﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}
.input-validation-error2 {
    font-weight: bold;
    color:#ffffff;
}
    .errorHighlight2 {
        border: 2px solid #CC0000;
         background-color:#EFACA1;
    }
.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #003b5c;
}

.f1-step {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #003b5c;
    color: #003b5c;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #003b5c;
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
}

.f1-step.activated p {
    color: #003b5c;
}

.f1-step.active p {
    color: #ffffff;
   font-weight:600;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #f35b3f;
}


.VerdeTable {
    background-image: radial-gradient(circle at 50% 50%, #ddedca 0, #d9edcc 16.67%, #d5eece 33.33%, #d1efd1 50%, #cdf0d4 66.67%, #caf0d7 83.33%, #c7f1da 100%);
}
