
.step{
	display: none;
	background-color: #f9f9f9;
}
.step_form {
    width: 100%;
    border-top: 1px solid #e9eaee;
    border-collapse: collapse;
    font-size: 14px;
}
.step_form tr:hover td{
	background: #F5F5F5;
}
.step_form td{
	padding: 7px 10px;
	border-bottom: 1px solid #e9eaee;
}
.step_form td:first-child{
	width: 50%;
	padding-left: 20px;
}
.step_form_double td:first-child,
.step_form_triple td:first-child{
	width: auto;
}
.step_form td:nth-child(2){
	width: 110px;
}
.step_form_triple td:nth-child(2),
.step_form_triple td:nth-child(3),
.step_form_triple td:nth-child(4),
.step_form_double td:nth-child(3),
.step_form_double td:nth-child(2){
	width: 150px;
}
.step_form_double td:last-child,
.step_form_triple td:last-child{
	width: 160px;
}
.step_form td:last-child{
	padding-right: 20px;
}

.yes_no{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 110px;
	min-width: 100%;
	margin: 0 auto;
}
.step_form_triple td .yes_no,
.step_form_double .yes_no{
	margin-bottom: 5px;
}
.yes_no div{
	width: 45px;
	height: 35px;
	border: 2px solid #E9EAEE;
	flex: 1;
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	background: #E9EAEE;
	transition: all 0.15s ease-in-out;
	font-size: 14px;
}
.yes_no:hover{
	border-color: #007CC0;
}
.yes_no div.active{
	border-color: #007CC0;
	background: #007CC0;
	color: #fff;
	cursor: default;
}
.input-text{
	padding: 0 0 0 10px;
	border: 2px solid #E9EAEE;
	border-radius: 0;
	font-size: 16px;
	height: 35px;
	outline: none;
	width: 100%;
	display: block;
	pointer-events: none;
	opacity: .5;
	transition: all 0.15s ease-in-out;
	font-size: 15px;
}
td.active .input-text{
	opacity: 1;
	pointer-events: auto;
}
.input-text:hover,
.input-text:focus{
	border-color: #007CC0 
}
.step_title {
    padding: 8px 20px;
    background-color: #007cc0;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.step_name{
    background-color: #00588A;
    margin-bottom: 0
}

.step_question{
	font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    margin-bottom: 12px;
}
.btn.no-active{
	pointer-events: none;
}
.btn-back.no-active{
	border-color: #E9EAEE;
	color: #E9EAEE;
}
.btn-next.no-active{
	background: #E9EAEE;
	border-color: #E9EAEE;
	color: #fff;
}
.pagination_steps li span:hover{
	color: #00588A;
	cursor: pointer;
}



::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button { height: 0; display: none; background-color: #666; }
::-webkit-scrollbar-track {  background-color: #E9EAEE;}
::-webkit-scrollbar-track-piece { background-color: #E9EAEE;}
::-webkit-scrollbar-thumb {   background-color: #C2C3C6; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #E9EAEE;}}
::-webkit-resizer { background-color: #E9EAEE;}

.accordion-item:last-child{
	margin-bottom: 0;
}

.steps, .right-sidebar{
	max-height: 100%;
	overflow-y: auto;
}


@media screen and (max-width: 1200px ){
	.pagination_steps{
		display: none;
	}
	.main-content .steps{
		width: calc(67% - 15px);
	}
	.main-content .right-sidebar{
		width: calc(33% - 15px);
	}
}
@media screen and (max-width: 1100px ){
	.main-content{
		height: auto;
	}
	.steps, .right-sidebar{
		max-height: 60000px;
	}
}
@media screen and (max-width: 950px ){
	.main-content{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.main-content .steps{
		width: 100%;
	}
	.main-content .right-sidebar{
		width: 100%;
	}
	.pagination{
		position: static;
		margin: 30px 0 40px;
		width: 100%;
	}
	.wrapper{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 767px ){
	.step_question{
		font-size: 20px;
	}
 	.step_form, .step_form tbody, .step_form td{
		display: block;
 	}
 	.step_form tr:hover{
		background: #F5F5F5;
	}
 	.step_form tr{
 		display: -webkit-flex;
 		display: -moz-flex;
 		display: -ms-flex;
 		display: -o-flex;
 		display: flex;
 		justify-content: space-between;
 		-ms-align-items: center;
 		align-items: center;
 		-webkit-flex-wrap: wrap;
 		-moz-flex-wrap: wrap;
 		-ms-flex-wrap: wrap;
 		-o-flex-wrap: wrap;
 		flex-wrap: wrap;
 		border-bottom: 1px solid #e9eaee;
 	}
 	.step_form td{
 		border: none;
 		padding: 10px 20px;
 	}
 	.step_form td:first-child{
 		width: auto;
 		padding-left: 20px;
 	}
 	.step_form td:nth-child(2){
		width: 150px;
 	}
 	.step_form td:last-child{
 		display: none;
 		width: 100%;
 		padding-right: 20px;
 	}
 	.step_form td:last-child.active{
 		display: block;
 	}
 	.step_title{
 		-webkit-flex-direction: column-reverse;
 		-moz-flex-direction: column-reverse;
 		-ms-flex-direction: column-reverse;
 		-o-flex-direction: column-reverse;
 		flex-direction: column-reverse;
 	}
 	.step_title span{
 		padding: 10px 20px;
 		margin: -10px 0 0 -20px;
 		width: calc( 100% + 40px);
 		margin-bottom: 10px;
 		background: #00588A;
 	}
	.pagination{
		/*margin-bottom: 20px;*/
	}
	.step_form td:last-child{
		display: block;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.step_form td:first-child{
		width: 100%;
		padding-bottom: 0;
		padding-top: 15px;
	}
	.input-text{
		text-align: center;
	}
	.step_form tr{
		justify-content: center;
		text-align: center;
	}
	.step_form td:nth-child(2){
		width: 100%;
	}
	.yes_no{
		width: 100%;
	}
	.yes_no div{
		width: 50%;
	}
}
@media screen and (max-width: 455px ) {
 	.step_form tr{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		text-align: center;
		text-align: center;
		padding-bottom: 3px;
 	}
 	.step_form td:first-child{
 		width: 100%;
 		padding-bottom: 0;
 	}
 	.step_form td:nth-child(2){
 		width: 130px;
 		padding-left: 20px;
 	}
 	.step_form td:last-child{
 		padding-top: 0;
 	}
 	.step_title{
 		text-align: center;
 		justify-content: center;
 		-ms-align-items: center;
 		align-items: center;
 	}
 	.step_title span{
 		margin-left: 0;
 	}
 	.step_question{
 		text-align: center;
 		font-size: 18px;
 	}
 	.input-text{
 		text-align: center;
 		padding-left: 0;
 	}
}

