@charset "utf-8";
/* CSS Document */
/* instant screen shared verify/result template style sheets */
/* @version 2018.07.10 sb Ticket #417242, CE5 - Add (3) new template layout design options for the IACA-TU service */
/* @version 2017.07.31 sb Ticket #473385, [CE5] - (3) New IACA layouts using wrong grey color */
/* @version 2018.07.31 sb Ticket #473389 - change default font used */
/* @version 2018.07.31 sb Ticket #473425 thin light stroke frame missing around all pages */
/* @version 2018.07.31 sb Ticket #473387 - New IACA layouts missing the copyright text at bottom of forms homepage */
/* @version 2018.08.21 sb Ticket #476551 - Adjust (3) new IACA-TU template layout design options to be 100% responsive */
/* @version 2019.02.05 dcs Ticket #513284 - translated congrats text too large for display area */

#is_progress {
	height:75px;
	width:100%;
	margin-bottom: -2px;
}
#is_progress .step {
	font-size: 14px; 
	text-align: left;
	color: #666;
	margin-right:1%;
	width: 33%;
	height:73px;
	float: left;
	position:relative;
	background-color: #f0f0f0;
}
#is_progress .step:after,
#is_progress .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 38px solid transparent;
	border-bottom: 35px solid transparent;
	border-left: 17px solid #f0f0f0;	
	z-index: 2;
}
#is_progress .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;	
	z-index: 0;
}
#is_progress .firststep:before {
	border-top: none;
	border-bottom: none;
	border-left: none;
}
#is_progress .laststep:after {
	border-top: none;
	border-bottom: none;
	border-left: none;
}
#is_progress .laststep{
	float:right;
	width:32%;
	margin-right:0px;
}
#is_progress .selectedstep{
	color: white;
	background-color: grey;
}
#is_progress .selectedstep:after{
	border-left: 17px solid grey;
}
#is_progress .progresstext {
	font-size: 120%;
	margin-top: 14px;
	margin-left: 15%;
}
#is_progress .progresssubtext {
	margin-top: -5px;
	margin-left: 15%;
}
/* verification  */
#is_verify_wrapper {
	clear:both;
	background:white;
	width: 98%;
	padding-top: 10px;
	padding-bottom:10px;
	border: 1px solid lightgrey;
	border-top: none;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	display: block;
	margin: 0 auto;
}

#is_verify_content {
	clear:both;
	display:block;
	background: #f0f0f0;
	width: 80%; 
	margin:10px auto 15px auto;
	border-style: solid;
   	border-width: 1px;
	border-color: #7c7c7c;
	border-radius: 13px;
}

#isapp_verify_top {
	width:95%;
	margin:5px; 
	font-size:20px;
	text-align:center;
}

#isapp_verify_ssn {
	display:block;
	width:90%;
	margin:10px auto;
	text-align:center;
	font-size:14px;
}

#isapp_verify_ssn input {
	width: 55px;
	font-size: 18px;
}

#isapp_verify_button {
	width:195px;
	height:30px;
	border:1px solid grey;
	border-radius: 5px;
	background-color: #57D900;
	color: white;
	font-weight: bold;
	cursor:pointer;
	display:block;
	margin: 0 auto 12px auto;
	padding:0;
}

/*#isapp_verify_button.lang_es {background:url(../../../cssLib/InstantScreen/btSubmitGreen_es.png) no-repeat;}*/

#ssnlastfour-label {
	font-weight:bold;
}

#isapp_verify_footer {
	font-size:11px;
	font-style:italic;
	padding-top:10px;
}

/******************/
/*  Results Page  */
/******************/
#is_results_content {
	width: 98%;
	margin: 0 auto;
	display: flex;
	border: 1px solid lightgrey;
	border-top: none;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#graphicarea {
	position:relative;
}

#instantscreenwrapper #results_header {
	display: block;
	font-size: 35px;
	font-weight: bold;
	color: #4052A6;
	width: 340px;
	height: 55px;
	background-color: transparent;
	position:absolute;
	top: 20px;
	left: 19px;
	overflow: hidden;
}
#instantscreenwrapper #results_header:after {
	content: " ";
	position: absolute;
	border-bottom: 90px solid transparent;
	border-left: 30px solid white;
}
#instantscreenwrapper #results_loan {
	font-size: 2.0vw;
	max-width: 43%;
	max-height: 20%;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #4052A6;
	position: absolute;
	bottom: 7%;
	right: 3%;	
}
#instantscreenwrapper.lang_es #results_loan {
	font-size: 1.8vw;
	bottom: 9%;
}

#instantscreenwrapper img#results_graphic {
	display: block;
	width: 96%;
	height: auto;
	margin: 0px auto;
}

#instantscreenwrapper #results_right {
	background-color: #f0f0f0;
	float:left;
	width: 46%;
	min-width: 390px;
	margin-left: 5px;
	border-radius: 7px;
	border: 1px solid grey;
}
#instantscreenwrapper #results_left {
	float:left;
	width: 46%;
	min-width: 440px;
	margin-left: 2%;
}

#instantscreenwrapper #results_actnow {
	font-size: 16px;
	font-weight: bold;
}

#instantscreenwrapper #results_actnow_header {
	margin-top: 10px;
	font-size: 16px;
	text-align:center;
	color: grey;
}

#instantscreenwrapper #results_actnow_actions {
	width: 100%;
	text-align:center;
	color: grey;
	font-size: 12px;
}

#instantscreenwrapper .result_action {
	margin-top: 15px;
	margin-bottom: 25px;
	float: left;
	margin-left: 8%;
	margin-right: 8%;
	width: 17%;
}

#instantscreenwrapper .result_print,
#instantscreenwrapper .contact_us {
	cursor: pointer;
}

#instantscreenwrapper #act_icon
{
	width: 100%;
}

#instantscreenwrapper #resutls_actnow_actions li {
	padding: 2px 0;
}

#instantscreenwrapper #results_actnow img.contact_us,#instantscreenwrapper #results_actnow img.print_page {
	vertical-align: middle;
	cursor: pointer;
}

#instantscreenwrapper #results_column_2 {
	float: left;
	width: 50%;
}

#instantscreenwrapper #results_column_2 #results_scoring_content {
	display: block;
	margin: 0 0 10px 20px;
}

#instantscreenwrapper #resultCB {
	width: 96%;
	margin: 0px auto;
	background-color: #4052A6;
	color: #FFFFFF;
}

#instantscreenwrapper #resultCBLabel {
	font-size: 2.5vw;
	font-weight:bold;
	margin:0;
	margin-left: 20%;
	padding-top:2.5%;
	text-align:center;
	float:left;
}

#instantscreenwrapper #resultCBScore {
	font-size: 4vw;
	font-weight: bold;
	margin: 1% 0 1% 3%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
	float: left;
	background-color: white;
	color: #4052A6;
	border-radius: 5%;
}

#instantscreenwrapper #resultYourScore {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 1% 2%;
	text-align: center;
	color: #4052A6;
}

#instantscreenwrapper .charts {
	text-align: center; 
	margin: 0 auto;
}

#instantscreenwrapper #isac-uparrow {
	margin-top: 14px;
	z-index: 99; 
}

#instantscreenwrapper #rbpDisclaimer, #instantscreenwrapper #credAppDisclaimer {
	font-size: 11px;
	margin: 15px 10px;
	padding: 0;
	text-align: left;
}

#is_progress .congrats {
	background-color: #57D900;
}
#is_progress .congrats:after{
	border-left: 17px solid #57D900;
}
#is_footer {
	text-align: center;
	margin-bottom: 10px;
}

/******************/
/**** Final *******/
/******************/
/* for showing fail/crapp */
#isapp_final {
	width: 90%;
	margin: 20px auto;
}

@media screen and (max-width:768px)
{
	#is_progress .step {
		width: 31%;
	}
	#is_progress .laststep {
		width: 32%;
		float: left;
	}
	.laststep .progresstext {
		margin-top: 10px !important;	
	}
	.laststep .progresssubtext {
		visibility: hidden;
	}
	/*verify*/
	#is_verify_wrapper
	{
		width: 95%;
		margin-left: 7px;
	}
	/*results*/
	#is_results_content {
		width: 95%;
		margin-left: 7px;
	}
}

@media screen and (max-width:480px)
{
	#is_progress {
		display: none;
	}
	#is_progress .step {
		visibility:hidden;
		height: 0;
	}
	#instantscreenwrapper h1#is_header {
		border-bottom:none;
	}
	/*verify*/
	#is_verify_wrapper
	{
		width: 100%;
		border: none;
		margin: 0;
	}
	#isapp_verify_button
	{
		margin-top: 5px;
	}
	#is_verify_content {
		margin: 0;
		margin-left: auto;
		margin-right: auto;
	}
	/*results*/
	#is_results_content {
		width: 100%;
		margin-left: 0;
		border: none;
	}
	#instantscreenwrapper #resultCB {
		width: 100%;
		margin: 0;
	}
	#instantscreenwrapper img#results_graphic {
		width: 100%;
		margin: 0;
	}
	#is_footer {
		text-align: left;
	}
	#instantscreenwrapper #results_loan{
		font-size: 2.3vw;
	}
	#instantscreenwrapper #results_actnow_actions{
		font-size: 10px;
	}
	#instantscreenwrapper #results_right,
	#instantscreenwrapper #results_left{
		width: 95%;
		min-width: 0;
	}
	#instantscreenwrapper #results_left img.charts {
		width: 100%;
	}
}

@media screen and (min-width:1300px) {
	#instantscreenwrapper #resultCBLabel {
		font-size: 36px;
	}
	#instantscreenwrapper #resultCBScore {
		font-size: 48px;
	}
}

@media screen and (min-width:1700px) {
	#instantscreenwrapper #results_loan
	{
		font-size: 34px;
	}
}