/* style css */

body {
    font-size: 13.5px;
}

.bg-img {
    background-color: #FFC800 !important;
  }


#mainnav-menu i {
    font-size: 15px;
    padding: 0 5px 0 0;
    vertical-align: middle;
}

#mainnav-menu ul a, .menu-popover .sub-menu ul a {
    padding: 8px 20px 8px 40px;
}

#footer {
    font-size: 13px;
}

.panel-title {
    padding: 20px !important;
    line-height: unset;
    text-transform: uppercase;
}

.panel-body {
    padding: 15px 15px 15px 15px;
}

.table {
    margin-bottom: 0;
}

.table .text-right{
    width:100px !important; 
    max-width:100px !important;
} 

.btn {
    padding: 2px 6px 3px 6px;
}

.panel-control {
    padding: 20px 15px 0 5px;
}

.panel-control .btn{
    font-weight: 600 !important;
}

.table-fixed-header thead {
    background-color: #fff;
}

/* module */
.panel-heading-module{
    height:42px;
    border-bottom: 1px solid #eee;
}

.panel-control-module{
    padding: 0 15px 0 0;
}

.panel-title-module{
    padding: 12px 15px !important;
    line-height:16px;
    text-transform:uppercase; 
    font-weight: 600;
    font-size: 14px;
}

.panel-body .image-add-box{
    background: rgba(0,0,0,0.025);
    border-style: dashed;
    border-width: 1px;
    border-radius: 3px;
    text-align: center; 
    padding: 30px 15px;
    cursor: pointer;
}

.panel-body .image-thumb-box{
    height: 40px;
    width: 60px;
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover;
}

.panel-body .icon-no-image{
    font-size:40px;
    color:#ddd;
    padding-left:10px;
}

/* end module */

.hide {
    display: none;
}

.bootstrap-select > .btn.btn-default.dropdown-toggle{
    line-height: 26px !important;
    padding-left: 6px !important;
}

/** login *********************************************************************/

#form-login-alert {
    display: none;    
}

.brand-text {
    font-size: 16px;
    text-transform: uppercase;
}

.modal-backdrop {
    z-index: 8999 !important;
}

#navbar {
    z-index: 8999;
}
 
/** end login *****************************************************************/


/** custom ********************************************************************/

.divider {
    height: 30px;
    clear: both;
}

.divider-15 {
    height: 15px;
    clear: both;
}

.page-data-no-result{
    padding-bottom: 10px;
}

.align-right{
    text-align: right;
}

.align-center{
    text-align: center;
}

.form-control-readonly{
    border: none; 
    border-bottom: 1px solid #eee; 
    border-radius: 0; 
    background-color: #fff !important;
}

.input-group .form-control {
    background-color: #fff;
}

.input-group .btn-file {
    height: 33px;
    line-height: 26px;
}

.gallery-edit-icon{
    cursor:pointer; 
    font-size: 30px !important; 
    padding: 6px 5px 5px 5px; 
    line-height: 20px !important; 
}
.gallery-delete-icon{
    cursor:pointer; 
    font-size: 30px !important; 
    padding: 5px; 
    line-height: 20px !important;
}

.btn-yelow, .btn-yelow:focus {
    background-color: #FFE005;
    border-color: #FFE005 !important;
    color: #031521 !important;
}

#content-container::before {
    background-color: #FFC800;
    color: #333 !important;
}

#page-head {
    color: #333 !important;
}

#page-head h3{
    color: #333 !important;
}

.import-insert{
    background-color: #9cc56c !important;
    color: #fff !important;    
}

.import-update{
    background-color: #f7bb2b !important;
    color: #fff !important;    
} 

.import-delete{
    background-color: #f55145 !important;
    color: #fff !important;    
} 


#mainnav-menu > .active-link > a, #mainnav-menu > .active-link > a:hover {
    color: #333;
    background-color: #FFC800;
}

#mainnav-menu > .active-link > a i, #mainnav-menu > .active-link > a:hover i {
    color: #333;
}


#mainnav-menu > .active-sub > a, #mainnav-menu > .active-sub > a:hover {
    color: #333;
    background-color: #FFC800;

}

#mainnav-menu ul .active-link a, .menu-popover .sub-menu ul .active-link a {
    font-weight: 700;
    color: #333;
}

.text-main, a.text-main:hover, a.text-main:focus {
    color: #333 !important;
  }

  #navbar-container {
    background-color: #F0BA00 !important;
  }

  .navbar-header::before {
    background-color: #F0BA00 !important;
  }

  .navbar-content {
    background-color: #F0BA00;
  }

  .hidden-sm{
        display: none !important;
  }

  .page-header, #page-head, #page-head h1, #page-head h2, #page-head h3, #page-head h4, #page-head h5, #page-head h6, #page-head .text-main, #page-head .breadcrumb li, #page-head .breadcrumb li a, #page-head .breadcrumb .active {
    color: #333;
  }

  #page-head .breadcrumb > li + li::before {
    border-color: #333;
  }

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: #333;
  }
 
/** end custom ****************************************************************/

/** lg ************************************************************************/
@media (max-width: 1920px) {
    .hidden-sm{
        display: none !important;
    }
}

/** md ************************************************************************/
@media (max-width: 1200px) {
    .hidden-sm{
        display: none !important;
    }
  
}

/** sm ************************************************************************/
@media (max-width: 992px) {
    
    .cls-content {
        padding: 20px;
    }
    
    .cls-content-sm {
        width: 100% !important;
        max-width: 350px !important;
    }  

    .hidden-sm{
        display: block !important;
    }
}

/** xs ************************************************************************/
@media (max-width: 768px) {
    
    .panel-control {
        padding: 20px 20px 0 5px;
    }

    .hidden-sm{
        display: block !important;
    }
  
}

/** xs ************************************************************************/
@media (min-width: 240px) {

}



