/* Minification failed. Returning unminified contents.
(34,32): run-time error CSS1039: Token not allowed after unary operator: '-mediumgray'
(35,28): run-time error CSS1039: Token not allowed after unary operator: '-lightgray'
(41,28): run-time error CSS1039: Token not allowed after unary operator: '-ctabackorange'
(42,28): run-time error CSS1039: Token not allowed after unary operator: '-ctabackorangeborder'
(56,28): run-time error CSS1039: Token not allowed after unary operator: '-ctagogreen'
(57,28): run-time error CSS1039: Token not allowed after unary operator: '-ctagogreenborder'
(219,32): run-time error CSS1039: Token not allowed after unary operator: '-mediumgray'
(220,28): run-time error CSS1039: Token not allowed after unary operator: '-lightgray'
(232,28): run-time error CSS1039: Token not allowed after unary operator: '-ctagogreenborder'
 */
/*div {
    border: 1px solid red;
}

span {
    border: 1px solid blue;
}*/
html, body {
    width: 100%;
}
.webapp-page-content {
    margin-bottom: 150px;
    margin-top: 90px;
}
.webapp-home{
    padding-top: 0px;
    padding-bottom: 20px;
}
.mobile-stepper {
    top: 50px;
}

.hoh-ssn{
    max-height:45px;
}

/**For BACK and NEXT BUTTONS ONLY*/

#full-size-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--mediumgray);
    background-color: var(--lightgray);
    min-height: 76px !important;
}

#full-size-nav .back {
    padding-right: 10px !important;
    background-color: var(--ctabackorange);
    border: 1px solid var(--ctabackorangeborder);
}

#full-size-nav div:nth-of-type(2) {
    text-align: center;
    padding: 0px 10px;
}

#full-size-nav div:nth-of-type(2) a {
    vertical-align: inherit !important;
}

#full-size-nav .next {
    padding-left: 10px !important;
    background-color: var(--ctagogreen);
    border: 1px solid var(--ctagogreenborder);
}

#full-size-nav .button {
    font-weight: bold !important;
    color: white !important;
    text-decoration: none !important;
    margin: 0px !important;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 1.375rem !important;
}

#full-size-nav .nav-submit-div {
    padding-left: 10px !important;
}

#full-size-nav .nav-submit-input-button {
    background: transparent;
    border: none;
    font-size: 1.375rem;
    font-weight: bold;
    color: white;
    margin: 0px;
    padding: 0px;
}

#full-size-nav, #small-size-nav {
    pointer-events: visible;
}

.footer-clickable {
    pointer-events: visible;
}

a.button.getting-started {
    background-color: #008a00 !important;
    color: #ffffff;
}

.hs-wizard-nav {
    pointer-events: none;
    background-color: transparent;
    bottom: 50px;
    opacity: 1 !important;
    z-index: 999;
}

.mainpage-body {
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
}

.webapp-page-content > .grid > .row {
    margin-bottom: 0;
}

.help, .help:hover, .help.active {
    font-size: 24px;
}

.add-item, .delete-item {
    cursor: pointer !important;
}

/*#region Family Member Count*/

#show-extra-items {
    text-align: center;
    width: 80%;
}

.extra-items {
    display: none;
}

#ItemGrid {
    margin-bottom: .5rem;
}

#ItemGrid .cell {
    width: 25%;
    height: 4rem;
    margin: .8rem;
    text-align: center;
    background: #008a00;
    color: #ffffff;
    /*border-color: #008a00;*/
}
    #ItemGrid .cell:focus,
    #ItemGrid .cell:hover,
    #ItemGrid .button.active {
        transform: scale(1.15, 1.15);
    }

/*#endregion Family Member Count*/

#ToggleAddresses {
    margin-bottom: 0;
    height: 1.5rem;
}

.select2 {
    pointer-events: visible;
    width: 100% !important;
}

#spinner {
    height: 70px;
    display: none;
    position: fixed;
    top: 47%;
    left: 48%;
    z-index: 500;
}

#spinnerImg {
    height: 65px;
    width: 65px;
}

#notFound, #emptyCode {
    display: none;
    padding-top: .4em;
}

.navGuide {
    text-align: center;
    /* margin: 0; */
    pointer-events: visible;
    /* background-color: white; */
    width: 100%;
    /* bottom: 50px; */

}

.SSNForm {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.navigation .button {
    height: auto;
    padding: 5px;
}

.cta-bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    position: fixed;
    bottom: 50px;
    left: 0px;
}

.start-here-cta {
    border-top: 1px solid var(--mediumgray);
    background-color: var(--lightgray);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 115px !important;
    justify-content: center;
    width: 100%;
}

.start-here-cta-btn {
    font-weight: bold !important;
    border: 1px solid var(--ctagogreenborder);
    line-height: 2.3rem !important;
    margin: 0px !important;
}

.start-here-cta-links {
    margin-top: 6px;
}

.start-here-cta-links div:first-of-type {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-here-cta-links-help {
    font-weight: bold;
}

.start-here-cta-links span {
    text-align: center;
}

.start-here-cta-links a {
    padding: 0px !important;
}

.link-divider {
    border-left: 1px solid #9b9b9b;
    height: 20px;
    margin: 0px 7px !important;
    padding: 0px !important;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    .half-size{
        width: 46% !important;
    }
}

@media (min-width: 699px){
    .validation-summary-errors {
        width:725px;
        margin:0 auto;
        text-align:left;
    }
}

@media (min-width: 640px) and (max-width:800px) {
    .headingSmall {
        display: none;
    }
    
    h1.page-heading {
        font-size: 2.36rem;
    }

    .ndhelp {
        font-size: 12px;
        width: 40px;
    }
}

@media (max-width: 800px) {
    
    .SSNForm {
        width: 100%;
    }
    
    .bottom-nav {
        font-size: 18px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .bottom-nav-end {
        font-size: 18px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.div-gradient-bottom .start{
    margin-bottom: 42px;
}

@media (max-width: 640px) {
    /*
    .hs-wizard-nav > .div-gradient-bottom {
        display:none
    }
    */
    .webapp-page-content {
        margin:0
    }

    .webapp-page-content > .grid {
        margin-bottom:1rem;
        margin-top:1rem;
    }

    #small-size-nav {
        margin-bottom:0
    }

    #main-form > .row > .colspan2 {
        margin: 0 !important;
    }
    /*
    .footer-text {
        font-size: 12px;
    }

    .footer-text > a {
        font-size: 12px;
    }
    */
    #ItemGrid{
        text-align: center;
    }

    #show-extra-items {
        width: 100% !important;
    }
    
    .navGuide {
        /* margin: 0 !important; */
        /* padding-bottom: 0px !important; */
        /* padding-top: 0px !important; */
        
    }

    .bottom-nav {
        border: none !important;
        font-size: 16px !important;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .bottom-nav-end {
        font-size: 16px !important;
        padding-left: 9px !important;
        padding-right: 0px !important;
    }

    .centerRes {
        text-align: center;
    }
}

@media (min-width:441px) and (max-width:799px){
    #small-size-nav{
        padding-bottom:1.5rem !important
    }
}

@media (max-width:440px) {
    /*
    .webapp-home {
        padding-bottom: 0;
    }

    .fixed-bottom{
        position:static;         
    }
    */
    .absolute-nav{
        position:fixed;
        bottom:20px;         
    }

    #BackRes {
        right: 42px;
    }

    #NextRes {
        left: 42px;
    }

    .help {
        font-size: 18px !important;
    }

    .input-control.checkbox, .input-control.radio .udf {
        line-height: 1.5rem !important;
    }

    .navGuide {
        /* bottom: 0px ; */
    }
}

@media only screen and (max-width: 420px) {
    .start-here-cta-links{
        font-size: 1rem;
    }
}

@media only screen and (max-width: 376px) {
    .start-here-cta-links{
        font-size: 0.9rem;
    }
}
/*Wizard Loading Stuff*/
.loading-dialog {
    background-color: transparent;
    box-shadow: none;
}

.dialog-overlay.op-grayLighter {
    z-index: 45;
}

.disabled-element {
    pointer-events: none;
    opacity: 0.8;
}

.grid .mpRow {
    margin: 0;
}

[data-action="chart"] div.preloader-parent {
    height: 314px;
}

[data-role="custom-datatable"] div.preloader-parent {
    margin-top: 15px;
    height: 500px;
}


@media screen and (max-width: 801px) {

    [data-role="custom-datatable"] div.preloader-parent {
        margin-top: 10px;
        height: 300px;
    }
}

[data-action="chart"] div.preloader-parent,
[data-role="custom-datatable"] div.preloader-parent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

[data-action="chart"] [data-role="preloader"],
[data-role="custom-datatable"] [data-role="preloader"] {
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*REFACTOR! Make this code reusable for all lists*/
.admin-list-header > .cell > h3 {
    display: none;
}

.admin-list-header > .cell:last-child {
    padding-top: 0.5rem;
    vertical-align: middle;
    text-align: right;
}

    .admin-list-header > .cell:last-child > a {
        width: 10rem;
        background-color: lightgray;
        border: 1px solid #999999;
        margin-right: 0.675rem;
    }

        .admin-list-header > .cell:last-child > a:active {
            background-color: #0072c6;
            color: white;
        }

.admin-list-container .short-label {
    display: none;
}

.admin-list-container > ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0.625rem;
    /*overflow-y: auto;*/
}

    .admin-list-container > ul > li {
        line-height: normal;
        padding-left: .5rem;
        padding-right: .5rem;
        padding-bottom: .5rem;
        margin-bottom: .6rem;
        border-bottom: 1px solid #eeeeee;
        min-height: 111px;
    }

        .admin-list-container > ul > li.clickable:hover,
        .admin-list-container > ul > li.clickable:focus {
            background-color: #eee;
        }
        
        .admin-list-container > ul > li > .grid {
            margin-top: auto;
            margin-bottom: 0.125rem;
        }



.admin-list-container div.cell.flex-cell {
    display: flex;
}

    .admin-list-container div.cell.flex-cell div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

/*Colors*/
.lb-green {
    border-left: 20px solid #60a917 !important; /*ADA Fix*/
}

.lb-emerald {
    border-left: 20px solid #008a00 !important; /*ADA Fix*/
}

.lb-dimmedOrange {
    border-left: 20px solid #C34522 !important; /*ADA Fix*/
}

.lb-blue {
    border-left: 20px solid #2d89ef !important;
}

.lb-gray {
    border-left: 20px solid #a2a2a2 !important;
}

.lb-red {
    border-left: 20px solid #ce352c !important;
}

.lb-orange {
    border-left: 20px solid #C34522 !important; /*ADA Fix*/
}
/*colors*/

.admin-li-top {
    padding-top: 6px;
}

.admin-li-name a.place-right {
    position: relative;
}

.admin-li-name a.place-right span.short-label {
    position: absolute;
    top: 5px;
    right: 0;
}

.admin-li-name > a {
    text-decoration: none;
    font-size: 2rem;
}

.admin-li-name > a:not(.nothover):hover {
    cursor: pointer;
}

@media (max-width: 800px) {

    .admin-list-header {
        margin-top: -3.125rem !important;
    }

    .admin-li-name > a {
        font-size: 1.5rem;
    }
}

@media (max-width: 640px) {

    .admin-list-header > .cell > h2 {
        display: none;
    }

    .admin-list-header > .cell > h3 {
        display: inline-block;
    }

    .admin-list-header > .cell:last-child > a {
        width: 4rem;
    }

    .admin-list-header > .cell:first-child {
        width: 70% !important;
    }

    .admin-list-header > .cell:last-child {
        width: 30% !important;
    }
}

@media (max-width: 400px) {

    .cell small{
        display:none
    }

    .admin-li-name > a {
        font-size: 1rem;
    }
}

@media (max-width: 900px) {

    .admin-list-container .short-label {
        display: inline-block;
    }

    .admin-list-container .long-label {
        display: none;
    }
}

.admin-list-container div.items-right {
    opacity: .7;
    display: inline-block;
    float: right;
}

.admin-list-container div.items-left {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 800px) {

    .admin-list-container div.items-right {
        display: block;
        float: left;
    }

    .admin-list-container div.items-left {
        display: block;
        float: left;
    }
}

/*#region WaitingLists start*/
#wl-form > .grid > .row > .form-label {
    font-size: 1.125rem;
    margin: .325rem 0;
    width: 22%;
}

.wl-form-header > .cell > h4 {
    display: none;
}

.past30-cell {
    width: 11rem;
    display: inline-block;
}

    .past30-cell > a, .wl-apps > a {
        text-decoration: underline;
    }

.opened-label-sm, .wl-date-sm, .wl-lists-label-sm {
    display: none;
}

.wl-apps {
    text-align: right;
    padding-right: .215rem;
}

/*.admin-li-line {
    margin-bottom: .3750rem !important;
}

.admin-li-line > .cell {
    margin-bottom: 0.125rem !important;
}

.admin-li-line {
    display: table;
}*/

.tag {
    background-color: #d9d9d9;
    display: inline-block;
    cursor: default;
}

    .tag .mif-cancel {
        cursor: pointer;
        font-size: 1.5rem;
        line-height: inherit;
        opacity: .8;
    }

        .tag .mif-cancel:hover {
            opacity: 1;
        }

    .tag .description {
        display: inline-block;
        width: 99px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 20px;
        float: left;
    }

@media (max-width: 640px) {

    .waitinglist-ul {
        padding-right: 0px !important;
        margin-left: 0px !important;
    }

    .past30-cell {
        display: inline-block;
        width: 6.5rem;
    }

    .opened-label, .wl-lists-label {
        display: none;
    }

    .opened-label-sm, .wl-date-sm, .wl-lists-label-sm {
        display: inline-block;
    }

    .tag {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .tag {
        font-size: .8250rem;
    }
}

/*Special big checkboxes*/
.admin-list-container li .input-control.checkbox .check,
.admin-list-container li .input-control.radio .check {
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: 1px black solid;
}

    .admin-list-container li .input-control.checkbox .check:before,
    .admin-list-container li .input-control.radio .check:before {
        width: 1.5rem;
        height: .5rem;
        border-left: .35rem solid;
        border-bottom: .35rem solid;
        left: 30%;
        top: 40%;
        margin-left: -0.325rem;
        margin-top: -0.365rem;
    }

.admin-list-container li .input-control.checkbox input[type="checkbox"]:checked ~ .check:before,
.admin-list-container li .input-control.radio input[type="checkbox"]:checked ~ .check:before,
.admin-list-container li .input-control.checkbox input[type="radio"]:checked ~ .check:before,
.admin-list-container li .input-control.radio input[type="radio"]:checked ~ .check:before {
    border-color: black;
}

/*.admin-list-container li {
    border: 2px solid black;
    min-height: inherit;
    margin-bottom: 10px !important;
    display: flex;
}*/

.admin-list-container li:hover {
    /*box-shadow: 0px 0px 1px 1px #888;*/
}

.list-grid-check {
    /*border-right: 2px solid black;*/
    align-items: stretch;
    text-align: center;
}

    .list-grid-check label {
        display: table-cell;
        width: inherit;
    }

        .list-grid-check label span {
            box-shadow: inset 0px 0px 2px rgba(0,0,0,0.9);
            background: white !important;
        }

.list-grid-content {
}

    .list-grid-content span {
        margin-left: 15px;
    }

