/* 2018.03.15 sb Ticket #437194 - fixed required field red border indicator not showing in safari */
/* @version 2019.02.12 dcs Ticket #517112 - privacy & credit auth checkbox css */
/* @version 2020.06.08 dcs Ticket #607639 - fixed button display issue with bootstrap (flex) */
/* @version 2020.10.26 sb Ticket #639237 - 'Previous' and 'Next' buttons bigger and span width of screen */

.leadForm {
	width: 100%;
}

.field_isRequired {
	 border: 1px solid rgb(255, 0, 0) !important;
	-moz-box-shadow: rgb(255, 0, 0) 0px 0px 1.5px 1px !important;
	-webkit-box-shadow: rgb(255, 0, 0) 0px 0px 1.5px 1px !important;
	box-shadow: rgb(255, 0, 0) 0px 0px 1.5px 1px !important;
}

.noBox {
	box-shadow:	none;
}

/* ACTION FORM STYLES */

.actionform {
	width: 95%;
	margin: 0 2.5%;
}
	
.actionform .formsection {
	margin: 20px 0;
}
	
.actionform .formsectiontitle {
	padding: 3px;
	font-size: 120%;
	font-weight: bold;
}
	
.actionform ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
	
.actionform ul li {
/*	height: 32px;*/
	padding: 4px 0;
	line-height: 24px;
	vertical-align: middle;
	margin: 2px 0;
	width: 100%;
	float: left;
}

.actionform ul li.preQualJointField {
    display: flex;
    flex-direction: column;
}

.actionform ul li div.actionforminput {
	width: 60%;
	float: right;
	margin-right: 5%;
	font-size:1em; /* added this for ticket 173890 dcs 2014-05-15 - also commented out the line below */
	/* font-size:18px;*/  /* adding this causes iphone to not zoom in on focus */
}

.actionform ul li div.actionforminput.preQualJointRadio{
    width: 100%;
    text-align: center;
}

.actionform ul li div.actionforminputfinal {
	width: 100%;
	float: right;
	margin-left: 15%;
}

.actionform ul li label.actionformlabelfinal {
	width:100%;
	float: left;
	word-wrap: normal;
}

.actionform ul li input.ui-helper-hidden-accessible {
	width: 100px;
	float: left;
	margin: 0;
}
	
.actionform ul li textarea {
	width: 95%;
}
	
.actionform ul li select option {
	padding-right: 5px;
}
	
.actionform .multipart_header {
	display: block;
	padding: 10px;
}
	
.actionform .multipart_header .prev_button {
	float: left;
	width: 45%;
}
	
.actionform .multipart_header .next_button {
	float: right;
	width: 45%;
}
	
.actionform .multipart_header .prev_button .ui-button-text,
.actionform .multipart_header .next_button .ui-button-text{
	padding: .6em 1em;
}

.actionform  .progressbar {
	margin: 0 auto; /*120*/
}

.actionform  .cxprogressbar .cxprogressname {
	display:none;
}
	
.actionform  .disclaimer {
	width: 90%;
	margin: 3px 5%;
	font-size: .9em;
	line-height: 1.3em;
}	
.actionform  .submit_button {
	width: 150px;
	margin: 3px;
	display: inline-block;
}
/* @version 2021.04.01 sb Ticket #665201 - Credit Application 'DOB' field on mobile devices is tiny prior to clicking on */
.actionform select,
.actionform input{
    min-height: 20px;
}
/* @version 2020.05.06 sb Ticket #606461 - adjusted sizes down one so they are generall larger  */
.actionform .inputTiny {
	width: 30px;
}

.actionform .inputShort {
	width: 55px;
}

.actionform .inputMid {
	width: 120px;  /* ticket 145524 jln  change from 100*/
}

.actionform .inputLong {
	width: 150px;
}

.actionform .inputFull {
	width: 95%;
}

.actionform .actionformcheckbox {
	clear: both;
	float: none;
	display: inline-block;
	font-size: 1.7em;
	padding: 0.4em;
}

.actionform .actionformcheckbox label {
	margin-bottom: 0;
}
.hidden_cx5_field {
	display: none;
}

#ce_pl_prequal_popup p { /* 20160425 nna 293037 */
	font-size: .7em;
	}
    
.prequalWrapStyle {
    background-color: #f0f0f0;
    border-radius: 15px;
    border: 1px solid #d2d2d2;
    margin: 0 auto;
    max-width: 500px;
    
    .submit_line {
        text-align: center !important;
    }
    .submit_button {
        background: #57d900 !important;
        background-color: #57d900 !important;
        color: white !important;
        border: 1px solid #5fc818 !important;
        font-family: 'Open Sans', sans-serif !important;
        text-align: center !important;
        font-size: 18px !important;
        font-weight: bold  !important;
    }
    .submit_button:hover {
        background: #5fc818 !important;
        background-color: #5fc818 !important;
        color: white !important;
        border: 1px solid #5fc818 !important;
    }
}

@media screen and (max-width: 480px) {
	.actionform ul li {
		margin-right: 5%;
		line-height: normal;
	}
	.actionform ul li div.actionforminput {
		width: 90%;
		display: block;
		clear: both;
		float: none;
		margin-right:0;
		font-size:1em; /* added this for ticket 173890 dcs 2014-05-15 - also commented out the line below */
	}
        .actionform .inputMid.phoneformat {
                width: 140px;
        }
}

@media screen and (max-width: 768px) {
	#cot_tl_pop {
		z-index: 1;
		display: none;
	}
}

@media screen and (min-width: 560px) and (max-width: 899px) {
	.actionform {
		width: 95%;
		margin: 0 2.5%;
	}
	/*.actionform  .cxprogressbar {
		margin: 0 auto; /*120px;*/
	/*}*/
	.actionform  .cxprogressbar .cxprogressname {
		display:inline;
	}
	.actionform .multipart_header .prev_button {
		float: left;
		width: 75px;
	}
	.actionform .multipart_header .next_button {
		float: right;
		width: 75px;
	}
	.actionform ul li div.actionforminputfinal {
		width: 50%;
		float: right;
		margin-right: 5%;
	}
	.actionform ul li label.actionformlabelfinal {
		width: 45%;
		float: left;
		word-wrap: normal;
	}
}
	
@media screen and (min-width: 900px) {
	.actionform {
		width: 95%;
		margin: 0 2.5%;
	}
	/*.actionform  .cxprogressbar {
		margin: 0 auto; /*120px;*/
	/*}*/
	.actionform  .cxprogressbar .cxprogressname {
		display:inline;
	}
	.actionform .multipart_header .prev_button {
		float: left;
		width: 100px;
	}
	.actionform .multipart_header .next_button {
		float: right;
		width: 100px;
	}
	.actionform ul li div.actionforminput {
		font-size:1em; 
	}
	.actionform ul li div.actionforminputfinal {
		width: 50%;
		float: right;
		margin-right: 5%;
	}
	.actionform ul li label.actionformlabelfinal {
		width: 45%;
		float: left;
		word-wrap: normal;
	}
	.actionform .actionformcheckbox {
		font-size: 1.3em;
		padding: 0.2em;
	}
}
