﻿h3 {
    font-family: helvetica;
}

hr {
    margin-top: 5px;
}

p.alert-primary {
    padding: 5px 12px;
}

.content-wrap div > label,
.content-wrap input[type=tel],
.content-wrap input[type=text],
.content-wrap input[type=email],
.content-wrap textarea {
    display: block;
    width: 100%;
}

.row {
    margin-bottom: 20px;
}

    .row input[type=text],
    .row input[type=tel],
    .row input[type=email],
    .row textarea {
        margin-top: 5px;
    }

#complaint-subject input[type=checkbox] {
    display: inline;
    margin-right: 6px;
}

select.date {
    width: auto;
    display: inline-block;
}

div#form-content input[type=text],
div#form-content input[type=email],
div#form-content input[type=tel],
div#form-content textarea {
    font-size: 14px;
}

input[type=text].form-control,
input[type=email].form-control,
input[type=tel].form-control {
    height: 34px;
}


div#friendly-error,
span.required-field {
    color: #ff0000;
    display: none;
}

    span.required-field.show {
        display: inline !important;
    }

.required, input.invalid {
    border: 1px solid red;
}

    .required.custom-file-label::after {
        border-left-color: red;
    }

div.custom-file {
    margin-bottom: 5px;
}

.modal-body .row {
    margin-bottom: 5px;
}

    .modal-body .row > div {
        padding: 0 5px;
    }

    .modal-body .row label {
        margin-bottom: 0;
        font-weight: bold;
    }

    .modal-body .row span {
    }

.modal-body h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.text-muted a {
    color: #96ADC4 !important;
}

#reportInfo {
    margin-bottom: .5rem;
}

#psubject ul {
    margin-bottom: 0;
}