.aconnectSystem {
  width: 100%;
  text-align: right;
  font-size: 16px;
  padding-top: 20px;
}

.aconnectSystem a {
  color: var(--text-color) !important;
}

.aconnectSystem a:hover {
  color: var(--hovering-color) !important;
}

.dx-icon {
  font-family: 'DXIcons' !important;
}

.dx-calendar-navigator-previous-view.dx-button .dx-icon,
.dx-calendar-navigator-previous-month.dx-button .dx-icon {
  color: var(--hovering-color);
}

.dx-calendar-navigator-next-view.dx-button .dx-icon,
.dx-calendar-navigator-next-month.dx-button .dx-icon {
  color: var(--hovering-color);
}

.dx-calendar-cell {
  vertical-align: middle;
}

.dx-calendar-cell.dx-calendar-selected-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1000px var(--hovering-color);
  -moz-box-shadow: inset 0px 0px 0px 1000px var(--hovering-color);
  box-shadow: inset 0px 0px 0px 1000px var(--hovering-color);
  font-weight: normal;
}

.dx-calendar-cell.dx-calendar-selected-date .highlightDate {
  color: #fff !important;
}

.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 var(--hovering-color);
}

.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: 16px;
  line-height: 24px;
  color: #333333;
}

/* date block */
.rowContent .date {
  background-color: var(--hovering-color);
  width: 60px;
  height: 70px;
  padding: 7px 0px 0px 0px;
  margin: 0px 20px 0px 0px;
  text-align: center;
  display: block;
}

.rowContent .day {
  font-size: 25px;
  text-transform: none;
  color: #ffffff;
  line-height: 27px;

}

.rowContent .month {
  font-size: 17px;
  text-transform: none;
  color: #ffffff;
  line-height: 16px;

}

.rowContent .year {
  font-size: 17px;
  text-transform: none;
  color: #ffffff;
  line-height: 16px;

}

.reminder {
  color: var(--hovering-color);
}

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-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 80px;
  height: 60px;
  width: 100%;
  color: var(--hovering-color);
}

.cal_spacer {
  width: 10%;
}

.select_butt_o {
  font-size: 16px;
  color: var(--white-color);
  width: 150px;
  text-decoration: none;
  text-align: center;
  background-color: var(--hovering-color);
  border: 1px solid var(--hovering-color);
  height: 40px;
  display: block;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select_butt_o:hover {
  font-size: 16px;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  background: var(--hovering-color);
  border: 1px solid var(--hovering-color);
}

.select_butt {
  font-size: 16px;
  color: var(--hovering-color);
  width: 150px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--link-color);
  display: block;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select_butt:hover {
  font-size: 16px;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  background: var(--hovering-color);
  border: 1px solid var(--hovering-color);
}

.check_box {
  font-size: 16px;
  text-transform: none;
  color: var(--hovering-color);
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-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: var(--white-color);
  border: 1px solid var(--hovering-color);
}

/* On mouse-over, add a grey background color */
.check_box:hover input~.checkmark {
  background-color: var(--hovering-color);
}

/* When the checkbox is checked, add a blue background */
.check_box input:checked~.checkmark {
  background-color: var(--hovering-color);
}

/* 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: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text_date {
  font-size: 16px;
  text-transform: none;
  color: var(--hovering-color);
  line-height: 22px;

}

.text_title {
  font-size: 16px;
  text-transform: none;
  color: var(--hovering-color);
  line-height: 22px;
  text-align: justify;
}

.text_remark {
  font-size: 16px;
  text-transform: none;
  color: var(--hovering-color);
  text-align: justify;
}

.line_ann {
  width: 100%;
  border-top: 1px solid #d7d7d7;
}

.highlightDate {
  text-decoration: underline;
  color: var(--hovering-color);

}

.frame_respon {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.notice_frame {
  display: block;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.k_link {
  color: var(--hovering-color);
}

.k_link i {
  color: var(--hovering-color);
}

.frame_calendar_box {
  padding: 15px 0;
  border-bottom: 1px solid var(--main-color);
  width: 100%;
}

.frame_calendar_box:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.frame_calendar_item:last-child {
  margin-bottom: 0;
}

.other_calendar_box {
  margin-bottom: 10px;
}

.frame_calendar_item {
  margin-bottom: 10px;
  width: 100%;
  flex-direction: row;
  display: flex;
}

.frame_calendar_tablehd {
  width: 17.5%;
  line-height: 1.5;
}

.frame_calendar_table01,
.frame_calendar_table02,
.frame_calendar_table03,
.frame_calendar_table04,
.frame_calendar_table05 {
  width: 75%;
  padding: 0;
  line-height: 1.5;
}

.dx-button-text,
.dx-calendar-cell span {
  color: var(--link-color);
}

@media screen and (max-width: 991px) {
  .frame_calendar_tablehd {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .frame_calendar_tablehd {
    width: 35%;
  }
}

@media screen and (max-width: 575.98px) {
  .text_remark,
  .select_butt,
  .check_box,
  .text_title {
    font-size: 14px;
  }
}