[v-cloak] {
    display: none;
}

html {
    height: 100%;
}

body {
    position: relative;
    height: 100%
}
 a {
     cursor: pointer;
 }

#main {
    transition: filter 1s ease;
}

#myaccount, footer {
    display: none;
}

#blur_wrapper {
    transition: filter 0.5s ease, opacity 0.5s ease;
}
.onboarding {
    filter: brightness(1.2) saturate(0.8) blur(20px);
    opacity: 0.5;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}

.row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.valign-sm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.valign-sm div[class^="col"] {
    flex: 1 auto;
}

.row.gutter-xs {
    margin-left: -5px;
    margin-right: -5px;
}

.row.gutter-xs div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control.selectize-control {
    height: 34px;
}

select:invalid {
    color: #999999;
}

.active, .btn-primary {
    background-color: #00A7FF !important;
    border-color: #00A7FF !important;
}

.text-primary {
    color: #00A7FF !important
}

.text-success {
    color: #28a745!important;
}

.text-warning {
    color: #ffc107!important;
}

.text-danger {
    color: #dc3545!important;
}

.bg-success {
    background-color: #28a745!important;
}

.bg-warning {
    background-color: #ffc107!important;
}

.bg-danger {
    background-color: #dc3545!important;
}

.well {
    /*background-color: #d8dee3 !important;*/
    border: none;
    box-shadow: none;
}

.well.well-fit {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

.badge {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.9rem;
}

div[class*="col-"]:not(:last-of-type) {
    margin-bottom: 10px;
}


/* Header and next steps */
#header_well {
    /*min-height: 188px;*/
}

.well.next-steps {
    padding: 1rem;
    margin-top: 0.4rem;
    margin-bottom: 0;
    color: #fff;
    background-color: #00A7FF;
    border: none;
    overflow: hidden;
    cursor: default;
}

.next-steps-title {
    font-size: 2.3rem;
    font-weight: normal;
}

.next-steps-body {
    font-size: 1.6rem;
    font-weight: normal;
}

.next-steps-body a{
    color: white;
    line-height: 4rem;
}

.card-action-icon, .card-warning-icon, .card-static-icon {
    text-align: right;
    margin-top: -17px;
}

.next-steps.click-handler {
    cursor: pointer;
}

.next-steps .card-action-icon i, .next-steps .card-static-icon i {
    top: 17px;
    left: 17px;
    position: relative;
    opacity: 0.3;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.next-steps:hover .card-action-icon i {
    transform: scale(1.2, 1.2) rotate(90deg);
    opacity: 0.8;
}

.next-steps .card-warning-icon i {
    top: 13px;
    left: 17px;
    position: relative;
    opacity: 0.3;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.next-steps:hover .card-warning-icon i, .next-steps:hover .card-static-icon i {
    transform: scale(1.2, 1.2);
    opacity: 0.8;
}


/*
* Side Nav Menu
*/
.navmenu {
    width: auto;
    border: none;
}

.navmenu li {
    border: 1px solid #ddd;
    margin-bottom: -1px;
}

.navmenu li.active {
    z-index: 2;
    color: #fff !important;
}

.navmenu li:hover {
    background-color: #f5f5f5;
}

.navmenu li > a {
    color: #555;
    cursor: pointer;
}

.navmenu li.active>a {
    color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.nav>li.active>a:focus, .nav>li.active>a:hover {
    background-color: transparent;
    color: #fff;
}

.navmenu li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navmenu li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


/*
* Panels
*/
.section-panel {
    margin-bottom: 6rem;
}

.section-panel .panel {
    margin-bottom: 0.6rem;
}

.section-panel li.list-group-item > table {
    width: 100%;
}

.section-panel .panel-heading h4, .section-panel .panel-heading h5 {
    margin: 0;
}

.label-small {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: gray;
    margin: 1rem 0 0;
    line-height: 0.9rem;
    font-weight: bold;
}

.item-block {
    margin: 2rem 0;
    padding-left: 30px;
}
.item-block .item-icon {
    position: absolute;
    margin-left: -30px;
}

.item-block label {
    margin: 0;
}

.view .item-block, .view .full-name, .view .item-block label {
    cursor: pointer !important;
}

.order-id {
    font-size: 1.8rem;
    font-weight: bold;
    padding-right: 10px;
}

.bank {
    font-size: 1rem;
    color: #555555;
}


/*
* Kit Progress Bar
*/
.kit-progress-container {
    margin: 40px 8px 20px;
    position: relative;
}

.kit-progress-bar {
    height: 8px;
    background-color: #ffffff;
}

.kit-progress-bar-progress {
    height: 8px;
    background-color: #00A7FF;
    border-radius: 4px;
    transition: all 1s ease-out;
}

.kit-progress-step {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #d4d4d4;
    position: absolute;
    top: -4px;
    transform: translateX(-50%);
    transition: background-color 0.3s linear;
}

.kit-progress-step.active {
    background-color: #00A7FF;
}

.kit-status-message {
    color: #5f5f5f;
}

.tooltip {
    z-index: 1030;
}



/*
* Offer
*/
.payment-check
{
    background-color: #f9f9f9;
    border: 8px solid #dddddd;
    padding: 15px;
    margin-bottom: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='%239C92AC' fill-opacity='0.09' fill-rule='evenodd'/%3E%3C/svg%3E");}

.check-amount {
    margin-top: 1rem;
    float: right;
}

.check-amount>.label
{
    text-transform: uppercase;
    color: #999;
    font-size: 1rem;
    float: right;
    margin-bottom: -2rem;
}

.check-amount .amount {
    font-size: 4rem;
    font-weight: bold;
}

.check-amount .dollar-sign {
    font-weight: 100;
    font-size: 2.6rem;
    vertical-align: text-top;
    position: relative;
    top: 8px;
}


.check-address
{
    color: #666666;
    font-size: 13px;
}

.check-payto {
    border-bottom: 1px solid #b4b4b4;
    margin-top: 4rem;
}

.check-payto-header {
    color: #666666;
    font-size: 12px;
}

.check-payto-value {
    font-size: 22px;
}

.check-amount-words {
    border-bottom: 1px solid #b4b4b4;
    font-size: 16px;
    margin-top: 8px;
    color: #5d8d58;
    margin-bottom: 3rem;
}

.check-options {
    margin-top: 15px;
    text-align: center;
}

.offer-check-list {
    list-style: none;
    font-weight: bold;
    margin-left: 0;
    padding-left: 0;
    font-size: 4.2vw;
}

.offer-check-list .fa-check {
    color: goldenrod;
    margin-right: 8px;
}

.payment-method-selection
{
}

.accept-decline-details .success {
    font-size: 18px;
}

#btn_offer_accept {
    font-size: 24px;
    line-height: 2;
}

.offer-well {
    margin-top: 0;
    padding-bottom: 0;
}

.kit-progress-container__offer {
    margin: 10px 8px 20px;
}





/*
* Spinner
*/
#content_spinner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#content_spinner .spinner-message {
    font-size: 3rem;
    font-weight: 100;
    letter-spacing: 0.3rem;
    color: #ccc;
}

#content_spinner .spinner {
    text-align: center;
}

#content_spinner .spinner > div {
    width: 28px;
    height: 28px;
    background-color: #00A7FF;
    margin: 0 10px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#content_spinner .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#content_spinner .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}


/*
* Documents and Signature pad
*/

.section-panel li.list-group-item.unsigned {
    font-size: 1.5rem;
    font-weight: bold;
}

.section-panel li.list-group-item.signed {
    font-size: 1.2rem;
    font-weight: normal;
    color: #888;
}

.section-panel li.list-group-item .signed-date {
    font-size: 1rem;
    font-weight: normal;
    color: #999;
    padding-right: 4px;
}

.document-attachments-list {
    display: none;
}

.upload-delete-confirm {
    display: none;
}

.upload-delete-confirm i {
    cursor: pointer;
}

.document-body-text {
    margin-bottom: 2rem;
}

.document-display-text {
    margin: 1.5rem 0 2rem;
}

.document-footer-text {
    margin: 2rem 0 1.5rem;
}

.document-florida-law-text {
    font-size: 1rem;
    color: #999;
}

.signature-pad {
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    height: 150px;
    margin-bottom: 10px;
}

.signature-pad canvas {
    position: absolute;
    border-radius: 4px;
}

.signature-pad .pad-background {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    color: gray;
    padding: 26px 6px;
}

.signature-line {
    border-bottom: 3px solid gray;
}

.signature-pad .signature-error {
    position: absolute;
    top: 8px;
    right: 6px;
    display: none;
}

.documentModal .group-label {
    margin-top: 1.5rem;
}

.documentModal .form-group .field-label, .documentModal .form-group .field-description {
    font-size: 14px;
}

.documentModal .form-group .field-label {
    margin-top: 12px;
}

.documentModal .field-group-description {
    margin-bottom: 1.5rem;
}

.documentModal .modal-header {
    background: #333;
    color: #fff;
}

.documentModal .modal-header button.close {
    color: #fff;
}

.documentModal h4 {
    margin-top: 42px;
    font-size: 28px;
}

.documentModal .field-description {
    margin-bottom: 8px;
}

.help-block {
    font-size: 11px;
}

/*
* Input Validation Setup
*/
.form-group .input-wrapper {
    position: relative;
    margin: 0;
}

.input-wrapper input.invalid.touched, .input-wrapper .selectize-input.selectize-invalid, .documentModal .input-wrapper input.invalid {
    border-color: red !important;
}


.validation-error-message {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-8px,-50%);
    z-index: 1001;
}

.selectize-validation-error-message {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(-8px,-50%);
    z-index: 1001;
}

.selectize-dropdown {
    z-index: 1002 !important;
}

.edit .missing-info label>i.fa {
    display: none;
}

.edit .missing-info.missing label>i.fa {
    display: inline-block;
}


/*
* Personal Information Panel
*/

/*
* Offer Accepted
*/
#bonus-coupon-success {

    background: white;
    margin-top: 16px;
    padding: 10px;
    border: 20px solid #4993af;
    text-align: center;
}

#bonus-coupon-success #coupon {
    font-size: 1.8em;
    line-height: normal;
    text-align: center;
    font-weight: bold;
}

#bonus-coupon-success #coupon #disclaimer {
    font-size: 0.3em;
    line-height: normal;
    text-align: center;
    font-weight: normal;
    color: #999;
}

#bonus-coupon-success #coupon #dollar {
    color: #4993af;
}

#bonus-coupon-success #coupon table {
    font-size: 1.2rem;
    text-align: left;
    margin: 0 auto;
    width: 0;
}


#bonus-coupon-success #coupon table td:first-of-type {
    text-align: right;
    padding-right: 8px;
    width: 50%;
}

#bonus-coupon-success #coupon table td:last-of-type {
    color: black;
}

#bonus-coupon-success #coupon tr.total {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
}

#bonus-coupon-success #coupon tr.total td:last-of-type {
    color: #4993af;
    text-decoration: overline;
}

#bonus-coupon-fail {
    background: white;
    margin-top: 16px;
    padding: 10px;
    border: 20px solid #4993af;
    text-align: center;
}
#bonus-coupon-fail #error_message {
    font-weight: 400;
    font-style: italic;
}

#offer_accepted_view .form-info {
    width: 100%;
    margin: 0 0 16px 0;
}

#offer_accepted_view .form-head {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
#new_kit_modal .form-body {
    display: none;
}
#offer_accepted_view .stars {
    text-align: center;
    margin-top: 16px;
}
#offer_accepted_view .stars .circles {
    background: goldenrod;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
#offer_accepted_view .stars .fa-star {
    font-size: 25px;
    color: #fff;
    line-height: 40px;

}
#offer_accepted_view .dashboard-btn {
    margin: 24px 0;
}
#offer_accepted_view .review-btn {
    margin: auto;
    max-width: 300px;
    display: block;
}
#offer_accepted_view .review-para {
    margin: 24px 0 0 !important;
    text-align: center;
}

#offer_accepted_view .send-gold {
    background-color: #daa521;
    color: white;
}

#request_review h2 {
    font-size: 26px;
}


/* Onboarding Modal */

#onboardModal .modal-dialog {
    margin: -70px auto 0;
    transform: translateY(50%);
}

#onboardModal .modal-header {
    border: none;
    padding: 15px 15px 0;
}

#onboardModal .modal-title {
    padding-top: 20px;
}

#onboardModal .section-username, #onboardModal .section-password {
    margin-top: 2rem;
}





@media only screen and (min-width: 1200px)  {

    #offer_accepted_view .stars .circles {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0 2px;
    }
    #offer_accepted_view .stars .fa-star {
        font-size: 40px;
        line-height: 60px;

    }
    #offer_accepted_view #request_review h2 {
        font-size: 28px;
    }
}



/*
* Alerts
*/

.alert {
    color: white;
}

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
    margin: 2px 0;
}

.alert .close {
    opacity: 0.6;
}

/*
* Password Strength
*/
.meter-gauge {
    margin: 1rem auto 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1) none;
    border-radius: 4px;
}
#password-strength-text {
    color: #999;
    font-size: 1rem;
}

.meter-gauge span {
    height: inherit;
    display: block;
    border-radius: 4px;
    width: 0;
    transition: width 0.3s ease;
}

/* Webkit based browsers */
.meter-gauge[data-score="0"] span { background: rgb(0, 0, 0); }
.meter-gauge[data-score="1"] span { background: red; }
.meter-gauge[data-score="2"] span { background: #ffb100; }
.meter-gauge[data-score="3"] span { background: #b6cf22; }
.meter-gauge[data-score="4"] span { background: #00b100; }


.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 1rem;
}

.mr-4 {
    margin-right: 1.5rem;
}

.mr-5 {
    margin-right: 3rem;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .1s ease;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}

.slide-fade-enter-active {
    transition: all .3s ease;
}
.slide-fade-leave-active {
    transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateY(-10px);
    opacity: 0;
}


/* Login */
.login {
    margin-top:27px;
}
.set-logo {
    color:#ddd;
    /*font-size:108px;*/
}
.logo {
    margin-top:27px;
    margin-bottom:54px;
}

.last-row {
    margin-bottom:0px;
}

.checklabel {
    font-weight:normal;
}

.click-handler {
    cursor: pointer;
}

.appraisal-kits {
    display: none;
}

.show-completed-kits {
    display: block;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    div[class*="col-"]:not(:last-of-type) {
        margin-bottom: 0;
    }
    .offer-check-list {
        font-size: 1.25rem;

    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .accept-decline-details .success {
        font-size: inherit;
    }
    .check-amount .amount {
        font-size: 6rem;
        margin-top: -2rem;
    }

    /*.appraisal-kits {*/
        /*display: block;*/
    /*}*/

    #bonus-coupon-success #coupon #big {
        font-size: 2.8em;
        line-height: normal;
        text-align: center;
        font-weight: bold;
    }

    #bonus-coupon-success #coupon table {
        font-size: 2.2rem;
    }

    #btn_offer_accept {
        font-size: 28px;
        line-height: 1.5;
    }

}

/* Large devices (large desktops, 769px and up) */
@media (min-width: 769px) {
    .offer-well {
        margin-top: 0;
        padding-bottom: 16px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .btn-lg {
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
    }
    #header_well {
        padding: 8px 16px;
    }
    .next-steps-title {
        font-size: 2rem;
    }

    .next-steps-body {
        font-size: 1.4rem;
    }
}
