/* ------------------------------------- TOP BANNER -------------------------------------- */

/* Top Banner */
.cla-top-banner{
	background: #fff url("../cla_img/10025/bg-10025.png") repeat scroll center top;
    color: #f5821f;	
    font-family: arial, helvetica, sans-serif;
}

/* Banner links (Espanol) link */
.cla-global-nav-link{
	color: #f5821f;
}

/* ------------------------------------- TOP MENU BAR -------------------------------------- */

/* Top menu bar */
.cla-menu-container{
	background-color: #f5821f;
	box-shadow: 1px 1px 2px 1px #999;	
}

/* ?? */
.cla-menu-container ul li:hover{
	background-color: #f5821f;
}

/* Menu font color */
.cla-menu a:link, .cla-menu a:visited{
	color: #f5821f;
}

/* Menu hover color */
.cla-menu a:hover, .cla-menu a:active, 
 .cla-menu .active a:link, .cla-menu .active a:visited {
	background-color: #f5821f004a87;
}

/* ------------------------------------- NAVIGATION BAR AREA -------------------------------------- */

/* Main Navigation Bar Area */
.cla-step-progress-container {
	border:1px solid #f5821f;
	background: #FFF none repeat scroll 0 0;	
}

/* Unvisited Navigation Bubbles */
#cla-step-progress li.cla-step-active:before,  #cla-step-progress li.cla-step-active:after{
	background: #f5821f;
}

/* Visited Navigation Bubble */
#cla-step-progress li.cla-step-completed:before,  #cla-step-progress li.cla-step-completed:after{
	background: #f5821f;
}

/* -------------------------------------  HAMBURGER BAR (only on smaller resolutions) -------------------------------------- */
@media only screen and (min-width: 301px) and (max-width: 800px)
{
	/* Background for menu options */
	.cla-menu-container ul li{
		background:#f5821f;
	}
	
	/* Hover the hamburger color */
	.cla-navbar-toggle:hover{
		background:#f5821f;
	}
	
	/* Border around the hamburger icon */
	.cla-navbar-toggle{
		border: 1px solid #f5821f;
		background: inherit;
	}
	
	/* 3 lines in the hamburger menu icon*/
	.icon-bar {
		background-color: #fff;
	}
}

/* ------------------------------------- MEATY MIDDLE -------------------------------------- */

/* Main background */
.cla-body{
	background: #fff;
}
@media only screen and (min-width: 301px) 
{
	.cla-body{
	background: #fff url("../cla_img/10025/bg-10025.png") repeat scroll center top;
		background-repeat: repeat;
		##background-size: cover;
		background-color: #fff;
		
	}
}

/* Border around body of application */
.topcontent{
	border:1px solid #f5821f;
}

/* BEGIN YOUR LOAN APPLICATION title (page titles) */
.cla-form-hrader{
	color: #f5821f;
}

/* GENERAL DISCLOSURE title */
.cla-collapsable {
	color: #a365aa;
}

/* Box for the GENERAL DISCLOSURE */
.cla-disclouser-container{
	background: #FFF;
	border: 1px solid #f5821f;
}

/* Text field border */
.cla-input {
	border: 1px solid #f5821f;
}

/* Drop down select box border */
.cla-select  {
	border: 1px solid #f5821f;
	height: 30px;
}

/* Next Button */
.btn-primary {
    background-color: #a365aa;
    border-color: #f5821f;
    color: #fff;
}

/* NEW Hover over buttons */
.btn:hover {
	background-color: #fff;
	border-color: #f5821f;
	color: #a365aa;	
}

/* NEW button PRESSED over buttons */
.btn:active:focus {
	background-color: #fff;
	border-color: #f5821f;
	color: #fff;	
}

/* NEW Apply now button */
.btn-success {
    color: #fff;
    background-color: #a365aa;
    border-color: #f5821f;
}

/* ------------------------------------- FOOTER -------------------------------------- */

/* Footer Bar*/
.cla-footer{
	background-color: #f5821f;
}

/* Hover over Privacy and Security color */
.cla-footer-links span:hover{
	background:#f5821f;
}

/* ------------------------------------- modal overrides -------------------------------------- */
/* --- modal header background color ------------------------------*/
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #f5821f;
	background-color: #f5821f;
}
/* --- modal title text color ------------------------------*/
.modal-title {
    margin: 0;
    line-height: 1.42857143;
	color : #fff !important;
}


@font-face {
  font-family: 'FuturaStd-Bold';
  src: url('https://orientalbank.com/themes/orientalbank/css/fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),  url('https://orientalbank.com/themes/orientalbank/css/fonts/FuturaStd-Bold.otf')  format('opentype'),
	     url('https://orientalbank.com/themes/orientalbank/css/fonts/FuturaStd-Bold.woff') format('woff'), url('https://orientalbank.com/themes/orientalbank/css/fonts/FuturaStd-Bold.ttf')  format('truetype'), url('https://orientalbank.com/themes/orientalbank/css/fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStd-Medium';
  src: url('https://orientalbank.com/themes/orientalbank/css/fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),  url('https://orientalbank.com/themes/orientalbank/css/fonts/FuturaStd-Medium.otf')  format('opentype'),
	     url('https://orientalbank.com/themes/orientalbank/css/fonts/FuturaStd-Medium.woff') format('woff'), url('https://orientalbank.com/themes/orientalbank/css/fonts/FuturaStd-Medium.ttf')  format('truetype'), url('https://orientalbank.com/themes/orientalbank/css/fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	color: #666666 !important;
}

/* header styles */

.panel-heading1, .panel-heading {
	background-color: #802b8b !important;
	color: #ffffff !important;
}

.cla-menu-container {    
    box-shadow: 0px 0px 2px 2px #c2c2c2;
    background: #fff;
    border-top: 4px solid #f5821f !important;
    
}

.cla-menu-container ul li {
	color: #666;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/* content styles */
.field-label {

}

p.post-info{
	text-align: left;
	color: #666666;
	margin-bottom: 	24px;
}

.cla-form-hrader {
	text-transform: uppercase;
	font-size: 24px;
	text-align: left;
    margin-top: 34px;
    font-family: 'FuturaStd-Bold';
}

form > .content .cla-form-hrader {

}

.cla-select, .cla-input {
	border: 3px solid #ccc !important;
	height: 36px !important;
}

.cla-select option {
	font-size: 15px;
}

form > .content  {
	border: none !important;
	box-shadow: none !important;
}

/* accordion */

.cla-app-summary-section-title {
	color: #802b8b !important;
}

.cla-disclouser-container {
	background-color: #802b8b;
	border: none;
	color: #fff;
}

.cla-collapsable b {
	text-transform: uppercase;
}

.cla-disclouser-container .cla-collapsable {
	color: #fff;
	position: relative;
}

#collapse-image {
	position: absolute;
    right: 10px;
    top: 2px;
}


/* buttons styles */
.btn-primary, .btn-primary:active {
	background-color: #f5821f;
	border: none;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 16px;
    padding: 8px 19px;
}



.btn-primary:hover, .btn-primary:active:hover {
	background-color: #802b8b;
	border: none;
	color: #fff;
}

.btn:active:focus {
	background-color: #802b8b;
	border: none;
	color: #fff;
}

/*( ------------------------) */

.cla-top-banner {
	background: none !important;
	background-color: #fff !important;
}

.topcontent {
    border: none !important;
    padding-top: 40px;
}
.cla-container {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); 
    position: relative;
    margin-top: 24px;
    -moz-border-radius: 30px 30px 0px 0;
    -webkit-border-radius: 0;
}
.cla-container:before {
	content: "";
    color: #fff;
    position: absolute;
    z-index: 500;
    width: 100%;
    text-align: center;
    font-size: 22px;
    top: 23px;
}
.cla-container .content {
	margin-top: 0;
	 border-top: 5px solid #c95c1c;
	 border-radius: 0;
	 -moz-border-radius: 0;
	 -webkit-border-radius: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); 
    
}

/* step container styles */
.cla-step-progress-container {
	height: 45px;
	position: relative;
    border: none;
    background: #f5821f;
    border-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius:  0;
}
#cla-step-progress li.cla-step-completed:before, #cla-step-progress li.cla-step-completed:after {
	    background: #802b8b;
}

#cla-step-progress li:before {
	width: 40px;
    line-height: 40px;
	-moz-border-radius: 20px !important;  		
    -webkit-border-radius: 20px !important;
}

#cla-step-progress {
	position: absolute;
    width: 100%;
    top: 26px;
}

#cla-step-progress li:after {
	top: 8px;
	height: 5px;
	background: none !important;
}

#cla-step-progress li.cla-step-pending:before, #cla-step-progress li.cla-step-pending:after {
	
}

#cla-step-progress li.cla-step-active:before, #cla-step-progress li.cla-step-active:after {
	background: #802b8b;
}

#cla-step-progress li{
	font-size: 12px;
}

/* mobile menu css */
.cla-navbar-toggle {
    background: #f5821f;
    margin-bottom: 5px;
}

.cla-menu-container {
	background-color: #f5821f;
}

.cla-menu-container ul li {
	color: #fff;
	font-weight: bold;
}

/* switch style */
.ats-switch.switch-primary span.switch-left {
	background-color: #802b8b !important;
}

/* responsive media @query */
@media only screen and (max-width: 480px)  {
	.btn-primary {
		/*display: block;*/
		float: none;	
		width: 100%;
		margin-bottom: 14px;
	}
}

