
body {
  font-family: Georgia,Times,Times New Roman,serif;
}
.navbar-container {
  position: static;
}
/* EVENT STYLES START*/
.calendar-container {
  max-width: 1500px;
  padding: 50px;
  display: flex;
  margin: auto;
  font-family: 'Source Sans Pro';
}
tr.calendar-body .calendar-day .day {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-sidebar>.calendar-year {
  padding: 10px 20px 5px;
}
.calendar-inner {
  min-height: 540px;
}
.evo-calendar {
  -webkit-box-shadow: 0 10px 50px -20px #002b5e52;
  box-shadow: 0 10px 50px -20px #002b5e52;
}
.calendar-sidebar {
  background-color: #002B5E;
  -webkit-box-shadow: 5px 0 18px -3px #002B5E;
  box-shadow: 5px 0 18px -3px #002B5E;
}
.calendar-sidebar>.month-list>.calendar-months>li:hover {
  background-color: orange;
}
.calendar-sidebar>.month-list>.calendar-months>li.active-month {
  background-color: orange;
}
.calendar-sidebar>span#sidebarToggler {
  background-color: #002B5E;
  -webkit-box-shadow: 5px 0 18px -3px #002B5E;
  box-shadow: 5px 0 18px -3px #002B5E;
  padding: 5px 8px;
}
tr.calendar-body .calendar-day .day.calendar-today {
  background-color: #002B5E;
}
th[colspan="7"] {
  color: #002B5E;
}
#eventListToggler {
  background-color: #002B5E;
  -webkit-box-shadow: 5px 0 18px -3px #002B5E;
  box-shadow: 5px 0 18px -3px #002B5E;
}
.event-list>.event-empty {
  padding: 15px 10px;
  background-color: transparent;
  border: 1px solid #002B5E;
}
.calendar-events {
  padding: 30px;
}
.calendar-events>.event-header>p {
  color: #002B5E;
  margin-bottom: 10px;
}
.calendar-events>.event-header>.events-count {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px;
  color: white;
  background: #002B5E;
  padding: 12px 10px;
  display: flex;
  align-items: center;
}
.calendar-events>.event-header>.events-count span {
  background: white;
  color: #002B5E;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
.event-container>.event-icon {
  padding: 15px;
  width: 45px;
  height: 45px;
  margin-top: -7px;
}
.event-list>.event-empty>p {
  margin: 0;
  color: #002B5E;
}
.event-container {
  padding: 10px 0;
  cursor: auto;
}
tr.calendar-body .calendar-day .day.calendar-today:hover {
  background-color: #002B5E;
}
.event-container>.event-info {
  padding: 0;
}
.event-container .event-info h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  color: #002B5E;
}
.event-container .event-info a {
  color: #002B5E;
  text-decoration: none;
  cursor: pointer !important;
  display: flex;
}
/* BECAUSE OF SUMMERNOTE */
.event-container .event-info .event-desc {
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #5a5a5a;
}
.event-container .event-info .event-desc * {
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #5a5a5a;
}
.event-indicator {
  margin-top: 5px;
}
.event-container:hover {
  -webkit-box-shadow: 0 3px 12px -4px rgba(0,0,0,.35);
  box-shadow: 0 3px 12px -4px rgba(0,0,0,.35);
}
/* EVENT STYLES END*/
