/* =============================================================
   Custom Bootstrap Form Layout — extraído do bootstrap.css
   do site original (build customizado do Bootstrap 3)
   ============================================================= */

.btn-primary {
    color: #fff;
    background-color: #124283;
    border-color: #0f366b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0f366b;
    border-color: #0f366b;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #0f366b;
    border-color: #0f366b;
}

.form-control {
    font-size: 12px;
}

.form-control:focus {
    border-color: #aaaaaa;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(170, 170, 170, .4);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(170, 170, 170, .4);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

.form-group {
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

@media screen and (min-width: 961px) {
    .form-group-2 {
        float: left;
        width: 50%;
    }

    .form-group-3 {
        float: left;
        width: 33.33333333%;
    }

    .form-group-4 {
        float: left;
        width: 25%;
    }

    .form-group-5 {
        float: left;
        width: 20%;
    }
}

.form-divider {
    margin-right: 15px;
}

.form-divider::before,
.form-divider::after {
    display: table;
    line-height: 0;
    content: "";
}

.form-divider::after {
    clear: both;
}

.form-actions {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-top: 15px;
    text-align: right;
}

.control {
    color: #124283;
    min-height: 20px;
}

.control-label small {
    font-size: 80%;
    line-height: 15px;
}

.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
