﻿.has-success .form-control {
  border-color: #4a5fc6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.has-warning .form-control {
  border-color: #f5b225;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.has-error .form-control {
  border-color: #f16c69;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.error {
   color: #ff9900;
   border-color: #ff9900;
}
@media only screen and (min-width: 992px) {
    .is-folded .header .logo .logo-fold {margin: 10px !important;}
}
.mg-t-30 {margin-top:30px !important}
.mg-t-50 {margin-top:50px !important}
.pd-t-20 {padding-top:20px !important}
.table a:hover {color:#000 !important}
a.btn-icon {padding: 8px !important;}
a.btn-icon:hover {color: #FFF !important;}