.md-calendar #mobile-alert {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  display: none;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .md-calendar #mobile-alert {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.md-calendar #mobile-alert.touch {
    display: block !important;
    z-index: 9;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 140px;
}
.md-calendar #mobile-alert.touch .alert-success {
  padding-bottom: 40px;
}
.md-calendar #mobile-alert.touch a {
  margin: 15px 0;
}
.md-calendar #mobile-alert.touch strong {
  display: block;
}
.md-calendar #mobile-alert .alert::before, .md-calendar #mobile-alert .alert::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.md-calendar #mobile-alert .alert::before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #00523d;
  border-width: 17px;
  margin-left: -17px;
}
.md-calendar #mobile-alert .alert::after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #00523d;
  border-width: 15px;
  margin-left: -15px;
}
.md-calendar #mobile-alert .alert-success {
  background-color: #00523d;
  border: none;
  color: #FFF;
}
.md-calendar #calendar {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .md-calendar #calendar {
    width: 100%;
    max-width: 100%;
  }
}
.md-calendar #calendar .fc th, .md-calendar #calendar .fc td {
  border-width: 0;
}
.md-calendar #calendar .fc-body::before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.md-calendar #calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}
.md-calendar #calendar .fc-toolbar.fc-header-toolbar .fc-left {
  float: none;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  text-align: center;
  width: 100%;
}
.md-calendar #calendar .fc-toolbar.fc-header-toolbar .fc-left h2 {
  font-size: 20px;
  color: #2d2d2d;
  float: none;
  text-transform: capitalize;
}
.md-calendar #calendar .fc-toolbar.fc-header-toolbar .fc-today-button {
  display: none;
}
.md-calendar #calendar .fc-toolbar.fc-header-toolbar .fc-right {
  float: none;
}
.md-calendar #calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group {
  float: none;
  position: relative;
  width: 100%;
  height: 25px;
  display: block;
}
.md-calendar #calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-prev-button {
  left: 35px;
  top: -6px;
}
.md-calendar #calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-prev-button .fc-icon-left-single-arrow::after {
  content: "<";
  font-weight: normal;
  top: 0;
  font-size: 100%;
}
.md-calendar #calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-next-button {
  position: absolute;
  right: 50px;
  top: -6px;
}
.md-calendar #calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-next-button .fc-icon-right-single-arrow::after {
  content: ">";
  font-weight: normal;
  top: 0;
  font-size: 100%;
}
.md-calendar #calendar .fc-view-container .fc-row.fc-widget-header {
  background: #00523d;
  border-radius: 35px;
  height: 40px;
  padding: 15px 0 0;
  border-right-width: 0 !important;
  margin-right: 0 !important;
}
.md-calendar #calendar .fc-view-container .fc-row.fc-widget-header .fc-day-header.fc-widget-header {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Open sans";
}
.md-calendar #calendar th, .md-calendar #calendar td {
  border-width: 0;
  text-align: center;
}
.md-calendar #calendar .fc-day-number {
  float: none !important;
  font-size: 14px;
  font-family: "Open sans";
}
.md-calendar #calendar .fc-basic-view .fc-body .fc-row {
  height: 35px !important;
  min-height: 35px;
  padding-top: 5px;
}
.md-calendar #calendar .fc-button .fc-icon {
  margin: -2px;
  color: #FFF;
}
.md-calendar #calendar .fc-button {
  width: 30px;
  height: 30px;
  background: #db6143;
  border-radius: 25px;
  box-shadow: inset 0px 4px 1px #ba5339;
}
.md-calendar #calendar .fc-day-grid-event::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: -23px;
}
.md-calendar #calendar .fc-content {
  display: none;
}
.md-calendar #calendar .fc-event-container .fc-event {
  background: none;
  border: 1px solid #db6143;
  width: 100%;
  margin: 5px auto;
  cursor: pointer;
}
.md-calendar #calendar .fc-popover.fc-more-popover {
  background: #00523d;
  padding: 15px 20px 5px 10px;
  color: #FFF;
  border-radius: 5px;
}
.md-calendar #calendar .fc-popover.fc-more-popover .fc-header {
  background: #00523d;
}
.md-calendar #calendar .fc-popover.fc-more-popover .fc-event {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #9be2d0;
  padding-bottom: 15px;
  border-radius: 0;
}
.md-calendar #calendar .fc-popover.fc-more-popover .fc-event:last-child {
  border-bottom: 0;
}
.md-calendar #calendar .fc-popover.fc-more-popover .fc-content {
  display: block;
}
.md-calendar #calendar .fc-popover.fc-more-popover .fc-content .fc-time {
  display: none;
  margin-bottom: 5px;
}
.md-calendar #calendar .fc-popover.fc-more-popover .fc-content .fc-title {
  font-family: "Gentium";
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
  font-size: 17px;
}
.md-calendar #calendar .fc-popover.fc-more-popover .fc-day-grid-event .fc-content {
  white-space: normal;
}
.md-calendar #calendar .fc-today {
  background: transparent;
  color: #FFF;
}
.md-calendar #calendar .fc-day-top.fc-today::after {
  content: "";
  display: block;
  width: 40px;
  height: 35px;
  position: absolute;
  background: #db6143;
  box-shadow: inset 0px 4px 1px #ba5339;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
  z-index: -1;
}
.md-calendar #calendar .fc-body .fc-sun,
.md-calendar #calendar .fc-body .fc-sat {
  background: #f5f5f5;
}
.md-calendar #calendar .fc-body .fc-today {
  background: transparent;
  position: relative;
}
.md-calendar #calendar .fc-body .fc-scroller {
  min-height: 250px;
}
.md-calendar #calendar .fc-more-cell .fc-more {
  opacity: 1;
  display: inline-block;
  position: relative;
  bottom: -4px;
  text-indent: -9999px;
  width: 100%;
  height: 2px;
  background: #db6143;
  border-radius: 0;
}
.md-calendar #calendar .fc-more-cell .fc-more::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  top: -30px;
  background: transparent;
}
.tooltiptopicevent {
  width: auto;
  height: auto;
  max-width: 200px;
  background: #00523d;
  color: #FFF;
  position: absolute;
  z-index: 10001;
  padding: 15px 20px 45px 20px;
  line-height: 200%;
  border-radius: 5px;
  line-height: 24px;
}
.tooltiptopicevent::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 52px 20px 0;
  border-color: transparent #00523d transparent transparent;
  left: -20px;
  transform: rotate(40deg);
  z-index: -1;
}
.tooltiptopicevent__date {
  color: #FFF;
}
.tooltiptopicevent__title {
  font-family: "Gentium";
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
}
.tooltiptopicevent__type {
  position: absolute;
  right: 0;
  padding: 0px 5px 5px;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  background: #002f23;
  border-top: 1px solid #FFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 991px) {
  .md-calendar #mobile-alert.touch {
    position: inherit;
  }
}