

.icon-115rightarrowheads:before { content: "\f101"; }

.icon-111arrowheadright:before { content: "\f105"; }

.icon-116leftarrowheads:before { content: "\f100"; }

.icon-112leftarrowhead:before { content: "\f104"; }


.icon-112leftarrowhead {
  margin-left: 15px;
}
.icon-111arrowheadright {
  margin-right: 15px;
}
#schedule-box{
  width: 100%;
  margin: 0 auto;
  padding: 35px 20px;
  font-size: 20px;
  background: #eeeeef;
}
.schedule-hd{
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  padding-bottom: 20px;
}
.today{
  flex: 1;
  text-align: center;
}
.ul-box{
  overflow: hidden;
}
.ul-box > li{
  float: left;
  width: 14.28%;
  text-align: center;
  padding: 5px 0;
}
.other-month{
  color: #999999;
}
.current-month{
  color: #333333;
}
.today-style{
  border-radius: 50%;
  background: #58d321;
}
.arrow{
  cursor: pointer;
}
.dayStyle{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}
.current-month > .dayStyle:hover{
  background: #b72434;
  color: #ffffff;
}
#schedule-box.active .today-flag {
  background: transparent;
  color: #333;
}
#schedule-box.active.style1 .today-flag,
.today-flag{
  background: #b72434;
  color: #fff;
}
/* .boxshaw{
  box-shadow: 2px 2px 15px 2px #e3e3e3;
} */
.selected-style {
  background: #b72434;
  color: #ffffff;
}
#h3Ele{
  text-align: center;
  padding: 10px;
}