/*
<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;   
}


#main {
    /* position: absolute; */
    width: 100%;
    margin: 0 auto;
    font-family: 'Raleway', 'Arial', sans-serif;
    max-width: 1180px;
    color: #ffffff;
}

#bln-api-ajax-content-div p {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Bitter', 'Georgia', serif;
    color: #ffffff;
    text-shadow: none;
    padding:0;
    text-align: right;
}

#bln-api-ajax-content-div .form_entity p {
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    color:#ffffff;
    text-shadow:none;
    clear:left;
    text-align: left;
}

#bln-api-ajax-content-div a {
    color: #edb765;
    font-weight: bold;
    text-decoration: none;
}

#bln-api-ajax-content-div a:hover {
    color: #ffffff;
}

#bln-api-ajax-content-div {
    width: 95%;
    max-width: 1110px;
    margin: auto 0 auto 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;*/
}


#bln-api-ajax-content-div h2 {
    font-size: 60px;
    color: #ffffff;
    font-family: 'Bitter', 'Georgia', serif;
    font-weight: 700;
    text-align: right;
}

#bln-api-ajax-content-div h3 {
	color:#ffffff;
}

#forgotPasswordForm {
    width: 100%!important;
}

.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: rgba(215, 0, 1, .7)!important;
    border: 4px solid rgb(85, 85, 85);
    border-radius: 0px 0px 0px 0px;
    width: auto!important;
}

.form_label {
    float: left!important;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    color: #ffffff;
}

#p1e_b_w_dialog_owneroccupy {
    background: none !important;
    border: none !important;
}

#bln-api-static-div {
	padding-top: 20px;
	max-width: 1180px;
	width: 95%;
	margin: auto 0 auto auto;
	font-size: 60px;
	font-weight: 700;
	text-align: right;
	color: #ffffff;
	font-family: 'Bitter', 'Georgia', serif;
}

#bln-api-static-div p {
	font-size: larger;	
}

#password_form {
    padding: 20px;
}

#forgotPasswordForm {
    width: 100%!important;
}

.form_entity a {
    cursor: pointer;
}
.submit-active, .form_submit_button input {
    /*border-radius: 300px;*/
    background-color: rgb(85, 85, 85)!important;
    border:1px solid rgb(215, 0, 1)!important;
    /*color: #000!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;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
    font-family: 'Raleway', 'Arial', sans-serif;
}

.submit-active-previous {
    color: #ffffff!important;
    border:1px solid rgb(215, 0, 1)!important;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
    font-family: 'Raleway', 'Arial', sans-serif;
}

.submit-active:hover,
.form_submit_button input:hover {
    background-color: #edb765!important;    
    border:1px solid rgb(215, 0, 1)!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%;
}

.form .checkbox input[type=checkbox] {
    margin: 4px!important;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 950px) {
    #footer {
        /*height: 350px;*/
    }
    
    #footer_ctn {
        width: 100%;
    }
    
    #footer_logo {
        margin: 0 auto;
        width: 100%;
    }
    
    #footer_logo img {
        margin: 0 auto;
        display: inherit;
    }
    
    #footer_info {
        width: 100%;
    }
    
    #footer_info span {
        text-align: center;
		/* These are technically the same, but use both */
		overflow-wrap: break-word;
		word-wrap: break-word;

		-ms-word-break: break-all;
		/* This is the dangerous one in WebKit, as it breaks things wherever */
		word-break: break-all;
		/* Instead use this non-standard one: */
		word-break: break-word;

		/* Adds a hyphen where the word breaks, if supported (No Blink) */
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
    }
}

@media screen and (max-width: 550px) {
    .form_label {
        float: none!important;
    }

    #header {
    	/* height:110px; */
    }

    #header-logo {
		max-width: 1110px;
		width: 95%;
		margin: 0 auto;
		/* float: right; */
	}

    #loan_navigation {
        display: none;	
    }

    #mobile_menu {
    	display: block;
    }
}

@media only screen and (max-width:  61.9375em ) {
    .mobile-navbar-header {
        padding: 5px 108px 5px 54px;
    }
}