.width5 { width: 5%; }
.width10 { width: 10%; }
.width20 { width: 20%; }
.width30 { width: 30%; }
.width40 { width: 40%; }
.width50 { width: 50%; }
.width60 { width: 6%; }
.width70 { width: 70%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.width100 { width: 100%; }

.custom_container
{
	max-width: 540px;
}

.text_align_right
{
	text-align: right;
}

.quotation_header
{
	background-color:#84B0CA;
	color: white !important;
}

.quotation_section_title
{
	font-weight: bold;
	text-transform: uppercase;
}

.quotation_header td
{
	text-transform: uppercase;
}

.table td
{
	padding: 5px 12px;
}

.step_wrapper
{
	text-align: center;
	margin: 20px 0;
	margin-top: 60px;
	margin-bottom: 10px;
}

div.boxItem { 
  display: inline-block;
  padding: 15px 7px;
	border-radius: 35px;
	opacity: 0.5;
}

div.sline {
  display: inline-block;
  border-top: 1px solid grey;
  width: 18px;
	margin: 0 -3px;
	position: relative;
	bottom: 3px;
}

.wrapper_hide
{
	display: none;
}

.clear { clear: both; }

.step_active
{
	
}

.step_style.step_over
{
	background: green;
	border: 5px solid green;
	opacity: 1;
	font-weight: bold;
	opacity: 1;
}

.step_style
{
	background: grey;
	border: 1px solid grey;
	color: white;
	font-size: 13px;
}

.custom_wizard_step_wrapper
{
	display: none;
}

.custom_wizard_step_wrapper.wizard_current
{
	display: block;
}

.custom_line
{
	margin-bottom: 0;
}

.header_success
{
	text-align: center;
	margin-top: 60px;
}

.header_success img
{
	max-width: 75px;
	width: 50%;
}

.img_preview_loan
{
	width: 80px;
}

.wizard_action_wrapper
{
	/*position: fixed;*/
	bottom: 0px;
	width: 100%;
	max-width: 540px;
	text-align: center;
	margin-top: 20px;
}

.success_title
{
	margin-top: 10px;
}

.wizard_action_wrapper button
{
	width: 48%;
	height: 45px !important;
}

.wizard_btn_inactive
{
	opacity: 0.3;
	cursor: initial !important;
}

.wizard_btn_hide
{
	display: none !important;
}

.custom_input_error
{
	border: 2px solid red;
	animation: blink 1s;
	animation-iteration-count: 3;
}

@keyframes blink { 50% { border-color:#fff ; }  }

.custom_loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #036e36; /* Blue */
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 2s linear infinite;
	display: inline-block;
	position: relative;
	top: 3px;
}

.custom_loader.loader_hide {
  display: none;
}

.quotation_table_header
{
	background: gray;
	color: white;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-right: gray 1px solid;	
}

.quotation_table
{
	max-width: 540px;
	margin: 0 auto;
}

.content_wrapper
{
	max-width: 960px;
	margin-bottom: 0 !important;
}

.logo_wrapper
{
	text-align: center;
	position: absolute;
	top: 0;
	max-width: 960px;
	width: 100%;
	background: gray;
	color: white;
	left: 0px;
	padding: 5px;
	height: 55px;
}

.logo_wrapper label
{
	font-weight: bold;
	position: relative;
	top: 9px;
	left: 5px;
	font-size: 12px;
	line-height: 14px;
}

.logo_wrapper img
{
	width: 30px;
	padding: 2px;
	background: white;
	border-radius: 10%;
	position: relative;
	top: 2px;
}

.custom_section
{
	padding: 0 !important;
	/*height: 100%;*/
}

/*
html,
body,
.body-inner,
.container,
.row
{
	height: 100%;
}*/

.custom_card
{
	border-top: 0 !important;
	border-bottom: 0 !important;
	min-height: 1000px;
	/*height: 100%;*/
}

.custom_card_body
{
	
}

@media only screen and (max-width: 768px) 
{
  .custom_container
	{
		padding: 0;
	}
	
	.wizard_action_wrapper
	{
		max-width: 580px;
	}
	
	.custom_card
	{
		min-height: initial;
	}
}

@media only screen and (max-width: 999px) 
{	
	
}

@media only screen and (max-width: 480px) 
{
  .custom_container
	{
		padding: 0;
	}
	
	.wizard_action_wrapper
	{
		max-width: 100%;
		position: fixed;
		left: 0;
	}
	
	.bank_loan_separator label
	{
		display: none;
	}
	
	.bank_loan_separator
	{
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 576px)
{
  
}

.card-body
{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.small_font
{
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
}

.bank_loan_separator
{
	text-align: center;
}

.background_bg_loader
{
	position: absolute;
	display: block;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
}

.custom_loader2 {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
	z-index: 10;
	margin: 0 auto;
  position: absolute;
  top: 50%;
	left: 50%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.quotation_wrapper
{
	width: 100%;
}

.quotation_page_wrapper
{
	margin-top: 70px;
}

.quotation_item_wrapper
{
	float: left;
	width: 49%;
	text-align: center;
	cursor: pointer;
}

.quotation_item_wrapper span
{
	display: block;
}

.quotation_title
{
	margin-top: 20px;
}

.quotation_title h4
{
	font-family: 'Source Sans 3';
}

.quotation_footer_wrapper
{
	margin-top: 20px;
	text-align: center;
}

.img_view_loan
{
	width: 50px;
	display: block;
	margin: 15px auto;
}

.quotation_logo img
{
	width: 70px;
}

.custom_line2
{
	margin: 15px 0;
}

.custom_line3
{
	margin: 5px 0;
}

.table_no_border td,
.table_no_border th
{
	border: none;
}

.table_style_header th
{
	padding: 5px 5px;
}

.table_no_border td span
{
	font-weight: bold;
}

.quotation_page_wrapper .form-group
{
	margin-bottom: 0px;
}

.custom_table_header
{
	background: grey;
	color: white;
}

.custom_table_header th
{
	
}

table .column_align_right
{
	text-align :right;
}

.custom_header_sub_header
{
	height: 55px;
}

.custom_header_sub_header td
{
	font-weight: bold;
}

.custom_header_user_input td span
{
	font-weight: bold;
}

.custom_header_user_input td
{
	
}

.row_middle td,
.row_middle th
{
	border-bottom: 0;
	height: 30px;
	font-size: 14px;
}

.row_subtotal
{
	
}

.row_subtotal th,
.row_subtotal td,
.row_tax th,
.row_tax td,
.row_total th,
.row_total td
{
	border-bottom: 0;
	height: 40px;
	font-size: 20px;
}

.row_tax
{

}

.row_total
{
	font-weight: bold;
}

.quotation_header_title
{
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

.quotation_sub_address
{
	
}

.quotation_address_footer
{
	
}

.quotation_header_tr td
{
	
}

.quotation_footer
{
	height: 180px;
	vertical-align: bottom;
	text-align: justify;
}

.row_subtotal
{
	height: 80px;
	vertical-align: bottom;
}

.row_subtotal td,
.row_subtotal th
{
	border-top: 1px solid #e4e6ef;
}

.btnStartAgain,
.btnContact
{
	width: 49%;
	height: 45px !important;
}

.btnStartAgain label,
.btnContact label
{
	position: relative;
	bottom: 9px;
	left: 5px;
}

.btnStartAgain span,
.btnContact span
{
	position: relative;
	bottom: 2px;
	left: 3px;
}

@media only screen and (max-width: 996px)
{
  .btnStartAgain,
	.btnContact
	{
		width: 48%;
	}
	
	.btnStartAgain label,
	.btnContact label
	{
		bottom: 2px;
	}

	.btnStartAgain span,
	.btnContact span
	{
		bottom: -5px;
	}
}

.disclaimer_logo
{
	max-width: 30px;
}

.disclaimer_logo_wrapper
{
	width: 20%;
	text-align: center;
}

.disclaimer_text_wrapper,
.disclaimer_logo_wrapper
{
	float: left;
}

.disclaimer_text_wrapper
{
	width: 80%;
}

.disclaimer_text_wrapper span
{
	font-size: 12px;
	line-height: 12px;
	display: block;
}


.form-control:disabled
{
	background-color: #e5e5e5;
}

#tnc_check
{
	font-weight: bold;
	color: gray;
}

.font_weight_bold
{
	font-weight: bold;
}

.selType option:disabled
{
	color: #a7a6a6;
}

.content_left,
.content_right
{
	position: absolute;
	width: 200px;
	display: none;
	top: 55px;
}

.content_left img,
.content_right img
{
	width: 200px;
	height: auto;
}

.empty_footer
{
	border-bottom: 1px solid transparent !important;
}

.custom_container_export
{
	max-width: 680px;
	width: 100%;
}

.custom_container_export .content_wrapper
{
	max-width: initial;
}

.custom_container_export .logo_wrapper
{
	max-width: 98.5%;
	height: 35px;
}

.custom_container_export .logo_wrapper label
{
	top: 3px;
}

.custom_container_export .logo_wrapper img
{
	top: 2px;
}

.custom_container_export .content
{
	padding-right: 15px;
	padding-left: 0px;
}

.custom_container_export .custom_table_header
{
	
}

.custom_container_export .custom_table_header th
{
	vertical-align: middle;
	padding: 10px;
	padding-top: 5px;
}

.custom_container_export .custom_header_sub_header td
{
	padding-left: 0;
}

.custom_container_export .custom_table tr
{
	border-bottom: 1px solid #e3e3e3;
}

.custom_container_export .quotation_footer
{
	height: 200px !important;
}