.flex_spa_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
}
table th {
  border: none;
}
table td {
  border: none;
  padding: 2px 0px;
}

.boxBox {
  width: 100%;
}

.boxcontent {
  display: flex;
  width: 100%;
  background-color: #F1F1F1;
}

.bol {
  flex: 1;
  height: 70vh;
  overflow: hidden;
}
.bol img {
  min-width: 100%;
  min-height: 100%;
}

.bor {
  width: 20%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 0px;
  justify-content: space-around;
  align-items: center;
}

.selBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0px;
  box-sizing: border-box;
}

.selBox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 13px 13px 10px;
  box-sizing: border-box;
}

.now {
  width: 58px;
  height: 30px;
  background: #D2D2D2;
  border-radius: 8px;
  font-family: "MiSans";
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 30px;
  cursor: pointer;
  font-size: 13px;
  margin-right: 7px;
}

.now2 {
  width: 66px;
  height: 30px;
  background: #D2D2D2;
  border-radius: 8px;
  font-family: "MiSans";
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
  margin-right: 12px;
}

.acnow {
  background: #D9001B;
}

.calderNowBox {
  flex: 1;
  height: 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.calderNow2, .calderNow {
  width: 100%;
  height: 32px;
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0px 13px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  position: relative;
}

.calderNow img {
  width: 18px;
  margin-right: 9px;
}

.calderNow2 img {
  width: 18px;
  margin-right: 9px;
}

#date3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
  background-color: transparent;
  font-family: "DIN Alternate";
  font-weight: bold;
  font-size: 12px;
  color: #969696;
  line-height: 15px;
  outline: none;
  padding-left: 33px;
  cursor: pointer;
}

#date4 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
  background-color: transparent;
  font-family: "DIN Alternate";
  font-weight: bold;
  font-size: 12px;
  color: #969696;
  line-height: 15px;
  outline: none;
  padding-left: 33px;
}

#date5 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
  background-color: transparent;
  font-family: "DIN Alternate";
  font-weight: bold;
  font-size: 12px;
  color: #969696;
  line-height: 15px;
  outline: none;
  color: #000;
  padding-right: 20px;
  box-sizing: border-box;
}

#calendar {
  position: absolute;
  top: 37px;
  right: 0px;
  width: 200px;
}

.hasDatepicker {
  width: 100%;
}

.ui-widget.ui-widget-content {
  width: 95%;
  padding: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center !important;
}

.ui-state-default {
  border: none !important;
  background-color: #FFFFFF !important;
  color: #454545 !important;
}

.ui-state-highlight {
  color: cornflowerblue !important;
}

.ui-state-active {
  color: #FFFFFF !important;
  background-color: cornflowerblue !important;
}

.noneBlock {
  position: absolute !important;
  z-index: -10 !important;
  opacity: 0 !important;
  top: 0px !important;
  left: 0px !important;
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
}

.noblock {
  display: none;
}

.lineBOx {
  width: 100%;
  padding: 0px 13px;
  box-sizing: border-box;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
}

.empty {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 273px;
  background: #F5F5F5;
  border-radius: 8px;
}
.empty img {
  width: 200px;
  margin-bottom: 14px;
}
.empty span {
  font-family: "MiSans";
  font-weight: 500;
  font-size: 15px;
  color: #969696;
}