@charset "UTF-8";
@import "slick.css";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#cert_reset {
  cursor: pointer !important;
}

.certificateSummary_head {
  font-weight: bold;
  background: white;
  padding: 1rem;
  border-bottom: 1px solid #e2e2e2;
}

.certificateSummary {
  padding: 1rem;
  background: white;
}
.certificateSummary #sum_ects, .certificateSummary #sum_price {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.certificateSummary #sum_ects #sum_ects_value, .certificateSummary #sum_ects #sum_price_value, .certificateSummary #sum_price #sum_ects_value, .certificateSummary #sum_price #sum_price_value {
  font-weight: bold;
}
.certificateSummary #sum_ects .ects_match, .certificateSummary #sum_price .ects_match {
  color: #198754;
}
.certificateSummary #sum_ects .ects_mismatch, .certificateSummary #sum_price .ects_mismatch {
  color: #dc3545;
}

#filter-load-container {
  position: relative;
}
#filter-load-container #filter-load {
  position: absolute;
  top: 0;
  right: 1rem;
  left: 1rem;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#filter-load-container #filter-load p {
  text-align: center;
  width: 100%;
  display: block;
  color: white;
  font-size: 2rem;
  margin: 2rem 0;
}
#filter-load-container #filter-load .waitforme {
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 80px;
}
#filter-load-container #filter-load .waitforme:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes waitforme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tx-othaw-certificate .course-details-button {
  background-color: #8f8f8f;
  float: right;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  border: none;
  padding: 0.5rem 1rem;
}
.tx-othaw-certificate * {
  transition: 0.3s;
}
.tx-othaw-certificate .quickinfo .quickinfo-items p {
  font-size: 0.85rem;
}
.tx-othaw-certificate .quickinfo .quickinfo-items p .cert-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.125rem;
}
.tx-othaw-certificate .quickinfo .filter-competency {
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}
.tx-othaw-certificate .cert-icon {
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  top: 0.25rem;
  position: relative;
  display: inline-block;
}
.tx-othaw-certificate .icon-check {
  background-image: url("../Icons/circle-check-regular.svg");
  filter: brightness(0) saturate(100%) invert(37%) sepia(13%) saturate(2583%) hue-rotate(101deg) brightness(107%) contrast(84%);
}
.tx-othaw-certificate .icon-trash {
  background-image: url("../Icons/trash-can-regular.svg");
  filter: brightness(0) saturate(100%) invert(72%) sepia(1%) saturate(1771%) hue-rotate(343deg) brightness(91%) contrast(88%);
}
.tx-othaw-certificate .icon-info {
  background-image: url("../Icons/circle-info-solid.svg");
  filter: brightness(0) saturate(100%) invert(72%) sepia(1%) saturate(1771%) hue-rotate(343deg) brightness(91%) contrast(88%);
  cursor: pointer;
}
.tx-othaw-certificate .icon-clock {
  background-image: url("../Icons/clock-desk-regular.svg");
  filter: brightness(0) saturate(100%) invert(72%) sepia(1%) saturate(1771%) hue-rotate(343deg) brightness(91%) contrast(88%);
}
.tx-othaw-certificate .icon-caution {
  background-image: url("../Icons/circle-exclamation-regular.svg");
  filter: brightness(0) saturate(100%) invert(28%) sepia(43%) saturate(3957%) hue-rotate(336deg) brightness(91%) contrast(88%);
}
.tx-othaw-certificate .icon-language {
  background-image: url("../Icons/message-solid.svg");
  filter: brightness(0) saturate(100%) invert(72%) sepia(1%) saturate(1771%) hue-rotate(343deg) brightness(91%) contrast(88%);
}
.tx-othaw-certificate .icon-location {
  background-image: url("../Icons/location-dot-solid.svg");
  filter: brightness(0) saturate(100%) invert(72%) sepia(1%) saturate(1771%) hue-rotate(343deg) brightness(91%) contrast(88%);
}
.tx-othaw-certificate .cert-list-view .cert:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tx-othaw-certificate .cert {
  position: unset !important;
}
.tx-othaw-certificate .cert .card-body {
  padding: 0;
}
.tx-othaw-certificate .cert .card-body .quickinfo {
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .tx-othaw-certificate .cert .card-body .accordion-button {
    display: flex;
    justify-content: center;
  }
}
.tx-othaw-certificate .cert .card-body .accordion-button.collapsed {
  background: #e2e2e2;
}
.tx-othaw-certificate .cert .card-body .accordion-button::after {
  margin-left: 1rem;
}
.tx-othaw-certificate .cert .card-body .accordion-item {
  position: relative;
  border-top: 1px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.tx-othaw-certificate .cert .card-body .accordion-item [class^=check-selection] {
  color: #dc3545;
  display: block;
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .tx-othaw-certificate .cert .card-body .accordion-item [class^=check-selection] {
    position: unset;
    padding: 1rem;
    text-align: center;
  }
}
.tx-othaw-certificate .cert .card-body .accordion-item .valid {
  color: #198754;
}
.tx-othaw-certificate #filters {
  margin-bottom: 2rem;
}
.tx-othaw-certificate #filters #dropdowns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .tx-othaw-certificate #filters #dropdowns {
    display: block;
    width: 100%;
  }
  .tx-othaw-certificate #filters #dropdowns .filterselect {
    margin-bottom: 1rem;
  }
}
.tx-othaw-certificate #filters #searchfield input {
  width: 100%;
}
.tx-othaw-certificate #filters .optionLabel {
  color: #aaa;
}
.tx-othaw-certificate .course-item {
  margin-bottom: 2rem;
}
.tx-othaw-certificate .eventDate {
  font-size: 0.85rem;
  background: #fafafa;
  padding: 1rem;
  display: block;
  border: 2px solid #e2e2e2;
  height: 100%;
  cursor: not-allowed;
}
.tx-othaw-certificate .eventDate .eventHead {
  font-weight: bold;
  font-size: 1rem;
}
.tx-othaw-certificate .isBookable {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: white;
  cursor: pointer !important;
}
.tx-othaw-certificate .isBookable:hover {
  background: #fce6c6 !important;
}
.tx-othaw-certificate .eventDate_selected {
  background: #fce6c6 !important;
  border: 2px solid #f39200;
}
.tx-othaw-certificate .eventitem {
  font-size: 1rem;
  position: relative;
  background: #e2e2e2;
  padding: 1rem;
  margin: 1rem 0;
}
.tx-othaw-certificate .eventitem .eventitem-coursetitle {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-right: 2rem;
}
.tx-othaw-certificate .eventitem .eventitem-eventtitle {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.tx-othaw-certificate .eventitem .eventitem-period {
  display: block;
}
.tx-othaw-certificate .eventitem .eventitem-ects {
  font-weight: bold;
  margin-top: 1rem;
  display: inline-block;
  width: 50%;
}
.tx-othaw-certificate .eventitem .eventitem-price {
  font-weight: bold;
  display: inline-block;
  width: 50%;
  text-align: right;
}
.tx-othaw-certificate .removeEventItem {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.tx-othaw-certificate #configMsg {
  text-align: center;
  font-size: 0.9rem;
  display: none;
  margin: 1rem 0;
}
.tx-othaw-certificate .configMsg_show {
  display: block !important;
}
.tx-othaw-certificate .configMsg_go {
  display: block;
}
.tx-othaw-certificate #certificateOrder {
  background: #ccc;
  cursor: default;
  border: none;
  color: white;
  padding: 1.25rem;
}
.tx-othaw-certificate .certificateOrder_go {
  background: #ce8513 !important;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer !important;
}

#noresult {
  text-align: center;
  background: white;
  padding: 2rem;
}

#course-suggestions .course-suggestion {
  background: white;
}

/* the slides */
.slick-slide {
  margin-left: 27px;
}

/* the parent */
.slick-list {
  margin-left: -27px;
}

.slick-dots li button::before {
  font-size: 24px;
}

.slick-dots {
  bottom: -35px;
  left: 0;
}

.slick-next::before {
  content: url("../Icons/chevron-right-light.svg");
}

.slick-prev::before {
  content: url("../Icons/chevron-left-light.svg");
}

@media (max-width: 991.98px) {
  .slick-next {
    right: 10px;
    z-index: 10;
  }
  .slick-prev {
    left: 10px;
    z-index: 10;
  }
}
.suggest-img {
  background: #a6a29f;
}

#cartbutton {
  display: none;
}

@media (max-width: 991.98px) {
  #cartbutton {
    display: block;
    opacity: 0;
    width: 2.5rem;
    height: 0;
    overflow: hidden;
    content: url("../Icons/cart-shopping-solid.svg");
    position: fixed;
    bottom: 3.75rem;
    right: 1.25rem;
    z-index: 99;
    cursor: pointer;
    background: #aaa;
    padding: 0.375rem;
    transition: 0.5s;
  }
  .cartbutton-visible {
    width: 2.5rem !important;
    height: 2.5rem !important;
    overflow: auto;
    opacity: 1 !important;
    transition: 0.5s;
  }
}

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