/* PDF REQUEST FORM */
.file-request>h4, .file-request-entity>h4 { text-align: center; width: 80%; margin: 0 auto }
#container-file-request, #container-file-request-entity { text-align: center; }

.form-item-funding-date label { float: left; margin-right: 10px; }
.form-item-prop-state::before,
.form-item-loan-num::before {
    background-image: url(../images/required.svg);
    -webkit-background-size: 10px 7px;
    background-size: 10px 7px;
    content: "";
    display: inline-block;
    vertical-align: super;
    line-height: 1;
    height: 7px;
    width: 10px;
    position: absolute;
    left: -15px;
}

.box-gray { display: inline-block; background-color: #dddddd; height: 25px; }

.field-label a { color: #000; }









