﻿/*Keifer*/

.logo-nav {
    /* background-color: #4f97f7;
	border-color: #4f97f7; */
    background-color: #FFF;
    border-color: #FFF;
    border-radius: 0px;
    margin-bottom: 0px;
}

    .logo-nav .navbar-brand {
        padding: 9px 30px;
    }

.menu-nav.navbar-default .navbar-nav > li > a:focus:hover,
.menu-nav.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: #5caad4;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #FFF;
    background-color: #5caad4;
}

.menu-nav {
    background-color: #102948;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #0e5e88;
    color: #FFF;
}

.menu-nav.navbar-default .navbar-nav > li.active > a:focus:hover,
.menu-nav.navbar-default .navbar-nav > li.active > a:hover {
    color: #FFF;
    background-color: #0e5e88;
}

.menu-nav.navbar-default .navbar-nav > li > a:focus:hover,
.menu-nav.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: #5caad4;
}

.navbar-default .navbar-nav > li > a.logout-link {
    color: #008cd6;
    font-weight: bold;
}

.logo-nav.navbar-default .navbar-nav > li > a {
    padding: 15px 30px;
}

.menu-nav.navbar-default .navbar-nav > li > a {
    min-width: 120px;
    text-align: center;
}

.menu-nav .nav > li.dropdown.open {
    position: static;
}

.menu-nav .nav > li.dropdown.open .dropdown-menu {
    display: block;
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
}

.menu-nav .dropdown-menu > li {
    display: inline-block;
}

.menu-nav .navbar-nav > li > .dropdown-menu {
    width: 100%;
}

.main-header h5 {
    margin-top: 17px;
    font-size: 20px;
    color: #2E398B;
    font-weight: normal;
}

.main-header .logo {
    padding-left: 0px !important;
}

#date.validate {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}

    #date.validate:focus {
        border-bottom: 1px solid #4285F4 !important;
        box-shadow: 0 1px 0 0 #4285F4 !important;
    }

#date.valid {
    border-bottom: 1px solid #00C851;
    box-shadow: 0 1px 0 0 #00C851;
}

.menu-nav .navbar-nav > li > .dropdown-menu {
    border-radius: 0px;
    border: none;
    background-color: #5caad4;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-nav .navbar-nav > li.active.open > .dropdown-menu {
    border-radius: 0px;
    border: none;
    background-color: #0e5e88;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-nav .navbar-nav > li > .dropdown-menu > li {
    width: initial !important;
}

    .menu-nav .navbar-nav > li > .dropdown-menu > li:hover {
        width: initial !important;
        background-color: #5caad4;
    }

.menu-nav .navbar-nav > li.active.open > .dropdown-menu > li:hover {
    background-color: #0e5e88;
}

.menu-nav .navbar-nav > li > .dropdown-menu > li > a {
    font-size: initial;
    padding: 12px 15px;
    color: #FFF;
}

.menu-nav .navbar-nav > li.active.open > .dropdown-menu > li > a {
    color: #CACACA;
}

    .menu-nav .navbar-nav > li.active.open > .dropdown-menu > li > a.active {
        color: #FFF;
    }

.menu-nav .navbar-nav > li > .dropdown-menu > li > a:hover {
    color: #0e5e88;
}

.menu-nav .navbar-nav > li.active.open > .dropdown-menu > li > a:hover {
    color: #FFF;
}

.menu-nav .dropdown .dropdown-menu {
    padding: 0px 15px;
}

.menu-nav .dropdown-menu > li > a:focus,
.menu-nav .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #FFF;
}

.menu-nav .nav > li.dropdown.open ~ .active {
    background-color: #FFF !important;
}

.hr-blue {
    height: 4px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.module-name {
    color: #425563;
    font-weight: bold;
    font-size: 14px !important;
}

.box-title {
    color: #425563;
    font-weight: bold;
    font-size: 14px !important;
    margin: 0px;
}

.or-font {
    font-size: 18px;
    font-weight: bold;
    color: #ff961f;
}

.textarea_ui {
    position: absolute;
    margin-top: 15px;
}

.th-style {
    font-size: 18px !important;
}
/*end Keifer*/

.submenu-padder {
    height: 44px;
    background-color: #98c4ff;
}

.submenu-active {
    padding: 0px 15px;
    list-style: none;
    margin: 0;
    display: block;
    float: left;
}

    .submenu-active > li {
        display: inline-block;
    }

        .submenu-active > li > a {
            padding: 12px 15px;
            color: #FFF;
            display: block;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: bold;
        }

            .submenu-active > li > a:focus,
            .submenu-active > li > a:active,
            .submenu-active > li > a:hover {
                background-color: transparent;
                color: #FFF;
            }

.standard-list {
    text-align: center;
}

    .standard-list > li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        padding: 0px 10px;
    }

        .standard-list > li > .standard-list > li {
            list-style: none;
            display: block;
        }

            .standard-list > li > .standard-list > li.divider {
                height: 1px;
            }

        .standard-list > li > .standard-list {
            padding-left: 0px;
            text-align: left;
        }

        .standard-list > li > a {
            color: #FFF;
            padding: 0px 10px;
            display: block;
            text-decoration: none;
        }

#footer .nav-logo > img {
    margin: 10px 0px 35px 0px;
}

.panel-container {
    padding: 20px;
    background-color: #DDD;
}

.panel-container-title {
    font-size: 18px;
    font-weight: bold;
}

.form-container {
    background-color: #FFF;
}

    .form-container > .form-container-content {
        padding: 10px 20px 0px 20px !important;
    }

.full-width {
    width: 100%;
}

.box-container {
    background-color: #FFF;
    border: 7px solid #EEE;
}

    .box-container:hover {
        border: 7px solid #35adec;
        cursor: pointer;
    }

    .box-container > a > img {
        width: 100%;
    }

.col-sm-16-per {
    width: 16.66%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
}

.col-sm-20-per {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
}

.card .form-control:read-only,
.form-container .form-control:read-only {
    background-color: transparent !important;
    color: #555;
}

.datepicker.form-control:read-only:not(.input-validation-error) {
    border-bottom: 1px solid #9e9e9e;
}

.datepicker.form-control:read-only:focus {
    border-bottom: 1px solid #4285F4;
    box-shadow: 0 1px 0 0 #4285F4;
}

.form-control.input-validation-error {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

label.error {
    font-size: 11px;
    color: #f22613;
    font-style: italic;
}

.login-container .report-selection {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 25px 15px;
    width: 100%;
    height: 150px;
    float: left;
    margin-right: 15px;
    border: 1px solid #DDD;
    background: #5a95f5;
    color: #FFF;
}

    .login-container .report-selection > h4 {
        font-size: 16px;
        font-weight: bold;
    }

.report-selection {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 20px 15px;
    width: 230px;
    height: 140px;
    float: left;
    margin-right: 15px;
    border: 1px solid #425563;
    border-radius: 10px;
    background: #425563;
    margin-left: 20px;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
}

a.options-box, a.options-box > .report-selection > h4 {
    font-size: 15px;
    color: #FFF;
}

    a.options-box, a.options-box > .report-selection > p {
        font-size: 14px;
    }

.login-container .report-selection > a {
    color: #FFF;
}

.report-selection > a {
    color: #333;
    text-transform: uppercase;
}

    .report-selection > a > h4 {
        font-size: 16px;
        font-weight: bold;
    }

    .report-selection > a:hover,
    .report-selection > a:active,
    .report-selection > a:focus {
        text-decoration: none;
    }

.report-selection h6 {
    font-size: 40px;
    margin-top: 0px;
}

.report-selection h4 {
    margin-top: 0px;
}

.footer .standard-list > li > a > h5 {
    font-size: 18px;
}

.no-margin {
    margin: 0px;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.no-padding-side {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.vertical-align-top {
    vertical-align: top;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-7 {
    margin-bottom: 7px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-200 {
    margin-bottom: 200px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.padding-irreg {
    padding: 22px 40px 25px !important;
    height: auto;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.rule-divider {
    margin-top: 15px;
    border-top: 1px solid #FFF;
}

.btn-button-link {
    font-family: Open Sans;
    padding: 0px;
    text-transform: initial;
    background: transparent;
    color: #0664b5;
    font-weight: normal;
    min-width: 50px;
}

    .btn-button-link:hover {
        color: #0664b5;
    }

.min-height-600 {
    min-height: 600px;
}

input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

    input[type=checkbox]:checked:before {
        float: left;
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        font: normal normal normal 14px/1 FontAwesome;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    input[type=checkbox]:checked:before {
        content: "\f00c";
        margin: -0px 0 0 -1px;
        color: #1e8cbe;
    }

    input[type=checkbox] + label {
        margin-right: 10px;
        font-family: quicksand;
    }

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        margin-right: 10px;
        cursor: pointer;
        color: #333;
        font-family: quicksand;
    }

        input[type="radio"] + label span {
            display: inline-block;
            width: 14px;
            height: 14px;
            margin: 2px 7px 0 0;
            vertical-align: top;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 3px solid #FFF;
        }

        input[type="radio"] + label span {
            background-color: #FFF;
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
            box-shadow: 0 0px 2px rgba(0,0,0,1);
        }

    input[type="radio"]:checked + label span {
        background-color: #1e8cbe;
    }

    input[type="radio"] + label span,
    input[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.05s ease-in-out;
        -o-transition: background-color 0.05s ease-in-out;
        -moz-transition: background-color 0.05s ease-in-out;
        transition: background-color 0.05s ease-in-out;
    }

.module-title {
    color: #333;
    font-size: 28px;
    padding: 0px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.module-content {
    padding: 25px 15px;
    margin-bottom: 40px;
}

.datepicker-container {
    min-height: 550px;
}

.dateonly-datetimepicker-ps:read-only,
.dateonly-datetimepicker-ho:read-only,
.dateonly-datetimepicker-2-ho:read-only,
.dateonly-datetimepicker-2-ps:read-only {
    color: #555 !important;
}

.action {
    font-weight: bold;
    font-family: Quicksand;
    text-transform: uppercase;
}

td > .action:last-child {
    margin-right: 0px;
}

.card .card-content h5 {
    padding-bottom: 10px;
    border-bottom: none;
}

.action:hover {
    text-decoration: none;
}

.data-grid > tr:hover .action {
    display: inline;
}

.action-edit,
.action-edit:hover {
    color: #F80;
}

.action-delete,
.action-delete:hover {
    color: #e8423d;
}

.btn-short {
    min-width: 80px;
    margin-right: 15px;
}

.dt-buttons.btn-group {
    margin-bottom: 10px;
}

.table.contribution-table {
    border: 1px solid #DDD;
}

    .table.contribution-table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 0px solid #ddd;
    }

    .table.contribution-table.tax > thead > tr {
        background: #555;
        color: white;
    }

    .table.contribution-table.sss > thead > tr {
        background: #555;
        color: white;
    }

    .table.contribution-table.phic > thead > tr {
        background: #555;
        color: white;
    }

    .table.contribution-table > tbody > tr > td {
        border: 1px solid #DDD;
    }

tr.table-row-separator {
    background: #DDD;
}

.report-table {
    background: #FFF;
    border-bottom: 1px solid #DDD;
}

    .report-table + .dataTables_paginate {
        margin: 20px 30px !important;
    }

    .report-table > thead > tr > th:focus {
        outline: 0;
    }

    .report-table > thead > tr > th {
        border-bottom: 1px solid #DDD;
    }

    .report-table > tbody > tr > td,
    .report-table > thead > tr > th {
        padding: 8px 15px;
        font-size: 14px;
    }

    .report-table.employee > tbody > tr > td,
    .report-table.employee > thead > tr > th {
        white-space: nowrap;
    }

    .report-table > tbody > tr > td > .btn {
        font-size: 12px;
    }

    .report-table > tbody > tr:first-child > td {
        border-top: none;
    }

    .report-table > tbody > tr.odd > td.sorting_1 {
        background-color: #f1f1f1;
    }

    .report-table > tbody > tr.even > td.sorting_1 {
        background-color: #fafafa;
    }

    .report-table > tbody > tr.irregular {
        background-color: #ffc2c2;
    }

    .report-table > thead > tr > th.time-in {
        background-color: #f1f1f1;
    }

    .report-table > thead > tr > th.time-out,
    .report-table > thead > tr > th.data {
        background-color: #ececec;
    }

.filter-label {
    display: inline-block;
    padding: .2em .6em .3em;
    padding: 2px 6px 3px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    margin-bottom: 5px;
}

.thumbnail-container {
    height: 100px;
    background: #FFF;
    white-space: nowrap;
    text-align: center;
}

.image-thumbnail {
    vertical-align: middle;
    max-height: 100px;
    max-width: 100%;
}

.span-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.text-strong {
    font-weight: bold;
}

#salary-table_wrapper {
    font-size: 12px;
}

tfoot tr.footer-total > td {
    font-weight: bold;
    font-size: 12px;
}

.tooltip-col {
    position: relative;
}

.tooltip-col .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 1px;
    padding: 5px 10px;
    /* Position the tooltip */
    top: -5px;
    right: 103%;
    position: absolute;
    z-index: 1;
}

.tooltip-col:hover .tooltiptext {
    visibility: visible;
}

.outtter-table {
    padding: 15px 0px 15px 0px;
    overflow-x: scroll;
}

.outtter-table::-webkit-scrollbar {
    height: 8px;
}

.outtter-table::-webkit-scrollbar-track {
    background-color: #d2d2d2;
}

.outtter-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a5a5a5;
}

.outtter-table > table {
    border: 2px solid #ddd;
    margin-bottom: 0px;
}

.outtter-table > table th {
    text-align: center;
    font-weight: bold;
    color: #555;
}

.outtter-table > table th.counts {
    background: #F8CBAD;
}

.outtter-table > table th.details {
    background: #A9D08E;
}

.outtter-table > table th.value {
    background: #FFE699;
}

.outtter-table > table th.computation {
    background: #8497B0;
}

.outtter-table > table td.departments {
    background: #BDD7EE;
}

.outtter-table > table th, .outtter-table > table td {
    white-space: nowrap;
    min-width: 140px;
    border: 2px solid #ddd;
    padding: 5px !important;
    font-size: 13px;
}

.close:focus {
    outline: 0;
}

.filter-container {
    padding: 15px;
    background: #FFF;
    border-radius: 2px;
}

.login-container {
    padding: 30px;
    background: #FFF;
    border-radius: 0px;
}

.login-border {
    padding: 40px 15px 40px;
    background: #FFFCFA;
    border-radius: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.sync-button {
    border: none;
    box-shadow: none;
    padding: 0px;
    margin-right: 20px;
    transition: color .3s ease;
    text-transform: uppercase;
    color: #ffab40;
    background: transparent;
    font-weight: bold;
    color: #FFF;
}

#contribution-table td > input[type=text] {
    margin-bottom: 0px;
    height: 21px;
    border-bottom: none;
    box-shadow: none;
    font-size: 14px;
}

.attendance-item {
    border-bottom: 1px solid #ddd;
}

.contributions tr > td.edit {
    background: #EFEFEF;
}

.tax > tbody.edit-tax > tr > td {
    background: #EFEFEF;
}

.thumbnail-containers-employee {
    height: 200px;
    background: #FFF;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #555;
    position: relative;
}

.image-thumbnails-employee {
    vertical-align: middle;
    max-height: 200px;
    max-width: 100%;
    padding: 1px 0px;
    margin: -10px -10px -10px -14px;
}

.label-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
}

.has-image {
    cursor: pointer;
}

.pagination-list {
    display: inline-block;
    margin-top: 10px;
}

    .pagination-list > .pagination-item {
        display: inline;
    }

        .pagination-list > .pagination-item:first-child > a,
        .pagination-list > .pagination-item:first-child > span {
            border: 1px solid #DEDEDE;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .pagination-list > .pagination-item:last-child > a,
        .pagination-list > .pagination-item:last-child > span {
            border-right: 1px solid #DEDEDE;
            border-top: 1px solid #DEDEDE;
            border-bottom: 1px solid #DEDEDE;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .pagination-list > .pagination-item > a {
            color: #008cd6;
            padding: 8px 16px;
            text-decoration: none;
            position: relative;
            float: left;
            border-top: 1px solid #DEDEDE;
            border-bottom: 1px solid #DEDEDE;
            border-right: 1px solid #DEDEDE;
        }

        .pagination-list > .pagination-item > span {
            color: #555;
            background-color: #F3F3F3;
            padding: 8px 16px;
            position: relative;
            float: left;
            border: 1px solid #DEDEDE;
            border-left: none;
        }

.table > tbody > tr:last-child > td {
    border-bottom: 1px solid #ddd;
}

/*=========NEW CSS==========*/

.btnSearch {
    border-radius: 8px !important;
    border: none !important;
    height: 30px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
}

#search-filter-attendance {
    margin-top: 15px !important;
    border-radius: 8px !important;
    border: none !important;
    height: 30px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 2px 5px 0 rgba(0,0,0,0.19);
}

#export-attendance {
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 2px 5px 0 rgba(0,0,0,0.19);
}

.btn-create, .btnAdd, .btnCreate, .btnCancel, .btnUpdate, .btnSave, .btnSubmit, .btnUpload, .btnDownload, .btnBack, .btnClose, .btnViewreport, .btnExport {
    border-radius: 8px !important;
    border: none !important;
    height: 30px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
    font-family: roboto;
}

    .btn-create:hover {
        box-shadow: 0 3px 10px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    }

.btnEdit a, .btnDelete a {
    color: white !important;
}

.btnEdit, .btnDelete, .btnReset, .btnDisable {
    min-width: auto !important;
    padding: 1px 5px 1px 5px !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-transform: capitalize;
}

.btnView {
    min-width: auto !important;
    padding: 1px 5px 1px 5px !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-transform: capitalize;
}

.timeText h5 {
    font-weight: bold;
}

.timeText p {
    font-size: 40px;
    padding-top: 0px;
}

.btnTime {
    margin-top: 11% !important;
    width: 50%;
    background-color: #828282;
}

button.btn-lg.btnTime {
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
    font-weight: bold;
}

    button.btn-lg.btnTime:hover {
        background-color: #0066AB !important;
        color: white !important;
        font-weight: bold !important;
        border: 1px solid #0066AB !important;
    }

.modal-title {
    font-size: 15px !important;
    font-weight: bold;
}

.modal-content {
    border-radius: 10px !important;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    background-color: #EEA840 !important;
    color: white !important;
    border-left-color: #BF7C18 !important;
}

.panel-primary {
    border-color: #425563;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=time]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.leaveModal {
    border: 2px solid #425563 !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
}

.weekDays-selector input {
    display: none !important;
}

    .weekDays-selector input[type=checkbox] + label {
        display: inline-block;
        border-radius: 6px;
        background: #dddddd;
        height: 40px;
        width: 35px;
        margin-right: 3px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        color: black;
        font-family: roboto;
    }

    .weekDays-selector input[type=checkbox]:checked + label {
        background: #ffc72c;
        color: #333333;
        font-weight: bold;
    }

.weekDays-selector1 input {
    display: none !important;
}

    .weekDays-selector1 input[type=checkbox] + label {
        display: inline-block;
        border-radius: 6px;
        background: #dddddd;
        height: 40px;
        width: 35px;
        margin-right: 3px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        color: black;
        font-family: roboto;
    }

    .weekDays-selector1 input[type=checkbox]:checked + label {
        background: #ffc72c;
        color: #333333;
        font-weight: bold;
    }

.panelTitle h6 {
    font-size: 16px !important;
    font-weight: 400;
}

.panelContainer, .panelContainer1, .panelContainer2, .panelContainer3 {
    color: white;
    width: 95%;
    margin-left: 8%;
    margin-right: 8%;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
}

.panelContainer, .footerDetails {
    background-color: #4D5061;
    color: white;
    border-radius: 20px;
}

.panelContainer1, .footerDetails1 {
    background-color: #BAC1B8;
    color: white;
    border-radius: 20px;
}

.panelContainer2, .footerDetails2 {
    background-color: #58A4B0;
    color: white;
    border-radius: 20px;
}

.panelContainer3, .footerDetails3 {
    background-color: #5C80BC;
    color: white;
    border-radius: 20px;
}

.footerDetails, .footerDetails1, .footerDetails2, .footerDetails3 {
    margin-top: 10px;
    padding: 5px 15px;
}

    .footerDetails span, .footerDetails1 span, .footerDetails2 span, .footerDetails3 span{
        font-size: 13px;
    }


.input-sm {
    height: 30px !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border-radius: 5px !important;
}

.logoTitle {
    font-size: 14px;
    color: #2E398B;
    position: absolute;
    margin-top: 18px;
}

.loginContainer {
    background-color: #17283C;
    height: 430px;
    box-shadow: 0px 5px 13px rgba(5, 5, 5, 0.6);
    border-radius: 20px;
    margin-right: 33%;
    margin-left:33%;
    margin-top: 10%;
}


.loginTitle h5{
    font-size:40px;
    color:white;
    font-weight:400;
}

.inputContainer {
    padding-left: 10%;
    padding-right: 10%;
    margin-top:35px;
}

.wrapper {
    position: relative;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}


.btn-default:focus, .btn-default:hover {
    background-color: #828282 !important;
    color: white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
}

.btn-default:focus, .btn-default {
    background-color: #4f4f4f !important;
    border-color: #4f4f4f !important;
    color: white !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
}

tr th {
    font-size: 12px !important;
}

table.dataTable {
    clear: both;
    margin-top: 20px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
}

.subLabel {
    background-color: #14874D;
    border-radius: 10px;
    font-size: 13px;
    padding: 5px 12px;
    width: fit-content;
    color: white;
    font-weight:300;
}

.box.box-info {
    border-top: 4px #14874D solid !important;
    border: 1px solid #F2F2F2;
}

.removeCheckbox input[type=checkbox] {
    margin: 0px 4px 0 -20px !important;
}

.removeCheckbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btnxsAdd, .btnxsCancel {
    min-width: auto !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
    text-transform: capitalize;
    width: 20px !important;
    margin:0px;
}

.btnxsAdd {
    float:left !important;
}

.btnxsCancel {
    float:right !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.content-wrapper {
    background-color: white !important;
}


.btnEmail, .btnPayslip {
    font-size: 10px;
    padding: 3px !important;
    font-family: roboto;
    font-weight: normal;
    border-radius: 7px !important;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19) !important;
    margin-bottom:0px !important;
}

.btn {
    font-family:roboto;
}