.aconnectSystem {
  width: 100%;
  text-align: right;
  font-size: 13px;
  padding-top: 20px;
}
.aconnectSystem a {
  color: black;
}
.aconnectSystem a:hover {
  color: #0089cf !important;
}
.dx-calendar-navigator-previous-view.dx-button .dx-icon,
.dx-calendar-navigator-previous-month.dx-button .dx-icon {
  color: #fcb034;
}
.dx-calendar-navigator-next-view.dx-button .dx-icon,
.dx-calendar-navigator-next-month.dx-button .dx-icon {
  color: #fcb034;
}
.dx-calendar-cell.dx-calendar-selected-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
  color: #fff;
  box-shadow: inset 0px 0px 0px 1000px #fcb034;
  font-weight: normal;
}
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today.dx-calendar-contoured-date {
  box-shadow: inset 0px 0px 0px 1px #bebebe, inset 0px 0px 0px 1000px #fcb034;
}
.rowContent .row {
  margin-top: 140px;
  display: table;
}
.rowContent .row > div {
  display: table-cell;
  vertical-align: top;
}
.rowContent .row .dateCol {
  width: 0px;
}
.rowContent .titleCol {
  width: 625px;
}
.rowContent .titleCol a {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
/* date block */
.rowContent .date {
  background-color: #fcb034;
  width: 60px;
  height: 60px;
  padding: 7px 0px 0px 0px;
  margin: 0px 20px 0px 0px;
  text-align: center;
  display: block;
}
.rowContent .day {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 25px;
  text-transform: none;
  color: #ffffff;
  line-height: 27px;
  font-weight: bold;
}
.rowContent .month {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 17px;
  text-transform: none;
  color: #ffffff;
  line-height: 18px;
  font-weight: bold;
}
.rowContent .year {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 17px;
  text-transform: none;
  color: #ffffff;
  line-height: 18px;
  font-weight: bold;
}
.reminder {
  color: #fcb034;
}
a:hover {
  text-decoration: none !important;
}
.calendarArea {
  margin-bottom: 50px;
}
.eventsDetails {
  float: right;
  width: 100%;
}
.eventsDetails .row {
  width: 100%;
  margin: 0px 0px 20px 0px;
  float: left;
}
.eventsDetails .dateCol {
  width: 10%;
  float: left;
}
.eventsDetails .heading {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 13px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 80px;
  height: 60px;
  width: 100%;
}
.cal_spacer {
  width: 10%;
}
.select_butt_o {
  FONT-FAMILY: arial, Microsoft YaHei, SimHei;
  font-size: 14px;
  color: #ffffff;
  width: 150px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  border: 1px solid #fcb034;
  height: 28px;
  display: block;
  font-weight: bold;
  Background: #fcb034;
  margin-bottom: 12px;
}
.select_butt_o:link {
  color: #ffffff;
  text-decoration: none;
}
.select_butt_o:visited {
  color: #ffffff;
  text-decoration: none;
}
.select_butt_o:hover {
  FONT-FAMILY: arial, Microsoft YaHei, SimHei;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  Background: #fcb034;
  border: 1px solid #fcb034;
  font-weight: bold;
}
.select_butt {
  FONT-FAMILY: arial, Microsoft YaHei, SimHei;
  font-size: 14px;
  color: #fcb034;
  width: 150px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  border: 1px solid #fcb034;
  height: 28px;
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}
.select_butt:link {
  color: #fcb034;
  text-decoration: none;
}
.select_butt:visited {
  color: #fcb034;
  text-decoration: none;
}
.select_butt:hover {
  FONT-FAMILY: arial, Microsoft YaHei, SimHei;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  Background: #fcb034;
  border: 1px solid #fcb034;
  font-weight: bold;
}
.check_box {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 14px;
  text-transform: none;
  color: #fcb034;
  line-height: 28px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.check_box:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check_box input:checked ~ .checkmark {
  background-color: #fcb034;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check_box input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check_box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.text_date {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 13px;
  text-transform: none;
  color: #fcb034;
  line-height: 22px;
  font-weight: bold;
}
.text_title {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 13px;
  text-transform: none;
  color: black;
  line-height: 22px;
  text-align: justify;
}
.text_remark {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 16px;
  text-transform: none;
  color: black;
  text-align: justify;
}
.line_ann {
  width: 100%;
  border-top: 1px solid #d7d7d7;
}
.highlightDate {
  text-decoration: underline;
  color: black;
  font-weight: bold;
}
.frame_respon {
  display: flex;
  flex-flow: row wrap;
}
.notice_frame {
  display: block;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.frame_calendar_table01 {
  padding: 8px 10px 8px 0px;
}
.frame_calendar_table02 {
  padding: 8px 10px 8px 0px;
}
.frame_calendar_table03 {
  padding: 8px 0px 8px 0px;
}
.frame_calendar_table04 {
  padding: 8px 0px 8px 0px;
}
.frame_calendar_tablehd {
  display: none;
}
@media (min-width: 600px) {
  .frame_calendar_right {
    width: 23%;
  }
  .frame_calendar_table01 {
    width: 13%;
  }
  .frame_calendar_table02 {
    width: 40%;
  }
  .frame_calendar_table03 {
    width: 38%;
  }
  .frame_calendar_table04 {
    width: 9%;
    text-align: center;
    margin: auto;
  }
  .frame_calendar_tablehd {
    display: none;
  }
}
@media screen and (max-width: 1110px) {
  .notice_frame {
    display: none;
  }
  .frame_calendar_tablehd {
    width: 15%;
    padding: 5px 0px 0px 0px;
    display: block;
  }
  .frame_calendar_table01 {
    width: 85%;
    padding: 5px 0px 0px 0px;
  }
  .frame_calendar_table02 {
    width: 85%;
    padding: 5px 0px 0px 0px;
  }
  .frame_calendar_table03 {
    width: 85%;
    padding: 5px 0px 0px 0px;
  }
  .frame_calendar_table04 {
    width: 85%;
    padding: 5px 0px 5px 0px;
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .notice_frame {
    display: none;
  }
  .frame_calendar_tablehd {
    width: 15%;
    padding: 5px 0px 0px 0px;
    display: block;
  }
  .frame_calendar_right {
    width: 22%;
  }
  .frame_calendar_table01 {
    width: 85%;
    padding: 5px 0px 0px 0px;
  }
  .frame_calendar_table02 {
    width: 85%;
    padding: 5px 0px 0px 0px;
  }
  .frame_calendar_table03 {
    width: 85%;
    padding: 5px 0px 0px 0px;
  }
  .frame_calendar_table04 {
    width: 85%;
    padding: 5px 0px 5px 0px;
    text-align: left;
  }
}
@media screen and (max-width: 535px) {
  .notice_frame {
    display: none;
  }
  .frame_calendar_tablehd {
    width: 21%;
    padding: 5px 0px 0px 0px;
    display: block;
  }
  .frame_calendar_right {
    width: 100%;
  }
  .frame_calendar_table01 {
    width: 79%;
    padding: 5px 0px 0px 0px;
  }
  .frame_calendar_table02 {
    width: 79%;
    padding: 5px 0px 0px 0px;
  }
  .frame_calendar_table03 {
    width: 79%;
    padding: 5px 0px 0px 0px;
  }
  .frame_calendar_table04 {
    width: 79%;
    padding: 5px 0px 5px 0px;
    text-align: left;
  }
  .frame_calendar_01 {
    width: 100%;
  }
  .frame_calendar_02 {
    width: 100%;
  }
  .frame_calendar_right {
    width: 100%;
  }
}
