﻿
.maxheight357 {
    max-height: 300px;
}

.boxbodyMinheight460 {
    min-height: 460px;
}

.tabClick {
    cursor: pointer;
}

a.notappontedbg {
    color: #0c82eb !important;
}



 ul.dynatree-container ul .dynatree-node > a.notappontedbg > i {
    color: #468dff !important;
}

ul.dynatree-container ul .dynatree-active a.notappontedbg i {
    color: #fff !important;
}

a.notappontedbg i, span.dynatree-active a.notappontedbg i {
    color: #0a7c71;
}

a.appontedbg {
    color: #2c3e50 !important;
}


i.appontedbg {
    color: #f41e1e !important;
}



ul.dynatree-container ul a.appontedbg {
    color: #2c3e50 !important;
}

ul.dynatree-container ul .dynatree-node > a.appontedbg > i {
    color: #27b693 !important;
}



a.appontedbg i, span.dynatree-active a.appontedbg i {
    color: #27b693 !important;
}











span.dynatree-node a {
    font-weight: bold;
    padding: 0 !important;
}

ul.dynatree-container a, ul.dynatree-container .dynatree-node > a > i {
    color: #db7811;
}

ul.dynatree-container ul a, ul.dynatree-container ul .dynatree-node > a > i {
    color: #db7811 !important;
}

.txtSummery {
    min-height: 40px;
    background: #000;
    color: #fff;
    padding: 6px;
    background-color: rgba(0,56,101,0.85);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
    border-radius: 4px;
    text-align: center;
    margin-bottom: 8px;
}

    .txtSummery h4 {
        font-size: 12px;
        margin: 0px;
        margin-bottom: 2px;
    }

    .txtSummery h5 {
        margin: 0px;
        font-weight: 800;
    }

.bc1 {
    background: linear-gradient(135deg, rgba(255, 255, 255, .14), transparent 55%), linear-gradient(135deg, #8b5cf6, #4f46b8);
}

.bc2 {
    background: linear-gradient(135deg, rgba(255, 255, 255, .15), transparent 55%), linear-gradient(135deg, #20c997, #087f75);
}

.bc3 {
    background: linear-gradient(135deg, rgba(255, 255, 255, .16), transparent 55%), linear-gradient(135deg, #f7b955, #e87948);
}

ul.dynatree-container {
    overflow: initial !important;
}

.maxheight450 {
    max-height: 379px;
}

#mainposistionsub {
    margin-right: 4px;
}

.checkbox-container {
    margin-bottom: 30px;
}

    .checkbox-container label {
        margin-left: 5px;
    }

.positionrelative {
    position: relative;
}


.viewdiv {
    width: 85px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    top: -6px;
    left: 80%;
    z-index: 9999;
}

    .viewdiv ul {
        padding: 0 !important;
    }

        .viewdiv ul li {
            background-image: none !important;
        }

            .viewdiv ul li:hover {
                background-color: #ccc;
            }

            .viewdiv ul li span {
                cursor: pointer;
            }


    .viewdiv:after,
    .viewdiv:before {
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        width: 0;
        height: 0;
        border: 2px solid #fff;
        border-style: solid;
        transform: rotate(-180deg);
    }

    .viewdiv:after {
        top: 10px;
        border-color: transparent transparent transparent #fff;
        border-width: 5px;
    }

    .viewdiv:before {
        top: 10px;
        border-color: transparent transparent transparent #a00;
        border-width: 5px;
    }

#offcanvasPositionBrowse {
    width: 90%;
}

.offcanvas-header {
    background: #fff;
    border-bottom: 1px solid #e9eef5;
    padding: 14px 18px;
}

.offcanvas-title {
    font-size: 14px;
}


#offcanvasPositionBrowse .select2-container--default .select2-selection--single, #offcanvasPositionBrowse .select2-selection .select2-selection--single, #offcanvasPositionBrowse .SumoSelect > .CaptionCont {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

#offcanvasPositionBrowse .form-control {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

#offcanvasPositionBrowse label {
    color: #333;
    font-weight: 500;
    margin-bottom: 1px;
}

#offcanvasPositionBrowse .table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 8px 8px;
    /* border: solid thin #ccc; */
    border-radius: 5px;
    margin-bottom: 0px;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 13px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel a i {
        display: contents;
        line-height: 18px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 11px;
        line-height: 19px;
        font-weight: bold;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/

#offcanvasPositionBrowse .table tbody tr td {
    vertical-align: top;
}

#offcanvasPositionBrowse .statusBG {
    background: #f3f3f3;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

    #offcanvasPositionBrowse .statusBG span {
        margin-right: 10px;
        padding: 4px 10px;
        display: inline-block;
        font-weight: 500;
        color: #4c4646;
    }

        #offcanvasPositionBrowse .statusBG span.active {
            background: #fff;
            border-radius: 5px;
        }

#offcanvasPositionBrowse .statVerified {
    color: #32b007 !important;
}

#offcanvasPositionBrowse .statMismatch {
    color: #d15d80 !important;
}

#offcanvasPositionBrowse .statUnverified {
    color: #5f6ad6 !important;
}

#offcanvasPositionBrowse .statSetting {
    padding: 2px 5px;
    border-radius: 4px;
    border: solid thin #ccc;
    font-size: 10px;
    font-weight: bold;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    border: none;
}

#offcanvasPositionBrowse .statVerifiedBG {
    color: #32b007;
    background: #deffd3;
}

#offcanvasPositionBrowse .statmismatchedBG {
    color: #d15d80;
    background: #ffe5ed;
}

#offcanvasPositionBrowse .statUnverifiedBG {
    color: #5f6ad6;
    background: #f1f2ff;
}


.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single, .SumoSelect > .CaptionCont {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.form-control {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

label {
    margin-bottom: 1px;
}

.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 8px 8px;
    /* border: solid thin #ccc; */
    border-radius: 5px;
    margin-bottom: 0px;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 13px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel a i {
        display: contents;
        line-height: 18px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 11px;
        line-height: 19px;
        font-weight: bold;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/

.table tbody tr td {
    vertical-align: top;
}

.statusBG {
    background: #f3f3f3;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

    .statusBG span {
        margin-right: 10px;
        padding: 4px 10px;
        display: inline-block;
        font-weight: 500;
        color: #4c4646;
    }

        .statusBG span.active {
            background: #fff;
            border-radius: 5px;
        }

.statVerified {
    color: #32b007 !important;
}

.statMismatch {
    color: #d15d80 !important;
}

.statUnverified {
    color: #5f6ad6 !important;
}

.statSetting {
    padding: 2px 5px;
    border-radius: 4px;
    border: solid thin #ccc;
    font-size: 10px;
    font-weight: bold;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    border: none;
}

.statVerifiedBG {
    color: #32b007;
    background: #deffd3;
}

.statmismatchedBG {
    color: #d15d80;
    background: #ffe5ed;
}

.statUnverifiedBG {
    color: #5f6ad6;
    background: #f1f2ff;
}

.content-wrapper {
    background: radial-gradient(circle at 95% 0px, rgba(24, 170, 204, 0.075), transparent 31rem), linear-gradient(135deg, rgb(255, 255, 255), rgb(246, 252, 253));
}

.skin-blue .content-header {
    background: none;
}

.content {
    background: none;
}

.form-control {
    padding: 3px !important;
    height: 33px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #dbe7ea;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single, .SumoSelect > .CaptionCont {
    padding: 3px !important;
    height: 33px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #dbe7ea;
}

label {
    font-size: 12px;
}
.content-header > h1 {
    padding: 5px 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
.btn-info {
    border: 0;
    border-radius: 6px;
    padding: 10px 14px;
    color: #fff;
    background: linear-gradient(135deg, #1bc4e8, #078faf) !important;
    box-shadow: 0 8px 20px #18aacc2e;
    font-size: 12px;
    font-weight: 700;
    transition: .25s;
    height: 32px;
    min-height: 32px;
    text-shadow: none !important;
}

    .btn-info:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px #18aacc42;
    }
span.dynatree-icon {
    display: none;
}

span.dynatree-node a {
    font-size: 13px;
    display: inline-block;
    /* vertical-align: top; */
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0px;
    color: #333;
    font-weight: 500;
}

ul.dynatree-container img {
    width: 15px;
    height: 15px;
    vertical-align: -2px;
}

ul.dynatree-container li {
    padding: 4px 0px;
}

span.dynatree-node .taskSet {
    color: #0c82eb !important;
}

span.dynatree-node p {
    margin-bottom: 0px;
}
span.dynatree-active a {
    background-color: #e8f9fb !important;
    color: #087f9d !important;
    border: solid thin #087f9d;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 4px;
    padding-top: 5px !important;
    background: #e8f9fb;
}
.boxcoltheme0 {
    border-left: none;
    border: 1px solid #e4eef2e8;
    border-radius: 21px;
    background: #ffffffbf;
    box-shadow: 0 22px 70px rgba(13, 58, 74, .11);
     backdrop-filter: blur(20px);
    padding: 10px;
    margin-bottom: 18px !important;
}


.txtSummery {
    position: relative;
    overflow: hidden;
    padding: 9px 5px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 9px;
    color: #fff;
    box-shadow: 0 14px 30px rgba(22, 55, 74, .13), inset 0 1px 0 rgba(255, 255, 255, .25);
    transition: .3s;
}

    .txtSummery:before {
        content: '';
        position: absolute;
        right: -35px;
        bottom: -55px;
        width: 125px;
        height: 125px;
        border-radius: 50%;
        background: rgba(255,255,255,.16)
    }

    .txtSummery:after {
        content: '';
        position: absolute;
        right: 24px;
        top: -35px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(255,255,255,.10)
    }

    .txtSummery:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 42px rgba(22,55,74,.18),inset 0 1px 0 rgba(255,255,255,.3)
    }
.form-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid rgba(24, 170, 204, .15);
    border-radius: 16px;
    background: linear-gradient(135deg, #edfafd, #fff);
}
    .form-title small {
        display: block;
        color: #8ca1a9;
        font-size: 10px;
    }
    .form-title h2 {
        margin: 0;
        font-size: 19px;
        font-weight: 800;
    }
.active-pill {
    padding: 7px 10px;
    border-radius: 999px;
    color: #118a68;
    background: #e4f8f1;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.Inactive-pill {
    padding: 7px 10px;
    border-radius: 999px;
    color: #db7811;
    background: #f8efe4;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}
.box-header {
    padding: 0px;
    padding-bottom: 8px;
}
.headingDetails {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    display: block;
    color: #087f9d;
}
.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.view {
    padding: 7px 11px;
    border: 1px solid #18aacc38;
    border-radius: 8px;
    color: #087f9d;
    background: #18aacc0f;
    font-size: 10px;
    font-weight: 700;
}
.employee {
    display: flex;
    align-items: center;
    gap: 10px;
}
.employee-name {
    color: #18313d;
    font-weight: 700;
}
.employee-code {
    margin-top: 2px;
    color: #9aadb5;
    font-size: 10px;
}
a.btnChnage {
    text-decoration: underline;
    font-size: 11px;
}
#ResponsibilityTree, #SkillTree {
    overflow: auto;
    max-height: 48vh;
    margin-bottom: 5px;
}