:root {
    --bdo-yellow: #FDB913;
    --bdo-pink: #D7373F;
    --bdo-danger: #FF3700;
    --bdo-red: #EB4A27;
    --bdo-lightblue: #99C1E7;
    --bdo-light-grey: #F6F6F6;
    --bdo-medium-grey: #919191;
    --bdo-grey: #656565;
    --bdo-darkgrey: #2E2E2E;
    --nav-active-color: #0072D8;
    --nav-success-color: #00A995;
    --nav-link-pipe: #C2C2C1;
    --nav-link-incomplete-bg: #E6F1FF;
    --nav-link-completed-bg: #E6FBF8;
    --btn-color: #0072D8;
    --btn-hover-color: #004EA8;
    --btn-disabled-color: #C2C2C1;
    --bdo-border-light: #E8E8E8;
    --btn-color-lightblue: #e5f5ff;
    --btn-color-mediumblue: #C2E2F7;
    --btn-danger-hover: #FFE7E6;
    --btn-danger-medium: #FFB5AC;
}

.header {
    position: relative;
    z-index: 12
}

.header .header_mobile {
    background-color: #000;
    position: relative
}

.header .header_bottom {
    margin-top: -1px;
    min-height: 14.5em
}

.header .header_logo_link {
    background: url(images/logo.svg) no-repeat;
    background-size: 100%;
    margin-top: 2em;
    display: block;
    width: 9em;
    height: 9em;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 1
}

.header .header_logo_link.header_logo_link_small {
    background-image: url(images/logo_mobile.svg);
    height: 3.2em;
    margin: .2em 0;
    width: 10.2em
}

.bdo-exitHeader{
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    position: sticky;
    top: 0;
    background: #f6f6f6;
    z-index:99999;
}

.bdo-headerBackIcon{
    width:40px;
    height:40px;
    background: #E6F1FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border: 2px solid #E6F1FF;
} 
.bdo-headerBackButton:hover{
    cursor: pointer;
}

.bdo-headerBackButton:hover .bdo-headerBackIcon{
    border-color: #0072D8;
}

.bdo-headerBackIcon img{
    width:14px;
    height:11px;
}

.bdo-headerExitIcon{
    width:42px;
    height:42px;
    background: #FF3700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.bdo-headerExitIcon img{
    width:12px;
    height:12px;
}

.bdo-headerBackButton{
    color: #0072d8;  
}

.bdo-headerExitButton{
    color: #919191; 
}

.bdo-headerBackButton,
.bdo-headerExitButton{
    font: normal normal 700 16px/24px Nunito;  
    display: flex;
    align-items: center;
}


.navbar-collapse .navbar-nav {
    margin: 8px 16px;
}

#navbar, .navbar-collapse .navbar-nav,
#navbar a, .navbar-collapse .navbar-nav a,
#navbar a:hover, .navbar-collapse .navbar-nav a:hover {
    color: #FFFFFF;
}

#navbar a, .navbar-collapse .navbar-nav a {
    font-weight: bold;
}

@media (max-width: 1199px) {
    .navbar-collapse.collapse {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 8px;
    }
}
.no-touch .header .header_logo_link:focus,
.header .header_logo_link.header_logo_link_small:focus {
    outline: 1px dotted #aaa;
}

.bdo-hamburger {
    display: block;
    width: 100%;
    height: 50px;
    justify-content: right;
    position: fixed;
    top: 4em;
    right: 0;
    z-index: 1;
    padding: 8px;
    background-color: #FFFFFF;
    border-bottom: 1px solid var(--bdo-medium-grey);
}

    .bdo-hamburger .navbar-toggle {
        display: block;
        width: 34px;
        height: 34px;
        position: absolute;
        background: #FFFFFF;
        border: none;
        border-radius: 4px;
        padding: 5px;
        float: none;
        right: 1em;
        margin-top: 0;
    }

    .bdo-hamburger .icon-bar {
        background-color: var(--bdo-darkgrey);
        border: none;
    }

.container.wrapper-body {
    max-width: 954px;
    padding: 12px 24px 24px 24px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 16px #00000014;
    border-radius: 8px;
    opacity: 1;
    min-height: 600px;
    margin: 0 auto 32px auto;
}
.title-blue {
    color: var(--btn-hover-color) !important;
}
.title-darkgrey {
    color: var(--bdo-darkgrey) !important;
}
/*--Select cutom styles starts--
#main select {
    appearance: none;
    background-image: url("data:image/svg+xml:charset=UTF-8,%3csvgxmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(96, 94, 92, 1)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    backgrond-position: right 1rem center;
    background-size: 2rem;
    cursor: pointer;
}
#main select option {
    display: block;
    width: 450px;
    white-space: normal;
}
--Select cutom styles ends--*/

.footer {
    display: flex;
    clear: both;
    /* background-color: #282d3a; */
    color: var(--bdo-grey);
    /*position: absolute;*/
    position: relative;
    width: 100%;
    max-width: 1440px;
    padding-bottom: 30px;
    margin: 0 auto;
    z-index: 1;
    font-family: 'Nunito';
    font-size: 12px;
    line-height: 18px;
    @media screen and (min-width:800px) {
        padding-top: 56px;
    }
}

    .footer:focus {
        outline: 1px dotted #ccc
    }

    .footer .footer_primary {
        background-color: #1e222d
    }

    .footer .footer_secondary {
        background-color: #000;
        padding-top: 1px
    }

    .footer .footer_tertiary {
        background-color: #000
    }

    .footer .footer_filters p {
        font-family: "gustan-extrabold", "arial", "冬青黑体", "Hiragino Sans GB", "黑体", "SimHei", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.6em;
        line-height: 3.125em;
        margin-bottom: 0
    }

    .footer .footer_primary_col {
        border-bottom: 1px solid rgba(70, 75, 92, 0.5);
        width: 100%
    }

    .footer .footer_list {
        padding-left: 5%;
        padding-right: 5%;
        list-style-type: none;
        margin: 0;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease;
        max-height: 0;
        overflow: hidden
    }

        .footer .footer_list.open {
            max-height: 500px;
            -webkit-transition: max-height 1.2s ease;
            transition: max-height 1.2s ease
        }

        .footer .footer_list li {
            padding: 1em 2em 0;
            margin-left: 0
        }

            .footer .footer_list li:first-child {
                padding-top: 1.5em
            }

            .footer .footer_list li:last-child {
                padding-bottom: 1.5em
            }

        .footer .footer_list a {
            font-family: "fira-book", "arial", "冬青黑体", "Hiragino Sans GB", "黑体", "SimHei", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.3em;
            line-height: 1.53846154em;
            padding: .23076923em 0 .38461538em;
            color: #fff;
            display: block;
            text-decoration: none
        }

    .footer .footer_list__header {
        border-bottom: 1px solid #464b5c;
        font-family: "gustan-extrabold", "arial", "冬青黑体", "Hiragino Sans GB", "黑体", "SimHei", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2em;
        line-height: 2.08333333em;
        text-transform: uppercase;
        border-top: 1px solid #464b5c;
        color: #fff;
        margin: 0 0 -1px;
        position: relative
    }

        .footer .footer_list__header:first-child {
            border-top: none
        }

        .footer .footer_list__header.open a:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transform-origin: 31% 50%;
            -ms-transform-origin: 31% 50%;
            transform-origin: 31% 50%
        }

        .footer .footer_list__header a {
            color: #fff;
            display: block;
            padding: .83333333em 5%
        }

    .footer .footer_list_link__slide_trigger {
        border-left: 1px solid #464b5c;
        bottom: 0;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px
    }

        .footer .footer_list_link__slide_trigger:before {
            font-family: "glyphs";
            display: inline-block;
            vertical-align: middle;
            font-weight: 400;
            font-style: normal;
            speak: none;
            text-decoration: inherit;
            text-transform: none;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "f104";
            bottom: 0;
            left: 0;
            line-height: 50px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            -webkit-transition: -webkit-transform .2s ease-out;
            transition: transform .2s ease-out, -webkit-transform .2s ease-out
        }

        .footer .footer_list_link__slide_trigger.open:before {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transform-origin: 50% 54%;
            -ms-transform-origin: 50% 54%;
            transform-origin: 50% 54%
        }

    .footer .footer_tertiary_list {
        list-style-type: none;
        margin: 0;
        padding: 1em 0 0
    }

    .footer .f_tertiary_text {
        font-family: "fira-medium", "arial", "冬青黑体", "Hiragino Sans GB", "黑体", "SimHei", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .8em;
        line-height: 1.15384615em;
        display: block;
        text-transform: uppercase
    }

        .footer .f_tertiary_text a {
            padding: .38461538em 0;
            -moz-opacity: .8;
            -khtml-opacity: .8;
            -webkit-opacity: .8;
            opacity: .8;
            -webkit-transition: opacity .2s ease-out;
            transition: opacity .2s ease-out;
            color: #fff;
            display: block;
            text-decoration: none
        }

            .footer .f_tertiary_text a span,
            .footer .footer_list a span {
                -webkit-transition: border-color .2s ease-out;
                transition: border-color .2s ease-out;
                border-bottom: 1px solid rgba(255, 255, 255, 0.01)
            }

    .footer .f_tertiary_text__c {
        font-family: "fira-book", "arial", "冬青黑体", "Hiragino Sans GB", "黑体", "SimHei", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: .9em;
        line-height: 1.15384615em;
        color: #d2d2d2;
        padding: 1.15384615em 10em;
        display: block;
        text-align: right
    }

    .footer .footer_secondary .col-md-6 {
        border-bottom: 1px solid rgba(70, 75, 92, 0.5)
    }

    .footer .mbie_logo {
        margin-bottom: 1.3em;
        margin-top: 2.2em;
        background: url('images/mbie_logo.svg') no-repeat left center;
        background-size: auto 35px;
        width: 265px
    }

.ie8 .footer .mbie_logo {
    background-image: url('images/mbie_logo.png')
}

.footer .mbie_logo:focus {
    background-image: url('images/mbie_logo_hover.svg')
}

.footer .nzgovt_logo {
    background: url('images/nzgovt_logo.svg') no-repeat left center;
    width: 170px;
    margin-bottom: 1.5em;
    margin-top: 2em
}

.ie8 .footer .nzgovt_logo {
    background-image: url('images/nzgovt_logo.png')
}

.no-touch .footer .nzgovt_logo:focus {
    background-image: url('images/nzgovt_logo_hover.svg')
}

.footer__print_date {
    display: none !important
}

.linkgrid {
    clear: both;
    margin-bottom: 3em
}

    .linkgrid + .linkgrid {
        margin-top: -30px
    }

.linkgrid_row {
    margin: 0 .5em
}

    .linkgrid_row:after,
    .linkgrid:after,
    .footer .footer_tertiary_list:after,
    .footer:after {
        clear: both
    }

    .linkgrid_row a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #1a419c
    }

.linkgrid .linkgrid_item {
    -webkit-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out
}

    .linkgrid .linkgrid_item:after {
        content: ' ';
        width: 1px;
        background-color: #323849;
        top: 0;
        bottom: 0;
        right: 61px;
        position: absolute;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

.blocknav__light .linkgrid .linkgrid_item:after {
    background-color: #f7f7f7
}

.linkgrid .linkgrid_item .linkgrid_toggle {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: -1px;
    left: auto;
    border: none;
    background-color: transparent
}

    .linkgrid .linkgrid_item .linkgrid_toggle:after {
        font-family: "glyphs";
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "f104";
        color: #00b1e3;
        font-size: 10px;
        position: absolute;
        width: 10px;
        z-index: 1;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out;
        height: 8px;
        right: 24px;
        top: 26px
    }

.linkgrid .linkgrid_item.active:after {
    opacity: 0;
    height: 0
}

.linkgrid .linkgrid_item.active .linkgrid_toggle:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.linkgrid .linkgrid_item.active .linkgrid_toggle {
    border-left-color: transparent
}

.linkgrid_item {
    padding: 1em 1em .5em;
    background-color: rgba(230, 230, 230, 0.95);
    display: block;
    margin: 2px;
    position: relative;
    min-height: 250px
}

.no-touch .linkgrid_item__promo:hover .linkgrid_wrap__promo__purple {
    background-color: rgba(45, 29, 93, 0.85)
}

.linkgrid_item__promo .linkgrid_wrap__promo {
    color: #323849;
    padding: 1em 7em 1em 2em;
    position: relative;
    z-index: 2;
    -webkit-transition: background-color .1s ease-in;
    transition: background-color .1s ease-in
}

    .linkgrid_item__promo .linkgrid_wrap__promo:after {
        font-size: 1.5em;
        height: 1.2em;
        right: 1.33333333em;
        margin: auto;
        top: 0;
        bottom: 0;
        position: absolute;
        font-family: "glyphs";
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "f11c"
    }

.linkgrid_item__promo .linkgrid_wrap__promo__red {
    background-color: rgba(212, 67, 27, 0.9);
    -webkit-transition: all background-color ease-out;
    transition: all background-color ease-out;
    color: #fff
}

.linkgrid_item__promo .linkgrid_wrap__promo__teal {
    background-color: rgba(70, 217, 191, 0.9);
    -webkit-transition: all background-color ease-out;
    transition: all background-color ease-out
}

.no-touch .linkgrid_item__promo .linkgrid_wrap__promo__teal:hover,
.no-touch .linkgrid_item__promo:hover .linkgrid_wrap__promo__teal {
    background-color: #46d9bf
}

.linkgrid_item__promo .linkgrid_wrap__promo__purple {
    background-color: rgba(45, 29, 93, 0.9);
    -webkit-transition: all background-color ease-out;
    transition: all background-color ease-out;
    color: #fff
}

.linkgrid_item__promo .linkgrid_wrap__promo__yellow {
    background-color: rgba(241, 196, 15, 0.9);
    -webkit-transition: all background-color ease-out;
    transition: all background-color ease-out
}

.no-touch .linkgrid_item__promo .linkgrid_wrap__promo__yellow:hover,
.no-touch .linkgrid_item__promo:hover .linkgrid_wrap__promo__yellow {
    background-color: #f1c40f
}

.linkgrid_item__promo .linkgrid_wrap__promo__green {
    background-color: rgba(133, 180, 47, 0.9);
    -webkit-transition: all background-color ease-out;
    transition: all background-color ease-out
}

.no-touch .linkgrid_item__promo .linkgrid_wrap__promo__green:hover,
.no-touch .linkgrid_item__promo:hover .linkgrid_wrap__promo__green {
    background-color: #85b42f
}

.linkgrid_item__promo .linkgrid_title__promo {
    color: inherit;
    padding: 0;
    position: relative;
    font-size: 1.4em;
    line-height: 1.35714286em;
    font-family: "gustan-light", "arial", "冬青黑体", "Hiragino Sans GB", "黑体", "SimHei", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 1
}

.linkgrid_item__promo .linkgrid_abstract__promo {
    color: inherit;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.6em
}

.linkgrid_item__offsite .linkgrid_title:after {
    font-family: "glyphs";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "f11c"
}

.linkgrid_itembg {
    background-color: inherit;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

    .linkgrid_itembg:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        background-color: inherit;
        -webkit-transition: opacity .1s ease-in;
        transition: opacity .1s ease-in
    }

.linkgrid_header {
    margin-right: auto;
    margin-left: auto;
    max-width: 830px
}

.linkgrid_title {
    font-family: "gustan-light", "arial", "冬青黑体", "Hiragino Sans GB", "黑体", "SimHei", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1.35714286em;
    margin: 0 0 1.07142857em;
    color: #323849
}

    .linkgrid_title:after {
        font-family: "glyphs";
        vertical-align: middle;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "f108";
        color: #00b1e3;
        font-size: .5em;
        margin-left: .75em;
        margin-right: -75em;
        width: 0;
        display: none
    }

.linkgrid_abstract {
    font-size: .7em;
    display: none
}

.linkgrid__dark .linkgrid_item {
    border: none;
    background-color: #282d3a;
    border-color: transparent
}

.blocknav_image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%
}

.ie8 .blocknav_image {
    background-size: 100%
}

#MCS_Main_body {
    width: 400px
}

.table-repeater {
    border-radius: 8px;
    position: relative;
    background-color: var(--bdo-light-grey);
}

    .table-repeater > tbody > tr:last-child {
        /*background-color: #ffffff;  -- removed to resolve 436*/
        float: none !important;
    }

    .table-repeater > tbody > tr > td {
        padding: 4px 10px 6px 10px;
    }

.table-repeater tr:has(.repeater-button) > td {
    padding-left: 0;
    padding-right: 0;
}
.table-repeater tr:has(.repeater-button) .repeater_remove,
.table-repeater tr:has(.repeater-button) .repeater_add {
    width: calc(100% - 16px);
}

.table-repeater.GRP01017 + .table-repeater.GRP01017{
    margin-top: 16px;
}

.mcs-logo {
    height: 44px;
    width: auto;
    margin: auto
}

.breadcrumb > li {
    display: inline-table
}

.breadcrumb > li + li:before {
    content: "";
    padding: 1px
}

li.breadcrumb__item {
    margin-right: 10px
}
.mcs-date-control .input-group-addon {
    background-color: #fff;
}
.mcs-date-control .input-group-addon .glyphicon-calendar::before {
    display: none;
}
.mcs-date-control .input-group-addon .glyphicon-calendar {
    display: inline-block;
    width: 24px;
    height: 26px;
    background-image: url("/calendar-icon.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.mcs-time-control .info.required,
#MCS_Main_body .mcs-alert__list li {
    margin-bottom: 0
}

.alert-info {
    text-align: left;
    background: #E6F1FF; 
    padding: 16px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    color: #2E2E2E;
    margin-bottom: 16px;
}

.alert-info-icon{
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url("/info-icon.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
/*--Tooltip always extreme left before the Label CSS fixes--*/
/*.info.required:has(.tooltipp) {
    display: flex;
    position: relative;
    padding-left: 24px;
}
.info.required .tooltipp {
    position: absolute;
    left: 0;
}*/

#WebResource_showmap {
    width: 335px
}

@media (max-width:393px) {

    html,
    body {
        width: 100%
    }

    @media (max-width:425px) {
        .sharepoint-custom-icon {
            max-width: 190px
        }
    }

    @media (max-width:767px) {
        .sharepoint-custom-icon {
            max-width: 170px
        }
    }
}

.checkbox-cell label {
    clear: none;
    float: none;
    display: inline;
}

.checkbox-cell div.info {
    float: none;
    clear: none;
    display: inline-block;
    padding-left: 20px;
}

.checkbox-cell div.control {
    clear: none;
    float: left;
    display: inline;
}

.checkbox-cell div.control span.checkbox {
    float: left;
    margin: 0;
}

input[type="checkbox"],
input[type="radio"] {
    width: 16px;
    height: 16px;
    border: 1px solid var(--bdo-lightblue);
}

.checkbox-cell div.control span.checkbox input[type="checkbox"] {
    margin-left: 0;
}
.bdo-checboxwrap {
    border: 1px solid var(--bdo-lightblue); 
    border-radius: 8px; 
    padding: 16px; 
    margin-bottom: 16px; 
}
@media (min-width:1200px) {
    .bdo-checboxwrap {
        margin-right: 10px;
    }
}
.bdo-checboxwrap label {
    margin-bottom: 0;
}
.boolean-radio-cell input[type=radio] {
    margin: 2px 5px 5px 10px;
    vertical-align: top;
}

/*--Commented below code to align the Info Tooltip inline to the label at the end--*/
/*.boolean-radio-cell label {
    float: none;
    display: block;
}*/

.boolean-radio-cell div.control {
    clear: both;
}

nav.in_page_nav {
    width: 240px;
}

    nav.in_page_nav .in_page_nav_inner {
        max-width: 1200px;
    }

    nav.in_page_nav .in_page_nav_inner {
        display: flex;
        position: relative;
        margin: 0 auto;
    }

.in_page_nav_frame {
    flex-grow: 1;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.in_page_nav_content {
    display: block;
}

    .in_page_nav_content > a,
    .in_page_nav_content > div.disabled {
        /*height: calc(60px - 2.5em);*/
        font-family: 'Nunito';
        font-weight: 400;
        display: flex;
        align-items: center;
        font-size: 14px;
        width: calc(100% - 5.4em);
        padding: 1em 3em 1em 1em;
        margin: 0 1px 0 0;
        flex-grow: 1;
        flex-shrink: 0;
        white-space: normal;
        background: #e6e6e6;
        color: #7d818a;
        position: relative;
    }

        .in_page_nav_content > a:last-child,
        .in_page_nav_content > div.disabled:last-child {
            margin-right: 0;
        }

    .in_page_nav_content > a {
        max-width: calc(100% - 5.4em);
        -webkit-box-sizing: content-box;
        position: relative;
        line-height: 120%;
        left: 0.5rem;
        border-left: 4px solid var(--bdo-medium-grey);
    }

        .in_page_nav_content > a::before {
            content: "";
            display: block;
            width: 20px;
            height: 3px;
            background-color: var(--nav-link-pipe);
            position: absolute;
            left: 25px;
            display: none;
        }

        .in_page_nav_content > a.current {
            background: #e6f1ff;
            color: var(--nav-active-color) !important;
            border-left: 4px solid var(--nav-active-color);
        }

        /*.in_page_nav_content>a.current::before {
    content: "";
    border-bottom: solid 12px #fff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    display: none;
}*/

        .in_page_nav_content > a.incomplete {
            background: var(--nav-link-incomplete-bg);
            color: var(--nav-active-color) !important;
            border-left: 4px solid var(--nav-active-color);
        }

        .in_page_nav_content > a.completed {
            background: var(--nav-link-completed-bg);
            color: var(--nav-success-color) !important;
            border-left: 4px solid var(--nav-success-color);
        }

            .in_page_nav_content > a.incomplete::after,
            .in_page_nav_content > a.completed::after {
                position: absolute;
                right: 10px;
                font-family: 'FontAwesome';
                height: 20px;
                width: 20px;
                text-align: center;
                line-height: 130%;
                border-radius: 50%;
                font-size: 14px;
                font-weight: 900;
                color: white;
                padding: 2px;
            }

        .in_page_nav_content > a.incomplete::after {
            content: "\2715";
            background: var(--nav-active-color);
            display: none;
        }

        .in_page_nav_content > a.completed::after {
            content: "\2713";
            background: var(--nav-success-color);
            padding-top: 2px;
            /*display: none;*/
        }


        .in_page_nav_content > a.incomplete:hover,
        .in_page_nav_content > a.completed:hover,
        .in_page_nav_content > a.current:hover {
            /*background: transparent;*/
            color: #036;
        }

            .in_page_nav_content > a.incomplete:hover::after,
            .in_page_nav_content > a.completed:hover::after {
                color: #ffffff;
            }

    .in_page_nav_content a[disabled] {
        background: #f6f6f6;
        color: var(--bdo-grey);
        cursor: not-allowed;
    }

nav.in_page_nav .left_bumper,
nav.in_page_nav .right_bumper {
    line-height: 100%;
    padding: 0;
    width: 30px;
    font-family: gustan-extrabold, sans-serif;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    background: #00b1e3;
    color: #fff;
    z-index: 2;
    display: none;
    flex-shrink: 0;
    cursor: pointer;
}

    nav.in_page_nav .left_bumper::before,
    nav.in_page_nav .right_bumper::before {
        display: inline-block;
        content: "";
        width: 21px;
        height: 21px;
        background: url("mcs-chevron-large.svg") no-repeat;
        background-position-x: calc(50% - 1.5px);
    }

    nav.in_page_nav .left_bumper::before {
        transform: rotate(180deg);
    }

nav.in_page_nav .right_bumper {
    border-left: solid 1px #fff;
}

nav.in_page_nav .left_bumper {
    border-right: solid 1px #fff;
}

    nav.in_page_nav .left_bumper.visible_bumper,
    nav.in_page_nav .right_bumper.visible_bumper {
        display: none;
    }

@media only screen and (max-width: 944px) {
    nav.in_page_nav {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media only screen and (max-width: 749px) {
    nav.in_page_nav {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .in_page_nav_content > a,
    .in_page_nav_content > div.disabled {
        width: calc(100% - 8em);
    }

    nav.in_page_nav .left_bumper,
    nav.in_page_nav .right_bumper {
        width: 60px;
        font-size: 36px;
        font-family: "gustan-light", sans-serif;
        background: #e6e6e6;
        color: #7d818a;
        display: inline-block;
    }

        nav.in_page_nav .left_bumper.visible_bumper,
        nav.in_page_nav .right_bumper.visible_bumper {
            background: #00b1e3;
            color: #fff;
        }
}

.wrapper {
    text-align: left;
}

.filesdiv {
    word-break: normal;
}

/* all custom CSS here */

body {
    font-family: 'Nunito';
    background-color: #00000014;
}
@media (min-width:1025px) {
    body {
        overflow-x: hidden;
    }
}
.btn {
    min-width: 250px;
    min-height: 48px;
    color: var(--bdo-grey);
    font-size: 16px;
    font-family: 'Nunito';
    font-weight: bold;
    border-radius: 8px;
    opacity: 1;
    padding: 1em;
    margin: 5px 8px;
    overflow: hidden;
}

.btn[disabled],
 .btn.disabled {
    background-color: var(--btn-disabled-color) ;
    border-color: var(--btn-disabled-color) ;
}
.btn-primary {
    background: var(--btn-color) 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}

.btn-secondary:hover,
.btn-default:hover
{
        color:#0072D8;
        background:#E5F5FF;
}
.btn-primary:hover{
    color:#FFFFFF;
    background: #005097;
}

.btn-secondary:disabled,
.btn-default:disabled
{
    color:#C2C2C1;
    background: #FFFFFF;
}
.btn-primary:disabled{
    color:#FFFFFF;
    background:#C2C2C1;
}
.btn-secondary:focus,
.btn-default:focus
{   
    color:#0072D8;
    background:#C2E2F7; 
}
.btn-primary:focus{
    background:#002E56;
}

.btn, .btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.active.focus {
    outline: none;
}

.bdo-docsupload .btn.primary,
.bdo-idupload .btn.primary,
.btn-default {
    background-color: #FFFFFF;
    color: var(--btn-color);
    border: 2px solid var(--btn-color);
}

.bdo-docsupload .btn.primary:hover,
.bdo-idupload .btn.primary:hover
 {
    background-color: var(--bdo-light-grey);
    color: var(--btn-hover-color);
    border-color: var(--btn-hover-color);
}

.bdo-docsupload input[type="file"]::-webkit-file-upload-button {visibility: hidden;}
.bdo-docsupload input[type="file"]::before {content: 'Select File'; color:blue }

.bdo-docsupload .btn.secondary_light,
.bdo-idupload .btn.secondary_light
 {
    background-color: #FFFFFF;
    color: var(--bdo-pink);
    border: 2px solid var(--bdo-pink);
}

.btn-danger {
    background-color: #FFFFFF;
    color: var(--bdo-danger);
    border: 2px solid var(--bdo-danger);
} 

.btn-danger:hover {
    color: var(--bdo-danger);
    border: 2px solid var(--bdo-danger);
    background-color: var(--btn-danger-hover);
} 

.btn-danger:active, .btn-danger.active,
    .btn-danger:focus, .btn-danger.focus,
    .btn-danger:active:focus,
    .btn-danger.active:focus,
    .btn-danger.active.focus  {
    color: var(--bdo-danger);
    border: 2px solid var(--bdo-danger);
    background-color: var(--btn-danger-medium);
}


    .bdo-docsupload .btn.secondary_light:hover,
    .bdo-idupload .btn.secondary_light:hover
/*    .btn-danger:hover,
    .btn-danger:active, .btn-danger.active,
    .btn-danger:focus, .btn-danger.focus,
    .btn-danger:active:focus,
    .btn-danger.active:focus,
    .btn-danger.active.focus */
    {
        background-color: var(--bdo-light-grey);
        color: var(--bdo-danger);
        border-color: var(--bdo-danger);
    }

/*--Form section repeater buttons starts--*/
.repeater_add, .repeater_remove {
    min-width: 250px;
/*    margin-top: 20px;*/
    border: 2px solid;
    background-image: none;
}
.repeater_add {
    color: var(--btn-color);
    background-color: var(--btn-color-lightblue);
    border-color: var(--btn-color-lightblue);
}
.repeater_add:hover {
    background-color: var(--btn-color-lightblue);
    color: var(--btn-color);
    border-color: var(--btn-color);   
}
.repeater_add:focus,
.repeater_add:active,
.repeater_add:active:hover{
    background-color: var(--btn-color-mediumblue) !important;
    color: var(--btn-color) !important;
    border-color: var(--btn-color) !important;   
}
.repeater_remove {
    color: var(--bdo-danger);
    background: white;
    border-color: var(--bdo-danger);
}
.repeater_remove:hover {
    color: var(--bdo-danger);
    background-color: var(--btn-danger-hover);
    border-color: var(--bdo-danger);
}
.repeater_remove:focus, 
.repeater_remove:active,
.repeater_remove:active:hover {
    color: var(--bdo-danger) !important;
    background-color: var(--btn-danger-medium) !important;
    border-color: var(--bdo-danger) !important;
}
/*--Form section repeater buttons ends--*/

.field-group .table {
    margin-bottom: 0;
}

#main #main_body .crmEntityFormView .actions {
    border: none;
    padding: 0;
    margin: 10px 0;
}
#recordheader.crmEntityFormView{
height:8px;
}
.crmEntityFormView .readonlyFieldset {
    margin-bottom: 8px;
}
.crmEntityFormView .portalbuttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
    margin-right: 8px;
}
.crmEntityFormView .portalbuttons .btn:only-child {
    width: 100%;
    max-width: calc(100% - 16px);
}
.crmEntityFormView + p.mcs-form__desc {
    margin-bottom: 0;
}
input.form-control,
.form-control {
    height: 48px;
    color:#2e2e2e;
    text-align: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid var(--bdo-lightblue);
    font: normal normal normal 16px/24px Nunito;
    border-radius: 8px;
    letter-spacing: 0px;
    opacity: 1;
}

/*--Application Summary view styles starts--*/
body:has(.bdo-app-summary) #main {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    max-width: 880px !important;
}
body:has(.bdo-app-summary) .bdo-card,
.bdo-app-summary #main_body .mcs-form-control .xrm-attribute {
    min-height: auto;
    max-width: 100%;
}
.bdo-app-summary .bdo-card h2, .bdo-app-summary .bdo-card h4 {
    color: var(--btn-hover-color);
}
.bdo-app-summary .bdo-card {
    border-radius: 8px;
}
.bdo-app-summary h2 a {
    font-size: 16px;
    color:var(--nav-active-color);
}
.bdo-app-summary h2 {
    font-size: 18px;
}
.bdo-app-summary .bdo-card .mcs-section-title {
    color: var(--btn-hover-color);
}
.bdo-app-summary .table-condensed.section > tbody > tr > td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (min-width:800px) {
    .bdo-app-summary .bdo-credit-wrap {
        width: 875px;
    }


}

@media screen and (min-width:576px) {
    .crmEntityFormView .portalbuttons .btn {
        min-width: 250px;
    }
}
.bdo-app-summary .fieldsetwithdata {
    margin-top: 20px;
}
legend {
    border-bottom: none !important;
}
.bdo-app-summary fieldset legend {
    padding: 0 0 5px 0;
    margin-bottom: 8px;
    font-size: 18px;
    color: var(--btn-hover-color);
}

.bdo-app-summary label.form-control {
    font-size: 16px;
    border: none;
    box-shadow: none;
    height: auto;
    font-weight: 700;
    color: var(--bdo-darkgrey);
}

.bdo-app-summary .readonlyFieldset .xrm-attribute-value {
    display: flex;
    /* removed to fix 11423 - summary section alignment issue
    align-items: center;
    */
}

    .bdo-app-summary .readonlyFieldset .xrm-attribute-value .mcs-label,
    .bdo-app-summary .readonlyFieldset .xrm-attribute-value .mcs-label label {
        display: inline-flex;
        width: 250px;
    }


    .bdo-app-summary .readonlyFieldset .xrm-attribute-value .mcs-label::after {
        /*    content: ":";*/
        display: inline-block;
        margin: 0 10px 0 5px;
    }

.bdo-app-summary .field-group + .crmEntityFormView:has(.portalbuttons) {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 24px;
}
/*--Application Summary view styles ends--*/
/*.integer {
    width: 468px !important;
}*/

::-webkit-input-placeholder, select:invalid,
select option[value=""] {
    /* Edge */
    color: #919191;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #919191;
}

::placeholder {
    color: #919191 !important;
}

label {
    text-align: left;
    font: normal normal normal 16px/24px Nunito;
    letter-spacing: 0px;
    color: #2E2E2E;
    opacity: 1;
    margin-bottom: 8px;
}

.navbar-static-top {
    height: 64px;
    padding: 8px 16px;
    margin-bottom: 32px;
    position: sticky;
    top: 0;
}
.navbar-static-top .navbar-brand {
    padding: 10px 0 0 0;
}
.navbar-static-top .navbar-brand p {
    margin: 0;
}
.navbar-static-top > .container-fluid {
    max-width: 1440px;
    padding-left: 5px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: "Nunito";
    font-size: 1em;
    font-weight: bold;
    color: white;
}

#logo {
    height: 40px;
    width: auto;
    margin-top: -0.5rem;
   /* margin-left: -24rem;*/
}

/*.navbar-header {
    height: 60px;
}*/

@media screen and (max-width:768px) {
    .navbar-static-top {
        height: 60px;
        padding: 6px 16px;
    }
    .navbar-header #logoBdoWelcome {
        top: 6px!important;
        width: 80px!important;
        margin-left: 0!important;
    }

    .bdo-app-summary .readonlyFieldset .xrm-attribute-value .mcs-label, .bdo-app-summary .readonlyFieldset .xrm-attribute-value .mcs-label label {
        width:150px;
    }
}

.navbar-header .navbar-toggle {
    display: none;
}

.menu-bar {
    margin-top: 5px;
}

#main_body .mcs-form-control .xrm-attribute {
    margin-bottom: 8px;
}
#main_body .form-control-cell {
    padding: 5px 8px;
}
#main_body .table-repeater .form-control-cell {
    padding: 5px 16px;
}
tr[role="group"] ~ [data-groupingid] .form-control {
    /*width: calc(100% - 8px);*/
}
.mcs-form-control .xrm-attribute br + br {
    display: none;
}
.xrm-attribute:has(b + br) {
    margin-bottom: 5px !important;
}

#main_body > fieldset:last-child legend {
    border-bottom: none !important;
}
.mcs-form-control {
    border-top: none;
}

.mcs-form__desc {
    color: var(--btn-hover-color);
    font-weight: 700;
    font-size: 18px;
}

table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    border-top: none;
}

table td.zero-cell {
    padding: 0 !important;
}

.mcs-label {
    color: var(--nav-active-color) !important;
}

#all-content {
    max-width: 905px;
    margin-bottom: 56px;
}

#main {
    max-width: 580px;
    padding: 16px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 16px #00000014;
    border-radius: 8px;
    opacity: 1;
    min-height: 340px;
}

#all-content #main .page-heading {
    padding: 5px 0 0 0;
    margin: 0;
}
#all-content #main .page-heading br{
    display: none;
}
.bdo-container-singlecol > .col-lg-4 {
    display: none;
}

.bdo-container-singlecol > .col-lg-8,
.bdo-container-singlecol > .col-lg-8 > #main {
    width: 100%;
    max-width: 100%;
}

body:has(.bdo-container-singlecol) .bdo-hamburger {
    display: none;
}

div.tree {
    display: none;
}

.number-icon {
    background: var(--bdo-grey) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    height: 48px;
    width: 48px;
    text-align: center;
    vertical-align: center;
    text-align: center;
    font: normal normal bold 24px/32px Nunito;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 48px;
    margin-top: 0px;
    margin-bottom: 0;
}

.bullet-icon {
    height: 28px;
    width: 42px;
    margin-bottom: 0;
}

.tree-toggle {
    display: flex;
    align-items: center;
    font: normal normal bold 16px/24px Nunito;
    cursor: pointer;
}

.top-icon {
    padding-bottom: 8px;
    --size: 90px;
    max-width: 280px;
}

    .top-icon.state-incomplete .number-icon {
        background: var(--nav-active-color);
        color: #fff;
    }

    .top-icon .top-icon_row {
        border-radius: 6px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .top-icon .top-icon_row .nav-header {
            max-width: 145px;
            line-height: 22px;
            font-size: 16px;
            margin-bottom: 0;
            position: relative;
            left: 5px;
            font-weight: 700;
        }

    .top-icon.state-incomplete .top-icon_row {
        background: var(--nav-active-color);
    }

    .top-icon .glyphicon-icon-rpad {
        color: var(--bdo-grey);
    }

    .top-icon.state-incomplete label,
    .top-icon.state-incomplete a {
        /*color: var(--nav-active-color);*/
        color: #fff;
    }
    .top-icon.state-incomplete a,
    .top-icon.state-incomplete a:hover {
        text-decoration: none;
    }
    .top-icon.state-incomplete label,
    .top-icon.state-completed label {
        color: #fff;
    }

    .top-icon.state-completed .number-icon {
        background: var(--nav-success-color);
        color: #fff;
    }

    .top-icon.state-completed .top-icon_row {
        background: var(--nav-success-color);
    }

        .top-icon.state-completed .top-icon_row::before {
            display: inline-flex;
            align-items: center;
            font-family: 'FontAwesome';
            content: "\2713";
            background: var(--nav-success-color);
            color: white;
            height: 48px;
            width: 32px;
            position: absolute;
            left: 14px;
            line-height: 24px;
            border-radius: 12px;
            font-size: 24px;
            font-weight: 900;
        }

    .top-icon.state-completed label,
    .top-icon.state-completed a {
        /*color: var(--nav-success-color);*/
        color: #fff;
    }

    .top-icon:not(:last-child)::after {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 3.8vh;
        bottom: 0;
        left: 24px;
        border-left: 4px solid #C2C2C1;
        height: var(--size);
        display: none !important;
    }


.in_page_nav_content a[disabled] {
    background: transparent;
    color: var(--bdo-grey);
    cursor: not-allowed;
}

#secondaryfieldlabeltitle, #tertiaryfieldlabeltitle {
    display: none;
}

/* Set postion sticky on footer */
.nav-inner-container {
    position: sticky;
    top: 10rem;
}


/* Set z-index for smaller widht screens */
@media screen and (max-width: 1023px) {
 .nav-inner-container {
    z-index: 1000;
 }
}

/* Changes by Ketan */
/* remove fixed poistion to fix footer issue
.nav-inner {
    position: fixed;
    top: 10rem;
}
*/

/* Dropdown issue fix */
:root {
   --placeholder-color: #999;
}
 
::placeholder,
::-webkit-input-placeholder,
::-webkit-input-placeholder
{
   color: var(--placeholder-color);
}

select.placeholder-text {
   color: var(--placeholder-color) !important;
}

option {
   color: #2E2E2E !important;
}

/* Document upload section fix */
.upload-document-container div.xrm-editable-html.xrm-attribute:first-child {
   background-color: var(--bdo-light-grey);
   border-radius: 8px;
}

.upload-document-container label:first-child {
   font-weight: bold;
   padding-inline-start: 16px;
   padding-block-start: 8px;
}

.container-fluid>.navbar-collapse {
   margin-right: 0px;
}

.errmsg {
    font-size: 12px;
    color: red;
    margin-block-start: 8px;
}

/* end */
/* REQ_PD_001 */
/* Start */
textarea.form-control {
    height: 60px;
    resize : none;
    /*overflow: hidden;*/
}
/* End */

.boolean-radio {
    display: flex;
    flex-direction: row;
}


.mcs-radio-cont {
    appearance: none;
    border: none;
    padding: 12px;
    width: 234px;
    margin-right: 8px;
    background-color: #fff;
    text-align: left;
    border-radius: 8px;
    font-weight: normal;
    border: 1px solid var(--bdo-lightblue);
}
.mcs-radio-cont + .mcs-radio-cont {
    margin-left: 8px;
}
.mcs-radio-cont [type="radio"] {
    float: right;
    margin-top: 5px;
}

input[type=radio], 
input[type=checkbox] {
    accent-color: var(--nav-active-color) !important;
}

.mcs-checkmark-radio {
    margin-left: 130px;
}

progress {
    border-radius: 14px;
    width: 160px;
    height: 20px;
}

    progress::-webkit-progress-bar {
        background: #919191 0% 0% no-repeat padding-box;
        border-radius: 14px;
    }

    progress::-webkit-progress-value {
        background: #FDB913 0% 0% no-repeat padding-box;
        border-radius: 14px;
        opacity: 1;
    }

    progress:before {
        content: attr(data-label);
        font-size: 0.8em;
        vertical-align: 1;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: 75px;
        margin-top: 2px;
        color: white;
        font-family: 'Nunito';
    }

.mcs-page-title {
    text-align: left;
    font: normal normal bold 20px/24px Nunito;
    letter-spacing: 0px;
    color: #2E2E2E;
    opacity: 1;
}
.mcs-page-title,
.mcs-form__desc {
    margin-left: 8px;
    margin-right: 8px;
}
.mcs-page-title-wrap {
    width: 100%;
}

.mcs-section-title {
    color: #004ea8;
    font: normal normal bold 18px/24px Nunito;
    padding-top: 16px;
    padding-bottom: 10px;
    margin: 0 8px;
    max-width: calc(100% - 16px);
    border-top: 1px solid var(--bdo-border-light);
}
fieldset:has(.mcs-section-title) {
    margin-top: 16px;
}
.mcs-section-title:empty {
    padding-bottom: 0;
}
.error-below-field {
    display: block;
    font: normal normal normal 14px/20px Nunito;
    color: var(--bdo-red);
    opacity: 1;
    margin-top: 8px;
}

#formvalidationsummary {
    display: none !important;
}
.field-label:has(.tooltipp) {
    white-space: normal;
}
.tooltipp {
    position: relative;
    display: inline-block;
    color: var(--nav-active-color);
}

.tooltipp .tooltiptext {
    display: block;
    visibility: hidden;
   margin-left:-200px; 
    min-width: 260px;
    width: 480px;
    background-color: var(--bdo-light-grey);
    color: black;
/*    text-align: center;*/
    border-radius: 6px;
    padding: 10px;
    font-family: 'Nunito';
    box-shadow: 0px 0px 16px #00000024;
    position: absolute;
    white-space: normal;
    z-index: 3;
}

.tooltipp:hover .tooltiptext {
    visibility: visible;
}

.help {
    display: none;
}


.loadingmodal {
    display: block;
    padding: 20px;
    min-height: 100px;
    max-height: auto;
    text-align: center;
}

img[alt="loading"],
#loadingavg {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
}

.hidefromsitemap {
    visibility: hidden;
    padding: 0px !important;
    height: 0px !important;
    margin: 0px !important;
}

.overlay {
    position: auto;
    width: auto;
    height: auto;
    left: auto;
    z-index: 100;
    transition: all 0.5s ease;
}
.closebtn {
    display: none;
    font-family: 'Nunito';
    width: 60px;
    font-size: xx-large;
    background-color: white;
}

.mcs-label--gray {
    display: none;
}
/*--Hamburger shown for 1023px and below devices--*/
@media screen and (max-width: 1023px) {
    #main_body .mcs-form-control .xrm-attribute {
        max-width: 480px;
    }
    .btn-primary {
        width: 126px;
    }

    .repeater_add, .repeater_remove {
        width: 275px;
    }

    .overlay {
        background-color: #fff;
        position: fixed;
        min-width: 20em;
        width: 75%;
        max-width: 30em;
        min-height: 100%;
        right: 0;
        top: 0;
        z-index: 1000;
        transition: all 0.5s ease;
        box-shadow: 0px 0px 16px #00000014;
    }

        .overlay .nav-inner__hdr {
            position: absolute;
            width: 32px;
            height: 32px;
            top: 1rem;
            right: 4rem;
            z-index: 1;
        }

            .overlay .nav-inner__hdr + .nav-list {
                margin-top: 60px;
                max-height: 80vh;
                overflow-y: auto;
            }

    .section tr {
        width: auto !important;
    }

    .modal-content {
        min-width: auto;
        margin-top:-30px;
    }

    /*.mcs-radio-cont {
        width: 120px;
    }*/

    /*input.form-control,
    .form-control {
        width: 244px;
    }*/

    .integer {
        min-width: 264px !important;
    }

    #all-content > .col-lg-8 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #main {
        display: flex;
        flex-direction: column;
        /*align-items: center;*/
        margin-top: 2.2em;
    }

    body:has(.bdo-container-singlecol) #main {
        margin-top: 0;
    }

    .nav {
        margin-bottom: 30px;
        overflow: hidden;
        border: none;
        background: transparent;
        margin-bottom: 10px;
        padding-left: 0;
        list-style: none;
    }

    .closebtn {
        display: inline-flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .top-icon {
        padding-bottom: 0px;
        width: 90%;
        font-size: 17px;
        position: relative;
        display: inline;
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 0 14px 14px 14px;
        transition: 0.3s;
    }

        .top-icon.state-completed .top-icon_row::before {
            width: 28px;
            height: 36px;
            font-size: 28px;
            left: 20px;
        }

        .top-icon .number-icon {
            width: 32px;
            height: 32px;
            line-height: 32px;
            border-radius: 6px;
            font: normal normal bold 20px/32px Nunito;
        }

    .nav-inner ul li .number-icon::after {
        left: 28px !important;
    }

    .tree-toggle {
        font: normal normal bold 14px/24px Nunito;
    }

    .bullet-icon {
        height: 28px;
        width: 36px;
    }

    .nav-inner {
        display: none;
    }

    .in_page_nav_content {
        border: none !important;
    }
    .in_page_nav_content > a {
        max-width: calc(100% - 8em);
    }
        .in_page_nav_content > a::before {
            width: 13px;
            left: 15px;
        }

        .in_page_nav_content > a,
        .in_page_nav_content > div.disabled {
            font-size: 13px;
            /*height: calc(60px - 3.5em);*/
            padding-left: 3.5rem;
            line-height: 120%;
        }

            .in_page_nav_content > a.current,
            .in_page_nav_content > a.incomplete,
            .in_page_nav_content > a.completed,
            .in_page_nav_content a[disabled] {
                left: 1.1rem;
            }
}

/*--Hidding Hamburger for 1024px and above devices--*/
@media screen and (min-width: 1024px) {
    #all-content > .col-md-4,
    #all-content > .col-lg-4 {
        max-width: 250px;
    }
    #all-content > .col-md-4,
    #all-content > .col-lg-4,
    #all-content > .col-md-8,
    #all-content > .col-lg-8 {
        padding-left: 0;
        padding-right: 0;
    }
    #all-content > .col-md-4 + .col-md-8,
    #all-content > .col-lg-4 + .col-lg-8 {
        margin-left: 40px;
    }
    .bdo-container-singlecol > .col-md-4 + .col-md-8,
    .bdo-container-singlecol > .col-lg-4 + .col-lg-8 {
        margin-left: 0 !important;
    }
    #main {
        min-width: 580px;
    }

    .bdo-hamburger {
        display: none;
    }

    .bdo-app-summary .mcs-label {
        width: 250px;
    }

    .mcs-radio-cont,
    .crmEntityFormView .portalbuttons .btn {
        width: 258px;
    }


}

@media screen and (min-width: 576px) and (max-width: 912px) {
    .btn-primary {
        width: 196px;
    }

    .section tr {
        width: auto !important;
    }

    .mcs-radio-cont {
        width: 196px;
    }

    input.form-control,
    .form-control {
        width: 404px;
    }

    .integer {
        min-width: 264px !important;
    }

    .input-group.date {
        max-width: 404px;
    }
}


.nav-inner ul li .number-icon::after {
    content: '';
    position: absolute;
    border-left: 4px solid #ccc;
    left: 24px;
    bottom: -10px;
    z-index: -1;
    height: 100%;
    display: none;
}

.nav-inner ul li:nth-last-child(2) .number-icon::after {
    content: none;
}

/*--Documents Upload--*/
.bdo-docsupload::before {
    content: " ";
    display: block;
    width: 294px;
    height: 200px;
    background-image: url('/assets/illus-uploaddoc.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto 20px auto;
    display: none; /*--Temp CSS--Need clarification to show this image--*/
}
.bdo-docsupload {
    background-color: var(--bdo-light-grey);
    padding: 1em;
}

    .bdo-docsupload input[type="file"] {
        width: 280px;
        min-height: 48px;
        font-size: 16px;
        font-family: 'Nunito';
        font-weight: bold;
        background-color: #FFFFFF;
        color: var(--btn-color);
        border: 2px solid var(--btn-color);
        opacity: 1;
        padding: 1em 1em 1em 2.2em;
        margin: 5px auto 5px auto;
        overflow: hidden;
    }

        .bdo-docsupload input[type="file"]:hover {
            background-color: var(--nav-link-incomplete-bg);
            color: var(--nav-active-color);
            border-color: var(--nav-active-color);
        }

.bdo-docsupload img {
    height: auto:
}

.bdo-docsupload img,
.bdo-docsupload button {
    min-width: 250px;
    display: block;
    margin: 0.5em auto;
}

.bdo-docsupload,
.bdo-docsupload input[type="file"],
.bdo-idupload {
    border-radius: 8px;
}
.bdo-docsupload input[type="file"] {
    padding-left: 25%;
}
.bdo-docsupload img,
.bdo-docsupload button,
.bdo-docsupload input[type="file"] {
    width: 100%;
}

        .bdo-idupload,
        .bdo-idupload > div {
            padding: 0 !important;
        }

            .bdo-idupload .filesdiv > table,
            .bdo-idupload .filesdiv > input {
                margin: 0 auto;
            }

            .bdo-idupload .filesdiv > input {
                margin-top: 1em;
            }

            .bdo-idupload .filesdiv > table {
                width: 100%;
                border-collapse: separate;
                border-spacing: 0 1em;
            }

                .bdo-idupload .filesdiv > table > tbody > tr {
                    background-color: var(--bdo-light-grey);
                    padding-bottom: 1em;
                }

                    .bdo-idupload .filesdiv > table > tbody > tr input,
                    .bdo-idupload .filesdiv > table > tbody > tr button {
                        margin-bottom: 1em;
                    }

            .bdo-idupload .filesdiv table td {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                word-break:break-all;
                justify-content: center;
                border: none !important;
            }

            .bdo-idupload .filesdiv table > tbody > tr > td:first-child {
                padding-top: 3em !important;
                padding-bottom: 2em !important;
                font-size: 16px;
                font-weight: bold;
                color: var(--bdo-darkgrey);
            }

            .bdo-idupload input[value="Browse"] {
                width: 100%;
                margin-top: 20px;
            }
/*--Hidden Download button on Document upload page as per Show and Tell Customer Feedback Item 13--*/
.bdo-idupload .filesdiv input[value="Download"] {
    display: none !important;
}
/*--Credit Card page styles start--*/
.bdo-card {
    max-width: 880px;
    padding: 24px 24px 24px 24px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: var(--bdo-grey);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    opacity: 1;
    min-height: 450px;
    margin: 0 auto 24px auto;
    font: normal normal normal 16px/24px Nunito;
}

    .bdo-card h2, .bdo-card h3, .bdo-card h4 {
        font: normal normal bold 20px/24px Nunito;
        line-height: 140%;
        margin-bottom: 16px;
        color: var(--bdo-darkgrey);
    }

    .bdo-card h4 {
        font: normal normal bold 18px/24px Nunito;
    }

.bdo-card__hdr {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 16px;
}

    .bdo-card__hdr a {
        font: normal normal bold 18px/24px Nunito;
        text-decoration: none;
    }

        .bdo-card__hdr a:hover {
            text-decoration: underline;
        }

.bdo-card__body {
    padding: 24px 0;
}


.bdo-card__cont-hdr {
    font: normal normal bold 18px/24px Nunito;
}

.bdo-card__imgwrap {
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

    .bdo-card__imgwrap img {
        display: block;
        height: 100%;
        width: auto;
        border: none;
        padding: 0;
        margin: auto;
    }

.bdo-card__body,
.bdo-card__actions {
    max-width: 80%;
    text-align: center;
    margin: auto;
}

.bdo-card__actions {
    margin-bottom: 24px;
}

.bdo-card a,
.bdo-card .btn {
    cursor: pointer;
}


.bdo-card__body--sm {
    padding: 11px 0 22px 0;
}

.bdo-card__body--sm .bdo-card__cont-hdr {
    font: normal normal 700 20px/normal Nunito;
    margin: 0 0 24px 0;
}

.bdo-card__body--sm .bdo-card__imgwrap{
    margin-bottom: 34px;
}

.bdo-card__body--sm .bdo-card__cont{
    margin-bottom: 0;
}

.bdo-card__body--sm .bdo-fit-biometrics{    
    font: normal normal 400 16px/normal Nunito;
}

.bdo-card__body-form{
    width: 65%;
    margin: 0 auto 25px;
}

.bdo-card__atm-infoWrapper{
    padding: 16px;
    border-radius: 8px;
    background: #E6F1FF;
}

.bdo-card__atm-title{
     font: normal normal 700 20px/normal Nunito;
    color: #2E2E2E;
    margin-bottom: 16px;
}

.bdo-card__atm-infoList{
    padding:0 0 0 24px;
    margin:8px 0 0;
    font: normal normal 400 16px/normal Nunito;
    color: #2E2E2E;
}

/*--Credit Card page styles ends--*/

/*--Biometric Regestration starts--*/
.bdo-biometricreg .bdo-card__actions .btn-default {
    width: 100%;
}
/*--Biometric Regestration ends--*/

/*--Small Mobile Responsive UI--*/
@media screen and (max-height: 768px) and (orientation : landscape){
    .modal-dialog.modal-dialog--lg {       
        height:90% !important;
    }
} 
@media screen and (min-width:320px) and (max-width: 599px) {
    .overlay {
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        z-index: 1000;
    }
    .top-icon {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    #all-content > .col-lg-8 {
        padding-left: 0;
        padding-right: 0;
    }
    #main {
        padding-left: 14px;
        padding-right: 14px;
    }
    /*.bdo-hamburger .navbar-toggle {
        margin-top: 1em;
    }*/
    .modal-footer .btn {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
   .table-condensed.section > tbody > tr, 
   .table-condensed.section > tbody > tr > td,
    .boolean-radio {
        display: block;
    }
   .table-condensed.section > tbody > tr, 
   .table-condensed.section > tbody > tr > td,
    input.form-control, .form-control,
    /*.repeater_add, .repeater_remove,*/
/*    .portalbuttons .btn,*/
    .mcs-radio-cont {
        width: 100% !important;
    }

    .portalbuttons .btn {
       width: 96% !important;
    }
    .mcs-radio-cont + .mcs-radio-cont {
        margin-left: 0;
    }
    .input-group.date {
        max-width: 100%;
    }
    .tooltipp {
        position: unset;
    }
    .tooltipp .tooltiptext {
        width: 100%;
        max-width: 100%;
        left: 0;
        transform: translateX(0px);
        margin-inline: 8px;
    }
    .footer {
        padding-left: 16px;
        padding-right: 16px;
    }
    .footer .col-sm-12,
    .footer .col-md-10,
    .footer .col-lg-10,
    .footer .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    input[type="checkbox"]{
            width:100px;
        }
}


select option:first-child {
    color: green;
}


/*--Modal dialog styles starts--*/
.modal.fade.in {
    display: block !Important;
}

.modal.fade::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.modal-dialog {
    visibility: visible;
    top: 24px;
}

.modal-dialog.modal-dialog--lg {       
/*        height:96%;*/
    }

.modal-dialog.modal-dialog--lg .modal-content{       
        overflow-y: auto;
    }


.modal-content {
    border: none;
    border-radius: 8px;
    max-height: 100%;
}

.modal-header {
    position: relative;
    border-bottom: none;
}
.modal-header::after {
    content:" ";
    display: block;
    width: calc(100% - 48px);
    height: 1px;
    background-color: var(--bdo-border-light);       
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}

.modal-header,
.modal-title {
    font: normal normal bold 20px/26px Nunito;
    color: var(--bdo-darkgrey);
}

.modal-body {
    min-height: 100px;
    overflow-y: auto;
    color: var(--bdo-darkgrey);
    font: normal normal normal 16px/22px Nunito;
}

.modal-footer {
    text-align: center;
    border-top: none;
}

.form-group--checkbox {
    display: flex;
    align-items: flex-start;
    text-align: left;
}
.form-group--checkbox label {
    cursor: pointer;
}
.modal-footer .form-group--checkbox {
    margin: 0 24px 6px 24px;
}
.modal-footer input[type="checkbox"] {
    margin-right: 8px;
}
.modal-footer .btn {
    min-width: 226px;
    margin-top: 0px;
    margin-bottom: 0;
}
.modal-footer .form-group--checkbox ~ .btn {
    margin-top: 8px;
}
.in_page_nav_content a{
    font-weight:700;
}

/*--Modal Responsive UI--*/
@media (min-width:1024px) {
    .modal-dialog {
        width: 954px;
        height:476px;
    }

    .modal-dialog.modal-dialog--lg {       
        height:auto;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 24px;
    }

    /*--.modal-footer .form-group--checkbox {
        max-width: 78%;
    }--*/
}

@media (min-width:768px) and (max-width: 1023px) {
    .modal-dialog {
        width: 720px;
    }
}

.declarationModal .modal-body {
    max-height: 200px;
    overflow-y: scroll;
}

/*--Medium size modals--*/
.modal-md .modal-md-ttl,
.modal-md .modal-md-txt {
    font-family:'Nunito';
    line-height: 120%;
}
.modal-md .modal-md-ttl {
    font-size: 24px;
    font-weight: 700;
    color: var(--btn-hover-color);
    margin-bottom: 16px;
}
.modal-md .modal-md-txt {
    font-size: 16px;
    font-weight: normal;
    color: var(--bdo-darkgrey);
}
.modal-md .modal-dailog,
#pleaseWaitDialog .modal-dialog {
    max-width: 580px;
}
.modal-md .modal-body,
#pleaseWaitDialog .modal-body {
    min-height: 100px;
    max-height: auto;
}
/*--Loading modal specific styles--*/
#pleaseWaitDialog .modal-dialog {
    max-height: 168px;
    top: 30vh;
}
#pleaseWaitDialog .modal-header {
    display: none;
}
/*--Modal dialog styles ends--*/

.mcs-control b {
color: #2E2E2E;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.mcs-control .picklist{
overflow: hidden;
  white-space: pre;
color: #2E2E2E;
  text-overflow: ellipsis;
  -webkit-appearance: none;
appearance: none;
    background-image: url("/icon-chevron-down.svg");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
max-width: 100%;
}

.mcs-control .picklist option {
  /* wrap text in compatible browsers */
  -moz-white-space: pre-wrap;
  -o-white-space: pre-wrap;
  white-space: pre-wrap;
  /* hide text that can't wrap with an ellipsis */
  overflow: hidden;
  text-overflow: ellipsis;
  /* add border after every option */
  border-bottom: 1px solid #DDD;
}

.mcs-control .mcs-section-title{
color: #004ea8;
    font: normal normal bold 18px/24px Nunito;
}
.mcs-control:has(label:only-child) label {
    margin-bottom: 0;
    /* Added padding to fix: 11423 summary section alignment issue */
    padding-block-start: 0;
}
.boolean-radio-cell input[type=radio] {
    margin: 5px 5px 5px 10px !important;
    /* Fix safari radio button clipped off issue */
    box-sizing: content-box;
    border-right: 0.5px solid transparent;
}

body{
background-color: #F6F6F6 !important;
}

/* disable date inputs
.date > input{
    pointer-events:none;
}

/*.navbar-right {
    margin-right: -140px !important;
}*/
@media (min-width:1024px) {
.bdo-singlecol-small{
    width: 610px !important;
}

.debitcredit_Title{
    text-align:middle;
    overflow-wrap: break-word;
    margin: 0px 0px 0px 35px !important;
    font-size: 24px;
}

}
/*
.bdo-singlecol-small input.form-control, .form-control{
    width: 52rem !important;
}*/

.mcs-control {
 color:#2e2e2e;
font: normal normal 16px/24px Nunito;
}
.debitcredit_Title{
text-align:middle;
overflow-wrap: break-word;
margin: 0px 0px 0px 0px;
font-size: 24px;
}

/*.bdo-iframezoloz-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
}*/
.bdo-iframezoloz-wrap > iframe,
.bdo-iframezoloz {
    border: none;
}

iframe .footer{
    display: none;
}

.border-orange {
    border: 1px solid #FF8000 !important;
}

.border-red {
    border: 1px solid #FF0000 !important;
}

#all-content{
    min-height:68vh;
}
/*-- For Summary Page Home --*/

/*.bdo-app-summary .readonlyFieldset .xrm-attribute-value .mcs-label, .bdo-app-summary .readonlyFieldset .xrm-attribute-value .mcs-label label {
      width: 150px;
}*/

/*Styles for confirmation dialog*/
#confirmationTextHeader{
    color: #2E2E2E;
    text-align: center;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
}

#confirmationText{
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 13px;
}
/*End Styles for confirmation dialog*/

/* Styles for application summary */

.appSummaryInfo{
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.appSummaryInfo b{
    font-weight: 700;
}

.display-hide{
    display: none;
}

#loanamounttext_efd128b2-65bd-ed11-9886-000d3a85ca88[aria-invalid="true"] {
   border: 1px solid #EB4A27;
   border-radius: 8px;
}

@media screen and (max-width: 768px) {
    #portalbuttons {
       flex-direction: column-reverse;
    }
}



/* End of Styles for application summary */
