/**
* **************************************************
* General Styles
* **************************************************
**/

#opal-masthead .header-main {
}
.white-popup{
  background: #fff none repeat scroll 0 0;
  margin: 20px auto;
  max-width: 500px;
  padding: 20px;
  position: relative;
  width: auto;
}

.schedule-form label {
  position: relative;
  display: inline;
}
.schedule-form label {
    top:  45px;
    color: #f55f5f;
    font-size: 12px;
    height: auto;
    line-height: 32px;
    position: absolute;
    text-align: center;
    visibility: visible;
    z-index: 999;
}

.schedule-form-v2 input, button, select, textarea {

}
.schedule-form-v2 .error{
  color: red;
}

/**
* **************************************************
* Schedule Styles
* **************************************************
**/


.schedule-form .form-group label {
  position: relative;
  display: inline;
}
.schedule-form .form-group label {
  background: #ff141c none repeat scroll 0 0;
  border-radius: 6px;
  box-shadow: 0 0 5px #800000;
  color: #ffffff;
  font-size: 10px;
  height: auto;
  left: 50%;
  margin-left: -76px;
  opacity: 0.6;
  padding: 5px;
  position: absolute;
  text-align: left;
  visibility: visible;
  width: 80%;
  z-index: 999;
}
.schedule-form .form-group label:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #FF141C;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

}
.loading {
  display:    block !important;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 )
              url('../img/bx_loader.gif')
              50% 50%
              no-repeat;
}

.schedule-service-wrapper {
  margin: auto;
  background-color: #3bb64a;
  border-radius: 10px;
  border: 1px solid #3bb64a;
  max-width: 640px !important;
  color: #fff;
  padding: 10px;
}

.type-service ,.schedule-time_of_day{
  width: 100%;
}

.type-service .item-type , .schedule-time_of_day .item-timeofday{
  width: 30%;
  max-height: 150px;
  padding: 50px;
  border: 1px solid #ccc;
  float: left;
  margin: 10px;
  cursor: pointer;
}
.itemactive{
  border: 3px solid yellow!important;
}

.schedule-service-wrapper .item-type INPUT ,
.schedule-service-wrapper .item-timeofday INPUT{
    opacity: 0;
}
.schedule-service-wrapper .item-type .icon-checkbox ,
  .schedule-service-wrapper .item-timeofday .icon-checkbox{
    display: none;
}

#opal_schedule_date, .opal_schedule_date {
    background-image: url("../img/calendar-512.png");
    background-repeat: no-repeat;
    background-position: right 0px;
    background-size: 30px 30px;
    width: 240px;
}

.schedule-type-service .type-item{
  width: 30%;
  max-height: 150px;
  padding: 50px;
  border: 1px solid #ccc;
  float: left;
  margin: 10px;
  cursor: pointer;
  background: #fff;
}
