.auth-layout-wrap .auth-content {
    max-width: 360px !important;
    min-width: 360px !important;
}

.main-header .logo img {
    /*
    width: 95% !important;
    height: auto !important;*/

}

.list-group-item.search {
 cursor: pointer;
}
.main-header .menu-toggle div {
    background: white;
}

.main-header {
    background: #385390;
    color: white;
}

.badge-top-container .badge {
    color: black;
    background-color: white;
}

.main-header .header-icon {
    color: white !important;
}

.btn-primary {
    color: #fff;
    background-color:  /*rgba(0,82,171,0.9)*/ #385390 !important;
    border-color: /*rgba(0,82,171,0.9)*/ #385390 !important;
}
.sidebar-left .navigation-left .nav-item.active .triangle {
      border-color: transparent transparent  /*rgba(0,82,171,0.9)*/ #385390 !important;

}
.sidebar-left .navigation-left .nav-item.active, .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
    color: /*rgba(0,82,171,0.9)*/ #385390 !important;
}

.page-item.active .page-link {
    background-color:  /*rgba(0,82,171,0.9)*/ #385390 !important;
}

.bold {
    font-weight: bold;
    background-color: lightgray !important;
}

.tab-pane.fade.qc {
    max-height: 350px;
    overflow-x: auto;
}

.main-content-wrap {
  padding: 1.1rem 1.1rem 0;
}

.separator-breadcrumb {
    margin-bottom: 0.5rem !important;
}

.back_date {
  background-color: rgba(0, 255, 113, 0.3);
}
.margin-bottom-workflow{
  margin-bottom: 8px;
}
.icon-gray{
   color: #AAAAAA;
}
.icon-green{
  color: orange;
}
/***
style search
***/
.easy-autocomplete-container ul{
  background-color: #acacac;
}
.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #cd2229;
    cursor: pointer;
}
/***
select2
***/
.select2-container--default .select2-selection--single {
    background-color: #f8f9fa !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    height: 38px !important;
    padding: 5px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #DBD0E7 !important;
    color: white;
}
.select2-selection--single{border:1px solid #DBD0E7 !important}
.select2-results__option--highlighted[aria-selected]{background-color:#DBD0E7 !important;color:white}
