﻿.mb-20 {
    margin-bottom: 20px;
}

button {
    font-family: "Open Sans", sans-serif;
}

.divClientHeader {
    background-color: #fff;
}

.header-left-side {
    display: flex;
    align-items: center;
    margin-left: 18em;
}

.header-right-side {
    display: flex;
    align-items: center;
    margin-right: 18em;
}

.btn-HiddenOnDesktop {
    display: none;
}

.btn-header-pre-login {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.btn-header-pre-login:last-child {
    margin-left: 20px;
}

.btn-header-post-login {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.btn-header-post-login:last-child {
    margin-left: 20px;
}

/*
.top-margin-sm {
    margin-top: 30px;
}

.top-margin-lg {
    margin-top: 200px;
}*/

.pnlNoLogin {
    display: flex;
    gap: 10px;
}

.container-footer-vcg {
    border-top: 1px solid #D4DADF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28.5px 16em;
}

.container-apnConfidentiality * {
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.1rem;
}

.btnTerms {
    background-color: transparent;
    border: none;
    color: #0070c0;
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    cursor: pointer;
}

/* Main Menu Start */
    .container-main-menu-vcg {
    background-color: #f5f8fb;
    border: 1px solid #d4dadf;
    width: 100%;
    height: fit-content;
    /*position: fixed;
    top: 60px;
    z-index: 1000;*/
}

.btn-mobile-menu-vcg {
    display: none;
}

.main-menu-vcg {
    background-color: #f5f8fb;
    overflow: hidden;
    position: relative;
    max-width: 88em !important;
    margin: 0 16em;
    display: flex;
    justify-content: space-evenly;
}

.main-menu-vcg img {
    cursor: pointer;
    pointer-events: auto;
}

.main-menu-vcg nav {
    background-color: #f5f8fb;
    display: flex;
    justify-content: space-evenly;
    height: 100px;
    margin: 0;
    list-style: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 88em;
    padding: 0;
}

.mainMenuVCG-pre-login nav {
    justify-content: space-between !important;
}

.main-menu-vcg nav.dragging a {
    pointer-events: none;
}

.main-menu-vcg nav.dragging {
    scroll-behavior: auto;
}

.main-menu-vcg nav::-webkit-scrollbar {
    display: none;
}

.main-menu-vcg a {
    color: #2c4070;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding-top: 8px;
    padding: 15px 15px 14px;
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    user-select: none;
    /*flex-grow: 1;*/
    flex-shrink: 0;
}


    .mainMenuVCG-pre-login a {
        max-width: 90px;
        min-width: 90px;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }


.main-menu-vcg a.active {
    background-color: #2c4070;
    color: #fff;
}

.main-menu-vcg a.active svg path {
    stroke: #fff;
}

.main-menu-vcg .right-arrow,
.main-menu-vcg .left-arrow {
    position: absolute;
    height: 100%;
    width: 100px;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
}

.main-menu-vcg .right-arrow.active,
.main-menu-vcg .left-arrow.active {
    display: flex;
}

.main-menu-vcg .right-arrow {
    right: 0;
    background-color: #f5f8fb;
    border: 1px solid #d4dadf;
    justify-content: center;
    align-items: center;
    width: 60px;
}

.main-menu-vcg .left-arrow {
    background-color: #f5f8fb;
    border: 1px solid #d4dadf;
    width: 60px;
    left: 0;
}

.main-menu-vcg a:hover,
.main-menu-vcg a:focus,
.main-menu-vcg a:active {
    background-color: #2C4070;
    color: #fff;
}

.main-menu-vcg a:hover svg path,
.main-menu-vcg a:focus svg path,
.main-menu-vcg a:active svg path {
    stroke: #fff;
}

    .main-menu-vcg a svg {
        margin-bottom: 10px;
    }

@media (min-width: 1430px) {
    .main-menu-vcg .right-arrow,
    .main-menu-vcg .left-arrow {
        display: none !important;
    }
}

@media (max-width: 1920px) {
    .header-left-side {
        margin-left: 18em;
    }

    .header-right-side {
        margin-right: 18em;
    }

    .main-menu-vcg {
        max-width: 88em !important;
        margin: 0 16em;
    }

    .container-footer-vcg {
        padding: 28.5px 16em;
    }
}

@media (max-width: 1550px) {
    .header-left-side {
        margin-left: 9em;
    }

    .header-right-side {
        margin-right: 9em;
    }

    .main-menu-vcg {
        max-width: 82em !important;
        margin: 0 8em;
    }

    .main-content {        
        padding: 0 8em;
    }

    .container-footer-vcg {
        padding: 28.5px 8em;
    }
}

@media (max-width: 1250px) {
    .header-left-side {
        margin-left: 2em;
    }

    .header-right-side {
        margin-right: 2em;
    }

    .main-menu-vcg {
        max-width: 75em !important;
        margin: 0 2em;
    }

    .main-content {
        padding: 0 2em;
    }

    .container-footer-vcg {
        padding: 28.5px 2em;
    }
}

@media (max-width: 1200px) {
    .header-left-side {
        margin-left: 2em;
    }

    .header-right-side {
        margin-right: 2em;
    }

    .main-menu-vcg {      
        max-width: 75em !important;
        margin: 0 0em;
    }

    .main-content {
        padding: 0 0em;
    }

    .container-footer-vcg {
        padding: 28.5px 1em 28.5px 1.5em;
    }
}

@media (max-width: 1024px) {
}

@media (min-width: 1920px) {
    .header-left-side {
        margin-left: 0;
    }

    .header-right-side {       
        margin-right: 0;
    }

    .main-menu-vcg {
        /*max-width: unset !important;*/
        margin: 0 auto;
    }

    .main-menu-vcg nav {
        justify-content: space-between;
    }

    .main-menu-vcg a {
        flex-grow: unset;
    }

    .main-content {
        /*margin-left: auto;
        margin-right: auto;*/
        max-width: 88em;
    }

    .container-footer-vcg {
        max-width: 96vw;
        width: 100%;
        padding: 28.5px 4em;
    }
}

@media (min-width: 2000px) {
    .main-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 88em;
    }
}


/* Main Menu End */

/* Custom VCG User Menu */
.user-modal-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 16px;
}

.custom-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    /*right: 0;*/
    display: none;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: auto;
}

.custom-user-modal-content {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 999999999;
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    width: 300px;
}

.container-page-content {
    display: flex;
    flex-direction: row;
    font-family: "Open Sans", sans-serif !important;
    height: 100%;
}

.page-column1 {
    border-right: 1px solid #D4DADF;
}

.login-form {
    /*padding: 50px 50px 0px;*/
    display: grid;
    margin: 20px 30px 0px 0px;
}

.container-login-form p {
    text-align: center;
    color: #2C4070;
    font-weight: 600 !important;
}

.login-form a {
    color: #0070c0;
    text-decoration: none;
    font-size: 14px;
}

.lnkPwdReset {
    position: relative;
    left: 14px;
}

.container-checkbox-terms {
    position: relative;
    left: 14px;
    margin: 5px 0px 8px;
}

.lnkTerms {
    position: relative;
    left: 20px;
    top: -8px;
}

.login-form .RadCheckBox.RadButton .rbText {
    padding: 0px !important;
    font-size: 14px !important;
    color: #333 !important;
}

/*.login-form .RadButton_CobbleStone .rbToggleCheckbox:before {
    top: 95% !important;
}*/

.login-form-buttons {
    display: flex;
    gap: 20px;
}

.login-welcome {
    /*padding: 50px 100px 0px;*/
    text-align: center;
    display: grid;
    margin: 50px 0px 0px 70px;
}

.login-welcome h1 {
    font-size: 32px;
    font-weight: 700;
    color: #2C4070;
    margin-bottom: 40px;
}

.login-welcome h2 {
    font-size: 24px;
    font-weight: 600;
    color: #2C4070;
    margin-bottom: 25px;
}

.login-welcome p {
    color: #333;
    text-align: left;
}

.footer-appName-vcg {
    display: flex;
    justify-content: left;
    align-items: center;
}

.container-lblSigned {
    text-align: center;
    padding-bottom: 10px;
}

.lblDarkBlueText {
    font-size: 16px;
    font-weight: 600;
    color: #2C4070;
}

.lblPageTitle {
    display: block;
    margin-bottom: 20px;
}

.msgSuccess {
    color: #036D07;
    font-weight: bold;
}

.msgWarning {
    color: #D23D4F;
    font-weight: bold;
}

.imgSuccess,
.imgWarning {
    vertical-align: sub;
}

.container-links-vertical {
    padding: 20px 35px;
    width: 325px;
}

.link-vertical {
    color: #2C4070;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.container-btnSignOut {
    margin-left: 35px;
}

.container-page-message {
    color: #2C4070;
    padding: 20px;
    text-align: center;
}

.container-page-message .lblPageTitle {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.container-page-message-body {
    color: #2C4070;
    padding: 0px 100px;
    text-align: left;
}

.help-text {
    font-size: 16px;
    color: #2C4070;
    max-width: 780px;
    text-align: left;
    padding: 0px 100px;
    margin: 0px auto 50px;
}

.divContainerNotice {
    background-color: transparent;
    display: flex;
    gap: 10px;
}

.RTSUserCompanyInfo {
    margin-bottom: 30px;
}

.RMPUserCompanyInfo {
    margin-bottom: 70px;
}

.divAddService {
    margin: 20px;
    display: flex;
    align-items: baseline;
    gap: 30px;
}

.container-grid-border {
    border: 2px solid #D4DADF;
}

.container-btn-bottom {
    text-align: left;
    width: 100%;
    margin: 0 auto 50px 14px;
}

.message-fieldNA {
    margin: 30px 0;
}

.container-user-info-title {
    margin-bottom: 20px;
}

.container-logout-page {
    margin-top: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-logout {
    width: 472px;
    text-align: center;
    margin: 0 auto;
}

.lblLogOutMsg {
    display: block;
    margin-bottom: 30px;
}

.lblLogoutInfo {
    display: block;
    margin-bottom: 30px;
}

.CSBusinessCard {
    border: 2px solid #D4DADF;
    border-radius: 5px;
    width: 308px;
    margin: 0 auto;
}

.bizCardText {
    display: block;
    font-size: 12px;
    margin: 0 50px 10px;
    text-align: center;
}

.container-pnlConfirmation {
    width: 60%;
    margin-top: 20px;
}

.linkBizCard {
    color: #0070c0;
}

.linkBizCard:visited {
    color: #0070c0;
}




/* Media Queries */

/* Small devices (max 768px )*/
@media (max-width: 768px) {
    .outer-main-flexbox {
        height: unset;
    }

    .divClientHeader {
        height: 100px;
        border-bottom: 1px solid #d4dadf;
    }

    .header-left-side {
        margin-left: 10px;
    }

    .header-right-side {
        margin-right: 10px;
    }

    .btn-hiddenOnMobile {
        display: none !important;
    }

    .btn-HiddenOnDesktop {
        display: block !important;
    }

    .container-main-menu-vcg {
        height: 60px;
        top: 99px;
    }

    .btn-mobile-menu-vcg {
        display: block;
        position: absolute;
        left: 24px;
        top: 117px;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .main-menu-vcg .right-arrow {
        display: none !important;
    }

    .main-menu-vcg .left-arrow {
        display: none !important;
    }

    .main-menu-vcg {
        background-color: #f5f8fb;
        max-width: calc(100% - 0px);
        margin: 0px auto;
        overflow: hidden;
        position: relative;
        top: 22px;
        left: 0px;
    }

    #menu-overlay-vcg {
        position: fixed;
        top: 164px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
    }

    .main-menu-vcg nav {
        flex-direction: column;
        margin: 0;
        list-style: none;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
        position: fixed;
        height: unset;
        width: 100%;
        display: none;
        top: 165px;
        z-index: 999999;
        /*transform: translateX(-101%);*/
        /*transition: transform 0.3s ease;*/
    }

        .main-menu-vcg nav.active {
            /*transform: translateX(0);*/
            display: block;
        }

    .main-menu-vcg a svg {
        margin-bottom: 0px;
    }

    .main-content {
        padding: 0px 30px;
    }

    .top-margin-lg {
        margin-top: 150px;
    }

    .main-menu-vcg a {
        padding: 16px 30px 16px 30px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        gap: 10px;
        max-width: unset;
        width: 90%;
    }

    .container-page-content {
        flex-direction: column;
        height: 100%;
    }

    .page-column1 {
        border-right: none;
        border-bottom: 1px solid #D4DADF;
        padding-bottom: 25px;
    }

    .login-form {
        margin: 0px 0px 0px 5px;
    }

    .login-form .is-floating-label .RadInput .riTextBox {
        width: 333px;
    }

    .container-login-form p {
        margin-top: 12px;
    }

    .login-welcome {
        margin: 20px 0px 0px 0px;
    }

    .login-welcome h1 {       
        margin-bottom: 10px;
    }

    .login-form-buttons {
        margin-left: 35px;
    }

    .container-footer-vcg {
        background-color: #F5F8FB;
        border-top: 1px solid #D4DADF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 28px;
    }

    .footer-left-side {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .footer-appName-vcg {
        display: block;
        text-align: left;
        line-height: 1.2rem;
    }

    .btnTerms {
        margin-bottom: 8px;
    }


    .login-welcome h1 {
        margin-top: 5px;
    }

    .container-lblSigned {
        margin-top: 20px;
    }

    .container-lblSigned {
        padding-bottom: 0px;
    }

    .container-page-message {
        padding: 20px 0px;
    }

    .container-page-message .lblPageTitle {
        margin: 10px 0px;
    }

    .container-page-message-body {
        padding: 0px 15px 35px;
    }

    .help-mobile-title {
        padding: 0px 0px 20px;
    }

    .help-text {
        max-width: unset;
        text-align: left;
        padding: 0px 10px;
        margin: 0px auto 50px;
    }

    .divAddService {
        flex-wrap: wrap;
    }

    .ddlServices {
        width: 350px !important;
    }

    .divNoticeTitle,
    .divErrorNotice,
    .divWarningNotice,
    .divStatusNotice,
    .divSuccessNotice,
    .divSuccessNotice {
        width: unset !important;
    }

    .container-pnlConfirmation {
        width: 100%;
    }
}

/* Media Query for IPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .header-left-side {
        margin-left: 28px;
    }

    .header-right-side {
        margin-right: 28px;
    }

    .main-menu-vcg {
        max-width: calc(100% - 20px);
    }

    .main-content {
        padding: 0px 30px;
    }

    .container-footer-vcg {
        padding: 28px;
    }

    .login-form {
        margin: 50px 30px 0px 30px;
    }

    .login-welcome {
        margin: 50px 30px 0px 30px;
    }

    .login-form-buttons {
        margin-left: 35px;
    }

    .help-text {
        max-width: unset !important;
        padding: 0px 60px;
    }

    .container-page-content {
        padding: 0px 20px;
    }

    .container-page-message .lblPageTitle {
        padding: 0px 50px;
    }

    .container-page-message-body {
        padding: 0px 0px 0px 50px;
    }
}
