pagenav .container .form-group .col-sm-8 table td {
    padding: 2px;
}

#sixmonth {
    width: 75px;
}


/*Root LoanApplication index.php FOOter top icon(https://www.thenorrisgroup.com/loan_application/index.php) */
.LAfootertopicon,a.pagenav.LAfootertopicon {
    background-color: #7e0e09;
    padding: 10px 14px 14px 14px;
    font-size: 26px;
    text-decoration: none !important;
    color: #fff;
    display: none;
    line-height: 16px;
    vertical-align: middle;
    transform: rotate(
90deg);
    border-radius: 4px;
}
.LAfootertopicon span{
    text-decoration:none;
    color:#fff;
}
/*********/

.send-message {

    font-family: TrajanProRegular;
    font-weight: normal;

    background: #ff3300;        /* orig: #fe4918; */
    border: 1px solid #ff3300;
    border-radius: 3px;
    height: 55px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: auto;
    padding: 0px 20px 0px 20px;
    text-transform: uppercase;
    cursor: pointer;

    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}

button.send-message:hover {
    background-color: #a00;
    border: 1px solid #a00;

}

button.send-message-disabled {
    background: #aaa;
    border: 1px solid #aaa;
    border-radius: 3px;
    height: 55px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: auto;
    padding: 0px 20px 0px 20px;
    text-transform: uppercase;
    cursor: pointer;

}

#headerline {
    //background-color: #780900;
}

#footer {
    background-color: #e3e3e3;
}

body h1,
h3 {
    text-transform: uppercase;
    font-family: TrajanProRegular;
    font-weight: normal;
}

body h2 {
    margin-left: 10px;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-family: TrajanProRegular;
}

body h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}

h1 {
    font-size: 22px!important;
    color: #333;
}


h2 {
    font-size: 18px !important;
    color: #ff3300;
}

h1 strong,
h2 strong {
    font-family: TrajanProRegular!important;
}



div.elem_note { position:relative;display:none;width:355px;background-color:#fee;padding:5px;border:1px dotted #c00;color:#a00;font-family:arial;font-size:0.8em; }


.req { font-size: 18pt; color: #ff3300; line-height:100%; }
.info { font:normal 0.8em 'TrajanProRegular' !important; color:#720f05; text-decoration:underline; }


.contactsidebar {
    margin:3px 3px 3px 3px;
    padding: 3px;
    //background-color: #ff3300;
    //border-radius: 12px;
}

.contactsidebar > p > a  {
    color: #555;
    text-decoration:underline;

    font-family: 'Open Sans', sans-serif;  //TrajanProRegular;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}

.contactsidebar > p > a:hover {
    color: #000;
    text-decoration: none !important;
}

.contactsidebar > p, .contactsidebar h4 {
    color: #555;
    font-family: 'Open Sans', sans-serif;
}

#contactname, #contactemail, #contactrelation {

    display: none;
}








