﻿
/*Common Css*/
/*Class*/
/*@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/font-poppins/Poppins-Regular.ttf') format('truetype');
}*/

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/font-poopins/poppins-thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/font-poopins/poppins-thinitalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/font-poopins/poppins-extralight.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url('../fonts/font-poopins/poppins-extralightitalic.ttf') format('truetype');
}
*/
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/font-poopins/poppins-light.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/font-poopins/poppins-lightitalic.ttf') format('truetype');
}*/

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/font-poopins/poppins-regular.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/font-poopins/poppins-italic.ttf') format('truetype');
}
*/
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/font-poopins/poppins-medium.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/font-poopins/poppins-mediumitalic.ttf') format('truetype');
}*/

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/font-poopins/poppins-semibold.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/font-poopins/poppins-semibolditalic.ttf') format('truetype');
}
*/
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/font-poopins/poppins-bold.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/font-poopins/poppins-bolditalic.ttf') format('truetype');
}*/

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/font-poopins/poppins-extrabold.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/font-poopins/poppins-extrabolditalic.ttf') format('truetype');
}
*/
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/font-poopins/poppins-black.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/font-poopins/poppins-blackitalic.ttf') format('truetype');
}
*/
body {
    font-family: 'Poppins', Helvetica, sans-serif !important;
}

h1 {
    font-weight: 700; /* bold */
}

h2 {
    font-weight: 300; /* light */
  
}

p {
    font-weight: 400; /* regular */
}

.LogDeleted {
    color: red !important;
}

.wizard-label {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.offcanvas.offcanvas-right.offcanvas-on {
    width: 70%;
}

.bootstrap-select > .dropdown-toggle.btn-light {
    border: 1px solid #E4E6EF !important;
    box-shadow: none;
}

.offcanvas.offcanvas-right.p-10.offcanvas-on > .offcanvas-header.d-flex.align-items-center.justify-content-between.pb-7 > .btn.btn-xs.btn-icon.btn-hover-primary {
    color: #FFFFFF !important;
    background-color: #3B607F !important;
    border: 0;
}

.Texboxclass {
    border-bottom: 1px solid #bbc7d1;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0px !important;
    width: 100%;
    color: #254e71;
    padding: 0px !important;
    height: 28px !important;
    background-color: transparent !important;
    font-size: 13px !important;
}

.SearchTexboxclass {
    border: 1px solid #7a7a7a33;
    width: 100%;
    color: #54667a !important;
}

.Selectclass {
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0px !important;
    width: 100%;
    padding: 7px 0px;
    color: #254e71 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background: url(../assets/plugins/custom/jstree/downarrow.png) no-repeat;
    background-position: 97% 58%;
    overflow: hidden !important;
    text-overflow: ellipsis;
    padding: 6px 24px 6px 0px !important;
}

    .Selectclass:focus-visible {
        outline: 0 !important
    }

    .Selectclass::before {
        border: 1px solid #000;
    }

    .Selectclass:focus {
        background-color: #f2f9ff !important;
    }

        .Selectclass:focus option {
            background-color: #fff !important;
        }

.floating-label-drop {
    position: relative !important;
    margin-bottom: 7px;
}

.floating-select {
    height: 24px;
    font-size: 13px !important;
    display: block !important;
    width: 100%;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #bbc7d1 !important;
    color: #254e71 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background: url("../assets/plugins/custom/jstree/downarrow.png") no-repeat;
    background-position: 98% 48%;
}

    .floating-select:focus {
        outline: none;
        overflow-y: auto;
    }


        .floating-select:focus ~ .drop-label,
        .floating-select:not([value="0"]):valid ~ .drop-label {
            font-size: 12px !important;
            top: -23px !important;
            color: #97a8b7;
        }

    .floating-select:disabled:not([value="0"]) ~ .drop-label {
        top: -18px !important;
        font-size: 12px !important;
    }

    .floating-select:focus option {
        background-color: #fff !important;
    }

.drop-label {
    color: #97a8b7;
    font-size: 13px;
    font-weight: normal !important;
    position: absolute !important;
    pointer-events: none !important;
    top: 1px;
    transition: 0.2s ease all !important;
    -moz-transition: 0.2s ease all !important;
    -webkit-transition: 0.2s ease all !important;
}

    .drop-label span {
        color: red;
    }


/*optgroup {
    color: #bbc7d1 !important;
}
*/
.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "";
    color: #254e71;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    right: 360px !important;
    top: calc(50% - 3px) !important;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    /*overflow-anchor: none;*/
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-header {
    cursor: pointer !important;
    margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff !important;
    box-shadow: none;
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}



.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .accordion-item:first-of-type {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0
    }

.accordion-button:not(.collapsed)::after {
    background-image: url('../assets/media/Image/arrowSvg.svg') !important;
    transform: rotate( -180deg);
}

.accordion-button::after {
    background-image: url('../assets/media/Image/arrowSvg.svg') !important;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion.accordion-toggle-arrow .card .card-header div .card-title .row .UserRoleMasterAccordion:after {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "";
    color: #254e71;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    right: 0px !important;
    top: 5px !important;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed .row .UserRoleMasterAccordion:after {
    color: #7E8299;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion.accordion-svg-toggle .card .card-header .card-title .row .UserRoleMasterAccordion .svg-icon svg {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion.accordion-svg-toggle .card .card-header .card-title.collapsed .row .UserRoleMasterAccordion .svg-icon svg {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.accordion.accordion-toggle-arrow .card .card-header .card-title:after,
.accordion.accordion-toggle-arrow .card .card-header .card-title.collapse:after,
.accordion.accordion-svg-toggle .card .card-header .card-title .svg-icon svg,
.accordion.accordion-svg-toggle .card .card-header .card-title.collapsed .svg-icon svg {
    display: none;
}

@media (min-width:240px) and (max-width:269.9px) {
    #UserRoleaccordion > .card > .card-header > div > .card-title > .row > .UserRoleMasterCheckboxDivWidth {
        width: 90px !important;
        text-align: left !important;
        padding-left: 8px !important;
    }

        #UserRoleaccordion > .card > .card-header > div > .card-title > .row > .UserRoleMasterCheckboxDivWidth > .row {
            padding-left: 10px !important;
            text-align: left !important;
        }

    #UserRoleaccordion > .card > .collapse.show > div > .card-body.AccessRightsListPadding > .row > .UserRoleMasterCheckboxDiv {
        width: 88px !important;
        text-align: left !important;
    }

    #UserRoleaccordion > .card > .collapse.show > div > .card-body.AccessRightsListPadding > .row > .UserRoleMasterCheckboxDivWidth {
        height: 46px !important;
    }
}

@media (min-width:270px) and (max-width:319.9px) {
    #UserRoleaccordion > .card > .card-header > div > .card-title > .row > .UserRoleMasterCheckboxDivWidth {
        width: 88px !important;
        text-align: left !important;
        padding-left: 8px !important;
    }

    #UserRoleaccordion > .card > .collapse.show > div > .card-body.AccessRightsListPadding > .row > .UserRoleMasterCheckboxDiv {
        width: 88px !important;
        text-align: left !important;
    }

    #UserRoleaccordion > .card > .collapse.show > div > .card-body.AccessRightsListPadding > .row > .UserRoleMasterCheckboxDivWidth {
        height: 46px !important;
    }
}

@media (min-width:320px) and (max-width:767.9px) {
    #UserRoleaccordion > .card > .card-header > div > .card-title > .row > .UserRoleMasterCheckboxDivWidth {
        width: auto !important;
        text-align: center !important;
        padding-left: 20px !important;
    }

    #UserRoleaccordion > .card > .collapse.show > div > .card-body.AccessRightsListPadding > .row > .UserRoleMasterCheckboxDiv {
        width: 75px !important;
    }

    #UserRoleaccordion > .card > .collapse.show > div > .card-body.AccessRightsListPadding > .row > .col-md-6 {
        height: 30px !important;
    }
}

@media (min-width:576px) and (max-width:767.9px) {
    #UserRoleaccordion > .card > .collapse.show > div > .card-body.AccessRightsListPadding > .row > .col-md-6 {
        text-align: center;
    }
}

@media screen and (max-width: 599px) {
    /*#kt_login {
        width:fit-content ;
    }*/
    #loginCardDiv {
        width: 96% !important;
    }

    .login-aside {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    #loginCardDiv {
        width: 100% !important;
    }

    .login-aside {
        display: none !important;
    }
}

.nav.nav-pills .show > .nav-link, .nav.nav-pills .nav-link.active {
    color: #f8f8f8 !important;
    background-color: #254e71 !important;
}

.navi .navi-item .navi-link.saveActive .fa-check {
    color: #254e71 !important;
}

.navi .navi-item .navi-link.active .navi-text {
    color: #254e71 !important;
    width: 100%;
    font-weight: 600 !important;
}

.navi .navi-item .navi-link .navi-text {
   /* color: #bbc7d1;
    font-weight: 500 !important;*/
    cursor: pointer;
}

.navi.navi-hover .navi-item .navi-link:hover {
    background-color: #ffffff;
}

.navi.navi-hover .navi-item .navi-link .navi-text:hover {
    color: #70889d !important;
}

.nav.nav-bold .nav-item .nav-link {
    color: #7E8299 !important;
    font-weight: 500 !important;
}

.nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line .nav-link.active, .nav.nav-tabs.nav-tabs-line .show > .nav-link {
    background-color: transparent;
    border: 0;
    color: #254e71 !important;
    border-bottom: 1px solid #254e71 !important;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.nav.nav-tabs.nav-tabs-line .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    padding: 1rem 0rem !important;
    margin: 0 1rem;
}

.nav.nav-tabs.nav-tabs-line .nav-item {
    margin: 0 0 -1px 0;
    padding: 0px 11px;
}

.text-header {
    font-weight: bold;
    text-align: left;
    color: #082238
}

.text-data {
    font-weight: bold;
    text-align: left;
    color: #082238
}

/*.table-responsive .table-row {
    border-bottom: 1px solid #bbc7d1 !important;
    cursor: pointer;
    height: 60px !important;
}*/

/*    .table-responsive .table-row td {
        padding-top: 4px;
        padding-bottom: 4px;
    }*/

form {
    width: 100%
}

.form-control:focus {
    color: #3F4254;
    background-color: #ffffff;
    border-color: #254e71 !important;
    outline: 0;
}

.form-control::placeholder {
    color: #bbc7d1 !important;
    opacity: 1 !important
}
input[type="search"]::placeholder {
    font-size: 13px !important;
}

.form-control:focus ~ .floating-label, .form-control:-webkit-autofill + .floating-label, .form-control:not(:focus):valid ~ .floating-label {
    top: -20px !important;
    bottom: 0px !important;
    left: 0px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    color: #97a8b7 !important;
}

.radio > span {
    height: 14px !important;
    width: 14px !important;
}

.radio > input:checked ~ span:after {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.radio > input:checked ~ span {
    background-color: #254e71 !important;
}

.radio > input:disabled:checked ~ span {
    background-color: #6191bb !important;
}


[type="checkbox"]:disabled:checked + label:after {
    color: #777;
}

.checkbox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: inline-grid !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative !important;
    text-align: left !important;
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    background-color: #fff !important;
}

    .checkbox.checkbox-outline.checkbox-success {
        width: 25px;
        height: 25px;
        background-color: transparent !important;
    }

        .checkbox.checkbox-outline.checkbox-success > span {
            width: 15px !important;
            height: 15px !important;
            border-radius: 0px !important;
            border-color: #afafaf !important;
            background-color: white !important;
        }

        .checkbox.checkbox-outline.checkbox-success > input:checked ~ span {
            width: 15px !important;
            height: 15px !important;
            border-radius: 0px !important;
            border-color: #97a8b7 !important;
            background-color: white !important;
        }

    .checkbox.checkbox-outline > span:after {
        width: 4px !important;
        height: 8px !important;
    }

    .checkbox.checkbox-outline.checkbox-success > input:checked ~ span:after {
        border-color: #254e71 !important;
    }

    .checkbox.checkbox-outline.checkbox-success > input:checked:disabled ~ span:after {
        border-color: #a5c6e1 !important;
    }

.no-Data {
    padding: 5px;
    margin-top: 50px;
}

.no-Data-Text {
    margin-top: 50px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.logo-Image {
    text-align: center;
}

.HeaderText {
    color: #254e71 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
/*
.card-body {
    padding: 20px !important;
}

*/
.AddButtonClass {
    background-color: #254e71;
    border: 1px solid #254e71;
    color: #f8f8f8;
    border-radius: 5px;
    height: 34px;
    font-weight: 500 !important;
    min-width: 100px !important;
    max-width: 180px !important;
    cursor: pointer;
}

.ResetButtonClass {
    background-color: transparent;
    border: 1px solid #bbc7d1;
    color: #254e71;
    border-radius: 5px;
    margin-left: 20px;
    height: 34px;
    font-weight: 500 !important;
    min-width: 100px !important;
    max-width: 180px !important;
}

.RemoveButtonClass {
    background-color: transparent;
    color: #254e71;
    border-radius: 5px;
    height: 34px;
    font-weight: 500 !important;
    min-width: 100px !important;
    max-width: 150px !important;
}

.AddButtonClass:hover {
    color: #FFFFFF !important;
    background-color: #3B607F !important;
    border-color: #3B607F !important;
}

.ResetButtonClass:hover {
    background-color: #bbc7d1;
    border: 1px solid #bbc7d1;
    color: #254e71;
    border-radius: 5px;
    margin-left: 20px;
    height: 34px;
    font-weight: 500 !important;
    min-width: 100px !important;
    max-width: 180px !important;
}

.ResetButtonClass:focus {
    color: #254e71 !important;
    border-color: #97A8B7 !important;
    font-size: 13px !important
}

.AddButtonClass:disabled {
    color: #97a8b7 !important;
    cursor: pointer;
    border: 1px solid #E6E8EC !important;
    background-color: #E6E8EC !important;
}

.AddButtonClass:hover:disabled {
    color: #97a8b7 !important;
    cursor: pointer;
    border: 1px solid #E6E8EC !important;
    background-color: #E6E8EC !important;
}

.ResetButtonClass:disabled {
    color: #97a8b7;
    cursor: pointer;
    border: 1px solid #E6E8EC;
    background-color: #E6E8EC;
}

.ResetButtonClass:hover:disabled {
    color: #97a8b7 !important;
    cursor: pointer;
    border: 1px solid #E6E8EC !important;
}

.txtDelete {
    /*width: 75%;*/
    width: fit-content;
    /* font-size: 14px;*/
    text-align: center;
    color: #97a8b7;
    font-weight: 500 !important;
    cursor: pointer;
    /*padding: 6px 26px;*/
    padding: 6px 10px;
}

    .txtDelete:hover {
        /*width: 75%;*/
        width: fit-content;
        background-color: #254e71 !important;
        color: #fff;
        border-radius: 5px;
        /* font-size: 14px !important;*/
        font-weight: 500 !important;
        /*padding: 6px 26px;*/
        padding: 6px 10px;
    }

        .txtDelete:hover .la.la-trash:before {
            color: #f8f8f8;
        }

.txtCreate {
    width: 50%;
    /* font-size: 14px;*/
    text-align: center;
    color: #97a8b7;
    font-weight: 500 !important;
    cursor: pointer;
    padding: 6px 6px;
    background-color: #E6E8EC;
    border-radius: 5px;
}

.txtDelete:disabled {
    color: #97a8b7 !important;
    background-color: transparent !important;
    cursor: default;
}

.txtDelete:hover:disabled {
    color: #97a8b7 !important;
    background-color: transparent !important;
    cursor: default;
}

.AccessRightsListPadding {
    padding: 10px 10px 10px 0px !important;
}

.PageHeaderDecs {
    display: flex;
    background-color: #eff8ff;
    width: 100%;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 6px 6px 6px 3px !important;
    align-items: center
}

.lblPageHeaderDesc {
    margin-left: 5px !important;
    margin-bottom: 0px !important;
    color: #70889d !important;
    font-size: 13px !important;
    text-align: justify;
}

.Pagelabel {
    font-size: 13px;
    color: #70889d;
    font-size: 13px;
    text-align: justify;
}

.menu-link {
    padding: 0px 0px 0px 24px !important;
    min-height: 28px !important;
}

.menu-text {
/*    color: #6191bb !important;*/
 /*   font-weight: 500 !important;*/
}

.Menu-text-header {
    color: #97a8b7 !important;
    font-weight: 400 !important;
}

.Menu-Active {
    background-color: #e0f1ff;
    border-bottom-right-radius: 7px !important;
    border-top-right-radius: 7px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

/*.menu-text:hover {
    color: #254e71 !important;
}*/

.switch input:empty ~ span {
    margin: 2px 0;
    height: 16px;
    width: 35px;
    border-radius: 15px;
}

    .switch input:empty ~ span:before, .switch input:empty ~ span:after {
        width: 35px;
        border-radius: 15px;
    }

    .switch input:empty ~ span:after {
        height: 11px;
        width: 11px;
        top: 2px;
        bottom: 0px;
        margin-left: 3px;
        text-align: center;
        vertical-align: middle;
    }

.switch input:checked ~ span:after {
    margin-left: 22px;
}

.HeaderFontSize {
    font-size: 14px !important;
    color: #254e71 !important;
    font-weight: 500 !important;
}

.LabelStyle {
    margin-bottom: 0px !important;
    color: #97a8b7 !important;
    font-weight: 400 !important;
}

.Rectangle-727 {
    height: 36px;
    padding: 7px 19px 8px 20px;
    border-radius: 5px;
    background-color: #254e71;
    border: 1px solid #254e71;
    color: #f8f8f8;
    font-weight: 500 !important;
}

.fieldsetstyle {
    border: 1px solid #bbc7d1 !important;
    padding: 15px 20px 10px 20px !important;
    margin: 0px 14px 1.5em 0 !important;
    border-radius: 5px;
}

.legendstyle {
    text-align: left;
    display: flex;
    width: auto !important;
    color: #70889d;
    margin-bottom: 0px !important;
    margin-left: 10px;
    margin-top: 5px;
}

.bootstrap-timepicker-widget {
    left: auto;
    width: 130px !important;
}

    .bootstrap-timepicker-widget table td {
        text-align: center;
        height: 20px !important;
        margin: 0;
        padding: 0px !important;
    }

.modal-header {
    padding: 25px 15px 10px 25px !important;
    border: none !important;
}

.modal-body {
    padding: 10px 20px 25px 25px !important;
}

.PageInfoImage {
    height: 23px;
    width: 25px;
}

.btn.btn-light {
    background-color: #fff !important;
    border-color: none !important;
}

.btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-primary:focus:not(.btn-text), .btn.btn-hover-primary.focus:not(.btn-text) {
    color: #FFFFFF !important;
    background-color: none !important;
    border-color: none !important;
}


.btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-primary:focus:not(.btn-text), .btn.btn-hover-primary.focus:not(.btn-text) {
    color: #FFFFFF !important;
    /*modification below(25-10-2021)*/
    background-color: #254e71 !important;
    border-color: #254e71 !important;
}

.k-i-close:before {
    content: "\2716" !important;
    color: #254e71 !important;
}

.fas fa-check {
    display: none !important;
}

.fa-times:before {
    content: "";
    font-weight: 600;
    color: #97a8b7;
}

/*.text-dark {
    color: #254e71 !important;
}*/


.btn.btn-hover-primary:not(:disabled):not(.disabled).active {
    color: #FFFFFF !important;
    background-color: #3B607F !important;
    border-color: #3B607F !important;
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
    color: #FFFFFF !important;
    background-color: #3B607F !important;
    border-color: #3B607F !important;
}

.btn.btn-primary {
    border-color: #254e71 !important;
}
/*.input-group-btn-vertical {
    height: 65% !important;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: absolute;
    right: 0;
    height: 50% !important;
    padding: 0;
    width: 2em;
    text-align: center;
    line-height: 1;
}
.touchspin1 {
    border: none !important;
}

.touchspin2 {
    border: none !important;
}
.touchspin {
    border: none !important;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 71% !important;
    z-index: 11;
    top:5px !important;
}*/
/*.touchspin1 {
    border: none !important;
}

.touchspin2 {
    border: none !important;
}

.touchspin {
    border: none !important;
}
*/
.floating-label-group {
    position: relative !important;
    margin-top: 28px;
    margin-bottom: 15px;
}


.floating-label {
    top: 3px;
    transition: all 0.1s ease;
    color: #97a8b7 !important;
    position: absolute !important;
    pointer-events: none;
    font-size: 13px;
    transition: all 0.1s ease;
}

input:read-only ~ .floating-label, input:read-only:not(:focus):valid ~ .floating-label {
    bottom: 0px !important;
    left: 0px !important;
    opacity: 1 !important;
    color: #97a8b7 !important;
    font-size: 12px;
}

.form-control:focus ~ .floating-label, .form-control:not(:focus):valid ~ .floating-label {
    top: -20px !important;
    bottom: 0px !important;
    left: 0px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    color: #97a8b7 !important;
}

div::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    background-color: transparent !important;
}

div::-webkit-scrollbar-track {
    border-radius: 20px !important;
    height: 5px !important;
}

div::-webkit-scrollbar-thumb {
    border-radius: 20px !important;
    background: #E4E6EF;
}

body::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    background-color: transparent !important;
}

body::-webkit-scrollbar-track {
    border-radius: 20px !important;
    height: 5px !important;
}

body::-webkit-scrollbar-thumb {
    border-radius: 20px !important;
    background: #97a8b7;
}

div::-webkit-scrollbar:horizontal {
}

.floating-label span {
    color: red;
}

.form-group label {
    font-size: 13px !important;
}

/*.form-group {
    margin-bottom: 0px !important
}*/

.comboTreeWrapper {
    position: relative;
    text-align: left !important;
    border-bottom: 1px solid #bbc7d1;
}

.Texboxclass.comboTreeInputBox {
    border-bottom: none !important;
    width: 90%;
}

.comboTreeArrowBtn {
    content: url(../assets/plugins/custom/jstree/downarrow.png);
    top: 10px;
    background-color: transparent;
    border: none;
}

    .comboTreeArrowBtn:hover {
        background-color: transparent;
    }

    .comboTreeArrowBtn:active {
        background-color: transparent;
    }

.comboTreeInputBox:focus + .comboTreeArrowBtn {
    border: none !important;
}

.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
    background-color: #e0f1ff !important;
    color: #254e71 !important;
    border-radius: 2px;
}

.comboTreeInputBox:focus {
    border: 1px solid #bbc7d1;
    background-color: #f2f9ff !important;
    outline-width: 0;
}

.serchbarBox {
    background-color: #e0f1ff;
    border-color: #e0f1ff;
    height: 30px;
    width: 130px;
    padding: 10px;
    text-align: center;
    outline: 0;
}

.has-search .form-controlm {
    padding-left: 2.375rem;
    background-color: #e0f1ff;
    border-color: #e0f1ff;
    height: 30px;
    width: 130px;
    border: none;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 4px;
    background-clip: padding-box;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .has-search .form-controlm:focus {
        color: #3F4254;
        background-color: #e0f1ff;
        border-color: #e0f1ff !important;
        outline: 0;
    }

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    padding: 5px;
}

.select2-container {
    min-width: 100% !important;
}

/*.select2-selection {
    border: none !important;
    border-bottom: 1px solid #bbc7d1 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-height: 29px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple, .select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    background-color: #ffffff;
    opacity: 1 !important;
}

.select2-results__group {
    color: #254e71
}

.select2-results__option {
    color: #254e71
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0rem 19px 0rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #254e71 !important;
    position: relative;
    line-height: 1.5;
}*/
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
    min-height: 23px;
}
.wrapper_acc {
    height: 100%;
}


.section-title {
    cursor: pointer;
}

.section-title::before {
    content: ' \276F';
    position: absolute;
    transition: all 0.3s ease 0s;
    right: 30px;
}

.section-title.active::before {
    transform: rotate(90deg);
}

.section-title.active {
    margin-bottom: 5px;
}

.filter-header {
    padding-left: 10px;
    cursor: pointer;
    color: #254e71;
    background-color: #eff8ff !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    /*border-bottom: 1px solid rgba(0,0,0,0.125) !important;*/
    border-radius: 5px !important;
}

.treeSelector-container {
    position: relative;
    width: 100% !important;
}

    .treeSelector-container .treeSelector-wrapper.visible {
        display: block;
        position: absolute;
        left: 0;
        max-height: 200px;
        overflow: auto;
        width: 220px !important;
        padding-left: 4px;
        background: #fff;
        border: 1px solid #dbe1e2;
        z-index: 2;
    }

    .treeSelector-container label.treeSelector-li-title-box input[type="checkbox"]:checked {
        box-shadow: 0 0 0 3px #eff8ff;
        background-color: #eff8ff;
    }


    /* Hide elements visually, but not for screenreaders by clipping it */
    .treeSelector-container label.treeSelector-li-title-box input[type=checkbox] {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

/*  Add a :before to each label and style this as the checkbox you want to have */

.treeSelector-li-title:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #ffffff;
    background: #ffffff no-repeat center;
    background-image: url("../assets/plugins/custom/jstree/empty_checkbox.png") !important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -5px;
    border-radius: 6px;
}

.treeSelector-container label.treeSelector-li-title-box input[type=checkbox]:checked ~ .treeSelector-li-title:before {
    background: #ffffff no-repeat center;
    background-image: url("../assets/plugins/custom/jstree/checkbox.png") !important;
    /*  background-size: cover;*/
}

/*  Show when label and checkbox have focus, to make this keyboard accessible > press spacebar to select the checkbox */

.treeSelector-container label.treeSelector-li-title-box input[type=checkbox]:focus ~ .treeSelector-li-title {
    color: #20bf6b;
}

.treeSelector-container .treeSelector-input-box {
    border-radius: 5px !important;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

.treeSelector:focus .treeSelector-container:focus .treeSelector-input-box:focus {
    background-color: #f2f9ff !important;
}

.treeSelector-li-title {
    color: #254e71 !important;
}

.treeSelector-container .treeSelector-input-box {
    min-height: 36px;
    background-color: #fff;
    padding-left: 8px;
    border: 1.5px solid #E4E6EF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    max-height: 74px;
    overflow: auto;
}

.treeSelector-container .treeSelector-input-box .title-item {
    display: inline-block;
    border: none !important;
    color: #97a8b7 !important;
    cursor: default;
    background: #F3F6F9 !important;
    padding: 0.25rem 0.75rem;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.treeSelector-container .treeSelector-input-box .title-item .fa {
    cursor: pointer;
    padding-right: 5px;
    /*    font-size: 12px;*/
}

.ki-arrow-up:before {
    content: "";
    color: #254e71 !important;
}

.ki-arrow-down:before {
    color: #254e71 !important;
}

.tooltipimage {
    width: 21px;
    height: 19px
}

.selectdiv:after {
    color: #333 !important;
}

.tree,
.tree ul {
    margin: 0 0 0 1em; /* indentation */
    padding: 0;
    list-style: none;
    color: #254e71;
    position: relative;
}

    .tree ul {
        margin-left: .5em
    }
        /* (indentation/2) */

        .tree:before,
        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .tree li {
        margin: 0;
        padding: 0 4.5em; /* indentation + .5em */
        line-height: 2em; /* default list item's `line-height` */
        font-weight: bold;
        position: relative;
    }

        .tree li:before {
            content: "";
            display: block;
            width: 50px; /* same with indentation */
            height: 0;
            border-top: 1px solid;
            margin-top: -1px; /* border top width */
            position: absolute;
            top: 1em; /* (line-height/2) */
            left: 0;
        }

        .tree li:last-child:before {
            background: white; /* same with body background */
            height: auto;
            top: 1em; /* (line-height/2) */
            bottom: 0;
        }


.treeAnyone,
.treeAnyone ul {
    margin: 0 0 0 1em; /* indentation */
    padding: 0;
    list-style: none;
    color: #254e71;
    position: relative;
}

    .treeAnyone ul {
        margin-left: .5em
    }
        /* (indentation/2) */

        .treeAnyone:before,
        .treeAnyone ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .treeAnyone li {
        margin: 0;
        padding: 0 4.5em; /* indentation + .5em */
        line-height: 2em; /* default list item's `line-height` */
        font-weight: bold;
        position: relative;
    }

        .treeAnyone li:before {
            content: "";
            display: block;
            width: 0px; /* same with indentation */
            height: 0;
            border-top: 1px solid;
            margin-top: -1px; /* border top width */
            position: absolute;
            top: 1em; /* (line-height/2) */
            left: 0;
        }

        .treeAnyone li:last-child:before {
            background: white; /* same with body background */
            height: auto;
            top: 1em; /* (line-height/2) */
            bottom: 0;
        }

.datepicker tbody tr > td span.month.focused, .datepicker tbody tr > td span.month.focused:hover, .datepicker tbody tr > td span.month.active:hover, .datepicker tbody tr > td span.month.active.focused:hover, .datepicker tbody tr > td span.month.active {
    background: #225987 !important;
    color: #fff;
}

    .datepicker tbody tr > td span.month.focused, .datepicker tbody tr > td span.month.focused:hover, .datepicker tbody tr > td span.month.active:hover, .datepicker tbody tr > td span.month.active.focused:hover, .datepicker tbody tr > td span.month.active {
        background: #254e71 !important;
        color: #fff;
    }

.datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
    background: #254e71 !important;
    color: #fff;
}

.datepicker tbody tr > td.day.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #254e71 !important;
    border-top-color: #254e71 !important;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.datepicker tbody tr > td.day.today {
    position: relative;
    background: #E1F0FF !important;
    color: #254e71 !important;
}

.datatable-pager-link-active {
    background: #254e71 !important;
    color: white !important;
}

.datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-head .datatable-row > .datatable-cell > span, .datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-foot .datatable-row > .datatable-cell > span {
    color: #254e71 !important
}

.datatable.datatable-default > .datatable-table > .datatable-body .datatable-row > .datatable-cell > span {
    color: #254e71;
}

.datatable.datatable-default > .datatable-pager > .datatable-pager-info .datatable-pager-size .btn.dropdown-toggle:focus,
.datatable.datatable-default > .datatable-pager > .datatable-pager-info .datatable-pager-size .btn.dropdown-toggle:hover, .datatable.datatable-default > .datatable-pager > .datatable-pager-info .datatable-pager-size.show > .btn.dropdown-toggle {
    background: #254e71 !important;
    color: white !important;
}

.datatable-pager-link-next:hover {
    background: #254e71 !important;
    color: white !important;
}

.datatable.datatable-default > .datatable-table > .datatable-body .datatable-row.datatable-row-active > .datatable-cell {
    background-color: white !important;
}

.datatable.datatable-default > .datatable-table > .datatable-body .datatable-row > .datatable-cell.datatable-cell-check > span > .checkbox {
    top: -9px !important;
}

.datatable-table tbody tr:hover {
    background-color: #E4E6EF;
    cursor: pointer !important;
}

.datatable.datatable-default > .datatable-table > .datatable-head .datatable-row > .datatable-cell.datatable-cell-check > span > .checkbox, .datatable.datatable-default > .datatable-table > .datatable-body .datatable-row > .datatable-cell.datatable-cell-check > span > .checkbox, .datatable.datatable-default > .datatable-table > .datatable-foot .datatable-row > .datatable-cell.datatable-cell-check > span > .checkbox {
    top: 2px !important;
    padding: 0 !important;
    margin: 0 0 0 0;
}

.datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-head .datatable-row > .datatable-cell > span, .datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-foot .datatable-row > .datatable-cell > span {
    color: #B5B5C3;
    /*  font-size: 13px !important;*/
    text-transform: capitalize !important;
    font-weight: 600;
    letter-spacing: 0rem !important;
}

.datatable-pager-link-next:hover, .datatable-pager-link:hover, .datatable-pager-link-prev:hover {
    background: #254e71 !important;
    color: white !important;
}

.datatable.datatable-default > .datatable-pager > .datatable-pager-info .datatable-pager-size .btn.dropdown-toggle:focus,
.datatable.datatable-default > .datatable-pager > .datatable-pager-info .datatable-pager-size .btn.dropdown-toggle:hover, .datatable.datatable-default > .datatable-pager > .datatable-pager-info .datatable-pager-size.show > .btn.dropdown-toggle {
    background-color: #254e71 !important;
    color: white !important;
}

.datatable-pager-info {
    display: none !important;
}

.dtlDatatable > tbody > .TableRow:hover {
    background-color: #E4E6EF !important;
    cursor: pointer !important;
}


.dataTables_length {
    display: none !important;
}

.dataTables_info {
    display: none !important;
}

/*.dataTables_wrapper .dataTable tbody .TableRow:not(:last-child) td {
    border-bottom: 1px solid #EBEDF3;
}
*/
/*.dataTables_wrapper .dataTable tbody .TableRow td {
    height: 15px;
    color: #254e71;
}*/

.dataTables_filter > label > input {
    border-left: 0px !important;
    border-top: 0px !important;
    border-bottom: 1px solid #bbc7d1 !important;
    border-right: 0px !important;
    outline: 0 !important;
    border-radius: 0px !important;
}

    .dataTables_filter > label > input:focus {
        border-bottom: 1px solid #254e71 !important;
    }

.datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-head .datatable-row > .datatable-cell > span, .datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-foot .datatable-row > .datatable-cell > span {
    color: #B5B5C3;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.02rem;
    border-bottom: 1px solid #EBEDF3 !important;
}


.dataTables_wrapper .dataTable tfoot th, .dataTables_wrapper .dataTable thead th {
    border-top: 0px solid #EBEDF3;
    /* padding-bottom: 20px;*/
  /*  border-bottom: 1px solid #EBEDF3 !important;*/
    padding-left: 14px;
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: #B5B5C3 !important;
    text-transform: uppercase !important;
}
.dataTables_wrapper .dataTables_scroll {
    margin: 0rem 0 !important;
}
.dataTables_wrapper .dataTable th.sorting_asc, .dataTables_wrapper .dataTable td.sorting_asc {
    color: #3F4254 !important;
}
/*.display.dtlDatatable thead tr th {
    font-weight: 600 !important;
    color: #254e71;
}*/

.dataTables_filter {
    display: none;
}

.display.dtlDatatable thead tr th.sorting:before,
.display.dtlDatatable thead tr th.sorting:after,
.dataTables_wrapper .dataTable th.sorting_asc,
.dataTables_wrapper .dataTable th.sorting_desc {
   /* color: #3B607F !important;*/
}

.dataTables_paginate.paging_simple_numbers {
    margin-top: 20px !important;
}

#tblLeavPolicygorup > tbody > tr > td:nth-child(4) {
    /* width: 50px;*/
    text-align: right;
}
/*Css to show close button on hover (data on LeaveMaster page, Applications page, right table)*/
#tblLeave_wrapper > #tblLeave > tbody > tr:hover > td > .DeleteLeave,
#tblLeavPolicygorup_wrapper #tblLeavPolicygorup tbody tr:hover .DeleteLeave,
#TblMissPunchData_wrapper > div > #TblMissPunchData > tbody > tr:hover > td > span > a > .DeleteData,
#TblShiftChangeData_wrapper > div > #TblShiftChangeData > tbody > tr:hover > td > span > a > .DeleteData,
#TblLeaveGroupData_wrapper > #TblLeaveGroupData > tbody > tr:hover > td > .clsDeleteCoff,
#TblCoffGroupData_wrapper > #TblCoffGroupData > tbody > tr:hover > td > span > a > .clsDeleteCoff,
#TblTourPunchGroupData_wrapper > #TblTourPunchGroupData > tbody > tr:hover > td > .clsDeleteTour,
#TblGatePassData_wrapper > #TblGatePassData > tbody > tr:hover > td > .clsDeleteGatepass,
#TblWfhData_wrapper > #TblWfhData > tbody > tr:hover > td > .clsDeleteWfh {
    visibility: visible !important;
}

.table {
    border-collapse: collapse !important;
    background: #fff !important;
    /*box-shadow: 0 3px 6px 0 #d3dae6 !important;*/
    /*border-radius: 5px !important;*/
    border-top: 1px solid #EBEDF3 !important;
    border-bottom: 1px solid #EBEDF3 !important;
}

#tblShift > tbody > tr:hover > td > .DeleteShift,
#tblSkills > tbody > tr:hover > td > .DeleteSkill,
#tblScheduler > tbody > tr:hover > td > .DeleteScheduler,
#tblHoliday > tbody > tr:hover > td > .DeleteHoliday,
#tblCardList > tbody > tr:hover > td > .DeleteCard,
#TblReportingData > tbody > tr:hover > td > .DeleteReportingGroup,
#TblEmployeeList > tbody > tr:hover > td > .DeleteEmployeeGroup,
#tblCardList > tbody > tr:hover > td > .ActiveCard,
#tblDesignation > tbody > tr:hover > td > .divQuickAction,
#tblAdminRole > tbody > tr:hover > td > .divQuickAction,
#tblCardList > tbody > tr:hover > td > .divQuickAction,
#tblLeavPolicygorup > tbody > tr:hover > td > .divQuickAction,
#tblHoliday > tbody > tr:hover > td > .divQuickAction,
#TblManualAttCorrData > tbody > tr:hover > td > .divQuickAction,
#TblUserData > tbody > tr:hover > td > .divQuickAction,
#tblShift > tbody > tr:hover > td > .ActiveShift {
    visibility: visible !important;
}

.display.dtlDatatable#tblShift thead tr th:last-child.sorting:after,
.display.dtlDatatable#tblShift thead tr th:last-child.sorting:before {
    display: none !important;
}

.TeamApplApprove, .TeamApplReject {
    visibility: hidden;
    /* height: 28px;*/
    width: 26px;
}

/*.dataTables_wrapper .dataTable thead tr:last-child th.hdrCheckBox .checkbox {
    visibility: hidden;
}*/

.dtlDatatable > tbody > .TableRow:hover .TeamApplApprove,
.dtlDatatable > tbody > .TableRow:hover .TeamApplReject {
    visibility: visible;
}

.dtlDatatable > tbody > .TableRow:hover .TourTeamApplApprove,
.dtlDatatable > tbody > .TableRow:hover .TourTeamApplReject {
    visibility: visible !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamGatepassApprove,
.dtlDatatable > tbody > .TableRow:hover .TeamGatepassApplReject {
    visibility: visible !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamPunchApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamPunchReject {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamPunchApprove,
.dtlDatatable > tbody > .TableRow:hover .TeamPunchReject {
    visibility: visible;
}

.TeamPunchApprove, .TeamPunchReject {
    visibility: hidden;
    width: 26px;
}

.TourTeamApplApprove, .TourTeamApplReject {
    visibility: hidden;
    width: 26px;
}

.btncancelapprove {
    height: 30px;
    width: 30px;
}

.TeamGatepassApprove, .TeamGatepassApplReject {
    visibility: hidden;
    width: 26px;
}

.TeamWfhApplApprove, .TeamWfhApplReject {
    visibility: hidden;
    width: 26px;
}
.TeamShiftApprove, .TeamShiftApplReject {
    visibility: hidden;
    width: 26px;
}
.TeamOTApplApprove, .TeamOTApplReject {
    width: 26px;
}

.dtlDatatable > tbody > .TableRow:hover .TeamWfhApplApprove,
.dtlDatatable > tbody > .TableRow:hover .TeamWfhApplReject {
    visibility: visible !important;
}

.TeamMisspunchApplApprove, .TeamMisspunchApplReject {
    visibility: hidden;
    width: 26px;
}
/*.dataTables_wrapper {
    border: 1px solid #EBEDF3 !important;
}*/
.dtlDatatable > tbody > .TableRow:hover .TeamMisspunchApplApprove,
.dtlDatatable > tbody > .TableRow:hover .TeamMisspunchApplReject {
    visibility: visible !important;
}

.TeamLeaveApplApprove, .TeamLeaveApplReject {
    width: 26px;
}

.dtlDatatable > tbody > .TableRow:hover .TeamLeaveApplApprove,
.dtlDatatable > tbody > .TableRow:hover .TeamLeaveApplReject {
    /*  visibility: visible !important;*/
}

.TeamShiftApprove, .TeamShiftApplReject {
    width: 26px;
}

.dtlDatatable > tbody > .TableRow:hover .TeamShiftApprove,
.dtlDatatable > tbody > .TableRow:hover .TeamShiftApplReject {
    visibility: visible !important;
}

.TeamCoffApplApprove, .TeamCoffApplReject {
    width: 26px;
}

.dtlDatatable > tbody > .TableRow:hover .TeamCoffApplApprove,
.dtlDatatable > tbody > .TableRow:hover .TeamCoffApplReject {
    visibility: visible !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamOTApplApprove,
.dtlDatatable > tbody > .TableRow:hover .TeamOTApplReject {
    display: inline-block;
}

#TblManualPunch > table,
#TblTimeRegister > table {
    height: 350px !important;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
    padding: 0 !important;
   pointer-events:none !important;
}

.display.dtlDatatable thead tr th.sorting:after {
    left: 2px !important;
    top: 22px !important;
}

.display.dtlDatatable thead tr th.sorting:before {
    left: 5px !important;
    top: 22px !important;
}

.fc-unthemed .fc-toolbar h2 {
    font-size: 1.03rem;
    font-weight: 500;
    margin-top: 0.75rem;
}

.fc-unthemed .fc-toolbar .fc-button {
    outline: none !important;
    height: auto;
    padding: 5px;
    /* font-size: 1rem;*/
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.7em !important;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.fc-unthemed .fc-event .fc-content, .fc-unthemed .fc-event-dot .fc-content {
    padding: 0.5px;
    margin-top: -12px;
    text-align: center;
    cursor: pointer;
}

.fc-event {
    position: relative;
    display: block;
    /* font-size: 0.85em;*/
    line-height: 1.4;
    border-radius: 0px;
    border: none;
}

.fc-unthemed .fc-event .fc-title, .fc-unthemed .fc-event-dot .fc-title {
    /*  font-size: 9px;*/
    font-weight: 400;
}

.fc-unthemed .fc-event, .fc-unthemed .fc-event-dot {
    background: #a5c6e1;
    border: none;
    border-radius: 2px;
    /*-webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 6%);*/
    /*box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 6%);*/
}

.fc-day-header {
    background-color: #254e71 !important;
}

    .fc-day-header > span {
        color: #fff !important;
    }

.fc-title {
    margin: 0 !important;
}

.fc-content::before {
    content: none !important;
}

.fc-center {
    display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
}

    .fc-center h2 {
        color: #254e71 !important;
        text-transform: capitalize !important;
        font-weight: 500 !important;
    }

.fc-header-toolbar {
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-bg-weekoff {
    background-color: #bbc7d1 !important;
}

.fc-day-header {
    background: #eff8ff !important;
}

.fc-unthemed td.fc-today {
    background: #eff8ff;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: right;
    color: #254e71 !important;
}

.fc-day-header > span {
    color: #254e71 !important;
    font-weight: 500;
}

.fc-content .fc-title {
    margin: 0 !important;
}

.fc-content::before {
    content: none !important;
}

.btn-light-primary {
    background: #a5c6e1 !important;
    color: #082238 !important;
}

.fc-center {
    display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
}

    .fc-center h2 {
        color: #254e71 !important;
        text-transform: capitalize !important;
        font-weight: 500 !important;
    }

.fc-day-header {
}

.fc-unthemed td.fc-today {
    background: #eff8ff;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    text-align: center;
    color: #254e71 !important;
    font-weight: 500;
}

.fc-day-header > span {
    /* font-size: 13px !important;*/
    font-weight: 500;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
    background: none;
}

.fc th, .fc td {
    border-width: 0px !important;
    padding: 0;
    vertical-align: top;
}

.fc .fc-row {
    border-style: none;
    border-width: 0;
}

.fc-row.fc-widget-header {
    border-right-width: 0px !important;
    margin-right: 0px !important;
}

.fc-content .fc-title {
    margin: 0 !important;
}

.fc-content::before {
    content: none !important;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: none !important;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.fc-unthemed .fc-toolbar .fc-button {
    color: #254e71 !important;
    background: transparent;
    border: 0px solid #EBEDF3;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

.fc-unthemed td.fc-today {
    background: #eff8ff !important;
}

.fc-unthemed .fc-toolbar .fc-button .fc-icon {
    color: #254e71 !important;
}

.fc-unthemed .fc-toolbar .fc-button:hover {
    border: 0;
    background: #F3F6F9;
    border: 0px solid #EBEDF3;
    color: #B5B5C3;
    padding: 5px;
}

.fc-center {
    display: flex !important;
    justify-content: center !important;
    align-items: start !important;
}

/*.fc-unthemed .fc-toolbar .fc-button:focus, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button.fc-button-active {
    background: #eff8ff !important;
    color: #FFFFFF !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}*/

.fc-center > div {
    display: flex !important;
}

.fc-view, .fc-view > table {
    position: relative;
    z-index: 1;
}

.btn-bg-weekoff {
    background-color: #bbc7d1 !important;
}

.fc-scroller.fc-day-grid-container {
    height: auto !important;
}

.jstree-wholerow-ul {
    position: relative;
    display: inline-block;
    min-width: 92% !important;
}

.jstree-anchor {
    font-size: 13px;
}

.jstree-default .jstree-themeicon {
    background-position: -262px 17px !important;
}

.jstree-anchor > .jstree-themeicon {
    margin-right: 0px !important;
}

.jstree-default .jstree-wholerow-clicked {
    background: none !important;
}

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: 0px 9px !important;
}

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: 0px 6px !important;
}

.jstree-default .jstree-closed > .jstree-ocl {
    background-image: url("../assets/plugins/custom/jstree/rightarrow.png") !important;
}

.jstree-default .jstree-open > .jstree-ocl {
    background-image: url("../assets/plugins/custom/jstree/downarrow.png") !important;
}

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default .jstree-checked > .jstree-checkbox {
    background-image: url("../assets/plugins/custom/jstree/checkbox.png") !important;
    background-position: 5px 5px !important;
}

    .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default .jstree-checked > .jstree-checkbox:hover {
        background-image: url("../assets/plugins/custom/jstree/checkbox.png") !important;
        background-position: 5px 5px !important;
    }

.jstree-default .jstree-checkbox {
    background-image: url("../assets/plugins/custom/jstree/empty_checkbox.png") !important;
    background-position: 5px 5px !important;
}

    .jstree-default .jstree-checkbox:hover {
        background-image: url("../assets/plugins/custom/jstree/empty_checkbox.png") !important;
        background-position: 5px 5px !important;
    }

.jstree-default .jstree-anchor > .jstree-undetermined {
    background-image: url("../assets/plugins/custom/jstree/undetermind.png") !important;
    background-position: 5px 5px !important;
}

    .jstree-default .jstree-anchor > .jstree-undetermined:hover {
        background-image: url("../assets/plugins/custom/jstree/undetermind.png") !important;
        background-position: 5px 5px !important;
    }

.jstree-default .jstree-search {
    font-style: normal !important;
    color: #254e71 !important;
    font-weight: bold !important;
}

.jstree-default .jstree-anchor {
    color: #254e71 !important;
    padding: 0 8px 0 0px !important;
    cursor: pointer;
    word-break: break-all;
    width: 100% !important;
}

.jstree-default > .jstree-container-ul > .jstree-node {
    margin-left: 5px !important;
    margin-right: 0 !important;
}

.jstree-anchor {
    letter-spacing: 0.08px !important;
}
.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    line-height: 1.65em;
    padding: 0.17857143em 0;
    text-indent: 0;
    border: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.k-toolbar .k-split-button, span.k-colorpicker, span.k-combobox, span.k-datepicker, span.k-datetimepicker, span.k-dropdown, span.k-dropdowntree, span.k-numerictextbox, span.k-timepicker {
    border-bottom: 1px solid #bbc7d1 !important;
}*/

.k-autocomplete, .k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap, .k-textbox {
    border-width: 0px;
    border-style: solid;
    padding-right: 0px;
}

.k-block, .k-content, .k-dropdown .k-input, .k-popup, .k-toolbar, .k-widget {
    color: #254e71 !important;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    color: #254e71 !important;
    background-color: #e0f1ff !important;
    border-color: #e0f1ff !important;
}

div.k-treeview {
    border-width: 0;
    background-color: #ffffff !important;
    overflow: auto;
    white-space: nowrap;
}

.k-treeview .k-in {
    margin: 1px 0 1px .16666em;
    padding: 1px .3333em 1px .25em;
    line-height: 1.3333em;
    text-decoration: none !important;
    border-style: none !important;
    border-width: 0px !important;
}

.k-state-focused {
    box-shadow: none !important;
    background-color: transparent !important;
}

    .k-state-focused:hover {
        background-color: transparent !important;
    }

.k-dropdown .k-input, .k-dropdowntree .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    color: #3F4254 !important;
    border: none;
    border-bottom: 0 !important;
    border-radius: 0px !important;
    width: 90%;
}

.k-i-arrow-60-down:before {
    content: "" !important;
    background-image: url(../assets/media/Image/arrowSelect.png) !important;
    color: #254e71 !important;
    top: 1px !important;
    font-weight: 700 !important;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1.25);
}

.k-icon:before {
    right: -5px !important;
}

.k-autocomplete, .k-block, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-gantt-views > .k-current-view, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-split-button .k-gantt-views, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-action, .k-window-titleless .k-window-content {
    border-radius: 10px !important;
}

.k-i-expand:before {
    content: url(../assets/plugins/custom/jstree/downarrow.png) !important;
    transform: rotate(-90deg) !important;
    color: #254e71 !important;
    top: 0px !important;
}

.k-i-collapse:before {
    content: url(../assets/plugins/custom/jstree/downarrow.png) !important;
    transform: rotate(0deg) !important;
    color: #254e71 !important;
    top: 5px !important;
}

.k-state-default > .k-select {
    border-bottom: 1px solid #bbc7d1 !important;
    border-width: 0px !important;
}

.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    background-image: url(textures/highlight.png);
    background-image: none;
    background-image: none;
    background-image: none;
    background-position: 50% 50%;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: none !important;
}

.k-active-filter, .k-state-active, .k-state-active:hover {
    background-color: #fff;
    border-color: transparent;
    color: #254e71 !important;
}

.k-autocomplete.k-state-border-down, .k-autocomplete.k-state-border-up, .k-datepicker-calendar, .k-dropdown-wrap.k-state-active, .k-filebrowser .k-image, .k-grid .k-filter-options, .k-menu .k-menu-group, .k-multiselect.k-state-focused, .k-picker-wrap.k-state-active, .k-popup, .k-time-popup, .k-tooltip {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control.k-widget {
    border: 1.5px solid #E4E6EF !important;
}
.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    line-height: 2.1em !important;
}
.alert.alert-custom .alert-icon i {
    font-size: 14px !important;
}

.FontSize12 {
    font-size: 12px !important;
}

.FontSize13 {
    font-size: 13px !important;
}

.FontSize14 {
    font-size: 14px !important;
}

.FontSize16 {
    font-size: 16px !important;
}

.loading-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

    .loading-overlay.is-active {
        display: flex;
    }

.fa-spinner {
    color: #254e71 !important;
    font-size: 55px !important;
}

.close > .ki.ki-close:hover {
    color: #254e71 !important;
}

.paginate_button.previous.disabled,
.paginate_button.next.disabled {
    color: #254e71 !important;
    background-color: #ecf1f6 !important;
    opacity: 0.6 !important;
    border-color: #ecf1f6 !important;
    padding: 10px !important;
    border-radius: 0.42rem !important;
    margin-right: 10px !important;
    height: 20px !important;
    width: 50px !important;
    text-decoration: none;
}

.paginate_button.previous,
.paginate_button.next {
    background-color: #FFFFFF !important;
    color: #254e71 !important;
    border-color: #254e71 !important;
    padding: 10px !important;
    margin-right: 10px !important;
    border-radius: 4px !important;
    height: 20px !important;
    width: 30px !important;
    text-decoration: none;
}



    .paginate_button.previous.disabled:hover,
    .paginate_button.next.disabled:hover, .paginate_button:hover {
        background: #254e71 !important;
        color: white !important;
    }

.paginate_button {
    color: #254e71 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    padding: 10px 14px !important;
    margin-right: 10px !important;
    border-radius: 4px !important;
    height: 20px !important;
    width: 30px !important;
    text-decoration: none;
}

    .paginate_button.current {
        color: #FFFFFF !important;
        background-color: #254e71 !important;
        border-color: #254e71 !important;
        padding: 10px 14px !important;
        margin-right: 10px !important;
        border-radius: 4px !important;
        height: 20px !important;
        width: 30px !important;
        text-decoration: none;
    }

.lblPageHeaderDescTitle {
    color: #254e71;
    /*font-size: 14px;*/
    text-align: justify;
}

.image-input {
    position: relative;
    display: inline-block;
    border-radius: 0.42rem;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:1024px) {
    .image-input .image-input-wrapper {
        width: 100px !important;
        height: 100px !important;
        border-radius: 0.42rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
}

.image-input .image-input-wrapper {
    width: 100px !important;
    height: 100px !important;
    border-radius: 0.42rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/*IDs*/
#kt_wrapper {
    background-color: #f8f8f8 !important;
}

#kt_demo_panel_close {
    background-color: #254e71 !important;
}

.dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr.filtersEmp th.hdrCheckBox checkbox {
    display: none !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

#TblExistEmployeeList_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:first-child::after, #TblExistEmployeeList_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:first-child::before {
    display: none !important;
}

.dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr.filtersEmp th.hdrCheckBox checkbox {
    display: none !important;
}
.LoginRememberMeClass {
    margin-left: 5px;
    margin-top: 5px;
}
/*Tempus central Login*/
/*Class*/
/*


#Forgetpass_People {
    padding: 0px !important;
    color: #254e71 !important;
    text-align: right;
}

.login-form.login-signin {
    width: auto;
}

#Forgetpass_People:hover {
    color: #225987 !important;
}*/
/*.LoginForgotPwdClass {
    font-size: 14px;
    
    display: none;
    position: absolute;
}*/
/*.LoginRememberMeClass{
    font-size:14px;
}*/

/*Height and width of "tempus central/people in login page" begins*/
/*.login-form-title-height {
    width: 100% !important;
    height: 100% !important;
}*/

/*Media query to increase size of text on login page after 2000px begins*/
/*.login-page-li {
    height: 100% !important;
    width: 50% !important;
    box-shadow: none !important;
}*/

/*@media (min-width: 2000px) {
    .LoginRememberMeClass, .font-weight-bolder.text-center.font-size-h5.font-size-h3-lg.text-white, input::-webkit-input-placeholder, .LoginSideText {
        font-size: 18px !important;
    }

    #btnLoginPeople, #btnLoginCentral {
        height: 50px;
        width: auto;
        font-size: 18px !important;
    }

    #Central_UserName, #Central_Password, #People_UserName, #People_Password {
        height: 50px !important;
    }*/

    /*.login-page-li {
        height: 90px !important;
    }*/
/*}*/
/*Media query to increase size of text on login page after 2000px ends*/

/*@media (min-width: 1px) and (max-width: 1399px) {
    #Forgetpass_People {
        text-align: left;
    }
}

@media (min-width: 240px) and (max-width: 260px) {
    .LoginPageTempusLogo {
        width: 104px !important;
        height: 52px !important;
    }

    .LoginRememberMeClass {
        padding-left: 0;
        text-align: left;
    }
}*/

/*@media (min-width: 600px) and (max-width: 700px) {
    .login-form.login-signin {
        width: 475px;
    }
}

@media (min-width: 701px) and (max-width: 800px) {
    .login-form.login-signin {
        width: 575px;
    }
}

@media (min-width: 801px) and (max-width: 900px) {
    .login-form.login-signin {
        width: 675px;
    }
}

@media (min-width: 901px) and (max-width: 991px) {
    .login-form.login-signin {
        width: 775px;
    }
}*/

/*@media (max-width: 1250px) {
    .w-xxl-550px.rounded-lg.p-20 {
        padding: 5px !important;
    }
}

@media (min-width: 992px)*/ /* and (max-width: 1439px)*/ /*{
    .login-form.login-signin {
        width: 750px !important;
    }

    .LoginPageTempusLogo {
        width: auto;
        height: 48px;
    }
}*/
/*
@media (min-width: 1400px) {
    .w-xxl-550px.rounded-lg.p-20 {
        width: auto !important;
    }
}

@media (min-width: 2000px) {
    .login-form.login-signin {
        width: 1200px !important;
    }
}

.LoginPageTempusLogo {
    width: 147px;
    height: 75px;
}
*/
/*@media (max-width: 768px) {
    .login-form.login-signin {
        width: 350px !important;
    }

    .LoginPageTempusLogo {
        width: auto;
        height: 48px;
    }
}*/
/*IDs*/

/*Aside Menu*/
/*Class*/
/*IDs*/


/*Dashboard*/
/*Class*/
.profile_card_green {
    background-color: #eef8ef;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.profile_card_red {
    background-color: #fceded;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.profile_card_yellow {
    background-color: #fffada;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.label_name {
    color: #254e71 !important;
}

.label_time {
    color: #70889d !important;
}

.cardHeaderTitle {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #254e71;
}

.Role-title {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #70889d;
}

.Role-count {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #70889d;
}

.bg-primary {
    font-family: Segoe UI !important;
    background-color: #eff8ff !important;
}

.bg-light-primary {
}

.descLabel {
    min-width: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #70889d;
}

.bg-primary {
    background-color: #254e71 !important;
}

.lblTitleDesc {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
    color: #254e71;
}

.Licence-title {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #254e71;
}

.Licence-footer {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #254e71;
}

.bg-bar-license {
    background-color: #6191bb;
}

.count-show {
    /*font-size: 50px;*/
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #70889d;
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 0.001s;
}

.txtPendingLeave {
    text-align: center;
    color: #97a8b7;
    font-weight: 500 !important;
    cursor: pointer;
}

.amcharts-chart-div > a {
    display: none !important;
}

/*IDs*/
#chart_employeeAttendanceSummay > div > div > a {
    display: none !important
}

#divOnLeaveData:hover {
    cursor: pointer;
}

#divPresentData:hover {
    cursor: pointer;
}

#divAbsentData:hover {
    cursor: pointer;
}

#divATourData:hover {
    cursor: pointer;
}

#divAWFHData:hover {
    cursor: pointer;
}

#divHolidayData:hover {
    cursor: pointer;
}

#divWOffData:hover {
    cursor: pointer;
}

#divLateComeData:hover {
    cursor: pointer;
}

.EmpSummaryChartWidth {
    width: 50%
}

#tblEmployeewfm > tbody tr:hover {
    background-color: #fffada;
}

#tblEmployeeonsite > tbody tr:hover {
    background-color: #fffada;
}

#tblEmployeeonLeave > tbody tr:hover {
    background-color: #fffada;
}

#tblEmployeePresent > tbody tr:hover {
    background-color: #eef8ef;
}

#tblEmployeeAbsent > tbody tr:hover {
    background-color: #fceded;
}



/*Masters*/
/*DETAILS*/
/*Account Details*/
/*Class*/



/*IDs*/
#companyDetails > .CompanyLogos.col-md-6 > a > img {
    height: 50px !important;
    width: 100px !important;
    object-fit: contain !important;
}
/*Company Locations*/
/*Class*/
/*IDs*/
/*Department Master*/
/*Class*/
/*IDs*/
/*Admin Role Master*/
/*Class*/
/*.treeSelector-container .treeSelector-wrapper.visible {
    display: block;
    position: absolute;
    left: 0;
    max-height: 200px;
    overflow: auto;
    width: 400px;
    padding-left: 4px;
    background: #fff;
    border: 1px solid #dbe1e2;
    z-index: 100 !important;
}
*/
.radio-wrapper {
    width: 50px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: #bbc7d1;
    border-radius: 30px;
    position: relative;
    margin-left: 1%;
}

.AccessRightsListPadding:last-child {
    border-bottom: none !important;
}

.neutral + label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 35%;
    top: 2px;
    transition: transform 1s;
}

.neutral:checked + label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
}

.yes + label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    background-color: #ffffff;
}

.yes:checked + label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    -moz-animation-duration: 0.4s;
    -moz-animation-name: slidein;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: slidein;
    animation-duration: 0.4s;
    animation-name: slidein;
    -webkit-transform: translateZ(0);
}

.no + label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 2px;
    text-align: center;
}

.no:checked + label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    -moz-animation-duration: 0.4s;
    -moz-animation-name: slideno;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: slideno;
    animation-duration: 0.4s;
    animation-name: slideno;
    -webkit-transform: translateZ(0);
}

.UserRoleMasterCheckboxDiv {
    text-align: center !important;
}
/*IDs*/
#divUserRoledata #tblAdminRole_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::after, #divUserRoledata #tblAdminRole_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::before {
    visibility: hidden;
}

.display#tblAdminRole thead tr th.sorting:nth-child(3):before,
.display#tblAdminRole thead tr th.sorting:nth-child(3):after {
    display: none;
}

/*Designation Master*/
/*Class*/

/*IDs*/
#tblDesignation_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::after, #tblDesignation_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::before {
    visibility: hidden;
}
/*Employee FOrm Setup*/
/*Class*/
/*IDs*/
/*Attendance Policy*/
/*Class*/
/*IDs*/
#example_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::after, #example_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::before {
    display: none;
}

#example_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:first-child::after, #example_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:first-child::before {
    display: none !important;
}

#example_wrapper .dataTable thead tr:last-child th.hdrCheckBox .checkbox {
    visibility: visible;
}

#example > thead > tr.filters > th > label {
    display: none !important;
}
/*Card Master*/
/*Class*/
/*IDs*/


/*LEAVE*/
/*Leave Master*/
/*Class*/
/*IDs*/
/*Leave Policy*/
/*Class*/
.card-header-leave {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #c7cfdb;
    height: 49px !important;
    font-size: 14px;
}

.eachMonthshow {
    display: none;
}

.label.label-light-info {
    color: #70889d !important;
    background-color: #EFF8FF !important;
    font-weight: 600 !important;
}
/*IDs*/
#labelDrop {
    color: #c7cfdb;
}

#showAdvance:disabled, #hideAdvance:disabled {
    cursor: no-drop !important;
    color: #c7cfdb !important;
    text-decoration: none !important;
}


#leavesdiv #tblLeave_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:first-child::after, #leavesdiv #tblLeave_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:first-child::before {
    visibility: hidden;
}

#tblLeavPolicygorup_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::after, #tblLeavPolicygorup_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::before {
    visibility: hidden;
}

#tblLeavPolicygorup_wrapper .dataTables_scrollBody {
    overflow-x: hidden !important;
}

#tblLeavPolicygorup_wrapper #tblLeavPolicygorup tbody tr:hover .DeleteLeave {
    visibility: visible !important;
}

#leavesdiv #tblLeave_wrapper table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 21px !important;
}

#TblExistEmployeeList > thead > tr > th:first-child::after,
#TblExistEmployeeList > thead > tr > th:first-child::before {
    display: none;
}

.display#tblLeave thead tr th.sorting:nth-child(1):before,
.display#tblLeave thead tr th.sorting:nth-child(1):after {
    display: none;
}

.display#tblLeave thead tr th.sorting:nth-child(5):before,
.display#tblLeave thead tr th.sorting:nth-child(5):after {
    display: none;
}

.display#tblLeavPolicygorup thead tr th.sorting:nth-child(4):before,
.display#tblLeavPolicygorup thead tr th.sorting:nth-child(4):after {
    display: none;
}

.dataTables_scrollHeadInner .display.dtlDatatable.dataTable.no-footer {
    display: table !important;
}

#tblLeave_wrapper .dataTable thead tr:last-child th.hdrCheckBox .checkbox {
    visibility: visible;
}
/*Holiday Master*/
/*Class*/
/*IDs*/
#tblHoliday_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::after, #tblHoliday_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::before {
    visibility: hidden;
}

/*SHIFT*/
/*Shift Builder*/
/*Class*/
.addCard {
    color: #97a8b7;
    font-weight: 500 !important;
    cursor: pointer;
    text-decoration: underline;
}

/*IDs*/
/*Scheduler*/
/*Class*/
/*IDs*/
.display#tblScheduler thead tr th.sorting:nth-child(5):before,
.display#tblScheduler thead tr th.sorting:nth-child(5):after {
    display: none;
}

.display#tblScheduler thead tr th.sorting:last-child:before,
.display#tblScheduler thead tr th.sorting:last-child:after {
    display: none;
}

#tblScheduler_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::after, #tblScheduler_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::before {
    visibility: hidden;
}

/*EMPLOYEE*/
/*Reporting Group*/
/*Class*/
/*IDs*/
/*Employee Profile*/
/*Class*/
.stringClass {
    /*border: 1px solid lightgray;*/
    padding: 5px;
}

.classRequired {
    color: red !important;
}

.Texboxclass:disabled ~ .bootstrap-touchspin .input-group-btn-vertical > .btn {
    cursor: no-drop !important;
}

.Texboxclass:disabled::placeholder {
    color: #97a8b7 !important;
    cursor: no-drop !important;
    opacity: 1;
}

.floating-select:disabled, .floating-select:disabled .drop-label {
    color: #97a8b7 !important;
    cursor: no-drop !important;
    opacity: 1 !important;
}

.Texboxclass:disabled {
    color: #97a8b7 !important;
    cursor: no-drop !important;
}

.Selectclass:disabled {
    color: #97a8b7 !important;
    opacity: 1 !important;
    cursor: no-drop !important;
}

.Texboxclass:disabled ~ .bootstrap-touchspin .input-group-btn-vertical > .btn {
    cursor: no-drop !important;
}
/*IDs*/
#labelDrop {
    color: #97a8b7;
}

#showAdvance:disabled, #hideAdvance:disabled {
    cursor: no-drop !important;
    color: #97a8b7 !important;
    text-decoration: none !important;
    cursor: no-drop !important;
}
/*User Master*/
/*Class*/
/*IDs*/
#overlay {
    position: absolute;
    display: none;
    padding: 20px;
    width: 75%;
    top: 0;
    right: 0;
    box-shadow: 0 3px 6px 0 var(--warm-grey-20);
    border-radius: 5px;
    background-color: var(--white);
    z-index: 2;
    cursor: pointer;
}
/*COMMUNICATION SETUP*/
/*SMS Server*/
/*Class*/
/*IDs*/
/*Mail Server*/
/*Class*/
/*IDs*/
/*Admin*/
/*ACTIVITY*/
/*User Management*/
/*Class*/
.dtlDatatable tbody tr:hover .la-key {
    visibility: visible !important;
}
/*IDs*/
/*Applications*/
/*Class*/
.LeaveBalanceHeader {
    width: 30%;
   /* color: #70889d;*/
    background: #fff;
    text-align: left;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.ApplicationDataLable {
    color: #254e71 !important;
    font-weight: 400 !important;
}

.dtlDatatable > tbody > .TableRow:hover .OpenNewApplication {
    visibility: visible !important;
}

.LeaveBlue {
    color: #1db5f9 !important;
}

.dtlDatatable > tbody > .TableRow:hover .LeaveBlue {
    display: none !important;
}


.dtlDatatable > tbody > .TableRow:hover .TeamLeaveApplApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamLeaveApplReject {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TourTeamApplApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TourTeamApplReject {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamWfhApplApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamWfhApplReject {
    display: inline-block !important;
}
.dtlDatatable > tbody > .TableRow:hover .TeamShiftApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamShiftApplReject {
    display: inline-block !important;
}
.dtlDatatable > tbody > .TableRow:hover .TeamMisspunchApplApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamMisspunchApplReject {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamGatepassApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamGatepassApplReject {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamCoffApplApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamCoffApplReject {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamApplApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamApplReject {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .AddButtonClass1 {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamOTApplReject {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .TeamOTApplApprove {
    display: inline-block !important;
}
/*IDs*/
#TblApplications_wrapper {
    height: 64vh !important;
    overflow-y: auto !important;
    padding-right: 20px !important;
}


#tblEmpDoc_wrapper {
    max-height: 200px !important;
    overflow-y: auto !important;
}

#tblEmployeeLeaveList {
    max-height: 200px !important;
    overflow-y: auto !important;
    padding-right: 20px !important;
}
/*Organizational View*/
/*Class*/
.boc-light .boc-chart-menu [data-item]:hover {
    background-color: #fff !important;
    color: #254e71 !important;
}

.boc-light .boc-input > input:focus, .boc-light .boc-input > select:focus {
    /*border-radius: 0px !important;*/
    border-bottom-color: #254e71 !important;
    border-right-color: #254e71 !important;
    border-top-color: #254e71 !important;
    border-left-color: #254e71 !important;
    background-color: #ffffff !important;
}

.boc-input > input, .boc-input > select {
    height: 42px !important;
    padding: 18px 10px 2px 9px;
    width: 100%;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
}

mark, .mark {
    padding: 0.2em;
    background-color: #eff8ff !important;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

.boc-light .boc-search [data-search-item-id]:hover, .boc-light .boc-search [data-selected=yes] {
    background-color: #fff !important;
    color: #254e71 !important;
}

.boc-search-photo {
    border-bottom-left-radius: 7px;
    visibility: hidden !important;
}

.boc-search-text-td b {
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

.boc-search table tr:last-child td:last-child:hover {
    border-bottom-right-radius: 7px;
    background: #fff !important;
}

[data-n-id] rect {
    fill: #eff8ff;
}

[data-n-id] circle {
    fill: #254e71;
}

[data-l-id] path {
    stroke: #254e71;
}

[data-ctrl-ec-id] circle.ba-fill {
    fill: #254e71;
}

.olivia-f0 {
    fill: #254e71 !important;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

.olivia-f1 {
    fill: #254e71 !important;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

.boc-dark .boc-input > label.focused, .boc-light .boc-input > label.focused {
    color: #254e71 !important;
}

.boc-input > label {
    font-family: Poppins, Helvetica, "sans-serif" !important;
}


.Orgheader-fixed {
    width: 100%
}

    .Orgheader-fixed > thead > tr > th {
        border-bottom: none !important;
    }

    .Orgheader-fixed > thead,
    .Orgheader-fixed > tbody,
    .Orgheader-fixed > thead > tr,
    .Orgheader-fixed > tbody > tr,
    .Orgheader-fixed > thead > tr > th,
    .Orgheader-fixed > tbody > tr > td {
        display: block;
    }

        .Orgheader-fixed > tbody > tr:after,
        .Orgheader-fixed > thead > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    .Orgheader-fixed > tbody {
        overflow-y: auto;
        max-height: 120px;
    }

        .Orgheader-fixed > tbody::-webkit-scrollbar-track {
            border-radius: 10px !important;
            height: 5px !important;
        }

        .Orgheader-fixed > tbody::-webkit-scrollbar {
            width: 5px !important;
            height: 5px !important;
            background-color: transparent !important;
        }

        .Orgheader-fixed > tbody::-webkit-scrollbar-thumb {
            border-radius: 10px !important;
            background-color: #dcdcdc !important;
        }

        .Orgheader-fixed > tbody > tr > td,
        .Orgheader-fixed > thead > tr > th {
            float: left;
        }

/*IDs*/
#tree {
    height: 86vh !important;
}

#closeOrgTbl {
    font-size: 1rem;
    color: #254e71 !important;
    margin: 16px;
}

/*Timesheets*/
/*Class*/
.datepicker tbody tr > td span.month.focused, .datepicker tbody tr > td span.month.focused:hover, .datepicker tbody tr > td span.month.active:hover, .datepicker tbody tr > td span.month.active.focused:hover, .datepicker tbody tr > td span.month.active {
    background: #225987 !important;
    color: #fff;
}

.nav.nav-pills .nav-link.active {
    color: #254e71 !important;
}

.nav .nav-link:hover:not(.disabled) .nav-text {
    color: #70889d !important;
}

.nav.nav-pills .nav-link.active {
    color: #254e71 !important;
    background-color: transparent !important;
    border-bottom: 2px solid #254e71;
    border-radius: 0px !important;
}

    .nav.nav-pills .nav-link.active .nav-text {
        color: #254e71 !important;
    }
/*IDs*/


/*ADMIN CONTROLS*/
/*Manual Attendance Correction*/
/*Class*/
.spinner.spinner-left:before {
    right: auto;
    left: 6rem;
}
/*IDs*/
#TblMultiTimeRegister_wrapper .dataTables_scrollBody, #TblTimeRegister_wrapper .dataTables_scrollBody, #TblManualPunch_wrapper .dataTables_scrollBody {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

#TblManualAttCorrData_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:first-child::after, #TblManualAttCorrData_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:first-child::before {
    display: none;
}

#TblManualPunch_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::after, #TblManualPunch_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .dtlDatatable thead tr th:last-child::before {
    display: none;
}
/*Attendance Lock*/
/*Class*/
/*IDs*/
/*Change Department*/
/*Class*/
/*IDs*/
/*Credit Leave Balance*/
/*Class*/
.TblCreditBalanceTD1, .TblCreditBalanceTD2 {
    color: #70889d !important;
}

.TblCreditBalanceTD1 {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.TblCreditBalanceTD2 {
    /* font-size: 14px !important;*/
    /*padding-left: 10px;
            padding-right: 10px;*/
}

/*Modification: css style added*/
#TblLeaveTypes td:nth-child(1) {
    background-color: #fbfdff;
}
/*IDs*/
/*Change Daily Shift*/
/*Class*/
.datepicker tbody tr > td span.month.focused, .datepicker tbody tr > td span.month.active {
    background: #254e71;
    color: #ffffff;
}

    .datepicker tbody tr > td span.month.focused:hover {
        color: #ffffff;
        background: #eff8ff;
    }
/*IDs*/
/*Change Shift for a Duration*/
/*Class*/
/*IDs*/
/*Accrual Setup*/
/*Class*/
span.k-input.k-readonly {
    color: #254E71 !important;
}
/*IDs*/
/*Reports*/
/*Class*/
a.text-hover-primary:hover, .text-hover-primary:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #254e71 !important;
}

.navi .navi-item .navi-link:hover .navi-icon i {
    color: #254e71;
}

.Texboxclass:focus-visible {
    outline: none !important;
}

.bullet.bullet-bar {
    width: 4px;
    min-height: 25px;
    background-color: #a4c5e7 !important;
}
/*IDs*/





















/*07-06-2021*/













.rowHegitClass {
    margin-top: 5px;
    height: 38px;
}


.childulcss {
    display: block;
    margin-block: 0px !important;
    margin-inline: 0px !important;
    padding-inline-start: 22px !important;
}




.liclick {
    margin-bottom: 10px !important
}


.lbl {
    color: #bbc7d1;
}



/*CSS for table in "leave policy" begins*/
.form-group1 {
    text-align: left !important;
    align-content: center !important;
    padding: 1em;
}



@media (max-width:767px) {
    #inner_table_body {
        margin-left: 0;
    }
}
/*CSS for table in "leave policy" ends*/





/*.timepicker {
    border: none
}
*/
.lableForOpenPoup {
    color: rgb(37, 78, 113);
    text-decoration: underline;
    font-weight: 500;
}

.SingleDropdownRow {
    margin-top: 10%
}



.listHeightClass {
    margin-top: 4px !important;
    height: 25px !important;
}


/*input:read-only ~ .floating-label {
    top: -20px !important;
    bottom: 0px !important;
    left: 0px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    color: #97a8b7 !important;
}*/


.SpaceTwoRow {
    margin-bottom: 15px !important
}

.Locchildul {
    color: #97a8b7 !important;
}

.liLable label {
    color: #254e71 !important;
}





.divNoLocationDataImg {
    height: 82%;
    width: 89%;
}

/*@media (min-width:992px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        padding-right: 50px !important;
    }
}
*/
@media(min-width:992px) and (max-width:1200.9px) {
    .divNoLocationDataImg {
        height: 68%;
        width: 86%;
    }
}
/* 19/8/2021 */

/*@media (min-width:1630px) and (max-width:1669.9px) {

    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        padding-left: 20px !important;*/
        /*width: 85% !important;*/
    /*}
}*/




.fa.fa-minus {
    color: #bbc7d1 !important;
}

/*Location Master Page ends*/


/* 20/8/2021 */
::placeholder {
    color: #254e71;
    font-size:13px !important
}

/*@media (min-width:1670px) and (max-width:1689.9px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        padding-left: 5px !important;
    }
}

@media(min-width:1690px) and (max-width:1719.9px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        padding-left: 0px !important;
    }
}

@media(min-width:1720px) and (max-width:1999.9px) {

    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1670px !important;
    }
}

@media (min-width: 2000px) and (max-width:2279.9px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1965px !important;
    }
}

@media (min-width: 2280px) and (max-width:2399.9px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 2100px !important;
    }
}

@media (min-width: 2400px) and (max-width:2600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 2350px !important;
    }
}*/





/*21/08/2021*/
#TreeviewLocation > li {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-bottom: 0.2px solid #E4E6EF;
    width: 95% !important;
}

.floatIcons {
    width: 25px !important;
    height: 25px !important;
}

#TblCreditLeaveBalance > table > thead > tr > th > span {
    color: #70889d !important;
}

#TblCreditLeaveBalance > table > tbody > tr > td > span {
    color: #254e71 !important;
}


#TreeviewLocation > li, #DepartmentTreeview > li {
    padding-bottom: 10px !important;
    padding-top: 13px !important;
    border-bottom: 0.2px solid #E4E6EF;
    width: 95% !important;
    height: auto !important;
}

.floatIcons {
    width: 25px !important;
    height: 25px !important;
}

.DeptMasterPageLocationOption {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.DeptMasterPageLocationName {
    margin-left: 5px !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
}


.liLable label, .liLable label b {
    /* font-size: 14px !important;*/
}




@media (min-width:320px) and (max-width:991.9px) {
    #DropRoleType {
        margin-top: 24px !important;
    }
}

@media (min-width:992px) and (max-width:1899.9px) {
    #DropRoleType {
        margin-top: 26px !important;
    }
}

@media (min-width:2400px) {
    #DropRoleType {
        margin-top: 24px !important;
    }

    #divPartial > .row > .col-md-8 > .card.card-custom.card-stretch > .card-body > .row {
        margin-top: 40px !important;
    }
}

@media (max-width:991.9px) {
    .sticky-toolbar {
        width: 30px !important;
    }

        .sticky-toolbar > li {
            text-align: left !important;
            padding-left: 0px !important;
        }

            .sticky-toolbar > li > a {
                height: 20px !important;
                width: 20px !important;
            }
}



.imgNoDesignationData {
    height: 80%;
    width: 90%;
}

@media (min-width:320px) and (max-width:767.9px) {
    .imgNoDesignationData {
        height: 70%;
        width: 85%;
    }
}

@media (min-width:610px) and (max-width:767.9px) {
    #divPartial > .row > .col-md-4 > .card.card-custom.card-stretch {
        height: 100% !important;
    }
}


@media(min-width:768px) and (max-width:1119.9px) {
    #divSearchDepartment, #divSearchDesignation {
        margin-left: 5px;
    }
}


@media(min-width:768px) and (max-width:991.9px) {
    #divSearchDepartment > #txtSearchDepartment, #divSearchDesignation > #txtSearchDesignation {
        width: 100px !important;
    }

    #divPartial > .row > .col-md-4 > .card.card-custom.card-stretch {
        width: 240px;
    }
}

@media(min-width:992px) and (max-width:1069.9px) {
    #divSearchDepartment > #txtSearchDepartment, #divSearchDesignation > #txtSearchDesignation {
        width: 110px !important;
    }

    #divPartial > .row > .col-md-4 > .card.card-custom.card-stretch {
        width: 240px;
    }
}

@media(min-width:1070px) and (max-width:1119.9px) {
    #divPartial > .row > .col-md-4 > .card.card-custom.card-stretch {
        width: 260px;
    }
}






.la.la-trash:before {
    color: #97a8b7;
}





.HeaderClass {
    font-weight: bold;
    color: #254e71 !important;
    font-size: 14px !important;
}



@media(min-width:320px) and (max-width:575.9px) {
    #Tab_General > .row.rowHegitClass,
    #Tab_RegularDays > .row.rowHegitClass,
    #Tab_AttendanceRules > .row.rowHegitClass,
    #Tab_OffDays > .row.rowHegitClass,
    #Tab_CompensatoryOff > .row.rowHegitClass,
    #Tab_OvertimePolicy > .row > .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-6 > .scheduler-border.fieldsetstyle > .row.rowHegitClass,
    #Tab_CompensatoryOff > .row > .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-6 > .scheduler-border.fieldsetstyle > .row.rowHegitClass {
        margin-top: 10px !important;
        height: 60px !important;
    }

    .AttendancePolicyLabelDiv {
        padding-left: 6px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    #Tab_General > .row.rowHegitClass > .col-sm-2.col-md-2 > .input-group.bootstrap-touchspin.bootstrap-touchspin-injected {
        width: 40% !important;
    }

    #divWeekOff, #divHoliday {
        height: 65px !important;
        text-align: center !important;
    }
}

/*6 August, 2021*/
.AttendancePolicyLabelDiv {
    padding: 0px;
}

@media(min-width:576px) and (max-width:767.9px) {
    #divData {
        margin-right: 10px;
    }

    #Tab_General > .row.rowHegitClass,
    #Tab_RegularDays > .row.rowHegitClass,
    #Tab_AttendanceRules > .row.rowHegitClass,
    #Tab_OffDays > .row.rowHegitClass,
    #Tab_CompensatoryOff > .row.rowHegitClass,
    #Tab_OvertimePolicy > .row > .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-6 > .scheduler-border.fieldsetstyle > .row.rowHegitClass,
    #Tab_CompensatoryOff > .row > .col-sm-12.col-md-6.col-lg-6.col-xl-6.col-xxl-6 > .scheduler-border.fieldsetstyle > .row.rowHegitClass {
        margin-top: 10px !important;
        height: 60px !important;
    }

    .AttendancePolicyLabelDiv {
        padding-left: 6px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    #Tab_General > .row.rowHegitClass > .col-sm-2.col-md-2 > .input-group.bootstrap-touchspin.bootstrap-touchspin-injected {
        width: 70% !important;
    }



    #divWeekOff, #divHoliday {
        height: 65px !important;
        text-align: center !important;
    }
}

@media (max-width:581.9px) {
    #divData > .card-toolbar > .row {
        margin-bottom: 40px !important;
    }
}

@media(min-width:320px) and (max-width:358.9px) {
    #divData > .card-toolbar {
        margin-bottom: 80px !important;
    }
}

@media(min-width:359px) and (max-width:591.9px) {
    #divData > .card-toolbar {
        margin-bottom: 40px !important;
    }
}

.AttendancePolicyLabelDiv > .lblPageHeaderDesc {
    margin-top: 4px;
}

#Tab_RegularDays > .row.rowHegitClass,
#Tab_OffDays > .row.rowHegitClass {
    margin-bottom: 12px;
}









.display#TblEmployeeList thead tr th.sorting:first-child:before,
.display#TblEmployeeList thead tr th.sorting:first-child:after {
    display: none;
}




.dropzone .dz-message {
    text-align: center;
    margin: 0 0;
}

.fa-building:before {
    content: "";
    color: #cbd4d4;
}

.fa-location-arrow:before {
    content: "";
    color: #cbd4d4;
}

.dropzone.dropzone-default {
    padding: 0;
    text-align: center;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    color: #254e71 !important;
    line-height: 150%;
}

    .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
    }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    visibility: hidden;
}

.dropzone.dropzone-default .dz-remove {
    color: #254e71 !important;
    font-weight: 500;
    font-weight: 500;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.dropzone .dz-preview .dz-image {
    background-color: #eff8ff !important;
    border-radius: 10px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone.dropzone-default .dz-preview .dz-image {
    border-radius: 0.55rem;
    background-color: #eff8ff !important;
}

.requiredDropDown {
    border-color: red !important;
}


.card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #EBEDF3;
    min-height: 40px !important;
}

.fa-check {
    color: #bbc7d1 !important;
    margin-right: 10px;
}


.leaveCardHeader {
    color: #254e71 !important;
    width: 100%;
    font-weight: bold !important;
}

.fa-trash-alt {
    cursor: pointer;
}








.Rectangle {
    font-family: Segoe UI !important;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(122, 122, 122, 0.2);
    background-color: #fff !important;
}
/*4-October-2021*/
.CompanyLogos.col-md-6 > .btn.btn-block.btn-light.btn-hover-primary.text-dark-50.text-center.py-10.px-5.Atagcompany:hover {
    background-color: #eff8ff !important;
    color: #254e71 !important;
    border: 1px solid #eff8ff !important;
    box-shadow: 0px 0px 0px !important;
}

.CompanyLogos.col-md-6 > .btn.btn-block.btn-light.btn-hover-primary.text-dark-50.text-center.py-10.px-5.Atagcompany:focus {
    background-color: #eff8ff !important;
    color: #254e71 !important;
    border: 1px solid #eff8ff !important;
}



/*6-Oct-2021*/
/*Table in Leave Policy and Leave Master*/
/*#tblLeave > tbody > tr > td:nth-child(2),
#tblLeave > thead > tr > th:nth-child(2) {
    width: 150px !important;
}*/

/*#tblLeavPolicygorup > tbody > tr > td:nth-child(2) {
    width: 200px;
}

#tblLeavPolicygorup > tbody > tr > td:nth-child(3) {
    width:800px;
}*/

.la-angle-left:before {
    color: #254e71;
}

.btn.btn-hover-bg-light:hover:not(.btn-text):not(:disabled):not(.disabled) {
    background-color: #254e71 !important;
    border-color: #254e71 !important;
    color: #fff !important;
}

.btn.btn-hover-bg-light:hover .la-angle-left:before {
    color: #fff;
}

.btn.btn-hover-bg-light:hover .backBtnText {
    text-decoration: none !important;
}


@media (min-width: 992px) {
    .aside-fixed.aside-minimize .wrapper {
        padding-left: 0px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}


.AddButtonClass1 {
    background-color: #254e71;
    border: 1px solid #254e71;
    color: #f8f8f8;
    border-radius: 5px;
    height: 25px;
    font-weight: 400 !important;
    min-width: 100px !important;
    max-width: 140px !important;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

#TblEmployeeList > thead > .filters > .hdrCheckBox .checkbox {
    visibility: hidden !important;
    padding: 5px 10px;
    width: 30px;
}

/*#example > thead > tr > th.sorting:first-child:before,
#example > thead > tr > th.sorting:first-child:after,
#TblUserData > thead > tr > th.sorting:first-child:before,
#TblUserData > thead > tr > th.sorting:first-child:after {
    visibility: hidden !important;
}*/

/*@media(min-width:1024px) and (max-width:1360px) {
    #Tab_Shift > .row > .col-md-11 > fieldset > .row > div:nth-child(2) > .row:nth-child(2) > div > .row > div {
        display: block !important;
    }

        #Tab_Shift > .row > .col-md-11 > fieldset > .row > div:nth-child(2) > .row:nth-child(2) > div > .row > div > input {
            width: 100% !important;
        }
}

@media(min-width:1024px) and (max-width:1360px) {
    #Tab_OvertimePolicy > div:nth-child(2) > .row:nth-child(3) > div > fieldset > .row.rowHegitClass,
    #Tab_CompensatoryOff > div:nth-child(2) > .row > div > fieldset > .row.rowHegitClass {
        margin-top: 24px !important;
    }

        #Tab_OvertimePolicy > div:nth-child(2) > .row:nth-child(3) > div > fieldset > .row.rowHegitClass > .col-xs-12.col-sm-12.col-md-3.col-lg-3.col-xl-3.col-xxl-3,
        #Tab_CompensatoryOff > div:nth-child(2) > .row > div > fieldset > .row.rowHegitClass > .col-md-5,
        #Tab_CompensatoryOff > div:nth-child(2) > .row > div > fieldset > .row.rowHegitClass > div:nth-child(3),
        #Tab_CompensatoryOff > div:nth-child(2) > .row > div > fieldset > .row >*/ /*.col-xs-12.col-sm-12.col-md-3.col-lg-3.col-xl-3.col-xxl-3 */ /*div:nth-child(2) {
            display: block !important
        }

    #Tab_CompensatoryOff > div:nth-child(2) > .row > div > fieldset > .row.rowHegitClass {
        margin-bottom: 20px
    }
}
#example > thead > tr > .sorting:last-child:before,
#example > thead > tr > .sorting:last-child:after {
    display: none !important;
}

#tblHoliday > thead > tr > .sorting:last-child:after,
#tblHoliday > thead > tr > .sorting:last-child:before {
    display: none !important;
}*/

/*@media(min-width:1024px) and (max-width:1399.9px) {
    #divListParameter {
        height: 26vh !important;
    }
}
@media(min-width:1400px) and (max-width:1499.9px) {
    #divListParameter {
        height: 30vh !important;
    }
}
@media(min-width:1500px){
    #divListParameter {
        height: 40vh !important;
    }
}
*/

@media only screen and (min-width:1024px) and (max-width:1535px) {

    .jstree-anchor {
        font-size: 12px !important;
    }

    .ApplicationDataLable {
        font-size: 13px !important;
    }

    .dataTables_wrapper .dataTables_scroll {
        margin: 0 !important;
    }

    #TblCalHeader {
        font-size: 10px !important;
    }

    .FontSize12 {
        font-size: 12px !important;
    }

    .FontSize13 {
        font-size: 13px !important;
    }

    .FontSize14 {
        font-size: 14px !important;
    }

    .FontSize16 {
        font-size: 16px !important;
    }

    .boxInnerTime {
        font-size: 9px !important;
    }

    .boxInnerText {
        margin: 3px;
        color: #254e71;
        font-size: 10px !important;
    }

 /*   #dropDownStatus {
        width: 70% !important;
    }*/

    .tableFixHead #tabAdminRole tbody tr td {
        width: 150px !important;
    }

    #attendance_overtimePolicy_Tab {
        flex-direction: column !important;
    }

    .nav.nav-tabs.nav-tabs-line .nav-item {
        margin: 0 0 -1px 0;
        padding: 0px 0px;
    }


    .nav.nav-tabs.nav-tabs-line .nav-link {
        border: 0;
        border-bottom: 1px solid transparent;
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        padding: 12px 0rem !important;
        margin: 0 10px;
    }

    .jstree-wholerow-ul {
        position: relative;
        display: inline-block;
        min-width: 89% !important;
    }

    .tree li {
        margin: 0;
        padding: 0 28px 0 21px !important;
        line-height: 2em;
        font-weight: bold;
        position: relative;
    }

    .tree .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
        border: 0;
        margin-left: 0.5rem;
        font-size: 0.85rem;
        left: auto;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        width: auto;
        height: 20px;
        margin-right: 7px !important;
    }

    .tree li:before {
        content: "";
        display: block;
        width: 17px !important;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    #lblcompanyImage {
        max-width: 136px !important;
    }

    table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
        padding-right: 12px !important;
        padding-bottom: 9px;
    }

    #tblDesignation_wrapper table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
        padding-right: 18px !important;
        padding-bottom: 9px;
    }

    .dataTables_wrapper .dataTable th {
        vertical-align: top !important;
        font-size: 12px !important;
    }

/*    #UserRoleCodeForEdit {
        margin-top: 24% !important;
    }*/

    .LoginPageTempusLogo {
        width: 110px !important;
        height: auto !important;
    }
    /*#loginImageIndex {
        height: 63% !important;
        width: 65% !important;
    }*/
    #divDashboard > .container.headerProfile {
        padding: 0px 0px 16px 28px !important
    }

 /*   #dropDownCountry, #dropDownState, #dropDownCity {
        margin-top: 25% !important;
    }

    #lbldropDownCountry, #lbldropDownState, #lbldropDownCity {
        margin-top: 20% !important;
    }*/

    /*#tblDesignation_wrapper .dataTables_scrollBody {
        max-height:470px !important;
    }
*/





    #divAddReportingGroup TblEmployeeList_wrapper .dataTables_scrollBody {
        max-height: 360px !important;
    }

    .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px 16px !important;
        color: #212529;
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    }

    .AccessRightsListPadding {
        padding: 5px 0px 5px 0px !important;
        border-bottom: 1px solid #bbc7d1;
    }

        .AccessRightsListPadding .LabelStyle {
            font-size: 12px !important;
        }

    .accordion-body {
        padding: 4px 1.25rem !important;
    }

    /* .accordion-collapse {
        max-height:19vh !important;
    }*/

    .lblPageHeaderDesc {
        margin-left: 5px !important;
        margin-bottom: 0px !important;
        color: #70889d !important;
        font-size: 13px !important;
        text-align: justify;
    }

   /* .display.dtlDatatable thead tr th {
        font-weight: 600 !important;
        font-size: 12px !important;
        color: #254e71;
    }*/


    tr th .Texboxclass {
        font-size: 12px !important;
    }
}

.profile_card_Cancel {
    background-color: #fceded;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}




/*.green {
    background-color: #EFF8FF !important;
}*/
.rowSelected {
    background-color: #EFF8FF !important;
}

table .dragcontainer .drag {
    background: #a5c6e1;
    font-size: 11px !important;
    /* font-family: Segoe UI; */
    color: #254e71 !important;
    text-align: center !important;
    width: auto;
    height: 45px;
}

.HoverBlue {
    color: #254e71 !important;
}

.dtlDatatable > tbody > .TableRow:hover .HoverBlue {
    display: none !important;
}

.WfhApprove, .WfhReject {
    visibility: hidden;
    height: 30px;
    width: 30px;
}

.dtlDatatable > tbody > .TableRow:hover .WfhApprove,
.dtlDatatable > tbody > .TableRow:hover .WfhReject {
    visibility: visible;
}

.dtlDatatable > tbody > .TableRow:hover .WfhApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .WfhReject {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .mobileApprove,
.dtlDatatable > tbody > .TableRow:hover .mobileReject {
    visibility: visible;
}

.mobileApprove, .mobileReject {
    visibility: hidden;
    height: 30px;
    width: 30px;
}

.dtlDatatable > tbody > .TableRow:hover .mobileApprove {
    display: inline-block !important;
}

.dtlDatatable > tbody > .TableRow:hover .mobileReject {
    display: inline-block !important;
}

.datepicker tbody tr > td span.year.focused, .datepicker tbody tr > td span.year.focused:hover, .datepicker tbody tr > td span.year.active:hover, .datepicker tbody tr > td span.year.active.focused:hover, .datepicker tbody tr > td span.year.active, .datepicker tbody tr > td span.hour.focused, .datepicker tbody tr > td span.hour.focused:hover, .datepicker tbody tr > td span.hour.active:hover, .datepicker tbody tr > td span.hour.active.focused:hover, .datepicker tbody tr > td span.hour.active, .datepicker tbody tr > td span.minute.focused, .datepicker tbody tr > td span.minute.focused:hover, .datepicker tbody tr > td span.minute.active:hover, .datepicker tbody tr > td span.minute.active.focused:hover, .datepicker tbody tr > td span.minute.active, .datepicker tbody tr > td span.month.focused, .datepicker tbody tr > td span.month.focused:hover, .datepicker tbody tr > td span.month.active:hover, .datepicker tbody tr > td span.month.active.focused:hover, .datepicker tbody tr > td span.month.active {
    background: #254e71;
    color: #ffffff;
}

.folder {
    background-image: url(../assets/media/Image/KendoLocation.png);
    background-position: center;
    background-size: cover;
}

.pdf {
    background-image: url(../assets/media/Image/KendoBuilding.png);
    background-position: center;
    background-size: cover;
}

#Aside_Img {
    background-size: 75% !important;
    background-image: url(../assets/media/Image/Login_screen.png) !important;
}
#Aside_Img_people {
    background-size: 75% !important;
   /* background-image: url(../assets/media/Image/aside_people.png) !important;*/
    background-image: url(../assets/media/Image//Login_screen.png) !important;
}

#Aside_Img_contractor {
    background-size: 75% !important;
    background-image: url(../assets/media/Image/Contractor_management.png) !important;
}
.Validation_TextBox {
    border-bottom: 1px solid red !important;
    border-radius: 0px !important;
}

.btnViewHistory {
    display: block;
}

.dataTables_wrapper .dataTable tbody .TableRow td.LogDeleted {
    color: red;
}

.datepicker tbody tr > td.day.new {
    color: #b5c8d9;
}

.datepicker tbody tr > td.day {
    color: #3F4254;
    font-weight: 400;
}

    .datepicker tbody tr > td.day.old {
        color: #b5c8d9;
    }

.k-list-container.k-popup-dropdowntree .k-widget.k-treeview {
    height: 150px !important;
    overflow-y: auto;
}

th.sortableHist {
    position: relative;
    cursor: pointer;
}

    th.sortableHist::before {
        font-family: FontAwesome;
        content: "\f0dc";
        position: absolute;
        left: 0px;
        color: #999;
    }

    th.sortableHist.asc::before {
        content: "\f0d8";
    }

    th.sortableHist.desc::before {
        content: "\f0d7";
    }

    th.sortableHist:hover::before {
        color: #333;
    }

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #F64E60;
    padding-right: calc(1.5em + 1.3rem);
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
    border-radius: 0.42rem;
    background: rgba(54, 153, 255, 0.12) !important;
    color: #254e71 !important;
}

.daterangepicker .ranges li:hover, .daterangepicker .ranges li.active {
    background-color: #F3F6F9;
    color: #254e71;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.daterangepicker .drp-calendar td.active {
    background-color: #254e71 !important;
    color: #FFFFFF !important;
    border-radius: 0.42rem;
}

.daterangepicker .ranges li {
    color: #97A8B7;
}

.applyBtn.btn-primary:disabled {
    opacity: 0.6;
    background-color: #254e71 !important;
    color: #FFFFFF !important;
}

/*#dropApplicationFilterType {
    height: 24px;
    font-size: 13px !important;
    display: block !important;
    width: 100%;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #bbc7d1 !important;
    color: #254e71 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background: url("../assets/plugins/custom/jstree/downarrow.png") no-repeat;
    background-position: 98% 48%;
}

    #dropApplicationFilterType:focus {
        outline: none;
        overflow-y: auto;
    }

        #dropApplicationFilterType:focus ~ .drop-label,
        #dropApplicationFilterType:not([value="X"]):valid ~ .drop-label {
            font-size: 12px !important;
            top: -23px !important;
            color: #97a8b7;
        }

    #dropApplicationFilterType:disabled:not([value="X"]) ~ .drop-label {
        top: -18px !important;
        font-size: 12px !important;
    }
*/
.tableFixHead thead, .tableFixHead tbody tr {
    display: table;
    table-layout: fixed;
    cursor: default !important;
}

#UlLeavType .Pagelabel {
    text-align: left !important;
}
body.modal-open {
    overflow-y: hidden !important;
}
.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #254e71 !important;
}
.form-control {
    padding: 0.375rem 0.75rem;
}
.fa-exclamation-circle.icon-md {
    font-size: 13px !important;
}
.iti-flag {
    display: none !important;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .selected-flag .iti-arrow {
    margin-left: 3px;
    width: 15px;
    height: 8px;
    border-left: 0;
    border-right: 0;
               border-top: 0;
    background-size: contain !important;
    background-position: center;
    background: url(../assets/plugins/custom/jstree/downarrow.png) no-repeat;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px !important;
}
/*---------------Contractor TimeLine-------------*/
.vis-inner {
border-top: 0px !important;
}

.vis-labelset .vis-label {
border-bottom: 1px solid #e6e4e4;
color: #4d4d4d;
left: 0;
top: 0;
width: 100%;
min-height:60px !important;
}

.vis-labelset .vis-label .vis-inner {
    display: block !important;
    padding: 5px;
}

.vis-time-axis .vis-text {
box-sizing: border-box;
color: #4d4d4d;
overflow: hidden;
padding: 3px;
position: absolute;
font-weight: 700;
white-space: nowrap;
text-transform: uppercase;
}

.vis-timeline {
border: 1px solid #F1F1F2 !important;
border-radius: .475rem !important
}

.vis-timeline .vis-foreground .vis-group {
    /* border-bottom: none ;*/
    border-bottom: 1px dashed #dbdfe957
}

.vis-timeline .vis-item {
    position: absolute;
    color: #4B5675 !important;
    border-color: #009ef7 !important;
    border-width: 1px;
    background-color: #F9F9F9 !important;
    border-radius: .475rem !important
}

    .vis-timeline .vis-item.vis-selected {
        background-color: #fff8dd !important;
        color: #4B5675 !important;
        border-color: #ffc700 !important
    }

    .vis-timeline .vis-item .vis-item-content {
        padding: .75rem 1rem;
        width: 100%;
        transform: none !important
    }

.vis-timeline .vis-time-axis {
    font-size: .95rem;
    text-transform: uppercase;
    font-weight: 500
}

    .vis-timeline .vis-time-axis .vis-text {
        color: #B5B5C3 !important
    }

    .vis-timeline .vis-time-axis .vis-grid.vis-minor {
        border-left-color: #DBDFE9 !important
    }

    .vis-timeline .vis-time-axis .vis-grid.vis-vertical {
        border-left-style: dashed !important
    }

.vis-timeline .vis-panel .vis-shadow {
    box-shadow: none !important
}

.vis-timeline .vis-panel.vis-bottom, .vis-timeline .vis-panel.vis-center, .vis-timeline .vis-panel.vis-left, .vis-timeline .vis-panel.vis-right, .vis-timeline .vis-panel.vis-top {
    border-color: #F1F1F2 !important
}

.vis-timeline .vis-current-time {
    background-color: #50cd89 !important
}

.vis-timeline-custom .vis-timeline {
border: 0 !important
}

.vis-timeline-custom .vis-timeline .vis-label {
    padding-left: 0 !important
}

.vis-timeline-custom .vis-panel.vis-bottom, .vis-timeline-custom .vis-panel.vis-center, .vis-timeline-custom .vis-panel.vis-left, .vis-timeline-custom .vis-panel.vis-right, .vis-timeline-custom .vis-panel.vis-top {
border: 0 !important
}

.vis-timeline-custom .vis-item {
background-color: transparent;
border: 0 !important;
border-radius: 0 !important
}

.vis-timeline-custom .vis-item .vis-item-content {
    padding: 0 !important
}
.clsOnlyViewRights.active {
    pointer-events: none;
}

    .clsOnlyViewRights.active input:not([type='button']), .clsOnlyViewRights.active select, .clsOnlyViewRights.active .select2-selection, .clsOnlyViewRights.active .btn.dropdown-toggle.btn-light {
        background-color: #F3F6F9 !important;
        border: 1px solid #E4E6EF;
        border-radius: 0.42rem;
    }


    .clsOnlyViewRights.active .navi-item, .clsOnlyViewRights.active .navi-header, button.clsOnlyViewRight.active, .clsOnlyViewRights.active .k-checkbox-wrapper, .AddButtonClass.clsOnlyViewRights.active, .clsOnlyViewRights.active input[type='button'], input[type='button'].clsOnlyViewRights.active, .clsOnlyViewRights.active i, .clsApproveComplince.clsOnlyViewRights.active, .clsRejectComplince.clsOnlyViewRights.active, .btn.btn-primary.clsUpdateComplienceBtn.clsOnlyViewRights.active ,.btn.btn-danger.btn-sm.clsOnlyViewRights.active, .btn.btn-success.btn-sm.clsOnlyViewRights.active {
        opacity: 0.6 !important
    }
.dataTables_wrapper .dataTable tbody tr.active.clsOnlyViewRights {
    background-color: transparent !important;
}
    .dataTables_wrapper .dataTable tbody tr.active.clsOnlyViewRights th, .dataTables_wrapper .dataTable tbody tr.clsOnlyViewRights.active td {
        background-color: transparent !important;
    }
.bg-diagonal:after {
    content: " ";
    width: 200%;
    height: 1000px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 73%;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background-color: #ffffff;
}

.clsBasicFeature, .clsStandardFeature {
    display: none;
}

.clsSubscribedFeature.clsLocked-b .clsBasicFeature {
    display: block;
}

.clsSubscribedFeature.clsLocked-b > div > div:not(.clsBasicFeature), .clsSubscribedFeature.clsLocked-b > div > div > label, .clsSubscribedFeature.clsLocked-b fieldset .row.form-group label, .clsSubscribedFeature.clsLocked-b legend ~ .row, .clsSubscribedFeature.clsLocked-b legend, .clsSubscribedFeature.clsLocked-b li {
    opacity: 0.6 !important;
    pointer-events: none !important;
}

.clsSubscribedFeature.clsLocked-b.clsTopFeature_Basic {
    display: none;
}

.clsSubscribedFeature.clsLocked-m.clsTopFeature_Standard {
    display: none;
}

.clsSubscribedFeature.clsLocked-m .clsStandardFeature {
    display: block;
}

.clsSubscribedFeature.clsLocked-m .makeStdDisable {
    opacity: 0.6 !important;
    pointer-events: none !important;
}
.tooltip {
    pointer-events: none !important;
}
div.k-treeview {
    height: calc(var(--vh, 1vh)* 37);
}
.popover-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 100;
    padding: 10px;
}
#timesheet-container {
    width: 100%;
}