p.revolarp-forms-header.level1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

p.revolarp-forms-header.level2 {
    /*font-size: 1.2em;*/
    font-weight: bold;
    padding-bottom: 10px;
    /*margin-left: 70px;*/
    border-bottom: 1px dashed #ddd;
}

input.revolarp-ctrl.failed, select.revolarp-ctrl.failed {
    border-color: red !important;
}

.switch.failed span.switch-label {
    box-shadow: inset 0 1px 2px red, inset 0 0 2px red;
}

div.revolarp-ctrl-label {
	margin-top: 8px;
	font-size: 16px;
	font-weight: bold;
}

div.revolarp-ctrl-infos {
    margin-top: 8px;
    font-size: 14px;
    font-style: italic;
    color: #444;
}

div.revolarp-row.revolarp-forms-ctrl {
	padding-bottom: 10px !important;
	margin-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
}

div.revolarp-row.revolarp-forms-ctrl.level3 {
    margin-left: 80px;
    margin-bottom: 0;
    border-bottom: none;
}

input.revolarp-ctrl, select.revolarp-ctrl, textarea.revolarp-ctrl{
    padding: 6px 10px;
    height: 38px !important;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

span.revolarp-ctrl-switch {
	margin-top: 6px;
} 

input[type="text"].revolarp-ctrl, input[type="email"].revolarp-ctrl {
    width: 50%;
}

input[type="text"].revolarp-ctrl.zip {
    width: 100px;
    min-width: 100px;
}

input[type="text"].revolarp-ctrl.phone {
    width: 150px;
    min-width: 150px;
}

input[type="date"] {
    min-width: 150px;
    width: 150px;
}

input[type="number"].revolarp-ctrl {
    padding-right: 2px !important;
    max-width: 80px !important;
    text-align: right !important;
}

input[type="number"].revolarp-ctrl::-webkit-inner-spin-button, input[type="number"].revolarp-ctrl::-webkit-outer-spin-button {
    margin-left: 5px !important;
    height: 32px !important;
}

textarea {
	width: 100%;
	min-height: 60px;
}

.validedControls {
    color: #00aa00;
}

@media only screen and (max-width: 479px) {
	
	div.revolarp-row.revolarp-forms-ctrl.level3 {
	    margin-left: 25px;
	}
		
	input[type="text"].revolarp-ctrl {
        width: 100%;
	}
	
	span.revolarp-ctrl-switch {
	   margin-top: -10px;
	}
	
}

/*
#formsPointsIndicator {
    position: fixed;
    top: 49px;
    right: 5%;
    height: 20px;
    width: 80px;
    padding: 0 5px 5px;
    margin-top: -2px;
    margin-left: 4px;
    border: 2px solid #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    font-weight: bold;
}

#formsPointsIndicator.validedControls {
    color: #00aa00;
}

#formsPointsIndicator.error {
    color: #ff0000;
}
*/
/*
input[type="button"], input[type="submit"] {
    min-height: 40px;
}

select.formsCtrl {
    min-width: 10px;
}

textarea.formsCtrl {
    width: 100%;
}
*/
