.f1 {
	padding: 20px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	font-family: Trebuchet MS, sans-serif;
}
.f1 h1, .f1 h2, .f1 h3, .f1 h4 { font-family: Roboto, sans-serif; font-weight: bold; color: #45c0d0; }
.f1 h3 { margin-top: 0; margin-bottom: 15px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #45c0d0; }

.f1-step { position: relative; float: left; width: 20%; padding: 0 5px; text-align: center; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	text-align: center;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #45c0d0; color: #45c0d0; line-height: 38px; text-align: center;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #45c0d0; font-size: 22px; line-height: 48px; text-align: center;
}

.f1-step p { color: #ccc; margin-top: 10px; }
.f1-step.activated p { color: #45c0d0; }
.f1-step.active p { color: #45c0d0; }

.f1 fieldset { display: none; text-align: left; }
.f1 fieldset .col-md-6 { padding: 0 15px; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #CC0000; }


button.btn {
	min-width: 105px;
	height: 40px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	color: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	text-shadow: none;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }
button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
button.btn:focus,
button.btn:active:focus,
button.btn.active:focus { outline: 0; opacity: 0.6; color: #fff; }

button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus, button.btn.btn-next.active:focus { background: #45c0d0; }

button.btn.btn-submit,
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus, button.btn.btn-submit.active:focus { background: #45c0d0; }

button.btn.btn-previous,
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus, button.btn.btn-previous.active:focus { background: #bbb; }

button.btn.btn-blue { background: #45c0d0; }
button.btn.btn-grey { background: #bbb; }

hr { border-bottom: 1px solid #CCCCCC; }
.iconBlue { font-size: 16px; color: #45c0d0; }
.subTotal { background-color: #45c0d0; color: #FFFFFF; padding: 5px 0px; border-radius: 5px; margin: 0 10px 10px 10px; }
.subTotal label { font-size: 16px; font-weight: bold; padding: 8px 0; }
#subTotalStep2, #subTotalStep3, #subTotalStep4, .summary, .form-control[readonly] { background-color: #45c0d0; color: #FFFFFF; border: none; box-shadow: none; font-size: 18px; font-weight: bold; text-align: right; }

.f1 .intro {
	border-radius: 5px;
	padding: 15px 15px 170px;
	background: #45c0d0 url(/medias/img/taxes_intro_bg.png) bottom;
	background-size: cover;
	font-size: 14px;
	color: #FFFFFF;
}
