
#estimator_ct {
	max-width: 600px;
	background-color: #fff;
	border-radius: 5px;
	margin: 20px auto;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);
}

#estimator_body {
	padding: 40px;
}

.np {
	padding: 0 !important;
	display: flex;
}

.np > div:first-child {
	flex: 0 0 60%;
}

.np > div:last-child {
	flex: 0 0 40%;
	padding-left: 30px;
	margin-top: 30px;
}

.np .est_box {
	padding: 30px;
	color: #fff;
	border-radius: 4px;
	display: block;
	height: auto;
	line-height: 1;
	width: 100% !important;
}

.np .fifty {
	display: flex;
}

.np .fifty > div {
	flex: 1;
}

.np .fifty > div:first-child {
	padding-right: 10px;
}

.np .fifty > div:last-child {
	padding-left: 10px;
}

.np label span {
	margin-left: 0 !important;
}

.np .est_box span {
	display: block;
	text-align: left !important;
}

#estimator_body h1 {
	margin: 0 0 10px 0;
	text-align: left;
	color: #111;
	font-weight: bold;
}

#estimator_body label {
	margin-top: 30px;
	margin-bottom: 5px;
	display: block;
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

#estimator_body label span {
	font-weight: normal;
	font-size: 13px;
	margin-left: 10px;
	text-transform: none;
	color: #111;
}

.est_input {
	border: 1px solid #dedede;
	background-color: #f3f3f3;
	border-radius: 4px;
	color: #000;
	font-weight: 300;
	width: 100%;
	text-align: left;
	padding: 20px 20px 20px 40px;
	font-size: 18px;
	box-sizing: border-box;
	-webkit-transition: all .125s linear;
	-moz-transition: all .125s linear;
	-ms-transition: all .125s linear;
	-o-transition: all .125s linear;
	transition: all .125s linear;
}

#est_product {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDIwMDAxO3N0cm9rZS13aWR0aDoyLjU4ODY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMTguMiw3LjcgMTAsMTUuOSAxLjgsNy43ICIvPgo8L3N2Zz4K");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding: 20px;
	font-weight: normal;
}

#est_product.nitro-lazy {
	background-image: none !important;
}

.noUi-touch-area {
	cursor: pointer;
}

.est_input:focus, .est_input:active {
	border-color: #2f83f5;
	outline: none;
}

.est_input_ct {
	position: relative;
}

.est_cur {
	position: absolute;
	display: block;
	color: #000;
	left: 16px;
	top: 19px;
	font-style: normal;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
}

.est_cur.percenter {
	right: 15px !important;
	left: auto !important;
}

#est_days_slider {
	margin: 30px 0;
}

#estimator_body .noUi-handle-lower {
	background-color: #111;
	border-color: #111;
	border-radius: 25px;
	box-shadow: none;
	height: 50px;
	margin-top: -13px;
	padding-top: 1px;
	width: 50px !important;
	outline: none;
}

#estimator_body .noUi-target, #estimator_body .noUi-connect {
	background-color: #e8e9ed;
	border: medium none;
	height: 10px;
}

#estimator_body .noUi-handle::after, #estimator_body .noUi-handle::before {
	display: none;
}

#festimator_body .noUi-marker-horizontal.noUi-marker-large {
	height: 0;
}

#elem_days {
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	font-weight: 700;
	line-height: normal;
}

#elem_days div {
	font-size: 18px;
	margin: 3px 0px 0px 0px;
}

.est_res {
	box-sizing: border-box;
	width: 50%;
	background-color: #111;
	float: left;
	text-align: center;
	padding: 20px;
	color: #fff;
	line-height: normal;
}

.est_sep {
	border-right: 2px solid #fff;
}

.est_weekly_ct {
	font-size: 13px;
	margin-top: 15px 0 15px 0;
	padding: 15px 0 15px 0;
	border-bottom: 2px solid #f7f7f7;
}

#est_weekly {
	font-size: 15px;
}

#est_perc, #est_weekly_cost, #est_10k, #est_paa_offset {
	font-size: 35px;
	flex: 1;
	font-weight: bold;
	text-align: right;
}

.est_paa_offset_ct_v {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
}

.est_box {
	padding: 15px;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 63px;
	line-height: 63px;
}

.est_box span {
	flex: 2;
}

.est_blue {
	background-color: #2f83f5;
}

.est_green {
	background-color: #111;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#est_free_days {
	margin: 10px;
	color: #39b449;
}

.est_buttons {
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 20px;
	color: #111;
	background: #f3f3f3;
	text-transform: uppercase;
	display: inline-block;
	font-size: 15px;
	border-radius: 3px;
	outline: none;
	border: none;
	cursor: pointer;
	margin: 0 10px 0 0;
	flex: auto;
}

.est_buttons:last-child {
	margin: 0 0 0 10px;
}

.est_selected_btn {
	background-color: #2f83f5 !important;
	color: #fff !important;
}
