
label.error {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #FF2E2E;
}

.wizard > .steps li.current a {
    background-color: #6418C3;
    color: #fff;
}
.step-form-horizontal .wizard .steps li.current a{
    background: #6418C3;
}
.step-form-horizontal .wizard .steps li.disabled a{
	background:#eee;
	color:#aaa
}
.step-form-horizontal .wizard .steps li.current a:hover, .step-form-horizontal .wizard .steps li.current a:active, .step-form-horizontal .wizard .steps li.disabled a:hover, .step-form-horizontal .wizard .steps li.disabled a:active{
	background:#ebdffb;
}
.wizard > .content > .body .radio-inline input{
	display:inline;
}
	
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {

    padding: 0.55em 2em;
    
}

.wizard  .picker__input{
	background:#FFF !important;
}
.dtp-date-view i{
	color:#fff;
}

.dtp-select-year-range i{
	color:#7e7e7e;
}


.wizard .pneumatici .row{
	align-items:center;
}


table.dataTable{
	width:100% !important;
}
@media(max-width: 680px){
	.wizard > .content{
		min-height:63rem;
	}
}