﻿html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100vh;
}
.main-container {
    position: relative;
}

.navbar,
.dropdown-menu {
    background: rgba(255, 255, 255, 0.25);
    border: none;
}

.navbar-fixed-top {
    background-color: #091847 !important;
}

.nav > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a,
.dropdown-menu > li {
    border-bottom: 3px solid transparent;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    border-bottom: 3px solid transparent;
    background: none;
}

.navbar a,
.dropdown-menu > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.navbar-toggle {
    color: #fff;
}

.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggle .icon-bar {
    color: #fff;
    background: #fff;
}

.bord-color,
.bord-color td {
    border-color: black !important;
}

.font-bold {
    font-weight: bold;
}

.height {
    height: 6.9em !important;
}

.height_2 {
    height: 6.9em !important;
}

.align {
    vertical-align: middle !important;
}

.m-top-24 {
    margin-top: 24px;
}

.loading {
    background: url(../images/preloader.gif);
    width: 296px;
    height: 296px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
}

.logo {
    height: 30px;
    width: 140px;
}

.form-group .bootstrap-select {
    width: 100% !important;
}

.date-time {
    color: white;
    margin-top: 16px;
    margin-right: 10px;
}

.width-11 {
    width: 11.3%;
}

#tableCalendar td {
    position: relative;
}

/*Checkbox Style*/
.checkbox label:after {
    content: "";
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #183c80;
    border-radius: 0.25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 0.5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: 0.5;
}
