/* Add here all your CSS customizations */

body {
    color: #333333;
}
ul.nav-main > li > a {
  padding: 5px 20px;
}
ul.nav-main li i {
    font-size: 1.4rem;
}
ul.nav-main li.nav-parent > a::after {
    padding: 9px 20px;
}
ul.nav-main li .nav-children {
    padding:4px 0;
}
ul.nav-main li .nav-children li a {
    padding-top:2px;
    padding-bottom:2px;
    font-size: 1.2rem;
}

.verror{border-color:red !important;}
.text-red{color:red;}
.text-green{color:green;}
.text-center{text-align:center;}
.custom .panel-heading{background: #366CA5;}
.custom .panel-heading h2{color:#fff;}
.custom .panel-heading .close{color:#fff;}
.loader-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.loader{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    color: #FFF;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 40px;
}

.modal{
      z-index: 99999;
}
.modal-lg {
    width: 900px;
    margin: auto;
}

.wrapper {
    margin: 20px auto;
    width: 400px;
}
.main-div{
    margin: 0px auto;
}
.main-div h2{
    text-align: center;
}
#myAutocomplete {
    width: 100%;
}

.ui-autocomplete-multiselect.ui-state-default {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 3px;
    padding-bottom: 0px;
    overflow: hidden;
    cursor: text;
    margin: 0px auto;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item .ui-icon {
    float: right;
    cursor: pointer;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1px 3px;
    margin-right: 2px;
    margin-bottom: 3px;
    color: #333;
    background-color: #f6f6f6;
}

.ui-autocomplete-multiselect input {
    display: inline-block;
    border: none;
    outline: none;
    height: auto;
    margin: 2px;
    overflow: visible;
    margin-bottom: 5px;
    text-align: left;
    width: 100% !important;
}

.ui-autocomplete-multiselect.ui-state-active {
    outline: none;
    border: 1px solid #7ea4c7;
    -moz-box-shadow: 0 0 5px rgba(50,150,255,0.5);
    -webkit-box-shadow: 0 0 5px rgba(50,150,255,0.5);
    -khtml-box-shadow: 0 0 5px rgba(50,150,255,0.5);
    box-shadow: 0 0 5px rgba(50,150,255,0.5);
}

.ui-autocomplete {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.availability-icon{
	width: 22px;
	height: 8px;
	background-color: #ccc;
	float: left;
	overflow: hidden;
	border-radius: 2px;
	margin-top: 9px;
	margin-right: 10px;
}
.availability-icon-1{background-color:#00d100;}
.availability-icon-2{background-color:#d1d100;}
.availability-icon-3{background-color:#d10000;}

.userbox.open .name {
color: red;
}
.userbox.open .name {
color: black;
}
.userbox .name {
color: #fff;
font-size: 13px;
font-size: 1.3rem;
line-height: 1.2em;
}

.panel-body .form-group:first-child {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* ====== Header ============= */

.profile-info .role {
    font-size: 18px;
    text-transform: capitalize;
}

.sidebar-left .sidebar-header {
    height: 65px;
}
.sidebar-left .sidebar-header .sidebar-toggle {
    width: 50px;
    background-color: transparent;
}
.sidebar-left .sidebar-header .sidebar-toggle i {
  font-size: 2.5rem;
  line-height: 60px;
}

.dept{padding:10px;}	


.form-horizontal .control-label,
.form-group label {
    text-align: left;
    font-weight: bold;
    color: #454545;
    font-size: 13px;
    line-height: 18px;
    padding-top: 15px;
}

.content-body {
    padding: 20px;
}

h4 {
  color: #3A3A3A !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}

.inner_box {
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}


.no-sort::after { display: none!important; }
.no-sort { pointer-events: none!important; cursor: default!important; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > td{
    font-size: 13px;
}

/* ======== Form ========= */

.box-container {
    border: 1px solid #d0d0d0;
    padding: 15px 10px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
}
.form-group label {
    font-weight: 600;
    font-size: 15px;
}
.box-container .form-group {
    /*order-bottom: 1px solid #cccccc;*/
}
input[type="file"] {
}
input[type="radio"] {
    width: auto;
    display: inline-block;
    height: auto;
   margin: 0 10px 0 5px;
}
.select2-container .select2-choice {
    height: 34px !important;
    line-height: 20px !important;
}
#academy_id .select2-container {
    height: 34px !important;
    line-height: 20px !important;
}


.userbox .profile-info {
    margin: 0 0 0 10px;
}


#diesel_bill_generate tr td {
    font-size: 12px;
    text-align: left;
}
#diesel_bill_generate table {
    margin-bottom: 20px;
}


.dataTables_wrapper .datatables-header {
    margin-top: 15px;
}
.dataTables_wrapper .datatables-header .select2-container .select2-choice {
    line-height: normal;    
}

select.btn {
    height: auto;
}


@media only screen and (max-width: 1280px) {
    .form-group label {
      font-size: 12px;
    }
    .form-control {
      font-size: 12px;
    }
    .btn {
      font-size: 12px;
    }
    
    .ui-datepicker {
        z-index: 9999;
        width: 14em;
        line-height: 16px;
    }
}

/* ============= Modal ============ */

@media only screen and (min-width: 768px) {
    html.fixed .sidebar-left {
        top: 3px;
        z-index: 9999;
    }
}


.no-sort { pointer-events: none!important; cursor: default!important; }











