.config-pic {
    width: 85%;
}
.progress {
    border-bottom: 2px solid #000;
    height: 30px;
    background:#000;
}
span.sr-only {
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.msf-content h3 {
    font-size: 1.8rem;
}
.msf-content label, .msf-content .label-hl, .msf-content input, .msf-content select {
    font-size: 1.1rem;
}
.msf-content label span {
    padding-left: 10px;
}
textarea.wide {
    width: 95%;
}
.price-single {
    text-align: right;

}
.price-info {
    text-align: left;
}
.price-info,.price-single {
    font-size: 1.2rem;
    margin-top: 15px;
}
.price-info.final, .price-single.final {
    font-size: 1.4rem;
    color: #FF7700;
    font-weight: bold;
}

.price-single.minus {
    color:red;
}
.price-single.minus:before {
    content: "- ";
}
.price-single.plus {
    color: green;
}
.price-single.plus:before {
    content: "+ ";
}
.price-single span {
    padding-left:5px;
}
input.wide {
    width:95%;
    max-width: 95%;
}
.price-section {
    display: block;
    margin: 5% 0;
    padding: 0 5%;
    clear: both;
}
.pricebox {
    width: 100%;
}
span.price-label {
    float: left;
}
p.price {
    float: right;

}

form.form-horizontal.msf {
    border-bottom: 2px solid #efefef;

}
.pricebox h4 {
    margin-top: 0;
}
label.price {

}
.progress-bar-striped {
    background-color: #ff7700;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;

    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
button.cta {
    float:right;
    margin-top:10px;
    padding:15px 30px 15px 20px;
    display:block;
    background:#eee;
    margin:0 0px 10px 0;
    border: none;
    text-shadow: none;
    font-weight: bold;
    position: absolute;
}


button.cta:hover {
    background:#000;
}
button.cta.next:hover span,button.cta.submit:hover span, button.cta.back:hover span,button.cta.save:hover span{

    color:#ff7700;

}

button.cta.next span, button.cta.submit span,button.cta.back span, button.cta.save span {

    font-size:1.2em;
    color:#888;
    font-weight:bold;
    font-style:italic;

}
button.cta.next {
    right: 0;
    bottom: 0;
}
button.cta.submit{
    right: 0;
    bottom: 0;
}
button.cta.save{
    right: 50%;
    bottom: 0;
}
button.cta.back {
    left: 0;
    bottom: 0;
}

ul.msf-header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
}
.msf-header li {
    display: inline;
}

.msf-view {
            display: none;
            min-height: 26vh;

        }
        
        .msf-navigation {
            text-align: center;
            position: relative;
            height: 10vh;


        }
        
        .msf-nav-button {
            display: none;
        }
        
        .msf-header {
            padding-top: 10px;
            margin-bottom: 40px;
            color: #777;
        }
.msf-content {
    min-height: 30vh;
    padding:0 2%;

    border-left: 2px solid #efefef;
    border-right: 2px solid #efefef;
}

.msf-header {
    counter-reset: section;
    margin-bottom: -5px!important;
}
.msf-header .msf-step.msf-step-complete span:before {
    display: block;
    text-align: center;
    margin: 0 auto;
    counter-increment: section;
    content: "✔";
    width: 21px;
    height: 21px;
    padding: 8px 6px 2px 5px;
    color: #fff;
    border-radius: 43px;
    margin-bottom: 10px;
    font-weight: bold;
    background: #00664f;

}
.msf-step span:before {
    display: block;
    text-align: center;
    margin: 0 auto;
    counter-increment: section;
    content: counter(section) " ";
    background: #FF7700;
    width: 21px;
    height: 21px;
    padding: 8px 6px 2px 5px;
    color: #fff;
    border-radius: 43px;
    margin-bottom: 10px;
    font-weight: bold;

}

.msf-header .msf-step {
    padding: 1.5% 1.7%;
    background-color: #eee;
    text-transform: uppercase;
    color: #888;
    position: relative;
    font-size: 1.2em;
    display: inline-block;
    text-align: center;
    margin: 0px 0 -8px auto;
    width: 16.32%;
    height: 70px;
    font-weight: bold;
    transition: background 0.5s ease;

}
.msf-header .msf-step:last-child {
    margin: 1% 0 1% 0;
}

        .msf-header .msf-step:hover {
            cursor: pointer;
            background-color: #000;
            color: #ff7700;
        }
        
        .msf-header .msf-step i.fa {
            height: 60px;
            width: 60px;
            line-height: 55px;
            text-align: center;
            border: 3px solid #777;
            border-radius: 100%;
            font-size: 30px;
            margin-left: 10px;
            margin-right: 10px;
        }
        
        .msf-header .msf-step.msf-step-complete {
            color: #888!important;
            background: #eee;
            color: #FFF;
        }
        
        .msf-header .msf-step.msf-step-complete i.fa {
            /*border-color : #ef4035;*/
            border-color: green;
        }

        .msf-header .msf-step.msf-step-incomplete {
            /*color: #ef4035;*/
            background-color:red!important;
            color:white!important;
        }
        
        .msf-header .msf-step.msf-step-incomplete i.fa {
            /*border-color : #ef4035;*/
            border-color: red;

        }
        
        .msf-header .msf-step.msf-step-active,
        .msf-header .msf-step.msf-step-active.msf-step-complete,
        .msf-header .msf-step.msf-step-active.msf-step-incomplete {
            cursor: pointer;
            background-color: #000;
            color: #ff7700;
        }
        
        .msf-header .msf-step.msf-step-active i.fa,
        .msf-header .msf-step.msf-step-active.msf-step-complete i.fa,
        .msf-header .msf-step.msf-step-active.msf-step-incomplete i.fa  {
            border-color: blue;
            /*border-color : #3c763d;*/
        }

        


.input-validation-error {
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
}

    .input-validation-error:focus {
        border-color: red;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
    }

/* Range-Styles */

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 5px 0;
    box-shadow: none;
    border: none;
    background: none;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
    background: #000000;
    border-radius: 1px;
    border: 1.1px solid #ffffff;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 2.6px 2.6px 3.7px #666666, 0px 0px 2.6px #737373;
    border: 2px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #ff7700;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.1px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #000000;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
    background: #000000;
    border-radius: 1px;
    border: 1.1px solid #ffffff;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 2.6px 2.6px 3.7px #666666, 0px 0px 2.6px #737373;
    border: 2px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    background: #ff7700;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #000000;
    border: 1.1px solid #ffffff;
    border-radius: 2px;
    box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
}
input[type=range]::-ms-fill-upper {
    background: #000000;
    border: 1.1px solid #ffffff;
    border-radius: 2px;
    box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
}
input[type=range]::-ms-thumb {
    box-shadow: 2.6px 2.6px 3.7px #666666, 0px 0px 2.6px #737373;
    border: 2px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    background: #ff7700;
    cursor: pointer;
    height: 10px;
}
input[type=range]:focus::-ms-fill-lower {
    background: #000000;
}
input[type=range]:focus::-ms-fill-upper {
    background: #000000;
}
/* Range-Styles */