.catalogue {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #E3000F;
}

.catalogue-info {
  text-align: center;
  font-size: larger;
}

.catalogue-filter {
  padding: 4px 6px;
  vertical-align: middle;
  margin-bottom: 0;
}

.catalogue-description {
  font-style: italic;
}

.catalogue-content {
  padding-top: 2em;
}

.catalogue-row {
  margin-bottom: 1em;
}

.catalogue-card {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  max-width: 570px;
  border-left: 1px solid #E3000F;
}
.catalogue-card input[type=checkbox] {
  display: none;
}
.catalogue-card input[type=checkbox] ~ label {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 80%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.catalogue-card input[type=checkbox]:checked ~ label {
  height: 100%;
}
.catalogue-card input[type=checkbox]:checked ~ label ~ .catalogue-description {
  opacity: 0;
  height: 0;
  display: block;
}
.catalogue-card input[type=checkbox]:not(:checked) ~ label ~ div .show-details {
  display: none;
}
.catalogue-card input[type=checkbox]:not(:checked) ~ label ~ div .hide-details {
  display: block;
}

.show-details, .hide-details {
  font-size: smaller;
  font-style: italic;
  text-align: right;
}

.hide-details {
  display: none;
}

.catalogue-toggle-holder {
  position: relative;
}

.catalogue-title {
  min-height: 65px;
  border-bottom: 1px solid #ECECED;
  position: relative;
  font-weight: 700;
  width: 100%;
}

.catalogue-details {
  text-align: right;
  width: 100%;
}

.catalogue-block {
  margin: 1em;
}
.catalogue-block .bi-type {
  background-color: white;
}
.catalogue-block > [class*=col-lg] > div {
  margin-bottom: 1em;
}

.catalogue-planned {
  text-align: right;
}

.catalogue-highlight {
  color: #E3000F;
  font-weight: 700;
}

.catalogue-info-item {
  color: #575656;
  text-decoration-style: dotted;
  text-decoration-line: underline;
}

.catalogue-btn-subscribe {
  position: absolute;
  bottom: 0;
  right: 12px;
}

.catalogue-course-info {
  margin-bottom: 1em;
}
.catalogue-course-info .btn {
  width: 150px;
  margin-bottom: 0.5em;
}

.catalogue-course-title {
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 768px) {
  .catalogue {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalogue-open {
    text-align: left;
  }
  .catalogue-btn-subscribe {
    position: relative;
    float: right;
  }
}
@media (max-width: 991px) {
  .catalogue-details {
    text-align: left;
  }
}

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