/* ----------------------------------
Main Font    : Roboto
-------------------------------------
Table of contents
        
    01. Template default css
    02. Login
    03. Dashboard
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar   
    04. Responsive
*/

/*Material Calendar Custom*/
.c-btn {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    min-width: 88px;
    height: 34px;
    margin: 5px;
    padding: 0 8px;
    text-align: center;
    letter-spacing: .5px;
    border-radius: 2px;
    background: #F1F1F1;
    color: #393939;
    transition: background 200ms ease-in-out;
    box-shadow: 0 3.08696px 5.82609px 0 rgba(0, 0, 0, 0.16174), 0 3.65217px 12.91304px 0 rgba(0, 0, 0, 0.12435);
}

.c-btn--flat {
    background: transparent;
    margin: 5px;
    min-width: 52px;
}

.c-btn:hover {
    background: rgba(153, 153, 153, 0.2);
    color: #393939;
}

.c-btn:active {
    box-shadow: 0 9.6087px 10.78261px 0 rgba(0, 0, 0, 0.17217), 0 13.56522px 30.3913px 0 rgba(0, 0, 0, 0.15043);
}

.c-btn--flat, .c-btn--flat:hover, .c-btn--flat:active {
    box-shadow: none;
}

.opc04 {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.mg-b-0-force {
    margin-bottom: 0 !important;
}
/*End Material Caledar*/
.pdficon {
    height: 50px;
}

.not-allowed {
    cursor: not-allowed;
}

.bd-rd {
    border-radius: .25rem;
}

a, btn {
    cursor: pointer;
}

.mg-b-0-force {
    margin-bottom: 0 !important;
}

.inside-bdy {
    background: #e8e8e8;
}

.tx-danger {
    color: #ef4e53;
}

.bx-purple {
    border-bottom: 3px solid #2b4486;
}

.tx-purple {
    color: #2b4486;
}

.btn-purple {
    color: #fff;
    background: #3d65ca;
    border-color: #3d65ca;
}

.btn-white {
    color: #9b9b9b;
    background: #fff;
    border-color: #fff;
}

.btn-purple:hover {
    color: #fff;
    background: #3057b9;
    border-color: #3057b9;
}

.tx-primary {
    color: #1e8acb;
}

.tx-dark {
    color: #000000;
}

.tx-success {
    color: #0da20a;
}

.tx-failed {
    color: #fe0000;
}

.tx-gray {
    color: #9b9b9b;
}

.mg-t-2 {
    margin-top: 2px;
}

.mg-t-3 {
    margin-top: 3px;
}

.mg-t-8 {
    margin-top: 8px;
}
.mg-t-15 {
    margin-top: 15px;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-r-7 {
    margin-right: 7px;
}

.mg-r-20 {
    margin-right: 20px;
}

.mg-l-7 {
    margin-left: 7px;
}

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-l-25 {
    margin-left: 25px;
}

.mg-lr-5 {
    margin: 0 5px;
}

.mg-l--6 {
    margin-left: -6px;
}

.mg-l--15 {
    margin-left: -15px;
}

.mg-l--p7 {
    margin-left: -.7rem;
}

.pd-5-0 {
    padding: 5px 0;
}

.tx-18 {
    font-size: 18px;
}

.tx-20 {
    font-size: 20px;
}

.wd-24 {
    width: 24px;
}

.wd-100p {
    width: 100%;
}

.mn-wd-130 {
    min-width: 130px;
}

.wd-60 {
    width: 60px;
}

.wd-100 {
    width: 100px;
}

.wd-170 {
    width: 170px;
}

.wd-230 {
    width: 230px;
}

.wd-60 {
    width: 60px;
}

.bg-light-gray {
    background: #e2e2e2;
}

.validator {
    color: #f24b52;
    font-size: .775rem;
}

.text-danger {
    color: #f24b52;
}

.tx-error {
    font-size: .75rem;
    color: #ef4e53;
}

.tx-bold {
    font-weight: bold;
}

.tx-bold-force {
    font-weight: bold !important;
}

.th-nowrap tr th {
    white-space: nowrap;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.bd-rd-0 {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

/*Scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;
  border-radius: 5px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

textarea.form-control {
    resize: vertical;
    min-height: 30px;
}

.oblcttl {
    font-size: 1.25rem;
    color: rgba(0,0,0,0.5);
    line-height: 1rem;
}
/*Calendar*/
/*.datepicker{padding:0 10px;}*/
/*.dropdown.emplveddn:hover .dropdown-menu{display: block;margin-top:0;z-index:1000;}*/
.datepicker td, .datepicker th {
    color: #1e8acb;
}

.datepicker .next span, .datepicker .prev span {
    border-color: #1e8acb;
}

.datepicker .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.datepicker .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.datepicker .next span, .datepicker .prev span {
    color: #fff;
    border: solid #1e8acb;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.datepicker table tr th.dow {
    color: #1e8acb;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #d0d0d0;
    color: #000000;
}

    .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
        background-color: #d0d0d0;
        color: #000000;
    }

label, .control-label {
    font-weight: normal;
    margin-bottom: .1rem;
    color: #000;
    font-size: .835rem;
}

.notif-icon {
    width: 18px;
}

.badge-pill-nav {
    padding-right: 0.55em;
    padding-left: .55em;
    border-radius: 10rem;
}

.calwdgt {
    height: 422px;
    overflow-y: auto;
}

.bd-primary th {
    padding: 5px !important;
}

    .bd-primary th:hover {
        background: transparent !important;
    }

.tx-capi {
    text-transform: capitalize !important;
}

.prj-tl-desc {
    margin: .5rem 0;
}

    .prj-tl-desc h5 {
        font-weight: bold;
        color: #525252;
        font-size: 1rem;
    }

    .prj-tl-desc p {
        color: #9d9d9d;
    }
/*Login Start*/
.login-body {
    height: 100vh;
    position: relative;
    max-width: 100%;
}

.title-login {
    text-transform: uppercase;
    font-weight: bold;
    color: #1e8acb;
    font-size: 1.875rem;
}

    .title-login span {
        display: block;
        font-size: 2.5rem;
    }

.powered-login {
    color: #888888;
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: .715rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.login-box {
    position: relative;
}

.log-load {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
}

    .log-load img {
        position: absolute;
        top: 50%;
        left: 54%;
        transform: translate(-50%,-50%);
    }

@media (min-width:768px) {
    .bxlft, .bxrgt {
        margin: 0 .5rem;
    }
    .bxlft {
        margin-left: 0;
    }
    .bxrgt {
        margin-right: 0;
    }
    .login-body:before {
        content: '';
        position: absolute;
        top: 0;
        width: 90%;
        height: 75vh;
        background: url(../images/login-bg-image.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100%;
        z-index: -1;
        opacity: .7;
    }

    .login-box {
        background: #fff;
        box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
        min-height: 100%;
        width: 450px;
        max-width: 90%;
        margin: 0 5%;
        float: right;
        position: relative;
    }

    .log-tx-web {
        position: absolute;
        bottom: 50px;
        left: 5%;
    }

    .login-box-body {
        padding: 40px 80px;
    }
}

@media (max-width:980px) {
    .title-login {
        font-size: 1.5rem;
    }
}

@media (max-width:767px) {
    .rdoslct tr, .rdolvfor tr {
        display: flex;
    flex-flow: wrap;
    }
    .rdoslct tr td, .rdolvfor tr td {
    width: 50%;
}
    .bdbfr {
        border-top: 1px solid #d5d5d5;
        padding-top: 15px;
    }

    .col6 {
        width: 48%;
        margin-bottom: 10px;
    }

    .log-tx-web {
        display: none;
    }

    .login-box {
        background: #fff;
        box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
        min-height: 100%;
        width: 450px;
        max-width: 100%;
        margin: auto;
        float: none;
        position: relative;
    }

    .login-box-body {
        padding: 20px;
    }
}

.logo {
    height: 50px;
}

.emp-login {
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

    .emp-login:after {
        position: absolute;
        content: '';
        border: 1px solid #1e8acb;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
    }

.login-form {
    margin-top: 35px;
}
/*Login End */

.today-date {
    font-weight: bold;
    text-transform: uppercase;
    color: #2c4480;
    margin-left: 10px;
}

.content-title {
    font-weight: 700;
    font-size: 1.09375rem;
    text-transform: uppercase;
}

.tx-bold {
    font-weight: bold;
}

.tx-uc {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .tb-link {
        padding: 5px;
    }

    .tb-link-inner {
        display: none;
    }

    .tb-link img {
        margin-right: 10px;
    }

    .today-date {
        display: none;
    }

    .navbar-nav {
        border-left: 0;
    }
}

@media (min-width: 768px) {
    .tb-link {
        padding: 15px 20px;
    }
}

.tb-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

    .tb-link.active {
        background: #fff;
        border-bottom: 3px solid #2b4486;
        box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    }

    .tb-link:hover {
        background: #fff;
        box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    }

    .tb-link.bx-purple:hover {
        background: #fff;
        border-bottom: 3px solid #2b4486;
    }

    .tb-link.bx-success:hover {
        background: #fff;
        border-bottom: 3px solid #0da20a;
    }

    .tb-link.bx-failed:hover {
        background: #fff;
        border-bottom: 3px solid #fe0000;
    }

    .tb-link:last-child {
        margin-right: 0px;
    }

    .tb-link img {
        margin-right: 10px;
    }

.tb-link-inner {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1rem;
}

    .tb-link-inner span {
        display: block;
        font-size: .825rem;
        font-weight: 500;
        text-transform: none;
        color: #828282;
    }

.custom-tbl tr th {
    background: #e2e2e2;
    border-bottom: 1px solid #e6e6e6;
    color: #525252;
    border-top: 0 !important;
}

.rbread .bimg {
    margin-right: 15px;
    height: 22px;
}

.badge-default {
    color: #525252;
    background-color: #e2e2e2;
}

.bx-head img {
    height: 24px;
}

.bx-head h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2b4486;
    margin: 0 10px;
}

.bx-head span {
    font-weight: 500;
    color: #9b9b9b;
}

.searchbx {
    display: inline-block;
    width: 250px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .badge, .btn {
        margin-bottom: .5rem;
    }

    .searchbx {
        margin-bottom: .5rem;
    }
}

@media (max-width: 767px) {
}

.card-custom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
    margin-bottom: 15px;
}

.date-stip {
    padding: 5px 15px 5px 10px;
    color: #525252;
    background: url(../images/Tag.svg) no-repeat;
    background-size: 100% 100%;
}

    .date-stip img {
        height: 12px;
        margin-right: 5px;
    }

.card-body-custom {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px;
    width:100%;
}
.rmrkamnt{
    font-size:.875rem;
    margin-bottom:.35rem;
}

.card-body-custom p {
    margin-bottom: 10px;
    line-height: 1rem;
    font-size: 13px;
}

    .card-body-custom label {
        font-size: 1rem;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .05rem;
}

.custom-control-label::before {
    background: #fff;
}

.add-img {
    margin-top: 10px;
}

.add-img-inner {
    width: 35px;
    height: 35px;
    box-shadow: 0 0 2px #ccc;
    margin-left: -10px;
    border-radius: 50%;
}

.add-img-inner2 {
    width: 75px;
    height: 75px;
    box-shadow: 0 0 2px #ccc;
    margin-left: -20px;
    border-radius: 50%;
}

.add-img img:first-child {
    margin-left: 0px;
}

.card-custom .card-footer {
    background: transparent;
    border-color: #e2e2e2;
    background: #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    color: #525252;
}

    .card-custom .card-footer img {
        height: 22px;
    }

.dropdown-menu::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 10px;
    top: -10px;
    background: url(../images/arrow-up-blue.svg) no-repeat;
}

.dropover {
}

.drop-img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 50%;
    float: left;
}

.bd-b-1 {
    border-bottom: 1px solid #e5e5e5;
}

.title-drp {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #2b4486;
    font-weight: 700;
}

.title-drp-1 {
    padding: 10px 0;
    color: #2b4486;
    font-weight: 700;
    margin-bottom: 0;
}

.fegraph {
    width: 40px;
    margin-right: 7px;
}

.assign-count img {
    height: 20px;
}

.dropdown-body {
    padding: 5px 15px;
}

.inner-dropdown-body {
    padding: 10px;
}

.dropdown-menu {
}

.addbook img {
    width: 16px;
    height: 16px;
}

.target-cont span {
    font-size: 12px;
}


/* ============================================================== 
     # Login 
=================================================================== */
.form-body {
    background: url(../Images/login-bg.jpg) center;
    background-size: cover;
    height: 100vh;
}

    .form-body > .row {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        height: 100%;
    }

.img-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
    padding: 60px;
    text-align: center;
    z-index: 999;
}

    .img-holder h3 {
        color: #415ea9;
        margin-top: 40px;
        font-weight: 700;
        font-size: 43px;
    }

    .img-holder .bg {
        position: absolute;
        opacity: 1;
        left: 120px;
        bottom: 0;
        text-align: left;
        width: 50%;
        z-index: -1;
    }

.form-holder {
    margin-left: 60%;
    width: 100%;
}

    .form-holder .form-content {
        position: relative;
        z-index: 9999;
        max-width: 420px;
        text-align: center;
        background: white;
        justify-content: center;
        align-items: center;
        min-height: 100%;
    }

.form-content {
    margin-right: 100px;
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
}

    .form-content .form-items {
        display: inline-block;
        width: 100%;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .form-content .form-items img.logo {
            margin-top: 50px;
        }

    .form-content h3 {
        color: #fff;
        text-align: left;
    }

    .form-content .page-links {
        margin: 10px 0 50px;
    }

        .form-content .page-links a {
            position: relative;
            font-weight: 700;
            font-size: 19px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .form-content .page-links a:after {
                position: absolute;
                content: '';
                border: 1px solid #1e8acb;
                bottom: -8px;
                left: 40%;
                width: 47px;
            }

            .form-content .page-links a.active {
                font-weight: 700;
                color: #fff;
            }

    .form-content .form-items h6 {
        font-size: 12px;
        margin-top: 5px;
        display: inline-block;
    }

.form-button button {
    border-radius: 31px;
    background: white;
    padding: 5px 25px;
    border: 1px solid #bcbcbc;
    margin-top: 30px;
    cursor: pointer;
}

    .form-button button:hover {
        background: #d9d9d9;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

:focus {
    outline: none;
}

input[type="text"], input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    /*letter-spacing: 1px;*/
}

.input-effect {
    position: relative;
    width: 90%;
    margin: 10px 5%;
}

.effect-1 {
    border: 1px solid #ccc;
    padding: 7px 14px 9px;
    transition: 0.4s;
    text-transform: uppercase;
    font-size: 12px;
}

    .effect-1 ~ .focus-border:before,
    .effect-1 ~ .focus-border:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #3399FF;
        transition: 0.4s;
    }

    .effect-1 ~ .focus-border:after {
        top: auto;
        bottom: 0;
    }

    .effect-1 ~ .focus-border i:before,
    .effect-1 ~ .focus-border i:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #3399FF;
        transition: 0.6s;
    }

    .effect-1 ~ .focus-border i:after {
        left: auto;
        right: 0;
    }

    .effect-1:focus ~ .focus-border:before,
    .effect-1:focus ~ .focus-border:after {
        left: 0;
        width: 100%;
        transition: 0.4s;
    }

    .effect-1:focus ~ .focus-border i:before,
    .effect-1:focus ~ .focus-border i:after {
        top: 0;
        height: 100%;
        transition: 0.6s;
    }

/*Data Table*/
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #c8ced3 !important;
}
/*Spinning*/
#dvAssignments {
}

#dvProcessing {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}

.loader-custom {
    position: relative;
    width: 100%;
    height: 100%;
}

.loader-custom-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.btn-dropdwn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control {
    position: relative;
    display: inline-block;
    min-height: 1.3125rem;
    padding-left: .5rem;
}

.custom-control-label {
    font-weight: normal;
}

.min-wd-160 {
    min-width: 160px;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    height: 100px !important;
}

.tbl-scroll .dataTables_processing {
    display: block;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);
    width: 100%;
    margin-left: -50% !important;
    margin-top: -25px;
    padding-bottom: 20px;
    font-size: 1.2em;
    border: none;
    width: 100% !important;
}

.back {
    height: 14px !important;
    margin-right: 10px;
}

/*Range Slider*/
.value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;
    /* optional */
    font-weight: normal;
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    color: #333;
}

.price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px;
}

.price-range-both {
    display: none;
}

.value i {
    font-style: normal;
}

/*popup model*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #1e8acb;
    background-color: #1e8acb;
    border-radius: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
}

    .modal-header h5 {
        font-weight: bold;
    }

.card-group > .card {
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.cost-lpa {
    font-size: 32px;
    font-weight: bold;
    color: #1e8acb;
    line-height: 32px;
    margin-bottom: 15px;
}

.modal-body1 {
    padding: 0 15px;
}

.cost-lpa span {
    font-weight: normal;
    font-size: 22px;
    color: #9d9d9d;
    vertical-align: text-top;
}

.affect-box {
    color: #1e8acb;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

    .affect-box span {
        color: #9d9d9d;
        font-size: .875rem;
        display: block;
    }

.sal-cal-foot {
    padding: 10px 15px;
    background: #f2f2f2;
    margin-bottom: 15px;
}

.btn-fwd {
    padding: 1.2rem;
}

.sal-cal-foot h6 {
    font-weight: bold;
}

.sal-cal-foot h1 {
    font-weight: bold;
    color: #1e8acb;
    margin-bottom: 0;
    line-height: 2.1875rem;
}

.sal-cal-foot .fa {
    font-weight: bold;
    color: #525252;
}

.sal-cal-foot span {
    font-weight: bold;
    color: #525252;
    font-size: 20px;
}
/*Dashboard */
.hplnk {
    color: #fff;
}

    .hplnk:hover {
        color: #fff;
    }

.tx-175 {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.tx-0875 {
    font-size: .835rem;
    line-height: .8rem;
}

.tx-black {
    font-weight: 900;
}

.text-dark-op {
    color: rgba(0,0,0,0.5);
}

.bd-btm-black-tp {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.bd-rgt-aftr {
    position: relative;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.bd-rgt-aftr:after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.1);
}

.bg-primary-grad {
    background-image: linear-gradient(to right, #10a1d6, #2baddf, #3eb8e9, #4ec4f2, #5dd0fc);
}

.bg-success-grad {
    background-image: linear-gradient(to right, #09c8b8, #24cec1, #35d4ca, #43d9d2, #50dfdb);
}

.bg-warning-grad {
    background-image: linear-gradient(to right, #d9a10c, #e0a324, #e6a634, #eca942, #f1ac4f);
}

.bg-danger-grad {
    background-image: linear-gradient(to right, #e7657f, #ea5f75, #ed596a, #ee535f, #ef4e53);
}

.viewdtlwdgt a {
    padding-right: 15px;
    text-transform: uppercase;
    color: #9b9b9b;
    font-weight: bold;
}

    .viewdtlwdgt a:hover {
        color: #1e8acb;
    }

.dmd img, .dmd .dmd-inner {
    display: inline-block;
    vertical-align: middle;
}

.dmd img {
    margin-right: 5px;
}

.dmd-inner {
    font-size: .85rem;
    color: #9d9d9d;
    text-transform: uppercase;
    line-height: 1rem;
}

    .dmd-inner span {
        font-size: .85rem;
        color: #525252;
        display: block;
    }

    .dmd-inner #body_lblTodays {
        font-size: .85rem;
        color: #1e8acb;
        display: block;
    }

.workingtime {
    font-size: 1.85rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #525252;
}

    .workingtime div {
        display: inline-block;
    }

    .workingtime #divClockFormat {
        font-size: .875rem;
        color: #1e8acb;
        font-weight: normal;
    }

    .workingtime span {
        font-size: .875rem;
        color: #1e8acb;
        font-weight: normal;
        margin-left: 3px;
    }

.mrkattbtm {
    padding: 2px 0 0;
}

.chkintime {
    line-height: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .chkintime img, .chkintime .chkintime-inner {
        display: inline-block;
    }

    .chkintime img {
        margin-right: 3px;
        vertical-align: top;
    }

    .chkintime .chkintime-inner {
        color: #1e8acb;
        text-transform: uppercase;
        line-height: 1rem;
    }

        .chkintime .chkintime-inner span {
            display: block;
        }

.chkdbtn {
    font-weight: bold;
}

.chkintime .chkintime-inner a {
    font-weight: bold;
    display: block;
}

.chkouttime {
    line-height: 1rem;
    margin-top: 10px;
}

    .chkouttime img, .chkouttime .chkouttime-inner {
        display: inline-block;
    }

    .chkouttime img {
        margin-right: 3px;
        vertical-align: top;
    }

    .chkouttime .chkouttime-inner {
        color: #525252;
        line-height: 1rem;
    }

        .chkouttime .chkouttime-inner a {
            font-weight: bold;
            display: block;
            text-transform: uppercase;
        }

.tmap {
    height: 180px;
    margin-bottom: 40px;
}
/*Progressbar tooltip*/
.stmr1 {
    position: relative;
}

    .stmr1:after {
        position: absolute;
        content: '';
        width: 12px;
        height: 5px;
        right: -12px;
        top: 0;
        background: #f0f3f5;
    }

.stmr .progress {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: .65625rem;
    background-color: #f0f3f5;
    border-radius: 0;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #f00;
}

.red-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #f00;
}
/*.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.stmr .tooltip{ 
  position:relative;
  float:right;
}
.tooltip > .tooltip-inner {background-color: transparent; padding:4px 15px; color:#9d9d9d; font-size:.875rem;}
.popOver + .tooltip > .tooltip-arrow {	border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #eebf3f;}
.prgchk{
  border-radius:0;
  overflow:visible;
      height: 4px;
}
.prgchk .tooltip .arrow:before{border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #eebf3f;}
.prgchk .progress-bar-custom{
   background:#1e8acb; 
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}

.prgchk .arrow::before, prgchk .bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color:#1e8acb;
}*/
.cb-header-widget {
    display: inline-block;
    background-image: url(../images/Patch-blue.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    font-size: .8rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    padding: 4px 20px 4px 10px;
}

.custom-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.cal-dwdn {
}

    .cal-dwdn .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .cal-dwdn .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }

.onleave {
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
}

    .onleave h6 {
        text-transform: uppercase;
    }

        .onleave h6 span {
            color: #1e8acb;
        }

    .onleave .dropdown-body {
        padding: 1rem;
        min-width: 220px;
    }

.drpheader {
    padding-bottom: 7px;
    margin-bottom: 10px;
    color: #525252;
    font-size: .875rem;
    border-bottom: 1px solid #e2e2e2;
}

    .drpheader img {
        width: 10px;
        margin-right: 5px;
        vertical-align: inherit;
    }

.lvdetail .lve-emp-dtl {
    font-size: .875rem;
    line-height: 1.1rem;
    margin: .5rem 0;
    font-weight: bold;
    color: #1e8acb;
    text-transform: uppercase;
}

    .lvdetail .lve-emp-dtl span {
        font-size: .825rem;
        font-weight: 400;
        color: #9d9d9d;
        display: block;
    }

.emp-avatar {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 5px 5px 0;
}

    .emp-avatar > img {
        max-width: 100%;
        height: auto;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

    .emp-avatar .emp-status {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 12px;
        height: 12px;
        border: 1px solid #fff;
        border-radius: 50%;
    }

.wd-190 {
    width: 190px;
}

.cb-header-widget-event {
    display: inline-block;
    background-image: url(../images/Patch-red.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    font-size: .875rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 25px 7px 15px;
}

.ev-date {
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin-right: 5px;
    color: rgba(0,0,0,0.5);
}

.daymonth span {
    display: block;
}

.ev-day {
    color: rgba(0,0,0,0.5);
}

.card-event {
    background: url(../images/bday-bg-image.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.wdgt-ev-date {
    background: url(../images/Patch-red.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    width: 220px;
    padding: 5px 20px;
    margin: 20px auto 25px;
}

    .wdgt-ev-date span {
        display: block;
    }

    .wdgt-ev-date .ev-day {
        color: #fff;
        text-transform: uppercase;
        font-size: .95rem;
        line-height: 1rem;
        font-weight: bold;
    }

    .wdgt-ev-date .ev-month-year {
        color: #fff;
        text-transform: uppercase;
        font-size: .825rem;
        font-weight: bold;
    }

.carousel-inner img {
    max-width: 100%;
    max-height: 100%;
}

.slide-event {
    padding: 15px;
}

    .slide-event .carousel-inner .carousel-item .slide-img {
        margin: 0 40px;
        height: 180px;
        display: block;
        text-align: center;
    }

    .slide-event .carousel-inner .carousel-item img {
        border-radius: .25rem;
        box-shadow: 0px 0px 8px #a5a4a4;
    }

    .slide-event .carousel-control-prev-icon, .slide-event .carousel-control-next-icon {
        background: #d9d9d9;
        background-size: 100% 100%;
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 4px;
        opacity: 1;
    }

        .slide-event .carousel-control-prev-icon:hover, .slide-event .carousel-control-next-icon:hover {
            background: #1e8acb;
        }

    .slide-event .carousel-control-prev, .slide-event .carousel-control-next {
        opacity: 1;
    }

        .slide-event .carousel-control-prev .fa, .slide-event .carousel-control-next .fa {
            opacity: 1;
            font-size: 20px;
            line-height: 30px;
            vertical-align: -webkit-baseline-middle;
        }

    .slide-event .carousel-control-prev {
        left: -10px;
    }

    .slide-event .carousel-control-next {
        right: -10px;
    }

.carousel-caption-emp {
    text-align: center;
    margin-top: 15px;
}

    .carousel-caption-emp .emp-name {
        color: #01baf2;
        font-size: 1.05rem;
        font-weight: bold;
        text-transform: uppercase;
    }

    .carousel-caption-emp .emp-code {
        color: #000;
        text-transform: uppercase;
        font-size: .865rem;
        font-weight: bold;
    }

    .carousel-caption-emp .emp-desc {
        color: #525252;
        font-size: .835rem;
        min-height: 60px;
        padding: 0px 10px;
    }

.lve-status {
    margin-right: 10px;
}

.leave-request {
    padding: 12px 0;
    border-bottom: 1px dashed #dfdfdf;
}

    .leave-request:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .leave-request:first-child {
        padding-top: 0;
    }

.lve-desc .lve-req-desc {
    color: #000000;
    font-size: .85rem;
    line-height: 1.15rem;
}

    .lve-desc .lve-req-desc span {
        display: block;
        color: #939393;
        margin-bottom: 2px;
        text-transform: uppercase;
        font-size: .835rem;
        line-height: 1.15rem;
        margin-top: -2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.wd-75 {
    width: 75px;
}

.ccb-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #1e8acb;
    margin-bottom: 7px;
}

    .ccb-title i {
        margin-right: 10px;
        font-weight: bold;
    }

.all-emp {
    display: none;
}

.card-wd-100 {
    width: 100%;
}

.card {
    width: 100%;
}

.prj-header-widget {
    display: inline-block;
    background-image: url(../images/Patch-green.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    font-size: .85rem;
    color: #fff;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding: 5px 20px 5px 10px;
}

#body_upProject {
    width: 100%;
}

#body_UpUpdates {
    width: 100%;
}

.project-create-date {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 10px;
}

    .project-create-date span {
        display: block;
    }

.prj-cr-date {
    font-size: .825rem;
    color: #888888;
}

.prj-str-date {
    color: #1e8acb;
    font-size: .875rem;
    margin-right: 15px;
}

.custom-card-group .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    box-shadow: none;
}

    .custom-card-group .card .card-body {
        padding: 15px;
    }

.bdg-widget {
    margin-left: 10px;
}

    .bdg-widget span {
        display: block;
    }

    .bdg-widget .main-ttle {
        font-size: .975rem;
        line-height: 1rem;
        font-weight: bold;
        color: #1e8acb;
    }

    .bdg-widget .sub-ttle {
        font-size: .775rem;
        line-height: .775rem;
        margin-bottom: .25rem;
        color: #888888;
        text-transform: uppercase;
    }

@media (min-width:768px) {
    .custom-card-group .card:first-child {
        border-left: 0;
    }

    .custom-card-group .card:last-child {
        border-right: 0;
    }

    .custom-card-group .card:first-child .card-body {
        padding-left: 0;
    }

    .custom-card-group .card:last-child .card-body {
        padding-right: 0;
    }

    .proj-section .card {
        box-shadow: none;
        position: relative;
    }

    .proj-section .crd-lft {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .proj-section .crd-lft:after {
            content: '';
            position: absolute;
            top: 0;
            right: -10px;
            width: 10px;
            height: 100%;
            background: #fff;
        }

    .proj-assig {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .proj-assig:before {
            /*content:'';
    position: absolute;
    top: 0;
    left: -10px;
    width:10px;
    height:100%;
    border-left:1px solid #d9d9d9;*/
        }
}

.proj-section {
    /*background:#fff;*/
}

.proj-assig {
    /*background:#f1f1f1;*/
    position: relative;
}

    .proj-assig .nav-tabs {
        border-bottom: 1px solid #d5d5d5;
    }

    .proj-assig .tab-content {
        margin-top: 0;
        border: 0;
        border-radius: 0;
        /*background: #f1f1f1;*/
    }

    .proj-assig .nav-tabs .nav-item {
        margin-bottom: 0;
        margin-right: 20px;
    }

        .proj-assig .nav-tabs .nav-item:last-child {
            margin-right: 0px;
        }

.proj-assign-item {
    text-align: center;
    display: inline-block;
    margin: 10px;
}

    .proj-assign-item:first-child {
        margin-left: 0;
    }

    .proj-assign-item:last-child {
        margin-right: 0;
    }

    .proj-assign-item span {
        display: block;
    }

.proj-assig .tab-content .tab-pane {
    padding: 0rem;
}

.proj-assign-item .proj-emp-name {
    font-size: .925rem;
    font-weight: bold;
    color: #1e8acb;
    text-transform: uppercase;
    margin-top: .5rem;
}

.proj-assign-item .proj-emp-role {
    color: #888888;
    line-height: 1rem;
}

.proj-avatar {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
}

    .proj-avatar > img {
        max-width: 100%;
        height: auto;
        border-radius: 50%;
        width: 70px;
        height: 70px;
    }

    .proj-avatar .proj-assign-status {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 20px;
        height: 20px;
        border: 4px solid #fff;
        border-radius: 50%;
    }

.proj-assig .nav-tabs .nav-link {
    color: #9d9d9d;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid transparent;
    padding: .5rem 0;
    font-size: .835rem;
}

    .proj-assig .nav-tabs .nav-link.active, .proj-assig .nav-tabs .nav-item.show .nav-link {
        color: #1f8bcc;
        /*background-color: #f1f1f1;*/
        border: 0;
        border-bottom: 1px solid #1f8bcc;
    }

@media (max-width: 991.98px) {
    .annc-news-ticker {
        display: none;
    }
}

@media (min-width:1024px) {
    .annc-news-ticker {
        width: 58%;
    }
}

@media (min-width:1439px) {
    .annc-news-ticker {
        width: 70%;
    }
}

@media (max-width:991px) {
    .annnc {
        display: none !important;
    }
}

@media (max-width:1200px) {
    .annnc {
        max-width: 560px;
        overflow: hidden;
    }
}
/*Progess*/
.progress-custom {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress-custom {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

    .progress-custom:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 5px solid #e0e0e0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress-custom > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress-custom .progress-left {
        left: 0;
    }

    .progress-custom .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 5px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress-custom .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress-custom .progress-right {
        right: 0;
    }

        .progress-custom .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: loading-1 1.8s linear forwards;
        }

    .progress-custom .progress-value {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: #fff;
        font-size: 14px;
        color: #3dda8b;
        line-height: 45px;
        text-align: center;
        position: absolute;
        top: 5%;
        left: 5%;
    }

    .progress-custom.primary .progress-bar {
        border-color: #1e8acb;
    }

    .progress-custom.primary .progress-left .progress-bar {
        animation: loading-3 1s linear forwards 1.8s;
    }

    .progress-custom.blue .progress-bar {
        border-color: #049dff;
    }

    .progress-custom.blue .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.8s;
    }

    .progress-custom.yellow .progress-bar {
        border-color: #fdba04;
    }

    .progress-custom.yellow .progress-left .progress-bar {
        animation: loading-3 1s linear forwards 1.8s;
    }

    .progress-custom.pink .progress-bar {
        border-color: #ed687c;
    }

    .progress-custom.pink .progress-left .progress-bar {
        animation: loading-4 0.4s linear forwards 1.8s;
    }

    .progress-custom.green .progress-bar {
        border-color: #3dda8b;
    }

    .progress-custom.green .progress-left .progress-bar {
        animation: loading-5 1.2s linear forwards 1.8s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress-custom {
        margin-bottom: 20px;
    }
}

.mn-ht-80vh {
    min-height: 87vh;
}

.cb-header {
    display: inline-block;
    background-image: url(../images/Patch-blue.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    padding: 7px 25px 7px 15px;
}
.cb-headerRed {
    display: inline-block;
    background-image: url(../images/PatchRed.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .825rem;
    margin-top: 0;
    padding: 4px 20px 4px 10px;
}

.e-sub-title {
    color: #8c8c8c;
}

.e-value-title {
    text-transform: uppercase;
    color: #525252;
    font-weight: bold;
    font-size: 15px;
}

.gtotat {
    background: #1f8aca;
    color: #fff;
}

.g-sub-title {
    font-weight: bold;
    text-transform: uppercase;
}

.g-value {
    font-size: 28px;
    font-weight: bold;
}

    .g-value i {
        font-size: 18px;
    }

.bd-hr {
    height: 1px;
    background: #dfdfdf;
    width: 100%;
    margin: 7px 0;
}

.d-flex {
    display: flex;
}

.btn-secondary {
    color: #fff;
    background-color: #939393;
    border-color: #939393;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #777;
        border-color: #777;
    }

.dis-field {
    border: 1px solid #d0d0d0;
    padding: 5px 10px;
    display: block;
    width: 100%;
    font-size: .83rem;
    line-height: 1.42857143;
    color: #525252;
    border-radius: 3px;
    background: #dcdcdc;
    white-space: nowrap;
    box-sizing: border-box;
}

.primary-dis-field {
    border: 1px solid #1f8aca;
    padding: 5px 10px;
    display: block;
    width: 100%;
    font-size: .83rem;
    line-height: 1.42857143;
    color: #fff;
    border-radius: 3px;
    background: #1f8aca;
}

.dis-bg-primary {
    background: #1f8aca !important;
    border: 1px solid #1f8aca !important;
    color: #fff !important;
}

.success-dis-field {
    border: 1px solid #79cb1e;
    padding: 5px 10px;
    display: block;
    width: 100%;
    font-size: .83rem;
    line-height: 1.42857143;
    color: #fff;
    border-radius: 3px;
    background: #79cb1e;
}

.dis-bg-success {
    background: #79cb1e !important;
    border: 1px solid #79cb1e !important;
    color: #fff !important;
}

.warning-dis-field {
    border: 1px solid #e9b114;
    padding: 5px 10px;
    display: block;
    width: 100%;
    font-size: .83rem;
    line-height: 1.42857143;
    color: #fff;
    border-radius: 3px;
    background: #e9b114;
}

.teal-dis-field {
    border: 1px solid #0ebba8;
    padding: 5px 10px;
    display: block;
    width: 100%;
    font-size: .83rem;
    line-height: 1.42857143;
    color: #fff;
    border-radius: 3px;
    background: #0ebba8;
}

.page-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

    .page-title img {
        height: 26px;
    }

.card-custom {
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    border: 0;
}

.head-title-inner {
    text-transform: uppercase;
    color: #1e8acb;
    font-weight: 700;
    font-size: 22px;
}
.btnicn {
    height: calc(1.9123rem + 0px);
    position:relative;
}
    .btnicn i {
        line-height: 1.7;
    }
.mnwd70{min-width:70px;}
/*Custom Table border Start*/
.custom-table-bordered {
    border: 1px solid #fff;
}
    .custom-table-bordered tr td {
        font-size: .875rem;
    }
    .custom-table-bordered tr th {
        background-color: #1e8acb;
        color: #fff;
        padding: .35rem .45rem;
        font-weight: normal;
        text-transform: uppercase;
        font-size: .835rem !important;
    }

    .custom-table-bordered > thead > tr > th, .custom-table-bordered > tbody > tr > th, .custom-table-bordered > tfoot > tr > th, .custom-table-bordered > thead > tr > td, .custom-table-bordered > tbody > tr > td, .custom-table-bordered > tfoot > tr > td {
        border: 1px solid #fff;
        vertical-align: middle;
    }

    .custom-table-bordered tr:nth-child(even) {
        background: #eee;
    }

    .custom-table-bordered tr:nth-child(odd) {
        background: #ddd;
    }

    .custom-table-bordered tr:hover {
        background: #ecf3f7;
    }
    .custom-table-bordered tr td a{
        font-weight:bold;
    }

.custom-row {
    margin-right: -3px;
    margin-left: -3px;
}

    .custom-row .col-sm-1, .custom-row .col-sm-2, .custom-row .col-sm-3, .custom-row .col-md-2, .custom-row .col-md-3, .custom-row .col-lg-1, .custom-row .col-lg-2, .custom-row .col-xl-1, .custom-row .col-xl-2 {
        padding-right: 3px;
        padding-left: 3px;
    }
/*Calendar icon in text field*/
.cal-bx {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-align: center;
    position: relative;
}

.down-stip-warning:after {
    content: url('../images/dn-arw-yellow.svg');
    position: absolute;
    bottom: -18px;
    left: 48%;
    transform: translateX(-50%);
}

.down-stip-success:after {
    content: url('../images/dn-arw-green.svg');
    position: absolute;
    bottom: -18px;
    left: 48%;
    transform: translateX(-50%);
}

.down-stip-primary:after {
    content: url('../images/dn-arw-blue.svg');
    position: absolute;
    bottom: -18px;
    left: 48%;
    transform: translateX(-50%);
}

.cal-success {
    background: #23be08;
    color: rgba(255,255,255,0.9);
}

.cal-warning {
    background: #ebb401;
    color: rgba(255,255,255,0.9);
}

.cal-primary {
    background: #1e8acb;
    color: rgba(255,255,255,0.9);
}

.cal-secondary {
    background: #939393;
    color: rgba(255,255,255,0.9);
}

.cal-mmyy {
    padding: 10px 5px 5px;
    text-transform: uppercase;
    font-size: .925rem;
}

    .cal-mmyy span {
        display: block;
        line-height: 1.2rem;
    }

.cal-footer {
    background: rgba(0,0,0,0.25);
    text-transform: uppercase;
    font-size: .725rem;
    padding: 2px;
    line-height: 1rem;
    height: 20px;
}

.msal > .msalttl, .msal > .msalttl span {
    font-size: 1.1rem;
    font-weight: bold;
    color: #1e8acb;
    text-transform: uppercase;
    line-height: 1.5rem;
    display: inline-block;
}

.msal {
    font-size: 1rem;
    font-weight: bold;
    color: #1e8acb;
    text-transform: uppercase;
    line-height: 1.5rem;
}

    .msal span {
        font-size: .875rem;
        color: #939393;
        display: block;
        line-height: 1.2rem;
        font-weight: 400;
        text-transform: capitalize;
    }

.msal-per {
    font-size: 3rem;
    color: #dfdfdf;
    font-weight: bold;
}

.gsal-ssub-head {
    color: #939393;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: .825rem;
}

.gsal-val {
    margin-bottom: 0;
}

.inc-emp {
    font-size: .925rem;
    font-weight: bold;
    color: #23be08;
}

.dec-emp {
    font-size: .925rem;
    font-weight: bold;
    color: #ef4e53;
}

.bd-clearfix {
    height: 1px;
    background: #dfdfdf;
    display: block;
    clear: both;
}

.tx-danger {
    color: #ef4e53;
}

.tx-danger-force {
    color: #ef4e53 !important;
}

.tx-secondary {
    color: #939393;
}

.gsal-bx {
    border: 1px solid #1e8acb;
    border-radius: .25rem;
    padding: 10px;
}

.salnotif-head {
    font-size: .925rem;
    font-weight: bold;
    color: #1e8acb;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

    .salnotif-head span {
        font-size: .85rem;
        display: block;
        color: #939393;
        font-weight: 400;
    }

.monyr {
    font-size: 1.2rem;
    color: #1e8acb;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2rem;
    display: inline-block;
    vertical-align: middle;
}

    .monyr .monyr-hd {
        font-size: 1.2rem;
        color: #1e8acb;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.2rem;
        vertical-align: middle;
    }

    .monyr span {
        font-size: .875rem;
        font-weight: 400;
        text-transform: capitalize;
        color: #939393;
        display: block;
    }

    .monyr .monyr-dc {
        font-size: .875rem;
        font-weight: 400;
        text-transform: capitalize;
        color: #939393;
        display: block;
    }

        .monyr .monyr-dc span {
            display: inline-block;
        }

.lthrs {
    font-size: .925rem;
    color: #939393;
    margin-left: 4px;
}

.hdpp {
    vertical-align: super;
    margin-left: 3px;
}

.calendaricon { /*position: relative;*/
}

.pt-img {
    height: 30px;
}

.sbttlinf {
    color: #525252;
    font-weight: 400;
    font-size: .875rem;
    margin-left: 5px;
}

.calendaricon input[type=text] {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right 7px bottom 7px;
}

.card-group > .card {
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.cal-icon-left input[type=text], .cal-icon-left select {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left 7px bottom 7px;
    padding-left: 25px;
}

.cal-icon-right input[type=text], .cal-icon-right select {
    background-image: url(../images/cal-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right 7px bottom 7px;
    padding-right: 25px;
}

.search-icon-left input[type=text] {
    background-image: url(../images/search_gray.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left 7px bottom 7px;
    padding-left: 25px;
}

.search-icon-right input[type=text] {
    background-image: url(../images/search_gray.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right 7px bottom 7px;
    padding-right: 25px;
}

.inr-icon-left {
    background-image: url(../images/rupee-black.svg);
    background-repeat: no-repeat;
    background-size: 11px 11px;
    background-position: left 10px bottom 10px;
    padding-left: 25px;
}

.table {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .bdr-rgt-aftr > div {
        border-right: 1px solid #dfdfdf;
    }

        .bdr-rgt-aftr > div:last-child {
            border-right: 0;
        }

    .card-group > .card:first-child {
        border-left: 0;
    }

        .card-group > .card:first-child .card-body {
            /*margin-left:-1.25rem;*/
        }

    .card-group > .card:last-child {
        border-right: 0;
    }

        .card-group > .card:last-child .card-body {
            /*margin-right:-1.25rem;*/
        }
}

.notif {
    overflow-x: hidden;
}

    .notif a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.u-prof {
    width: 260px;
    margin: 10px 0;
}

    .u-prof img {
        width: 90px;
        height: 90px;
    }

.UserName {
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}

.UserCode {
    color: #939393;
}

.UserEditProf {
    margin-top: 10px;
    font-weight: bold;
}

    .UserEditProf .btn {
        font-weight: bold;
        text-transform: capitalize;
    }

.drpdwn-footer {
    padding: 10px 15px;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-color: rgba(0,0,0,.1);
}

.btn-defalut-custom {
    color: #525252;
    background: #f8f8f8;
    border: 1px solid #d5d5d5;
    text-transform: capitalize;
    font-weight: bold;
}

    .btn-defalut-custom:hover {
        color: #000;
        background: #e5e5e5;
        border: 1px solid #c6c6c6;
    }

.cb-header {
    display: inline-block;
    background-image: url(../images/Patch-blue.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .825rem;
    margin-top: 0;
    padding: 4px 20px 4px 10px;
}

.cb-header-dft {
    display: inline-block;
    background-image: url(../images/gray-Patch.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    color: #525252;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .825rem;
    margin-top: 0;
    padding: 4px 20px 4px 10px;
}

.slry-bx-bg-outer {
    background: #eeeeee;
    width: 100%;
}

.slry-bx-outer {
    width: 100%;
}

.slry-bx {
}

.slry-bx-bg {
    background: #eeeeee;
    width: 100%;
}

.e-sub-title {
    color: #8c8c8c;
}

.e-value-title {
    text-transform: uppercase;
    color: #525252;
    font-weight: bold;
    font-size: 15px;
}

.gtotat {
    background: #1f8aca;
    color: #fff;
}

.g-sub-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .825rem;
}

.g-value {
    font-size: 26px;
    font-weight: bold;
    line-height: 2rem;
}

    .g-value i {
        font-size: 18px;
        line-height: 2rem;
        vertical-align: bottom;
    }

.bd-hr {
    height: 1px;
    background: #dfdfdf;
    width: 100%;
    margin: 3px 0;
}

.reqItem {
    cursor: pointer;
}

.cmn-req img {
    display: block;
    margin: 0 auto 5px;
}

.badge-custom {
    display: inline-block;
    min-width: 10px;
    padding: 5px 14px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .75rem;
}

.lblrg {
    font-size: .775rem;
    color: #939393;
}

.vludta {
    font-size: .825rem;
    color: #525252;
}

.vludta1 {
    font-size: .825rem;
    color: #525252;
}

.slist {
    border-top: 1px solid #d5d5d5;
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.badge-cstm {
    display: inline-block;
    padding: .30rem .5rem;
    font-size: .725rem;
    line-height: 1.5;
    border-radius: .2rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: 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;
}

.fileupload {
    padding: 20px;
    border: 2px dashed #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

    .fileupload input {
        position: absolute;
        opacity: 0;
        right: 0;
        top: 0;
        cursor: pointer;
        height: 100%;
        width: 100%;
    }

.drag-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

    .drag-title > span {
        display: block;
    }
/*Notifications */
.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    min-height: 100%;
}

    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }

.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
}

    .modal-dialog-slideout .modal-header h5 {
        float: left;
    }

.gridnav {
    padding: 0;
    width: 320px;
}

    .gridnav .dirli {
        padding: 1px;
        display: inline-block;
        vertical-align: top;
        color: #000;
        z-index: 999;
    }

        .gridnav .dirli .diritm {
            text-align: center;
            outline: none;
            display: block;
            height: 85px;
            width: 102px;
            padding: 10px 5px;
            border: 1px solid transparent;
            margin: 5px 0;
            border-radius: 0.15rem;
        }

            .gridnav .dirli .diritm:hover {
                border: 1px solid #e2e2e2;
            }

            .gridnav .dirli .diritm .navimg {
                height: 40px;
                margin-bottom: 5px;
            }

            .gridnav .dirli .diritm .navname {
                font-size: .875rem;
                color: #525252;
                display: block;
                text-align: center;
            }

#NotifSidenav, #JumpSidenav {
    padding-right: 0 !important;
}

.modal-sml {
    width: 360px;
    max-width: 100%;
}

.jmprsn-body {
    padding: 15px 10px;
}

.jumpgridnav {
    padding: 0;
}

    .jumpgridnav .dirli {
        padding: 1px;
        display: inline-block;
        vertical-align: top;
        color: #000;
        z-index: 999;
    }

        .jumpgridnav .dirli .diritm {
            text-align: center;
            outline: none;
            display: block;
            height: 85px;
            width: 109px;
            padding: 10px 5px;
            border: 1px solid transparent;
            margin: 5px 0;
            border-radius: 0.25rem;
        }

            .jumpgridnav .dirli .diritm:hover {
                border: 1px solid #e2e2e2;
            }

            .jumpgridnav .dirli .diritm .navimg {
                height: 36px;
                margin-bottom: 10px;
            }

            .jumpgridnav .dirli .diritm .navname {
                font-size: .825rem;
                color: #525252;
                display: block;
                font-weight: normal;
                text-align: center;
                line-height: 1rem;
            }

.activeuser {
    background: #e2e2e2;
}

.ddhgt {
    max-height: 90vh;
    overflow-y: auto;
}

.dropdown-header-custom {
    border-bottom-color: #d2d2d2;
    background-color: #d5d5d5;
    border-radius: 0;
    padding: 10px 15px;
    position: relative;
}

    .dropdown-header-custom h6 {
        margin-bottom: 0;
        line-height: 1.5rem;
    }

.rsn-body {
    padding: 15px;
}

    .rsn-body a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        padding: 10px 0px;
        border-bottom: 1px solid #e2e2e2;
        font-size: .875rem;
        display: block;
        width: 100%;
        clear: both;
        font-weight: 400;
        color: #838383;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
    }

        .rsn-body a:hover {
            color: #1e8acb;
            text-decoration: none;
            background-color: transparent;
        }

        .rsn-body a i {
            display: inline-block;
            width: 24px;
            height: 24px;
            padding: 5px;
            border-radius: 50%;
            margin-right: 8px;
            text-align: center;
            background: #d5d5d5;
            color: #525252;
            font-size: .8125rem;
        }

        .rsn-body a:hover i {
            background: #1e8acb;
            color: #fff;
        }

        .rsn-body a:first-child {
            padding-top: 0;
        }

        .rsn-body a:last-child {
            border-bottom: 0;
        }

.allnoti {
    font-weight: bold !important;
    color: #1e8acb !important;
}

@media screen and (max-height: 450px) {
    .rsidenav {
        padding-top: 0px;
    }
}

.jump-btn {
    background: #fff;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    position: relative;
}

    .jump-btn:hover {
        background: #dfdfdf;
    }

    .jump-btn img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 16px;
    }

.jumpnav {
    margin: 0 20px;
}

.input-group1 {
    display: table;
    border-collapse: separate;
}

    .input-group1 .form-control {
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group1 .form-control, .input-group-addon, .input-group-btn {
        display: table-cell;
    }
/*Forgot Password*/
.fp-desc {
    color: #939393;
    margin: 30px 0 0;
    line-height: 1.5rem;
}
/*Calendar*/
.ajax__calendar {
    z-index: 9999 !important;
}

.ajax__calendar_title {
    color: #1e8acb;
    font-size: .825rem;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.ajax__calendar_container {
    font-size: .825rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.ajax__calendar_header {
    border-bottom: 1px solid #e2e2e2;
}

.ajax__calendar_container TD {
    font-size: .825rem !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    /*padding:5px !important;*/
}

.ajax__calendar .ajax__calendar_dayname {
    border-bottom: 0 !important;
    font-weight: bold;
    font-size: .825rem !important;
    color: #525252 !important;
}

.ajax__calendar_day {
    cursor: pointer;
    /*padding: 4px !important;*/
    text-align: center !important;
    /*height: 18px;
    width: 18px;*/
}

.ajax__calendar_header {
    /*padding:5px 0;*/
}

.ajax__calendar_body {
    /*width:230px !important;
    height: 220px !important;*/
}

.ajax__calendar_container {
    /*width:240px !important;*/
}

.ajax__calendar .ajax__calendar_container {
    background-color: #ffffff;
    border: 1px solid #d5d5d5 !important;
    color: #525252;
    font-size: .875rem !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    /*width:230px !important;
    height: 220px !important;*/
}

.ajax__calendar_month {
    /*height: 45px !important;
        width:45px !important;*/
}

.ajax__calendar .ajax__calendar_today .ajax__calendar_day {
    border-color: #ddd !important;
    background: #ddd !important;
    border-radius: .15rem;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
    border-color: #1f8aca !important;
    background: #1f8aca !important;
    color: #fff !important;
    border-radius: .15rem;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    border-color: #1f8aca !important;
    background: #1f8aca !important;
    color: #fff !important;
    border-radius: .15rem;
}

.ajax__calendar_prev {
}

.aprleave {
    background: #d3f3cd !important;
}

.offcnot {
    background: #fbe0e5 !important;
}

.modal-head-custom {
    padding-bottom: 10px;
    border-bottom: 1px solid #1e8acb;
}

.model-head {
    font-size: 1.2rem;
    color: #1e8aca;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    vertical-align: middle;
}

    .model-head .model-head-sub {
        font-size: .875rem;
        color: #b1b1b1;
        display: block;
        font-weight: 400;
    }

.headcolor {
    width: 8px;
    height: 8px;
    margin-left: 5px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.statusindicate {
    padding: 12px 0 0;
}

.slupdate select {
    width: 150px;
}

.pendingleaves {
    background-image: url('../images/blue-pending-leave.svg');
    background-repeat: no-repeat;
    background-position: bottom 4px center;
}

.approvedleaves {
    margin-left: 10px;
    background-image: url('../images/green-approved.svg');
    background-repeat: no-repeat;
    background-position: bottom 4px center;
}

.holidaysDate {
    background-image: url('../images/red-office-close.svg');
    background-repeat: no-repeat;
    background-position: bottom 4px center;
}

.PandingApproveDate {
    background-image: url('../images/blue-green.svg');
    background-repeat: no-repeat;
    background-position: bottom 4px center;
}

.custom-switch {
    padding-left: 2.25rem;
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem;
        cursor: pointer;
    }

    .custom-switch .custom-control-label::after {
        cursor: pointer;
        top: calc(.15rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    }

.button-checkbox {
    color: #fff;
}

    .button-checkbox label {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        margin-left: 3px;
    }

.addrow {
    cursor: pointer;
    color: #1e8acb !important;
}

    .addrow img {
        width: 15px;
        margin-right: 5px;
    }

.btnimg {
    height: 12px;
    margin-right: 5px;
    vertical-align: sub;
}

.gridpager {
    background: transparent !important;
}

    .gridpager td table {
        float: right;
    }

    .gridpager tr {
        background: none !important;
    }

    .gridpager td {
        padding: 0;
        border: 0 !important;
    }

    .gridpager span {
        box-sizing: border-box;
        display: inline-block;
        padding: 2px;
        margin-left: 3px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: #ffffff;
        background-color: #1e8aca;
        border-color: #1e8aca;
        border-radius: .15rem;
        margin: 8px 2px 0px;
        width: 26px;
        height: 24px;
        line-height: 1.25rem;
        font-size: .825rem;
    }

    .gridpager a {
        box-sizing: border-box;
        display: inline-block;
        padding: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: #000;
        border: 1px solid #d5d5d5;
        background: #d5d5d5;
        border-radius: .15rem;
        margin: 8px 2px 0px;
        width: 26px;
        height: 24px;
        line-height: 1.13rem;
        font-size: .825rem;
    }

        .gridpager a:hover {
            color: #ffffff;
            background-color: #1e8aca;
            border-color: #1e8aca;
        }

.checkedbtn {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

    .checkedbtn input[type=radio], .checkedbtn input[type=checkbox] {
        opacity: 0;
        position: absolute;
    }

    .checkedbtn label {
        padding: .3rem .75rem;
        background: #939393;
        line-height: .85rem;
        font-size: .775rem;
        color: #fff;
        border-radius: 54px;
        cursor: pointer;
        font-weight: 400;
        /*text-transform:uppercase;*/
        white-space: nowrap;
    }

    .checkedbtn input:checked ~ label {
        background: #1e8acb;
        color: #fff;
        border-radius: 54px;
        cursor: pointer;
    }

.tabletitle {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1rem;
}

.tabmain .nav-tabs > li.active > a, .tabmain .nav-tabs > li.active > a:focus, .tabmain .nav-tabs > li.active > a:hover {
    color: #1f8aca;
    cursor: default;
    background-color: #f2f2f2;
    border: 1px solid #1f8aca;
    border-bottom-color: #f0f0f0;
}

.tabmain .nav-tabs > li > a {
    color: #555;
    font-size: 14px;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    border-bottom: 1px solid #1f8aca;
}

.tabmain .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tabmain ul li a .fa {
    margin-right: 3px;
}

.sal-report-name {
    font-weight: bold;
    color: #525252;
}

.cstchkdbtn label {
    padding-left: 1.85rem;
}

.btninlineimg {
    position: absolute;
    top: 6px;
    left: .75rem;
    height: 11px;
}

.asst-name {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.asst-desc {
    font-size: .875rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .nav-item {
    max-width: 100%;
}

.sidebar .nav-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emptitle {
    color: #525252;
    font-weight: bold;
}

    .emptitle:hover {
        color: #1e8acb;
    }

.emphdl {
    vertical-align: super;
    margin-left: 3px;
}

.chkinloc {
    height: 16px;
    margin-right: 5px;
    cursor: pointer;
}

.latechkintm {
    color: #ef4e53;
}

.chkinchkoutmap {
    height: 150px;
}

.advfilter {
    display: none;
}

.card-cstm {
    border: 1px solid transparent;
    border-radius: .25rem;
}

.card-cstm-header {
    font-size: 1rem;
    color: #1e8acb;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 1rem;
    padding: .7rem 0;
    border-bottom: 1px solid #d5d5d5;
}

.subtitleinside {
    font-size: 1rem;
    color: #525252;
    font-weight: bold;
}

.uavtroutside {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center;
}

    .uavtroutside .useravtr {
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

    .uavtroutside .useravtrname {
        font-weight: bold;
        color: #1e8acb;
        font-size: .865rem;
        text-transform: capitalize;
    }

.innerhead {
    font-weight: bold;
    margin-bottom: 0px;
}

.lochead {
    color: #1e8acb;
    font-weight: bold;
    font-size: 1.05rem;
    line-height: 1.35rem;
}

.locamap {
    display: inline-block;
    margin: 0 5px;
    vertical-align: baseline;
}

.dayttl {
    color: #1e8acb;
    font-size: .825rem;
}

.form-control-select-cstm {
    color: #939393;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: calc(1.5rem + 1px);
    padding: .20rem .45rem;
    font-size: .765625rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.bdtpd {
    border-top: 1px solid #e0e0e0;
    padding-top: .5rem;
}

.checkedbtn1 {
    position: relative;
}

    .checkedbtn1 input[type=radio], .checkedbtn1 input[type=checkbox] {
        opacity: 0;
        position: absolute;
    }

    .checkedbtn1 input:checked ~ label {
        background: #1e8acb;
        color: #fff;
        border-radius: 54px;
        cursor: pointer;
    }

    .checkedbtn1 label {
        padding: .3rem .75rem;
        background: #939393;
        line-height: .85rem;
        font-size: .835rem;
        color: #fff;
        border-radius: 54px;
        cursor: pointer;
        font-weight: 400;
        /*text-transform: uppercase;*/
    }

.lvlbl {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.aprvuser {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    width: 42px;
    height: 42px;
    border-radius: .25rem;
    border: 1px solid #d5d5d5;
}

.nmettl {
    font-size: .925rem;
    color: #939393;
}

.trvlagdimg {
    margin-right: 10px;
    vertical-align: top;
    height: 42px;
}

.trvldesc {
    color: #9d9d9d;
}

.trvlicon {
    margin-right: 5px;
    vertical-align: super;
}

.trvliconoutr {
    width: 45px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

    .trvliconoutr .trvlicon {
        vertical-align: middle;
    }

.aprvluserstatus {
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

    .aprvluserstatus .aprvusers {
        width: 42px;
        height: 42px;
        border-radius: .25rem;
    }

    .aprvluserstatus .austatus {
        position: absolute;
        bottom: -1px;
        left: -1px;
    }

.userposted {
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 10px;
}

    .userposted .aprvuserp {
        width: 42px;
        height: 42px;
        border-radius: 50%;
    }

.userposted1 {
    width: 55px;
    height: 55px;
    text-align: center;
    margin-right: 10px;
}

    .userposted1 .aprvuserp1 {
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }

.aprvuserp1 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 10px;
}

.trvlcmtdt {
    font-size: .75rem;
    color: #d0d0d0;
}

.trvlmdl {
    cursor: pointer;
}

.ttlalw {
    font-size: .9rem;
    color: #1e8acb;
    font-weight: bold;
}

.pstusr {
    color: #1e8acb;
    font-weight: bold;
    display: block;
}

.dydati {
    font-size: .815rem;
}

.vwvlu {
    color: #939393;
}

.lvebtn {
    padding: .15rem .85rem;
    line-height: 1.5;
    font-weight: 400;
    font-size: .825rem;
    background: #1e8acb;
    color: #fff;
    border-radius: 54px;
}

.ttllve {
    font-size: 2.25rem;
    color: #1e8acb;
    line-height: 2rem;
    font-weight: bold;
}

.emplvedt {
    forn-size: .825rem;
    color: #1e8acb;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

.empnmecd {
}

.lstemp {
    padding-bottom: 7px;
    border-bottom: 1px solid #d5d5d5;
}

.empdtl {
    margin-left: 5px;
}

.qts {
    margin: 0 5px;
}

.cmntnm {
    color: #1e8acb;
    margin-bottom: 5px;
}

.cmntbx {
    background: #e7e7e7;
    border-radius: .35rem;
    padding: 12px;
    display: inline-block;
}

.cmntby {
    font-size: .85rem;
    color: #1e8acb;
    display: block;
    font-style: italic;
}

    .cmntby span {
        color: #939393;
    }
    .cmntby .bruzr{
        color: #1e8acb;
    }
/*Sweat Alert Icons Custom End*/
.bd-success {
    border: 2px solid rgba(35, 191, 8, 0.25);
}

.bd-danger {
    border: 2px solid rgba(223, 45, 45, 0.25);
}

.bd-warning {
    border: 2px solid rgba(255, 193, 7, 0.25);
}

.sa {
    width: 88px;
    height: 88px;
    background-color: #fff;
}

.sa-success {
    border-radius: 50%;
    border: 4px solid #23bf08;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
}

    .sa-success:after, .sa-success:before {
        background: #fff;
        content: '';
        height: 120px;
        position: absolute;
        transform: rotate(45deg);
        width: 60px;
    }

    .sa-success:before {
        border-radius: 40px 0 0 40px;
        width: 26px;
        height: 80px;
        top: -17px;
        left: 5px;
        transform-origin: 60px 60px;
        transform: rotate(-45deg);
    }

    .sa-success:after {
        border-radius: 0 120px 120px 0;
        left: 30px;
        top: -11px;
        transform-origin: 0 60px;
        transform: rotate(-45deg);
        animation: rotatePlaceholder 4.25s ease-in;
    }

.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(35, 191, 8, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-success-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-success-tip, .sa-success-long {
    background-color: #23bf08;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip .75s;
}

.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong .75s;
}

@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

.sa-error {
    border-radius: 50%;
    border: 4px solid #ef4e53;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: animateErrorIcon .5s;
}

    .sa-error:after, .sa-error:before {
        background: #fff;
        content: '';
        height: 120px;
        position: absolute;
        transform: rotate(45deg);
        width: 60px;
    }

    .sa-error:before {
        border-radius: 40px 0 0 40px;
        width: 26px;
        height: 80px;
        top: -17px;
        left: 5px;
        transform-origin: 60px 60px;
        transform: rotate(-45deg);
    }

    .sa-error:after {
        border-radius: 0 120px 120px 0;
        left: 30px;
        top: -11px;
        transform-origin: 0 60px;
        transform: rotate(-45deg);
        animation: rotatePlaceholder 4.25s ease-in;
    }

.sa-error-x {
    display: block;
    position: relative;
    z-index: 2;
}

.sa-error-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(223, 45, 45, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-error-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-error-left, .sa-error-right {
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
    background-color: #F27474;
    top: 37px;
    width: 47px;
}

.sa-error-left {
    left: 17px;
    transform: rotate(45deg);
    animation: animateXLeft .75s;
}

.sa-error-right {
    right: 16px;
    transform: rotate(-45deg);
    animation: animateXRight .75s;
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%,12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

.sa-warning {
    border-radius: 50%;
    border: 4px solid #ffc107;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: scaleWarning 0.75s infinite alternate;
}

    .sa-warning:after, .sa-warning:before {
        background: #fff;
        content: '';
        border-radius: 50%;
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .sa-warning:before {
        display: inline-block;
        opacity: 0;
        animation: pulseWarning 2s linear infinite;
    }

    .sa-warning:after {
        display: block;
        z-index: 1;
    }

.sa-warning-body {
    background-color: #ffc107;
    border-radius: 2px;
    height: 47px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 10px;
    width: 5px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.sa-warning-dot {
    background-color: #ffc107;
    border-radius: 50%;
    bottom: 10px;
    height: 7px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes scaleWarning {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #ffc107;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #ffc107;
    }

    100% {
        background-color: #ffc107;
    }
}

/*Sweet Alert Icons Custom End*/

/*Toast Custom*/
.alrtFoot {
    border-top: 1px solid #dfdfdf;
    margin-top:14px;
    padding-top:12px;
    display:flex;
    justify-content:space-between;
}
.sacustom {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999999999999 !important;
    background: #fff;
    padding: 1.5rem;
    width: 320px;
    max-width: 100%;
    border-radius: .5rem;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
}
.alrtcustom {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999999999999 !important;
    background: #fff;
    padding: 1.5rem;
    width: 320px;
    max-width: 100%;
    border-radius: .5rem;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
}

.saalerticon .sa {
    margin: auto;
}

.saalerttext {
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
}

.custom-social-proof {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999999999 !important;
    font-family: 'Open Sans', sans-serif;
}

.custom-notification {
    width: 360px;
    max-width: 100%;
    padding: 0 30px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 140px;
}

.custom-notification-image-wrapper {
}

img1 {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}

.custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 15px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
}

small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8;
}



.custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
    opacity: 0;
}

&::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

&::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

&:hover {
}

.custom-close {
    opacity: 1;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    max-height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
    margin-left: 15px;
}

.imgfx {
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
}

.rdotbl {
    margin-top: 38px;
}

.cmntimg {
    color: #939393;
    margin: 10px 0;
    padding: 0 25px;
    position: relative;
    display: inline-block;
}

    .cmntimg:before {
        position: absolute;
        content: url(../images/inv-open.svg);
        left: 0;
        top: -4px;
    }

    .cmntimg:after {
        position: absolute;
        content: url(../images/inv-close.svg);
        right: 0;
        bottom: -4px;
    }

.bd-btm-aftr .col-sm-12 {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
}

    .bd-btm-aftr .col-sm-12:last-child {
        border-bottom: 0;
        padding-bottom: 15px;
    }

.trvcmnt {
    color: #525252;
}

.qts-open {
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.qts-close {
    position: relative;
    bottom: -4px;
    margin-left: 5px;
}

.bdbtm {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .bdbtm:last-child {
        border-bottom: 0;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

.useravtrnm {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #512DA8;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

#map_canvas {
    height: 100%;
}

.emplveddn {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: top;
}

    .emplveddn .dropdown-toggle::after {
        border-top: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
    }
.rqudsc {
    margin-top: .15rem;
    color: #6c757d;
}
    .rqudsc strong {
        color: #000;
        font-weight: bold;
    }
.rquName {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2b4486;
    text-transform: capitalize;
}
.pgHrchy {
    font-size: .775rem;
    color: #6b7679;
    display: block;
    margin-bottom: .15rem;
}
.sbTitle {
    font-size: .845rem;
    color: #6b7679;
    display: block;
    margin-bottom: .15rem;
}
.exTitle {
    font-size: .715rem;
    color: #000;
    display: block;
    margin-bottom: .25rem;
    text-transform: uppercase;
    position: relative;
    padding-left: 23px;
}
    .exTitle:before {
        position: absolute;
        content: 'Ex';
        width: 20px;
        height: 100%;
        background: #ef4e53;
        color: #fff;
        text-align: center;
        left:0;
    }
    .ttlnme {
        color: #6c757d;
        font-size: .845rem;
    }
.ttlvlue {
    font-weight: bold;
    font-size: .845rem;
}
.mbt2 {
    margin-bottom: .25rem;
}
.rcpgttl {
    font-weight: bold;
    font-size: .875rem;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: .65rem;
    color:#000;
}
    .rcpgttl:before {
        position: absolute;
        content: '';
        width: 70px;
        height: 2px;
        left: 0;
        bottom: 0;
        background: rgba(215,222,226,.5);
    }
    .rcpgttl:after {
        position: absolute;
        content: '';
        width: 25px;
        height: 2px;
        left: 0;
        bottom: 0;
        background: #1e8aca;
    }
.tblDView {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    border: 0;
}
    .tblDView tr td {
        border: 1px solid #e0e1e3;
        vertical-align: middle;
        padding: .375rem .45rem;
        font-size: .845rem;
        color:#000;
    }
        .tblDView tr td.tbBg {
            background: #f1f1f1;
            color: #525252;
        }
.wsnwp {
    white-space: nowrap !important;
}
.intCmt{
    /*font-weight:bold;*/
}
.atchIcon {
    height: 15px;
    margin-right:.1rem;
}
.attachList{
    list-style:none;
    margin:0;
    padding:0;
}
    .attachList li{
        margin-bottom:1rem;
        padding-bottom:1rem;
        border-bottom:1px solid #efefef;
    }
    .attachList li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .attachList li .docIcon {
        margin-right: 1rem;
    }
        .attachList li .docIcon img{
            height:45px;
        }
        .attachList li .docDetails {
            overflow: hidden;
        }
.attachList li .docTitle {
    font-size: .925rem;
    margin-bottom: .15rem;
    font-weight: bold;
    text-transform: uppercase;
}
    .attachList li .docLink {

    }
    .attachList li .docLink:hover {
        text-decoration:underline;
    }
.rquWrap {
    position: relative;
}
.rquWrap .iconInfoDtl {
    position: absolute;
    right: 0;
}
    .rquWrap .iconInfoDtl .icnsI {
        display: inline-block;
        width: 30px;
        min-width: 30px;
        height: 30px;
        line-height: 27px;
        background: #f1f1f1;
        border: 1px solid #e0e1e3;
        border-radius: .25rem;
        text-align: center;
        margin-left: .15rem;
    }
        .rquWrap .iconInfoDtl .icnsI i {
            color: #6c757d;
            font-size: .865rem;
            line-height: .865rem;
            vertical-align: middle;
        }
.pgldr{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:rgba(255,255,255,0.8);
}
    .pgldr img {
        position: absolute;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%);
    }
    /*End Toast Custom*/
    /*Responsive Start*/
    @media (min-width:768px) {
        .wd-140xe {
        width: 140px;
    }

    .wd-190xe {
        width: 190px;
    }

    .mt4 {
        margin-top: 1.40rem !important;
    }

    .page-heading {
        font-size: 1.1rem;
        color: #525252;
        /*text-transform: uppercase;*/
        font-weight: bold;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .page-heading .page-heading-sub {
            font-size: .825rem;
            color: #6b7577;
            display: block;
            font-weight: 300;
            margin-bottom: .05rem;
        }

            .page-heading .page-heading-sub i {
                margin: 0 5px;
            }
}

@media (max-width:425px) {
    .mn-xs-wd-100 {
        min-width: 100%;
    }

    .mn-xs-wd-120 {
        min-width: 100%;
    }

    .mn-xs-wd-130 {
        min-width: 100%;
    }

    .mn-xs-wd-140 {
        min-width: 100%;
    }

    .mn-xs-wd-150 {
        min-width: 100%;
    }
    .mn-xs-wd-155 {
        min-width: 100%;
    }

    .mn-xs-wd-180 {
        min-width: 100%;
    }

    .mn-xs-wd-240 {
        min-width: 100%;
    }

    .wd100-xs {
        min-width: 100%;
    }

    .usrdtlsinr {
        min-width: 100%;
    }
}

@media (min-width:576px) {
    .fltbtn {
        background: #1e8acb;
        position: absolute;
        right: -33px;
        top: 1rem;
        border-top-right-radius: .35rem;
        border-bottom-right-radius: .35rem;
    }

    .rgtbtn {
        padding: .5rem;
        display: block;
        width: 32px;
    }

    .mg-l-52 {
        margin-left: 52px !important;
    }
}

@media (max-width:575px) {
    .dsbdb {
        border-bottom: 1px solid #dfdfdf;
    }
    .mgt575-5 {
        margin-top: .5rem;
    }

    .mgbt575-0 {
        margin-bottom: 0 !important;
    }

    .dnone575 {
        display: none;
    }

    .mgbtm575-2 {
        margin-bottom: 2rem;
    }

    .mgrgt575-7 {
        margin-right: .7rem;
    }

    .fltbtn {
        background: #1e8acb;
        position: absolute;
        bottom: -1.675rem;
        right: .7rem;
        ;
        border-bottom-left-radius: .35rem;
        border-bottom-right-radius: .35rem;
    }

    .rgtbtn {
        padding: .15rem .25rem;
        display: inline-block;
        text-align: center;
    }

        .rgtbtn img {
            width: 70%;
        }

    .bdbtm575 {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: .7rem;
    }

    .mgbtm575 {
        margin-bottom: 1rem;
    }

    .mgtop575 {
        margin-top: .7rem;
    }

    .bdtop575 {
        border-top: 1px solid #d5d5d5;
        padding-top: .7rem;
    }

    .bdrgt575 {
        border-right: 1px solid #d5d5d5;
    }

    .mgbtm575 {
        margin-bottom: .7rem;
    }
}

@media (max-width:1199px) {
    .bdr01199 {
        border-right: 0 !important;
    }

    .mgbtm1199 {
        margin-bottom: 1.5rem;
    }

    .mtop4 {
        margin-top: 0rem !important;
    }
}

@media (min-width:1200px) {
    .mtop4 {
        margin-top: 1.40rem !important;
    }
}

@media (min-width:768px) {
    .jty-cnt {
        justify-content: flex-end;
    }

    .pdr768 {
        padding-right: 5px;
    }

    .pdl768 {
        padding-left: 5px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bdr768-991 {
        border-right: 0 !important;
    }
}

@media (min-width:426px) {
    .mn-xs-wd-100 {
        margin-right: 5px;
    }

    .mn-xs-wd-120 {
        max-width: 120px;
        margin-right: 5px;
    }

    .mn-xs-wd-130 {
        max-width: 130px;
        margin-right: 5px;
    }

    .mn-xs-wd-140 {
        max-width: 140px;
        margin-right: 5px;
    }

    .mn-xs-wd-150 {
        max-width: 150px;
        margin-right: 5px;
    }
    .mn-xs-wd-155 {
        min-width: 155px;
        margin-right: 5px;
    }

    .mn-xs-wd-180 {
        max-width: 180px;
        margin-right: 5px;
    }

    .mn-xs-wd-240 {
        width: 240px;
        margin-right: 5px;
    }
}

@media (max-width:767px) {
    .powered-login{
        position:relative;
    }
    .app-header .navbar-brand img {
    max-width: 38px;
}
    .logoiconz{
    height:34px;
}
    .logoz{
        display:none;
    }
    .card.crd-lft {
        margin-bottom: 0px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none;
    }

    .card.proj-assig {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: none;
    }

    .mbbx-mx767 {
        border: 1px solid #d5d5d5;
        margin-bottom: 0px;
        padding: 10px;
    }

    .wd-140xe {
        width: 100%;
    }

    .wd-190xe {
        width: 100%;
    }

    .mgtp767 {
        margin-top: 1rem;
    }

    .slide-event .carousel-inner .carousel-item .slide-img {
        height: auto !important;
    }

    .pd-mx767 {
        padding: 10px;
    }

    .bdbtm-mx767 {
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 0px;
    }

    .bdrbtm767 {
        border-bottom: 1px solid #d5d5d5;
    }

    .bdbtm-mx767:last-child {
        border-bottom: 0px;
    }

    .bdrgt-mx767 {
        border-right: 1px solid #d5d5d5;
        margin-bottom: 0px;
    }

    .workingtime {
        font-size: 1.5rem;
    }

    .mt4 {
        margin-top: .40rem !important;
    }

    .page-heading {
        font-size: 1rem;
        color: #525252;
        font-weight: bold;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .page-heading .page-heading-sub {
            font-size: .79rem;
            color: #6b7577;
            display: block;
            font-weight: 300;
            margin-bottom:.05rem;
        }

            .page-heading .page-heading-sub i {
                margin: 0 5px;
            }
}
/*Responsive End*/
#clock {
    background-color: #00a65a;
    font-family: sans-serif;
    font-size: 60px;
    text-shadow: 0px 0px 1px #fff;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #clock span {
        color: #eee;
        text-shadow: 0px 0px 1px #333;
        font-size: 28px;
        font-weight: 600;
        position: relative;
        top: -27px;
        left: -10px;
        background: rgba(0,0,0,.3);
        border: 1px solid #096239;
        padding: 2px 7px;
        border-radius: 5px;
    }

#date {
    letter-spacing: 0px;
    font-size: 17px;
    font-family: arial,sans-serif;
    color: #fff;
}

.PrxyChkbox input, .PrxyChkbox {
    position: inherit !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.chkIn {
    border: 1px solid #cacaca;
    background: white;
    border-radius: 5px;
    font-size: 13px;
    color: #252525;
    padding: 3px 10px;
}

.proxyleave {
    margin-bottom: 10px;
}

    .proxyleave span.todaydate {
        color: #2987bd;
        font-size: 20px;
        font-weight: bold;
    }

    .proxyleave input {
        border: 0;
        padding: 2px 5px;
        margin: 0 5px;
        color: white;
    }

        .proxyleave input:hover {
            color: white;
        }

    .proxyleave button.holiday {
        color: #fff;
        background-color: #fd5d00;
        border-color: #fd5d00;
        border: 0;
        padding: 2px 5px;
        margin: 0 3px;
        border: 0;
        padding: 2px 5px;
        margin: 0 5px;
        color: white;
    }

.clockdate-wrapper {
    background-color: #333;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}

.htfx {
    height: 350px;
    overflow: auto;
}

.card-body-cstm {
    padding: 10px;
}

.custom-checkbox input[type=checkbox] {
    opacity: 1 !important;
    position: relative !important;
    pointer-events: inherit !important;
}

.bdr-primary {
    border: 1px solid #1f8aca !important;
}

.bdr-teal {
    border: 1px solid #0ebba8 !important;
}

.bdr-success {
    border: 1px solid #79cb1e !important;
}

.col-flx-100 label.control-label {
    white-space: nowrap;
}

.hgtxl {
    height: 30.59px;
}

.pdlft {
    padding-left: .975rem;
}

.srcdest .form-control {
    opacity: 0;
}

.srcdest .select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
    font-size: 1.2rem;
    color: #1e8acb;
    padding-left: 0;
}

    .srcdest .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none !important;
    }

    .srcdest .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #1e8acb !important;
        font-weight: bold;
        font-size: 1rem;
    }

.srcdest #lblSourceCityName, .srcdest #lblDestinationCityName {
    font-size: 1.2rem;
    line-height: 1.45rem;
    color: #1e8acb;
    display: block;
}

.srcdest #lblSourceOrgin, .srcdest #lblDestination {
    font-size: .875remrem;
    color: #525252;
}

.srcdest .select2-container--open .select2-dropdown {
    border: 1px solid transparent;
    box-shadow: 0 5px 5px #939393;
}

.srcdest .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
}

.select2-dropdown {
    border: 1px solid transparent;
    box-shadow: 0 5px 5px #939393;
}

.dydttm {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.rt-dy, .rt-dt, .rt-tm {
    color: #1e8acb;
    cursor: pointer;
    font-weight: normal;
    font-size: .875rem;
}

.rt-dt {
    font-size: 1rem !important;
    line-height: 1.5rem;
    font-weight: bold;
    display: block;
}

.post-users {
    line-height: 1.2rem;
}

.postby {
    color: #939393;
    font-size: .825rem;
    display: block;
}

.post-user-name {
    color: #1e8acb;
    font-weight: bold;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
}

.post-date {
    color: #939393;
    font-size: .825rem;
    display: block;
}

.post-user-pic {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 10px;
}

    .post-user-pic .puser-pic {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.approv-users {
    line-height: 1.2rem;
}

.apprvdby {
    color: #939393;
    font-size: .825rem;
    display: block;
}

.approv-user-name {
    color: #525252;
    font-weight: bold;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
}

.approv-date {
    color: #939393;
    font-size: .825rem;
    display: block;
}

.approv-users-avtar {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

    .approv-users-avtar .aprv-user-pic {
        width: 50px;
        height: 50px;
        border-radius: .25rem;
    }

    .approv-users-avtar .aprv-status {
        position: absolute;
        bottom: -1px;
        left: -1px;
    }

.prof-img-custom {
    position: relative;
}

.prof-img-inner-custom {
    width: 132px;
    height: 132px;
    position: relative;
    /*box-shadow: 0 0 2px #ddd;*/
    margin: auto;
}

    .prof-img-inner-custom img {
        width: 132px;
        height: 132px;
    }

.photoUpload-custom {
    overflow: hidden;
    padding: 3px 5px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

    .photoUpload-custom span {
        color: #fff;
        position: relative;
        top: 2px;
    }

    .photoUpload-custom input.uploadpic {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        width: 100%;
        filter: alpha(opacity=0);
    }

.ht45 {
    height: 45px;
}

.expdtl {
    color: #939393;
    font-size: .825rem;
}

.expusr {
    color: #1e8acb;
    font-weight: bold;
    display: block;
    font-size: .875rem;
    line-height: 1.2rem;
}

.expusrprof {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 10px;
}

    .expusrprof .eusrpic {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.lnhgt {
    line-height: 1.2rem;
}

.align-item-center {
    align-items: center;
}

.expamnt .expsbh {
    color: #939393;
    margin-bottom: .5rem;
    font-size: .825rem;
}

.expamnt .expval img {
    vertical-align: baseline;
}

.expamnt1 .expsbh1 {
    color: #525252;
    margin-bottom: .25rem;
    font-size: .825rem;
    /*font-weight:bold;*/
}

.expamnt1 .expval1 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    font-weight: bold;
    color: #939393;
}

    .expamnt1 .expval1 img {
        height: 17px;
    }

.rqno {
    color: #939393;
    font-size: .875rem;
    font-weight: normal;
}

.exprow {
    background: #f3f3f3;
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
    position: relative;
}

.graystip {
    display: inline-block;
    background-image: url(../images/patch_gray.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .825rem;
    margin-top: 0;
    padding: 4px 20px 4px 10px;
}

    .graystip label {
        color: #fff;
        font-weight: normal;
        margin-bottom: 0;
    }

.frexpttl {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 1rem;
}

.cmntdsc {
    color: #939393;
}

.rmkicon {
    width: 22px;
    margin-right: 10px;
}

    .rmkicon img {
        vertical-align: -webkit-baseline-middle;
    }

.card-body-btn {
    /*-ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
    padding: 10px;
    background: #e7e7e7;
    width: 52px;
}

.btnact {
    display: block;
}

    .btnact img {
        width: 22px;
    }

.pd-x-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.ctyname {
    font-size: 1.15rem;
    line-height: 1.45rem;
    color: #1e8acb;
    display: block;
}

.sttcntry {
    font-weight: bold;
    margin-bottom: .1rem;
    color: #525252;
    font-size: .875rem;
    display: block;
}

.rcjbaply {
    height: 68px;
}

.xitempbx {
    background: #fee2e1;
    border: 1px solid #e8c2c0;
    width: 100%;
    padding: .7rem;
    border-radius: .3rem;
}

.xitempbx1 {
    background: #e5e5e5;
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: .7rem;
    border-radius: .3rem;
}

.mg-l--7 {
    margin-left: -.7rem;
}

.mg-l--1 {
    margin-left: -1rem;
}

.assthd {
    font-size: 1.35rem;
    line-height: 1.35rem;
    color: #5d2929;
    margin-bottom: .35rem;
}

.asstdsc {
    color: #813838;
    font-size: .875rem;
    line-height: .875rem;
}

.apprdtl {
    color: #525252;
    font-size: .835rem;
    line-height: 1.3rem;
}

    .apprdtl .apprnme {
        color: #170606;
        font-size: 1rem;
        display: block;
    }

.activeadv {
    background: #1e8acb !important;
}

.cb-header-rd {
    display: inline-block;
    background-image: url(../images/Patch-red.svg);
    margin-left: -.7rem;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .825rem;
    margin-top: 0;
    padding: 4px 20px 4px 10px;
}

.lndsc {
    color: #939393;
}

.btns {
    display: inline-block;
    font-weight: bold;
    color: #525252;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.238rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-group1 {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group1 > .btns {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-right: -1px;
    }

.btns-outline-default {
    background: #fff;
    border-color: #ccc;
}

.btns-active {
    color: #525252;
    background-color: #ccc;
    border-color: #ccc;
}

.list-group-item1.active {
    z-index: 2;
    color: #525252;
    background-color: #eee;
    border-color: #d5d5d5;
}

.list-group1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item1 {
    position: relative;
    display: block;
    padding: .65rem 1.15rem;
    margin-bottom: -3px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}

.list-group-item-action {
    width: 100%;
    color: #525252;
    text-align: inherit;
}

.notititle {
    color: #525252;
    font-weight: bold;
}

.usrdtls {
    color: #939393;
    margin-top: 2px;
}

.usrdtlsinr {
    margin-right: 25px;
    font-size: .85rem;
}

.emprating {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.attchmnt img {
    cursor: pointer;
}

.hdstips {
    background: #1e8acb;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 6px;
    font-size: .825rem;
    font-weight: bold;
    position: relative;
}

    .hdstips:after {
        content: '';
        background: url(../images/black_tail.svg) no-repeat;
        position: absolute;
        right: -14px;
        top: 0;
        width: 14px;
        height: 25px;
    }

.card-body-gray {
    background: #eeeeee;
    width: 100%;
    padding: 1rem;
}

.empgrdpic {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.ndtimg {
    height: 135px;
    opacity: .85;
    margin-top: 2rem;
}

.nd-ttl {
    font-weight: bold;
    color: #a8b0b0;
    margin-top: 1rem;
}

.nd-sub-ttl {
    color: #a8b0b0;
}

.customtab .nav-tabs {
    border-bottom: 1px solid #d5d5d5;
}

    .customtab .nav-tabs .nav-link.active, .customtab .nav-tabs .nav-item.show .nav-link {
        color: #1e8acb;
        background-color: #fff;
        border-color: #fff #fff #1e8acb;
    }

    .customtab .nav-tabs .nav-link {
        border: 0;
        border-bottom: 1px solid transparent;
        border-radius: 0;
        font-size: .835rem;
        text-transform: uppercase;
        color: #939393;
    }

.customtab .nav-link {
    display: block;
    padding: .3rem 0rem;
    margin-right: 1.25rem;
}

.customtab .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.customtab .tab-content .tab-pane {
    padding: 0;
}

.customtab .tab-content {
    margin-top: 0rem;
    background: #fff;
    border: 0;
    border-radius: 0;
}

.hdngfrm {
    font-weight: bold;
    text-transform: uppercase;
    color: #939393;
}

.empprofpic {
    position: relative;
}

    .empprofpic .empavtr {
        height: 90px;
        width: 90px;
        border-radius: 50%;
        position: absolute;
        top: -47px;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 0 2px #ddd;
    }

        .empprofpic .empavtr img {
            height: 90px;
            width: 90px;
            border-radius: 50%;
        }

.emppicupd {
    overflow: hidden;
    padding: 3px 5px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}

    .emppicupd span {
        color: #fff;
        position: absolute;
        bottom: 5px;
        right: 0;
        left: 0;
        font-size: .875rem;
    }

    .emppicupd input.emppicupload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        height: 100%;
        width: 100%;
    }

.empprofbnr {
    position: relative;
}

.empprofpic .empprofbnravtr {
    height: auto;
    width: 100%;
    box-shadow: 0 0 2px #ddd;
}

.empprofbnr img {
    width: 100%;
    border-radius: 5px;
}

.empbnrupd {
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 12px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 0 5px 0 5px;
}

    .empbnrupd span {
        color: #fff;
        font-size: .875rem;
    }

    .empbnrupd input.empbnrupload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        height: 100%;
        width: 100%;
    }

.gdricon {
    position: absolute;
    bottom: 38px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.reqItem.selected {
    cursor: pointer !important;
    background-color: #1e8acb !important;
    color: #fff !important;
}

.mg-b-35 {
    margin-bottom: 35px;
}

.apprusrs {
    line-height: 1.2rem;
}

.apprnme {
    font-size: .775rem;
    font-weight: bold;
    color: #525252;
}

.apprnme1 {
    font-size: .775rem;
    font-weight: bold;
    color: #9d9d9d;
}

.apprdesc {
    font-size: .825rem;
    color: #9d9d9d;
}

.labelbold {
    font-size: .775rem;
    font-weight: bold;
    color: #525252;
}

.labelbold-primary {
    font-size: .875rem;
    font-weight: bold;
    color: #1e8acb;
}

.labelbold-danger {
    font-size: .875rem;
    font-weight: bold;
    color: #ef4e53;
}

.acc-label {
    font-weight: bold;
    font-size: .825rem;
    color: #525252;
}

.custom-file-label.selected {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

.no-pointer {
    cursor: default !important;
}

.multichecklist .mchecklist {
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
}

    .multichecklist .mchecklist .mchecklistsall {
        background: #e5e5e5;
        padding: 3px 5px;
    }

    .multichecklist .mchecklist .mchecklisttable {
        width: 100%;
        height: 120px;
        overflow-y: auto;
    }

    .multichecklist .mchecklist .mchecklisttable {
        padding: 5px;
    }

.loader-custom {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.9);
}

.loader-custom-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.hldy-date {
    color: #1e8acb;
}

.hldy-ocname {
    text-transform: capitalize !important;
    position: relative;
}

    .hldy-ocname:before {
        font-family: "FontAwesome";
        content: "\f0da";
        display: inline-block;
        padding-right: 5px;
        vertical-align: middle;
        color: #9d9d9d;
        font-weight: 900;
    }

.wzd-label {
    font-size: .875rem;
    font-weight: bold;
}

.bdcrumb {
    margin-bottom: .5rem;
}

.treeviewcheck table tr td a {
    font-size: .875rem !important;
    color: #525252;
}

.treeviewcheck table tr td input[type=checkbox], .treeviewcheck table tr td input[type=radio] {
    vertical-align: sub;
    margin-right: 4px;
}

.treeviewcheck table tr td img {
    width: 16px;
    margin-right: 8px;
    vertical-align: sub;
}

.treeviewcheck table tr td {
    padding: 0 0 8px 0;
}

    .treeviewcheck table tr td input[type=checkbox], .treeviewcheck table tr td input[type=radio] {
        height: 16px;
        width: 16px;
        position: relative;
    }

        .treeviewcheck table tr td input[type=checkbox]:after, .treeviewcheck table tr td input[type=radio]:after {
            content: '\00D7';
            display: block;
            background: #fff;
            background-image: url('../images/white_check.png');
            pointer-events: none;
            font-size: 16px;
            position: absolute;
            top: 0;
            left: 0;
            height: 16px;
            width: 16px;
            color: transparent;
            transition: .25s all ease-in-out;
            border-radius: .15rem;
            line-height: 16px;
            background-position: 0 15px;
            background-repeat: no-repeat;
            background-size: 14px 14px;
            border: 1px solid #d5d5d5;
        }

        .treeviewcheck table tr td input[type=radio]:after {
            border-radius: 50%;
        }

        .treeviewcheck table tr td input[type=checkbox]:checked:after, .treeviewcheck table tr td input[type=radio]:checked:after {
            background-color: #1e8acb;
            border: 1px solid #1e8acb;
            background-position: 0 0;
        }

        .treeviewcheck table tr td input[type=checkbox]:hover:after, .treeviewcheck table tr td input[type=radio]:hover:after {
            border-color: #1e8acb;
            border: 1px solid #1e8acb;
        }

.flckeditor table {
    border: 1px solid #d5d5d5;
}



input[type=checkbox], input[type=radio] {
    height: 12px;
    width: 12px;
    position: relative;
    vertical-align: sub;
    margin-right: 5px;
}

    input[type=checkbox]:after, input[type=radio]:after {
        content: '\00D7';
        display: block;
        background: #fff;
        background-image: url('../images/white_check.png');
        pointer-events: none;
        font-size: 16px;
        position: absolute;
        top: -2px;
        left: -2px;
        height: 14px;
        width: 14px;
        color: transparent;
        transition: .25s all ease-in-out;
        border-radius: .15rem;
        line-height: 16px;
        background-position: 0 15px;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        border: 1px solid #d5d5d5;
    }

    input[type=radio]:after {
        border-radius: 50%;
    }

    input[type=checkbox]:checked:after, input[type=radio]:checked:after {
        background-color: #1e8acb;
        border: 1px solid #1e8acb;
        background-position: 0 0;
    }

    input[type=checkbox]:hover:after, input[type=radio]:hover:after {
        border-color: #1e8acb;
        border: 1px solid #1e8acb;
    }

.backcal label {
    font-weight: bold;
    font-size: .875rem;
    color: #1e8acb;
}

.disableddiv {
    pointer-events: none;
    opacity: 0.65;
    cursor: not-allowed;
    cursor: no-drop;
}
/*Start Switch*/
/*.switch, .switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch {
    display: inline-block;
    width: 40px;
    height: 26px;
}

    .switch label {
        cursor: pointer;
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0;
            margin: 0;
        }

            .switch label input[type=checkbox]:checked + .lever {
                background-color: #8dcff6;
            }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 36px;
            height: 14px;
            background-color: rgba(0,0,0,0.12);
            border-radius: 15px;
            margin-right: 10px;
            -webkit-transition: background 0.3s ease;
            transition: background 0.3s ease;
            vertical-align: middle;
            margin: 5px 0 10px;
        }

        .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
            left: 18px;
        }

        .switch label .lever:before {
            background-color: rgba(38,166,154,0.15);
        }

        .switch label .lever:before, .switch label .lever:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            left: 0;
            top: -3px;
            -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
        }

        .switch label input[type=checkbox]:checked + .lever:after {
            background-color: #1e8acb;
        }

        .switch label .lever:after {
            background-color: #939393;
            -webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
            box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
        }

        .switch label .lever:before, .switch label .lever:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            left: 0;
            top: -3px;
            -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
        }*/
.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

    .switch label {
        cursor: pointer;
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0;
        }

            .switch label input[type=checkbox]:before, .switch label input[type=checkbox]:after {
                display: none;
            }

            .switch label input[type=checkbox]:checked + .lever {
                background-color: #A4D8FA;
            }

                .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
                    left: 20px;
                }

                .switch label input[type=checkbox]:checked + .lever:after {
                    background-color: #1e8aca;
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 40px;
            height: 12px;
            background-color: #dbe4e6;
            border-radius: 15px;
            margin-right: 10px;
            transition: background 0.3s ease;
            vertical-align: middle;
            margin-left: -8px;
        }

            .switch label .lever .ckeckS {
                display: none;
            }

            .switch label .lever .ckeckS, .switch label .lever .unckeckS {
                position: absolute;
                left: 52px;
                color: #000;
                font-size: .725rem;
                white-space: nowrap;
            }

        .switch label input[type=checkbox]:checked + .lever .ckeckS {
            display: inline-block;
        }

        .switch label input[type=checkbox]:checked + .lever .unckeckS {
            display: none;
        }

        .switch label .lever:before, .switch label .lever:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            left: 0;
            top: -4px;
            transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
        }

        .switch label .lever:before {
            background-color: rgba(30, 138, 202, 0.15);
        }

        .switch label .lever:after {
            background-color: #91a0a8;
            box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
        }

/*End Switch*/

.select2-selection__clear {
    display: none;
}

.jpname {
    font-size: 1.25rem;
    color: #1e8acb;
    display: block;
    font-weight: bold;
}

.dybadge {
    font-size: .835rem;
    font-weight: 400;
    color: #525252;
    background: #e0e0e0;
    padding: .25rem .65rem .25rem .25rem;
    line-height: .85rem;
    display: inline-block;
    border-radius: 2rem;
}

    .dybadge img {
        width: 14px;
    }
/*.lvetyps{
    padding:.5rem;
    border:1px solid #d5d5d5;
    border-radius:.25rem;
    margin:0 .5rem .25rem 0;
        width: 130px;
        cursor:pointer;
        z-index:1;
}*/

.lveicons {
    margin-bottom: .25rem;
}

.lvenmez {
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
}
/*.lvefor{
    padding:.35rem;
    border:1px solid #d5d5d5;
    border-radius:.25rem;
    margin:0 .5rem .25rem 0;
}*/
.lvefornme {
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 0;
}

.rdoslct tr td, .rdolvfor tr td {
    position: relative;
}

    .rdoslct tr td input[type=checkbox], .rdoslct tr td input[type=radio] {
        position: absolute;
        top: .65rem;
        left: .65rem;
        z-index: 100;
        cursor: pointer;
    }

.lveinfo {
    position: absolute;
    top: .65rem;
    right: .99rem;
    z-index: 100;
    cursor: pointer;
}

.applylveinfo {
    margin-left: 3px;
    cursor: pointer;
}


.rdoslct tr td > label {
    padding: .5rem;
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
    margin: 0 .5rem .25rem 0;
    width: 150px;
    cursor: pointer;
    z-index: 1;
}

.rdoslct tr td input[type=checkbox]:checked + label, .rdoslct tr td input[type=radio]:checked + label {
    border: 1px solid #1e8acb;
}

.rdoslct tr td > label:hover {
    border: 1px solid #1e8acb;
}

.rdolvfor tr td input[type=checkbox], .rdolvfor tr td input[type=radio] {
    position: absolute;
    top: .65rem;
    left: .65rem;
    z-index: 100;
    cursor: pointer;
}

.rdolvfor tr td > label {
    padding: .3rem .5rem .3rem 1.8rem;
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
    margin: 0 .5rem .25rem 0;
    cursor: pointer;
    z-index: 1;
}

.rdolvfor tr td input[type=checkbox]:checked + label, .rdolvfor tr td input[type=radio]:checked + label {
    border: 1px solid #1e8acb;
}

.rdolvfor tr td > label:hover {
    border: 1px solid #1e8acb;
}

.lvefor > img {
    height: 16px;
}

/*Full Calendar tab*/
.tltp-fullcalender {
    background: #1e8acb;
    color: #fff;
    padding: .25rem .65rem;
    border-radius: .15rem;
    position: absolute;
    z-index: 10001;
}

.calendartab {
    max-height: 588px;
    overflow-y: auto;
}

    .calendartab .nav-tabs {
        border-bottom: 1px solid #d5d5d5;
    }

        .calendartab .nav-tabs .nav-item {
            margin-bottom: 0;
            margin-right: 20px;
        }

        .calendartab .nav-tabs .nav-link {
            color: #939393;
            border: 0;
            border-bottom: 1px solid transparent;
            padding: 0 0 .5rem 0;
            font-size: .85rem;
            background: transparent;
        }

            .calendartab .nav-tabs .nav-link.active, .calendartab .nav-tabs .nav-item.show .nav-link {
                color: #1f8bcc;
                border: 0;
                border-bottom: 1px solid #1f8bcc;
            }

    .calendartab .tab-content {
        margin-top: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

        .calendartab .tab-content .tab-pane {
            padding: .7rem 0 0;
        }

.datetoday {
    font-weight: bold;
    color: #1e8acb;
}

.rsdicn {
    background: #fff;
    border-radius: .35rem;
    padding: .60rem;
    width: 45px;
    height: max-content;
    box-shadow: 0px 0px 4px -1px #999;
    margin-right: 10px;
}

.otl-dtl {
    width: 100%;
}

.desc {
    color: #9d9d9d;
}

.addttl {
    font-weight: bold;
    font-size: .875rem;
}

.offc {
    font-size: .835rem;
    color: #939393;
    line-height: .835rem;
}

.loccal {
    padding: 0;
    margin: 0;
    position: relative;
}

    .loccal:before {
        content: '';
        position: absolute;
        height: 67%;
        left: .166rem;
        top: 6px;
        border-left: 1px dashed #9d9d9d;
    }

    .loccal li {
        list-style: none;
        margin-bottom: .7rem;
        padding-left: 1rem;
        position: relative;
    }

        .loccal li:before {
            content: '';
            position: absolute;
            width: 7px;
            height: 7px;
            background: #1e8acb;
            left: 0;
            top: 6px;
        }

.bdr-dsahed {
    border-bottom: 2px dashed #d5d5d5;
}

.bdr-dsahed-1 {
    border-bottom: 1px dashed #d5d5d5;
}

.bdytitle {
    color: #000;
}

.bdybx {
    background: #fff;
}

.bdybx-innr {
    padding: .5rem;
}

.bdyavtar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-right: .7rem;
}

    .bdyavtar img {
        width: 72px;
        height: 72px;
        border-radius: 50%;
    }

.bdy-usr-dtl .bdy-usr-nme {
    font-size: 1rem;
    font-weight: bold;
    color: #1e8acb;
}

.bdy-usr-dtl .bdy-usr-code {
    color: #9d9d9d;
    line-height: .875rem;
    margin-top: 2px;
}

.upnxt {
    color: #000;
    text-transform: uppercase;
    margin-right: .7rem;
    font-size: .775rem;
}

.upbdyavtar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: .35rem;
    margin-bottom: .35rem;
}

    .upbdyavtar img {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid #d5d5d5;
    }

    .upbdyavtar .dropdown-body, .lvedte .dropdown-body {
        padding: 1rem;
        min-width: 220px;
    }

.lvetypecal {
    color: #1e8acb;
    font-weight: bold;
    font-size: .875rem;
    line-height: .875rem;
}

.lv4icon {
    margin-left: 5px;
    height: 14px;
}

.drpheader > img {
    width: 10px;
    margin-right: 5px;
    vertical-align: inherit;
    border: 0;
    height: 10px;
}

.lvedte a {
    width: 26px;
    height: 26px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    font-size: .875rem;
    color: #fff;
    background: #1e8acb;
    border-radius: 50%;
    margin-right: .35rem;
    margin-bottom: .35rem;
}

.lveseccal .desc {
    line-height: 1.2rem;
}

.hldy-lst {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .hldy-lst li {
        border-bottom: 1px dashed #d5d5d5;
        margin-bottom: .5rem;
        padding-bottom: .5rem;
    }

        .hldy-lst li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

.lve-avtr {
    width: 90px;
    margin-right: .7rem;
}

    .lve-avtr img {
        border-radius: .35rem;
        box-shadow: 0px 0px 4px -1px #999;
    }

.lvecaldtl {
    line-height: 1.2rem;
    width: 100%;
}

.lvenme {
    font-weight: bold;
    font-size: .875rem;
    color: #1e8acb;
}

.lvedate {
    font-size: .785rem;
    color: #939393;
}

.drpbdyheader {
    padding-bottom: .4rem;
    margin-bottom: .5rem;
    color: #525252;
    font-size: .825rem;
    font-weight: bold;
    line-height: 1rem;
    border-bottom: 1px solid #e2e2e2;
}

    .drpbdyheader span {
        display: block;
        color: #9d9d9d;
        text-transform: uppercase;
        font-size: .715rem;
        font-weight: normal;
    }

.custom-table-bordered .cont-eclip {
    max-width: 110px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*DateTimePicker*/
.bootstrap-datetimepicker-widget {
    list-style: none;
    z-index: 100;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        padding: .5rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        direction: ltr;
        border: 0 !important;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2) !important;
        -moz-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2) !important;
        box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2) !important;
        font-size: 12px;
        font-weight: 400;
        margin-top: .15rem !important;
        margin-bottom: .15rem !important;
    }

    .bootstrap-datetimepicker-widget .list-unstyled {
        margin: 0;
    }

    .bootstrap-datetimepicker-widget a[data-action] {
        padding: 4px 0;
        font-size: 1rem;
        font-weight: 800;
        color: #1e8acb;
    }

        .bootstrap-datetimepicker-widget a[data-action]:active {
            box-shadow: none;
            color: #1e8acb;
        }

    .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
        width: 42px;
        font-weight: bold;
        font-size: 1rem;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget button[data-action] {
        padding: 3px 6px;
    }

    .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Increment Hours";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Increment Minutes";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Decrement Hours";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Decrement Minutes";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Show Hours";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Show Minutes";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle AM/PM";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Clear the picker";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Set the date to today";
    }

    .bootstrap-datetimepicker-widget .picker-switch {
        text-align: center;
    }

        .bootstrap-datetimepicker-widget .picker-switch::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Toggle Date and Time Screens";
        }

        .bootstrap-datetimepicker-widget .picker-switch td {
            padding: 0;
            margin: 0;
            height: auto;
            width: auto;
            line-height: inherit;
        }

            .bootstrap-datetimepicker-widget .picker-switch td span {
                font-size: 16px;
                line-height: 2.5;
                height: 2.5em;
                width: 100%;
                font-weight: 800;
            }

    .bootstrap-datetimepicker-widget table {
        width: 100%;
        margin: 0;
    }

        .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
            width: 30px;
            height: 30px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            border: none;
        }

        .bootstrap-datetimepicker-widget table td {
            text-align: center;
            border-radius: 3px;
        }

        .bootstrap-datetimepicker-widget table th {
            text-align: center;
            border-radius: 2px;
            line-height: 20px;
        }

            .bootstrap-datetimepicker-widget table th.picker-switch {
                width: 145px;
            }

            .bootstrap-datetimepicker-widget table th.disabled {
                background: none;
                color: #777;
                cursor: not-allowed;
            }

                .bootstrap-datetimepicker-widget table th.disabled:hover {
                    background: none;
                    color: #777;
                    cursor: not-allowed;
                }

            .bootstrap-datetimepicker-widget table th.prev::after {
                position: absolute;
                width: 1px;
                height: 1px;
                margin: -1px;
                padding: 0;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                border: 0;
                content: "Previous Month";
            }

            .bootstrap-datetimepicker-widget table th.next::after {
                position: absolute;
                width: 1px;
                height: 1px;
                margin: -1px;
                padding: 0;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                border: 0;
                content: "Next Month";
            }

        .bootstrap-datetimepicker-widget table thead tr:first-child th {
            cursor: pointer;
        }

            .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
                background: #eee;
            }

        .bootstrap-datetimepicker-widget table td {
            height: 42px;
            line-height: 42px;
            width: 42px;
        }

            .bootstrap-datetimepicker-widget table td.cw {
                font-size: .8em;
                height: 20px;
                line-height: 20px;
                color: #777;
            }

            .bootstrap-datetimepicker-widget table td.day {
                height: 25px;
                line-height: 25px;
                width: 25px;
            }

                .bootstrap-datetimepicker-widget table td.day:hover {
                    background: #eee;
                    cursor: pointer;
                }

            .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eee;
                cursor: pointer;
            }

            .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
                color: #777;
            }

            .bootstrap-datetimepicker-widget table td.today {
                position: relative;
            }

                .bootstrap-datetimepicker-widget table td.today:before {
                    content: '';
                    display: inline-block;
                    border: solid transparent;
                    border-width: 0 0 7px 7px;
                    border-bottom-color: #1e8acb;
                    border-top-color: rgba(0, 0, 0, 0.2);
                    position: absolute;
                    bottom: 4px;
                    right: 4px;
                }

            .bootstrap-datetimepicker-widget table td.active {
                background-color: #1e8acb;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

                .bootstrap-datetimepicker-widget table td.active:hover {
                    background-color: #1e8acb;
                    color: #fff;
                    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                }

                .bootstrap-datetimepicker-widget table td.active.today:before {
                    border-bottom-color: #fff;
                }

            .bootstrap-datetimepicker-widget table td.disabled {
                background: none;
                color: #777;
                cursor: not-allowed;
            }

                .bootstrap-datetimepicker-widget table td.disabled:hover {
                    background: none;
                    color: #777;
                    cursor: not-allowed;
                }

            .bootstrap-datetimepicker-widget table td span {
                display: inline-block;
                width: 38px;
                height: 38px;
                line-height: 38px;
                margin: 2px 1.5px;
                cursor: pointer;
                border-radius: 4px;
            }

                .bootstrap-datetimepicker-widget table td span:hover {
                    color: #1e8acb;
                    background: #eee;
                }

                .bootstrap-datetimepicker-widget table td span.active {
                    background-color: #1e8acb;
                    color: #fff;
                    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                }

                .bootstrap-datetimepicker-widget table td span.old {
                    color: #777;
                }

                .bootstrap-datetimepicker-widget table td span.disabled {
                    background: none;
                    color: #777;
                    cursor: not-allowed;
                }

                    .bootstrap-datetimepicker-widget table td span.disabled:hover {
                        background: none;
                        color: #777;
                        cursor: not-allowed;
                    }

    .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
        height: 27px;
        line-height: 27px;
    }

    .bootstrap-datetimepicker-widget .datepicker-decades .decade {
        line-height: 1.8em !important;
    }

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.evnticon {
    height: 20px;
}

.fc-title {
    color: #1e8acb;
}
/*.fc-day.fc-sat {
    background: #f5f5f5;
}*/
/*End DateTimePicker*/
.locicon {
    font-size: 18px;
}

.cmnreq {
    display: inline-block;
    cursor: default !important;
    margin-right: 5px;
}

    .cmnreq .select-req span {
        cursor: default;
        background: #1e8acb;
        color: #fff;
    }

    .cmnreq img {
        height: 24px;
    }

.mtloc {
    font-size: 1rem;
    font-weight: bold;
    color: #1e8acb;
}

.alldesc {
    width: 100%;
}

.page-heading .reqid {
    font-size: .825rem;
    font-weight: normal;
    margin-left: 3px;
    text-transform: capitalize;
}

.mtngnme {
    font-size: 1.1rem;
    color: #1e8acb;
    font-weight: bold;
}

.mtng-table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border: 0;
}

    .mtng-table tr th {
        color: #1e8acb;
        padding: .15rem .5rem .15rem 0;
        font-weight: normal;
        font-size: .835rem;
        white-space: nowrap;
    }

.totalemp {
    font-weight: bold;
}

    .totalemp span {
        font-size: 1.7rem;
        line-height: 1.7rem;
        color: #1e8acb;
        display: block;
    }

.empgsbx {
    background: #fff;
}

.cbdy {
    padding: .5rem;
}

.fc-event-container .leaveline {
    line-height: 2px;
    padding: 2px;
    border-radius: 1rem;
    background: #ef4e53;
}

.fc-event-container .travelline {
    line-height: 2px;
    padding: 2px;
    border-radius: 1rem;
    background: #1e8acb;
}

.badge label {
    color: #fff !important;
}

.badge-sblue {
    background: #1eb3eb;
    color: #fff;
}

.fromto {
    color: #939393;
    font-size: .815rem;
}

.formadd, .addttl label {
    font-weight: bold;
    color: #525252;
    font-size: .875rem;
}

.offc label {
    color: #9d9d9d;
}

.datetoday label {
    font-size: .875rem;
    font-weight: bold;
    color: #525252;
}

.lvedy {
    font-weight: 400;
    color: #525252;
    background: #fff;
    display: inline-block;
    padding: 0.30em .65em .30em;
    font-size: .725rem;
    line-height: .725rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2rem;
}

    .lvedy img {
        width: 13px;
        margin-right: 3px;
        vertical-align: sub;
    }

.lvedes {
    color: #525242;
}

.badge-purple {
    background: #785cb4;
    color: #fff;
}

.hldy-img {
    width: 100%;
    border: 2px solid #fff;
    margin-bottom: .5rem;
}

.hldy-nme {
    color: #01baf2;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.hldy-sbnme {
    color: #000;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: bold;
}

.hldy-desc {
    color: #525252;
    font-size: .85rem;
}

.hlylist {
    padding-bottom: .65rem;
    margin-bottom: .65rem;
    border-bottom: 1px solid #e0e0e0;
}

    .hlylist:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.clickdEvnt {
    box-shadow: 2px 2px 15px 2px #777;
}

.lvedaygrid {
    height: 14px;
    margin-left: 3px;
}
/*.fc-left .premnth{
    color:#9d9d9d;
    font-size:.815rem;
}
.fc-left .premnme {
    color:#525252;
    font-size:1rem;
    font-weight:bold;
    display:block;
}*/
.onleaveaprv {
    max-height: 400px;
    overflow-y: auto;
}

.mnthyr {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
    color: #525252;
}

.pvsmth {
    font-size: .825rem;
    line-height: .825rem;
    color: #b1b1b1;
    display: block;
    font-weight: 400;
}

.nxtmth {
    font-size: .825rem;
    line-height: .825rem;
    color: #b1b1b1;
    display: block;
    font-weight: 400;
}

.upcmbdy {
    font-size: .835rem;
    color: #7c7c7c;
}

.noevnt {
    text-align: center;
}

.tdydte {
    text-align: left !important;
}

.noent-img {
    margin: 1rem auto;
}

.hldydate {
    font-size: .835rem;
    color: #7c7c7c;
}

.pos-rel {
    position: relative;
}

.ldrpge {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 3;
}

    .ldrpge img {
        height: 120px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.OnGo {
    opacity: 0.6;
}
.btn-outline-dflt{
    color: #1e8acb;
    background-color: transparent;
    background-image: none;
    border-color: #1e8acb;
}
.atch-icn{
    height:18px;
}
.vispic{
    width: 42px;
    height: 42px;
    border-radius: .35rem;
    -moz-border-radius: .35rem;
    -webkit-border-radius: .35rem;
}
.visnme{
    font-weight:bold;
}
.visavtar{
}
.visavtar img{
    width:85px;
    height:85px;
    border-radius:50%;
}
.visinme{
    font-size:1.35rem;
    font-weight:bold;
}
.visinme span{
    font-size:.875rem;
    font-weight:bold;
    color:#b1b1b1;
}
.intext{
     display: inline-block;
     color: #fff;
    background-color: #1e8acb;
    padding: .2rem .75rem;
    font-size: .785rem;
    line-height: 1.5;
    border-radius: .2rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: 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;
}
.dsgn{
    font-size:.785rem;
    color:#666;
}
.visdesc{
    font-size:.845rem;
    margin-bottom:5px;
}
.viscapturewrap{
    width:180px;
    position:relative;
}
.viscapturewrap .vcavtr{
        width: 180px;
    height: auto;
    border-radius: .5rem;
    border: 1px solid #d7d7d7;
}
.viscapture {
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
}
.viscapture span {
    color: #fff;
    font-size: .875rem;
    position:absolute;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.6);
    padding:.25rem .5rem;
    width:100%;
    text-align:center;
        border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.viscapture input.vcfile {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
}
.visdes{
    font-weight:bold;
    margin-bottom:.25rem;
}

.tskttltme{
    font-weight:bold;
}
.tskttltme .tskvle{
    color:#1e8acb;
}

.list-unstyled{
    background:#fff;
}
.list-unstyled .table-condensed tr td.hour, .list-unstyled .table-condensed tr td.minute{
     background:#fff !important;
     padding:4px;
}
.list-unstyled .table-condensed tr td.hour:hover, .list-unstyled .table-condensed tr td.minute:hover{
    background:#e0e0e0 !important;
}
.timepicker>.timepicker-picker>.table-condensed{
    background:#fff !important;
    border-radius:0 !important;
}
.timepicker>.timepicker-picker>.table-condensed tr td{
    background:#fff !important;
    border-radius:0 !important;
}
.glyphicon-chevron-down:before {
    content: "\f107";
    font-family:FontAwesome;
    font-size:16px;
    font-weight:bold;
}
.glyphicon-chevron-up:before {
    content: "\f106";
    font-family:FontAwesome;
    font-size:16px;
    font-weight:bold;
}
.table tr td .select2.select2-container {
        min-width:100%;
    }
.ttltm{
    text-transform: capitalize;
    background: #7c7c7c;
    color: #fff;
    padding: .15rem .65rem;
    margin-left: 1rem;
    font-size: .925rem;
    font-weight: bold;
}
.issiddtl{
    font-size:.835rem;
    font-weight:normal;
    margin-left:.35rem;
}
.cmtttlz{
    font-size:1.25rem;
    font-weight:bold;
    margin-bottom:.35rem;
}
ul.aftmln{
    margin:0;
    padding:0;
    list-style:none;
    max-height:400px;
    overflow-y: auto;
    overflow-x: hidden;
}
ul.aftmln li{
    margin-bottom:.5rem;
    padding-bottom:.5rem;
    border-bottom:1px dashed #d9d9d9;
}
ul.aftmln li:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:0;
}
.updton{
    color:#939393;
    font-size:.815rem;
}
.tcknosts{
        font-size: .925rem;
    font-weight: bold;
}
.tcknosts span{
    color:#1e8acb;
}
.cmnlbl{
        color: #7e7e7e;
    display: block;
    font-size: .825rem;
}
.cmnvlu{
    font-weight:bold;
    font-size:.875rem;
    color:#000;
}
.advfltr, .lssfltr {
    cursor: pointer;
}
.tglelbl {
    font-size: .725rem;
    margin-left: 10px;
}
.inphnt{
    font-size:.725rem;
    color:#525252;
    margin-top:.2rem;
    display:block;
}
.select2-container{
    width:100% !important;
    display:block;
}
.apvfcamt {
    margin-bottom: .5rem;
    padding-bottom: .15rem;
    border-bottom: 1px solid #dfdfdf;
}
.mgtp{
    margin-top:.5rem;
}
.chkdedt .chkdlbl {
    font-size: .845rem;
    margin-left: .25rem;
}
.dtbl {
    font-size: .825rem;
    margin-left: .3rem;
}
.graystip span{
    font-size:.715rem;
    margin-left:.25rem;
}
.fnrmk {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #dfdfdf;
}
.rmkexif {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px solid #dfdfdf;
}
.nav-item.slctemp {
    max-width: 180px;
    margin: 0 0 0 15px;
    position:relative;
}
.srchbtnbx {
    width: 34px;
}
.srchbtnbx .srhbtn {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius:50%;
}
.srcinbx {
    position: absolute;
    right: 0;
    width: 265px;
    z-index: 1;
    top: -25px;
    height: 50px;
    background: #fff;
    padding: 10px 10px 10px 0;
}
.form-control.srchinpt {
    border-radius: 31px;
    padding-right: 46px;
    font-size: .775rem;
}
.srchbtnx {
    position: absolute;
    top: 10px;
    right: 10px;
}
    .srchbtnx  .btn-srch {
        position:relative;
    }
        .srchbtnx .btn-srch:before {
            position: absolute;
            content: '';
            left: 0;
            top: 6px;
            height: calc(100% - 12px);
            width: 1px;
            background: #e0e0e0;
        }
.rsdybx {
    background: #eff3f6;
    padding:12px;
}
.sggtbybx {
    background: #e4e9ed;
    padding: 12px;
}
.sggttl{
    font-size:.8rem;
    margin-right:.5rem;
}
.sgtlx{
    font-size:.875rem;
    font-weight:bold;
}
.sgsbtl {
    font-size: .815rem;
}
.mt3{
    margin-top:12px;
}
.mb3 {
    margin-bottom: 12px;
}
.exdsci {
    margin-right: 10px;
    vertical-align: top;
    height: 28px;
}
.tprdtls{
    width:100%;
}
.lblttl {
    font-size: .815rem;
}
.xpsvls{
    font-size:.875rem;
    font-weight:bold;
    color:#1e8acb;
}
.xpsdtls{
    font-size:1rem;
    font-weight:bold;
    margin-bottom:12px;
}
.blldte{
    margin-left:10px;
    font-size:.815rem;
}
.bllbx {
    border: 1px solid #dfdfdf;
    border-radius: .5rem;
    margin-bottom: 15px;
    background: #f7f8fa;
    position:relative;
    width:calc(100% - 50px);
}
    .bllbx.actnbl {
        background: #fff;
    }
.actbtnx {
    position: absolute;
    right: -36px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}
.btnscss {
    padding: .5rem .65rem;
    background: #23bf08;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    width: 36px;
    margin-bottom:6px;
    cursor:pointer;
}
.btndngr {
    padding: .5rem .65rem;
    background: #ef4e53;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    width: 36px;
    cursor: pointer;
}
.appvrx{

}
.blhdr {
    border-bottom: 1px solid #dfdfdf;
    padding: 8px 12px;
}
.mlm12{margin-left:-13px;}
.bos-pill {
    border: 1px solid #9b9b9b;
    padding:.3rem .75rem;
    border-radius:1rem;
}
.boscs-pill {
    border: 1px solid #23bf08;
    padding: .3rem .75rem;
    border-radius: 1rem;
    color: #23bf08;
}
.blbxft {
    padding: 6px 12px;
    background: #e4e9ed;
    font-size:.815rem;
    color:#000;
}
.blbxmd{
    padding-left:6px;
    padding-right:6px;
}
.clbdy{
    padding:12px 6px;
    font-size:.825rem;
}
.attchmt img{
    height:20px;
}
.form-control.fcbb{
    border-top:0;
    border-left:0;
    border-right:0;
    border-radius:0;
    background:transparent;

}
.blbxmd .expamnt .expsbh {
    color: #525252;
    margin-bottom: .5rem;
    font-size: .8rem;
}
.blbxmd .expamnt .expval {
    font-size: 1.15rem;
    font-weight: bold;
}
    .blbxmd .expamnt .expval img {
        height: 14px;
    }
.chbxwlbl{
    margin-right:10px;
}
.fgc select {
    display: block;
    width:100%;
    height: calc(1.85rem + 1px);
    font-size: .83rem;
    padding: .30rem .60rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
    .fgc select:disabled, .fgc select[readonly] {
        background-color: #e9e9e9;
        opacity: 1;
        cursor: not-allowed;
    }
    .hlnks{
        padding:.55rem .65rem 0 1.75rem;
        font-weight:bold;
    }
.ttlEmp {
    color: #1e8acb;
    font-weight:bold;
    margin-left:4px;
}
.badge.empActive {
    background: #23bf08;
    color: #fff;
    text-transform:capitalize;
}
.badge.empInActive {
    background: #ef4e53;
    color: #fff;
    text-transform: capitalize;
}
.badge.empSuspended {
    background: #939393;
    color: #fff;
    text-transform: capitalize;
}
.jdDscDsbld {
    background-color: #e9e9e9;
    opacity: 1;
    cursor: not-allowed;
    display: block;
    min-height: calc(1.85rem + 1px);
    font-size: .83rem;
    padding: .30rem .60rem;
    line-height: 1.5;
    color: #000;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.jbtype {
    font-size: .875rem;
    margin-bottom: 5px;
}
.inrttl {
    font-size: .875rem;
    font-weight: bold;
    display: block;
    color: #202e39;
    margin-bottom: .5rem;
}
.ksl {
    margin-bottom: .7rem;
}
.bdg {
    background: #eee;
    color: #525252;
    padding: .3rem .5rem .35rem;
    border-radius: .25rem;
    font-size: .8rem;
    line-height: .75rem;
    display: inline-block;
    margin: 0 5px 5px 0;
}
.job-box-footer {
    background: #f9f9f9;
    padding: .5rem 1rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.ft-wdgt {
    color: #999;
    font-size: .8rem;
    margin-right: 30px;
}
.jdhding {
    font-size: .875rem;
    font-weight: bold;
    display: block;
    color: #000;
}
.jddttl {
    font-weight: 400;
    margin-bottom: 1.6rem;
    line-height: 1.8;
    font-size: 14px;
    color: #474848;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d8e2ea !important;
    border: 1px solid #d0dbe4 !important;
    color: #28323c;
}
.pageTitle {
    font-weight: bold;
    font-size: .845rem;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: .65rem;
}
    .pageTitle:before {
        position: absolute;
        content: '';
        width: 70px;
        height: 2px;
        left: 0;
        bottom: 0;
        background: rgba(215,222,226,.5);
    }
    .pageTitle:after {
        position: absolute;
        content: '';
        width: 25px;
        height: 2px;
        left: 0;
        bottom: 0;
        background: #1e8acb;
    }
.btnsec{
    margin-top:.35rem;
}
.mwd75{
    max-width:75px;
}
.chkd {
    display: none;
}

.schdlVst {
    background: #eff3f6;
    border-radius: .35rem;
    margin-bottom: .75rem;
    width: 375px;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.schdlVstChs {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50.0%;
}

    .schdlVstChs input[type=radio], .schdlVstChs input[type=checkbox] {
        opacity: 0;
        position: absolute;
        min-height: 34px;
        width: 100%;
        cursor: pointer;
    }


    .schdlVstChs input:checked ~ label .chkd {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 6px;
        height: 13px;
    }

    .schdlVstChs label {
        padding: .5rem 1rem;
        background: transparent;
        font-size: .825rem;
        line-height: .875rem;
        color: #000;
        border-radius: .35rem;
        cursor: pointer;
        font-weight: 500;
        margin-bottom: 0;
        border: 1px solid transparent;
        width: 100%;
    }

    .schdlVstChs input:checked ~ label {
        background: #fff;
        color: #0078d5;
        border: 1px solid #0078d5;
        border-radius: .35rem;
        cursor: pointer;
        padding: .5rem 2rem .5rem 1rem;
    }
.table.tblslb {
    border-radius: .25rem;
    /* border: 1px solid #dbe4e6; */
    margin-bottom: 0;
}
.tblslb tr td {
    border: 1px solid #d5d5d5;
    padding: 0;
    vertical-align: middle;
}
    .tblslb tr td.nbdr {
        border: 0;
    }
    .tblslb tr td label {
        margin-bottom: .15rem;
    }
.form-control.form-control-wsh {
    border-radius: 0;
    border: 0;
    height: calc(1.85rem + 1px);
    padding: .275rem .5rem;
    font-size: .8rem;
}
.txnote{
    font-size:.725rem;
    color:#939393;
    font-weight:400;
    text-transform:capitalize;
}
.bdgXE {
    border-radius: .25rem;
    border:1px solid #f5cdd1;
    background-color: #ffe2e6;
    color: #d2091f;
    display: inline-block;
    padding: .125rem .35rem .115rem;
    font-size: .72rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .175rem;
    text-transform: capitalize;
    font-weight: bold;
}
.docLnk a { 
    color:#525252;
}
.docLnk a:hover{
    color:#1e8acb;
    text-decoration:underline;
}
.lblTitle {
    font-weight: bold;
    position: relative;
    margin-bottom: .7rem;
}
.pubox {
    width: 160px;
    height: 160px;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}
    .pubox .uploadpic {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .pubox .puboxfile {
        overflow: hidden;
        padding: 3px 5px;
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        background: 0 0;
        text-align: center;
    }
        .pubox .puboxfile .flabel {
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center;
            background: #74787b;
            padding: 0.7rem 0.875rem 0.6rem;
            border-bottom-left-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
            white-space: nowrap;
            width: 100%;
            font-size: .835rem;
            line-height: .835rem;
            text-transform: capitalize;
        }
        .pubox .puboxfile input.uploadfile {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
            opacity: 0;
        }