/**	General
*************************************************** **/
#wrapper {
    background-image: url('../images/general/background.jpg');
}

#hsv-nm-form {
    background-color:#fff;
}

.frame-type-form_formframework {
    margin-bottom: 0;
}


#hsv-nm-form div.row:last-child {
    margin-bottom: 20px !important;
}

#hsv-nm-form div.row div.row:last-child {
    margin-bottom: 0px !important;
}

#hsv-nm-form p {
    font-size: 15px;
    color: #000;
}

#hsv-nm-form .image-auto img {
    height: auto !important;
}

#hsv-nm-form h3.text-normal {
    font-weight: 400 !important;
    font-family: hsvsans-book,'Open Sans',Arial,Helvetica,sans-serif;
}

/**	Form Header
*************************************************** **/
.hsv-nm-app-type  {
    position: relative;
}

.hsv-nm-app-type h3 {
    margin: 0;
    padding: 0;
    font-family: hsvslab-extrabold,'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.15rem;
    text-shadow: none;
    text-decoration: none;
    text-transform: none !important;
}


.hsv-nm-app-type h4 {
    color: #000;
    font-family: inherit;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: 400;

}

#hsv-nm-form h2 {
    margin: 10px 0 10px 0;
    text-transform: uppercase;
}

#hsv-nm-form .text-highlight {
    border-bottom: 0px solid var(--background-primary-color);
}

/**	Form Progress
*************************************************** **/
/**
#progressbar.w20p li {
    width: 20% !important;
}
**/

#progressbar {
    overflow: hidden;
    color: #dadada;
    padding: 0;
    z-index: 99;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}

#progressbar #active {
    color: #005aaa;
}

#progressbar #confirm {
    color: #414141;
}

#progressbar #active:after {
    font-family: FontAwesome;
    content: "\f00c";
    color: #005aaa;
     
}

#progressbar #open:after {
    font-family: FontAwesome;
    content: "\f00c";
    color: #dadada;
}

#progressbar #confirm:after {
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #414141;

}

#progressbar li:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #dadada;
    position: absolute;
    left: 0;
    top: 65%;
    z-index: -1;
}

@media only screen and (max-width: 750px) {    
    #progressbar li:before {
        top: 72%;
    }
    #progressbar li {
        font-size: 11px;
        justify-content: end;    
    }   
    #progressbar li strong{
        padding-left: 5px;
        padding-right: 5px;
    }   
}


#progressbar li:after {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #dadada;
    border-radius: 50%;
    margin: 0 auto 0 auto;
    border: 5px solid #fff;
    z-index: 999;

}

#progressbar li.first:after {
    margin: unset;
    padding-left: 5px;
}

#progressbar li.last:after {
    margin: 0 0 0 auto;
}

#progressbar #active:after {
    background: #005aaa;
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #005aaa;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

/**	Form Fields
*************************************************** **/
.hsv-field {
    margin-bottom: 0px;
}

#hsv-nm-form label {
    font-weight: normal;
    color: #000;
    font-size: 15px;
}

#hsv-nm-form h3 {
    text-transform: uppercase;
}

#hsv-nm-form  .hsv-nm-fg p {
    cursor: default;
}

.hsv-field h3 > span.required {
    color: #414141;
}

#hsv-nm-form .radio, 
#hsv-nm-form .checkbox,
#hsv-nm-form .form-check {
    padding-left: 0 !important;
}


#hsv-nm-form select.form-control:not([size]):not([multiple]) {
    color: #495057;
}

#hsv-nm-form fieldset {
    margin-bottom: 30px;
}

.hsv-nm-repeat-label {
    color: #000;
}

.hsv-nm-repeat-count {
    font-weight: normal;
}

#hsv-nm-form .repeatable-container {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;   
}

#hsv-nm-form .btn-remove-repeatable.disabled {
    display: none;
}


#hsv-nm-form .flex-container {
    display: flex;
    flex-wrap: nowrap;
}


#hsv-nm-form label.hsv-nm-checkbox {
    margin-bottom: 0 !important;
}

#hsv-nm-form .hsv-nm-paymentinfo h3 {
    margin-bottom: 0px !important;
}

#hsv-nm-form .hsv-nm-paymentinfo h4 {
    font-size: 21px;
    font-family: hsvsans-book,'Open Sans',Arial,Helvetica,sans-serif;
}

#hsv-nm-form .card.active {
    border: 3px solid var(--background-primary-color);
}

.iti {
    width: 100%;
}

/**	Form Navigation
*************************************************** **/
#hsv-nm-form .btn-toolbar {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
    -ms-flex-wrap: unset;
    -ms-flex-pack: unset;
}

#hsv-nm-form #hsv-nm-page-next {
    font-family: hsvsans-book,'Open Sans',Arial,Helvetica,sans-serif;
}

#hsv-nm-form .btn-previous button {
    font-family: hsvsans-book,'Open Sans',Arial,Helvetica,sans-serif;
    background-color: #dadada;
}

#hsv-nm-form .btn-toolbar .btn-group {
    float:none;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#hsv-nm-form .btn-toolbar .btn-group .btn-next{
    margin-left: auto;
}

#hsv-nm-form .form-navigation {
    margin-top: 20px;
}

#hsv-nm-form .form-navigation .btn-group>.btn-group:not(:first-child)>.btn, 
#hsv-nm-form .form-navigation .btn-group>.btn:not(:first-child) {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

/**	Form Errors
*************************************************** **/
#hsv-nm-page-errors {
    display: none;
    background-color: #ed1c24;
    color: #ffffff;
    padding: 1em;
    border-radius: 5px;
}

#hsv-nm-page-errors h3 {
    color: #ffffff;
}

#hsv-nm-form input.err, 
#hsv-nm-form input.error, 
#hsv-nm-form textarea.err, 
#hsv-nm-form textarea.error, 
#hsv-nm-form select.err, 
#hsv-nm-form select.error {
    border: #ed1c24 2px solid !important ;

}

#hsv-nm-form input[type="file"].error {
    padding-top:6px;
    padding-bottom: 6px;
}


#hsv-nm-form .hsv-nm-fg .hsv-nm-radio-error {
    border: #ed1c24 2px solid !important ;
}

#hsv-nm-form .hsv-nm-fg .hsv-nm-radio-error label {
    margin-top: .5rem;
}

#hsv-nm-form .hsv-nm-fg .hsv-nm-checkbox-error {
    border: #ed1c24 2px solid !important ;
}

#hsv-nm-form .hsv-nm-fg .hsv-nm-checkbox-error label {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

#hsv-nm-form .hsv-nm-summery h2 {
    font-size: 25px;
}


#hsv-nm-form .hsv-nm-summery h5 {
    font-size: 21px;
}

#hsv-nm-form .hsv-nm-summery h6 {
    font-size: 17px;
}


#hsv-nm-form .hsv-nm-summery dl.row dt {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .9rem;
    font-weight: 400;
}
#hsv-nm-form .hsv-nm-summery dl.row dd {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .9rem;
}

#page-nm-start #hsv-nm-page-next.hide-important {
    display: none !important;
}


/**	Form Field Popups
*************************************************** **/
.hsv-nm-tooltip {
    position: relative;
    width: 25px;
    height: 25px;
}

.hsv-nm-l,
.hsv-nm-l p {
    cursor: pointer !important;
}

.hsv-nm-l i {
    color: var(--background-primary-color);
    font-size: 1.5rem;
    border:none;
    top:0px;
}

#page-nm-start .hsv-nm-l img {
    width: auto !important;
}

.popover {
    background-color: var(--background-primary-color);
}

.popover-header,
.popover-body {
    background-color: var(--background-primary-color);
    color: #ffffff;
}

.popover-body {
    font-size: 1rem;
}

.bs-popover-auto[x-placement^=top] .arrow::after, 
.bs-popover-top .arrow::after {
    border-top-color: var(--background-primary-color);
}

@media only screen and (max-width: 992px) {    
    body {
        font-size: 13px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 14px;
    }

    form .row {
        margin-bottom: 0px !important;
    }

    #hsv-nm-form div.row:last-child {
        margin-bottom: 0px !important;
    }

    .hsv-field {
        margin-bottom: 10px;
    }

    .hsv-nm-app-type h3 {
        font-size: 1rem;
    }

    #hsv-nm-form label {
        font-size: 12px;
    }

    #page-nm-start .card-header .h-250 {
        height: 120px !important;
    }

    #page-nm-start .card-footer.h-50 {
        height: 30px !important;
    }

    #page-nm-start .card {
        margin-bottom: 10px !important;
    }

    .popover-body {
        font-size: 0.75rem;
    }
}
