img.brand-image.img-circle.elevation-3 {
    border-radius: 3px 3px 3px 3px;
}

.loader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader>img {
    width: 100px;
}

.loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.thumb {
    height: 100px;
    border: 1px solid black;
    margin: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.breadcrumb {
    color: #212a5e;
    background-color: #d9dcf0;
    border-color: #c9ceea;
    border-color: #b8e7fc;
    box-shadow: 0 1px 4px 0 rgba(85, 87, 160, 0.38);
}

.card .card-header-noxus .card-icon,
.card .card-header-noxus .card-text,
.card .card-header-noxus:not(.card-header-icon):not(.card-header-text),
.card.bg-info,
.card.card-rotate.bg-info .front,
.card.card-rotate.bg-info .back {
    background: #e74c3c;
}

.card .card-header-noxus .card-icon,
.card .card-header-noxus:not(.card-header-icon):not(.card-header-text),
.card .card-header-noxus .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.btn.btn-login-noxus {
    color: #e74c3c !important;
}

div#login-failed {
    padding-left: 18px !important;
}


/* Login */


/* End of Login */


/* Floating button */

.label-container {
    position: fixed;
    bottom: 44px;
    right: 72px;
    display: table;
    visibility: hidden;
}

.label-text {
    color: #FFF;
    background: rgba(51, 51, 51, 0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
    border-radius: 3px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

.float-button {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #e74c3c;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    font-size: 24px;
    margin-top: 9px;
}

a.float-button+div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

a.float-button:hover+div.label-container {
    visibility: visible;
    opacity: 1;
}

a.float-button:hover {
    color: white !important;
    text-decoration: none;
}

a.float-button:focus {
    color: white !important;
    text-decoration: none;
}

i.label-arrow {
    text-align: left !important;
}


/* End of Floating button */


/* Table */

.table>thead>tr>th {
    font-weight: 500 !important;
}

.table thead tr th {
    font-size: 0.983rem !important;
    border-bottom-color: #0000005c;
}

table.table>tbody>tr:last-child>td {
    border-bottom-color: #0000005c !important;
}


/* table.table tfoot th {
        border-bottom: 1px solid #111 !important;
    } */

.pagination>.page-item.active>a,
.pagination>.page-item.active>a:focus,
.pagination>.page-item.active>a:hover,
.pagination>.page-item.active>span,
.pagination>.page-item.active>span:focus,
.pagination>.page-item.active>span:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
    box-shadow: 0 4px 5px 0 rgba(156, 39, 176, .14), 0 1px 10px 0 rgba(156, 39, 176, .12), 0 2px 4px -1px rgba(156, 39, 176, .2);
}


/* End of Table */


/* Sidebar */

.sidebar[data-color="noxus"] li.active>a {
    background-color: #e74c3c;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(212, 0, 0, 0.4);
}


/* End of Sidebar */


/* Input */

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(0deg, #00bcd4 2px, rgba(39, 62, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
}


/* End of Input */


/* Notification */

i.material-icons.noxus-notification {
    margin-left: -15px !important;
}


/* End of Notification */


/* Dropdown menu */

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(176, 39, 67, 0.4);
    background-color: #e74c3c;
    color: #fff;
}


/* End of Dropdown menu */


/* Button Noxus */

.btn.btn-noxus {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.btn.btn-noxus:hover {
    color: #fff;
    background-color: #e74c5e;
    border-color: #e74c3c;
}

.btn.btn-noxus:focus,
.btn.btn-noxus.focus,
.btn.btn-noxus:hover {
    color: #fff;
    background-color: #e74c5e;
    border-color: #e74c3c;
}

.btn.btn-noxus:active,
.btn.btn-noxus.active,
.open>.btn.btn-noxus.dropdown-toggle,
.show>.btn.btn-noxus.dropdown-toggle {
    color: #fff;
    background-color: #e74c5e;
    border-color: #e74c3c;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.btn.btn-noxus:active:hover,
.btn.btn-noxus:active:focus,
.btn.btn-noxus:active.focus,
.btn.btn-noxus.active:hover,
.btn.btn-noxus.active:focus,
.btn.btn-noxus.active.focus,
.open>.btn.btn-noxus.dropdown-toggle:hover,
.open>.btn.btn-noxus.dropdown-toggle:focus,
.open>.btn.btn-noxus.dropdown-toggle.focus,
.show>.btn.btn-noxus.dropdown-toggle:hover,
.show>.btn.btn-noxus.dropdown-toggle:focus,
.show>.btn.btn-noxus.dropdown-toggle.focus {
    color: #fff;
    background-color: #e74c5e;
    border-color: #f13c28;
}

.open>.btn.btn-noxus.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #e74c3c;
}

.open>.btn.btn-noxus.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #e74c5e;
}

.btn.btn-noxus.disabled:focus,
.btn.btn-noxus.disabled.focus,
.btn.btn-noxus:disabled:focus,
.btn.btn-noxus:disabled.focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn.btn-noxus.disabled:hover,
.btn.btn-noxus:disabled:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn.btn-noxus:focus,
.btn.btn-noxus:active,
.btn.btn-noxus:hover {
    box-shadow: 0 14px 26px -12px rgba(176, 39, 57, 0.14), 0 3px 1px -2px rgba(176, 39, 92, 0.2), 0 1px 5px 0 rgba(176, 39, 80, 0.12);
}

.btn.btn-noxus.btn-link {
    background-color: transparent;
    color: #e74c3c;
    box-shadow: none;
}

.btn.btn-noxus.btn-link:hover,
.btn.btn-noxus.btn-link:focus,
.btn.btn-noxus.btn-link:active {
    background-color: transparent;
    color: #e74c3c;
}

.fixed-plugin .btn.btn-noxus {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
    box-shadow: 0 2px 2px 0 rgba(176, 39, 57, 0.14), 0 3px 1px -2px rgba(176, 39, 92, 0.2), 0 1px 5px 0 rgba(176, 39, 80, 0.12);
}

.fixed-plugin .btn.btn-noxus:hover {
    color: #fff;
    background-color: #e74c5e;
    border-color: #e74c3c;
}

.fixed-plugin .btn.btn-noxus:focus,
.fixed-plugin .btn.btn-noxus.focus,
.fixed-plugin .btn.btn-noxus:hover {
    color: #fff;
    background-color: #e74c5e;
    border-color: #e74c3c;
}

.fixed-plugin .btn.btn-noxus:active,
.fixed-plugin .btn.btn-noxus.active,
.open>.fixed-plugin .btn.btn-noxus.dropdown-toggle,
.show>.fixed-plugin .btn.btn-noxus.dropdown-toggle {
    color: #fff;
    background-color: #e74c5e;
    border-color: #e74c3c;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.fixed-plugin .btn.btn-noxus:active:hover,
.fixed-plugin .btn.btn-noxus:active:focus,
.fixed-plugin .btn.btn-noxus:active.focus,
.fixed-plugin .btn.btn-noxus.active:hover,
.fixed-plugin .btn.btn-noxus.active:focus,
.fixed-plugin .btn.btn-noxus.active.focus,
.open>.fixed-plugin .btn.btn-noxus.dropdown-toggle:hover,
.open>.fixed-plugin .btn.btn-noxus.dropdown-toggle:focus,
.open>.fixed-plugin .btn.btn-noxus.dropdown-toggle.focus,
.show>.fixed-plugin .btn.btn-noxus.dropdown-toggle:hover,
.show>.fixed-plugin .btn.btn-noxus.dropdown-toggle:focus,
.show>.fixed-plugin .btn.btn-noxus.dropdown-toggle.focus {
    color: #fff;
    background-color: #e74c5e;
    border-color: #3f1048;
}

.open>.fixed-plugin .btn.btn-noxus.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #e74c3c;
}

.open>.fixed-plugin .btn.btn-noxus.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #e74c5e;
}

.fixed-plugin .btn.btn-noxus.disabled:focus,
.fixed-plugin .btn.btn-noxus.disabled.focus,
.fixed-plugin .btn.btn-noxus:disabled:focus,
.fixed-plugin .btn.btn-noxus:disabled.focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.fixed-plugin .btn.btn-noxus.disabled:hover,
.fixed-plugin .btn.btn-noxus:disabled:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.fixed-plugin .btn.btn-noxus:focus,
.fixed-plugin .btn.btn-noxus:active,
.fixed-plugin .btn.btn-noxus:hover {
    box-shadow: 0 14px 26px -12px rgba(176, 39, 57, 0.14), 0 3px 1px -2px rgba(176, 39, 92, 0.2), 0 1px 5px 0 rgba(176, 39, 80, 0.12);
}

.fixed-plugin .btn.btn-noxus.btn-link {
    background-color: transparent;
    color: #e74c3c;
    box-shadow: none;
}

.fixed-plugin .btn.btn-noxus.btn-link:hover,
.fixed-plugin .btn.btn-noxus.btn-link:focus,
.fixed-plugin .btn.btn-noxus.btn-link:active {
    background-color: transparent;
    color: #e74c3c;
}

.bootstrap-select .dropdown-item.active {
    background: #e74c3c;
    color: #ffffff;
}

.btn.btn-pending {
    color: #fff;
    background-color: #bdc3c7;
    border-color: #bdc3c7;
    box-shadow: 0 2px 2px 0 rgba(83, 79, 83, 0.14), 0 3px 1px -2px rgba(87, 79, 88, 0.2)0 1px 5px 0 rgba(84, 81, 85, 0.12);
}

.btn.btn-validated {
    color: #fff;
    background-color: #f39c12;
    border-color: #f39c12;
    box-shadow: 0 2px 2px 0 rgba(192, 143, 38, 0.14), 0 3px 1px -2px rgba(218, 171, 18, 0.2)0 1px 5px 0 rgba(224, 145, 41, 0.12);
}

.btn.btn-approved {
    color: #fff;
    background-color: #27ae60;
    border-color: #27ae60;
    box-shadow: 0 2px 2px 0 rgba(35, 209, 87, 0.14), 0 3px 1px -2px rgba(32, 228, 74, 0.2)0 1px 5px 0 rgba(84, 240, 23, 0.12);
}

.btn.btn-rejected {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b;
    box-shadow: 0 2px 2px 0 rgba(243, 9, 48, 0.14), 0 3px 1px -2px rgba(231, 26, 36, 0.2)0 1px 5px 0 rgba(233, 34, 34, 0.12);
}
.btn.btn-canceled {
    color: #fff;
    background-color: #2729ae;
    border-color: #2729ae;
    box-shadow: 0 2px 2px 0 rgba(35, 107, 209, 0.14), 0 3px 1px -2px rgba(32, 114, 228, 0.2)0 1px 5px 0 rgba(23, 128, 240, 0.12);
}


/* End of Button Noxus */

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

.table-requests .table-tasks {
    padding-left: 25px;
}


/* .dropdown-menu .dropdown-item {
    line-height: 2.428571;
} */

.nav-pills.nav-pills-noxus .nav-item .nav-link.active,
.nav-pills.nav-pills-noxus .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-noxus .nav-item .nav-link.active:hover {
    background-color: #7f8c8d;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(105, 96, 99, 0.4);
    color: #ffffff;
}

.btn-noxus-days {
    color: #ffffff;
    background-color: #16a085;
    border-color: #16a085;
    box-shadow: none;
}

.btn-noxus-days:hover {
    color: #ffffff;
    background-color: #318a78;
    border-color: #2c7768;
}

.btn-noxus-days:focus,
.btn-noxus-days.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(68, 149, 196, 0.5);
}

.btn-noxus-days {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
    box-shadow: 0 2px 2px 0 rgba(49, 167, 151, 0.14), 0 3px 1px -2px rgba(32, 168, 134, 0.2), 0 1px 5px 0 rgba(24, 216, 174, 0.12);
}

.btn-noxus-days:hover {
    color: #fff;
    background-color: #16a085;
    border-color: #159279;
}

.btn-noxus-days:focus,
.btn-noxus-days.focus,
.btn-noxus-days:hover {
    color: #fff;
    background-color: #16a085;
    border-color: #189099;
}

.btn-noxus-days:active,
.btn-noxus-days.active,
.open>.btn-noxus-days.dropdown-toggle,
.show>.btn-noxus-days.dropdown-toggle {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
    box-shadow: 0 2px 2px 0 rgba(37, 220, 233, 0.14), 0 3px 1px -2px rgba(36, 240, 240, 0.2), 0 1px 5px 0 rgba(45, 225, 238, 0.12);
}

.btn-noxus-days:active:hover,
.btn-noxus-days:active:focus,
.btn-noxus-days:active.focus,
.btn-noxus-days.active:hover,
.btn-noxus-days.active:focus,
.btn-noxus-days.active.focus,
.open>.btn-noxus-days.dropdown-toggle:hover,
.open>.btn-noxus-days.dropdown-toggle:focus,
.open>.btn-noxus-days.dropdown-toggle.focus,
.show>.btn-noxus-days.dropdown-toggle:hover,
.show>.btn-noxus-days.dropdown-toggle:focus,
.show>.btn-noxus-days.dropdown-toggle.focus {
    color: #fff;
    background-color: #1d979b;
    border-color: #199484;
}

.btn-success-noxus {
    color: #212529;
    background-color: #ffc107;
    border-color: #d39e00;
    box-shadow: none;
    font-weight: 550;
}

.btn-success-noxus:hover {
    color: #212529;
    background-color: #d39e00;
    border-color: #e7ae03;
}

.btn-success-noxus:focus,
.btn-success-noxus.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.btn.btn-success-noxus {
    color: #212529;
    background-color: #ffc107;
    border-color: #d39e00;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}

.btn.btn-success-noxus:hover {
    color: #212529;
    background-color: #d39e00;
    border-color: #d39e00;
}

.btn.btn-success-noxus:focus,
.btn.btn-success-noxus.focus,
.btn.btn-success-noxus:hover {
    color: #212529;
    background-color: #d39e00;
    border-color: #d39e00;
}

.btn.btn-success-noxus:active,
.btn.btn-success-noxus.active,
.open>.btn.btn-success-noxus.dropdown-toggle,
.show>.btn.btn-success-noxus.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #d39e00;
    box-shadow: 0 2px 2px 0 rgba(236, 233, 61, 0.14), 0 3px 1px -2px rgba(228, 216, 49, 0.2), 0 1px 5px 0 rgba(218, 199, 37, 0.12);
}

.btn.btn-success-noxus:active:hover,
.btn.btn-success-noxus:active:focus,
.btn.btn-success-noxus:active.focus,
.btn.btn-success-noxus.active:hover,
.btn.btn-success-noxus.active:focus,
.btn.btn-success-noxus.active.focus,
.open>.btn.btn-success-noxus.dropdown-toggle:hover,
.open>.btn.btn-success-noxus.dropdown-toggle:focus,
.open>.btn.btn-success-noxus.dropdown-toggle.focus,
.show>.btn.btn-success-noxus.dropdown-toggle:hover,
.show>.btn.btn-success-noxus.dropdown-toggle:focus,
.show>.btn.btn-success-noxus.dropdown-toggle.focus {
    color: #212529;
    background-color: #d39e00;
    border-color: #d39e00;
}

.btn.btn-success-noxus:active,
.btn.btn-success-noxus:focus,
.btn.btn-success-noxus:hover {
    box-shadow: 0 14px 26px -12px rgba(248, 252, 24, 0.42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(212, 198, 0, 0.2);
}

.btn-danger-noxus {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

.btn-danger-noxus:hover {
    color: #ffffff;
    background-color: #75797c;
    border-color: #adb5bd;
}

.btn-danger-noxus:focus,
.btn-danger-noxus.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(107, 104, 104, 0.5);
}

.btn.btn-danger-noxus {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: 0 2px 2px 0 rgba(68, 67, 67, 0.14), 0 3px 1px -2px rgba(66, 66, 66, 0.2), 0 1px 5px 0 rgba(80, 79, 79, 0.12);
}

.btn.btn-danger-noxus:hover {
    color: #fff;
    background-color: #656768;
    border-color: #656768;
}

.btn.btn-danger-noxus:focus,
.btn.btn-danger-noxus.focus,
.btn.btn-danger-noxus:hover {
    color: #fff;
    background-color: #656768;
    border-color: #656768;
}

.btn.btn-danger-noxus:active,
.btn.btn-danger-noxus.active,
.open>.btn.btn-danger-noxus.dropdown-toggle,
.show>.btn.btn-danger-noxus.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: 0 2px 2px 0 rgba(110, 105, 105, 0.14), 0 3px 1px -2px rgba(112, 106, 106, 0.2), 0 1px 5px 0 rgba(121, 117, 117, 0.12);
}

.btn.btn-danger-noxus:active:hover,
.btn.btn-danger-noxus:active:focus,
.btn.btn-danger-noxus:active.focus,
.btn.btn-danger-noxus.active:hover,
.btn.btn-danger-noxus.active:focus,
.btn.btn-danger-noxus.active.focus,
.open>.btn.btn-danger-noxus.dropdown-toggle:hover,
.open>.btn.btn-danger-noxus.dropdown-toggle:focus,
.open>.btn.btn-danger-noxus.dropdown-toggle.focus,
.show>.btn.btn-danger-noxus.dropdown-toggle:hover,
.show>.btn.btn-danger-noxus.dropdown-toggle:focus,
.show>.btn.btn-danger-noxus.dropdown-toggle.focus {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}


/* Start of alert-with-icon */

.alert.alert-with-icon {
    margin-top: 12px;
    margin-bottom: 28px;
}


/* End of alert-with-icon */

.card-body-modified {
    padding-bottom: 0px !important;
}

.card-footer-modified {
    padding-top: 0px !important;
    padding-bottom: 12px !important;
}

.card-footer {
    padding-bottom: 12px !important;
}

.item-title {
    color: white;
    font-size: 11px;
    left: 8px;
    position: absolute;
    top: 0px;
    font-family: 'Khula', sans-serif;
}

.item-percentage {
    bottom: 0px;
    color: white;
    font-size: 12px;
    position: absolute;
    right: 8px;
    font-family: 'Khula', sans-serif;
}

.dashboard-compliances {
    margin-top: -30px;
}

@media only screen and (max-width: 600px) {
    .dashboard-compliances {
        margin-top: 0px;
    }
}

.container-fluid-modified {
    margin-top: -30px;
}

.view-detail-dashboard {
    margin-top: 1px;
}


/* If the screen size is 1751px or more, set the font-size to 12px*/

@media only screen and (min-width: 1751px) {
    .nav-pills .nav-item .nav-link {
        font-size: 12px;
        min-width: 100px;
    }
}


/* If the screen size is 1750px or less, set the font-size to 12px*/

@media only screen and (max-width: 1750px) {
    .nav-pills .nav-item .nav-link {
        font-size: 9px;
        min-width: 75px;
    }
}


/* If the screen size is 1401px or less, set the font-size to 12px*/

@media only screen and (max-width: 1401px) {
    .nav-pills .nav-item .nav-link {
        font-size: 8px;
        min-width: 66px;
    }
}


/* If the screen size is 1350px or less, set the font-size to 12px*/

@media only screen and (max-width: 1350px) {
    .tab-content {
        margin-left: 15px;
    }
}


/* If the screen size is 1150px or less, set the font-size to 12px*/

@media only screen and (max-width: 1150px) {
    .tab-content {
        margin-left: 21px;
    }
}


/* If the screen size is 1150px or less, set the font-size to 12px*/

@media only screen and (max-width: 1050px) {
    .tab-content {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .tab-content {
        margin-left: 0px;
    }
    .nav-pills .nav-item .nav-link {
        font-size: 12px;
        min-width: 100px;
    }
}

@media only screen and (max-width: 1597px) {
    .input-start-date-section,
    .input-end-date-section {
        flex: 0 0 11.333333%;
        max-width: 11.333333%;
    }
}

@media only screen and (max-width: 1253px) {
    .input-year-section {
        flex: 0 0 14.333333%;
        max-width: 14.333333%;
    }
    .input-start-date-section,
    .input-end-date-section {
        flex: 0 0 15.333333%;
        max-width: 15.333333%;
    }
}

@media only screen and (max-width: 758px) {
    .input-start-date-section,
    .input-end-date-section {
        flex: 0 0 19.333333%;
        max-width: 19.333333%;
    }
}

@media only screen and (max-width: 650px) {
    .input-year-section {
        flex: 0 0 16.333333%;
        max-width: 16.333333%;
    }
    .input-start-date-section,
    .input-end-date-section {
        flex: 0 0 17.333333%;
        max-width: 17.333333%;
    }
}

@media only screen and (max-width: 641px) {
    .input-start-date-section,
    .input-end-date-section {
        flex: 0 0 21.333333%;
        max-width: 21.333333%;
    }
}

@media only screen and (max-width: 555px) {
    .input-year-section {
        flex: 0 0 18.333333%;
        max-width: 18.333333%;
    }
    .input-start-date-section,
    .input-end-date-section {
        flex: 0 0 27.333333%;
        max-width: 27.333333%;
    }
}

.card .card-header-pending .card-icon,
.card .card-header-pending .card-text,
.card .card-header-pending:not(.card-header-icon):not(.card-header-text),
.card.bg-success,
.card.card-rotate.bg-success .front,
.card.card-rotate.bg-success .back {
    background: #bdc3c7 !important;
}

.card .card-header-pending .card-icon,
.card .card-header-pending:not(.card-header-icon):not(.card-header-text),
.card .card-header-pending .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(181, 200, 207, 0.4);
}

.card .card-header-validated .card-icon,
.card .card-header-validated .card-text,
.card .card-header-validated:not(.card-header-icon):not(.card-header-text),
.card.bg-success,
.card.card-rotate.bg-success .front,
.card.card-rotate.bg-success .back {
    background: #f39c12 !important;
}

.card .card-header-validated .card-icon,
.card .card-header-validated:not(.card-header-icon):not(.card-header-text),
.card .card-header-validated .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(224, 137, 23, 0.4);
}

.card .card-header-approved .card-icon,
.card .card-header-approved .card-text,
.card .card-header-approved:not(.card-header-icon):not(.card-header-text),
.card.bg-success,
.card.card-rotate.bg-success .front,
.card.card-rotate.bg-success .back {
    background: #27ae60 !important;
}

.card .card-header-approved .card-icon,
.card .card-header-approved:not(.card-header-icon):not(.card-header-text),
.card .card-header-approved .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(56, 184, 60, 0.4);
}

.card .card-header-rejected .card-icon,
.card .card-header-rejected .card-text,
.card .card-header-rejected:not(.card-header-icon):not(.card-header-text),
.card.bg-success,
.card.card-rotate.bg-success .front,
.card.card-rotate.bg-success .back {
    background: #c0392b !important;
}

.card .card-header-rejected .card-icon,
.card .card-header-rejected:not(.card-header-icon):not(.card-header-text),
.card .card-header-rejected .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(184, 82, 56, 0.4);
}

.card-dashboard,
.card-compliance,
.card-request,
.card-task,
.card-holiday,
.card-blog,
.card-message {
    margin-top: 37px !important;
}

@media only screen and (max-width: 1339px) {
    .label-employee-compliance {
        flex: 0 0 12.333333% !important;
        max-width: 12.333333% !important;
    }
}

@media only screen and (max-width: 1260px) {
    .label-employee-compliance {
        flex: 0 0 13.333333% !important;
        max-width: 13.333333% !important;
    }
}

@media only screen and (max-width: 1112px) {
    .label-employee-compliance {
        flex: 0 0 13.333333% !important;
        max-width: 13.333333% !important;
    }
}

@media only screen and (max-width: 1060px) {
    .label-employee-compliance {
        flex: 0 0 14.333333% !important;
        max-width: 14.333333% !important;
    }
}

@media only screen and (max-width: 992px) {
    .label-employee-compliance {
        flex: 0 0 14.333333% !important;
        max-width: 14.333333% !important;
    }
}

@media only screen and (max-width: 718px) {
    .label-employee-compliance {
        flex: 0 0 15.333333% !important;
        max-width: 15.333333% !important;
    }
}

@media only screen and (max-width: 687px) {
    .label-employee-compliance {
        flex: 0 0 16.333333% !important;
        max-width: 16.333333% !important;
    }
}

@media only screen and (max-width: 647px) {
    .label-employee-compliance {
        flex: 0 0 24.333333% !important;
        max-width: 24.333333% !important;
    }
}

/* .col-segemented-bar {
    min-width: 1100px;
} */

.required:after {
    content: " *";
    color: red;
}

/* Tooltip */


/* End of Tooltip */
