/*
 * Skin: Yellow
 * ------------
 */
.skin-yellow-light .main-header .navbar {
  /*background-color: #F99F1B;*/
    /*background-color: #00568D;*/
    /*background-color: #193aa9;*/
    background-color: #00568D;
    
}
.skin-yellow-light .main-header .navbar .nav > li > a {
  color: #ffffff;
    /*color: #F99F1B;*/
}
.skin-yellow-light .main-header .navbar .nav > li > a:hover,
.skin-yellow-light .main-header .navbar .nav > li > a:active,
.skin-yellow-light .main-header .navbar .nav > li > a:focus,
.skin-yellow-light .main-header .navbar .nav .open > a,
.skin-yellow-light .main-header .navbar .nav .open > a:hover,
.skin-yellow-light .main-header .navbar .nav .open > a:focus,
.skin-yellow-light .main-header .navbar .nav > .active > a {
  /*background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;*/
    background: rgba(0, 0, 0, 0.1);
    color: #00568D;
    background-color: #F99F1B;
}
.skin-yellow-light .main-header .navbar .sidebar-toggle {
  /*color: #ffffff;*/
    color: #F99F1B;
}
.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
  /*color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);*/
    color: #00568D;
    background: rgba(0, 0, 0, 0.1);
}

/**/
.skin-yellow-light .main-header .navbar .sidebar-toggle {
  /*color: #fff;*/
}
/**/


.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #e08e0b;
}
@media (max-width: 767px) {
  .skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-yellow-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-yellow-light .main-header .navbar .dropdown-menu li a:hover {
    background: #e08e0b;
  }
}

.skin-yellow-light .main-header .logo {
  /*background-color: #F99F1B;
  color: #ffffff;
  border-bottom: 0 solid transparent;*/
    /*background-color: #18297c;
    color: #F99F1B;*/
    border-bottom: 0 solid transparent;
}
.skin-yellow-light .main-header .logo:hover {
  /*background-color: #F99F1B;*/
    /*background-color: #F99F1B;
    color: #00568D !important;*/
}

.skin-yellow-light .main-header li.user-header {
  /*background-color: #F99F1B;*/
    background-color: #00568D;
}
.skin-yellow-light .content-header {
  background: transparent;
}

.skin-yellow-light .wrapper,
.skin-yellow-light .main-sidebar,
.skin-yellow-light .left-side {
  background-color: #f9fafc;
}
.skin-yellow-light .content-wrapper,
.skin-yellow-light .main-footer {
  border-left: 1px solid #d2d6de;
}

.skin-yellow-light .user-panel > .info,
.skin-yellow-light .user-panel > .info > a {
  color: #444444;
}
.skin-yellow-light .sidebar-menu > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}
.skin-yellow-light .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-yellow-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-yellow-light .sidebar-menu > li:hover > a,
.skin-yellow-light .sidebar-menu > li.active > a {
  /*color: #000000;
  background: #f4f4f5;*/
    color: #F99F1B;
    background: #00568D;
    border-left-color: #F99F1B;
}
.skin-yellow-light .sidebar-menu > li.active {
  border-left-color: #F99F1B;
}
.skin-yellow-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-yellow-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-yellow-light .sidebar a {
  /*color: #444444;*/
    color: #00568D;
}
.skin-yellow-light .sidebar a:hover {
  text-decoration: none;
}
.skin-yellow-light .treeview-menu > li > a {
  /*color: #777777;*/
    color: #00568D;
}
.skin-yellow-light .treeview-menu > li.active > a,
.skin-yellow-light .treeview-menu > li > a:hover {
  /*color: #000000;*/
    /*color: #F99F1B;*/
    color: #EF4623;
}

/**/
.skin-yellow-light .treeview-menu > li.active > a {
  font-weight: 600;
}
/**/

.skin-yellow-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-yellow-light .sidebar-form input[type="text"],
.skin-yellow-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-yellow-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-yellow-light .sidebar-form input[type="text"]:focus,
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-yellow-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}


/*=============Farid 05-jan-2020 =====================================================================*/

input[type="image"]:disabled {
    opacity: 0.30;
    filter: alpha(opacity=30);
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
   color: #F99F1B;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00568D !important;
    border-color: #00568D !important;

}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #F99F1B;
}

.bg-blue {
    background-color: #00568D !important;
    /*background-color: #193aa9 !important;*/
    border-color: #00568D !important;
    color: #F99F1B !important;
}

.bg-primary {
    color: white;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.content-width-max {
    max-width: 1124px;
}

/*.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}*/

/*@media (min-width: 992px)
.modal-lg {
    width: 900px;
}*/

/* Large desktop */
@media (min-width: 1200px) {
    .box-body-scrollable {
        /*padding: 15px;*/
        padding: 0px 15px 0px 15px;
        border: 0px;
        max-height: calc(100vh - 220px);
        min-height: calc(100vh - 220px);
        overflow-y: auto;
    }

    .modal-xl {
        /*width: 1050px;*/
        width: 1250px;
    }
    .modal-xlg {
        /*width: 1050px;*/
        width: 1700px;
    }
}

/* Medium desktop */
@media (min-width: 980px) and (max-width: 1200px) {
    .box-body-scrollable {
        /*padding: 15px;*/
        padding: 0px 15px 0px 15px;
        border: 0px;
        max-height: calc(100vh - 215px);
        min-height: calc(100vh - 215px);
        overflow-y: auto;
    }
    .modal-xl {
        /*width: 850px;*/
        width: 1050px;
    }
    .modal-xlg {
        /*width: 1050px;*/
        width: 1250px;
    }
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .box-body-scrollable {
        /*padding: 15px;*/
        padding: 0px 15px 0px 15px;
        border: 0px;
        max-height: calc(100vh - 215px);
        min-height: calc(100vh - 215px);
        overflow-y: auto;
    }
    .modal-xl {
        /*width: 650px;*/
        width: 850px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .box-body-scrollable {
        /*padding: 15px;*/
        padding: 0px 15px 0px 15px;
        border: 0px;
        max-height: calc(100vh - 285px);
        min-height: calc(100vh - 285px);
        overflow-y: auto;
    }
    .modal-xl {
        /*width: 650px;*/
        width: 850px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .box-body-scrollable {
        /*padding: 15px;*/
        padding: 0px 15px 0px 15px;
        border: 0px;
        max-height: calc(100vh - 285px);
        min-height: calc(100vh - 285px);
        overflow-y: auto;
    }
    .modal-xl {
        /*width: 350px;*/
        width: 550px;
    }
}


textarea {
    resize: none;
}

.dropdown-menu {
    border-radius: 0;
    border-color: #00568D;
    color: #00568D !important;
}

.dropdown-menu>li>a {
    color: #00568D !important;
}

.dropdown-menu>li>a:hover{
    background-color: #00568D !important;
    /*color: white !important;*/
    color: #F99F1B !important;
}

.primary>li>a:hover{
    color: white !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: inherit !important;
    vertical-align: top !important;
    /*font-size: 12px;*/
}

table.dataTable.nowrap th {
    /*white-space: inherit !important;
    vertical-align: top !important;*/
    font-size: 12px;
}

/*================================================================================*/

.alert {
         display: block !important;
    padding: 7px;
    /*margin-bottom: 15px;*/
    margin-bottom: 7px;
    margin-top: 7px;
     }
.alert-dismissible .close {
    position: inherit !important;
}

.custom-label {
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    /*font-size: 11px;*/
    font-size: 12px;
    font-weight: 700;
}


/*Admin LTE*/

.btn-primary-d {
    color: white;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.box-header {
    padding: 0px;
}
.box-icons {
    padding-top: 5px;
    padding-right: 10px;
}

.box {
    margin-bottom: 0px;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
  padding: 10px;
}

.content {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;

}

.main-footer {
   padding: 5px;
}

.form-control-feedback {
    color: #777 !important;
    width: 25px !important;
}

.has-feedback .form-control {
    padding-right: 21.5px;
}

/*.select2-container--default.select2-container--focus,.select2-selection.select2-container--focus,.select2-container--default:focus,.select2-selection:focus,.select2-container--default:active,.select2-selection:active {
    border-color:#3c8dbc;outline:0;box-shadow: none;
}
.btn {
    border-radius: 0px !important;
}*/

/*select.form-control {
    -webkit-transition: none !important;
    transition: none !important;
}*/




/*DatePicker*/
/*.datepicker { padding: inherit !important; }*/

/*=============Farid 05-jan-2020 =====================================================================*/


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    /*color: #555;*/
    color: #F99F1B;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    /*border: 1px solid #00568D;*/
    border-bottom-color: transparent;
}
.nav-tabs > li > a {color: #00568D; }

/*i[title]:hover::after {
    border:thick;
    border-color: navy;
    padding:10px;
    content: attr(data-key);
    position: absolute;
    top: -100%;
    left: 0;
    /*background-color: lightgray;*/
}*/
 
