.rdi-lable {
    font-family: "Roboto", sans-serif;
}

.mouseEffect {
    cursor: pointer !important;
}

.initaloc-table > thead > tr > th:first-child {
    vertical-align: middle;
}

.initaloc-table > thead > tr > th {
    border-left: 1px #aaa solid;
    border-right: 1px #aaa solid;
    text-align: center;
}

#leaveTypeParent {
    width: 100%;
    border: 1px solid rgb(49, 48, 48);
    overflow-x: hidden;
    float: left;
}

.child {
    width: 1000px;
    float: left;
    font-size: 15px;
    font-family: arial;
    padding: 10px;
    cursor: pointer;
}

.overlayscrollbars_ctrl {
    min-height: 350px;
    border: 1px solid #c7c8c9;
    border-radius: 0px;
}

@media (max-width: 992px) {
    .overlayscrollbars_ctrl {
        height: 150px !important;
        max-height: 150px !important;
        min-height: 150px !important;
        margin-bottom: 5px !important;
    }
}

.model_side_holder {
    padding: 10px 10px 10px 10px;
}

.hover-text {
    position: relative;
    display: inline-block;
    margin: 40px;
    font-family: Arial;
    text-align: center;
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100px;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    top: 25px;
    left: -50%;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

.ui-group {
    position: relative;
    border: 2px solid #aaa;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0px;
}

.ui-group-lable {
    position: relative;
    top: -25px;
    padding: 0px 5px;
    background-color: #fff;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

.backgroun-image-wrapper {
    background-image: url("../../images/background-1.webp");
    background-position: center;
    background-size: cover;
}

.days_reminder {
    border-radius: 3px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #ec3e12;
    height: 70px;
    margin: 0 0 10px 10px;
    width: 150px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}

.cusomr-ul {
    list-style-type: none;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.custome-list {
    background-color: rgb(0, 105, 217);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 2px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* 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: #fc3d60;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #8034ab;
}

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

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

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

.slider.round:before {
    border-radius: 50%;
}

.dataTables_filter {
    display: none;
}

.table-link {
    color: dodgerblue;
    cursor: pointer;
}

.table-link {
    color: dodgerblue;
    cursor: pointer;
}

.style1 {
    font-size: 18px;
    font-weight: 600;
}

.blink {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    25% {
        color: green;
        opacity: 50;
    }

    75% {
        color: red;
        opacity: 30;
    }
}

#countdown {
    width: 40%;
    height: 75px;
    text-align: center;
    background: #222;
    background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    margin: auto auto 5px auto;
    padding: 10px 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#countdown:before {
    content: "";
    width: 8px;
    height: 55px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 10px;
    left: -10px;
}

#countdown:after {
    content: "";
    width: 8px;
    height: 55px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 10px;
    right: -10px;
}

#countdown #tiles {
    position: relative;
    z-index: 1;
}

#countdown #tiles > span {
    width: 40px;
    max-width: 40px;
    font: bold 18px "Droid Sans", Arial, sans-serif;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image: -moz-linear-gradient(top, #bbb, #eee);
    background-image: -ms-linear-gradient(top, #bbb, #eee);
    background-image: -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    margin: 0 5px;
    padding: 10px 0;
    display: inline-block;
    position: relative;
}

#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

#countdown .labels li {
    width: 50px;
    font: bold 10px "Droid Sans", Arial, sans-serif;
    color: #f47321;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.dayStyle {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.dayStyle > sup {
    text-transform: lowercase;
}

.active {
    color: green;
}

.inactive {
    color: red;
}

.dataTables_filter {
    display: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* 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: #fc3d60;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #8034ab;
}

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

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

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

.slider.round:before {
    border-radius: 50%;
}

.hidden-form-element {
    display: none !important;
}

.custome-link {
    font-weight: 500;
    text-decoration: none;
    cursor: pointer !important;
}

.full-select {
    width: 100% !important;
}

.select2-full {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.fixed_size {
    height: 350px;
}

.limiter {
    width: 1366px;
    margin: 0 auto;
}

.js-pscroll {
    position: relative;
    overflow: hidden;
}

.table100 .ps__rail-y {
    width: 9px;
    background-color: transparent;
    opacity: 1 !important;
    right: 5px;
}

.table100 .ps__rail-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ebebeb;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
}
.table100 .ps__rail-y .ps__thumb-y {
    width: 100%;
    right: 0;
    background-color: transparent;
    opacity: 1 !important;
}
.table100 .ps__rail-y .ps__thumb-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ccc;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
}

.table100 {
    background-color: #fff;
}
table {
    width: 100%;
}
th,
td {
    font-weight: unset;
    padding-right: 10px;
}
.column1 {
    width: 33%;
    padding-left: 40px;
}
.column2 {
    width: 13%;
}
.column3 {
    width: 22%;
}
.column4 {
    width: 19%;
}
.column5 {
    width: 13%;
}
.table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;
}
.table100-body td {
    padding-top: 16px;
    padding-bottom: 16px;
}
.table100 {
    position: relative;
    padding-top: 60px;
}
.table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.table100-body {
    max-height: 585px;
    overflow: auto;
}
.table100.ver1 th {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
}
.table100.ver1 td {
    font-family: Lato-Regular;
    font-size: 15px;
    color: gray;
    line-height: 1.4;
}
.table100.ver1 .table100-body tr:nth-child(even) {
    background-color: #f8f6ff;
}
.table100.ver1 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
.table100.ver1 .ps__rail-y {
    right: 5px;
}
.table100.ver1 .ps__rail-y::before {
    background-color: #ebebeb;
}
.table100.ver1 .ps__rail-y .ps__thumb-y::before {
    background-color: #ccc;
}
.table100.ver2 .table100-head {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.table100.ver2 th {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #fa4251;
    line-height: 1.4;
    background-color: transparent;
}
.table100.ver2 td {
    font-family: Lato-Regular;
    font-size: 15px;
    color: gray;
    line-height: 1.4;
}
.table100.ver2 .table100-body tr {
    border-bottom: 1px solid #f2f2f2;
}
.table100.ver2 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
.table100.ver2 .ps__rail-y {
    right: 5px;
}
.table100.ver2 .ps__rail-y::before {
    background-color: #ebebeb;
}
.table100.ver2 .ps__rail-y .ps__thumb-y::before {
    background-color: #ccc;
}
.table100.ver3 {
    background-color: #393939;
}
.table100.ver3 th {
    font-family: Lato-Bold;
    font-size: 15px;
    color: #00ad5f;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #393939;
}
.table100.ver3 td {
    font-family: Lato-Regular;
    font-size: 15px;
    color: gray;
    line-height: 1.4;
    background-color: #222;
}
.table100.ver3 {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
.table100.ver3 .ps__rail-y {
    right: 5px;
}
.table100.ver3 .ps__rail-y::before {
    background-color: #4e4e4e;
}
.table100.ver3 .ps__rail-y .ps__thumb-y::before {
    background-color: #00ad5f;
}
.table100.ver4 {
    margin-right: -20px;
}
.table100.ver4 .table100-head {
    padding-right: 20px;
}
.table100.ver4 th {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #4272d7;
    line-height: 1.4;
    background-color: transparent;
    border-bottom: 2px solid #f2f2f2;
}
.table100.ver4 .column1 {
    padding-left: 7px;
}
.table100.ver4 td {
    font-family: Lato-Regular;
    font-size: 15px;
    color: gray;
    line-height: 1.4;
}
.table100.ver4 .table100-body tr {
    border-bottom: 1px solid #f2f2f2;
}
.table100.ver4 {
    overflow: hidden;
}
.table100.ver4 .table100-body {
    padding-right: 20px;
}
.table100.ver4 .ps__rail-y {
    right: 0;
}
.table100.ver4 .ps__rail-y::before {
    background-color: #ebebeb;
}
.table100.ver4 .ps__rail-y .ps__thumb-y::before {
    background-color: #ccc;
}
.table100.ver5 {
    margin-right: -30px;
}
.table100.ver5 .table100-head {
    padding-right: 30px;
}
.table100.ver5 th {
    font-family: Lato-Bold;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: transparent;
}
.table100.ver5 td {
    font-family: Lato-Regular;
    font-size: 15px;
    color: gray;
    line-height: 1.4;
    background-color: #f7f7f7;
}
.table100.ver5 .table100-body tr {
    overflow: hidden;
    border-bottom: 10px solid #fff;
    border-radius: 10px;
}
.table100.ver5 .table100-body table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.table100.ver5 .table100-body td {
    border: solid 1px transparent;
    border-style: solid none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.table100.ver5 .table100-body td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.table100.ver5 .table100-body td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.table100.ver5 tr:hover td {
    background-color: #ebebeb;
    cursor: pointer;
}
.table100.ver5 .table100-head th {
    padding-top: 25px;
    padding-bottom: 25px;
}
.table100.ver5 {
    overflow: hidden;
}
.table100.ver5 .table100-body {
    padding-right: 30px;
}
.table100.ver5 .ps__rail-y {
    right: 0;
}
.table100.ver5 .ps__rail-y::before {
    background-color: #ebebeb;
}
.table100.ver5 .ps__rail-y .ps__thumb-y::before {
    background-color: #ccc;
}

.html404 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
#notfound {
    position: relative;
    height: 100vh;
}
#notfound .notfound-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 36, 0.7);
}
#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.notfound {
    max-width: 910px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}
.notfound .notfound-404 {
    position: relative;
    height: 200px;
}
.notfound .notfound-404 h1 {
    font-family: montserrat, sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 220px;
    font-weight: 900;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.notfound h2 {
    font-family: montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}
.notfound .home-btn,
.notfound .contact-btn {
    font-family: montserrat, sans-serif;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 13px 25px;
    font-size: 18px;
    border-radius: 40px;
    margin: 7px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.notfound .home-btn:hover,
.notfound .contact-btn:hover {
    opacity: 0.9;
}
.notfound .home-btn {
    color: rgba(255, 0, 36, 0.7);
    background: #fff;
}
.notfound .contact-btn {
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
}
.notfound-social {
    margin-top: 25px;
}
.notfound-social > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 6px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.notfound-social > a:hover {
    color: rgba(255, 0, 36, 0.7);
    background-color: #fff;
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 182px;
    }
}
@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 146px;
    }
    .notfound .notfound-404 h1 {
        font-size: 146px;
    }
    .notfound h2 {
        font-size: 16px;
    }
    .notfound .home-btn,
    .notfound .contact-btn {
        font-size: 14px;
    }
}

/*-------------------------*/

#loader_wrapper {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loaderText {
    display: block;
    position: relative;
    left: 0%;
    top: 65%;
    width: 100%;
    height: 150px;
    margin: -75px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.model-body-scroll {
    width: 100%;
    height: 500px;
    max-height: 500px;
    overflow: auto;
}

.circle-bullet{
    display: inline-block;
    width : 14px;
    height : 14px;
    border-radius: 50%;
}

.leave-record{
    font-size: 14px;
    margin-bottom: 2px;
    border-bottom: 1px rgba(209, 211, 213, 0.5) solid;
}

.prevent-select {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
