﻿


/* digital pricing tool */
/* sliderCreditScore */
#sliderCreditScore .rs-range {
    stroke: #ff893e;
}

#sliderCreditScore .rs-path {
    stroke: #eee;
}

#sliderCreditScore .rs-border {
    stroke: transparent;
}

#sliderCreditScore .rs-handle {
    background-color: #ff893e;
}

#sliderCreditScore .rs-bg-color {
    background-color: #ffffff;
}

#sliderCreditScore .rs-tooltip-text {
    font-size: 2em;
}

    #sliderCreditScore .rs-tooltip-text span {
        display: block;
        font-size: 0.5em;
    }
/* checkbox toggle */
.checkbox-flex-container {
    display: flex;
}

.checkbox-switch {
    position: relative;
    display: block;
    width: 40px;
    height: 18px;
}

    .checkbox-switch input[type=checkbox] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
}

    .checkbox-slider::before {
        position: absolute;
        display: block;
        content: "NO";
        top: -6px;
        left: 0;
        width: 24px;
        background-color: #ff4a3e;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        text-align: center;
        border-radius: 50%;
        font-family: sans-serif;
        font-size: 0.6em;
        font-weight: bold;
        color: #fff;
    }

input[type=checkbox]:checked + .checkbox-slider {
    background-color: #ff4a3e;
}

input[type=checkbox]:focus + .checkbox-slider {
    box-shadow: 0 0 1px #ff4a3e;
}

input[type=checkbox]:checked + .checkbox-slider::before {
    content: "YES";
    left: -8px;
    background-color: #b62e25;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    font-size: 0.6em;
}

.checkbox-switch-foreclosure .checkbox-slider::before {
    background-color: #ffb000;
}

.checkbox-switch-foreclosure input[type=checkbox]:checked + .checkbox-slider {
    background-color: #ffdb00;
}

.checkbox-switch-foreclosure input[type=checkbox]:focus + .checkbox-slider {
    box-shadow: 0 0 1px #ffdb00;
}

.checkbox-switch-foreclosure input[type=checkbox]:checked + .checkbox-slider::before {
    background-color: #ffb000;
}

.checkbox-switch-latepayments .checkbox-slider::before {
    background-color: #7a6ab5;
}

.checkbox-switch-latepayments input[type=checkbox]:checked + .checkbox-slider {
    background-color: #a394d9;
}

.checkbox-switch-latepayments input[type=checkbox]:focus + .checkbox-slider {
    box-shadow: 0 0 1px #a394d9;
}

.checkbox-switch-latepayments input[type=checkbox]:checked + .checkbox-slider::before {
    background-color: #7a6ab5;
}

.checkbox-switch + label {
    display: block;
    flex: 0 5 auto;
    margin-left: 1em;
}

fieldset.item-group-conditional {
    margin-bottom: 1em;
    padding: 1em;
    background-color: #fcfcfc;
    border: 1px solid #dedede;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    fieldset.item-group-conditional .item-conditional {
        margin-top: 1em;
    }

        fieldset.item-group-conditional .item-conditional:nth-child(2) {
            padding-top: 1em;
            border-top: 1px solid #ccc;
        }
/* get LO */
.cta-get-lo {
    margin: -25px -25px 1rem -25px;
    padding: 10px 25px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    color: #006fa8;
}

@media only screen and (min-width: 992px) {
    .cta-get-lo {
        margin: -60px -60px 1rem -60px;
        padding: 10px 60px;
    }
}
/* progressbar with check */
.progressbar-check {
    margin: 60px 0 0 0;
    padding: 0;
    counter-reset: step;
}

    .progressbar-check li {
        list-style-type: none;
        width: 11.1111%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #ced4da;
        z-index: 0;
    }

        .progressbar-check li:before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step;
            line-height: 27px;
            border: 2px solid #ced4da;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: #fff;
            font-weight: bold;
        }

        .progressbar-check li:after {
            width: calc(100% - 15px);
            height: 2px;
            content: '';
            position: absolute;
            background-color: #ced4da;
            margin-left: 15px;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbar-check li:first-child:after {
            content: none;
        }

        .progressbar-check li.active {
            color: #006fa8;
        }

            .progressbar-check li.active:before {
                border-color: #006fa8;
            }

            .progressbar-check li.active + li:after {
                background-color: #006fa8;
            }

        .progressbar-check li.completed {
            color: #3bb178;
        }

            .progressbar-check li.completed:before {
                border-color: #3bb178;
                content: "✔";
            }

            .progressbar-check li.completed + li:after {
                background-color: #3bb178;
            }


/* step 8 */
#step8Filters {
    justify-content: flex-end;
}

table.table#search-result-table th:first-child {
    width: 10%;
}

table.table#search-result-table th:after {
    border-top-color: #fff;
}

table.table#search-result-table th:before {
    border-bottom-color: #fff;
}

table.table#search-result-table tbody tr {
    background-color: rgba(0,0,0,.05);
}

    table.table#search-result-table tbody tr:nth-child(4n-1), table.table#search-result-table tbody tr:nth-child(4n) {
        background-color: #fff;
    }

table.table#search-result-table tbody td {
    padding: 1em;
}
/* end digital pricing tool */
