
* {
	font-family: Arial, Helvetica, sans-serif !important;
}

body {
	// padding-top: 20px;
	padding-bottom: 20px;
}

#mob {
	display: none;
	width: 100%;
	height: 1px;
	position: absolute;
	top:0px;
	left:0px;
}

.container {
	max-width: 680px;
}

.page-header {
	border: 0px none #FFF;
	margin: auto;
}

.page-header h3,
form h3 {
	color: #004596;
	text-transform: uppercase;
	font-weight: bolder;
}

.page-header h3 small,
form h3 small {
	text-transform: capitalize;
	color: #004596;
	font-weight: bold;
}

.form-group .input-wrapper {
	padding-left: 5px;
}

.form-group .input-sm {
	font-size: 13px;
	padding: 5px;
}

.form-group .form-control {
	font-weight: bold;
}

.frm-section-prim {
	background: url(../images/ui-arrow-right-green.png) no-repeat right 25px;
}

.frm-section-prim.no-arrow {
	background: none;
}

.frm-section-prim h1 {
	color: #7F7F7F;
	margin-bottom: 40px;
}

.frm-section-prim .help-block {
	margin: 0px;
	color: #999;
}

.apr-val {
	font-weight: bold;
	color: #333;
}

#graphContainer {
	display: block;
	width: 600px;
	margin: auto;
	position: relative;
}

#graphContainer #errorBox {
	display: block;
	height: 210px;
	width: 595px;
	position: absolute;
	left: 5px;
	background: rgba(255,255,255,0.9);
	margin: 0px;
	top: 0px;
	z-index: 999;
}

#graphContainer #errorBox .error-message {
	text-align: center;
	margin: 50px auto auto;
	padding-right: 50px;
	padding-left: 50px;
	font-weight: bold;
	color: #900;
}

#graphBox {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	padding: 5px;
	position: relative;
	height: 215px;
}

#graphBox .graph-bars {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 100%;
	list-style: none;
}

#graphBox .graph-bars li {
	background: #7FB2CC;
	display: block;
	height: 200px;
	width: 75px;
	float: left;
	margin-right: 0px;
	margin-left: 5px;
}

#graphBox .orange-line {
	display: block;
	height: 215px;
	position: absolute;
	width: 585px;
	left: 5px;
	bottom: 5px;
	background: url(../images/line-anim.png) no-repeat center -6665px;
}

#graphBox .orange-line .arrow {
	display: block;
	height: 200px;
	width: 98%;
	background: url(../images/line-anim-arrow.png) no-repeat center -215px;
	margin-top: 20px;
}

.btn-apply:link,
.btn-apply:visited,
.btn-apply:active {
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	text-indent: -999px;
	display: block;
	height: 30px;
	width: 125px;
	margin: 10px auto auto;
	background: url(../images/btn-apply.png) no-repeat 0px 0px;
	overflow: hidden;
}

.btn-apply:hover {
	background-position: 0px -30px;
}

.power-credit .mal-logo {
	border-top: 1px solid #999;
	border-right: 0px none #FFF;
	border-bottom: 1px solid #999;
	border-left: 0px none #FFF;
}

.frm-sep {
	margin-bottom: 0px;
}

#frmCalculator {
	margin: auto;
	display: block;
	position: relative;
}

#frmCalculator .cover {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
	background: rgba(255,255,255,0.5);
}

.slider-row {
	max-width: 600px;
	margin: 20px auto 10px;
}

.slider-row .irs-from,
.slider-row .irs-to,
.slider-row .irs-single {
	background: none repeat scroll 0 0 #DDDDDD;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	padding: 1px 5px;
	top: -2px;
}

.slider-row .form-group label {
	color: #999;
	text-align: center;
	display: block;
}

.slider-row .irs-slider.from,
.slider-row .irs-from {
	display: none !important;
}

.slider-row .irs-diapason {
	left: 0px !important;
}

#resultInfo .popover {
	max-width: 620px;
}

@media (max-width: 600px) {
	#mob {
		display: block;
	}
	
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}
	
	.page-header {
		padding-bottom: 0px;
	}
	.page-header h3 {
		margin-top: 0px;
		font-size: 20px;
	}
	
	.frm-estimate {
		border-top: 1px solid #eee;
		margin: 0px -15px 10px;
	}
	
	.frm-section-prim {
		padding-right: 0px;
		padding-top: 10px;
		background: #FFF;
		clear: both;
		border-bottom: 1px solid #eee;
	}
	
	.frm-section-prim h1 {
		margin-right: 15px;
	}
	
	.frm-section-prim .form-group.row {
		float: left;
		clear: right;
		margin-bottom: 5px;
		width: 92%;
	}
	
	#graphContainer {
		width: 435px;
	}
	
	#graphContainer #errorBox {
		width: 425px;
	}
	
	#graphBox {
		height: 160px;
	}
	
	#graphBox .graph-bars {
		margin: 0px 0px 0px 5px;
	}
	
	#graphBox .graph-bars li {
		width: 53px;
		height: 145px;
	}

	#graphBox .orange-line {
		width: 420px;
		height: 150px;
		background-position: center -4790px;
		background-size: cover;
	}
	
	#graphBox .orange-line .arrow {
		display: block;
		height: 135px;
		width: 98%;
		margin-top: 15px;
		background-size: cover;
	}
	
	#graphContainer .resultcols {
		width: 33%;
		float: left;
	}
	
	.frm-sep {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.frm-calculate .slider-row.row {
		margin: 10px auto;
	}
	
	.slider-row .form-group {
		clear: both;
		height: 30px;
		margin: 5px auto;
		padding: 0px;
	}
	
	.slider-row .form-group label {
		float: left;
		width: 25%;
		margin-top: 5px;
		text-align: center;
	}
	
	.slider-row .form-group .form-control {
		float: right;
		width: 72%;
	}
}


@media (max-width: 405px) {
	.frm-section-prim .form-group.row {
		width: 90%;
	}
	
	#graphContainer {
		width: 280px;
	}
	
	#graphContainer #errorBox {
		width: 275px;
	}
	
	#graphBox {
		height: 160px;
	}
	
	#graphBox .graph-bars {
		margin: 0px 0px 0px 5px;
	}
	
	#graphBox .graph-bars li {
		width: 32px;
		margin-left: 4px;
		height: 100px;
	}

	#graphBox .orange-line {
		width: 270px;
		height: 100px;
		background-position: center -3076px;
	}
	
	#graphBox .orange-line .arrow {
		display: block;
		height: 110px;
		width: 96%;
		margin-top: 10px;
	}
	
	#graphContainer .resultcols {
		width: 33%;
		float: left;
	}
	
	#graphContainer .resultcols h5 {
		font-size: 16px;
	}
	
}