#regForm {
	line-height: 200%;
}
label span.hint {
  font-size: 0.5rem;
  color: #ac2828;
}
.wizard_steps {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -5%;
}
.action_btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
}#nextBtn {
  float: left;
}

input[type="text"] {
    padding: 5px;
    width: 100%;
    font-size: 13px;
	border: 1px solid #ddd;
    border-radius: 5px;
}
select {
    padding: 4px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.invalid {
  background-color: #ffdddd;
}
.tab {
  display: none;
}
button {
    background-color: #FFAD01;
    color: #ffffff;
    border: none;
    padding: 3px 20px 7px;
    cursor: pointer;
    border-radius: 20px;
}
textarea {
    padding: 10px;
    width: 100%;
    font-size: 13px;
    border: 2px dashed #dddddd;
    border-radius: 5px;
}
#sending_msg {
    direction: rtl;
    font-weight: bold;
    color: #251E37;
    display: none;
	padding: 4px;
	position: absolute;
	top: 30%;
	right: 50%;
	margin-right: -80px;
}
#sent_msg {
    direction: rtl;
    font-weight: bold;
    color: #3CB919;
    display: none;
    position: absolute;
    top: 150px;
    right: 0;
    background: #f3ffea;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 15px;
}
#err_msg {
    direction: rtl;
    font-weight: bold;
    color: #DB2222;
    display: none;
    position: absolute;
    top: 150px;
    right: 0;
    background: #ffeaea;
    width: 100%;
    border-radius: 0 0;
    text-align: center;
    padding: 15px;
}
button:hover {
  opacity: 0.8;
}
.small {

    color: #888;
    font-size: 12px;

}
#prevBtn {
  background-color: #bbbbbb;
}
.onit {
    width: 100%;
    height: 70px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
.step {
  height: 10px;
  width: 10px;
  margin: 0 0px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
.step.finish {
  background-color: #4CAF50;
}

.tab {
    direction: rtl;
    padding: 40px 0 80px;
}
.tcenter {
  text-align: center;
  letter-spacing: 2px;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tab .switch-field label {
  font-size: 0.7rem;
}
.tab .switch-field label {
  font-size: 0.7rem;
  border: 1px solid #DDD;
  border-radius: 0px !important;
}
.tab .switch-field label:first-of-type {
  border-radius: 0 4px 4px 0 !important;
}
.tab .switch-field label:last-of-type {
  border-radius: 4px 0 0 4px !important;
}
.tab .switch-field-ocolor input:checked + label {
  background-color: #84775E;
  box-shadow: none;
  border: 1px solid #84775E;
  color: #fff;
}
.tab .switch-field { direction: rtl}
.tab textarea {
  padding: 10px;
  width: 100%;
  font-size: 13px;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.tab .switch-field label { width: 100%;}
.tab .table td { padding: 0;}
.tab .table td input {border: 1px solid #fff;border-radius: 0}
.tab h4 {
  color: #30B6BA;
  background: #DEEEEE;
  padding: 5px;
  font-size: 0.9rem;
  font-weight: 900;
  border-radius: 10px;
}
.tab a.btn { background: #dcf0dc; color: #009800; font-weight: 900; border: 1px solid #009800;}
label { position: relative;}
label small { color: #f00; font-size: 1.4rem; line-height: 0; position: absolute; bottom: 10px;}

