.emp-form .floatleft {
	float: left;
}
.emp-form .floatright {
	float: right;
}
.emp-form .clear {
	clear: both;
}

.emp-form .red,
.emp-form .red a,
.emp-form .error {
	color: #B94A48 !important;
}
.emp-form .control-label .emp-form .asterisk {
	color: #B94A48;
}

.emp-form .form-submit-success, .emp-form .form-submit-danger {
	display: none;
}

.emp-form .emp-form select.input-sm {
	height: 30px !important;
}

.emp-form #form_example .page-header {
	width: 100%;
}

.emp-form .form-horizontal .form-group {
	margin-right: 0!important;
	margin-left: 0!important;
}

.red, .red a, .error {
	color: #B94A48 !important;
}

.control-label .asterisk {
	color: #B94A48;
}
.has-error label a {
	color: #b94a48 !important;
}

.regbutton{
	height: 50px;
	width: 120px;
	border-radius: 0px !important;
	font-size: 18px !important;
	color:white !important;
	border: none !important;
}

/*****************
Custom Form CSS
*****************/
*:focus, input:focus{
	outline: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}
.input-group {
	background: #fff;
	border: solid 1px #bdbdbd;
	border-radius: 5px;
}
.emp-form select:not([multiple]){
	height: 36px !important;
}
span.input-group-addon {
	background: transparent !IMPORTANT;
	border: 0 !important;
}
.emp-form .input-group-addon{
	font-size: 25px;
	color: #000;
}
.emp-form .form-control {
	border: 0 !important;
	padding: 10px 10px;
	color: #000;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none 1important;
	box-shadow: none !important;
	-webkit-appearance: none !important;  /*Removes default chrome and safari style*/
	-moz-appearance: none !important; /* Removes Default Firefox style*/

}

.emp-form select {
 
	padding:10px !important;
	line-height:1.2 !important;
	margin-left: 0px !important;
	border: none !important;
	-webkit-appearance: none !important;  /*Removes default chrome and safari style*/
	-moz-appearance: none !important; /* Removes Default Firefox style*/
}

.btn-black{
	/*width: 100%;*/
	background: #000;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.btn-black:hover {
    box-shadow: 0 9px 12px 0 rgba(0,0,0,0.20), 0 17px 25px 0 rgba(0,0,0,0.15);
}

.emp_full_width_button { 
    width: 100%!important;
}

.help-block{
	font-size: 14px;
	color: #737373 !important;
}


.stepwizard-step p {
	margin-top: 10px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 2%;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 13px;
	bottom: 0;
	position: absolute;
	/*content: " ";*/
	width: 100%;
	height: 3px;
	background-color: #ccc;
	z-order: 0;
}

.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px !important;
}

/*.stepwizard .setup-panel .active-step.btn-primary {
	background-image: linear-gradient(to bottom,  #020005  0%,  #020005 100%);
	background-repeat: repeat-x;
	border-color: #020005;
}

.stepwizard .setup-panel .active-step.btn-primary:hover {
	background-color: #020005 ;
}*/

/*.stepwizard .setup-panel .btn-default {
	background-image: linear-gradient(to bottom, #a5a2a9 0%, #a5a2a9 100%);
	background-repeat: repeat-x;
	border-color: #a5a2a9;
	text-shadow: 0 1px 0 #fff;
	opacity:  0.99 !important;
}
.stepwizard .setup-panel .btn-default:hover {
	background-color: #a5a2a9;
}*/

.stepwizard .setup-panel .active-step.btn-primary {
	background: #020005 none repeat scroll 0 0;
	color: white;
	border-color: #020005;
	content: counter(step, decimal);
}
.stepwizard .setup-panel .active-step.btn-primary:hover {
	background-color: #020005 ;
}

.stepwizard .setup-panel .btn-default {
	background:  #a5a2a9 none repeat scroll 0 0;;
	border-color: #a5a2a9;
	color: white;
}
.stepwizard .setup-panel .btn-default:hover {
	background-color: #a5a2a9;
}

.asterisk_input:after {
	content: " *";
	color: #e32;
	position: absolute;
	margin: 0px 0px 0px -20px;
	font-size: 17px;
	padding-right: 25px;
	background-position: right top;
}

.iqs-form-text i {
	position: absolute;
	padding: 10px 12px;
	pointer-events: none;
}

.stepwizard .btn.btn-circle.btn-default.btn-primary.active-step:hover,.stepwizard .setup-panel .btn-default:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0px 0 rgb(0, 0, 0)
}

.emp-form .form-horizontal .radio, .emp-form .form-horizontal .checkbox
{
	font-size: 12px;
	color: #000;
}
.modal-body{
	text-align: left;
}
.backBtn {
	height: auto;
	width: unset;
	float: left;
}
.nextBtn{
	float: right;
}