﻿
.umbracoForms-Indicator
{
    color: red;
}

label.checkbox{
    display: inline;
}

.resource-type
{
    margin: 10px 5px 20px 0px;
    margin-bottom: 15px;
}
.umbraco-forms-fieldset {
    border: solid 1px grey;
    border-radius: 8px;
    padding: 20px;
}

input[type=text], input[type=email]{
    width: 100%;
}

input[type=number]
{
    width: 200px;
}

input[type=checkbox] {
   width: 30px;
   height: 30px;
}

.form-select {
    border: 1px solid #767676;
}

.radiobuttonelement
{
    margin-bottom: 20px;
    margin-top: 5px;
}

.radiobuttonelement label {
    margin-left: 20px;
   
}


.umbraco-forms-field {
    margin-bottom: 40px;
}

.textwithdescriptionfield {
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.help-block {
    margin-bottom: 20px;
}

.field-description
{
    margin-bottom: 20px;
}

.field-validation-error {
    margin-top: 5px;
    display: block;
    color: #000;
    background-color: #E2A155;
    padding: 4px 4px 4px 8px;
}
.field-validation-error::before {
    display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "FontAwesome"; font-weight: 700; content: "\f06a ";
      margin-right: 10px;
}

.umbraco-forms-fieldset:hover {
    background-color: rgba(245, 245, 245, 1);

}

.umbraco-forms-fieldset:hover .section-title-highlight {
    width: 80px;
}



.progressbar_title {
    margin: 3rem 0
}

.progressbar {
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
    border: .1rem solid #005072
}

.progressbar_percentage {
    padding: 1rem;
    background-color: #27414f;
}

.progressbar_percentage span {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #fff
}

.forms-button{
    font-size: 24px !important;
}

@media (max-width: 992px) {

  
        .progressbar_percentage span {
            font-size: 1rem;
            margin-left: -10px;
        }
}
