/*
header:
<link href="/css/custom_style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="icon" type="image/png" href="/img/favicon.ico" />
<title>ExampleName</title>

footer:
&#169; ExampleName <script type="text/javascript">var year = new Date();document.write(year.getFullYear());</script>

.htaccess:
<IfModule mod_rewrite.c>
	RewriteCond %{HTTPS} off [OR]
	RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
	RewriteRule (.*) https://example.com/$1 [L,R=301]
</IfModule>
*/

body {
    /*background-image: url("http://www.rightroadcapital.blnsoftware.com/img/road_img.jpg");*/
    /*background-position: center center;*/
    /*background-color: black;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
	overflow-x: hidden;
	margin: 0px;
    color: #0d233b;
    font-family: arial;
    text-transform: uppercase;
}
/*
#custom_header_img {
    margin: 0 auto;
    width: 221px;
}*/

body > .home, body > div {
    z-index: auto;   
}

#custom_header, #custom_footer {
    width: 100%;
}

#custom_header_ctn, #custom_footer_ctn {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 20px #0d233b;
}

#custom_footer_ctn {
    color: #0d233b;
    height: 130px;
}

#custom_ft_ctn_l {
    float: left;
    padding-left: 5px;
}

#custom_ft_ctn_l span {
    line-height: 32px;
    height: 32px;
    width: 370px;
}

#custom_ft_ctn_l a {
    text-decoration: none;
    color: #0d233b;
}

#custom_ft_ctn_r {
    float: right;
    margin-right: 300px;
    width: 265px;
}

#custom_ft_ctn_r ul {
    margin: 0;
    padding: 0;
}

#custom_ft_ctn_r li {
    list-style: none;
    float: none;
}

#custom_ft_ctn_r a, #custom_ft_ctn_r span {
    color: #0d233b;
    text-decoration: none;
    height: 33px;
    line-height: 33px;
}

#custom_ft_ctn_r a:hover, #custom_ft_ctn_l a:hover {
	font-weight:bold;
}

#bln-api-ajax-content-div {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
	/*background-color: rgb(0,0,0); /* Fallback color */
	/*background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
	/*background-image: url("http://www.leadingcommercialfinancing.com/assets/img/bg-cf-homepage.jpg");*/
	/*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-blend-mode: overlay;*/
}


h2 {
    font-size: xx-large;
}

.form, #password_form {
    box-shadow: 0px 0px 20px #0d233b;
}

.form,
.new-referral-left .form,
#password_form,
#bln-api-ajax-content-div .form,
#p1e_b_w_dialog_owneroccupy {
    background: #ffffff !important;
    border: 2px solid #9c9c9c;
    /*border-radius: 10px;*/
	width: auto!important;
	color: #0d233b;
}

#p1e_b_w_dialog_owneroccupy {
    background: none !important;
    border: none !important;
}

#bln-api-static-div {
	padding-top: 20px;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    font-size: large;
    font-weight: bold;
}

#bln-api-static-div p {
	font-size: larger;
}

#password_form {
    padding: 20px;
}

.form_entity a {
    cursor: pointer;
}

.new-intake-form-left .form_entity p, .new-intake-form-left .form_entity label {
    text-transform: none;
    margin-bottom: 10px;
}

.form a, .new-referral-left .form a, #password_form a, #bln-api-ajax-content-div .form a, #p1e_b_w_dialog_owneroccupy a {
    color: #ffba03;
    font-weight: bold;
    text-decoration: none;
}

.form a:hover, .new-referral-left .form a:hover, #password_form a:hover, #bln-api-ajax-content-div .form a:hover, #p1e_b_w_dialog_owneroccupy a:hover {
    text-decoration: underline;
}

.submit-active, .form_submit_button input {
    /*border-radius: 300px;*/
    background-color: transparent!important;
    color: #0d233b!important;
    border-width: 2px!important;
    border-style: solid!important;
    border-color: #0d233b!important;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    cursor: pointer;
}

.submit-active:hover,
.form_submit_button input:hover {
    background-color: #0d233b!important;
    color: #ffffff!important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    max-width: 100%;
}

@media screen and (max-width: 980px) {
	#custom_footer_ctn {
        height: 130px;
    }
    
    #custom_ft_ctn_l {
        margin: 0 auto;
        width: fit-content;
        float: none;
        padding-left: 0px;
    }

    #custom_ft_ctn_r {
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 275px;
    }
}