html {
    height: 100%;
}

body.dashboard {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: #f2f2f2;
    /*        position: relative;*/
}

    body.dashboard,
    body.inner-page,
    body.body-scroll {
        background: url("../images/bg_jtc.png") no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        /*    overflow: hidden;*/
    }

.body-scroll {
    height: auto;
    overflow-y: scroll;
}

body.dashboard {
    overflow: hidden;
}

body.inner-page {
    position: relative;
    height: 100%;
}

body.form-page {
    min-height: 100%;
    height: auto;
}

.pad0 {
    padding: 0 !important;
}

.light-bluebg {
    background: #e0edf7;
}

.light-graybg {
    background: #f8f9fb;
}

a:focus,
a:hover {
    text-decoration: none;
}

.btn.btn-red {
    background: #b22e3d;
}

.h-100 {
    height: 100%;
}

.container-fluid {
    width: 97%;
}

text-center {
    text-align: center;
}

.white-color {
    color: #fff;
}

.bg-white,
.white-bg {
    background: #fff;
}

.btn-white {
    background: #fff;
    color: #000;
}

h1 {
    color: #b22e3d;
    font-size: 35px;
}

.blue-color {
    color: #003f71;
}

.header img {
    width: 230px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6;
}

body.dashboard:after,
body.inner-page:after,
body.body-scroll:after {
    content: "";
    position: fixed;
    background: rgba(0, 63, 113, 0.7);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 5px 20px 5px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-height: 85px;
    /* page-break-after: right; */
}

.content,
.m-top {
    margin-top: 80px;
}

    .content ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
    }

        .content ul li,
        .content ul li a {
            background: #fff;
            min-height: 220px;
            display: block;
            padding: 0 35px;
            border-radius: 19px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
            width: 265px;
            color: #333;
            font-size: 25px;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-transform: uppercase;
            line-height: 1.3em;
            font-weight: 500;
        }

        .content ul li {
            margin: 0 20px;
        }

            .content ul li img {
                margin-bottom: 24px;
            }

.fingure-img {
    width: 82px;
}

.down-arrow {
    position: absolute;
    bottom: 7%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.tab-content .btns-group li a.btn img,
.fingure-img {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.content.jtc-content ul li a {
    background: rgba(31, 70, 113, 0.8);
    color: #fff;
    font-size: 43px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

    .content.jtc-content ul li a:after,
    .content.jtc-content ul li a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-block;
        border-radius: 19px;
        height: 100px;
        width: 150px;
        -webkit-box-shadow: 0 0 0 0 rgba(77, 107, 141, 0.12);
        -ms-box-shadow: 0 0 0 0 rgba(77, 107, 141, 0.12);
        -o-box-shadow: 0 0 0 0 rgba(77, 107, 141, 0.12);
        box-shadow: 0 0 0 0 rgba(77, 107, 141, 0.12);
        -webkit-animation: rippleOne 3s infinite;
        animation: rippleOne 2s infinite;
    }

    .content.jtc-content ul li a:before {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

    .content.jtc-content ul li a:after {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

.form-control {
    background-color: #4d6b8d0a;
    font-size: 15px;
    border-color: #4d6b8d57;
}

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #4d6b8d12;
        cursor: not-allowed;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #4b698b;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 105, 139, 0.09);
        box-shadow: 0 0 0 0.2rem rgba(75, 105, 139, 0.09);
    }

.btn {
    background: rgba(31, 70, 113, 0.8);
    color: #fff;
    padding: 6px 21px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 20px;
}

    .btn:hover {
        color: #fff;
        webkit-transform: translatey(-1px);
        -webkit-transform: translatey(-1px);
        transform: translatey(-1px);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        opacity: 1 !important;
    }

.white-box {
    background: #fff;
    padding: 66px 73px 45px;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
}

.btn-group li {
    margin: 0 10px;
}
/*
.form-group {
    margin-bottom: 1rem;
    background: #f2f2f2;
}
*/
label {
    margin-bottom: 0;
}

.modal-content .details-list li {
    border-bottom: 1px solid #ebedf2;
    border-right: 1px solid #ebedf2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
}




.paddingrigt {
    padding-right: 0px !important;
}

table.dataTable thead th, table.dataTable tfoot th {
    color: dimgray;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 13px;
    border-right: 1px solid #dee2e6;
    background-color: #e9ecef;
    border-bottom: 2px solid #dee2e6;
}





/*
@media (min-width: 992px) {
  .details-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 19%;
    margin-right: 1%;
}
}
*/
/*
@media(min-width:992px) {
   .modal-content .details-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 50%;
        margin-right: 1%;
        margin-bottom: 3px;
    }
}
*/
.details-list li .bg-secondary,
.bg-secondary {
    font-weight: 500;
    color: #19587d;
    background-color: #e7edf0 !important;
    padding: 4px 13px;
}

.details-list li {
    border-top: 1px solid #ebedf2;
}

.btns-group li a.btn {
    padding: 0;
    margin-bottom: 27px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
    position: relative;
}

    .btns-group li a.btn .status:after {
        right: 10px;
        top: 5px;
        left: auto;
    }

    .btns-group li a.btn:hover,
    .btns-group li a.btn:focus {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .btns-group li a.btn img {
        width: 41px;
        margin-right: 9px;
    }

.table-entry {
    background: #fff;
    padding: 9px 0 0;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-weight: 500;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

input[type=number],
.time_pick .form-control {
    width: 113px;
    height: 42px;
}

.table select.form-control:not([size]):not([multiple]) {
    height: 42px;
    width: 109px;
    padding: 3px;
}

.table td {
    font-size: 13px;
    /*    text-transform: uppercase;*/
    vertical-align: middle;
    padding: 5px 0.75rem;
    border-right: 1px solid #dee2e6;
}

.table tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.timepicker_wrap {
    width: 206px;
}

.arrow_top {
    left: auto !important;
    right: 20px !important;
}

.timepicker_wrap {
    right: 0;
    left: auto !important;
}

.table .thead-light th {
    border-right: 1px solid #dee2e6;
}

.add-btn i {
    background: #f8f9fb;
    height: 40px;
    border-color: #4d6b8d57;
    border: 1px solid #4d6b8d57;
    padding: 7px 0px;
    border-radius: .25rem;
    color: #b22e3d;
    font-size: 22px;
    width: 100%;
    text-align: center;
}

.item {
    padding: 8px 0;
    border-bottom: 1px solid #dee2e6;
}

    .item:last-child {
        border-bottom: 0;
    }

.status,
.custom-control {
    /*    position: relative;*/
    padding-left: 24px;
}

.table-summary .table tr td .status {
    position: relative
}

table .custom-control {
    /*    position: relative;*/
    padding-left: 0px;
}

.favourite-list .custom-control {
    position: relative;
    padding-left: 0;
}

.status:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.status.green:after {
    background: #2aa5a2;
}

.status.red:after {
    background: #b22e3d;
}

.status.disabled:after {
    background: gray;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    background: #dce6f1;
    z-index: 9;
    display: block;
    width: 100%;
}

.custom-control-label::before,
.custom-control-label::after {
    width: 19px;
    height: 19px;
    left: 15px;
    top: 11px;
}

.radio-btns .custom-control-label::before,
.radio-btns .custom-control-label::after {
    width: 25px;
    height: 25px;
    left: 15px;
    top: 4px !important;
    border-radius: 50% !important;
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #4a80ab;
    background-size: 68%;
    background-repeat: no-repeat;
    background-position: 64% 46%;
}

.custom-control-label::after {
    background: #b8d3e8;
}

.custom-control-label {
    margin-bottom: 0;
    width: 100%;
    padding: 7px 9px 3px 41px;
    font-size: 14px;
}

.alert.alert-submitted {
    position: absolute;
    padding: 23px 20px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    left: 0;
    right: 0;
    width: 50%;
    top: 50%;
    margin: 0 auto;
    text-align: center;
}

.nfc-img {
    width: 63px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 27px 20px 42px;
    font-size: 18px;
    color: #003f71;
    font-weight: 600;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-right: 1px solid #ddd;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .nav-tabs .nav-link span.time-div {
        position: absolute;
        bottom: 0;
        background: #e9ecef;
        padding: 4px 9px;
        color: #2aa5a2;
        font-size: 18px;
    }
/*
.nav-tabs .nav-link img {
    margin: 0 10px 11px 0;
}
*/
.jtc-content .nav-tabs .nav-item {
    margin-bottom: -1px;
    text-align: center;
    width: 20%;
}

.jtc-content .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    width: 100%;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: table;
    width: 100%;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        display: table-cell;
        text-align: center;
    }

    .nav-tabs .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 18px;
    }

    .nav-tabs .nav-link.green:before {
        background: #2aa5a2;
    }

    .nav-tabs .nav-link.red:before {
        background: #b22e3d;
    }

    .nav-tabs .nav-link.gray:before {
        background: #ccc;
    }

    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link:focus {
        -webkit-box-shadow: 0px 0px 6px 0px #716f6f;
        box-shadow: 0px 0px 6px 0px #716f6f;
        background: #fff;
        z-index: 99;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-tabs .nav-link.active {
        -webkit-box-shadow: 0px 0px 6px 0px #716f6f;
        box-shadow: 0px 0px 6px 0px #949292e3;
    }

    .nav-tabs .nav-link#tab-1 {
        background: url("../images/active-bg.png");
    }

    .nav-tabs .nav-link#tab-2 {
        background: url("../images/red-bg.png");
    }

    .nav-tabs .nav-link#tab-3 {
        background: url("../images/red-bg.png");
    }

    .nav-tabs .nav-link#tab-4 {
        background: url("../images/gray-bg.png");
    }

    .nav-tabs .nav-link#tab-5 {
        background: url("../images/gray-bg.png");
    }

    .nav-tabs .nav-link:hover:before,
    .nav-tabs .nav-link:focus:before {
        height: 12px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.tab-content .btns-group li a.btn {
    padding: 0;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: #309f9c; */
    max-width: 304px;
    width: 100%;
    height: 180px;
    border: 0;
    position: relative;
    background: rgb(24, 76, 114);
    background: linear-gradient(45deg, rgba(24, 76, 114, 1) 0%, rgba(102, 204, 200, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#184c72', endColorstr='#66ccc8', GradientType=1);
}

.tab-content .btns-group li .btn:not(:disabled):not(.disabled).active,
.tab-content .btns-group li .btn:not(:disabled):not(.disabled):active {
    background-image: linear-gradient(45deg, rgba(24, 76, 114, 1) 0%, rgba(102, 204, 200, 1) 100%);
}

.tab-content .btns-group li a.btn:hover,
.tab-content .btns-group li a.btn:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tab-content .btns-group li a.btn img {
    margin-right: 20px;
    width: 68px;
}

.fill-detail:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #b22e3d;
    border-radius: 50%;
    top: 14px;
    right: 14px;
}

.btn-white,
.btn-white:hover,
.btn-white:focus {
    background: #fff;
    color: #000;
}

.details {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 8px 0px #777373;
    box-shadow: 1px 1px 8px 0px #777373;
    padding: 51px 10px 0;
    -webkit-transition: 0.3s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

    .details.open {
        top: 0;
        -webkit-transition: 0.3s;
        -webkit-transition: 0.1s;
        transition: 0.1s;
        z-index: 999;
    }

.close-info-btn {
    position: absolute;
    top: 2px;
    right: 24px;
    color: #000;
    font-size: 31px;
}

@media(max-width:1199px) {
    .tab-content .btns-group li a.btn img {
        margin-right: 6px;
        width: 56px;
    }
}

@media(max-width:991px) {
    .details {
        top: -100%;
    }
}

.btns-group li a.btn img,
.fingure-img,
.nfc-img,
.pulse.animated {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.more-details {
    position: absolute;
    width: 0%;
    left: -100%;
    top: 43px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(125, 124, 124, 0.8588235294117647);
    box-shadow: 0px 0px 10px -2px rgba(125, 124, 124, 0.8588235294117647);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    padding: 0px;
}

    .more-details.show {
        width: calc(100% - 40px);
        left: 40px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        z-index: 9;
        top: 43px;
    }

    .more-details .table td {
        height: 53px;
    }

.table-entry .table-responsive {
    position: relative;
}

.stickey-div a {
    background: #346b9c;
    color: #fff;
    padding: 7px 10px;
    position: absolute;
    left: -58px;
    height: 38px;
    width: 157px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 102px;
    text-align: center;
    font-size: 14px;
}

.table .thead-light th {
    white-space: nowrap;
}

    .table .thead-light th:first-child,
    .table td:first-child {
        border-left: 1px solid #dee2e6;
    }

.main-details .table td {
    height: 53px;
}

.custom-ml {
    padding-left: 40px;
}

.border-box {
    border: 1px solid #dee2e6;
}

.lead {
    padding: 10px 10px;
    font-size: 14px;
}

.bg-gray {
    background: #e9ecef;
}

.table-summary .table td {
    border: 0;
    border-top: 1px solid #dee2e6;
}

.table-summary .table tr:first-child td,
.table-summary .table tr:first-child td:last-child {
    border-top: 0;
}

.table-summary .table tr td:last-child,
.table-summary .table th:last-child {
    text-align: right;
    background: #e9ecef;
    color: #333;
}

.table-summary .table tr td {
    padding: 5px 0.75rem;
}

.table-summary .table tr:last-child td {
    border-bottom: 0;
}

.table-summary .table tr td:last-child {
    font-size: 13px;
    border-top: 1px solid #fff;
}

.summary-box {
    /*
    height: 388px;
    overflow-y: auto;
*/
    position: relative;
}

.position-relative {
    height: 374px;
}

.total-hours {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #c9d8e8;
    padding: 27px;
}

    .total-hours .table td:first-child {
        font-size: 17px;
        text-align: center;
    }
/*
.work-hours {
    height: 266px;
    overflow-y: auto;
}
*/
.work-hours th {
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 99;
    border-top: 0;
}

.total-hours .table td {
    font-weight: 600;
}

.total-hours .table tr:last-child td {
    border-bottom: 0;
}

.swal-text {
    font-size: 28px;
}

.swal-footer {
    text-align: center;
}

.swal-button,
.swal-button:not([disabled]):hover {
    background: rgba(31, 70, 113, 0.8);
}

.bg-white {
    background: #fff;
    margin-top: 6px;
    padding: 10px 10px;
}

    .bg-white .custom-control-label {
        padding: 0px 9px 0px 41px;
        font-size: 16px;
    }

        .bg-white .custom-control-label::before,
        .bg-white .custom-control-label::after {
            top: 3px;
        }

    .bg-white li {
        margin: 0 20px;
    }

    .bg-white .custom-control-label::after {
        background: #4c789a;
    }

.version-text {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #396f998c;
    padding: 0 25px;
}

    .version-text p {
        font-weight: 300;
        color: #fff;
        font-size: 14px;
        margin: 0px 0;
    }

.sub-header .custom-control-label::before,
.sub-header .custom-control-label::after {
    top: 8px;
}

@media(max-width:1440px) {
}

.header {
    height: 85px;
}

.content,
.m-top {
    margin-top: 71px;
}

input[type=number],
.time_pick .form-control {
    width: 113px;
}

}

.details-left,
details-right {
    width: 50%;
    height: 100%;
}
/*
.details-left{
    background: url("../images/bg-white.jpg");
    background-size: cover;
}
*/
.details-right {
    background: rgb(64, 153, 188);
    background: url(../images/bg.png), linear-gradient(135deg, rgba(64, 153, 188, 1) 35%, rgba(89, 219, 204, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4099bc', endColorstr='#59dbcc', GradientType=1);
    background-size: cover;
}

.details-left img {
    width: 30px;
}

.details-left {
    padding: 60px 55px;
}

.details-left .btn {
   padding: 8px 48px;
}

.top-header {
    position: absolute;
    /*top: 76px;*/
    top: 0px;
    width: 100%;
    background: #f5f3f3;
    padding: 10px 51px;
    left: 0;
    right: 0;
}

.supervisor-blocks.content ul li,
.supervisor-blocks.content ul li a {
    width: 305px;
    -webkit-transition: 0.3s;
}

    .supervisor-blocks.content ul li:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

@media(max-width:1199px) {
    .supervisor-blocks.content ul li,
    .supervisor-blocks.content ul li a {
        width: 250px;
    }
}

@media(max-width:991px) {
    .supervisor-blocks.content ul li,
    .supervisor-blocks.content ul li a {
        width: 209px;
    }

    .supervisor-blocks.content ul li {
        margin: 0 6px;
    }

    .details-left {
        padding: 81px 49px;
    }
}

.work-allotment .nav-tabs {
    display: inline-block;
    margin-bottom: -7px;
}

    .work-allotment .nav-tabs .nav-link:before {
        display: none;
    }

    .work-allotment .nav-tabs .nav-link.active,
    .work-allotment .nav-tabs .nav-link:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #40719a;
        color: #fff;
    }

    .work-allotment .nav-tabs .nav-link {
        padding: 10px 64px 12px;
        border: 1px solid #ddd;
        border-bottom: 0;
        margin: 1px;
        color: #333;
    }

.work-allotment .tab-content {
    background: #fbfdff;
    padding: 6px 18px 0;
}

.margin-top {
    margin-top: 125px;
}

.border-line {
    border-top: 2px dashed rgba(0, 0, 0, .1);
    margin: 3px 0;
}

.or-spacer {
    margin-top: 54px;
    margin-left: 100px;
    width: 400px;
    position: relative;
    margin-bottom: 40px;
    width: 52%;
    margin: 54px auto 40px;
}

    .or-spacer .mask {
        overflow: hidden;
        height: 20px;
    }

    .or-spacer span {
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: 100%;
        margin-bottom: -25px;
        left: 50%;
        margin-left: -25px;
        border-radius: 100%;
        -webkit-box-shadow: 0 2px 4px #999;
        box-shadow: 0 2px 4px #999;
        background: white;
    }

        .or-spacer span i {
            position: absolute;
            top: 4px;
            bottom: 4px;
            left: 4px;
            right: 4px;
            border-radius: 100%;
            border: 1px dashed #aaa;
            text-align: center;
            line-height: 40px;
            font-style: normal;
            color: #999;
        }

    .or-spacer .mask:after {
        content: '';
        display: block;
        margin: -25px auto 0;
        width: 100%;
        height: 25px;
        border-radius: 125px / 12px;
        -webkit-box-shadow: 0 0 8px black;
        box-shadow: 0 0 8px black;
    }

.or-spacer-vertical.right span {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50%;
    margin-bottom: -25px;
    left: -5px;
    margin-left: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 4px #999;
    box-shadow: 0 2px 4px #999;
    background: white;
}

    .or-spacer-vertical.right span i {
        position: absolute;
        top: 4px;
        bottom: 4px;
        left: 4px;
        right: 4px;
        border-radius: 100%;
        border: 1px dashed #aaa;
        text-align: center;
        line-height: 40px;
        font-style: normal;
        color: #999;
    }

.or-spacer-vertical {
    display: inline-block;
    margin-top: 0;
    margin-left: 28px;
    width: 100px;
    position: relative;
}

    .or-spacer-vertical .mask {
        overflow: hidden;
        width: 20px;
        height: 200px;
    }

    .or-spacer-vertical.right .mask:before {
        content: '';
        display: block;
        margin-left: 20px;
        width: 20px;
        height: 100%;
        border-radius: 12px / 125px;
        -webkit-box-shadow: 0 0 8px black;
        box-shadow: 0 0 8px black;
    }

.bg-white.work-allotment {
    position: relative;
    overflow: hidden;
}

    .bg-white.work-allotment .details-list li {
        margin: 0 20px;
        display: block !important;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-bottom: 2px;
    }

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e2dfdf;
    border-radius: 4px;
    background: #f8f9fb;
    height: 38px;
    padding: 4px 7px;
    font-size: 15px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px;
        right: 6px;
    }

@media(max-width:1440px) {
    .margin-top {
        margin-top: 121px;
    }

    .or-spacer-vertical {
        margin-left: 13px;
    }
}

.forget-btn {
    color: #4d6b8d;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.list-actions li a {
    color: #fff;
    padding: 6px 6px;
    font-size: 16px;
    width: 33px;
    height: 33px;
    display: block;
    text-align: center;
    margin: 0 3px;
}

    .list-actions li a.view {
        background: #346b9c;
    }

    .list-actions li a.edit {
        background: #efa53f;
    }


    .list-actions li a.delete {
        background: #b4293a;
    }

    .list-actions li a.break {
        font-size: 17px;
        background: #22c1ba;
    }

    .list-actions li a.approve {
        font-size: 17px;
        background: #3CB371;
    }

.bg-white .list-actions li {
    margin: 0px;
}

.edit-details .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}

.edit-details .details-list li {
    border-top: 1px solid #ebedf2;
    display: block !important;
    max-width: 100%;
    border-left: 1px solid #ebedf2;
}

    .edit-details .details-list li .form-control {
        border-radius: 0;
    }

.bg-secondary {
    padding: 4px 13px;
    font-size: 14px;
}

select.form-control:not([size]):not([multiple]) {
    height: 42px;
}

.action-status {
    padding: 6px 10px;
    color: #fff;
}

    .action-status.green {
        background: #2aa5a2;
    }

    .action-status.red {
        background: #b22e3d;
    }

    .action-status.blue {
        background: #346b9c;
    }

    .action-status.grey {
        background: #999e9e;
    }

/*
.jtc-content .input-group.form-sm {
    width: 13%;
}
*/
.jtc-content .input-group.form-sm .form-control {
    background: #e9ecef;
    border-color: #e9ecef;
    border-radius: 0;
}

.jtc-content .input-group.form-sm .input-group-text.purple {
    background: #fff;
    border-color: #fff;
    padding: 8px 12px;
    border-radius: 0;
}

    .jtc-content .input-group.form-sm .input-group-text.purple i {
        color: #4d6b8d !important
    }

.table .custom-control-label::before,
.table .custom-control-label::after {
    left: -7px;
    top: 4px;
}

.table .custom-control-label {
    padding: 0;
}

.bg-white .table .custom-control-label {
    padding: 0;
}

.remarks-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 31%;
}

.activity-hours {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #f8f9fb;
    padding: 8px;
    margin-right: 15px;
    width: 168px;
    float: right;
}

.remarks-box {
    height: 209px;
}

.hours-box {
    background: #e9ecef;
    padding: 15px 10px !important;
}

.hrs-unit {
    font-size: 13px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.swal2-container .swal2-actions {
    display: none;
}

#swal2-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 177px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 20px auto 0;
}

@media(max-width:1024px) {
    .main-details {
        width: 100%;
        overflow-x: auto;
    }

    .more-details {
        width: calc(100% - 40px);
        overflow-x: auto;
    }
}

body.swal2-height-auto.inner-page {
    height: 100% !important;
}

.assign-work {
    font-size: 25px;
    padding: 11px 19px;
}

.status-span {
    padding: 4px 7px;
}

    .status-span.blue {
        background: #346b9c;
        color: #fff;
    }

    .status-span.green {
        background: #2aa5a2;
        color: #fff;
    }

    .status-span.gray {
        background: #999e9e;
        color: #fff;
    }

.list-actions li a.pending {
    background: #999e9e;
}

.add-more .fas {
    font-size: 27px;
    color: #b4293a;
}

.work-allotment.white-bg {
    position: relative;
    overflow: hidden;
}

.input-group-text.blue {
    padding: 10px 13px;
    border-radius: .25rem 0 0 .25rem !important;
    background-color: #346b9c;
}

.add-remarks {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 0;
}

.dashboard .content ul li span {
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swal-button--danger {
    background-color: #b22d3d !important;
}

.swal-button,
.swal-button:not([disabled]):hover {
    color: #fff;
}

.swal-button--danger:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-large {
    max-width: 1000px;
    margin: 1.75rem auto;
    width: 90%;
}
/*----------------*/
#msform {
    position: relative;
    margin-top: 0px
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 0px;
        position: relative;
        min-height: 492px;
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E
        }

    #msform .action-button {
        background: #40709a;
        cursor: pointer;
        padding: 10px 5px;
        background: rgba(31, 70, 113, 0.8);
        color: #fff;
        padding: 7px 21px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: .25rem;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 3px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none;
        border: 0;
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
        }

    #msform .action-button-previous {
        background: #40709a;
        cursor: pointer;
        padding: 10px 5px;
        background: rgba(31, 70, 113, 0.8);
        color: #fff;
        padding: 10px 21px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 3px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none;
        border: 0;
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #2aa5a2;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 21px;
        width: 33.33%;
        float: left;
        position: relative;
        text-transform: uppercase;
        color: #a2a2a2;
        text-align: center;
    }

    #progressbar #account:before {
        content: "1"
    }

    #progressbar #personal:before {
        content: "2"
    }

    #progressbar #confirm:before {
        content: "3"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: #a2a2a2;
        border-radius: 50%;
        margin: 0 auto 2px auto;
        padding: 2px;
        z-index: 999;
        position: relative;
    }

    #progressbar li:after {
        content: '';
        width: 0%;
        height: 5px;
        background: lightgray;
        position: absolute;
        left: 50%;
        top: 24px;
        z-index: 9;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    #progressbar li.active:after {
        width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #2aa5a2;
    }

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#progressbar li#confirm.active:after {
    display: none;
}

.inner-tabcontent .nav-tabs .nav-item {
    display: block;
    width: 100%;
}

    .inner-tabcontent .nav-tabs .nav-item .nav-link {
        padding: 9px 19px 11px;
        background: #e9eff6;
        border: 0;
        font-size: 18px;
        color: #40719a;
        border-radius: 0;
        border-bottom: 2px solid #fff;
    }

        .inner-tabcontent .nav-tabs .nav-item .nav-link.active {
            background: #e9eff6;
            border-right: 0;
            margin-right: 0;
        }

.inner-tabcontent .tab-content {
    background: #fff;
    padding: 20px 20px 20px 45px;
    min-height: 260px;
    border: 1px solid #e9eff6;
    margin-bottom: 20px;
}

.inner-tabcontent .bg {
    height: 99px;
    background: #e9eff6;
}

.inner-tabcontent .nav-tabs {
    border-bottom: 0;
}

    .inner-tabcontent .nav-tabs .nav-item .nav-link.active:after {
        content: "\f0da";
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        position: absolute;
        right: -21px;
        font-size: 63px;
        z-index: 9;
        color: #e9eff6;
        top: 4px;
        line-height: 40px;
    }

.bg-white .custom-control-label {
    padding: 3px 8px 3px 41px;
    font-size: 18px;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: none;
}

.bg-white .custom-control-label::before,
.bg-white .custom-control-label::after {
    top: 7px;
    left: 9px;
}

option:after {
    content: " ";
    height: 5px;
    width: 5px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

option.red:after {
    background: #c00;
}

option.green:after {
    background: #0c0;
}

option.blue:after {
    background: #00c;
}

span.fav {
    /* display: flex; */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #d6dce2;
    color: #333;
    padding: 6px 7px;
    text-align: center;
    /* max-width: 76px; */
    /* width: 100%; */
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
}

    span.fav a i {
        color: #333;
    }

.select2-container--default .select2-selection--multiple {
    background-color: #f8f9fb;
    border: 1px solid #e2dfdf;
    border-radius: 4px;
    cursor: text;
    min-height: 38px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e2dfdf;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d6dce2;
    border: 1px solid #d6dce2;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #333;
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 500;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #333 !important;
    font-size: 20px;
    font-weight: 500;
    margin-right: 8px;
    line-height: 19px;
    /* margin-bottom: -2px; */
    vertical-align: middle;
}

#msform .action-button.next {
    float: right;
    margin-right: 100px;
    position: absolute;
    bottom: 32px;
    right: 0;
    width: auto;
}

#msform .action-button-previous {
    margin-left: 100px;
    position: absolute;
    bottom: 32px;
}

.submit-btn {
    float: right;
    margin-right: 100px !important;
    right: 0;
}

#progressbar li {
    position: relative;
}

    #progressbar li span:after {
        content: "";
        position: absolute;
        width: 100%;
        left: 50%;
        background: #a2a2a2;
        height: 2px;
        top: 25px;
    }

.white-bg.overflow-hidden {
    position: relative;
    overflow: hidden;
}

.details-wizard {
    padding: 51px 42px 0;
}

span.fav a {
    margin-left: 10px !important;
}

#msform .form-group {
    margin-bottom: 8px;
}

#select2-select1-results .select2-results__option,
#select2-select2-results .select2-results__option {
    position: relative;
    padding-left: 27px;
}

    #select2-select1-results .select2-results__option:before,
    #select2-select2-results .select2-results__option:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #2aa5a2;
        left: 7px;
        top: 13px;
        border-radius: 50%;
    }

    #select2-select1-results .select2-results__option:after,
    #select2-select2-results .select2-results__option:after {
        content: "*";
        position: absolute;
        font-size: 20px;
        /* left: 7px; */
        top: 5px;
        border-radius: 50%;
        color: #d81111;
        right: 9px;
    }

.custom-pad-left {
    padding-left: 40px !important;
}

.supervisor-more-details.show {
    width: calc(100% - 56px);
}

.table-review tr:nth-child(1) td,
.table-review tr:nth-child(2) td,
.table-review tr:nth-child(3) td {
    background: #f1f5f9;
}

.table-review tr:nth-child(5) td,
.table-review tr:nth-child(6) td {
    background: #f1f5f9;
}

.tab-content label {
    text-transform: capitalize;
}

.custom-margin-bottom {
    margin-bottom: 50px;
}

.total-assign span {
    font-size: 21px;
    vertical-align: middle;
    margin-left: 2px;
    font-weight: 600;
}

.table-review,
.margin-bottom {
    margin-bottom: 65px;
}

@media(max-width:1199px) {
    .margin-top {
        margin-top: 136px;
    }
}

@media(max-width:991px) {
    .or-spacer-vertical.right span {
        width: 42px;
        height: 42px;
    }

        .or-spacer-vertical.right span i {
            line-height: 32px;
        }
}

.login-btn {
    position: absolute;
    top: 114px;
    right: 46px;
}

    .login-btn .btn {
        background: #fff;
        color: #b22d3d;
        text-decoration: none;
        font-weight: 600;
        border-radius: 4px;
        padding: 8px 24px;
        font-size: 17px;
    }

.select2-selection.select2-selection--multiple:after {
    content: "";
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 12px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.registration-form {
    padding: 19px 32px;
}

    .registration-form select.form-control:not([size]):not([multiple]) {
        height: 36px;
        padding: 4px 9px;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #4d6b8d !important;
    background: #4d6b8d !important;
}

.SumoSelect {
    width: 100% !important;
}

    .SumoSelect > .CaptionCont > span.placeholder {
        color: #444;
        font-style: normal;
        font-size: 15px;
    }

    .SumoSelect > .CaptionCont {
        border: 1px solid #e2dfdf;
        background-color: #f8f9fb;
        border-radius: 4px;
    }

.SelectBox {
    padding: 6px 8px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
    background-color: rgb(42, 165, 162);
}

@media(max-width:1199px) {
    .inner-tabcontent .bg {
        height: 49px;
        background: #fff;
    }

    .inner-tabcontent .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .inner-tabcontent .nav-tabs .nav-item .nav-link.active:after {
            right: 0;
            left: 0;
            bottom: -22px;
            top: auto;
            line-height: 28px;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .inner-tabcontent .nav-tabs .nav-item {
            display: block;
            width: 49%;
            margin: 0 2px;
        }
}

@media(max-width:991px) {
    .text-align-center-md {
        text-align: center !important;
    }

    .margin-top {
        margin-top: 189px;
    }
}

.btn-search {
    padding: 6px 15px !important;
    background: #cc4252;
    border-radius: 0 4px 4px 0;
}

.details-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
    margin-bottom: 33px;
}

.detail-list-items {
    background: #f8f9fb;
    border: 1px solid #ddd;
    padding: 8px 8px 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 50%; */
    margin: 0 5px;
    position: relative;
    border-radius: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    min-height: 97px;
    margin-bottom: 23px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(max-width:991px) {
    #exampleModalCenter #divOperatoins .detail-list-items {
        -ms-flex: 0 100%;
        -webkit-box-flex: 0;
        flex: 0 100%;
    }
}

.detail-list-items:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 7px;
    background: #2aa5a2;
}

.detail-list-items label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #4d6b8d;
}
/*
.detail-list-items > p:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px;
}
.detail-list-items > p:nth-child(2),
.detail-list-items > p:nth-child(3) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0 6px;
}
*/
.detail-list-items .more-details-view {
    width: 100%;
    display: none;
    opacity: 0;
}

    .detail-list-items .more-details-view.show {
        width: 90%;
        opacity: 1;
        position: fixed;
        background: #fff;
        z-index: 9999;
        display: block;
        left: 0;
        /* bottom: 0px; */
        /* top: 20%; */
        border: 1px solid #ddd;
        padding: 19px;
        background: #fff;
        max-width: 660px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        border-radius: 9px;
    }

.detail-list-items span {
    display: block;
    margin-bottom: 5px;
    word-break: break-all;
    margin-bottom: 0;
    font-size: 14px;
}

.show-more {
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 29px;
    height: 29px;
    background: #6e90b7;
    border-radius: 50%;
    color: #fff;
    display: block;
    z-index: 9;
    line-height: 30px;
}

.more-details-view > p > label {
    display: inline-block;
    width: 30%;
    float: left;
    margin-right: 10px;
}

.more-details-view p:after {
    content: "";
    clear: both;
    display: table;
}

.close-more-details-view {
    position: absolute;
    right: 23px;
    color: #cc4252 !important;
    font-size: 24px;
    /* background: #cc4252; */
    width: 31px;
    height: 31px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    font-weight: 500;
}

    .close-more-details-view .fas {
        color: #cc4252 !important;
    }

.more-details-view .label-value {
    display: inline-block;
    width: 67%;
    float: left;
}

.select2-dropdown {
    z-index: 9999 !important;
}

@media(max-width:991px) {
    .detail-list-items {
        -ms-flex: 0 100%;
        -webkit-box-flex: 0;
        flex: 0 100%;
    }
}

.pad-15 {
    padding: 15px;
}

.favourite-list {
    background: #e9ecef;
    position: relative;
    border: 1px solid #e9ecef;
     height: 100%; 
    overflow: auto;
    /*max-height: 356px;*/
    /* padding-bottom: 19px; */
    padding: 13px 4px;
}

    .favourite-list .custom-control-label::before,
    .favourite-list .custom-control-label::after {
        left: 9px;
        top: 9px;
    }

    .favourite-list .custom-control-label {
        padding: 7px 29px 7px 37px;
        text-align: left;
    }

.unfavourite-btn {
    position: absolute;
    right: 11px;
    color: #cc4252;
    font-size: 17px;
    top: 3px;
}

.favourite-list .add-btn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #2aa5a2;
    width: 100%;
    left: 0;
    text-align: center;
    margin-top: 15px;
}

    .favourite-list .add-btn a {
        display: block;
        padding: 10px 0;
        color: #fff;
    }

.below-margin {
    margin-bottom: 137px;
}

.table td:last-child .custom-control-label::before,
.table td:last-child .custom-control-label::after {
    left: 0;
    top: 4px;
    right: 0;
    margin: 0 auto;
}

@media(max-width:1199px) {
    .table .custom-control-label::before,
    .table .custom-control-label::after {
        left: -10px;
    }

    .favourite-list {
        margin-bottom: 28px;
    }

    .flex-lg-column-reverse .border-right {
        border-right: 0 !important;
    }
}

@media(max-width:991px) {
    .inner-tabcontent .tab-content {
        padding: 20px 20px 20px 25px;
    }
}

table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

    table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
        top: 8px;
        left: 35px;
        height: 16px;
        width: 16px;
        display: block;
        position: absolute;
        color: white;
        border: 2px solid white;
        border-radius: 16px;
        text-align: center;
        line-height: 16px;
        -webkit-box-shadow: 0 0 3px #444;
        box-shadow: 0 0 3px #444;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        content: '+';
        background-color: #2aa5a2;
    }

    table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
    table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
        display: none;
    }

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    content: '-';
    background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
    display: none;
}

table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
    position: relative;
    cursor: pointer;
}

    table.dataTable.dtr-column tbody td.control:before,
    table.dataTable.dtr-column tbody th.control:before {
        top: 50%;
        left: 50%;
        height: 16px;
        width: 16px;
        margin-top: -10px;
        margin-left: -10px;
        display: block;
        position: absolute;
        color: white;
        border: 2px solid white;
        border-radius: 16px;
        text-align: center;
        line-height: 14px;
        -webkit-box-shadow: 0 0 3px #444;
        box-shadow: 0 0 3px #444;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        content: '+';
        background-color: #31b131;
    }

table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
    content: '-';
    background-color: #d33333;
}

table.dataTable tr.child {
    padding: 0.5em 1em;
}

    table.dataTable tr.child:hover {
        background: transparent !important;
    }

    table.dataTable tr.child ul {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        table.dataTable tr.child ul li {
            border-bottom: 1px solid #efefef;
            padding: 0.5em 0;
            white-space: nowrap;
        }

            table.dataTable tr.child ul li:first-child {
                padding-top: 0;
            }

            table.dataTable tr.child ul li:last-child {
                border-bottom: none;
            }

    table.dataTable tr.child span.dtr-title {
        display: inline-block;
        min-width: 75px;
        font-weight: bold;
    }

.form-inline {
    display: block;
}

table.dataTable tr.child ul {
    width: 100%;
    padding: 18px;
}

.dtr-title {
    display: none !important;
}

.form-inline label {
    display: block;
}

.form-inline .form-control {
    margin-left: 7px;
}

#DataTables_Table_0_filter {
    float: right;
}

.dt-responsive {
    margin-top: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4d6b8d;
    border-color: #4d6b8d;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4d6b8d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}
/*
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    opacity: 1 !important;
}
*/
table thead td {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-weight: 500;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 12px;
    cursor: pointer;
    width: 61px;
}

.pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/*
select.form-control:not([size]):not([multiple]) {
    height: 32px;
}
*/
#DataTables_Table_0_wrapper {
    margin-bottom: 85px;
}

#exampleModalCenter4 .btns-group li a.btn {
    font-size: 12px;
    padding: 36px 10px 10px 10px;
    min-height: 85px;
}

    #exampleModalCenter4 .btns-group li a.btn img {
        width: 30px;
        margin-right: 9px;
    }

#exampleModalCenter4 a .custom-control {
    position: absolute;
    top: 0;
    left: 7px;
}

#exampleModalCenter4 a .custom-control-label {
    padding-top: 0;
    padding-bottom: 0;
}

#exampleModalCenter4 a .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #b22e3d;
}

.btn-danger {
    background-color: #c82333;
    border-color: #bd2130;
}

@media (min-width: 768px) {
    .details.open .details-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 50%;
        margin-right: 1%;
        margin-bottom: 3px;
    }
}

.details.open .details-list li {
    border-bottom: 1px solid #ebedf2;
    border-right: 1px solid #ebedf2;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dataTables_length select.form-control:not([size]):not([multiple]) {
    height: 36px;
}

.flex-md-column-reverse > *,
.flex-column-reverse > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body.overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.emplist {
    background: #e9ecef;
    padding: 12px;
}

    .emplist ul li {
        margin-bottom: 9px;
    }

#exampleModalCenter .favourite-list {
    /*max-height: 199px;
    height: 196px;*/
}

.edit-view {
    position: absolute;
    right: 65px;
    font-size: 20px;
    color: rgba(31, 70, 113, 0.8) !important;
    /* background: rgba(31, 70, 113, 0.8); */
    width: 33px;
    height: 33px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
}

    .edit-view .fas {
        color: rgba(31, 70, 113, 0.8) !important;
    }

@media(max-width:991px) {
    #exampleModalCenter .detail-list-items {
        -ms-flex: 0 48%;
        -webkit-box-flex: 0;
        flex: 0 48%;
    }
}

.margin-top-custom {
    margin-top: 334px;
}

@media(max-width:991px) {
    .margin-top-custom {
        margin-top: 139px;
    }
}
.margin-top-OtRequest {
    margin-top: 334px;
}
@media(max-width:991px) {
    .margin-top-OtRequest {
        margin-top: 225px;
    }
}
.detail-box {
    height: 66vh;
    overflow-y: auto;
    margin-bottom: 40px;
}
/*
.table.table-stickey-header th:last-child,
.table.table-stickey-header td:last-child{
    position:-webkit-sticky;
    position:sticky;
    right:0;
    background: #fff;
}
.table.table-stickey-header th:last-child{
    background: #e9ecef;
}
*/
.stickey-box {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 15px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: #0e79ef !important;
    opacity: 0.8;
}

.close {
    float: right;
    font-size: 39px;
    font-weight: 500;
    line-height: 1;
    color: #cc4252;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    /* padding: 0 !important; */
    padding: 10px 17px 8px 10px !important;
}

/*.close-1 {
    font-size: 30px;
    color: red;
    cursor: pointer;
     padding: 0 !important; 
}

.close-times {
    border: 0px;
    background: white;
}*/


.SumoSelect > .CaptionCont > label > i {
    background-size: 10px;
}

@media(max-width:767px) {
    .header img {
        width: 140px;
    }

    .header {
        padding: 12px;
    }

    .assign-work {
        font-size: 22px;
        padding: 7px 17px;
    }

    .more-details-view > p > label {
        display: block;
        width: 100%;
    }

    .more-details-view .label-value {
        display: block;
        width: 100%;
        float: left;
    }

    #exampleModalCenter .detail-list-items,
    .detail-list-items {
        -ms-flex: 0 100%;
        -webkit-box-flex: 0;
        flex: 0 100%;
    }

        .detail-list-items .more-details-view.show {
            top: 60%;
            -webkit-transform: translate(0px, -60%);
            height: 80%;
            overflow: scroll;
        }

    #exampleModalCenter4 .btns-group li a.btn {
        margin-bottom: 10px;
    }

    .top-header h5 {
        margin-top: 25px;
    }

    .margin-top {
        margin-top: 211px;
    }

    #progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 14px;
    }

    #progressbar li {
        font-size: 14px;
    }

        #progressbar li:after,
        #progressbar li span:after {
            top: 14px;
        }

    .nav-tabs .nav-item,
    .inner-tabcontent .nav-tabs .nav-item {
        display: block;
        width: 100%;
    }

    .work-allotment .tab-content {
        padding: 8px;
        margin: 10px;
    }

    .inner-tabcontent .bg {
        height: auto;
        background: #fff;
    }

    .inner-tabcontent .nav-tabs .nav-item .nav-link.active {
        background: #92b7d8;
        color: #fff;
    }

        .inner-tabcontent .nav-tabs .nav-item .nav-link.active:after {
            display: none;
        }

    .tab-content label {
        text-transform: capitalize;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .pad-mob-0 {
        padding: 0 !important;
    }

    .bg-white li {
        margin: 0 7px;
    }

    .btn {
        padding: 6px 14px;
        font-size: 14px;
    }

    .tab-content label {
        font-size: 12px;
    }

    .detail-list-items span {
        font-size: 13px;
    }

    .tab-content .details-list {
        margin-bottom: 50px;
    }

    #msform .action-button.next {
        bottom: 38px;
        right: 43px;
        margin: 0;
    }

    .details.details-wizard.open .details-list {
        margin: 0;
    }

    #msform .action-button-previous {
        margin-left: 0;
        bottom: 38px;
    }

    #msform .action-button-previous,
    #msform .action-button.next {
        padding: 7px 15px;
        font-size: 13px;
        margin: 0 !important;
    }

    #msform fieldset:last-child {
        padding: 10px;
    }

    .total-assign span {
        margin-left: 11px;
    }
}

.star {
    color: red;
}

.serial-num {
    font-size: 17px;
    background: #e9ecef;
    color: #333;
    padding: 2px 13px;
}

.assign-list-table .table .custom-control-label::before,
.assign-list-table .table .custom-control-label::after {
    left: -3px;
    top: 4px;
    right: 0;
    margin: 0 auto;
}

.assign-list-table .list-actions li a {
    padding: 4px 6px;
    font-size: 14px;
    width: 27px;
    height: 27px;
}

.assign-list-table table th,
.assign-list-table td {
    padding: 10px 4px;
}

.btn-yellow {
    background: #e09938;
    padding: 3px 10px
}

.detail-list-items hr {
    margin: 0px 0 12px;
}

.details-list p {
    margin-bottom: 11px;
}

@media(max-width:1199px) {
    .detail-list-items label {
        font-size: 14px;
    }
}

.sl-no {
    width: 30px;
    height: 30px;
    background: #ddd;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    border-radius: 50%;
    background: #6e90b7;
    color: #fff;
}

.del-row {
    position: absolute;
    right: 11px;
    color: #cc4252;
    font-size: 18px;
    top: 3px;
}

@media(max-width:991px) {
    .sl-no {
        width: 27px;
        height: 27px;
        font-size: 12px !important;
        line-height: 25px;
    }

    .detail-list-items label {
        font-size: 13px;
    }

    .detail-list-items span {
        font-size: 12px;
    }

    .assign-list-table table .custom-control {
        /* position: relative; */
        padding-left: 24px;
    }
}

.detail-list-items .select2-container--default .select2-selection--single {
    background: #f3f4f7;
}

.detail-list-items .edit-view {
    right: 45px;
    top: 3px;
    z-index: 999;
}

.more-details-view.show .edit-view {
    right: 53px;
    top: 18px;
    z-index: 999;
}

@media(max-width:767px) {
    .detail-list-items {
        padding-left: 34px;
    }

        .detail-list-items .w-100 {
            width: auto !important;
        }

    .dataTables_length label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dataTables_length select {
        width: 66px;
        margin: 0 8px !important;
    }

    #DataTables_Table_0_filter {
        float: none;
    }

    .form-inline .form-control {
        margin-left: 0;
    }

    .submit-btn {
        right: 12px;
    }

    .content ul {
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }

        .content ul li,
        .content ul li a {
            min-height: 148px;
            font-size: 20px;
        }

    .nfc-img {
        width: 50px;
    }

    .supervisor-blocks.content ul li {
        margin: 0 auto 13px;
    }
}

.emplist .fa-trash-alt {
    color: #cc4252;
}

.radio-btns .next.action-button {
    position: relative !important;
    bottom: 0 !important;
}

.select-without-radius .select2-selection--single {
    border-radius: 4px 0 0 4px;
}

.modal-select-shift .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    background: transparent;
}

.main-sec {
    margin-top: 121px;
}

.left-side {
    width: 0px;
    background: #123e61;
    height: 84vh;
    float: left;
    left: -260px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    padding: 25px 0;
}

.right-side {
    width: 100%;
    float: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 57%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.left-side.show {
    width: auto;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 84vh;
}

.right-side.add {
    width: calc(100% - 260px);
    margin-left: 260px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.left-side ul li a:hover {
    background: #082f4e;
}

.left-side ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap;
}

    .left-side ul li a img {
        margin-right: 18px;
    }

.left-bar {
    padding: 4px 5px;
    background: #346b9c;
    position: absolute;
    left: 22px;
    border-radius: 5px;
    top: 50%;
    transform: translate(0,-50%);
}

.supervisor-top-header {
    padding-left: 81px;
}

@media(max-width:1280px) {
    .top-header.supervisor-top-header label {
        font-size: 14px;
    }
}

@media(max-width:1440px) {
    .main-sec {
        margin-top: 120px;
    }

    .right-side.add .supervisor-blocks.content ul li,
    .right-side.add .supervisor-blocks.content ul li a {
        width: 257px;
        -webkit-transition: 0.3s;
    }
}

@media(max-width:1199px) {

    .right-side.add .supervisor-blocks.content ul li,
    .right-side.add .supervisor-blocks.content ul li a {
        width: 210px;
        -webkit-transition: 0.3s;
    }

    .content ul {
        width: 88%;
        margin: 0 auto;
    }
}

@media(max-width:1100px) {
    .content ul li,
    .content ul li a {
        min-height: 190px;
    }

    .right-side.add .supervisor-blocks.content ul li,
    .right-side.add .supervisor-blocks.content ul li a {
        width: 191px;
        -webkit-transition: 0.3s;
    }
}

@media(max-width:1024px) {
    .content ul {
        width: 95%;
    }
}

@media(max-width:991px) {
    .right-side.add {
        width: 100%;
        margin-left: 0px;
    }

    .content ul {
        width: 100%;
    }

    .right-side.add .supervisor-blocks.content ul li,
    .right-side.add .supervisor-blocks.content ul li a {
        width: 209px;
        -webkit-transition: 0.3s;
    }

    .left-side.show,
    .left-side {
        z-index: 9;
    }
}

.registration-form-box {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: auto;
}

.registraion-sec {
    /*padding-top: 141px;*/
    padding-top: 74px;
}

@media(max-width:991px) {
    .registraion-sec {
        padding-top: 141px;
    }

    .left-side {
        position: absolute;
        left: 0;
    }
}

@media(max-width:767px) {
    h2 {
        font-size: 20px;
    }

    .details-left {
        padding: 40px 23px;
    }

    .content ul li, .content ul li a {
        min-height: 125px;
    }

    .left-bar {
        left: 13px;
        top: 18px;
    }

    .supervisor-top-header {
        padding-left: 64px;
    }

    .main-sec {
        margin-top: 144px;
    }

    .top-header {
        text-align: center;
    }

    .margin-top-custom {
        margin-top: 196px;
    }
}

.modal-overall-details h4 span.total-hrs {
    background: #c9d8e8;
    padding: 3px 23px;
}

.border-div {
    padding: 6px 14px;
}

.pending-entry {
    background: #fff;
    display: block;
    width: 16px;
    height: 16px;
    color: #b22e3d;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 0;
    font-weight: 600;
    position: absolute;
    left: 36px;
    bottom: 14px;
    line-height: 16px;
}

.modal-extralarge {
    overflow: hidden;
    max-width: 1400px;
    margin: 1.75rem auto;
    width: 90%;
}

.red-btn, .red-btn:hover {
    background: #b22e3d;
    color: #fff;
    position: relative;
}

.select-list li {
    margin: 0 20px;
}

@media(max-width:1440px) {
    .jtc-content.m-top {
        margin-top: 158px;
        padding-bottom: 12px;
    }
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
}

.top-header.supervisor-top-header .row {
    align-items: center;
}

.btns-group li p {
    margin-bottom: 0;
}

#divNonStandard {
    padding-bottom: 43px;
}

.item > .row {
    align-items: center;
}

.btns-group li a.btn span {
    width: 129px;
    display: block;
    word-wrap: break-word;
    white-space: normal;
}

@media(max-width:1024px) {
    .btns-group li a.btn span {
        width: 110px;
    }
}

.item .add-btn i {
    max-width: 62px;
    float: left;
}

#tblCreateJTC_info, #tblCreateJTC_paginate {
    margin-bottom: 90px;
}

@media(max-width:1199px) {
    .item .add-btn i {
        margin-top: 15px;
    }

    .pad-right-tablet {
        padding-right: 12px !important;
    }
}

@media(max-width:991px) {
    .pad-sm-right {
        padding-right: 12px !important;
        margin-bottom: 12px;
    }

    .kiosk-top-btns {
        flex-wrap: wrap;
        justify-content: center !important;
    }

        .kiosk-top-btns a {
            margin-bottom: 10px !important;
        }
}

#logoutForm {
    text-align: right;
    padding-top: 3px;
}

.paginate_button.next {
    background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0;
}

.left-side .drop-down {
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}

.drop-down.icon i {
    transition: all 0.3s ease;
    transform: rotate(90deg);
}

.drop-down.icon, .left-side .drop-down:hover {
    background: rgb(8, 47, 78);
}
