.float-right {
  float: right;
}

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

.aconnectSystem a {
  color: black !important;
}

.aconnectSystem a:hover {
  color: #b8d765 !important;
}

.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content{
  color: #b8d765 !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: #b8d765;
}

.dx-calendar-navigator-next-view.dx-button .dx-icon,
.dx-calendar-navigator-next-month.dx-button .dx-icon {
  color: #b8d765;
}

.dx-calendar-cell {
  vertical-align: middle;
  font-size: 16px;
}

.dx-calendar-cell:hover {
  background-color: #b8d765 !important;
}

.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 #b8d765;
  -moz-box-shadow: inset 0px 0px 0px 1000px #b8d765;
  box-shadow: inset 0px 0px 0px 1000px #b8d765;
  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 #b8d765;
}

.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: #b8d765;
  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;
  font-weight: bold;
}

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

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

.reminder {
  color: #b8d765;
}

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%;
}

.cal_spacer {
  width: 10%;
}

.select_butt_o {
  font-size: 16px;
  ;
  color: #ffffff;
  width: 150px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  border: 1px solid #b8d765;
  height: auto;
  display: block;
  font-weight: bold;
  Background: #b8d765;
  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-size: 16px;
  ;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  Background: #b8d765;
  border: 1px solid #b8d765;
  font-weight: bold;
}

.select_butt {
  font-size: 16px;
  ;
  color: #b8d765;
  width: 150px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  border: 1px solid #b8d765;
  height: auto;
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}

.select_butt:link {
  color: #b8d765 !important;
  text-decoration: none;
}

.select_butt:visited {
  color: #b8d765;
  text-decoration: none;
}

.select_butt:hover {
  font-size: 16px;
  ;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  Background: #b8d765;
  border: 1px solid #b8d765;
  font-weight: bold;
}

.check_box {
  font-size: 16px;
  ;
  text-transform: none;
  color: #b8d765;
  line-height: 28px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  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: #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: #b8d765;
}

/* 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: black;
  line-height: 22px;
}

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

.text_remark {
  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: #b8d765;
  font-weight: bold;
}

.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;
}

.frame_calendar_table01 {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.frame_calendar_table02 {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.frame_calendar_table03 {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.frame_calendar_table04 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.frame_calendar_tablehd {
  display: none;
}

.frame_calendar_tablehd .text_date {
  color: #b8d765;
  font-weight: bold;
}

.dx-popup-content{
  font-size: 18px!important;
}

@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: 991px) {
  .frame_calendar_table04 {
    justify-content: flex-start;
  }

  .notice_frame {
    display: none;
  }

  .frame_calendar_tablehd {
    width: 100%;
    padding: 5px 0px 0px 0px;
    display: block;
  }

  .frame_calendar_right {
    width: 22%;
  }

  .frame_calendar_table01 {
    width: 100%;
    padding: 5px 0px 0px 0px;
  }

  .frame_calendar_table02 {
    width: 100%;
    padding: 5px 0px 0px 0px;
  }

  .frame_calendar_table03 {
    width: 100%;
    padding: 5px 0px 0px 0px;
  }

  .frame_calendar_table04 {
    width: 100%;
    padding: 5px 0px 5px 0px;
    text-align: left;
  }
}

@media screen and (max-width: 535px) {
  .notice_frame {
    display: none;
  }

  .frame_calendar_tablehd {
    padding: 5px 0px 0px 0px;
    display: block;
  }

  .frame_calendar_right {
    width: 100%;
  }

  .frame_calendar_table01 {
    padding: 5px 0px 0px 0px;
  }

  .frame_calendar_table02 {
    padding: 5px 0px 0px 0px;
  }

  .frame_calendar_table03 {
    padding: 5px 0px 0px 0px;
  }

  .frame_calendar_table04 {
    padding: 5px 0px 5px 0px;
    text-align: left;
  }

  .frame_calendar_01 {
    width: 100%;
  }

  .frame_calendar_02 {
    width: 100%;
  }

  .frame_calendar_right {
    width: 100%;
  }
}