.navbar-brand {
    display: inline-block;
     padding-top:  0px!important;
     padding-bottom:  0px!important;
     margin-right: 0px!important;
    font-size: 0;
    line-height: inherit;
    white-space: nowrap;
}

.nav-sidebar .nav-item:not(.nav-item-header):first-child {
    padding-top: 0px!important;
}
 
.sidebar-light .nav-sidebar>.nav-item-open>.nav-link:not(.disabled), .sidebar-light .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #002252!important;
    color: #fff!important;
}

.sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
    color: #fff !important;
    background-color: #459bc7 !important;
}
.sidebar-light .nav-sidebar .nav-item>.nav-link.active {
    background-color: #459bc7;
    color: #fff;
}
 
.navbar-brand img {
    
    display: block;
  
    /*max-width: 170px;*/
}

.sidebar-light .sidebar-mobile-toggler:not([class*=bg-]) {
    background-color: #00669b!important;
}
.sidebar-light .sidebar-mobile-toggler {
    color: #ffffff!important;
    border-bottom-color: rgba(0,0,0,.125);
}
.sidebar-light .sidebar-mobile-toggler a {
    color: #ffffff!important;
}

/*#1a1717*/

/* .badge-danger,.badge-success,.badge{min-width: 60px;} */

.dashboard-one{position: relative; padding: 10px 10px 10px 72px; min-height: 95px /*75px*/;}
.dashboard-one img{position: absolute; left: 10px; top:10px; width: auto; height: auto;}
.dashboard_title{color: #FFF; font-size: 16px; font-weight: 600; line-height: 24px /*28px*/; padding: 0;
font-family: 'Poppins', sans-serif;}
.dashboard_title span{display: block; font-size: 20px; font-weight: 500; font-family: 'Muli', sans-serif;}
.btn-primary{background :#00669b!important}
.breadcrumb{font-family: 'Muli', sans-serif; font-weight: 500; font-size: 12px;}
.dropdown-item{ font-family: 'Muli', sans-serif; font-weight: 600;}
.nav-item{font-size: 15px; font-family: 'Muli', sans-serif; font-weight: 500;}
.dataTables_filter>label>span,.dataTables_length>label{font-family: 'Muli', sans-serif; font-size: 14px;}
.dataTables_filter input{font-family: 'Muli', sans-serif; font-size: 14px;}
.table td, .table th{font-family: 'Muli', sans-serif; font-size: 14px;}
.dataTable thead th{font-weight: 700;}
.card-header .card-title {font-size: 22px; font-family: 'Poppins', sans-serif; font-weight: 600;}
label,.form-check-label,.multiselect-selected-text,.form-control,.uniform-uploader input[type=file]
{font-size: 15px; font-family: 'Muli', sans-serif; font-weight: 600;}
.text-muted{font-size: 12px; font-family: 'Muli', sans-serif; font-weight: 600;}
.bg-warning{font-size: 16px; font-family: 'Muli', sans-serif;}

.tokenfield .token-input {
    direction: ltr;
    background: 0 0;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 4rem;
    padding: .5rem 0;
    margin-top: .0625rem;
    margin-bottom: .0625rem;
    border: 1px solid #ddd;
    outline: 0;
    background-clip: border-box;
    border-width: 1px 0;
    border-top-color: transparent !important;
}
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
.hidedefault {
    display: none;
}

.sidebar {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 13.875rem;
    z-index: 1040;
}

.nav-group-sub .nav-link {
    padding: .625rem 1.25rem 0.625rem 3.0rem;
}

.logoheader img { height: 60px; width: auto;}
/* .bg-blue {
    background-color: #FFF53E !important;
} */

.bg-primary1 {
    background-color: #002252!important;
}
.custom-bg-submit {
    background-color: #FFF53E;
}
.bg-yellow-400 {
    background-color: #FFF53E;
}

.bg-topheader{
    background-color : #1a1717;
}

.navbar-brand img {
     height: auto!important;
    display: block;
}
.bg-table-tr{
    background-color : #FFF53E!important;
    color: #000;
}
[class*=bg-]:not(.bg-transparent):not(.bg-light):not(.bg-white):not(.btn-outline):not(body) {
   /*  color: #000; */
}

.bg-blue {
   /*  background-color: #FFF53E!important; */
}

.page-header-light {
      background-color: #fff53e!important;  
}
.page-title {
    padding: .55rem 1.25rem!important;

}

.breadcrumb-line-light {
    background-color: #ffffff!important;
    border-color: #ffffff;
    color: #333;
}

.breadcrumb-item {
    padding: .9rem 1.25rem!important
    
}
.text-yellow{
    color:  #fff53e!important;
}

.pagination-flat .page-item.active .page-link {
    background-color: #333;
}

.themedefault-btn {
       background-color: #393185!important;  
       color: #ffffff;
 }
 .themedefault-btn:hover {
    background-color: #6963a3!important;  
    color: #ffffff;
}