
.m-t-5{
  margin-top: 5px !important;
}


.m-t-10{
  margin-top: 10px !important;
}

.m-t-25{
  margin-top:25px !important;
}
.m-b-0{
  margin-bottom: 0px !important;
}

.m-t-40{
  margin-top: 40px !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.color-green{
  color: #039ea0;
}
.d-n{
  display: none !important;
}
/*dots*/
ul.steps-sec {
    list-style: none;
    margin-top: 35px;
    padding: 0;
}
ul.steps-sec li{
  display: inline-block;
  list-style: none;
  width: 160px;
  vertical-align: top;
  position: relative;
}
ul.steps-sec li > span:first-child {
    display: block;
    width: 43px;
    height: 43px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    color: #039ea0;
    font-size: 20px;
    margin: auto;
    line-height: 40px;
    text-align: center;
}
ul.steps-sec li:after {
    content: '';
    height: 8px;
    width: 125px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: -65px;
    box-sizing: block;
  z-index: 0;
}
ul.steps-sec li.active:before {
    content: '';
    height: 4px;
    width: 135px;
    background: #039ea0;
    display: block;
    position: absolute;
    top: 19px;
    left: -70px;
    box-sizing: content-box;
    z-index: 1;
}
ul.steps-sec li:first-child:after, ul.steps-sec li.active:first-child:before {
    content: none;
}
ul.steps-sec li.active > span:first-child{
  color: #fff;
}
ul.steps-sec li.active > span:first-child:before{
  content: '';
  width: 31px;
  height: 31px;
  background: #039ea0;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
}
ul.steps-sec li.active > span:first-child > span{
  position: relative;
  z-index: 3;
}
.title-dot{
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  display: block;
  text-align: center;
  margin-top: 15px;
}
/*step - 3*/
.page-title{
  color: #039ea0;
  font-size: 30px;
  line-height: 48px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  margin-bottom: 0px;
   letter-spacing: 0;
    margin-top: 55px;
}
.anot-for-table{
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #828180;
}
.tabel-label{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #767574;
}
.availability-table > thead{
  border-bottom: 0px; 
}
.availability-table > thead > tr > th{
  background-color: #039ea0;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-family: 'Lato', sans-serif;
  border-bottom: 0px solid transparent;
  border-right: 5px solid #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-weight: 400;
  padding: 0 20px;
}
.availability-table > tbody > tr > td{
  background-color: #eff7f7;
  color: #767574;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid #fff;
  text-align: center;
  vertical-align: middle;
   padding: 6px;
}
.availability-table > thead > tr > th:first-child, .availability-table > tbody > tr > td:first-child{
 text-align: left;
  padding-left: 20px;
}
.availability-table > tbody > tr:first-child > td{
  padding-top: 20px;
}
.availability-table > tbody > tr:last-child > td{
  padding-bottom: 40px;
}
.table-section hr {
    border-top: 1px solid #c9d0d0;
    margin-top: 0;
}
.radio{
  display: none;
}
.availability-table label{
  margin: 0px;
}
.label{
  position: relative;
  padding: 0;
  cursor: pointer;
}
.label:empty {
    display: block;
}
.availability-table .radio + span.label:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #888888;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: block;
}
.availability-table .radio:checked + span.label:after {
  content: '';
  background-color: #888888;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  display: block;
}
.availability-table .fa{
  font-size: 20px;
}



.btn-block .btn {
    padding: 9px 59px;
    font-size: 24px;
    border-radius: 5px;
    margin-left: 33px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

 .btn-block {
    margin-top: 55px;
    margin-bottom: 90px;
    border-top: 1px solid #c9d0d0;
    padding-top: 75px;
}


.btn.btn-green{
  background: #039ea0;
  color: #FFF;
}
.btn.btn-green:hover {
  background: rgba(3, 158, 160, 0.7);
}
.btn.btn-red{
  background: #fa7331;
  color: #FFF;
}
.btn.btn-red:hover {
  background: rgba(250, 115, 49, 0.74);
}

/*step - 2*/



.dif-padding .row .col-md-6:first-child {
    padding-right: 45px;
}
.dif-padding .row .col-md-6:last-child {
    padding-left: 45px;
}

.form-horizontal .form-group {
  margin-bottom: 25px;
}
.form-horizontal .control-label {
  font-family: 'Lato', sans-serif;
  color: #767574;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  padding-top: 0;
      padding-right: 0;
}
.form-horizontal .control-label span{
  color: #fa7e41;
  font-size: 18px;
}
.form-horizontal .label{
  position: relative;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #767574;
  font-weight: normal;
}
.form-horizontal .label:empty {
    display: block;
}
.form-horizontal .radio + span.label:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #888888;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  top: 2px;
}
.form-horizontal .select_box{
  height: 46px;
  background: #fff url(../images/h_select.png) no-repeat right;
}
.availability-table .select_box{
  height: 36px;
}
.form-horizontal .radio:checked + span.label:after {
  content: '';
  background-color: #888888;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: 8px;
  border-radius: 50%;
  display: block;
}
/*.simpl-radio-block {
  margin-top: 10px;
}*/
.simpl-radio-block label{
  margin-right: 15px;
}
.form-horizontal .form-control{
  border: solid 1px #838383;
font-size: 14px;
font-family: 'Lato', sans-serif;
height: 46px;
border-radius: 5px;
padding: 0 15px;
  box-shadow: none;
  resize: none;
}
.form-horizontal textarea.form-control{
  height: auto;    padding: 5px 15px;
}
.form-horizontal .form-control:focus {
   
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-horizontal .add-row-form-btn{
font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #767574;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #868686;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}
.form-horizontal .remove-row-form-btn {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #767574;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #868686;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    margin-top: 10px;
  text-decoration: none;
}
.form-horizontal .add-row-form-btn:hover{
  text-decoration: none;
}
.form-horizontal .form-control.date{
  border-right: 0px;
}
.input-group-addon:last-child {
    border-left: 0;
    background: transparent;
    border-color: #838383;
}
.span-norecords{
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  display: block;
  width: 100%;
  background-color: #fa7331;
}
.availability-table > tbody > tr.NoRecordFound > td {
    padding: 10px !important;
}
.popover {
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #039ea0;
}
.popover-title {
  display: inline;
background-color: transparent;
border: none;
color: #039ea0;
font-size: 16px;
padding: 0;
  font-family: 'Lato', sans-serif;
  padding-right: 10px;
}
.popover-content{
  padding: 0;
  display: inline;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #767574;
}
.popover > .arrow {
  display: none;
}

/***step 4 ****/
.colored-form-block{
  margin-bottom: 50px;
}

.colored-form-block .block-header{
  background-color: #039ea0;
  padding: 0 30px;
}
.colored-form-block .block-header h4{
  font-family: 'Lato', sans-serif;
  color: #eff7f7;
  font-size: 24px;
  line-height: 44px;
  margin: 0px;
}
.colored-form-block .block-content{
  background-color: #eff7f7;
  padding: 30px;
}
.colored-form-block .block-content .employ-form-title{
  color: #039ea0;
  font-size: 18px;
  display: block;
  margin-bottom: 40px;
}
.colored-form-block .block-content .control-label{
  padding-top: 12px;
}
.colored-form-block .colored-block-for-btn{
  background-color: #eff7f7;
  padding: 0 30px;
}
.colored-form-block .row-for-btn .add-some-btn{
  color: #039ea0;
  font-size: 18px;
  display: block;
      margin: 20px 0 40px;
}
.colored-form-block .row-for-btn .add-some-btn:hover{
  text-decoration: none;
}

.simple-checkbox .label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #6b6e63;
    display: inline-block;
    border-radius: 2px;
    margin-right: 15px;
  position: absolute;
  left: 0;
  top: 1px;

  
}
.simple-checkbox .label {
    color: #6b6e63;
    font-size: 16px;
    font-weight: 400;
    word-wrap: normal;
  white-space: normal;
  padding-left: 30px;
  display: block;
  position: relative;
  text-align: left;
}
.simple-checkbox .checkbox:checked+span.label:after {
    content: '';
    background: url(../images/marker.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
}
.block-captcha{
padding-left: 30px;
}
.block-captcha, .conf-cap{
  margin-top: 20px;
}
.fin-form .control-label {
    padding-top: 12px;
}
.refresh{
  color: #039ea0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.refresh:hover{
  text-decoration: none;
}


.btn-block.without-border {
    margin-top: 74px;
  
     border-top:none; 
     padding-top: 0px; 
}


.conf-cap {padding-left: 10px;}
.multiselect-native-select .btn-group{
  width: 100%;
}
.multiselect{
height: 46px;
background: #fff url(../images/h_select.png) no-repeat right;
  width: 100%;
border: solid 1px #838383;
  color: #6b6e63;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  border-radius: 5px;
padding: 0 15px;
  display: inline-block;
  line-height: 44px;
  
}
.multiselect .open > .dropdown-menu {
    display: block;
    width: 100%;

}
.multiselect-container{
  width: 100%;
    border-radius: 0px 0px 5px 5px;
margin-top: -5px;
  border: solid 1px #838383;
}
.multiselect-container .checkbox, .multiselect-container .radio {
    display: block;
  position: relative;
  padding: 10px 20px 10px 40px;
  font-size: 14px;
}
.multiselect-container > li {
    padding: 0;
    border-bottom: 1px solid #838383;
    margin-left: 5px;
    margin-right: 5px;
}
.multiselect-container .label {
    color: #6b6e63;
    font-size: 16px;
    font-weight: 400;
    word-wrap: normal;
  white-space: normal;
  padding-left: 30px;
  display: block;
  position: absolute;
 left: 10px;
top: 10px;
}
.multiselect-container .label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #6b6e63;
    display: inline-block;
    border-radius: 2px;
    margin-right: 15px;
  position: absolute;
  left: 0;
  top: 1px;
 

  
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #6b6e63;
    background-color: transparent;
}
.multiselect-container input[type="checkbox"]{
  display: none;
}
.multiselect-container span.label.checked:after {
  content: '';
    background: url(../images/marker.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
}