@media (min-width: 768px) {
	.form-horizontal .control-label {
	    text-align: left !important;
	}
}
.master-holder-bg-holder {
    overflow: visible !important;
}

.master-holder-bg, .master-holder-bg-holder {
    position: relative !important;
}

ul {
    margin-left: 0 !important;
}
.row {
	margin-top: 10px;
}
.btn.pull-right {
	margin-left: 15px;
}
.eb-form-steps-btn {
	
}
.nav>li>a.disabled:hover {
    text-decoration: none;
    background-color: #fff;
}
.fa-check-square-o {
	color: #5cb85c;
}
input[type=radio] {
    margin: 0 0 0 0;
}

.eb-form .hidden-wrapper {
    overflow: hidden;
    -webkit-transition: all 1400ms ease-in;
    -moz-transition: all 1400ms ease-in;
    -ms-transition: all 1400ms ease-in;
    -o-transition: all 1400ms ease-in;
    transition: all 1400ms ease-in;
}
body textarea.form-control {
    height: 12em;
}    
.eb-form .extra {
	margin-bottom: 15px;
    border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.eb-form .eb-repeat-wrapper .extra:nth-child(2) {
    border-top: 1px solid #e5e5e5;
}

.eb-form .hide {
	display: none;
}
.eb-form > fieldset:first-of-type legend {
	padding-top: 0px;
}
.eb-form legend {
	padding-top: 20px;
}
NOT.eb-form .files .fade {
	opacity: 1;
}
.eb-form-remove-file {
	cursor: pointer;
}
.eb-form .fa-trash {
	color: #c9302c;	
}
.form-group .validator-message {
	display: none;
}
.form-group.has-error .validator-message {
	display: block;
	color: #a94442;
	font-size: 0.8em;
}