.btn-success, .btn-success:hover, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    color: #fff;
    background-color: #59337b;
    border-color: #59337b;
}
.btn.dropdown-toggle.focus, .btn.dropdown-toggle:active.focus, .btn.dropdown-toggle:active:focus, .btn.dropdown-toggle:focus {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bg-white{
  background-color: #ffffff;
}
.bg-gray{
  background-color: #f9f9f9;
}
.bg-black{
  background-color: #333333;
}
.bd-bottom-dashed{
  border-bottom: 1px dashed #f0f0f0;
}
.tx-active{
  color: #ff7800;
}
.bg-active{
  background-color: #59337b;
  color: #fff;
}
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4
{
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9{
  padding-left: 0px;
  padding-right: 0px;
}
.thumbnail{
  border: 0px;
}
th {
    font-weight: normal !important;
    background-color: #eceff2;
    font-weight: normal;;
}
.mt-height{
  margin-top: -60px;
}
.mg-top-30{
  margin-top: 30px;
}
.mg-bottom-10{
  margin-bottom: 10px;
}
.mg-bottom-20{
  margin-bottom: 20px;
}
.mg-bottom-50{
  margin-bottom: 50px;
}
.form-inline .form-control{
  box-shadow: none;
  transition: none;
}
.input-group-addon{
  border-radius: 0px;
  background-color: #fcfcfc;
}