<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(3234,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3235,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3236,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3240,23): run-time error CSS1039: Token not allowed after unary operator: '-code-line-height'
(3255,22): run-time error CSS1039: Token not allowed after unary operator: '-scroll-bar-bg-color'
(3259,28): run-time error CSS1039: Token not allowed after unary operator: '-scroll-bar-color'
(3261,28): run-time error CSS1039: Token not allowed after unary operator: '-scroll-bar-bg-color'
(3270,20): run-time error CSS1046: Expect comma, found '105'
(3270,27): run-time error CSS1046: Expect comma, found ')'
 */
/* Global Styles start */
.btn-style {
    min-width: 91px;
    font-size: 16px;
    padding: 7px 0;
    color: #fff;
    border: 0;
    box-shadow: 0 1px 2px 0 #000000;
    border-radius: 2px;
    /* line-height: normal; */
    line-height: 18px;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 9px;
    cursor: pointer;
}

.yellow-tile {
    background-color: #FFF7E8;
    border-left: 5px solid #FFB81D;
    padding: 5px 10px;
}

    .yellow-tile .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

.btn-style:hover, .btn-style:visited, .btn-style:focus, .btn-style:active {
    color: #fff;
    text-decoration: none;
}

.btn-style i {
    margin-right: 10px;
    font-size: 14px;
}

    .btn-style i.m0 {
        margin: 0;
    }

.btn-red {
    background: #0072CD;
}

.btn-black {
    background: #000000;
}

.btn-blue {
    background: #0072CD;
}

.btn-grey {
    background: #737678;
    color: #ffffff;
}

    .btn-grey.btn-disabled {
        background: #E6E6E6;
        color: #737678;
        box-shadow: none;
        pointer-events: none;
    }

.btn-white, .btn-white:hover, .btn-white:focus, .btn-white:visited {
    border: 2px solid #0072CD; /*Rebranding color change in PVT-2546 */
    background-color: #FFFFFF;
    padding: 6px 10px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    min-height: 36px;
    font-family: 'Lato',sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-red-normal {
    background: #a32136;
    padding: 9px 19px;
    font-weight: normal;
    font-size: 14px;
    box-shadow: none;
    border-radius: 4px;
    margin: 0;
}

button.btn-style[disabled] {
    background: #E6E6E6;
    color: #737678;
}

.btn-primary.btn-import {
    background: #0072CD;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 #000000 !important;
    border: 0;
}

    .btn-primary.btn-import[disabled] {
        background-color: #BFD9EE;
        border-color: #BFD9EE;
        color: #737678;
        opacity: 1;
    }

.btn-align {
    padding-left: 11px;
    padding-right: 11px;
}

.show-pointer {
    cursor: pointer;
}

.input-btn-align {
    margin-left: 10px;
    margin-top: 32px;
}

.required-fld {
    color: #DC151D;
    margin-right: 1px;
    font-size: 12px;
    position: relative;
    top: -5px;
}

.heading1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #737678;
    font-family: 'Lato',sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.heading1-black {
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 5px;
}

.heading2 {
    color: #737678;
    font-size: 22px;
    font-family: 'Lato',sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
}

    .heading2 p {
        color: #000000;
        font-family: 'Lato',sans-serif;
        font-size: 14px;
        font-weight: normal;
    }

    .heading2 a {
        color: #0072CD; /*Rebranding color change in PVT-2546 */
        text-decoration: underline;
    }

.heading3 {
    color: #737678;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.heading_label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.heading3-black {
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: bold;
}

.border-btm {
    padding-bottom: 5px;
    border-bottom: 2px solid #D8D8D8;
    margin-bottom: 5px;
}

.font-style {
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
}

.font-bold {
    font-weight: bold;
}

    .font-bold label {
        font-weight: bold;
    }

.f24 {
    font-size: 24px;
}

.f35 {
    font-size: 35px;
}

.font-active {
    color: #218F30 !important;
}

.border-btm-exist {
    border-bottom: 2px solid #D8D8D8;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.border-btm-set {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #D8D8D8;
    margin-bottom: 25px;
}

.border0 {
    border: 0 !important;
}

.top50 {
    top: 50px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb20 {
    padding-bottom: 20px;
}

.p0 {
    padding: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb20_requiredfld {
    margin-bottom: 20px;
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml25 {
    margin-left: 25px;
}

.ml15 {
    margin-left: 15px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr25 {
    margin-right: 25px;
}

.m0 {
    margin: 0 !important;
}

.float-right {
    float: right;
}

.dis-flex {
    display: flex;
}

.form-new {
    border: 0 !important;
    padding: 0 !important;
}

.a-style, .a-style:hover, .a-style:focus {
    color: #0072CD;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin-left: 15px;
    text-decoration: underline;
}

    .a-style.m0 {
        margin: 0;
    }

button.a-style {
    border: 0px;
    background: transparent;
    outline: none;
}

.sh-chevron {
    float: right;
    color: #0072CD; /*Rebranding color change in PVT-2546 */
    font-family: Lato, sans-serif;
    font-size: 14px;
    margin-left: 15px;
}

    .sh-chevron .icon {
        margin-left: 9px;
        font-size: 24px;
        color: #000;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
    }

        .sh-chevron .icon.open {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.font-style {
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
}

.ul-style-military {
    padding-left: 20px;
}

    .ul-style-military.list-type-none {
        list-style-type: none;
        padding-left: 0;
    }
/* Global Styles End */

/* custom popover */
.custom-popover-hover {
    margin-left: 2px;
    position: relative;
    z-index: 1011;
}

/* Added as part of PVR-20414 */
#CompleteBlockOfPL .custom-popover-hover {
    z-index: 1009;
}

.custom-popover-hover .popover.top {
    left: -19px !important;
    background: #0072CD;
    color: #fff;
    border: 0;
    min-width: 340px;
    max-width: 350px;
    word-wrap: break-word;
    border-radius: 5px;
    z-index: 1100;
}

.edu-set-popover .custom-popover-hover {
    top: 46px;
    left: 22px;
}

.custom-popover-hover .popover.top &gt; .arrow {
    left: 26px !important;
}

    .custom-popover-hover .popover.top &gt; .arrow:after {
        border-top-color: #0072CD;
        bottom: 1px;
    }

.click-popover .popover.top {
    background: #0072CD; /*Rebranding color change in PVT-2546 */
    color: #fff;
    border: 0;
    min-width: 340px;
    max-width: 350px;
    word-wrap: break-word;
    border-radius: 5px;
    top: -80px !important;
    left: 0 !important;
}

    .click-popover .popover.top &gt; .arrow:after {
        border-top-color: #0072CD; /*Rebranding color change in PVT-2546 */
        bottom: 1px;
    }

.click-popover .popover.right, .click-popover .popover.left {
    background: #0072CD; /*Rebranding color change in PVT-2546 */
    color: #fff;
    border: 0;
    min-width: 260px;
    max-width: 280px;
    word-wrap: break-word;
    border-radius: 5px;
}

    .click-popover .popover.right &gt; .arrow:after, .click-popover .popover.left &gt; .arrow:after {
        border-right-color: #0072CD;
        border-left-color: #0072CD; /*Rebranding color change in PVT-2546 */
    }
/*pvtw-144:Added to handle the pop over for current effective date in PLI*/
.click-popover label.heading3 {
    display: block;
}

.info-hover {
    color: #737678;
    font-weight: normal;
    padding: 0;
    font-size: 14px;
}

.dis-none {
    display: none;
}

.dis-block {
    display: block;
}

.pos-rel {
    position: relative;
}

.popover-content {
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    line-height: 17px;
}

    .popover-content a {
        color: #fff;
        text-decoration: underline;
    }

.ul-style {
    margin: 0;
    padding: 0;
}

    .ul-style li {
        list-style-type: none;
    }

.custom-popover-right.custom-popover-hover .popover.top {
    left: auto !important;
    right: -22px !important;
}

    .custom-popover-right.custom-popover-hover .popover.top &gt; .arrow {
        left: auto !important;
        right: 17px !important;
    }
/* Custom Radio button */
.custom-radio {
    position: relative;
    margin-bottom: 0;
}

    .custom-radio [type="radio"] {
        margin: 2px 0 0;
    }

    .custom-radio label {
        font-size: 14px;
        font-weight: 300;
        line-height: 21px;
    }

    .custom-radio [type="radio"]:checked + label {
        font-weight: bold;
    }

    .custom-radio [type="radio"]:checked,
    .custom-radio [type="radio"]:not(:checked) {
        position: absolute;
        left: 0;
        margin-left: 0;
        z-index: 1;
        width: 16px;
        height: 16px;
        opacity: 0;
        margin-top: 1px;
    }

        .custom-radio [type="radio"]:checked + label,
        .custom-radio [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #000;
        }

            .custom-radio [type="radio"]:checked + label:before,
            .custom-radio [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 16px;
                height: 16px;
                border: 1px solid #0072CD; /*Rebranding color change in PVT-2546 */
                border-radius: 100%;
                background: #fff;
                box-shadow: inset 0px -6px 5px #ccc;
            }

            .custom-radio [type="radio"]:checked + label:after,
            .custom-radio [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 10px;
                height: 10px;
                background: #0072CD; /*Rebranding color change in PVT-2546 ;*/
                position: absolute;
                top: 3px;
                left: 3px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .custom-radio [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .custom-radio [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

.custom-radio-dev div.radio span {
    border: 1px solid #0072CD;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: inset 0px -6px 5px #ccc;
    background: none;
}

    .custom-radio-dev div.radio span.checked:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #0072CD;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .custom-radio-dev div.radio span.checked.disabled:after {
        background: #999b9d;
    }

    .custom-radio-dev div.radio span.disabled {
        border-color: #999b9d;
    }

/*Custom checkbox*/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            background: white;
            width: 16px;
            height: 16px;
            border: 2px solid #0072CD; /*Rebranding color change in PVT-2546*/
            border-radius: 4px;
        }

    .styled-checkbox:hover + label:before {
        background: #0072CD; /*Rebranding color change in PVT-2546*/
    }
    /* .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
} */
    .styled-checkbox:checked + label:before {
        background: #0072CD; /*Rebranding color change in PVT-2546*/
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            border-color: #999b9d;
        }

    .styled-checkbox:disabled:hover + label:before {
        background: transparent;
    }

    .styled-checkbox:checked + label:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 8px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -7px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.checkbox-required-label {
    padding-bottom: 12px;
    margin-top: 10px;
}

    .checkbox-required-label span {
        float: left;
        margin-left: 40px;
        margin-top: -27px;
        color: #000000;
        font-size: 14px;
        line-height: 21px;
    }

    .checkbox-required-label .required-fld {
        position: relative;
        top: -5px;
    }

    .checkbox-required-label .styled-checkbox + label:before {
        margin-right: 6px;
    }

.modal-grid {
    padding: 20px 0;
    border: 2px solid #D8D8D8;
    border-left: 0;
    border-right: 0;
}

.checkbox-style-dev div.checker span {
    display: inline-block;
    vertical-align: text-top;
    background: white;
    width: 16px;
    height: 16px;
    border: 2px solid #0072CD;
    border-radius: 4px;
}

    .checkbox-style-dev div.checker span.checked {
        background: #0072CD;
    }

        .checkbox-style-dev div.checker span.checked:after {
            content: "";
            position: absolute;
            left: 3px;
            top: 8px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -7px 0 white;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.checkbox-style-dev .form-control[disabled] {
    opacity: 0;
}
/*Added as part of PVST-111*/
.checkbox-style-dev div.checker span.disabled {
    background: #999b9d;
    border-color: #999b9d;
}
/*Added as part of PVST-111 End*/
/* custom select box start */
.custom-select .select2-container .select2-selection {
    border: 2px solid #D2D3D4;
    height: 40px;
    box-shadow: none;
    position: relative;
    outline: none;
}

    .custom-select .select2-container .select2-selection .select2-selection__arrow {
        width: 35px;
        height: 36px;
        border-left: 0;
        margin: 1px 1px 0 0px;
    }

.custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.custom-select .select2-container .select2-selection .select2-selection__arrow b:before {
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    color: #fff;
    right: 7px;
    z-index: 1;
    font-size: 24px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    position: absolute;
    top: 0px;
}

.custom-select .select2-container .select2-selection .select2-selection__arrow b {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    background: #999b9d;
    top: 0;
    left: 22px;
}

.custom-select .select2-container.select2-container--open .select2-selection .select2-selection__arrow b:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-select .select2-container--open.select2-container .select2-selection {
    border-color: #0072CD;
}

.custom-select input[type="search"].select2-search__field::-webkit-input-placeholder {
    color: #737678;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.custom-select .select2-container .select2-search--inline .select2-search__field {
    min-height: 24px;
    line-height: 26px;
}

/* custom select box end */
.edu-profTraining, .page-font-style {
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
/* table grid */
.row-grid-main {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #D8D8D8;
}

    .row-grid-main .row-grid {
        display: table;
        width: 100%;
        min-height: 96px;
        /* border: 1px solid #777; */
        border-radius: 5px;
        border-left: 0;
        box-shadow: 2px 4px 6px -3px #777;
        border-top: 1px solid #eee;
        padding: 32px 15px 32px 5px;
        margin-bottom: 20px;
        margin-top: 15px;
        word-break: break-word;
    }

        .row-grid-main .row-grid.red-grid {
            border-left: 10px solid #ED2B2B;
        }

        .row-grid-main .row-grid.deepred-grid {
            border-left: 10px solid #0072CD;
            padding: 24px 15px 24px 5px;
        }

        .row-grid-main .row-grid.disabled-grid {
            border-left: 10px solid #E6E6E6;
        }

        .row-grid-main .row-grid.grey-grid {
            border-left: 10px solid #737678;
        }

        .row-grid-main .row-grid.blue-grid {
            border-left: 10px solid #0072CD;
            padding: 24px 15px 24px 5px;
            min-height: 120px;
        }

        .row-grid-main .row-grid.warning-grid {
            border-left: 10px solid #DC151D;
            background: #FBE7E8;
            padding: 20px 15px 20px 5px;
        }

            .row-grid-main .row-grid.warning-grid .grid-inner:first-child {
                padding-right: 0;
                padding-left: 10px;
            }

            .row-grid-main .row-grid.warning-grid .grid-inner:last-child {
                padding-left: 10px;
            }

            .row-grid-main .row-grid.warning-grid .warning-big {
                font-size: 48px;
            }

.blue-grid-tile {
    background: #E5EFF8;
    z-index: 2;
    width: calc(100% + 19px);
    position: relative;
    top: 19px;
    margin-left: -4px;
    padding-top: 5px;
}

.blue-tile {
    padding: 10px 12px 10px 20px;
    margin: 0;
    border-left: 5px solid #0072CD; /*Rebranding color change in PVT-2546*/
    background: #EFFDFF; /*Rebranding color change in PVT-2546*/
}

.grid-inner {
    display: table-cell;
    vertical-align: middle;
    float: inherit;
    padding-left: 18px;
    padding-right: 17px;
}

    .grid-inner.top-align {
        float: left;
    }

    .grid-inner .btn-style:last-child {
        margin-bottom: 0;
    }

    .grid-inner p {
        margin: 1px 0px;
    }

    .grid-inner.errorinfo {
        padding-left: 5px;
    }

.row-grid-main .row-grid .grid-inner:first-child {
    padding-right: 0;
}

.row-grid-main.errorinfo {
    padding-bottom: 0px;
    border-bottom-width: 0px;
    margin-bottom: 25px;
}

    .row-grid-main.errorinfo .warninginfo-grid {
        border-left: 5px solid #DC151D;
        background: #FBE7E8;
        padding: 5px 15px 2px 5px;
        min-height: unset;
        display: block;
        box-shadow: none;
    }

.paddingleft15 {
    padding-left: 15px !important;
}

.paddingleft10 {
    padding-left: 10px !important;
}

.grid-header {
    color: #737678;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
    /* word-break: break-word; */
    word-wrap: break-word;
    /* max-width: 350px; */
}

.gird-col1 {
    max-width: 175px;
}

.gird-col2 {
    max-width: 350px;
}

.grid-body {
    margin-left: 20px;
    color: #737678;
    font-size: 16px;
    word-break: break-word;
}

.fifthpath {
    display: inline-block;
    background: #63B06E;
    padding: 4px 11px;
    border: 1px solid #979797;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
    margin-top: 2px;
}


.grid-help {
    background: #ffe3a5;
    padding: 5px;
    border-radius: 2px;
    font-weight: bold;
}

.table-grid {
    display: table;
}

.tr-inner {
    display: table-row-group;
}

.td-inner {
    display: table-cell;
}

.txt-component {
    padding-bottom: 20px;
    border-bottom: 2px solid #D8D8D8;
    margin-bottom: 20px;
}

    .txt-component .component-btn-info {
        display: inline-block;
        margin-left: 15px;
    }

    .txt-component .heading2 {
        margin-bottom: 20px;
    }

.input-style {
    height: 40px !important;
    width: 100%;
    border: 2px solid #D2D3D4 !important;
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 0 6px;
    box-shadow: none !important;
}

    .input-style:focus {
        border-color: #0072CD !important;
        outline: none;
    }

    .input-style::-webkit-input-placeholder {
        color: #737678;
        font-family: 'Lato',sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

    .input-style.width50per {
        width: 50%;
    }

.width50per {
    width: 50%;
}

.width120 {
    width: 120px;
}

.input-style:read-only {
    border-color: transparent !important;
}

input[type=text]::-ms-clear {
    display: none;
}

.error-text {
    color: #DC151D !important;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    line-height: 16px;
}

.error-summary-style, .error-summary-style ul {
    color: #DC151D !important;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.textarea-style {
    width: 100%;
    border: 2px solid #D2D3D4 !important;
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
}

    .textarea-style:focus {
        border-color: #0072CD !important; /*Rebranding color change in PVT-2546*/
        outline: none !important;
    }

    .textarea-style.textarea-min {
        min-height: 80px;
        line-height: 18px;
    }

        .textarea-style.textarea-min.textarea-explain {
            min-height: 0px;
            line-height: 18px;
        }


.input-error, .input-error:focus, .cust_class .form-control.input-error {
    border: 2px solid #ed2b2b !important;
}
/*PVT-1337 - Added as part of PVST-487 &amp; PVST-486*/
.datainput-error, .datainput-error:focus {
    border: 2px solid #DC151D !important;
}
/*PVT-1337 - Added as part of PVST-487 &amp; PVST-486--End*/
/* Datepicker styles start */
.datepicker-dropdown.datepicker-md6-styles {
    min-width: 350px;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #0072CD; /*Rebranding color change in PVT-2546*/
}

.datepicker-dropdown.datepicker-md4-styles {
    min-width: 224px;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #0072CD; /*Rebranding color change in PVT-2546*/
}

.datepicker-dropdown.datepicker-md3-styles {
    width: auto;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #0072CD; /*Rebranding color change in PVT-2546*/
}

.datepicker-dropdown.datepicker-md6-styles &gt; div &gt; table {
    width: 100%;
}

.datepicker-md6-styles:before, .datepicker-md3-styles:before {
    border: 0;
}

.datepicker-md6-styles:after, .datepicker-md3-styles:after {
    border: 0;
}

.daterange-dropdown {
    margin-bottom: 15px;
}

    .daterange-dropdown .date-dropdown {
        width: 100%;
        height: 40px;
        border: 2px solid #D2D3D4;
        padding-left: 8px;
        color: #000000;
        font-family: 'Lato',sans-serif;
        font-size: 16px;
        font-weight: bold;
    }
/* Datepicker styles end */
/* Multi select dropdown start */
.custom-multi-select-new {
    margin-bottom: 15px;
}

    .custom-multi-select-new .select2-container .select2-selection {
        /* border: 2px solid #D2D3D4; */
        border: 0;
        min-height: 38px;
        box-shadow: none;
        padding-top: 0px;
    }

    .custom-multi-select-new ul.select2-selection__rendered:after {
        position: absolute;
        top: 18px;
        transform: translateY(-50%);
        content: "";
        /* font-family: FontAwesome; */
        width: 35px;
        /* height: 36px; */
        /* color: #fff; */
        background: #999b9d;
        /* font-size: 24px; */
        text-align: center;
        min-height: 39px;
        right: 0;
    }

    .custom-multi-select-new ul.select2-selection__rendered:before {
        content: "\f078";
        font-family: FontAwesome, sans-serif;
        color: #fff;
        right: 7px;
        z-index: 1;
        font-size: 24px;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        position: absolute;
        top: 20px;
    }

    .custom-multi-select-new .select2-container--open ul.select2-selection__rendered:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .custom-multi-select-new .custom-multi-select-checkbox ul.select2-selection__rendered:after {
        right: 0px;
        top: 18px;
        position: absolute;
    }

    .custom-multi-select-new .custom-multi-select-checkbox.select2-container--default.select2-container--open .select2-selection--multiple {
        border-color: #0072CD; /*Rebranding color change in PVT-2546*/
        border-width: 2px;
        border-radius: 0 !important;
    }

    .custom-multi-select-new .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0 35px 0 0;
        position: relative;
        min-height: 39px;
        top: -1px;
        border: 2px solid #D2D3D4;
        padding-bottom: 2px;
    }

    .custom-multi-select-new .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e6e6e6;
        border: 0;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        line-height: 28px;
        padding: 2px 10px 1px 5px;
        min-width: 55px;
        margin: 3px 5px 1px 5px;
    }

    .custom-multi-select-new .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #737678;
        float: right;
        margin-left: 10px;
        position: relative;
    }

        .custom-multi-select-new .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
            font-family: fontAwesome, sans-serif;
            content: "\f00d";
            position: absolute;
            right: -1px;
            top: -1px;
        }

    .custom-multi-select-new input[type="search"].select2-search__field::-webkit-input-placeholder {
        color: #737678;
        font-family: 'Lato',sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

    .custom-multi-select-new .select2-container .select2-search--inline .select2-search__field {
        margin-top: 4px;
        min-height: 24px;
    }

    .custom-multi-select-new .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered {
        border-color: #0072CD; /*Rebranding color change in PVT-2546*/
    }

.custom-multi-select-checkbox .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
    line-height: 19px;
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.custom-multi-select-checkbox.select2-container .select2-dropdown {
    border: 2px solid #0072CD; /*Rebranding color change in PVT-2546*/
    top: -8px;
}

.custom-multi-select-checkbox .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
    border: 2px solid #0072CD; /*Rebranding color change in PVT-2546*/
    border-radius: 4px;
    background-color: #fff;
    margin-right: 10px;
    font-size: 11px;
    vertical-align: middle;
    line-height: 17px;
}

.custom-multi-select-checkbox.custom-multi-select-checkbox .select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome, sans-serif;
    content: "\f00c";
    color: #fff;
    background-color: #0072CD;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.custom-multi-select-checkbox.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.custom-multi-select-checkbox.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #EFFDFF; /*Rebranding color change in PVT-2546*/
    color: #272727;
}

.custom-multi-select-checkbox.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.custom-multi-select-checkbox.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0072CD; /*Rebranding color change in PVT-2546*/
    border-width: 2px;
}

.custom-multi-select-checkbox.select2-container--default .select2-selection--multiple {
    border-width: 2px;
    padding: 0;
}

.custom-multi-select-checkbox .select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

.custom-multi-select-new ul.select2-selection__rendered li {
    line-height: 30px;
}

.custom-multi-select-new .selection {
    line-height: 0;
    position: relative;
}

.custom-multi-select-new .select2-container .select2-search.select2-search--inline .select2-search__field {
    width: auto !important;
    min-width: 12px !important;
    padding-left: 6px;
}

.heading3-lable label {
    color: #737678;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.custom-multi-select-new .select2-search__field {
    /* position: absolute;
    left: 0px; */
}

.custom-multi-select-checkbox.select2-container--default .select2-results &gt; .select2-results__options {
    max-height: 220px;
}

.custom-multi-select-noarrow.custom-multi-select-new ul.select2-selection__rendered:after {
    background: transparent;
}

.custom-multi-select-noarrow.custom-multi-select-new ul.select2-selection__rendered:before, .custom-multi-select-noarrow.custom-multi-select-new input[type="search"].select2-search__field::-webkit-input-placeholder {
    color: transparent;
}
/* Multi select dropdown End */

.datepicker-style:before {
    content: "\f073";
    font-family: FontAwesome, sans-serif;
    color: #737678;
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 1;
    font-size: 24px;
}

.datepicker-style-dev .input-group-addon {
    background: none;
    border: none;
    box-shadow: none !important;
    color: #737678;
    position: absolute;
    right: 25px;
    z-index: 2;
    font-size: 24px;
}

.check-to-confirm {
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Lato',sans-serif;
}

.align-container .modal-content {
    margin-left: 13%;
    margin-right: -21% !important;
}


/* Practice Location Tab design */
.form-menu.nav.nav-pills.xs-small.tab-style li a {
    background: transparent;
    color: #000;
}

.tab-style.nav-pills &gt; li {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}

.tab-style.tab3-set.nav-pills &gt; li {
    width: 33%;
}

.form-menu.nav.nav-pills.xs-small.tab-style li a {
    background: transparent;
    color: #000;
    border: 0;
    text-decoration: none;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.form-menu.nav.nav-pills.tab-style {
    border-color: #979797;
}

.form-menu.nav.nav-pills.xs-small.tab-style li.active a {
    border-bottom: 4px solid #0072CD; /*Rebranding color change in PVT-2546*/
    font-weight: bold;
}

.checkbox-radio-dev.checkbox-style-dev div.checker span {
    border-radius: 50%;
    background: transparent;
    box-shadow: inset 0px -6px 5px #ccc;
    border: 1px solid #0072CD; /*Rebranding color change in PVT-2546*/
}

    .checkbox-radio-dev.checkbox-style-dev div.checker span.checked:after {
        box-shadow: none;
        background: #0072CD; /*Rebranding color change in PVT-2546*/
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 3.5px;
        left: 3px;
    }


.hours-table .heading3 {
    padding: 5px 0 0 0;
}

.hours-table th {
    padding-bottom: 10px;
}

.hours-table td {
    vertical-align: baseline;
}

a.copy-hours-link {
    height: 20px;
    width: 20px;
    background-color: #BFD9EE;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.copy-hours-list {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 209px;
    text-align: left;
    border: 2px solid #0072CD;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    z-index: 9;
}

    .copy-hours-list li:first-child {
        color: #000;
        font-weight: bold;
        background: #E6E6E6;
        padding: 3px 8px;
        margin-bottom: 5px;
    }

    .copy-hours-list li {
        list-style-type: none;
        padding: 0px 5px 0px 15px;
        margin-bottom: 1px;
    }

.custom-select-edit.custom-select .select2-container .select2-selection {
    min-height: 20px;
    height: 20px;
    border: 0;
    border-bottom: 2px solid #AAAAAA;
    border-radius: 1px;
}

.custom-select-edit.custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    padding: 0
}

.custom-select-edit.custom-select .select2-container .select2-selection .select2-selection__arrow b {
    line-height: normal;
    background: transparent;
}

.custom-select-edit.custom-select .select2-container .select2-selection .select2-selection__arrow {
    height: auto;
    width: auto;
}

    .custom-select-edit.custom-select .select2-container .select2-selection .select2-selection__arrow b:before {
        color: #0072CD;
        content: "\f040";
        font-size: 14px;
        font-weight: normal;
    }

.custom-select-edit.custom-select .select2-container.select2-container--open .select2-selection .select2-selection__arrow b:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(0deg);
}

.custom-select.custom-select-edit {
    width: 96px;
}



.table-border-style {
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-top: 8px solid #0072CD; /*Rebranding color change in PVT-2546*/
    padding: 0;
}

.grid-table {
    width: 100%;
}

    .grid-table td, .grid-table th {
        padding: 10px;
    }

    .grid-table tr:nth-child(even) td {
        background-color: rgba(230,230,230,0.5);
    }

    .grid-table th {
        border-bottom: 2px solid #AAAAAA;
    }

.desktop-modal {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 3px rgba(0,0,0,0.12), 0 4px 15px 0 rgba(0,0,0,0.2);
    padding: 10px 20px 20px 20px;
    border-top: 10px solid #0072CD;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    z-index: 1011;
    top: 24%;
}

.div-min-style {
    min-height: 111px;
    border: 1px solid #AAAAAA;
    padding: 10px 20px;
}

    .div-min-style.div-min-style-select {
        border: 2px solid #0072CD;
    }

        .div-min-style.div-min-style-select .heading3 {
            color: #000;
        }

.desktop-modal .desktop-modal-close {
    position: absolute;
    right: -7px;
    font-size: 26px;
    color: #737678;
    text-decoration: none;
}

/*Professiona License Grid Pagination Changes- start*/
#PLGridSection .e-pager {
    background: #fff;
    border: 0;
    border-bottom: 2px solid #D8D8D8;
    text-align: right;
    font-family: 'Lato',sans-serif;
    color: #000;
    font-size: 14px;
}

    #PLGridSection .e-pager .e-parentmsgbar {
        float: none;
        position: relative;
        top: -8px;
        left: 10px;
        padding-right: 20px;
    }

    #PLGridSection .e-pager .e-pagercontainer {
        border: 0;
        background: transparent;
    }

    #PLGridSection .e-pager .e-currentitem.e-active, #PLGridSection .e-pager .e-currentitem:hover {
        background: #0072CD; /*Rebranding color change in PVT-2546*/
        padding: 3px 8px;
        display: inline-block;
        color: #fff;
    }

#PLGridSection .e-pagercontainer &gt; div {
    opacity: 1;
    color: #BFC1C1;
    background: transparent;
    border: 0;
    font-size: 14px;
}

#PLGridSection .e-mediaback:before {
    content: "\f100";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#PLGridSection .e-arrowheadleft-2x:before, #PLGridSection .e-icon.e-left-arrow:before, #PLGridSection .e-rtl .e-icon.e-right-arrow:before {
    content: "\f104";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#PLGridSection .e-arrowheadright-2x:before, #PLGridSection .e-icon.e-right-arrow:before, #PLGridSection .e-rtl .e-icon.e-left-arrow:before {
    content: "\f105";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#PLGridSection .e-mediaforward:before {
    content: "\f101";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#PLGridSection .e-icon:before, #PLGridSection .e-rte-toolbar-icon:before, .e-bgcolor-icon:before, #PLGridSection .e-fontcolor-icon:before, #PLGridSection .e-rte-footericon:before, #PLGridSection .e-rte-resize:before {
    right: 7px;
    position: relative;
}

#PLGridSection .e-pager .e-numericitem {
    background: transparent;
    border: 0;
    color: #000;
}
/*Professional License Grid Pagination Changes -End*/


/*CDS Grid Pagination Changes- start*/
#CDSGridSection .e-pager {
    background: #fff;
    border: 0;
    border-bottom: 2px solid #D8D8D8;
    text-align: right;
    font-family: 'Lato',sans-serif;
    color: #000;
    font-size: 14px;
}

    #CDSGridSection .e-pager .e-parentmsgbar {
        float: none;
        position: relative;
        top: -8px;
        left: 10px;
        padding-right: 20px;
    }

    #CDSGridSection .e-pager .e-pagercontainer {
        border: 0;
        background: transparent;
    }

    #CDSGridSection .e-pager .e-currentitem.e-active, #CDSGridSection .e-pager .e-currentitem:hover {
        background: #0072CD;
        padding: 3px 8px;
        display: inline-block;
        color: #fff;
    }
/*Rebranding color change in PVT-2546*/
#CDSGridSection .e-pagercontainer &gt; div {
    opacity: 1;
    color: #BFC1C1;
    background: transparent;
    border: 0;
    font-size: 14px;
}

#CDSGridSection .e-mediaback:before {
    content: "\f100";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#CDSGridSection .e-arrowheadleft-2x:before, #CDSGridSection .e-icon.e-left-arrow:before, #CDSGridSection .e-rtl .e-icon.e-right-arrow:before {
    content: "\f104";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#CDSGridSection .e-arrowheadright-2x:before, #CDSGridSection .e-icon.e-right-arrow:before, #CDSGridSection .e-rtl .e-icon.e-left-arrow:before {
    content: "\f105";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#CDSGridSection .e-mediaforward:before {
    content: "\f101";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#CDSGridSection .e-icon:before, #CDSGridSection .e-rte-toolbar-icon:before, .e-bgcolor-icon:before, #CDSGridSection .e-fontcolor-icon:before, #CDSGridSection .e-rte-footericon:before, #CDSGridSection .e-rte-resize:before {
    right: 7px;
    position: relative;
}

#CDSGridSection .e-pager .e-numericitem {
    background: transparent;
    border: 0;
    color: #000;
}
/*CDS Grid Pagination Changes -End*/

/*Hospital Affiliation changes*/
.grid-special {
    height: 30px;
    background-color: #0072CD;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    position: relative;
    top: 3px;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 5px;
    font-family: 'Lato',sans-serif;
}

    .grid-special:after {
        color: #0072CD;
        border-left: 20px solid;
        border-top: 16px solid transparent;
        border-bottom: 14px solid transparent;
        display: inline-block;
        content: '';
        position: absolute;
        right: -20px;
        top: 0px;
    }

.grid-special-red {
    height: 30px;
    background-color: #DC151D;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    position: relative;
    top: 3px;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 5px;
    font-family: 'Lato',sans-serif;
}

    .grid-special-red:after {
        color: #DC151D;
        border-left: 20px solid;
        border-top: 16px solid transparent;
        border-bottom: 14px solid transparent;
        display: inline-block;
        content: '';
        position: absolute;
        right: -20px;
        top: 0px;
    }

.row-grid-main .row-grid.yellow-grid {
    border-left: 10px solid #FFB81D;
    background: #FFF7E8;
    padding: 20px 15px 20px 5px;
}

#AttestedSpecialty_Notification {
    min-height: 80px !important;
    width: 730px !important;
}

#btn-Close {
    top: 133px;
    font-size: 35px;
    color: #737678;
    /*padding-right: 15px;*/
    cursor: pointer;
}

.grid-special-yl {
    background-color: #FFB81D;
    color: #000;
}

    .grid-special-yl:after {
        color: #FFB81D;
    }


/*Hospital Affiliation changes - End*/

/*PVAW-835 making the pl fields as readonly */
.form-group-pl .form-group {
    margin-bottom: 5px !important;
}


/* pvtw:165 Not insured checkbox should be disabled when click on ftca*/
.checkbox-style-dev div.checker.disabled span {
    border-color: #b8b8b8;
}
/*pvtw:165 Changes End*/
/*DEARegistration Grid Pagination Changes- start*/
#DEAGridSection .e-pager {
    background: #fff;
    border: 0;
    border-bottom: 2px solid #D8D8D8;
    text-align: right;
    font-family: 'Lato',sans-serif;
    color: #000;
    font-size: 14px;
}

    #DEAGridSection .e-pager .e-parentmsgbar {
        float: none;
        position: relative;
        top: -8px;
        left: 10px;
        padding-right: 20px;
    }

    #DEAGridSection .e-pager .e-pagercontainer {
        border: 0;
        background: transparent;
    }

    #DEAGridSection .e-pager .e-currentitem.e-active, #PLGridSection .e-pager .e-currentitem:hover {
        background: #0072CD;
        padding: 3px 8px;
        display: inline-block;
        color: #fff;
    }
/*Rebranding color change in PVT-2546*/
#DEAGridSection .e-pagercontainer &gt; div {
    opacity: 1;
    color: #BFC1C1;
    background: transparent;
    border: 0;
    font-size: 14px;
}

#DEAGridSection .e-mediaback:before {
    content: "\f100";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#DEAGridSection .e-arrowheadleft-2x:before, #PLGridSection .e-icon.e-left-arrow:before, #PLGridSection .e-rtl .e-icon.e-right-arrow:before {
    content: "\f104";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#DEAGridSection .e-arrowheadright-2x:before, #PLGridSection .e-icon.e-right-arrow:before, #PLGridSection .e-rtl .e-icon.e-left-arrow:before {
    content: "\f105";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#DEAGridSection .e-mediaforward:before {
    content: "\f101";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
}

#DEAGridSection .e-icon:before, #PLGridSection .e-rte-toolbar-icon:before, .e-bgcolor-icon:before, #PLGridSection .e-fontcolor-icon:before, #PLGridSection .e-rte-footericon:before, #PLGridSection .e-rte-resize:before {
    right: 7px;
    position: relative;
}

#DEAGridSection .e-pager .e-numericitem {
    background: transparent;
    border: 0;
    color: #000;
}
/*DEARegistration Grid Pagination Changes -End*/

.tag-section {
    position: relative;
}

.tag-content {
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    padding: 10px 10px 10px 45px;
    margin-left: 6px;
    min-height: 61px;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .tag-content &gt; div {
        display: table-cell;
        vertical-align: middle;
    }

        .tag-content &gt; div:first-child {
            padding-right: 10px;
        }

.tag-icon {
    width: 38px;
    height: 32px;
    background: #FFB81D;
    display: inline-block;
    position: absolute;
    top: 18%;
}

    .tag-icon:after {
        color: #BA7F08;
        border-right: 6px solid;
        border-top: 0px solid transparent;
        border-bottom: 6px solid transparent;
        display: inline-block;
        content: '';
        position: absolute;
        top: 32px;
        left: 0px;
    }

    .tag-icon .icon {
        font-size: 27px;
        color: #fff;
        margin-left: 8px;
        margin-top: 2px;
        display: inline-block;
    }


/*pvt-962:Header and footer Changes -Start*/
.pr-login .top-bar {
    background-color: #BFC1C1;
    border-bottom: 0;
}

.pr-login .user-info {
    display: table;
}

.pr-login .global-nav &gt; li &gt; a {
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding: 0 7px;
    letter-spacing: 0;
    padding-top: 2px;
}

.pr-login .user-image {
    width: auto;
}

.pr-login .Notification-Bell-dropdown, .pr-login .user-image, .pr-login .user-details, .user-settings {
    display: table-cell;
    vertical-align: middle;
    float: none;
    border-right: 2px solid #fff;
}

.pr-login li.link-pipe {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: -3px;
}

.pr-login .Notification-Bell-Icon {
    font-size: 24px;
}

.pr-login .user-image .icon-user {
    font-size: 55px;
    padding: 3px 15px 1px 15px;
    display: inline-block;
    border-right: 0;
}

.pr-login .user-details {
    min-width: 165px;
}

    .pr-login .user-details .user-name {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        font-family: 'Lato',sans-serif;
        line-height: 19px;
        margin-bottom: 4px;
    }

    .pr-login .user-details .user-id {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        font-family: 'Lato',sans-serif;
        line-height: 17px;
    }

.pr-login .user-settings {
    border: 0;
}

.pr-login .Notification-Bell-dropdown {
    float: none;
    padding: 0;
    border: 0;
    width: auto;
    background-color: #BFC1C1 !important;
}

.pr-login .user-settings i {
    font-size: 24px;
    color: #fff;
}

.pr-login .user-settings .dropdown-toggle {
    width: auto;
}

.pr-login .user-settings .dropdown-menu &gt; li &gt; a {
    color: #fff;
    text-decoration: none;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: bold;
}

    .pr-login .user-settings .dropdown-menu &gt; li &gt; a:hover, .pr-login .user-settings .dropdown-menu &gt; li &gt; a:focus, .pr-login .user-settings .dropdown-submenu:hover &gt; a, .pr-login .user-settings .dropdown-submenu:focus &gt; a {
        text-decoration: none;
        background-color: #666;
        background-image: none;
        color: #FFFFFF;
        font-family: 'Lato',sans-serif;
        font-size: 14px;
        font-weight: bold;
    }

.pr-login .header .section-nav {
    padding: 10px 15px 9px 15px;
    min-height: 59px;
}

.pr-login .navigation-section .nav.nav-pills {
    width: 100%;
}

.pr-login .navigation-section .nav-pills &gt; li {
    width: 25%;
}

.pr-login .nav-pills &gt; li + li {
    margin: 0;
}

.pr-login .navigation-section .nav-pills &gt; li &gt; a {
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 11px 6px 11px 17px;
    max-width: 200px;
}

.pr-login .navigation-section .dropdown-menu {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    left: auto;
    right: 71px;
    width: 308px;
}

.pr-login .navigation-section .nav-pills &gt; li:first-child &gt; a {
    padding-left: 35px;
}

.pr-login .navigation-section .caret {
    border-top: 14px solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-radius: 4px;
}

.pr-login .navigation-section .dropdown-menu &gt; li &gt; a {
    color: #737678;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 20px 3px 27px;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    width: 99.9%;
    text-align: left;
}

    .pr-login .navigation-section .dropdown-menu &gt; li &gt; a:hover, .pr-login .navigation-section .dropdown-menu &gt; li &gt; a:focus {
        color: #000000;
        background-color: #E5EFF8;
        border-top: 1px solid #D8D8D8;
    }

.pr-login .navigation-section .dropdown-menu &gt; li {
    position: relative;
}

    .pr-login .navigation-section .dropdown-menu &gt; li .icon {
        position: absolute;
        left: 11px;
        font-size: 14px;
        top: 8px;
    }

    .pr-login .navigation-section .dropdown-menu &gt; li .icon-remove-sign {
        color: #DC151D;
    }

    .pr-login .navigation-section .dropdown-menu &gt; li .icon-ok-sign {
        color: #218F30;
    }

.pr-login .left-section .nav-list {
    border: 1px solid #D2D3D4;
    background-color: #FFFFFF;
    box-shadow: 0 0px 2px 0 rgba(0,0,0,0.14), 1px 4px 4px 0px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2)
}

.pr-login .left-section {
    background: #fff;
}

    .pr-login .left-section ul.nav li a {
        background: transparent;
        color: #737678;
        font-family: 'Lato',sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding-left: 44px;
        padding-right: 0;
    }

    .pr-login .left-section ul.nav &gt; li.active &gt; a {
        color: #000000;
        background: transparent;
    }

    .pr-login .left-section .nav-list &gt; li &gt; ul &gt; li {
        background: transparent;
    }

    .pr-login .left-section .nav-list &gt; li &gt; ul &gt; li {
        list-style: none;
        padding: 1px 0px 1px 27px;
    }

        .pr-login .left-section .nav-list &gt; li &gt; ul &gt; li &gt; a {
            background: transparent;
            font-size: 14px;
            font-weight: bold;
            padding: 5px 5px 5px 7px;
            margin-left: 10px;
        }

            .pr-login .left-section .nav-list &gt; li &gt; ul &gt; li &gt; a:hover {
                /*background-color: #E5EFF8;*/
                text-decoration: none;
                color: #000;
            }

    .pr-login .left-section .nav-list &gt; li &gt; ul {
        background: transparent;
    }

.pr-login #left-menu li.expanded {
    background-color: #FFFFFF;
    box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.2), inset 0 1px 4px 0 rgba(0,0,0,0.2), inset 0 1px 5px 0 rgba(0,0,0,0.2);
}

    .pr-login #left-menu li.expanded:after {
        border-left: 3px solid #0072CD;
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
    }

.pr-login .right-section {
    /* margin: 0 0 0 235px; */
}

.pr-login .section {
    background: transparent;
}

.pr-login .left-section .icon-plus-sign-alt:before {
    content: "\f055";
}

.pr-login .left-section .icon-minus-sign-alt:before {
    content: "\f056";
}

.pr-login .left-section ul.nav i {
    left: 10px;
}

    .pr-login .left-section ul.nav i.icon {
        left: 27px;
    }

    .pr-login .left-section ul.nav i.icon-ok-sign {
        color: #218F30;
    }

    .pr-login .left-section ul.nav i.icon-remove-sign {
        color: #DC151D;
    }

.pr-login .left-section ul.nav ul a i.icon {
    left: -10px;
    top: 5px;
    font-size: 14px;
}

.pr-login .left-section ul.nav ul a i.icon-ok-sign {
    color: #218F30;
}

    .pr-login .left-section ul.nav ul a i.icon-ok-sign .icon-remove-sign {
        color: #DC151D;
    }

.pr-login .left-section .btn-primary {
    background: #0072CD;
    border-color: #0072CD;
}

.pr-login .left-section .section-navigation .previous {
    border-right: 2px solid #fff;
    background: #0072CD;
}

    .pr-login .left-section .section-navigation .previous .btn {
        color: #FFFFFF;
        font-family: Lato, sans-serif;
        font-size: 14px;
        font-weight: bold;
        border: 0;
    }

.pr-login .left-section .section-navigation i {
    font-size: 28px;
    color: #fff;
}

.pr-login .left-section .section-navigation .btn {
    padding-top: 3px;
    padding-bottom: 3px;
}

.pr-login .left-section .section-navigation .next .btn {
    padding-left: 2px;
    padding-top: 5px;
}

.pr-login .left-section .section-navigation .previous .btn {
    padding-left: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pr-login .left-section .section-navigation .next .btn {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
}

.footer {
    background-color: #555;
    height: auto;
}

.footer-nav ul.nav li a {
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 5px;
    padding-left: 0;
}

.footer-nav ul.nav li:last-child a {
    margin-bottom: 10px;
}

.footer-nav {
    border-right: 2px solid #fff;
    padding: 17px 0 6px 30px;
    height: auto;
    border-left: 2px solid #fff;
    margin-right: 30px;
}

.footer-logo {
    border-right: 0;
    height: auto;
}

.copyright {
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    padding: 20px;
}

.version {
    padding-left: 100px;
    font-weight: bold;
    color: #555;
}

.pr-login .navigation-section .nav-pills &gt; li:nth-child(2), .pr-login .navigation-section .nav-pills &gt; li:nth-child(3), .pr-login .navigation-section .nav-pills &gt; li:nth-child(4) { /*today*/
    text-align: center;
}



.reviewAttest-section {
    padding: 10px 0px 10px 50px;
    border-bottom: 2px solid #D8D8D8;
}

.reviewbtn-section {
    float: right;
    min-width: 452px;
    padding: 9.5px 10px;
    border: 1px solid #666666;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

    .reviewbtn-section table {
        width: 100%;
    }

    .reviewbtn-section .icon {
        font-size: 28px;
        margin-right: 10px;
    }

    .reviewbtn-section .heading3-black {
        line-height: 19px;
    }

.btn-review-header {
    color: #FFFFFF;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 5px;
    background: #ed2b2b;
    box-shadow: none;
    margin: 0;
}

.pr-login .navigation-section .nav-pills &gt; li:nth-child(1) &gt; a {
    max-width: 118px;
}

.pr-login .navigation-section .nav-pills &gt; li:nth-child(4) &gt; a {
    float: right;
    width: 200px;
    text-align: center;
}


.custom-scrollcontent {
    min-height: 300px;
    max-height: 300px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12), 0 3px 4px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-top: 8px solid #0072CD;
    border-radius: 4px 4px 0 0;
    padding: 8px 20px 0;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    color: #000;
}


.att-hr.modal-dialog {
    width: 410px !important;
    height: 411px !important;
    margin: 151px auto !important;
}

.att-hr .modal-body {
    padding: 0px !important;
}

.att-hr .desktop-modal {
    position: relative;
    top: 0%;
}
/*Header and footer Changes -End*/
.pr-login .fixedTop {
    position: fixed;
    top: 0;
}

.pr-login .authorize-notification {
    float: none;
    position: relative;
    top: 2px;
}

.pr-login .navigation-section .nav-pills &gt; li &gt; a#Authorize .auth-note-ico-text {
    display: block;
    margin-top: -4px;
    padding-left: 3px;
}

.pr-login .left-section .section-navigation .previous.icon-btn {
    width: 8px;
}

.pr-login .left-section .section-navigation .previous {
    width: 27px;
}

.table-centre-prhome {
    margin: 0 auto;
}

    .table-centre-prhome .review-thumbnail {
        border-radius: 4px !important;
        font-family: 'Lato',sans-serif;
    }

.btm-accordian-main {
    border: 1px solid #BFC1C1;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    margin-bottom: 24px;
    font-family: 'Lato',sans-serif;
}



    .btm-accordian-main .btm-accordian-header {
        border-bottom: 2px solid #D8D8D8;
        padding: 16px 11px 15px 16px;
    }



        .btm-accordian-main .btm-accordian-header h1 {
            color: #0072CD;
            font-family: 'Lato',sans-serif;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 29px;
            text-decoration: underline;
            margin: 0;
        }



    .btm-accordian-main table {
        width: 100%;
    }



    .btm-accordian-main .btm-accordian-body {
        padding: 18px 16px 0 16px;
    }



.data-section {
    border: 1px solid #666666;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    padding: 10px 10px;
    margin-bottom: 20px;
}



    .data-section .link {
        color: #0072CD;
        font-family: 'Lato',sans-serif;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 19px;
        text-decoration: underline;
    }



.btm-accordian-body .data-section:last-child {
    margin-bottom: 5px;
}



.btm-accordian-footer {
    text-align: center;
    padding: 10px 0 20px 0;
    background: #fff;
    margin-left: 2px;
}



.hide-accBody .btm-accordian-footer {
    position: relative;
    top: -3px;
}



.btm-accordian-footer .icon-up-down {
    font-size: 26px;
    color: #737678;
    font-weight: bold;
}



.btm-accordian-main .btm-accordian-footer .icon-up-down:before {
    content: "\f077";
}



.btm-accordian-main.hide-accBody .btm-accordian-footer .icon-up-down:before {
    content: "\f078";
}



/* .btm-accordian-main .btm-accordian-body{

 

              display: block;

 

}

 

.btm-accordian-main.hide-accBody .btm-accordian-body{

 

              display: none;

 

} */



.btm-accordian-main.hide-accBody .btm-accordian-body .data-section {
    /* box-shadow: none; */
}



.btm-accordian-main .btm-accordian-body {
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    height: auto;
    /* max-height:600px; */
}



.btm-accordian-main.hide-accBody .btm-accordian-body {
    max-height: 0;
}




/*Home Page Dashboard Application Section*/
.dsb-appsection-left {
}

    .dsb-appsection-left p {
        color: #2b2b2b;
        font-size: 14px;
    }



.dsb-appsection-right p {
    font-size: 14px;
}



.dsb-progress-container {
    width: 100%;
    /* border: 1px solid #eee; */
    height: 35px;
    box-shadow: 0px 1px 5px #9a9a9a;
    position: relative;
}
/*PVT-485: Updated style as part of PVTW-373*/
.dsb-progressbar-block {
    /*background: #218f30;*/
    background: #FFB81D;
    height: 100%;
    width: 50%;
    padding-top: 7px;
    padding-left: 0;
}

.db-progbar-complete .dsb-progressbar-block {
    background: #218f30;
}

.dsb-progressbar-block p {
    color: #000;
    position: absolute;
    left: 10px;
}

.db-progbar-text .dsb-progressbar-block p {
    color: #000;
}

.db-progbar-complete .dsb-progressbar-block p {
    color: #fff;
}


.db-progbar-complete .dsb-progressbar-block:before {
    content: "\f058";
    font-family: FontAwesome, sans-serif;
    position: absolute;
    right: 10px;
    font-size: 28px;
    color: #fff;
    top: -2px;
}



.dsb-progress-status {
    margin-top: 5px;
}

    .dsb-progress-status p {
        color: #656565;
        margin-bottom: 0;
    }



.pr-login .home-inner {
    background: #fff;
}



.pr-login .user-app-status-body {
    border: 0px solid;
}



.pr-login .user-app-status-body {
    height: auto !important;
    overflow-y: auto !important;
}
/*Added as part of PVT-1202*/
.radio-custom div.radio span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-position: 0 -279px;
}

.radio-custom .input-error {
    background: none;
}

.radio-custom div.radio span.checked {
    background-position: -72px -279px;
}

.input-error-checkbox, .input-error-checkbox:focus {
    border: 2px solid #DC151D !important;
    border-radius: 4px 4px 4px 4px;
    background-position: -2px -262px !important;
}
/*Added as part of PVT-1202-END*/
/*bottom accordian End*/
/*Pvtw-288 Added to show scroll across all browsers-Start*/
/*Scroll bar Start*/
.scrollable {
    position: relative;
}

    .scrollable:focus {
        outline: 0;
    }

    .scrollable .viewport {
        position: relative;
        overflow: hidden;
    }

        .scrollable .viewport .overview {
            position: absolute;
        }

    .scrollable .scroll-bar {
        display: none;
    }

        .scrollable .scroll-bar.vertical {
            position: absolute;
            right: 0;
            height: 100%;
        }

        .scrollable .scroll-bar.horizontal {
            position: relative;
            width: 100%;
        }

        .scrollable .scroll-bar .thumb {
            position: absolute;
        }

        .scrollable .scroll-bar.vertical .thumb {
            width: 100%;
            min-height: 10px;
        }

        .scrollable .scroll-bar.horizontal .thumb {
            height: 100%;
            min-width: 10px;
            left: 0;
        }

    /*Default skin*/

    .scrollable.default-skin {
        padding-right: 10px;
        padding-bottom: 6px;
    }

        .scrollable.default-skin .scroll-bar.vertical {
            width: 6px;
        }

        .scrollable.default-skin .scroll-bar.horizontal {
            height: 6px;
        }

        .scrollable.default-skin .scroll-bar .thumb {
            background-color: black;
            opacity: 0.4;
            border-radius: 3px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

        .scrollable.default-skin .scroll-bar:hover .thumb {
            opacity: 0.6;
        }

    /*Gray skin*/

    .scrollable.gray-skin {
        padding-right: 17px;
    }

        .scrollable.gray-skin .scroll-bar {
            border-radius: 0;
            background-color: #fff;
        }

            .scrollable.gray-skin .scroll-bar .thumb {
                border-radius: 6px;
                background-color: #737678;
            }

            .scrollable.gray-skin .scroll-bar:hover .thumb {
                border-radius: 6px;
                background-color: #737678;
            }

            .scrollable.gray-skin .scroll-bar.vertical {
                width: 10px;
            }

            .scrollable.gray-skin .scroll-bar.horizontal {
                height: 10px;
                margin-top: 2px;
            }


/*Scroll bar End*/
/*Pvtw-288 Added to show scroll across all browsers-END*/

/*Pvtw-215 Home Page Documents Tab Start*/
.data-section.red-border {
    border-left: 5px solid #ED2B2B;
}

    .data-section.red-border .hilight {
        color: #DC151D;
    }

.doc-sec .data-section {
    padding: 12px 15px;
}

.document-section {
    background: #fbe7e8;
    padding: 5px 50px 5px 40px;
    border-radius: 2px;
    font-weight: bold;
    float: right;
    margin-right: -11px;
    line-height: 24px;
    position: relative;
    border-left: 6px solid #ED2B2B;
}

    .document-section i {
        left: 9px;
        font-size: 29px;
        position: absolute;
        top: 3px;
    }

.document-sec {
    min-height: 78px !important;
    display: block !important;
    padding: 7px 15px 7px 5px !important;
}

.mtop {
    margin-top: 0px !important;
}

/*Pvtw-215 Home Page Documents Tab END*/
/*Added as part of PVST-98 for radio button background change*/
.custom-radio-dev div.radio span.checked.radio-input-change:after {
    background: #DC151D !important;
}

.radio-input-change-error, .radio-input-change-error:focus {
    border: 2px solid #DC151D !important;
}

.span-error-text {
    color: #dc151d !important;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    line-height: 16px;
}
/*Added as part of PVST-98 for radio button background change-END*/
/*Added as part of PVT-320*/
.btn-lightBlue {
    background: #E5EFF8;
}

    .btn-lightBlue.btn-disabled {
        background: #E5EFF8;
        color: #737678;
        box-shadow: none;
        pointer-events: none;
    }
/*Added as part of PVT-320-END*/
/*Added as part of PVST-413,PVT-1337 to highlight expiration field*/
.data-fld {
    color: #DC151D;
    margin-right: 1px;
    font-size: 12px;
    position: relative;
    top: -5px;
}
/*Added as part of PVST-413,PVT-1337 to highlight expiration field-END*/
/*PVT-1333:Added as part of PVST-429*/
.border-top-exist {
    border-top: 2px solid #D8D8D8;
    margin-top: 25px;
    padding-top: 10px;
}
/*PVT-1333:Added as part of PVST-429-END*/
/*Added as part of PVST-413,PVT-1337 to highlight expiration field-END*/

/*Added as part of PVRV-2786 to ADD new group icon*/
.group-icon {
    width: 82px;
    height: 70px;
}

    .group-icon:hover {
        -webkit-filter: brightness(0%);
    }
/*Added as part of PVRV-2786 to ADD new group icon-END*/
/*Added as part of PVAW-1498(PVT-1282:Aug2021Release)--Start*/
.primaryContact {
    display: inline-block;
    background: #0072CD;
    padding: 4px 11px;
    border: 1px solid #979797;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
    margin-top: 2px;
    text-align: center;
}
/*Added as part of PVAW-1498(PVT-1282:Aug2021Release)--End*/

/*Added as part of NSA (PVT-1789 &amp; PVT-1788: Release-Jan2022)--Start*/
.greenColorBackGround {
    position: absolute;
    width: 195px;
    height: 22px;
    background: #218F30;
    border-radius: 0px 3px 3px 0px;
    left: 23px;
    bottom: 15px;
    margin-left: -23px;
    padding-left: 20px;
    padding-top: 2px;
}

.redColorBackGround {
    position: absolute;
    width: 195px;
    height: 22px;
    background: #DC151D;
    border-radius: 0px 3px 3px 0px;
    left: 23px;
    bottom: 15px;
    margin-left: -23px;
    padding-left: 20px;
    padding-top: 2px;
}

.yellowColorBackGround {
    position: absolute;
    width: 195px;
    height: 22px;
    background: #FFC105;
    border-radius: 0px 3px 3px 0px;
    left: 23px;
    bottom: 15px;
    margin-left: -23px;
    padding-left: 20px;
    padding-top: 2px;
}



.whiteColorLabel {
    position: absolute;
    width: 149px;
    height: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-top: 2px;
}

.blackColorLabel {
    position: absolute;
    width: 149px;
    height: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: 2px;
}

.whiteIconBackGround {
    color: white;
}

.blackIconBackGround {
    color: black;
}
/*Added as part of NSA (PVT-1789 &amp; PVT-1788: Release-Jan2022)--End*/

.maxWidth100 {
    max-width: 100%;
}

.wrap-global {
    max-width: 1120px;
    width: 1120px;
    margin: 0 auto;
}

.wrap-global-nav-section .navigation-section {
    width: 1120px;
    margin: 0 auto;
}
/*Rebranding color change in PVT-2546*/
.n_grey, .btn-style.n_grey:hover,
.btn-style.n_grey:hover, .btn-style.n_grey:visited,
.btn-style.n_grey:focus, .btn-style.n_grey:active {
    color: #0055A3;
    background-color: #fff;
}

/*PVAK-4122 css start*/

.btn-red.disable-btn {
    background-color: #BFD9EE;
    border-color: #BFD9EE;
    color: #737678;
    opacity: 1;
    box-shadow: none;
    pointer-events: none;
}

#supervisor_searchgrid .row:before, #supervisor_searchgrid .row:after {
    content: inherit !important;
}

#supervisor_searchgrid .row-grid-main .row-grid.blue-grid {
    border-left: 10px solid #0072CD;
    padding: 14px 15px 14px 5px;
    min-height: 100px;
}
#supervisor_searchgrid .row-grid-main .row-grid.red-grid {
    padding: 14px 15px 14px 5px;
    min-height: 100px;
}
.error_txt_sec {
    color: #ED2B2B;
    margin-top: -10px;
    margin-bottom: 17px;
    padding-left: 0;
    font-weight: 400;
    font-size: 14px;
}
#manualSupervisoradd {
    margin-bottom:7px;
}
#supervisor_searchgrid .row-grid-main .row-grid {
    margin-bottom: 15px;
    margin-top: 4px;
}

.grid-sub_txt {
    font-size: 14px;
    font-weight: 100;
    color: #000;
}

.custom_he .grid-header {
    color: #000;
}

#supervisor_searchgrid .row-grid-main {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.SupervisorSection-sec .btn-style {
    margin-bottom: 0px;
}

.SupervisorSection-sec .heading2, #manualSupervisordetailSection .heading2 {
    margin-bottom: 0px;
}

.mt10 {
    margin-top: 10px;
}

/* custom scrollbar css*/
#supervisor_searchgrid {
    --code-line-height: 1.4;
    --scroll-bar-color: #99C2E3;
    --scroll-bar-bg-color: #ffffff;
}

#supervisor_searchgrid section {
    line-height: var(--code-line-height);
}

.wrapper-card {
    max-height: 300px;
    overflow-y: auto;
    padding: 0px 2px 0px 0px;
}

/* Works on Chrome, Edge, and Safari */
.SupervisorSection-sec .row-grid-main .wrapper-card::-webkit-scrollbar {
    width: 12px;
}

.SupervisorSection-sec .row-grid-main .wrapper-card::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
}

.SupervisorSection-sec .row-grid-main .wrapper-card::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-color);
    border-radius: 20px;
    border: 3px solid var(--scroll-bar-bg-color);
}
/* custom scrollbar css*/

.mr-0 {
    margin-right:0px;
}
a.btn_delete {
    font-size: 30px;
    color: rgb(101 105 106);
}
#errorMessagedisplay {
    margin-top: 15px;
    font-weight: 700;
}
.pl-0{
    padding-left:0px;
}
.heading2 .extra_top.required-fld {
    top: -8px;
}
.btn_remove {
    margin-top:-5px;
}
.p-0 {
    padding:0px;
}
.m-0 {
    margin:0px;
}
#Selectedbtndelete {
    cursor:pointer;
}
#manualSupervisordetailSection .span-error-text {
    padding-top:4px;
}
#manualSupervisordetailSection {
    overflow:auto;
    overflow-x:hidden;
}
/*PVAK-4122 css end*/
.pr-login .left-section .section-navigation .previous.disable_super,
.pr-login .left-section .section-navigation .previous.disable_super .btn,
.pr-login .left-section .section-navigation .next .btn.disable_super,
.pr-login .left-section .section-navigation .previous .btn.disable_super {
    background-color: #BFD9EE;
    border-color: #BFD9EE;
    color: #737678;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

/*.pr-login .left-section .section-navigation .next .btn.disable_super {

}
.pr-login .left-section .section-navigation .previous .btn.disable_super {
   
}*/
/*PVRG-4167 Start*/
.custom-popover-hover.cust_tool_width .popover.top {
    min-width: 260px !important;
}
.cust_tool_width .info-hover {
    cursor: default;
}
/*PVRG-4167 End*/

.documentsFileUploadCME {
    margin: 10px 40px;
    padding: 10px 40px;
}
.request_banner {
    margin-top: -30px;
}
.internal_section {
    border-left: 10px solid #ED2B2B;
    width: 730px;
    background: #FBE7E8;
    padding: 23px 25px 23px 70px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    position: relative;
    margin: 25px 0px;
    margin: 0 auto;
    overflow: auto;
    box-shadow: 0px 4px 4px 0px #00000040;
}
    .internal_section .para_sec {
        float: left;
        width: 80%;
        padding-top: 5px;
        cursor: pointer;
        color: #000000;
    }
    .internal_section::before {
        content: '';
        background-image: url('../images/icon.png');
        width: 34px;
        height: 34px;
        position: absolute;
        left: 20px;
        top: 20px;
    }

.close_sec {
    background-image: url('../images/icon_cancel.png');
    width: 34px;
    height: 34px;
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    cursor: pointer;
}
/*PVRG-4374 start*/
.pt-30 {
    padding-top: 30px;
}

.custom-select.border_none input {
    border: none;
    box-shadow: none;
    width: 100%;
    height: auto;
}

.custom-select.border_none label {
    margin-bottom: 0px;
}

#CulturalCompetenceyPlaceHolder .collection-item {
    border-bottom: 2px solid #D8D8D8;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.BottomHrLine {
    border-bottom: 2px solid #D8D8D8;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
/*PVRG-4374 end*/
</pre></body></html>