﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Microsoft YaHei Light, Arial;

}

.menuLogo {
    font-weight: 600;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    background-color: #473e68;
    color: #fff;
    padding-left: 1px;
    box-shadow: 2px 1px 2px #c0c0c0;
}
    .menuLogo:after {
        content: "Ps";
    }

h1 {
}

h2 {
    color: rebeccapurple;
}

h4 {
    margin: 30px 0px 20px 0px;
}

h5 {
    font-size: 18px;
    color: rebeccapurple;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.btn-purple {
    background-color: rebeccapurple;
    color: #fff;
    border-color: #552b85;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #552b85;
        border-color: #552b85;
    }

    .btn-check:focus + .btn-purple, .btn-purple:focus {
        color: #fff;
        background-color: #552b85;
        border-color: #552b85;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

.btn-blue {
    background-color: #473e68;
    color: #fff;
    border-color: #302850;
}

    .btn-blue:hover {
        color: #fff;
        background-color: #302850;
        border-color: #302850;
    }

    .btn-check:focus + .btn-blue, .btn-blue:focus {
        color: #fff;
        background-color: #302850;
        border-color: #302850;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

.btn-pink {
    background-color: #ad92bc;
    color: #fff;
    border-color: #9770ae;
}

    .btn-pink:hover {
        color: #fff;
        background-color: #9770ae;
        border-color: #9770ae;
    }

    .btn-check:focus + .btn-pink, .btn-pink:focus {
        color: #fff;
        background-color: #9770ae;
        border-color: #9770ae;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }


.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.disableBuyButton {
    color: #fafafc;
    background-color: #9b97ab;
    border-color: #9b97ab;
}
    .disableBuyButton:after {
        content: "Buy Option Unavailable";
    }

    .disableBuyButton:hover {
        color: #fff;
        background-color: #9b97ab;
        border-color: #9b97ab;
    }

a {
    color: rebeccapurple;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:link, a:visited,
    a:active, a:hover {
        color: purple;
    }

.textColorRed {
    color: #b94a48;
}

.textColorPurple {
    color: rebeccapurple;
}

.textColorBlue {
    color: #473e68;
}

.textColorGreen {
    color: green;
}

.textColorPink {
    color: #ad92bc;
}

.textColorOrange {
    color: orange;
}

.backgroundColorPurple {
    background-color: rebeccapurple;
    color: #fff;
}

.backgroundColorBlue {
    background-color: #473e68;
    color: #fff;
}

.backgroundColorPink {
    background-color: #ad92bc;
    color: #fff;
}

.backgroundColorGreen {
    background-color: green;
    color: #fff;
}

.backgroundColorLightRed {
    background-color: #e6d0d0;
}

.displayNone {
    display:none;
}

.sectionFinishedText {
    color: green;
}


.font-weight-600 {
    font-weight: 600;
}
.italic{
    font-style:italic;
}

.backLink {
    margin-bottom: 20px;
    margin-left: 5px;
}

    .backLink:before {
        content: "\00AB";
    }


.alignRightLarge {
    text-align: right;
}

@media (max-width: 600px) {
    .alignRightLarge {
        text-align: left;
    }
}

.form-group {
    margin-bottom: 10px;
}

    .form-group > .control-label {
        margin-bottom: 5px;
    }

/*Below changes dropdown panel in Navbar*/
.dropdown-item {
    background-color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.dropdown a {
    color: #000;
}

.dropdown-item:hover {
    background-color: #eee;
    color: #000;
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    padding: 0px;
    margin: 0px;
}

.nav-item > a {
    text-decoration: none;
}

.PinTextBox {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.PinTextBoxOff {
    background-color: #c9c7c7;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
}

@media (max-width: 600px) {
    .PinTextBox {
        width: 36px;
        height: 36px;
        margin-right: 2px;
    }
    .PinTextBoxOff {
        width: 36px;
        height: 36px;
        margin-right: 2px;
    }
}

.dateDropDown {
    float: left;
    width: 80px;
    margin-right: 5px;
}

.dateDropDownMonth {
    float: left;
    width: 130px;
    margin-right: 5px;
}

@media (max-width: 600px) {

    .dateDropDown {
        float: left;
        width: 55px;
        margin-right: 2px;
    }
    .dateDropDownMonth {
        float: left;
        width: 115px;
        margin-right: 2px;
    }
}

    .clear {
        clear: both;
    }

    .hideElement {
        display: none;
    }

    /*Bespoke Accordian*/
    .myAccordian {
        border-bottom: 1px solid #dedede;
    }

        .myAccordian > .AccordHeader {
            width: 100%;
            border: 1px solid #dedede;
            border-bottom: 0;
            padding: 15px 20px 15px 20px;
        }

        .myAccordian > .AccordBody {
            width: 100%;
            border: 1px solid #dedede;
            border-top: 0;
            border-bottom: 0;
            padding: 15px 20px;
            box-shadow: inset 0px 15px 8px -10px #c0c0c0;
            background-color: #f3f1f1;
        }

    .accordBodyInner {
        border: 1px solid #dedede;
        border-radius: 10px;
        padding: 20px;
        background-color: #fff;
    }

  @media (max-width: 600px) {

    .myAccordian > .AccordBody {
        padding: 10px;
    }
      
      .accordBodyInner {
        padding: 10px 10px;
    }
  }

    .arrow {
        float: right;
        font-size: 20px;
        color: #808080;
        font-weight: 100;
        padding-top: 0px;
        margin-top: -2px;
    }

    .myAccordian > .AccordHeader > .title {
        cursor: pointer;
    }

    .selected {
        background-color: #ad92bc;
        color: #fff;
    }

        .selected > .arrow {
            color: #fff;
        }

        .selected > .title {
            color: #fff;
        }

    /* VALIDATION  */
    .field-validation-error {
        color: #dc3545;
    }

    .input-validation-error {
        border: 1px solid #b94a48;
        color: #dc3545;
    }

    .ShowModalSummaryError {
        color: #dc3545;
        background-color: #fff;
        border: 1px solid #dc3545;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    /* .ShowModalSummaryError::after {
        content: 'There were problems with your submission, please see below';
    }*/


    .validation-summary-errors {
        font-weight: bold;
        color: #dc3545;
        font-size: 16px;
        border: 1px solid #dc3545;
        background-color: #fff;
        padding: 15px 10px 5px 15px;
        border-radius: 5px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .validation-summary-errors::before {
            margin-bottom: 20px;
            content: 'There were problems with your submission, please see below';
        }

        .validation-summary-errors ul {
            margin-left: 20px;
            margin-top: 10px;
            font-weight: normal;
        }

    /* END VALIDATION  */


    .greyBox {
        width: 100%;
        padding: 10px 15px;
        background-color: #eee;
        border-radius: 10px;
        /*margin-bottom:10px;*/
    }

    .redBox {
        width: 100%;
        padding: 10px 15px;
        background-color: #b94a48;
        color: #fff;
        border-radius: 10px;
    }

    .purpleBox {
        width: 100%;
        padding: 10px 15px;
        background-color: rebeccapurple;
        color: #fff;
        border-radius: 10px;
    }

    .blueBox {
        width: 100%;
        padding: 10px 15px;
        background-color: #473e68;
        color: #fff;
        border-radius: 10px;
    }

    .pinkBox {
        width: 100%;
        padding: 10px 15px;
        background-color: #ad92bc;
        color: #fff;
        border-radius: 10px;
    }

    .orangeBox {
        width: 100%;
        padding: 10px 15px;
        background-color: orange;
        color: #fff;
        border-radius: 10px;
    }


    @media (max-width: 600px) {

        .greyBox {
            padding: 15px;
        }

        .redBox {
            padding: 15px;
        }

        .purpleBox {
            padding: 15px;
        }

        .blueBox {
            padding: 15px;
        }

        .pinkBox {
            padding: 15px;
        }

        .orangeBox {
            padding: 15px;
        }
    }

    tr {
        vertical-align: middle;
    }

    table.gridtable {
        font-size: 14px;
        color: #909090;
        border-collapse: collapse;
        background: #fff;
        width: 100%;
    }

        table.gridtable th, table.gridtable td {
            border: 1px solid #eaeaea;
            padding: 8px;
        }

        table.gridtable th {
            background-image: linear-gradient(#fafafc, #eaeaea);
            color: #404040;
            padding: 8px;
            font-weight: 600;
            font-size: 12px;
            border-bottom: 1px solid #c0c0c0;
        }

        table.gridtable td {
            padding: 8px;
            font-size: 12px;
            text-align: left;
        }

        table.gridtable .onHover:hover {
            background-color: #eee;
            color: #000;
            cursor: pointer;
        }

    .trPanelInner {
        font-size: 14px;
        margin: 5px;
        padding: 10px 20px;
        border: 1px solid #dedede;
        border-radius: 10px;
        background-color: #fff;
        /*box-shadow: 0px 0px 2px 2px #c0c0c0;*/
    }

    .trPanelInnerHeader {
        font-weight: 600;
        margin-top: 2px;
        margin-bottom: 5px;
        display: block;
    }

    .tableSelectedRow {
        background-color: #eee;
        color: #000;
    }

    @media (max-width: 600px) {
        .trPanelInner {
            margin: 0px;
            padding: 10px;
        }
    }

    .addShadow {
        box-shadow: 10px 10px 5px #c0c0c0;
    }

@media (max-width: 600px) {
    .addShadow {
        box-shadow: none;
    }
}

    .noRecords {
        font-style: italic;
        margin: 20px;
    }

        .noRecords::after {
            content: "-- No Records --";
        }

    .txtAreaCharCounterLbl {
        margin-top: 5px;
        font-size: 14px;
        color: rebeccapurple;
    }

    .searchBar input[type=text] {
        padding: 6px;
        border: none;
        margin-right: 0px;
        font-size: 13px;
        border: 1px solid #ccc;
        border-right: 0;
        width: 250px;
    }

    .searchBar button {
        padding: 7px 11px;
        margin-right: 16px;
        margin-left: 0px;
        background: #ddd;
        font-size: 13px;
        border: none;
        cursor: pointer;
        color: rebeccapurple;
    }

        .searchBar button:hover {
            background: #ccc;
        }

    .searchBar input[type=text]:focus {
        outline: none;
    }

    @media (max-width: 600px) {
        .searchBar input[type=text] {
            width: 200px;
        }
    }
    .checkboxOff {
        width: 30px;
        height: 25px;
        color: #404040;
        text-align: center;
        padding-top: 5px;
        border-radius: 5px;
        background-color: #eee;
        border: 1px solid #808080;
    }

    .checkboxOn {
        width: 30px;
        height: 25px;
        color: #fff;
        text-align: center;
        padding-top: 5px;
        border-radius: 5px;
        background-color: #c0c0c0;
    }

    .tooltipCss {
        background-color: rebeccapurple;
        text-align: center;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        padding-top: 2px;
        border-radius: 50px;
        font-size: 11px;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 5px;
    }

        .tooltipCss:after {
            content: "?";
        }

    .noteFromAdmin {
        background-color: #fff3cd;
        padding: 10px 20px 10px 20px;
        border-radius: 10px;
        margin: 5px 0 5px 0;
        width: 100%;
    }

    .noteFromApplicant {
        background-color: #e6dded;
        padding: 10px 20px 10px 20px;
        border-radius: 10px;
        margin: 5px 0 5px 0;
        width: 100%;
    }

    .blur-text {
        filter: blur(6px);
    }


    .navbar-nav {
        font-size: 18px;
        border: none;
        margin-top: 5px;
    }

    .nav-item .nav-link {
        color: #808080;
        border: none;
        padding-left: 10px;
    }

        .nav-item .nav-link.active,
        .nav-item .nav-link:hover {
            /*background-color: #eee;*/
            font-weight: bold;
        }

    .nav-tabs-Applicant .nav-item .nav-link {
        color: #808080;
    }

        .nav-tabs-Applicant .nav-item .nav-link.active {
            /*background-color: #faf9fb;*/
            background-color: #eaeaea;
            color: #808080;
            border-bottom: 1px solid #faf9fb;
        }


    #loader {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        width: 300px;
        height: 300px;
        background: rgba(255, 255, 255, 0.5);
        text-align: center;
        padding-top: 100px;
        border: 1px solid #eee;
        border-radius: 10px;
    }
    
    .OuterDiv {
        width: 150px;
        border: 1px solid #c0c0c0;
        float: left;
        text-align: center;
        padding: 20px;
        height: 160px;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        background-color: #fafafc;
    }

    .circle {
        border-radius: 50%;
        border: 1px solid #c0c0c0;
        width: 80px;
        height: 80px;
        background-color: #eee;
        color: #c0c0c0;
        font-size: 24px;
        text-align: center;
        padding-top: 21px;
        margin-right: auto;
        margin-left: auto;
    }

    .circleOn {
        border-radius: 50%;
        border: 1px solid #404040;
        width: 80px;
        height: 80px;
        background-color: #808080;
        color: #fff;
        font-size: 24px;
        text-align: center;
        padding-top: 21px;
        margin-right: auto;
        margin-left: auto;
    }

    .folderBox {
        float: left;
        border: 1px solid #c0c0c0;
        padding: 20px 0px 20px 0px;
        border-radius: 5px;
        width: 160px;
        text-align: center;
        margin-right: 10px;
        background-color: #fafafc;
        margin-bottom: 10px;
    }

        .folderBox img {
            width: 120px;
        }

@media (max-width: 600px) {

    .folderBox {
        width: 120px;
        margin-right: 5px;
        padding: 10px;
        font-size:12px;
    }

        .folderBox img {
            width: 80px;
        }

    .OuterDiv {
        width: 90px;
        padding: 10px 5px;
        height: 140px;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size:11px;
    }

    .circle {
        width: 70px;
        height: 70px;
        font-size: 20px;
        text-align: center;
        padding-top: 18px;
        margin-bottom: 5px;
    }

    .circleOn {
        width: 70px;
        height: 70px;
        font-size: 20px;
        text-align: center;
        padding-top: 18px;
        margin-bottom: 5px;
    }
}
    .required {
        margin-left: 5px;
        color: #d54c45;
        font-size: 18px;
        font-weight: 600;
    }

        .required:after {
            color: #d54c45;
            content: "*";
        }

    .sectionNotCompletedDot {
        float: left;
        width: 30px;
        padding-top: 1px;
        color: #fff;
        background-color: #b94a48;
        border-radius: 50%;
        text-align: center;
        height: 30px;
        font-size: 16px;
        font-weight: 700;
        margin: -2px 10px 0px 0px;
    }

        .sectionNotCompletedDot:after {
            content: "x";
        }

    .sectionCompletedDot {
        float: left;
        width: 30px;
        padding-top: 3px;
        color: #fff;
        background-color: green;
        border-radius: 50%;
        text-align: center;
        height: 30px;
        font-size: 16px;
        font-weight: 700;
        margin: -2px 10px 0px 0px;
    }

        .sectionCompletedDot:after {
            content: "✓";
        }

    .sectionPendingCompletedDot {
        float: left;
        width: 30px;
        padding-top: 2px;
        color: #fff;
        background-color: coral;
        border-radius: 50%;
        text-align: center;
        height: 30px;
        font-size: 16px;
        font-weight: 700;
        margin: -2px 10px 0px 0px;
    }

        .sectionPendingCompletedDot:after {
            content: "⚠";
        }

    .sectionSelectedDot {
        background-color: rebeccapurple;
    }

    .sectionNotRequiredDot {
        float: left;
        width: 30px;
        padding-top: 3px;
        color: #000;
        background-color: #eee;
        border-radius: 50%;
        text-align: center;
        height: 30px;
        font-size: 16px;
        font-weight: 700;
        margin: -2px 10px 0px 0px;
    }

        .sectionNotRequiredDot:after {
            content: "na";
        }

    @media (max-width: 600px) {

        .sectionNotCompletedDot {
            width: 20px;
            padding-top: 0px;
            height: 20px;
            font-size: 13px;
            margin: 0px;
        }

        .sectionCompletedDot {
            width: 20px;
            padding-top: 1px;
            height: 20px;
            font-size: 13px;
            margin: 0px;
        }

        .sectionPendingCompletedDot {
            width: 20px;
            padding-top: 1px;
            height: 20px;
            font-size: 13px;
            margin: 0px;
        }

        .sectionNotRequiredDot {
            width: 20px;
            padding-top: 0px;
            height: 20px;
            font-size: 12px;
            margin: 0px;
        }
    }

    .identityPanel {
        padding-top: 40px;
    }

    @media (max-width: 600px) {
        .identityPanel {
            padding-top: 0px;
        }
    }
    
    .bulletTick {
        list-style: none; /* Remove default bullets */
        padding: 0;
        font-size: 22px;
        margin-left: 50px;
    }

        .bulletTick li {
            position: relative;
            padding-left: 35px; /* Space for the icon */
        }

            .bulletTick li::before {
                content: "\f00c"; /* Unicode for Font Awesome check icon */
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                left: 0;
                top: 0;
                color: rebeccapurple;
            }

@media (max-width: 600px) {

    .bulletTick {
        list-style: none; /* Remove default bullets */
        padding: 0;
        font-size: 18px;
        margin-left: 0px;
    }

        .bulletTick li {
            position: relative;
            padding-left: 30px; /* Space for the icon */
        }

            .bulletTick li::before {
                content: "\f00c"; /* Unicode for Font Awesome check icon */
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                left: 0;
                top: 0;
                color: rebeccapurple;
            }
}