.guest-layout {
    background-image: url("../images/gallery/slider-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    height: 100vh;
}
.guest-bg-layer {
    height: 100vh;
    width: 100%;
    background-color: #00000070;
    padding-top: 50px;
}
.login-logo{
    text-align: center;
    margin-bottom: 50px;
}
.login-logo img {
    width: 220px;
}
.side-menu, .topbar .topbar-left {
    background: #314b5e !important;
}
#sidebar-menu {
    background-color: #314b5e;
    padding-bottom: 50px;
    width: 100%;
}
#sidebar-menu>ul>li>a {
    color: #FFFFFF;
}
#sidebar-menu>ul>li>a.active, #sidebar-menu>ul>li>a:hover, #sidebar-menu>ul>li>a.subdrop, #sidebar-menu>ul>li>a.active.subdrop {
    background: #203542 !important;
}
#sidebar-menu>ul>li>a.subdrop {
    border-bottom: 1px solid white !important;
}
#sidebar-menu>ul>li>a.subdrop ~ ul {
    background: #203542 !important;
}
#sidebar-menu>ul>li>a.subdrop ~ ul .active{
    background: #0e1a22 !important;
}
#sidebar-menu ul ul a {
    color: white !important;    
}
#sidebar-menu ul ul a:hover {
    background: #203542 !important;    
}

.navbar-default {
    background-color: #ddd;
}
.button-menu-mobile, .nav>li>a {
    color: #314b5e !important;
}
.profile img {
    border: 2px solid #314b5e;
}

.pagination-custom {
    margin-top: 0px;
    float: right;
}

.panel-heading .form-control {
    border: 1px solid #bfbebe;
}
.ml-7 {
    margin-left: 7px;
}
.mr-7 {
    margin-right: 7px;
}
.color-red {
    color: red;
}
.form-control ~ .error {
    margin-top: 2px;
    font-size: 12px;
}
label.font-weight-normal {
    font-weight: normal !important;
}
a, .folder-icon, .folder-title {
    color: #314b5e;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #314b5e !important;
    border: 1px solid #314b5e !important;
}
.btn-primary:hover, .btn-primary:focus {
    box-shadow: 0px 0px 8px #314b5e;
    transition: 0.2s;
}
.btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #314b5e !important;
    border: 1px solid #314b5e !important;
    color: #fff;
}
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    background-color: #314b5e !important;
    border: 1px solid #314b5e !important;
}
.btn-danger, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    background-color: #e10707 !important;
    border: 1px solid #e10707 !important;
}
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    background-color: #06853c !important;
    border: 1px solid #06853c !important;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    background-color: #d97708 !important;
    border: 1px solid #d97708 !important;
    color: #fff !important;
}
.alert-success {
    color: #06853c !important;
}
.panel-primary>.panel-heading {
    background-color: #314b5e;
}
.panel-heading .bg-overlay {
    background-color: inherit;
}
.footer {
    text-align: center !important;
}

.panel-default .panel-heading {
    background-color: #314b5e;
    color: white;
}
.input-search {
    color: #314b5e;
}
.btn-srch {
    background-color: white !important;
    border: 1px solid white !important;
    color: #314b5e !important;
}
.btn-reset {
    border: 1px solid white !important;
}
.form-control, .input-group-addon {
    border: 1px solid #314b5e;
    color: #0b0b0b;
}
.form-control:focus {
    border: 1px solid #314b5e;
    box-shadow: 0 0 2px #314b5e;
    transition: 0.2s;
}
textarea {
    max-width: 100%;
    min-width: 100%;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fafafa !important;
    border: 1px solid #314b5e !important;
    border-radius: 2px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #314b5e !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fafafa !important;
    border: 1px solid #314b5e !important;
    border-radius: 2px !important;
}
.select2-container .select2-selection--single {
    height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #314b5e;
    border-color: #314b5e;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
#sidebar-menu>ul>li>a {
    padding: 15px 15px !important;
}
#sidebar-menu>ul>li>a>i {
    margin-right: 5px !important;
}
#sidebar-menu ul ul a {
    padding: 10px 25px 10px 48px !important;
}

input:checked + .slider {
    background-color: #06853c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #06853c;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 28px;
}

.slider.round:before {
    border-radius: 50%;
}
.radio-btn-option {
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 7px;
}
.radio-btn-option input {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
table td {
    vertical-align: middle !important;
}
#wrapper #top-logo-fl{
    display: inline-block !important;
}
#wrapper #top-logo-ic{
    display: none !important;
}
#wrapper.enlarged #top-logo-fl{
    display: none !important;
}
#wrapper.enlarged #top-logo-ic{
    display: inline-block !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.footer {
    width: calc(100vw - 240px);
    position: fixed;
}
.enlarged .footer {
    width: calc(100vw - 50px);
}
.ms-container {
    width: 100% !important;
}
.ms-container .ms-list {
    border: 1px solid #314b5e;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #314b5e;
}
.ms-container .ms-list.ms-focus {
    border-color: rgb(0 10 91);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgb(0 10 91);
}
.history-file-btn {
    background-color: #076a8a !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>a {
    background: #314b5e !important;
}
#filter-site-fg {
    width: 272px !important;
}
#filter-site ~ .select2-container {
    width: 180px !important;
}

#label-top-sites-dropdown {
    color: #777 !important;
}
#top-sites-dropdown {
    margin-right: 15px;
}
#top-sites-dropdown .selected-site {
    line-height: 25px;
    margin-top: 23px;
    border: 1px solid;
    border-radius: 4px;
    padding: 0 10px;
    background-color: #f5f5f5;
}

#top-sites-dropdown .selected-site-title {
    width: 180px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#top-sites-dropdown .dropdown-menu li {
    border-bottom: 1px solid #eee;
}
#top-sites-dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}
#top-sites-dropdown .dropdown-menu a {
    white-space: break-spaces;
    width: 220px;
    padding: 5px 10px;
}
.paginate_button.active a {
    z-index: auto;
}
.user-to-notify input {
    float: left;
}
.user-to-notify span {
    float: left;
    margin-top: 1px;
    margin-left: 8px;
}
#select_all_user_con {
    background: #eee;
    padding-top: 5px;
    margin-bottom: 6px
}
#selectd-site-name {
    width: calc(100% - 240px - 50px - 450px);
    float: left;
    margin-top: 25px;
    font-weight: bold;
    color: #314b5e;
    text-align: center;
}
.sa-confirm-button-container button.confirm {
    background-color: #E10707 !important;
}

.notifyjs-metro-success {
    background-color: rgba(51, 184, 108, 1) !important;
}
.notifyjs-metro-info {
    background-color: rgba(41, 182, 246, 1) !important;
}
.notifyjs-metro-warning {
    background-color: rgba(255, 215, 64, 1) !important;
}
.notifyjs-metro-error {
    background-color: rgba(239, 83, 80, 1) !important;
}
.notifyjs-metro-black {
    background-color: rgba(33, 33, 33, 1) !important;
}

#reportrange {
    color: #0b0b0b;
    background: #fff;
    cursor: pointer;
    padding: 6px 10px;
    border: 1px solid #ccc;
    width: 100%;
}
.attendance-dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: auto;
}

.dot-missing {
    background:#ff1717;    
}

.refresh-date {
    color: #314c5e;
    font-style: italic;
}
#fire-roll-call-container .panel-title {
    font-size: 17px;
    margin-top: 5px;
}
#fire-roll-call-container .panel-title i {
    margin-right: 10px;
}
#fire-roll-call-container .panel-body {
    background: #152630;
    color: #fff;
}
#fire-roll-call-container .panel-overview-stat {
    margin-top: 0;
    color: #fff ;
}

.last-updated-text {
    margin-bottom: 0 !important;
}
.last-updated-date {
    margin-bottom: 0;
    font-weight: bold;
}
.emp-count-container {
    background: #fff;
    padding: 2px 13px;
    border-radius: 15px;
    display: inline-block;
    color: #314b5e;
    margin-top: 3px;
}
.emp-count-container .emp-count {
    font-weight: bold;
}

.panel-body .emp-item:first-child {
    padding-top: 0;
}
.panel-body .emp-item:last-child {
    border-bottom: none;
} 
.emp-item {
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}
.emp-info {
    padding-top: 8px;
}
.emp-info .emp-icon {
    width: 30px;
    height: 30px;
    background: #152630;
    color: white;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    float: left;
    margin-top: 2px;
}
.emp-info .emp-name {
    float: left;
    padding-left: 8px;
}

.emp-info .emp-name-text {
    font-weight: 600;
    color: #152630;
}
.emp-info .emp-id-text {
    margin-top: 0 !important;
    font-size: 10px;
}
.emp-time p {
    margin-top: 0 !important;
}
.emp-time-time {
    font-weight: bold;
    color: #152630;
}
.emp-time-text, .emp-time-date {
    font-size: 10px;
}