@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova/ProximaNova-Regular.eot');
    src: url('../fonts/proximanova/ProximaNova-Regular.eot') format('embedded-opentype'),
         url('../fonts/proximanova/ProximaNova-Regular.woff') format('woff');
}

*{
    margin:0;
    padding:0;
}


html, body{
	font-size: 14px;
    /*font-family: 'ProximaNova', sans-serif;*/
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif ;
    color: #333;
    background: #e9ebee;
    width: 100%;
    height: 100%;
}
a, a:hover{
	text-decoration: none;
}

ul{
	list-style: none;
}
label{
    font-weight: 550;
}
::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background: #fff;
}
::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background: #a6a6a6;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-track{
    border-radius: 0px;
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.material-icons{
    color: #444;
    cursor: pointer;
    font-weight: normal;
}
.container-fluid{
    width:100%;
    padding: 0;
    margin: 0;

}
.side-menu-bar {
    /*background-color: /*#2f4050*//*#15061d#121f3a;*/
   /* background: #2b323a;*/
   background: #2a338e;
    padding:0;
    position: fixed;
    z-index: 2;
}
.side-menu-bar h1{
    font-size: 125%;
    color:#1ae4bb;
    text-align: center;
    margin:15px 0;
    padding-bottom: 10px;
    font-weight: normal;
}
.side-menu-bar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-menu-bar .user-view {
    position: relative;
    padding: 16px 16px 0 0;
    margin-bottom: 8px;
}
.side-menu-bar .user-view .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.side-menu-bar .user-view .circle {
    height: 40px;
    width: 40px;
    margin-right: 12px;
}
.side-menu-bar .user-view .name, .side-menu-bar .user-view .email {
    font-size: 14px;
    line-height: 24px;
}
.side-menu-bar .user-view .name {
    margin-top: 0px;
    font-weight: 500;
    color: #68d87b;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
}
.side-menu-bar .user-view .email {
    padding-bottom: 16px;
    padding-top: 17px;
    font-weight: 400;
    position: absolute;
}
img.responsive-img, video.responsive-video {
    max-width: 100%;
    height: auto;
}
.side-menu-bar .user-view > a {
    height: auto;
    position: relative;
}
.side-menu-bar .user-view > a:hover {
    background-color: transparent;
}
.side-menu-bar a{
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    color:#eee;
    font-weight: normal;
    text-shadow: rgba(12, 12, 12, 0.3);
    font-size: 16px;
}
.side-menu-bar .fa{
    margin-right: 6px;
}
.side-menu-bar a:hover{
    background-color: #222972;
    color:#fefefe;
    display: block;
}
.side-menu-bar .active a{
    background-color: #222972;
    color:#fefefe;
}
.side-menu-bar .collapseable li{
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.side-menu-bar .collapseable a{
    color:#9fb1c2;
    font-size: 14px;
    padding: 0px 10px;
    text-decoration: none;
    display: block;
}
.side-menu-bar .collapseable a:hover{
    color:#fefefe;
}
.side-menu-bar .collapseable{
    border-left: 4px solid /*#1ab394*/#1ae4bb;
     background-color: #222972;
}
.side-menu-bar .link > ul > li{
    padding-bottom: 10px;
}
.profile-img{
    width: 25px;
    height: 25px;
    /* border: solid #989898; */
    border-radius: 50%;
}
.nav-header ul li.profile-list{
    background: #eee;
   padding-right: 10px;
    padding-left: 10px;
}
.display-table{
    display: table;
    height: 100%;
    width:100%;
}
.display-table-row{
    display: table-row;
    height: 100%;
}
.display-table-cell{
    display: table-cell;
    float: none;
    /*height: 100%;*/
    height: 100vh;
}
.v-align{
    vertical-align: top;
}
.nav-header{
    background-color: #fff;
    /*border-bottom: 1px solid #e7eaec;*/
    filter: drop-shadow(0px 0px 1px #ccc);
}
.nav-header .header-search-field{
    padding-top:17px;
    vertical-align: center;
    border:none;
    width:300px;
    outline: none;
}
.nav-header ul{
    margin: 0;
    padding: 0;
    list-style: none;
    color:#676a6c;
    /*float: right;*/
}
.nav-header ul li{
    float: left;
    margin-left: 15px;
    padding: 17px 0;

}
.nav-header .fa{
    color:#676a6c;
}
.label-message{
    background-color: #1ab394;
}
.nav-header ul a{
    text-decoration: none;
    color:#676a6c;
}
.nav-header .logout:hover{
    color:#676a6c;
}
.nav-header .welcome{
    margin-right: 20px;
}
.nav-header .label{
    position: absolute;
    margin-top: -10px;
    margin-left: -16px;
}
.nav-header .fixed-label-width{
    width:40px;
}
.admin-footer{
    position: fixed;
    width: 83.33%;
    bottom: 0;
    background-color: #fefefe;
    padding: 10px;
    color: #676a6c;
    border-top: 1px solid #ddd;
    font-size: 12px;
    z-index: 999;
    
}
.navbar-default{
    background-color: #fefefe;
    box-shadow: none;
}
.navbar-default .navbar-toggle{
    background-color: #080112;
    border-color:#080112;
}
.navbar-default .icon-bar{
    border:1px solid #fff;
}
.navbar-default .navbar-toggle:hover{
    background-color: #080112;
    border-color:#080112;
}
.navbar-default .navbar-toggle:focus{
    background-color: #080112;
    border-color:#080112;
}
/**********Main Content Area*********/
.main-content-side {
    position: absolute;
    margin-left: 16.66%;
    width: 83.33%;
}
.breadcumb-container{
    padding: 5px 20px;
    background: #fff;
    filter: drop-shadow(0px 0px 1px #ccc);
    margin:10px auto 10px auto;
    width: 90%;
}
.breadcumb-container h2{
    font-size: 17px;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.content {
    margin:20px auto 50px auto;
    background-color: #fefefe;
    border-top:4px solid #e7eaec;
    padding: 0 20px;
    width:97%;
}
.content header{
    border-bottom: 1px #f3f3f4 solid;
    padding: 10px 0;
}
.page-title{
    font-size:18px;
    font-weight: 400;
    padding:0 0 0 20px;
    margin: 0;
    color: #111;
}
.content-inner{
    padding:20px 20px 20px 20px;
}

.img-container{
    width: 200px;
    height: 130px;
    background: #fff;
    padding:5px 5px 5px 5px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
}
.img-sub-container{
    height: 100%;
    width: 100%;
    border:1px dashed #ccc;
    text-align: center;
}
.img-sub-container p.text{
    padding-top: 30px;
}
.img-row{
    display: inline-block;
    margin-top:10px;
}
.remove{
    position: relative;
}
.error{
    color: red;
}

#close-res{
    margin-left: 40px;
    cursor: pointer;
}
.badge-success{
/*    background: #25e225;*/
    background: #e0f4ec;
    border-color: #58a182;
    color: #12714d;
    fill: #12714d;
}
.badge-danger{
    background: #e82929;
}
.badge-warning{
/*    background: #dba527;*/
 background: #f1db6c;
    border-color: #b6a96a;
    color: #1e1f21;
}
.badge-primary{
    background: #254ca8;
}
.badge-light-purple{
    background: #edecfd;
    border-color: #edecfd;
    color: #5d478c;
}
.badge-light-blue{
    background: #e1efff;
    border-color: #e1efff;
    color: #5e76ab;
}
.badge-light-orange{
   background: #fde9e7;
    border-color: #fde9e7;
    color: #f08080;
}

.breadcrumb{
    padding:unset;
    margin-bottom: 0 !important;
    background:none;
}

.table tr th{
    color: #2a338e;
    font-weight: bold; !important;
    font-size: 14px;
}

.home-banner{
    height: auto;
    width: 100%;
    padding: 200px 0;
    background: linear-gradient(rgba(51, 78, 128, 0.5), rgba(126, 64, 64, 0.5)), url(../images/static/home-banner1.jpg);
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-rotate{
    color: #fff;
    font-size: 33px;
    margin:0;
    padding:0;
}
.content-sec{
    width: 100%;
    height: auto;
    padding:30px 0;
}

.content-sec .title{
    font-size:25px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    margin:0;
    padding:0;
}
.login-form{
    width: 300px;
    height: auto;
    margin:0 auto;
    margin-top: 20px;
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Customize the label (the container) */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .check-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .check-checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .check-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .check-checkmark:after {
  /*left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
}



.dropdown-menu li{
    float: none !important;
    padding: 4px 0 !important;
    margin-left: 0 !important;
}
/*.list-group a{font-size: 17px;}
.list-group-inner-list{margin-left: 10px;}
.list-group-inner-list li{padding:5px 5px; font-size: 12px}
.list-active{color: #fff !important;font-weight: bolder;background: #26ba3f !important}
*/

.table{
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.table thead tr{
    background: #eceeef;
}
.table>thead>tr>th, .table>tbody>tr>td, .table>tfoot>tr>td, .table>tfoot>tr>th{
    border:1px solid #ddd !important;
    border-bottom-width: 0px !important;
}
.card{
    background: #fff;
    /*padding: 15px;
    filter: drop-shadow(0px 0px 2px #ccc);*/
    border-radius: 0;
    height: auto;
    width: 100%; 
}
.search-container{padding-bottom: 20px}
.height500{
    max-height: 500px;
    overflow-y: auto;
}
.height450{
    max-height: 450px;
    overflow-y: auto;
}
.list-group-title{
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
}
.btn-outline{
    height: 30px;
    border:1px solid #ccc;
    border-radius: 0;
    background: none;
    letter-spacing: 2px;
    font-size: 13px;
}
.success{
    border-color: #43b968;
    color: #43b968;
}
.info{
   border-color: #3e70c9;
    color: #3e70c9; 
}
.success:hover{
    background: #43b968;
    color: #fff;
}
.info:hover{
   background: #3e70c9;
    color: #fff; 
}
.bg-success{
    background: #43b968;
    color: #fff;
}
.mtd-25{
    margin-top: 25px;
}
.slot-card{
    background: #fff;
    filter: drop-shadow(0 0 2px #ccc);
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    margin-bottom: 2px;
}
.slot-card-header{
    padding:10px 20px;
    background: #eceeef;
    color: #2a338e;
    width: 100%;
    height: auto;
}
.slot-card-body{
    padding:15px 20px 10px;
    width: 100%;
    height: auto;
}
.slot-card-footer{
    padding:5px 20px 20px;
    width: 100%;
    height: auto;
}
.autocomplete-box{
    position: absolute;
    height: auto;
    max-height: 200px;
    width: 90%;
    background: #fff;
    filter: drop-shadow(0px 0px 4px #ccc);
    z-index: 999;
    display: none;
}
.autocomplete-box ul li{
    padding: 5px 10px;
}
.autocomplete-box ul li:hover{
    background: #eee;
    cursor: pointer;
}
.app-tab {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    border-bottom: 1px solid #eee;
}
.app-tab .app-tab-list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.app-tab .app-tab-list .app-tab-link {
    color: #333;
    text-decoration: none;
}
.app-tab .app-tab-list.active{
    border-bottom: 3px solid #2a338e;
}
.app-tab .app-tab-list .app-tab-link:hover, .app-tab .app-tab-list .app-tab-link:focus {
    color: #2a338e;
    text-decoration: none;
    outline: none;
}
.app-tab .app-tab-list.active .app-tab-link{
    font-weight: bold;
    color: #2a338e;
} 
.link-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 30px;
    padding: 0 20px;
    border: 1px solid #2a338e;
    border-radius: 10px;
    background: transparent;
    color: #2a338e;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.link-btn:hover, .link-btn:focus{
    outline: none !important;
    text-decoration: unset;
}
.flat-link-btn {
    border: 0 !important;
    font-size: 14px;
}
@media screen and (max-width: 680px) {
    ::-webkit-scrollbar {
        width: 0px;
        height: 6px;
        background: #fff;
    }
    .main-content-side {
        position: relative;
        margin-left: 0%;
        width: 100%;
    }
    .admin-footer {
        position: fixed;
        width: 100%;
    }
    .nav-header {
        background-color: #fff;
        border-bottom: 1px solid #e7eaec !important; 
        filter: drop-shadow(0px 0px 1px #ccc);
        position: fixed;
        top: 0;
        width: 100% !important;
        z-index: 999 !important;
    }
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus {
        background-color: #fff;
        border-color: #fff;
        z-index: 9991
    }
    .navbar-toggle{
        padding: 11px 0px;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
         background-color: #333; 
    }
    .navbar-default .icon-bar {
        border: 1px solid #333;
    }
    .admin-footer {
        text-align: center;
    }
    .admin-footer .pull-left, .admin-footer .pull-right{
        float: unset !important;
    }
    .nav-header ul li.profile-list{
        background: none;
    }
    .side-menu-bar {
        display: none;
        z-index: 9999;
        width: 80%;
    }
    
    .content{
        padding: 0 10px;
        width: 100%;
        position: absolute;
    }
    .content-inner {
        padding: 15px 0;
    }
   
    .fullscreen{
        position: relative !important;
    }
    .fullscreen .left-section{
        float: none !important;
        width: 100% !important;
        height: 230px !important;
    }
    .fullscreen .right-section{
        float: none !important;
        width: 100% !important;
        display: block !important;
    }
    .login-logo-img{
        display: none;
    }
    .login-form {
        width: 90%;
    }
    .form-control{
        margin-bottom: 10px;
    }
    .mtd-25{
        margin-top: 2px;
    }
}