/*Opening Hours CSS */
.openingHours-style1 .open-hours-wrapper{
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.openingHours-style1 .open-hours-wrapper .header-open-now{
  background-color: #1fbba6;
  padding: 14px 20px;
  padding-top: 17px;
}
.openingHours-style1 .open-hours-wrapper .header-open-now{
  color: #fff;
}
.openingHours-style1 .open-hours-wrapper .header-open-now .time-header{
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-top: 1px;
  margin: 0px;
}
.openingHours-style1 .open-hours-wrapper .header-open-now .time-header strong{
  font-size: 20px;
  float: left;
  clear: left;
  width: 100%;
  text-transform: uppercase;
}
.openingHours-style1 .open-hours-wrapper .header-open-now i{
  font-size: 55px;
  margin-right: 13px;
  margin-top: 0px;
  float: left;
}
.openingHours-style1 .open-hours-wrapper .body-open-now {
  padding: 10px;
}
.openingHours-style1 .open-hours-wrapper .body-open-now .day-row .day{
  color: #16aa96;
  font-size: 14px;
  width: 50%;
  text-align: left;
  text-transform: uppercase;
  float: left;
  font-weight: 700;
}
.openingHours-style1 .open-hours-wrapper .body-open-now .day-row .day .hiddentxt{
  display: none;
}
.openingHours-style1 .open-hours-wrapper .body-open-now .day-row{
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  float: left;
  width: 100%;
}
.openingHours-style1 .open-hours-wrapper .body-open-now .day-row .time{
  font-size: 14px;
  font-weight: 600;
  color: #333;
  width: 128px;
  text-align: text;
  float: right;
}
.openingHours-style1 .open-hours-wrapper .body-open-now .day-row .open-now{
  display: none;
  font-size: 14px;
  font-weight: bold;
  color: #1fbba6;
  float: left;
  text-align: right;
  width: 79px;
  text-transform: uppercase;
}
.openingHours-style1 .open-hours-wrapper .body-open-now .day-row.opend-now-row{
  border: 1px solid #cef0eb;
  border-radius: 5px;
}
.openingHours-style1 .open-hours-wrapper .body-open-now .day-row.opend-now-row .open-now{
  display: block;
}
.openingHours-style1.no-open .open-hours-wrapper .body-open-now .day-row.opend-now-row .open-now{
  display: none !important;
}
.openingHours-style1.no-open .open-hours-wrapper .body-open-now .day-row{
  width: 100%;
}
.openingHours-style1.no-open .open-hours-wrapper .body-open-now .day-row .time{
  float: right;
}
/*style2*/
.openingHours-style2 .open-hours-wrapper{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
}
.openingHours-style2 .open-hours-wrapper .header-open-now{
  background-color: #ef8124;
  padding: 32px 10px;
  color: #fff;
  width: 45%;
  height: 223px;
  float: left;
}
.openingHours-style2 .open-hours-wrapper .header-open-now .time-header{
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-top: 1px;
  margin: 0px;
  width: 100%;
}
.openingHours-style2 .open-hours-wrapper .header-open-now .time-header strong{
  font-size: 22px;
  float: left;
  clear: left;
  width: 100%;
  text-transform: uppercase;
  text-align: center;

}
.openingHours-style2 .open-hours-wrapper .header-open-now i{
  font-size: 75px;
  margin-right: 13px;
  margin-top: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.openingHours-style2 .open-hours-wrapper .body-open-now {
  padding: 5.5px 10px;
  width: 55%;
  float: left;
}
.openingHours-style2 .open-hours-wrapper .header-open-now .time-header{
  float: left;
  text-align: center;
}
.openingHours-style2 .open-hours-wrapper .header-open-now .time-header p{
  float: center;
  width: auto;
  text-align: right;
  margin: 0px;
  display: inline-table;
}
.openingHours-style2 .open-hours-wrapper .header-open-now .row{
  display: inline-block;
}
.openingHours-style2 .open-hours-wrapper .body-open-now .day-row .day{
  color: #ef8124;
  font-size: 14px;
  width: 25%;
  text-align: left;
  text-transform: uppercase;
  float: left;
  font-weight: 700;
}
.openingHours-style2 .open-hours-wrapper .body-open-now .day-row .day .hiddentxt{
  display: none;
}
.openingHours-style2 .open-hours-wrapper .body-open-now .day-row{
  padding: 5px 8px;
  margin-bottom: 0px;
  margin-top: 0px;
  float: left;
  width: 100%;
}
.openingHours-style2 .open-hours-wrapper .body-open-now .day-row .time{
  font-size: 14px;
  font-weight: 600;
  color: #333;
  width: 75%;
  text-align: right;
  float: left;
}
.openingHours-style2 .open-hours-wrapper .body-open-now .day-row .open-now{
  display: none;
  font-size: 14px;
  font-weight: bold;
  color: #ef8124;
  float: left;
  text-align: right;
  width: 79px;
  text-transform: uppercase;
}
.openingHours-style2 .open-hours-wrapper .body-open-now .day-row.opend-now-row{
  border: 1px solid #eec19b;
  border-radius: 5px;
}
.openingHours-style2 .open-hours-wrapper .body-open-now .day-row.opend-now-row .open-now{
  display: block;
}
.openingHours-style2.no-open .open-hours-wrapper .body-open-now .day-row.opend-now-row .open-now{
  display: none !important;
}
.openingHours-style2.no-open .open-hours-wrapper .body-open-now .day-row{
  width: 100%;
}
.openingHours-style2.no-open .open-hours-wrapper .body-open-now .day-row .time{
  float: right;
}
#opening-hours-modal .modal-dialog{
  width: 1025px;
}
#opening-hours-modal .modal-title{
  width: auto;
  color: #000;
  font-size: 13px;
  font-weight: 700;
}
#opening-hours-modal .modal-title i{
  margin-right: 5px;
  color: #3598db;
  font-size: 16px;
  position: relative;
  top: 1px;
}
#opening-hours-modal label{
  margin-bottom: 0px;
  line-height: 27px;
}
#opening-hours-modal .saveBtn ,#opening-hours-modal .saveBtn:focus,#opening-hours-modal .saveBtn:hover,#opening-hours-modal .saveBtn:active{
  border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,144,0) 0%, rgb(255,160,37) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,144,0) 0%, rgb(255,160,37) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,144,0) 0%, rgb(255,160,37) 100%);
  box-shadow: 0px 2px 0px 0px rgba(214, 121, 0, 1);
  height: 40px;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  padding: 0px;
  margin-top: 10px;
}
#opening-hours-modal .right-bordered{
  padding-right:20px !important;
  border-right:1px solid #d0d0d0;
}
#opening-hours-modal .time-row{
  padding-left: 10px;
}
#opening-hours-modal .Start-From{
  padding: 0px;
}
#opening-hours-modal .Start-From span {
  background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(243,243,243) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(243,243,243) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(243,243,243) 100%);
  box-shadow: 0px 1px 0px 0px rgba(203, 203, 203, 1);
  display: block;
  color: #666;
  font-weight: 700;
  cursor: pointer;
  padding-left: 2px;
  text-align: center;
  text-transform: uppercase;
  height: 27px;
  line-height: 27px;
  padding-right: 0px;
}
#opening-hours-modal .Start-From span.Open {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-right: 1px;
}
#opening-hours-modal .Start-From span.Closed {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#opening-hours-modal .Start-From span.Open.active {
  background-image: -moz-linear-gradient( 90deg, rgb(53,152,219) 0%, rgb(67,168,237) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(53,152,219) 0%, rgb(67,168,237) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(53,152,219) 0%, rgb(67,168,237) 100%);
  box-shadow: 0px 1px 0px 0px rgba(32, 122, 183, 1);
  left: 274px;
  line-height: 27px;
  color: #FFF;
}
#opening-hours-modal .Start-From span.Closed.active {
  background-image: -moz-linear-gradient( 90deg, rgb(204,0,0) 0%, rgb(217,28,31) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(204,0,0) 0%, rgb(217,28,31) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(204,0,0) 0%, rgb(217,28,31) 100%);
  box-shadow: 0px 1px 0px 0px rgba(158, 0, 0, 1);
  left: 274px;
  line-height: 27px;
  color: #FFF;
}
#opening-hours-modal .Start-From span i{
  display: none;
}
#opening-hours-modal .Start-From span.active i{
  display: inline-block;
}
#opening-hours-modal .Start-From span .fa {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  padding-right: 0px;
}
#opening-hours-modal .Start-From span.active {
  color: #fff;
}
.no-padding{
  padding: 0px;
}
#opening-hours-modal .label-style{
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 27px;
  height: 27px;
  margin-bottom: 0px;
}
#opening-hours-modal .label-style i.fa{
  font-size: 23px;
  color: #3598db;
  margin-right: 10px;
  float: left;
}
#opening-hours-modal .label-style p{
  float: left;
  width: auto;
  line-height: 12px;
  margin: 0px;
  padding: 0px;
}
#opening-hours-modal .numberIcon{
  color: #fff;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  float: left;
  border-radius: 10px;
  background-color: #3598db;
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 3.5px;
}
#opening-hours-modal .right-bordered .row{
  margin: 0px;
}
#opening-hours-modal .tit-left-side{
  font-size: 18px;
  color: #333;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0px;
}
#opening-hours-modal .numberIcon.red{
  background-color: #cd0202;
}
#opening-hours-modal .start-time{
  width: 53px;
  float: left;
  height: 28px;
  margin-right: 3px;
  padding: 0px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  color: #676767;
}
#opening-hours-modal .start-time:last-child{
  margin-right: 0px !important;
}
#opening-hours-modal label.time{
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-align: center;
  width: 28px;
  text-transform: capitalize;
}
#opening-hours-modal label.time:first-child{
  margin-left: 10px;
  width: 50px;
}
#opening-hours-modal .time-zone{
  width: 100%;
  float: left;
  height: 28px;
  margin-right: 3px;
  padding: 0px;
  padding-left: 7px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  color: #676767;
}
#opening-hours-modal .form-control{
  border-radius: 2px !important;
}
#opening-hours-modal select.bigSelect{
  width: 165px !important;
}
.openingHours-style1 .open-hours-wrapper{
  max-width: 100%;
}
.openingHours-all {
  /* overflow: hidden !important; */
}
.openingHours-style2 .open-hours-wrapper .header-open-now .time-header .today-time{
  display: none;
}
.openingHours-style2.oh-small-size .open-hours-wrapper .header-open-now{
  width: 100% !important;
}
.openingHours-style2.oh-small-size .open-hours-wrapper .body-open-now{
  width: 100% !important;
}
.openingHours-style2.oh-small-size .open-hours-wrapper .body-open-now .day-row .time{
  width: 120px !important;
  float: right !important;
  text-align: center !important;
}
.openingHours-style2.oh-small-size.open-hours-wrapper .header-open-now i{
  font-size: 55px;
}
.openingHours-style2.oh-small-size .open-hours-wrapper .header-open-now{
  height: auto;
  padding: 14px 20px;
  padding-top: 17px;
}
.openingHours-style2.oh-small-size .open-hours-wrapper .header-open-now .time-header .today-time{
  display: inline;
}
.openingHours-style2.oh-small-size .open-hours-wrapper .header-open-now .time-header p{
  display: none;
}
.OHerror .form-group .form-control{
  border: 1px solid #cc0000 !important;
}
@media only screen and (max-width: 1024px) {
  .openingHours-style1 .open-hours-wrapper .header-open-now .time-header{
    display: table;
  }
  .openingHours-style1 .open-hours-wrapper .header-open-now{
    padding-right: 10px;
  }
}
@media only screen and (max-width: 340px) {
  .openingHours-style1 .open-hours-wrapper,.openingHours-style2 .open-hours-wrapper{
      width: 100%;
  }
  .openingHours-style1 .open-hours-wrapper .body-open-now .day-row .day,.openingHours-style2 .open-hours-wrapper .body-open-now .day-row .day{
    width: 21%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
  }
  .openingHours-style1 .open-hours-wrapper .body-open-now .day-row .time,.openingHours-style2 .open-hours-wrapper .body-open-now .day-row .time{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .openingHours-style1 .open-hours-wrapper .body-open-now .day-row,.openingHours-style2 .open-hours-wrapper .body-open-now .day-row{
    width: 100%;
  }
  .openingHours-style1 .open-hours-wrapper-bg,.openingHours-style2 .open-hours-wrapper-bg{
    padding: 0px;
  }
  .openingHours-style1 .open-hours-wrapper .body-open-now .day-row .day .hiddentxt,.openingHours-style2 .open-hours-wrapper .body-open-now .day-row .day .hiddentxt{
    display: none;
  }
  .openingHours-style1 .open-hours-wrapper .header-open-now i,.openingHours-style2 .open-hours-wrapper .header-open-now i{
    width: 100%;
  }
  .openingHours-style1 .open-hours-wrapper .header-open-now .time-header,.openingHours-style2 .open-hours-wrapper .header-open-now .time-header{
    text-align: center;
  }
  .openingHours-style2 .open-hours-wrapper .header-open-now,.openingHours-style2 .open-hours-wrapper .body-open-now{
    width: 100%;
  }
  .openingHours-style2 .open-hours-wrapper .body-open-now .day-row .time{
    width: 128px !important;
    float: right !important;
    text-align: center !important;
  }
  .openingHours-style2 .open-hours-wrapper .header-open-now i{
    font-size: 55px;
  }
  .openingHours-style2 .open-hours-wrapper .header-open-now{
    height: auto;
    padding: 14px 20px;
    padding-top: 17px;
  }
  .openingHours-style2 .open-hours-wrapper .header-open-now .time-header .today-time{
    display: inline;
  }
  .openingHours-style2 .open-hours-wrapper .header-open-now .time-header p{
    display: none;
  }
}
