﻿/* Agile Form */

element.style {
    max-width: 450px;
}

.theme7 {
    border: none !important;
}

.form-view {
    font-family: sans-serif;
    width: 99%;
    background: #337ab7 !important;
    font-size: 14px;
    padding: 10px;
}

legend {
    font-family: sans-serif !important;
    width: 100%;
    font-weight: 100;
    font-size: 20px;
    margin-top: 20px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #fff !important;
    border: 0;
    padding-top: 20px !important;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.theme7 fieldset {
    padding: 0;
    margin: 0;
}

fieldset {
    border: 0;
}

.theme7 legend, .theme7 .agile-form-description {
    text-align: center;
    margin-bottom: 5px;
    color: darkgrey;
}

.theme7 .agile-form-description {
    margin: 15px;
    margin-left: 25px;
    margin-top: 5px;
    width: 90%;
    font-size: 14px;
}


.form-view .agile-form-description {
    margin-top: 0;
    word-wrap: break-word;
}

.theme7 .agile-group {
    margin-left: 35px;
}

.agile-group {
    margin-bottom: 15px;
}

    .agile-group label {
        line-height: 1.42857143;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 15px;
    }

.agile-label {
    float: left;
    overflow: hidden;
    padding: 7px 25px 4px 0;
    text-align: left;
    word-wrap: break-word;
    width: 100%;
    font-size: 15px;
    color: ghostwhite;
}

.theme7 .agile-field {
    width: 90%;
}

.agile-field-xlarge {
    width: 250px;
}

.agile-field {
    display: inline-block;
}

.agile-custom-clear {
    clear: both;
}

.theme7 .agile-field.agile-button-field {
    text-align: center;
    width: 90%;
}

.theme7 .agile-field {
    width: 90%;
}

.agile-field {
    display: inline-block;
}

.theme7 button {
    color: #fff;
    background-color: #337ab7;
    border-color: ghostwhite !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 34px;
}

#agile-error-msg {
    position: relative;
    top: 2px;
    left: 8px;
    color: white !important;
    font-size: 12px;
}

#agile-error-msg span {
    color: white !important;
}
