.syllabus-wrapper {
  display: block;
}
.syllabus-wrapper .acc {
  margin-bottom: 20px;
}
.syllabus-wrapper .acc > button {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  outline: none;
  border: 1px solid #d7dde7;
  font-size: 2rem;
  color: #0d1f61;
  padding: 27px 47px 27px 30px;
  line-height: 1.33;
  cursor: pointer;
  transition-delay: 0.5s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .syllabus-wrapper .acc > button {
    padding-left: 20px;
  }
}
.syllabus-wrapper .acc > button:before, .syllabus-wrapper .acc > button:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0d1f61;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.syllabus-wrapper .acc > button:before {
  width: 16px;
  height: 2px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .syllabus-wrapper .acc > button:before {
    right: 20px;
  }
}
.syllabus-wrapper .acc > button:after {
  height: 16px;
  width: 2px;
  right: 37px;
}
@media only screen and (max-width: 767px) {
  .syllabus-wrapper .acc > button:after {
    right: 27px;
  }
}
.syllabus-wrapper .acc .acc-content {
  display: none;
  padding: 30px 30px 15px 30px !important;
  line-height: 1.88;
}
@media only screen and (max-width: 767px) {
  .syllabus-wrapper .acc .acc-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.syllabus-wrapper .acc .acc-content .table-responsive {
  margin-left: -40px;
  margin-right: -40px;
}
.syllabus-wrapper .acc .acc-content .table-responsive table tr td,
.syllabus-wrapper .acc .acc-content .table-responsive table tr th {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.syllabus-wrapper .acc .acc-content > :first-child {
  margin-top: 0 !important;
}
.syllabus-wrapper .acc.active > h2, .syllabus-wrapper .acc.active > h3, .syllabus-wrapper .acc.active > h4 {
  background-color: #d7dde7;
}
.syllabus-wrapper .acc.active > h2:after, .syllabus-wrapper .acc.active > h3:after, .syllabus-wrapper .acc.active > h4:after {
  display: none;
}
.syllabus-wrapper .acc.active button[role=tab] {
  background-color: #d7dde7;
}
.syllabus-wrapper .acc.active > .acc-content {
  display: block;
  overflow: visible;
}
.syllabus-wrapper a.fc-event {
  color: #fff !important;
  text-decoration: none !important;
}
.syllabus-wrapper a.fc-more {
  text-decoration: none !important;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.show {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-header .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-backdrop {
  background-color: #0d1f61;
}
.modal-backdrop.show {
  opacity: 0.9;
}

.calendarModal {
  text-align: center;
  padding: 0 !important;
}
.calendarModal .close {
  width: 42px;
  height: 42px;
  background-color: #0d1f61;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -21px;
  right: -21px;
  font-size: 25px;
  opacity: 1;
  z-index: 9;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
  box-shadow: 0 2px 40px 0 rgba(35, 39, 94, 0.2);
  border: unset;
}
.calendarModal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.calendarModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.calendarModal .modal-header {
  background: #eff3f7;
  height: 95px;
  font-size: 26px;
  padding-left: 40px;
}
.calendarModal .modal-header .modal-title {
  margin-top: 20px;
}
.calendarModal .modal-body {
  padding: 20px 40px !important;
  overflow-y: scroll !important;
  max-height: 550px;
}
.calendarModal .modal-body .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7dde7;
}
.calendarModal .modal-body .time {
  font-size: 20px;
  color: #0d1f61;
  margin-bottom: 20px;
  position: relative;
}
.calendarModal .modal-body .time .color {
  width: 4px;
  left: -40px;
  height: 25px;
  display: block;
  position: absolute;
  top: 3px;
}

/*# sourceMappingURL=syllabus-detail.css.map */
