h3.heading-big{
  font-family: 'HelveticaNeueCondensedBold';
}

.back-planner, .back-planner:focus, .back-planner:visited{
  padding: 10px 0;
  color: #333;
  border-bottom: 1px solid#e7e7e7;
  margin: 0 15px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 22px;
  font-weight: 500;
}

.back-planner i{
  font-size: 18px;
  margin-right: 5px;
  line-height: 22px;
}

.back-planner:hover{
  color: #C8102E;
}

#location-selector{
  background: #920616;
}

#booking-container .booking-row{
  opacity: 1;
  visibility: visible;
}

.booking-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 5px;
}

.booking-row img{
  border-radius: 40px;
  border: 3px solid #e7e7e7;
  width: 70px;
  height: 70px;
}

.booking-row img.booked{
  border-color: #02891B;
}

.booking-row img.enqueued{
  border-color: #ff9800;
}

.detail-booking-heading{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

.detail-booking-heading >div{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.heading-small.booking-counter,
.booking-row .booking-counter{
  -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
          order:2;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'HelveticaNeueCondensedBold';
  color: #666;
  border: 1px solid #666;
  padding: 0 10px;
  white-space: nowrap;
}

.modal .booking-row .booking-counter{
  margin-right: 10px;
}

.button-default{
  border-radius:0px;
  letter-spacing:1px;
  background-color: #C8102E !important;
  text-align: center;
}

.button-default.flat-button-danger{
  background-color: #f44336 !important;
}

.button-default.flat-button-success{
  background-color: #01891b !important;
}

.button-default.flat-button-warning{
  background-color: #ff9800 !important;
}


.booking-counter.booked{
  color: #fff;
  border-color: #02891B;
  background-color: #02891B;
}
.booking-counter.enqueued{
  color: #fff;
  border-color: #ff9800;
  background-color: #ff9800;
}

.booking-counter.bookable{
  color: #02891B;
  border-color: #02891B;
}
.booking-counter.enqueuable{
  color: #ff9800;
  border-color: #ff9800;
}
.booking-counter.free{
  color: #e3e3e3;
  border-color: #e3e3e3;
}

.booking-row .row-content{
  -webkit-box-flex:1;
      -ms-flex-positive:1;
          flex-grow:1;
  padding: 0 10px;
}

.row-content h4,
.row-content p,
.row-content span{
  font-family: 'HelveticaNeueCondensedBold';
}

.row-content span{
    color: #666;
    font-size: 16px;
}

.row-content h4{
  margin: 0;
  padding:0;
  color: #333;
  font-size: 20px;
  line-height: 24px;
}

.row-content p{
  color: #999;
  font-family: 'HelveticaNeue';
  font-weight: 500;
  margin: 0;
  padding:0;
}


#day-selector-nav .nav-pills{
  margin: 0;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#day-selector-nav .nav-pills>li a{
    text-transform: none;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    color: #fff!important;
    margin: 0;
}

#day-selector-nav  .nav-pills>li.active>a{
  background: #fff;
  color: #c81030!important;
}

#day-selector-nav li strong{
  display: block;
  font-family: 'HelveticaNeue';
  font-size: 24px;
}

#location-selector{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

#location-selector .heading-big{
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#location-selector > a{
  background-color: transparent!important;
  margin: 0;
  border: 2px solid #fff;
  padding: 5px 15px;
  font-weight: 700;
}

.nav-justified>li{
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.heading-default,
.heading-small{
  font-family: 'HelveticaNeueCondensedBold';
}

.no-data{
  font-size: 16px;
  color: #999;
  text-align: center;
  padding: 20px;

}

.no-data i{
  display: block;
  line-height: 55px;
  font-size: 50px;
  color: #999;
  margin-bottom: 15px;

}

.date-heading {
    display: block;
    padding: 5px 15px;
    font-size: 20px;
    font-family: HelveticaNeueCondensedBold;
    color: #ca0828;
    border-bottom: 1px solid #e7e7e7;
}

#booking-container.loading-content{
    position: relative;
}

#booking-container.loading-content .booking-row{
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fixed-loader-wrapper,
#booking-container.loading-content .loader-wrapper{
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(0,0,0,0.9);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  top: 100px;
  left: calc(50% - 40px);
}

.fixed-loader-wrapper i,
.loader-wrapper i{
  display: block;
  margin: 0 0 5px 0;
  text-align: center;
}

.fixed-loader-wrapper{
  position: fixed;
  top:calc(50vh + 80px);
}

.button-default i{
  display: none;
}

.button-default.loading-btn i{
  display: inline-block;
  text-align: center;
}

.loading-btn{
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.loading-btn:after{
  content:" richiesta in corso..."
}

.loading-btn span{
  display: none;
}

@media (max-width: 768px){
  #planner-hero{
    display: none;
  }
  .row-content h4{
    font-size: 18px;
    line-height: 20px;
  }

  .booking-row img{
    height: 60px;
    width:60px;
  }

  .booking-row .booking-counter{
    font-size: 13px;
  }

  #booking-container{
    margin: 0 -15px;
  }
  div#day-selector-nav {
    height: auto!important;
  }

  #day-selector-nav .nav-pills{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -15px;
  }

  #day-selector-nav .nav-pills li > a{
    padding: 10px 12px;
  }
  #location-selector{
    padding: 70px 15px 0 15px;
    background: #920616;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  #location-selector .heading-big{
    font-size: 16px;
  }

  #location-selector > a{
    margin: 7px 0;
  }

  .nav-justified>li{
    float:none;
    width: auto;
  }
}

@media (min-width: 768px){
  .nav-justified>li {
    width: 80px;
  }
}
