#calendar-wrapper {
  overflow: hidden;
  clear: both;
  position: relative;
  z-index: 10;
  margin: auto;
  width: 900px;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}
#calendar-wrapper .calendar-base {
  width: 900px;
  height: 500px;
  background-color: #fff;
  position: relative;
  z-index: -1;
  color: black;
}
#calendar-wrapper .year {
  color: #AAA;
  font-size: 30px;
  float: right;
  position: relative;
  right: 75px;
  top: 20px;
  font-weight: bold;
}
#calendar-wrapper .triangle-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #AAA;
  border-bottom: 5px solid transparent;
  float: right;
  position: relative;
  right: 90px;
  top: 36px;
}
#calendar-wrapper .triangle-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #AAA;
  border-bottom: 5px solid transparent;
  float: right;
  position: relative;
  left: 40px;
  top: 36px;
}
#calendar-wrapper .triangle-left:hover {
  border-right: 10px solid #d42026;
}
#calendar-wrapper .triangle-right:hover {
  border-left: 10px solid #d42026;
}
#calendar-wrapper .month-color {
  color: #710909;
}
#calendar-wrapper .month-hover:hover {
  color: #710909 !important;
}
#calendar-wrapper .months {
  color: #AAAAAA;
  position: relative;
  left: 350px;
  top: 45px;
  word-spacing: 13px;
  clear: both;
}
#calendar-wrapper .month-line {
  border-color: #AAA;
  position: relative;
  top: 85px;
  width: 57%;
  left: 178px;
}
#calendar-wrapper .month-divider {
  position: absolute;
  top: 128px;
  left: 335px;
  width: 528px;
  margin-top: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ddd;
}
#calendar-wrapper .days {
  color: #AAAAAA;
  position: relative;
  font-size: 18px;
  left: 345px;
  top: 80px;
  word-spacing: 35px;
  font-weight: 600;
}
#calendar-wrapper .days span {
  display: inline-block;
  width: 40px;
}
#calendar-wrapper .num-dates {
  float: right;
  position: relative;
  top: 110px;
  right: 50px;
  z-index: 1;
}
#calendar-wrapper .first-week {
  margin-bottom: 25px;
  word-spacing: 57.5px;
}
#calendar-wrapper .second-week {
  margin-bottom: 25px;
  word-spacing: 57.5px;
}
#calendar-wrapper .third-week {
  margin-bottom: 25px;
  word-spacing: 57.5px;
}
#calendar-wrapper .fourth-week {
  margin-bottom: 25px;
  word-spacing: 57.5px;
}
#calendar-wrapper .fifth-week {
  margin-bottom: 25px;
  word-spacing: 57.5px;
}
#calendar-wrapper .sixth-week {
  margin-bottom: 25px;
  word-spacing: 57.5px;
}
#calendar-wrapper .active-day {
  width: 38px;
  background-color: #d42026;
  position: relative;
  top: 295px;
  left: 661px;
}
#calendar-wrapper .active-day i.fa {
  display: none;
}
#calendar-wrapper .white {
  color: white;
}
#calendar-wrapper .event-indicator {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2980B9;
  position: relative;
  top: 304px;
  left: 695px;
}
#calendar-wrapper .two {
  position: relative;
  top: 168px;
  left: 535px;
}
#calendar-wrapper .grey {
  color: #AAAAB1;
}
#calendar-wrapper .calendar-left {
  width: 300px;
  height: 500px;
  background-color: #d42026;
  z-index: -1;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
}
#calendar-wrapper .num-date {
  font-size: 125px;
  width: 50%;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  line-height: 150px;
}
#calendar-wrapper .day {
  width: 80%;
  margin: 0px auto;
  font-size: 30px;
  position: relative;
  padding-top: 45px;
  text-align: center;
}
#calendar-wrapper .current-events {
  font-size: 15px;
  position: relative;
  bottom: 0;
}
#calendar-wrapper .current-events .event {
  display: block;
  margin-bottom: 25px;
}
#calendar-wrapper .current-events .event:last-child {
  margin-bottom: 0;
}
#calendar-wrapper .current-events .event .name {
  font-size: 17px;
  display: inline-block;
  margin-bottom: 5px;
}
#calendar-wrapper .current-events ul {
  max-height: 300px;
  overflow-y: auto;
}
#calendar-wrapper .current-events ul li {
  cursor: pointer;
  color: white;
  text-align: center;
  margin-bottom: 6px;
  list-style: none;
}
#calendar-wrapper .current-events ul li strong {
  font-weight: bold;
}
#calendar-wrapper .current-events ul li .bbtn {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 6px 10px;
  border-radius: 0 !important;
  border: none !important;
  margin-top: 6px;
  display: inline-block;
}
#calendar-wrapper .current-events ul li .bbtn:hover {
  color: #d42026;
  background: #fff;
}
#calendar-wrapper .posts {
  text-decoration: underline;
}
#calendar-wrapper .posts:hover {
  color: #710909 !important;
}
#calendar-wrapper .create-event {
  font-size: 18px;
  position: relative;
  margin-top: 30px;
  margin-left: 25px;
}
#calendar-wrapper .event-line {
  width: 90%;
  border-color: rgba(255, 255, 255, 0.2);
}

#calendar-wrapper .months {
  cursor: pointer;
  overflow: hidden;
  left: 333px !important;
}
#calendar-wrapper .months > .month-hover {
  padding: 7px 0;
  width: 38px;
  display: inline-block;
  text-align: center;
  float: left;
  margin: 0 3px;
}
#calendar-wrapper .months > .month-hover.active-month {
  background: #d42026;
  color: white;
}
#calendar-wrapper .months > .month-hover.active-month:hover {
  color: white !important;
}
#calendar-wrapper #month-days {
  float: left;
  left: 340px;
}
#calendar-wrapper #month-days .week {
  overflow: hidden;
  margin-bottom: 10px;
}
#calendar-wrapper #month-days .week span {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 7px 0;
  width: 38px;
  margin-right: 42px;
  border-radius: 0;
  text-align: center;
  position: relative;
}
#calendar-wrapper #month-days .week span.active-day {
  background: transparent;
  left: 0;
  top: 0;
  position: relative;
}
#calendar-wrapper #month-days .week span.active-day:not(.has-courses):not(.has-events):before {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  background: #d42026 !important;
  width: 8px;
  height: 8px;
  display: block;
}
#calendar-wrapper #month-days .week span.has-courses, #calendar-wrapper #month-days .week span.has-events {
  color: #fff;
}
#calendar-wrapper #month-days .week span.has-courses:before, #calendar-wrapper #month-days .week span.has-events:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
#calendar-wrapper #month-days .week span.has-courses.has-events:before {
  height: 50%;
}
#calendar-wrapper #month-days .week span.has-courses.has-events:after {
  content: "";
  position: absolute;
  border-radius: 0 0 30px 30px;
  height: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background: #fbbc29;
  z-index: -1;
}
#calendar-wrapper #month-days .week span i.fa {
  position: absolute;
  font-size: 9px;
  color: #d42026;
  top: 2px;
  right: 2px;
}
#calendar-wrapper .grey {
  color: #888;
}
#calendar-wrapper .loaderC {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9;
}

#course-legend {
  margin: auto;
  margin-top: 15px;
  width: 900px;
}
#course-legend i, #course-legend span {
  font-size: 14px;
}
#course-legend i:not(.fa) {
  display: inline-block;
  margin-right: 15px;
}
#course-legend span {
  display: inline-block;
  margin-right: 15px;
}
#course-legend > span:first-of-type i.fa {
  color: #fbbc29;
}
#course-legend > span:last-of-type i.fa {
  color: #d42026;
}

.modal-backdrop {
  z-index: 99999;
}

#courseMoreInfo {
  z-index: 100000;
}
#courseMoreInfo .modal-body {
  padding: 0;
}
#courseMoreInfo .close {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: 5px;
  font-size: 36px;
}

#modalPopupBody > div {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#modalPopupBody > div:nth-of-type(2) {
  background: #f5f5f5;
}
#modalPopupBody #modalPopupForm label {
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 5px;
  padding: 3px 12px 3px 0;
}
#modalPopupBody #modalPopupForm .form-group {
  margin-bottom: 10px !important;
}
#modalPopupBody #modalPopupForm input, #modalPopupBody #modalPopupForm textarea {
  border: 1px solid #ddd;
  line-height: 1;
  height: auto;
}
#modalPopupBody #modalPopupForm button {
  width: 100% !important;
  padding: 10px 15px;
}
#modalPopupBody ul {
  padding-left: 15px;
  margin-top: 15px;
  font-size: 13px;
  margin-bottom: 0;
}
#modalPopupBody .unformat p {
  font-size: 14px;
}

/*# sourceMappingURL=calendar.css.map */
