/*
<link href="/css/custom_style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
*/

body {
    /*background-image: url("http://www.rightroadcapital.blnsoftware.com/img/road_img.jpg");*/
    /*background-position: center center;*/
    background-color: #ffffff;
    /*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;   
}

#rev_slider_2_1 .slotholder {
    z-index: -1!important;
}

#bln-api-ajax-content-div {
    width: 93%;
    max-width: 1160px;
    margin: 20px auto 0;
    /*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;*/
}

#bln-api-ajax-content-div h2 {
    font-size: 40px;
    color: 000000;
    font-family: arial;
}

#bln-api-ajax-content-div p {
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
}

#bln-api-ajax-content-div a {
    color: #444444;
    font-weight: bold;
    text-decoration: none;
}

#bln-api-ajax-content-div a:hover {
    color: #ae9760;
}

.form, #password_form {
    box-shadow: 0px 0px 10px #000000;
}

.form,
.new-referral-left .form,
#password_form,
#bln-api-ajax-content-div .form,
#p1e_b_w_dialog_owneroccupy {
    background: #ffffff !important;
    /*border: 3px solid black;*/
    border-radius: 0px;
	width: auto!important;
}

.form_label {
    float: left!important;
}

#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;
}
.submit-active, .form_submit_button input {
    border-radius: 3px;
    background-color: #A68A26!important;
    color: #fff!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;
    padding: 13px 15px!important;
    border: 3px solid #A68A26!important;
    font-weight: normal!important;
}

.submit-active-previous {
    color: #ffffff!important;
    border: none!important;
}

.submit-active:hover,
.form_submit_button input:hover {
    background-color: #caa524!important;
    /*color: #fff!important;*/
    border-color: #caa524!important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    max-width: 100%;
}

#gotoTop {
	z-index: 10000003;
}

@media only screen and (max-width: 979px) {
	#header #toggle-nav {
		color: #ae9760;
	}
}

@media (max-width: 550px) and (min-width: 300px) {
    .form_label {
        float: none!important;
    }
}