.header-center {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: center;
}
.header-center .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.header-center .btn-group p {
  font-weight: normal;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.header-center .btn-group .btn-title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}

.eventTitle {
  margin-bottom: 10px;
}
.eventTitle p {
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}
.eventTitle .level {
  font-weight: 600;
  margin-bottom: 4px;
}

.day-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #EEEEEE;
  border-right: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 200px;
}
.day-cell.current-month {
  background: #FFFFFF;
}
.day-cell.today {
  background: #FFF9F1;
}
.day-cell .day {
  position: relative;
  margin-bottom: 10px;
}
.day-cell .day .day-number {
  text-align: left;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.day-cell .day span {
  font-size: 16px;
  display: inline-block;
  position: absolute;
  left: 0 ;
  top: 0;
  height: 40px ;
  line-height: 40px;
  width: 51px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.day-cell.grey {
  background: #eee;
}
.day-cell .event-box {
  padding: 0 10px;
}
.day-cell .event-box img {
  margin-bottom: 10px;
}

.week-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-left: 1px solid #FAFAFA;
}
.week-row .week-number {
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
  position: absolute;
  width: 70px;
  left: -71px;
  padding: 8px 5px;
  cursor: pointer;
}

ul[data-v-23ae2baf],
p[data-v-23ae2baf] {
  margin: 0;
  padding: 0;
}
.calendar-main .panel-default[data-v-23ae2baf] {
  border: none;
}
.calendar-main .panel-default .weeks[data-v-23ae2baf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.calendar-main .panel-default .weeks .week[data-v-23ae2baf] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: center;
  background: #FFF3E8;
  -webkit-box-shadow: inset -1px 0px 0px rgba(251, 139, 31, 0.2);
          box-shadow: inset -1px 0px 0px rgba(251, 139, 31, 0.2);
  border-radius: 2px 2px 0px 0px;
}
.calendar-main .panel-default .dates[data-v-23ae2baf] {
  position: relative;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .pager .prev,
.page .pager .next {
  background: linear-gradient(92.37deg, #ffb257 0%, #ff7223 100%);
  -webkit-box-shadow: 0px 4px 12px rgba(255, 102, 54, 0.29);
          box-shadow: 0px 4px 12px rgba(255, 102, 54, 0.29);
  border-radius: 50px;
  padding: 8px 22px;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.page .pager .mr {
  margin-right: 10px;
}
.page .pager .pagenum a {
  font-weight: 600;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  margin: 0 26px;
}
.page .pager .pagenum a.active {
  color: #ff7626;
}
.page .pager .pagenum a:hover {
  color: #ff7626;
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
.pager .fr {
    display: none;
}
.pager .pagenum a {
    margin: 0 20px !important;
}
}

.LearnerPending {
  background: #fff;
  margin: 20px;
}
.LearnerPending .pendingList {
  padding-bottom: 120px;
}

