/*
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" />

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;
}
/*
#custom_header_img {
    margin: 0 auto;
    width: 221px;
}*/

body > .home, body > div {
    z-index: auto;   
}

#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 10px #333333;*/
}

.form,
.new-referral-left .form,
#password_form,
#bln-api-ajax-content-div .form,
#p1e_b_w_dialog_owneroccupy {
    background: #e9ecef !important;
    /*border: 3px solid #003a80;*/
    border-radius: 10px;
    width: auto!important;    
    box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
}

#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 p {
    float: left;
    width: 100%;
}

.submit-active, .form_submit_button input {
    border-radius: 4px;
    background-color: #4e9fbb!important;
    /*border-width: 2px!important;*/
    /*border-style: solid!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;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    font-weight: 400!important;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #ffffff!important;
    border: none!important;
}

.submit-active:hover,
.form_submit_button input:hover {
    background-color: #790414!important;
    color: #fff!important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    max-width: 100%;
}