/*
 Materialize defines these breakpoints (we copy the variables because we use a CDN):
 - Small screens are defined as having a max-width of 600px
 - Medium screens are defined as having a max-width of 992px
 - Large screen are defined as having a min-width of 993px
 - Extra Large screen are defined as having a min-width of 1200px
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:700|Roboto:400,700,900");
.green {
  background-color: #449577 !important; }

.sky {
  background-color: #46728d !important; }

.rose {
  background-color: #ad6e8b !important; }

.violet {
  background-color: #504494 !important; }

.navy {
  background-color: #1c3476 !important; }

.yellow {
  background-color: #e4b939 !important; }

.orange {
  background-color: #cf6532 !important; }

.waves-effect.waves-rose .waves-ripple {
  background-color: rgba(173, 110, 139, 0.65); }

.waves-effect.waves-violet .waves-ripple {
  background-color: rgba(80, 68, 148, 0.65); }

.waves-effect.waves-sky .waves-ripple {
  background-color: rgba(70, 114, 141, 0.65); }

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(228, 185, 57, 0.65); }

h1, h2, h3, h1 span, h2 span, h3 span {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: bold;
  color: #504494; }

h1, h2, h1 span, h2 span {
  font-family: "Roboto Slab", serif; }

h1, h1 span {
  font-size: 3rem;
  line-height: 1.17; }

h2, h2 span {
  font-size: 2rem;
  line-height: 1.25; }

h3, h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.33; }

p, span, a, strong {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5; }
  p.bold, span.bold, a.bold, strong.bold {
    font-weight: bold; }

strong {
  font-weight: bold; }

a {
  color: black;
  text-decoration: underline; }
  a.no-underline {
    text-decoration: none; }

label {
  font-size: 1rem; }

@media only screen and (max-width: 1440px) {
  h1, h1 span {
    font-size: 2.25rem; }

  h2, h2 span {
    font-size: 1.55rem;
    line-height: 1.305; }

  h3, h3 span {
    font-size: 1.25rem;
    line-height: 1.415; }

  p, span, a, strong {
    font-size: 0.9rem !important;
    line-height: 1.565; }

  label {
    font-size: 0.9rem; } }
@media only screen and (max-width: 992px) {
  h1, h1 span {
    font-size: 1.5rem; }

  h2, h2 span {
    font-size: 1.1rem;
    line-height: 1.36; }

  h3, h3 span {
    font-size: 1rem;
    line-height: 1.5; }

  p, span, a, strong {
    font-size: 0.8rem !important;
    line-height: 1.63; }

  label {
    font-size: 0.8rem; } }
html {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  height: 100%; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: 100%; }

main {
  flex: 1 0 auto;
  margin-top: 96px;
  margin-bottom: 80px; }

.content-with-margin {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 600px) {
    .content-with-margin {
      margin-bottom: 50px; } }

.full-height {
  height: 100%; }

.material-icons.inline {
  vertical-align: bottom; }

.no-margin {
  margin: 0; }

.small-margin {
  margin: 20px; }

.medium-margin {
  margin: 40px; }

.big-margin {
  margin: 60px; }

.small-margin-top {
  margin-top: 20px; }

.medium-margin-top {
  margin-top: 40px; }

.big-margin-top {
  margin-top: 60px; }

.small-margin-bottom {
  margin-bottom: 20px; }

.medium-margin-bottom {
  margin-bottom: 40px; }

.big-margin-bottom {
  margin-bottom: 60px; }

.small-margin-right {
  margin-right: 20px; }

.medium-margin-right {
  margin-right: 40px; }

.big-margin-right {
  margin-right: 60px; }

.small-margin-left {
  margin-left: 20px; }

.medium-margin-left {
  margin-left: 40px; }

.big-margin-left {
  margin-left: 60px; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

#info {
  padding: 20px; }

img {
  max-width: 100%; }

.no-background {
  background-color: transparent !important; }

@media only screen and (max-width: 992px) {
  main {
    margin-top: 86px; }

  #id_street_additional {
    margin-top: 15px; } }
.label-normal {
  margin-left: 15px;
  font-weight: bold; }

.label-small {
  font-weight: bold;
  font-size: 13px; }

.menu-normal-div {
  line-height: normal;
  width: 100%;
  text-align: left;
  font-size: 0.8rem; }
  @media only screen and (max-width: 1440px) {
    .menu-normal-div {
      font-size: 0.7rem; } }

.menu-entry-container {
  height: 96px;
  display: flex;
  -webkit-transition: height .5s;
  transition: height .5s; }
  .menu-entry-container svg {
    height: 96px; }

.navbar-fixed .menu-entry-container {
  height: 96px;
  -webkit-transition: height .5s;
  transition: height .5s; }
  .navbar-fixed .menu-entry-container svg {
    height: 96px;
    -webkit-transition: height .5s;
    transition: height .5s; }

.navbar-scrolled .menu-entry-container {
  height: 64px;
  -webkit-transition: height .5s;
  transition: height .5s; }
  .navbar-scrolled .menu-entry-container svg {
    height: 64px;
    -webkit-transition: height .5s;
    transition: height .5s; }

.menu-role {
  font-size: 12px;
  font-weight: normal; }

.container-vertical {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.right-margin-10 {
  margin-right: 10px; }

.navbar-fixed {
  height: 96px; }
  .navbar-fixed nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 96px;
    line-height: 96px;
    -webkit-transition: height .5s, line-height .5s;
    transition: height .5s, line-height .5s; }
    .navbar-fixed nav .nav-wrapper {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .navbar-fixed nav .nav-wrapper .brand-logo {
        height: 100%;
        padding: 8px;
        position: relative;
        flex-shrink: 0; }
        .navbar-fixed nav .nav-wrapper .brand-logo svg, .navbar-fixed nav .nav-wrapper .brand-logo g, .navbar-fixed nav .nav-wrapper .brand-logo path {
          fill: #504494;
          max-height: 100%; }
      .navbar-fixed nav .nav-wrapper .nav-mobile-toggle, .navbar-fixed nav .nav-wrapper .nav-mobile-toggle i {
        padding: 0 16px;
        height: 96px;
        line-height: 96px;
        color: #504494;
        font-size: 3rem; }
      .navbar-fixed nav .nav-wrapper ul li {
        min-width: 160px;
        text-align: center; }
        .navbar-fixed nav .nav-wrapper ul li a {
          font-weight: bold;
          color: #333333;
          padding: 0 20px;
          line-height: 20px;
          height: 96px;
          -webkit-transition: height .5s, line-height .5s;
          transition: height .5s, line-height .5s;
          text-decoration: none;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .navbar-fixed nav .nav-wrapper ul li a:focus, .navbar-fixed nav .nav-wrapper ul li a:active {
            outline: none;
            -moz-outline-style: none; }
        .navbar-fixed nav .nav-wrapper ul li.selected a, .navbar-fixed nav .nav-wrapper ul li.ancestor a {
          color: #504494; }
        .navbar-fixed nav .nav-wrapper ul li .dropdown-content {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          .navbar-fixed nav .nav-wrapper ul li .dropdown-content li {
            padding: 0;
            line-height: 50px; }
            .navbar-fixed nav .nav-wrapper ul li .dropdown-content li:hover {
              background-color: transparent; }
            .navbar-fixed nav .nav-wrapper ul li .dropdown-content li a {
              padding: 0;
              line-height: 50px; }
      .navbar-fixed nav .nav-wrapper ul#nav-desktop {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: nowrap;
        padding-right: 20px;
        overflow: auto; }
        .navbar-fixed nav .nav-wrapper ul#nav-desktop li {
          max-width: 160px;
          min-width: 0; }
          @media only screen and (min-width: 1440px) {
            .navbar-fixed nav .nav-wrapper ul#nav-desktop li {
              max-width: 200px; } }
          @media only screen and (max-width: 1200px) {
            .navbar-fixed nav .nav-wrapper ul#nav-desktop li a {
              font-size: 0.7rem !important; } }
      .navbar-fixed nav .nav-wrapper ul#nav-mobile {
        position: fixed;
        width: 100%;
        top: 96px;
        background-color: #504494;
        height: calc(100% - 96px);
        overflow: auto; }
        .navbar-fixed nav .nav-wrapper ul#nav-mobile li {
          float: none;
          line-height: 48px; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li a {
            font-size: 1.75rem;
            color: white;
            padding: 0 32px; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li.descendant {
            padding-left: 16px;
            line-height: 32px;
            margin-bottom: 16px; }
            .navbar-fixed nav .nav-wrapper ul#nav-mobile li.descendant a {
              font-size: 1rem; }
  .navbar-fixed.navbar-scrolled {
    height: 64px; }
    .navbar-fixed.navbar-scrolled nav {
      height: 64px;
      line-height: 64px; }
      .navbar-fixed.navbar-scrolled nav .nav-wrapper ul li a {
        height: 64px; }
    .navbar-fixed.navbar-scrolled .nav-mobile-toggle, .navbar-fixed.navbar-scrolled .nav-mobile-toggle i {
      height: 64px;
      line-height: 64px; }
    .navbar-fixed.navbar-scrolled ul#nav-mobile {
      top: 64px; }

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  ul#nav-desktop li {
    min-width: 130px; }
    ul#nav-desktop li a {
      font-size: 0.85rem; } }
@media only screen and (max-width: 992px) {
  .navbar-fixed {
    height: 56px; }
    .navbar-fixed nav {
      height: 56px;
      line-height: 56px; }
      .navbar-fixed nav .nav-wrapper .brand-logo {
        left: 0;
        transform: none;
        -webkit-transform: none; }
      .navbar-fixed nav .nav-wrapper .nav-mobile-toggle, .navbar-fixed nav .nav-wrapper .nav-mobile-toggle i {
        height: 56px;
        line-height: 56px;
        font-size: 1.5rem; }
      .navbar-fixed nav .nav-wrapper ul#nav-mobile {
        top: 56px;
        height: calc(100% - 56px); }
        .navbar-fixed nav .nav-wrapper ul#nav-mobile li {
          float: none;
          line-height: 48px;
          text-align: left; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li a {
            line-height: 56px;
            font-size: 1.1rem;
            color: white;
            padding: 0 32px; }
          .navbar-fixed nav .nav-wrapper ul#nav-mobile li .sub-nav-mobile li {
            padding-left: 16px;
            line-height: 32px;
            margin-bottom: 16px; }
            .navbar-fixed nav .nav-wrapper ul#nav-mobile li .sub-nav-mobile li a {
              font-size: 0.8rem; }
    .navbar-fixed.navbar-scrolled {
      height: 56px; }
      .navbar-fixed.navbar-scrolled nav {
        height: 56px;
        line-height: 56px; }
        .navbar-fixed.navbar-scrolled nav ul li a {
          line-height: 56px; }
      .navbar-fixed.navbar-scrolled .nav-mobile-toggle, .navbar-fixed.navbar-scrolled .nav-mobile-toggle i {
        height: 56px;
        line-height: 56px; }
      .navbar-fixed.navbar-scrolled ul#nav-mobile {
        top: 56px; } }
footer.page-footer {
  padding-top: 80px;
  background-color: #ebebeb;
  color: black; }
  footer.page-footer img {
    width: 100%;
    max-width: 220px; }
  footer.page-footer svg {
    width: 100%;
    max-width: 220px; }
  footer.page-footer .minor-footer-logos {
    width: 80%;
    max-width: 100px; }
    footer.page-footer .minor-footer-logos#mhfa-logo-image {
      max-width: 180px; }
  footer.page-footer .footer-title {
    font-size: 0.9rem; }
  footer.page-footer .footer-link {
    margin-right: 16px; }
  footer.page-footer .footer-language {
    margin-left: 16px; }
  footer.page-footer .footer-link a {
    text-decoration: none; }
  footer.page-footer .media-icon {
    width: 30px; }
  footer.page-footer .media-icon-link {
    margin-right: 5px; }
  footer.page-footer .media-icon-container {
    margin-bottom: 20px;
    display: flex; }

#logo-bs {
  max-width: 300px;
  width: 150%; }

#logo-pms {
  width: 120%;
  padding-top: 20px; }

.footer-two-logos {
  display: block; }

.footer-container-wrapper {
  margin-left: 20%; }

.footer-container {
  display: flex;
  justify-content: center; }

.footer-inner-container {
  display: flex;
  align-items: center; }

.footer-margin {
  margin-right: 40px; }

.fixed-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 999; }

@media only screen and (min-width: 992px) {
  .footer-two-logos {
    display: flex;
    align-items: center; }

  .media-icon-container {
    margin-bottom: 20px; } }
@media only screen and (max-width: 992px) {
  .footer-margin {
    margin-right: 16px; }

  #logo-bs {
    width: 100%; } }
button.outlined {
  padding: 0 32px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  button.outlined.outline-green {
    border: 2px #449577 solid !important;
    color: #449577 !important; }
  button.outlined.outline-sky {
    border: 2px #46728d solid !important;
    color: #46728d !important; }
  button.outlined.outline-rose {
    border: 2px #ad6e8b solid !important;
    color: #ad6e8b !important; }
  button.outlined.outline-violet {
    border: 2px #504494 solid !important;
    color: #504494 !important; }
  button.outlined.outline-navy {
    border: 2px #1c3476 solid !important;
    color: #1c3476 !important; }
  button.outlined.outline-yellow {
    border: 2px #e4b939 solid !important;
    color: #e4b939 !important; }
  button.outlined.outline-orange {
    border: 2px #cf6532 solid !important;
    color: #cf6532 !important; }

.fixed-footer button.outlined {
  border: 2px white solid;
  color: white; }

.testimonials.slider {
  margin-top: 20px; }
  .testimonials.slider .slides {
    background-color: transparent; }
    .testimonials.slider .slides li {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center; }
      .testimonials.slider .slides li .FR {
        color: #ad6e8b; }
      .testimonials.slider .slides li .FP {
        color: #504494; }
      .testimonials.slider .slides li .IN {
        color: #e4b939; }
      .testimonials.slider .slides li .CO {
        color: #46728d; }
      .testimonials.slider .slides li h2 {
        text-align: center;
        width: 100%; }
      .testimonials.slider .slides li .image-container {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .testimonials.slider .slides li .image-container img {
          width: 96px;
          height: 96px;
          -webkit-background-size: 96px;
          background-size: 96px;
          background-repeat: no-repeat;
          border-radius: 50%;
          margin-bottom: 20px; }
  .testimonials.slider .indicators .indicator-item {
    background-color: rgba(0, 0, 0, 0.5);
    height: 12px;
    width: 12px;
    margin: 0 8px; }
    .testimonials.slider .indicators .indicator-item.active {
      background-color: #333333; }

.wrapper {
  position: relative; }
  .wrapper .row.flex {
    display: flex; }
  .wrapper.full-width {
    width: 100%;
    max-width: 100%; }
    .wrapper.full-width.indented {
      padding: 0 10%; }
  .wrapper.overlapping {
    margin-top: -200px; }

@media only screen and (max-width: 992px) {
  .wrapper .row.flex {
    display: block; }
    .wrapper .row.flex .box {
      margin-left: 0; } }
.row .col.box {
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .row .col.box.no-spacing {
    margin-left: 0; }
  .row .col.box:first-child {
    margin-left: 0; }
  .row .col.box .box-content {
    overflow: hidden;
    text-overflow: ellipsis; }
    .row .col.box .box-content .box-text-primary {
      font-size: 1.5rem;
      color: white; }
    .row .col.box .box-content .box-text-secondary {
      font-size: 1.25rem; }
  .row .col.box .box-link {
    margin-top: 50px;
    color: white; }
    .row .col.box .box-link a {
      color: white;
      font-size: 1.25rem;
      font-weight: bold;
      text-decoration: none; }

.row .col.box.box-left-margin-True:not(:first-child) {
  margin-left: 30px; }

.box-left-margin-False {
  margin-left: 0; }

@media only screen and (max-width: 1440px) {
  .row .col.box {
    padding: 25px; }
    .row .col.box .box-content .box-text-primary {
      font-size: 1rem; } }
@media only screen and (max-width: 992px) {
  .row .col.box {
    margin-left: 0; }
    .row .col.box.box-left-margin-True:not(:first-child) {
      margin-left: 0; }
    .row .col.box .box-content .box-text-secondary, .row .col.box .box-link a {
      font-size: 1rem; } }
.info-box-accordion .collapsible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0; }
  .info-box-accordion .collapsible .rotate {
    transform: rotate(180deg); }
  .info-box-accordion .collapsible .collapsible-header {
    border: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .info-box-accordion .collapsible .collapsible-body {
    padding: 0;
    border: none; }

.header {
  position: relative;
  color: white;
  height: 720px; }
  @media only screen and (max-width: 992px) {
    .header {
      height: 88vh; } }
  .header .header-background {
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: top right; }
    @media only screen and (max-width: 992px) {
      .header .header-background {
        padding-bottom: 80px; } }
    @media only screen and (max-width: 600px) {
      .header .header-background {
        padding-bottom: 50px; } }
    .header .header-background.left-align {
      background-position: top left; }
    .header .header-background img {
      height: 100%; }
    .header .header-background .header-text-container {
      margin-top: 5%; }
      .header .header-background .header-text-container h1 {
        text-align: left;
        color: white; }
      .header .header-background .header-text-container p {
        text-align: left; }
  .header .header-content {
    position: absolute;
    top: 96px;
    padding-top: 64px;
    width: 100%; }
    .header .header-content h1 {
      color: white; }

@media only screen and (max-width: 992px) {
  .header .header-content {
    top: 56px; } }
.image-text {
  height: 600px;
  padding: 50px 10%; }
  .image-text img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%; }
  .image-text .image-text-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .image-text .image-text-content-wrapper h2, .image-text .image-text-content-wrapper p, .image-text .image-text-content-wrapper a {
      color: white; }
    .image-text .image-text-content-wrapper a {
      font-size: 1.25rem;
      font-weight: bold; }

@media only screen and (max-width: 992px) {
  .image-text {
    height: auto; } }
.faq-accordion {
  background-color: #FFF !important; }
  .faq-accordion .collapsible {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-top: 2px #333333 solid; }
    .faq-accordion .collapsible .collapsible-header, .faq-accordion .collapsible .collapsible-body {
      border-bottom: 2px #333333 solid;
      padding-left: 10%;
      padding-right: 10%;
      position: relative; }
      .faq-accordion .collapsible .collapsible-header h2, .faq-accordion .collapsible .collapsible-body h2 {
        margin-right: 40px;
        margin-bottom: 0px;
        margin-top: 0px; }
    .faq-accordion .collapsible .active .collapsible-header {
      border-bottom: none; }
    .faq-accordion .collapsible .collapsible-header .collapsible-indicator {
      position: absolute;
      height: 100%;
      top: 0;
      right: 10%; }
      .faq-accordion .collapsible .collapsible-header .collapsible-indicator i {
        margin-right: 0;
        font-size: 2rem;
        line-height: 1.5;
        transition: .5s; }
        .faq-accordion .collapsible .collapsible-header .collapsible-indicator i.rotate {
          transform: rotate(180deg); }
    .faq-accordion .collapsible .collapsible-body {
      background-color: #FFF;
      border-bottom: 2px #333333 solid; }
  .faq-accordion .faq-more {
    margin-bottom: 1rem;
    padding: 0 10%; }
    .faq-accordion .faq-more a {
      text-decoration: none; }
      .faq-accordion .faq-more a strong {
        line-height: 2rem; }
  .faq-accordion.violet .faq-more a {
    color: #504494; }
  .faq-accordion.violet .collapsible-header h2, .faq-accordion.violet i {
    color: #504494; }
  .faq-accordion.rose .faq-more a {
    color: #ad6e8b; }
  .faq-accordion.rose .collapsible-header h2, .faq-accordion.rose i {
    color: #ad6e8b; }
  .faq-accordion.yellow .faq-more a {
    color: #e4b939; }
  .faq-accordion.yellow .collapsible-header h2, .faq-accordion.yellow i {
    color: #e4b939; }
  .faq-accordion.sky .faq-more a {
    color: #46728d; }
  .faq-accordion.sky .collapsible-header h2, .faq-accordion.sky i {
    color: #46728d; }

@media only screen and (max-width: 992px) {
  .collapsible .collapsible-header .collapsible-indicator i {
    font-size: 1.1rem;
    line-height: 1.36; } }
#course-detail-map {
  height: 500px;
  width: 100%; }

#course-overview-map {
  height: 800px;
  width: 100%; }

.gm-style-iw .gm-style-iw-d {
  overflow: hidden !important; }
  .gm-style-iw .gm-style-iw-d .marker-info-window {
    background-color: #ad6e8b;
    min-width: 360px; }
    .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course {
      padding: 16px;
      border-bottom: 1px solid white; }
      .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course:last-child {
        border-bottom: none; }
      .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course p, .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course a {
        color: white !important; }
      .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course p {
        margin-right: 20px;
        margin-block-start: 0; }
      .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course a {
        font-weight: bold; }
.gm-style-iw button {
  top: 0 !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important; }
  .gm-style-iw button img {
    width: 24px !important;
    height: 24px !important;
    filter: brightness(0) invert(1) !important; }

.slider-title {
  margin-bottom: 20px; }

.image-slider {
  margin-top: 40px;
  background-color: white; }
  .image-slider.box-slider {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto; }
  .image-slider .slides {
    position: relative;
    background-color: #FFFFFF; }
    .image-slider .slides .img-slide {
      overflow: visible;
      width: 100%;
      height: 100%;
      left: inherit; }
      .image-slider .slides .img-slide img {
        height: 100%;
        width: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
  .image-slider .indicators .indicator-item {
    height: 12px;
    width: 12px;
    margin: 0 12px;
    border: 1px solid black;
    background: transparent; }
    .image-slider .indicators .indicator-item.active {
      background-color: black; }

.yellow_text {
  color: #e4b939 !important; }

.sky_text {
  color: #46728d !important; }

.faqslider-container {
  height: 580px; }
  .faqslider-container .faqslider {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top right; }
    .faqslider-container .faqslider .slides {
      background-color: transparent; }
      .faqslider-container .faqslider .slides li .caption {
        width: 100%;
        left: 0; }
        .faqslider-container .faqslider .slides li .caption .question {
          color: white !important; }
        .faqslider-container .faqslider .slides li .caption .headline {
          color: white !important;
          margin-left: 32px; }
        .faqslider-container .faqslider .slides li .caption .box-link {
          margin-left: 32px;
          margin-top: 32px; }
          .faqslider-container .faqslider .slides li .caption .box-link a {
            color: white;
            font-weight: bold;
            font-size: 1.25rem;
            text-decoration: none; }
    .faqslider-container .faqslider .indicators {
      bottom: 10%;
      z-index: 100; }
      .faqslider-container .faqslider .indicators .indicator-item {
        border: 1px solid white;
        background: transparent; }
        .faqslider-container .faqslider .indicators .indicator-item.active {
          background-color: white; }

.text-box-content {
  padding: 50px 0; }
  .text-box-content h2, .text-box-content p, .text-box-content a {
    color: white !important; }
  .text-box-content a {
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none; }

.html_box .default-html-box {
  padding: 20px;
  border: 1px solid #51565e;
  color: black; }
.html_box .yellow-html-box {
  background-color: #e4b939;
  color: white;
  border: none; }
  .html_box .yellow-html-box h1 {
    color: white !important; }

.instructors_news_list {
  overflow-y: auto;
  border: 1px solid #51565e;
  width: 30%;
  max-width: 30%; }
  @media only screen and (max-width: 600px) {
    .instructors_news_list {
      width: 80%;
      max-width: 80%;
      margin-top: 30px; } }
  .instructors_news_list .news-container {
    padding: 10px;
    margin-bottom: 20px; }
  .instructors_news_list .news-title {
    font-size: 0.7em; }

.anchor {
  position: relative; }
  .anchor a.target {
    position: absolute;
    left: 0;
    top: -96px; }
  .anchor button {
    line-height: 0;
    margin-top: 10px; }

.toast {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem; }

.quotes .indicators {
  margin-top: 50px;
  height: 0; }
.quotes ul .quote-slide {
  display: flex !important; }
.quotes ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  gap: 50px; }
.quotes .quote {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start; }
  .quotes .quote .quote-data {
    margin: 0 0 20px 20px; }
    .quotes .quote .quote-data span {
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      line-height: 24px;
      color: white;
      padding-bottom: 5px; }
    .quotes .quote .quote-data p {
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 16px;
      color: white; }
.quotes .quote-back {
  width: 300px;
  height: 300px;
  display: flex; }
  .quotes .quote-back .quote-text {
    padding: 20px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .quotes .quote-back .quote-text ::-webkit-scrollbar {
      display: none; }
    .quotes .quote-back .quote-text p {
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-size: 16px !important;
      color: white; }
@media only screen and (max-width: 1472px) {
  .quotes .indicators {
    margin-top: 0; }
  .quotes ul li {
    gap: 25px; }
  .quotes .quote {
    width: 250px;
    height: 250px; }
    .quotes .quote .quote-data {
      margin: 0 0 20px 20px; }
      .quotes .quote .quote-data span {
        font-size: 16px !important;
        line-height: 18px;
        padding-bottom: 3px; }
      .quotes .quote .quote-data p {
        font-size: 12px !important;
        line-height: 14px; }
  .quotes .quote-back {
    width: 250px;
    height: 250px; }
    .quotes .quote-back .quote-text {
      padding: 15px; }
      .quotes .quote-back .quote-text p {
        font-size: 14px !important; } }
@media only screen and (max-width: 1200px) {
  .quotes ul li {
    gap: 20px; }
  .quotes .quote {
    width: 200px;
    height: 200px; }
    .quotes .quote .quote-data {
      margin: 0 0 20px 20px; }
      .quotes .quote .quote-data span {
        font-size: 16px !important;
        line-height: 18px;
        padding-bottom: 3px; }
      .quotes .quote .quote-data p {
        font-size: 12px !important;
        line-height: 14px; }
  .quotes .quote-back {
    width: 200px;
    height: 200px; }
    .quotes .quote-back .quote-text {
      padding: 15px; }
      .quotes .quote-back .quote-text p {
        font-size: 12px !important; } }
@media only screen and (max-width: 600px) {
  .quotes ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 20px; }
  .quotes .indicators {
    margin-top: 40px; }
    .quotes .indicators li.active {
      background-color: #4CAF50; } }

.quote-orange {
  background-color: #CF6532; }
  .quote-orange.gradiant {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #cf6532; }

.quote-yellow {
  background-color: #E4B939; }
  .quote-yellow.gradiant {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #e4b939; }

.quote-turquoise {
  background-color: #1E6E8C; }
  .quote-turquoise.gradiant {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #1e6e8c; }

.quote-pink {
  background-color: #AD6E8B; }
  .quote-pink.gradiant {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #ad6e8b; }

.quote-violet {
  background-color: #4C478F; }
  .quote-violet.gradiant {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #4c478f; }

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */ }
  @media only screen and (max-width: 1472px) {
    .flip-card {
      width: 250px;
      height: 250px; } }
  @media only screen and (max-width: 1200px) {
    .flip-card {
      width: 200px;
      height: 200px; } }

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d; }

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden; }

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg); }

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(364px, 1fr));
  grid-gap: 50px; }
  @media only screen and (max-width: 1440px) {
    .team-container {
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      grid-gap: 25px; } }
  .team-container .team-member {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .team-container .team-member a {
      text-decoration: none; }
    .team-container .team-member .member-image-container {
      position: relative;
      width: 364px;
      height: 364px; }
      .team-container .team-member .member-image-container img {
        position: absolute;
        width: 364px;
        height: 364px;
        border-radius: 50%; }
      @media only screen and (max-width: 1440px) {
        .team-container .team-member .member-image-container {
          width: 240px;
          height: 240px; }
          .team-container .team-member .member-image-container img {
            width: 240px;
            height: 240px; } }
      .team-container .team-member .member-image-container .bw-image {
        filter: grayscale(100) brightness(1.2) contrast(1.05); }
      .team-container .team-member .member-image-container .hover-image {
        opacity: 0; }
      .team-container .team-member .member-image-container:hover .hover-image {
        opacity: 1; }
  .team-container .team-member-popup {
    margin: 5vh auto;
    top: 0 !important; }
    .team-container .team-member-popup .modal-container {
      padding: 50px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      gap: 50px; }
      .team-container .team-member-popup .modal-container .modal-left {
        display: flex;
        flex-direction: column; }
        .team-container .team-member-popup .modal-container .modal-left a {
          text-decoration: none; }
        .team-container .team-member-popup .modal-container .modal-left img {
          max-width: none;
          height: 240px;
          width: 240px;
          border-radius: 50%; }
        @media only screen and (max-width: 992px) {
          .team-container .team-member-popup .modal-container .modal-left {
            align-items: flex-start; } }
        @media only screen and (max-width: 1200px) {
          .team-container .team-member-popup .modal-container .modal-left .bw-image {
            width: 160px;
            height: 160px; } }
      .team-container .team-member-popup .modal-container .modal-main {
        display: flex;
        flex-direction: column; }
        .team-container .team-member-popup .modal-container .modal-main .team-member-description {
          margin-bottom: 75px;
          white-space: pre-wrap; }
          .team-container .team-member-popup .modal-container .modal-main .team-member-description p {
            margin-top: 0;
            margin-bottom: 0; }
      @media only screen and (max-width: 992px) {
        .team-container .team-member-popup .modal-container {
          flex-direction: column; } }

.course-header {
  margin-top: 100px;
  margin-bottom: 100px; }

.course-status-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    .course-status-row {
      justify-content: flex-start; } }

.course-status {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px; }
  .course-status.green {
    background-color: #00A467 !important; }
  .course-status.orange {
    background-color: #FF9800 !important; }
  .course-status.red {
    background-color: #D40000 !important; }

.course-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px; }
  @media only screen and (max-width: 600px) {
    .course-actions {
      justify-content: flex-start; } }
  .course-actions .action-icon {
    color: #504494;
    border: 2px #504494 solid;
    padding: 2px;
    cursor: pointer; }
  .course-actions .disabled {
    opacity: 0.3;
    pointer-events: none; }

.dropdown-content li > a > i {
  margin: 0 10px 0 0; }

.button-presence-confirmation {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 600px) {
    .button-presence-confirmation {
      justify-content: flex-start; } }

.modal_co_instructor {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center; }
  .modal_co_instructor .modal-content {
    width: 500px;
    height: 400px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
    flex-shrink: 1; }
    .modal_co_instructor .modal-content .modal-img-container {
      display: flex;
      justify-content: center; }
    .modal_co_instructor .modal-content .modal-inner-content {
      margin-bottom: 30px;
      margin-left: 30px;
      margin-right: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .modal_co_instructor .h-450 {
    height: 450px; }
  .modal_co_instructor .background-purple {
    background-color: #504494;
    text-transform: uppercase;
    color: white; }

.status-registration-header {
  margin-bottom: 20px;
  display: flex;
  width: 27%; }

.controls button.outlined.active {
  border: none !important; }

#course-filters {
  margin-top: 32px;
  min-height: 80px;
  padding: 20px 20px 12px 20px; }
  #course-filters #apply-course-filters {
    height: 48px;
    max-width: 100%;
    margin-top: 5px;
    padding: 4px 12px;
    float: left;
    letter-spacing: 2px; }
  #course-filters #reset-course-filters {
    color: white;
    float: left;
    margin-top: 8px;
    padding: 8px 16px;
    line-height: 24px;
    height: 48px; }
  #course-filters .input-field {
    margin-top: 8px;
    margin-bottom: 0; }
    #course-filters .input-field > input {
      color: white;
      border-bottom: 1px white solid;
      height: 2rem; }
      #course-filters .input-field > input:focus {
        box-shadow: 0 1px 0 0 white; }
    #course-filters .input-field label {
      color: white; }
  #course-filters .course-language-filter-row {
    padding-top: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px; }
    #course-filters .course-language-filter-row .course-language-filter {
      color: white; }
      #course-filters .course-language-filter-row .course-language-filter [type="checkbox"] + span:not(.lever):before {
        border: 2px solid white; }
      #course-filters .course-language-filter-row .course-language-filter [type="checkbox"]:checked + span:not(.lever):before {
        border-top: none;
        border-left: none; }
      #course-filters .course-language-filter-row .course-language-filter span {
        padding-left: 28px; }
  #course-filters .row:last-child {
    margin-bottom: 10px; }

#course-container, #course-container-partner {
  margin-bottom: 100px; }
  #course-container #course-list, #course-container #course-list-partner, #course-container-partner #course-list, #course-container-partner #course-list-partner {
    overflow-x: auto;
    white-space: nowrap; }
    #course-container #course-list thead tr th:first-child, #course-container #course-list-partner thead tr th:first-child, #course-container-partner #course-list thead tr th:first-child, #course-container-partner #course-list-partner thead tr th:first-child {
      min-width: 300px; }
    #course-container #course-list tr, #course-container #course-list-partner tr, #course-container-partner #course-list tr, #course-container-partner #course-list-partner tr {
      border-color: #ad6e8b; }
      #course-container #course-list tr.fully-booked, #course-container #course-list-partner tr.fully-booked, #course-container-partner #course-list tr.fully-booked, #course-container-partner #course-list-partner tr.fully-booked {
        color: rgba(51, 51, 51, 0.4); }
        #course-container #course-list tr.fully-booked a, #course-container #course-list-partner tr.fully-booked a, #course-container-partner #course-list tr.fully-booked a, #course-container-partner #course-list-partner tr.fully-booked a {
          opacity: 0.4; }
    #course-container #course-list td, #course-container #course-list-partner td, #course-container-partner #course-list td, #course-container-partner #course-list-partner td {
      vertical-align: top; }
      #course-container #course-list td.course-list-title, #course-container #course-list-partner td.course-list-title, #course-container-partner #course-list td.course-list-title, #course-container-partner #course-list-partner td.course-list-title {
        white-space: normal;
        width: 430px; }
      #course-container #course-list td .course-block, #course-container #course-list-partner td .course-block, #course-container-partner #course-list td .course-block, #course-container-partner #course-list-partner td .course-block {
        white-space: initial;
        min-width: 105px; }
      #course-container #course-list td.wrap-content, #course-container #course-list-partner td.wrap-content, #course-container-partner #course-list td.wrap-content, #course-container-partner #course-list-partner td.wrap-content {
        width: 1%;
        white-space: nowrap; }
    #course-container #course-list a, #course-container #course-list-partner a, #course-container-partner #course-list a, #course-container-partner #course-list-partner a {
      color: #ad6e8b; }
      #course-container #course-list a.underline, #course-container #course-list-partner a.underline, #course-container-partner #course-list a.underline, #course-container-partner #course-list-partner a.underline {
        text-decoration: underline; }

.lp-course-title {
  width: 300px !important; }

.lp-course-blocks {
  min-width: 320px;
  width: 630px; }

.instructor-accordeon-information {
  width: 100%; }
  .instructor-accordeon-information p {
    margin: 0px; }

.rotation-180 {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.arrow-icon-container {
  align-items: start; }

.course-cancel-button {
  margin-top: 15px; }

.my-courses-button {
  width: 220px; }

.text-container-send {
  margin-top: 3px;
  text-transform: uppercase; }

.button-filter-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column; }

.button-filter-inner-container {
  display: flex;
  flex-wrap: wrap; }
  .button-filter-inner-container a {
    text-decoration: none; }

.bordered-superbig {
  font-size: 17px;
  color: #504494;
  text-align: center;
  border: 2px solid #504494;
  width: 250px;
  height: 34px;
  margin-right: 20px; }

.selected-button {
  color: white !important;
  background-color: #504494; }

.counter-string-courses {
  font-size: 13px;
  margin-top: 14px; }

.my-courses-filter-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-bottom: 20px; }
  .my-courses-filter-container .my-courses-filter-search {
    display: flex;
    flex-direction: column; }
  .my-courses-filter-container .my-courses-filter-year {
    display: flex;
    flex-direction: column; }
  @media only screen and (max-width: 992px) {
    .my-courses-filter-container {
      gap: 20px; } }
  @media only screen and (max-width: 600px) {
    .my-courses-filter-container {
      flex-wrap: wrap; } }

#search_filter {
  width: 100%; }

.search_filter_label {
  width: 100%; }

.no-bottom-margin {
  margin-bottom: 0px;
  margin-top: 100px; }

.label-filter-my-courses {
  color: #504494;
  font-weight: bold; }

.smaller-text-label {
  font-size: 1.2rem; }
  @media (max-width: 600px) {
    .smaller-text-label {
      font-size: 1rem; } }

.rebooking-block-container {
  border: 2px solid black;
  padding: 10px;
  border-radius: 5px;
  width: 435px;
  margin-right: 20px;
  margin-bottom: 20px; }

#blocks-info-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px; }

#catchup-rebooking-blocks-title {
  color: black;
  margin-bottom: 10px; }

@media only screen and (max-width: 600px) {
  .mobile-float-right {
    float: right !important; } }

.header-row {
  margin-top: 40px; }

.base-course-list-title {
  width: 50%; }
  @media (max-width: 600px) {
    .base-course-list-title {
      width: 100%;
      margin-bottom: 20px; } }

.base-course-address-title {
  width: 20%; }

.infinite-course {
  border-top: 1px solid black;
  display: flex;
  padding: 15px 0 45px; }
  @media (max-width: 600px) {
    .infinite-course {
      padding: 15px 0; } }
  .infinite-course.fully-booked {
    color: rgba(51, 51, 51, 0.4); }
    .infinite-course.fully-booked a {
      opacity: 0.4; }
  .infinite-course i.material-icons.inline {
    vertical-align: text-top !important; }

#instructors-course-list h3 + .infinite-course {
  border-top: 2px solid #504494; }

.break-spaces {
  white-space: break-spaces; }

.margin-left-15 {
  margin-left: 15px; }

.course-blocks-container {
  width: 90%; }

.registration-link-contianer {
  width: 85%; }

.status-registration-link-container {
  margin-bottom: 20px;
  display: flex;
  width: 27%; }

.course-blocks-container-header {
  padding-left: 0.75rem;
  width: 90%; }

@media (max-width: 600px) {
  .course-blocks-container-header {
    display: none; }

  .base-course-address-title {
    display: none; }

  .course-list-title {
    margin-top: 15px; }

  .infinite-course {
    flex-direction: column; }

  .course-blocks-container {
    margin: 0px; }

  .row .col.s12.course-block {
    padding: 0px;
    width: 45%; }

  .status-registration-link-container {
    margin-bottom: 20px;
    display: flex;
    width: 100%; }

  .registration-link-contianer {
    width: 75%; }

  .status-registration-header {
    display: none; } }
@media only screen and (max-width: 992px) {
  i, div {
    font-size: 0.8rem;
    line-height: 1.63; } }

@media only screen and (max-width: 992px) {
  .filter-margin {
    margin-bottom: 20px !important; } }
.completed {
  opacity: 0.4; }

#course-list .catchup-list .catchup-rebook-list-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text {
    width: 75%; }
    #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text h2 {
      margin-bottom: 0; }
  #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-button {
    display: flex;
    justify-content: flex-end;
    width: 25%; }
  @media only screen and (max-width: 1330px) {
    #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text {
      width: 100%; }
    #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-button {
      width: 100%; } }
#course-list .catchup-list .catchup-title {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 25px 0; }
  #course-list .catchup-list .catchup-title span {
    font-size: 20px;
    flex: 50%; }
#course-list .catchup-list .catchup-course-list {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  transition: background-color .25s ease; }
  #course-list .catchup-list .catchup-course-list:hover {
    background-color: rgba(242, 242, 242, 0.5); }
  #course-list .catchup-list .catchup-course-list .course-list-title {
    flex: 50%; }
    #course-list .catchup-list .catchup-course-list .course-list-title .course-list-title-title span {
      word-break: break-word;
      white-space: normal; }
    #course-list .catchup-list .catchup-course-list .course-list-title .course-list-title-description p {
      word-break: break-word;
      white-space: normal; }
  #course-list .catchup-list .catchup-course-list .catchup-course-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    flex: 50%; }
#course-list .catchup-list > .catchup-course-list ~ .catchup-course-list {
  border-top: none; }
#course-list #catchup-go-next-btn {
  margin-top: 30px;
  float: right; }
  @media only screen and (max-width: 992px) {
    #course-list #catchup-go-next-btn {
      display: none; } }

.training-focus h3 {
  margin-bottom: 24px; }
.training-focus .training-focus-grid {
  display: flex;
  gap: 20px; }
  .training-focus .training-focus-grid .training-focus-element {
    border: 4px solid black;
    border-radius: 20px;
    display: flex;
    flex-direction: column; }
    .training-focus .training-focus-grid .training-focus-element a {
      display: inline-block;
      padding: 20px 50px;
      text-decoration: none; }
    .training-focus .training-focus-grid .training-focus-element h3, .training-focus .training-focus-grid .training-focus-element p {
      color: white;
      margin-bottom: 0; }
    .training-focus .training-focus-grid .training-focus-element.focus-green {
      background: #449577;
      border-color: #449577; }
    .training-focus .training-focus-grid .training-focus-element.focus-violet {
      background: #504494;
      border-color: #504494; }
    .training-focus .training-focus-grid .training-focus-element.focus-rose {
      background: #ad6e8b;
      border-color: #ad6e8b; }

.exam [type="radio"]:checked + span:after, .exam [type="radio"].with-gap:checked + span:after {
  background-color: black; }
.exam [type="radio"]:checked + span:after, .exam [type="radio"].with-gap:checked + span:before, .exam [type="radio"].with-gap:checked + span:after {
  border: 2px solid black; }
.exam .smcx-widget {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%; }
  .exam .smcx-widget .smcx-iframe-container {
    width: 100%;
    max-width: 100%; }
.exam .intro-block {
  margin-top: 86px; }
.exam .exam-pagination {
  margin-right: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
.exam .exam-content {
  margin-top: 128px;
  margin-bottom: 128px; }
  .exam .exam-content .question-title {
    margin-top: 80px;
    margin-bottom: 40px; }
  .exam .exam-content .question-text {
    color: #333333; }
.exam .fixed-footer {
  padding: 0 1rem; }
  .exam .fixed-footer .footer-text {
    font-size: 0.8rem; }
  .exam .fixed-footer .row {
    height: 100%;
    display: flex;
    align-items: center; }
    .exam .fixed-footer .row button.outlined {
      white-space: nowrap; }
  .exam .fixed-footer button.exam-finished {
    background-color: white !important; }
  .exam .fixed-footer i.exam-finished {
    color: #504494; }

.exam-result .navbar-fixed nav .brand-logo svg {
  fill: white; }
.exam-result .exam-medal {
  position: absolute;
  top: 0;
  right: 96px; }
  .exam-result .exam-medal img {
    width: auto;
    max-height: 400px; }
  .exam-result .exam-medal svg {
    fill: white; }
    .exam-result .exam-medal svg path, .exam-result .exam-medal svg polygon {
      fill: white; }
.exam-result .exam-container {
  height: 100%;
  margin-top: -96px;
  display: flex;
  flex-flow: column; }
  .exam-result .exam-container .exam-content {
    flex: 1 1 auto; }
  .exam-result .exam-container .exam-footer {
    flex: 0 1 128px; }
    .exam-result .exam-container .exam-footer .row {
      height: 100%;
      margin: 0 10%; }
      .exam-result .exam-container .exam-footer .row button.outlined {
        color: #504494;
        border: 2px #504494 solid; }
.exam-result h1 {
  color: white; }
.exam-result h3 {
  color: white; }

.filter-link-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%; }
  .filter-link-container button.filter-button {
    height: 48px;
    padding: 4px 12px;
    background-color: white !important;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .filter-link-container button.filter-button.violet {
      border: 2px #504494 solid;
      color: #504494; }
      .filter-link-container button.filter-button.violet.active {
        background-color: #504494 !important; }
    .filter-link-container button.filter-button.rose {
      border: 2px #ad6e8b solid;
      color: #ad6e8b; }
      .filter-link-container button.filter-button.rose.active {
        background-color: #ad6e8b !important; }
    .filter-link-container button.filter-button.yellow {
      border: 2px #e4b939 solid;
      color: #e4b939; }
      .filter-link-container button.filter-button.yellow.active {
        background-color: #e4b939 !important; }
    .filter-link-container button.filter-button.sky {
      border: 2px #46728d solid;
      color: #46728d; }
      .filter-link-container button.filter-button.sky.active {
        background-color: #46728d !important; }
    .filter-link-container button.filter-button i {
      display: none;
      color: white;
      font-size: 1em;
      float: left;
      margin-right: 8px; }
    .filter-link-container button.filter-button.active {
      border: none;
      color: #FFF; }
      .filter-link-container button.filter-button.active i {
        display: block; }

.faq_type_EN {
  color: #504494;
  border-color: #504494; }

.faq_type_FR {
  color: #ad6e8b;
  border-color: #ad6e8b; }

.faq_type_IN {
  color: #e4b939;
  border-color: #e4b939; }

.faq_type_UO {
  color: #46728d;
  border-color: #46728d; }

.faq_type_NO {
  color: #504494;
  white-space: nowrap; }

.filter-cancel-None {
  display: none; }

@media only screen and (max-width: 1240px) {
  .filter-link-container {
    display: block; }
    .filter-link-container button.filter-button {
      margin-bottom: 8px;
      width: calc(100% - 20px); } }
.course-cancellation {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .course-cancellation .red-box {
    background-color: red; }
    .course-cancellation .red-box p {
      color: white;
      padding: 15px 20px; }
  .course-cancellation .background-white {
    background-color: white;
    text-transform: uppercase; }
  .course-cancellation .background-purple {
    background-color: #504494;
    text-transform: uppercase;
    color: white; }
  .course-cancellation #form-table-cancellation-confirmation {
    display: none; }
  .course-cancellation .link-cancel {
    margin-top: 5px;
    text-decoration: none;
    width: 250px; }
  .course-cancellation .bordered-text-area {
    border: 2px solid #504494;
    height: 200px;
    padding: 10px; }
  .course-cancellation #id_custom_notification_email-email_content_1, .course-cancellation #id_custom_notification_email-email_content_2,
  .course-cancellation #id_custom_notification_catchup_email-email_content_1, .course-cancellation #id_custom_notification_catchup_email-email_content_2 {
    height: 250px; }
  .course-cancellation .violet-small {
    color: #504494; }
  .course-cancellation .text-container-custom-notification-email {
    margin-bottom: 50px;
    margin-top: 75px; }

.course-cancelled-confirmation .link-cancel {
  margin-top: 5px;
  text-decoration: none;
  width: 250px; }

.cursor-pointer {
  cursor: pointer; }

.language-button-container {
  display: flex; }

.language-button {
  border-top: 2px solid #504494;
  border-left: 2px solid #504494;
  color: #504494;
  width: 30px;
  text-align: center;
  height: 28px;
  font-size: 15px;
  cursor: pointer; }

.language-button-border-right {
  border-right: 2px solid #504494; }

.language-button-selected {
  color: white;
  background-color: #504494; }

.no-padding-top {
  padding-top: 0px; }

.no-padding-bottom {
  padding-bottom: 0px; }

.no-padding {
  padding: 0 0 0 0; }

.disabled {
  opacity: 0.3;
  pointer-events: none; }

.fancy-emails-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px; }

.fancy-email-container {
  display: flex;
  background-color: #504494;
  color: white;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 5px; }

.fancy-email {
  padding-left: 10px;
  padding-right: 7px; }

.fancy-email-x {
  padding-right: 10px;
  cursor: pointer;
  font-weight: bold; }

#to_emails {
  display: none; }

.dop-header-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-weight: bold;
  color: #504494;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  height: 50px;
  align-items: center; }

.dop-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 10px; }

.dop-cell {
  font-size: 17px; }

.dop-cell-nr {
  width: 45px;
  text-align: left;
  margin-right: 5px; }

.dop-cell-senddate {
  width: 180px; }

.dop-cell-lang {
  width: 30px; }

.dop-cell-course {
  width: 300px; }

.dop-cell-type {
  width: 70px; }

.dop-cell-pickup {
  width: 180px; }

.dop-cell-send {
  width: 100px;
  padding-right: 15px; }

.dop-cell-participants {
  width: 30px; }

.dop-cell-list {
  width: 50px; }

.dop-cell-box {
  width: 50px; }

.dop-cell-status {
  width: 140px; }
  .dop-cell-status a {
    text-decoration: none; }

.dop-cell-center {
  text-align: center; }

.color-light-blue {
  color: #6dbad8;
  margin-bottom: 3px; }

.bordered-small {
  border: 2px solid #504494;
  width: 34px;
  height: 34px;
  padding: 0px;
  background-color: transparent;
  cursor: pointer; }
  .bordered-small i {
    font-size: 30px;
    color: #504494; }

.bordered-big {
  font-size: 17px;
  color: #504494;
  text-align: center;
  border: 2px solid #504494;
  width: 130px;
  height: 34px;
  background-color: transparent;
  cursor: pointer; }

.text-container-send {
  margin-top: 3px;
  text-transform: uppercase; }

.info-container {
  margin-bottom: 20px; }

.info-title {
  font-weight: bold;
  font-size: 17px; }

.info-text {
  font-size: 17px; }

.button-filter-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

.button-filter-inner-container {
  display: flex; }
  .button-filter-inner-container a {
    text-decoration: none; }

.counter-string-orders {
  font-size: 13px;
  margin-top: 14px; }

.bordered-superbig {
  font-size: 17px;
  color: #504494;
  text-align: center;
  border: 2px solid #504494;
  width: 250px;
  height: 34px;
  margin-right: 20px; }

.selected-button {
  color: white !important;
  background-color: #504494; }

.dispatch-filter-outter-container {
  margin-top: 60px;
  margin-bottom: 50px; }

.dispatch-filter-container {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #504494; }

.dispatch-basic-filter-container {
  display: flex; }

.dispatch-date-filter-container {
  display: flex; }

.dispatch-basic-filter-inner-container {
  margin-right: 20px;
  width: 100px; }

.dispatch-date-filter-inner-container {
  margin-right: 20px; }

.dispatch-date-filter {
  width: 150px; }

.disable-order {
  opacity: 0.3;
  pointer-events: none; }

.enable-order {
  cursor: pointer; }

#dispatch-popup-outter {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center; }

#dispatch-popup-content {
  width: 500px;
  height: 300px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px; }

#dispatch-popup-content-inner {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px; }

#dispatch-img-container {
  display: flex;
  justify-content: center; }

#dispatch-popup-title {
  font-weight: bold;
  color: #504494; }

#dispatch-popup-button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  #dispatch-popup-button-container .popup-button {
    cursor: pointer; }

@media only screen and (max-width: 1428px) {
  .memegen_content {
    display: flex;
    justify-content: center;
    flex-direction: column; } }
.memegen_content .memegen_title {
  color: #46728d; }

.meme_generator {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between; }
  @media only screen and (max-width: 1428px) {
    .meme_generator {
      justify-content: center; } }

.meme_generator .meme_preview .meme_image, .meme-share-container .meme_preview .meme_image {
  margin-bottom: 15px;
  height: 600px;
  width: 600px; }
  @media only screen and (max-width: 600px) {
    .meme_generator .meme_preview .meme_image, .meme-share-container .meme_preview .meme_image {
      margin-bottom: 8px; } }
  .meme_generator .meme_preview .meme_image svg, .meme-share-container .meme_preview .meme_image svg {
    width: 600px;
    height: 600px; }
  @media only screen and (max-width: 600px) {
    .meme_generator .meme_preview .meme_image, .meme-share-container .meme_preview .meme_image {
      height: 340px;
      width: 340px; }
      .meme_generator .meme_preview .meme_image svg, .meme-share-container .meme_preview .meme_image svg {
        width: 340px;
        height: 340px; } }
.meme_generator .meme_preview .meme_background_image_selector, .meme-share-container .meme_preview .meme_background_image_selector {
  display: flex;
  flex-direction: row;
  gap: 15px; }
  @media only screen and (max-width: 600px) {
    .meme_generator .meme_preview .meme_background_image_selector, .meme-share-container .meme_preview .meme_background_image_selector {
      gap: 8px; } }
  .meme_generator .meme_preview .meme_background_image_selector .template_selector, .meme-share-container .meme_preview .meme_background_image_selector .template_selector {
    width: 190px;
    height: 190px; }
    .meme_generator .meme_preview .meme_background_image_selector .template_selector svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selector svg {
      width: 190px;
      height: 190px; }
      .meme_generator .meme_preview .meme_background_image_selector .template_selector svg:hover, .meme-share-container .meme_preview .meme_background_image_selector .template_selector svg:hover {
        border: 2px #333333 solid;
        padding: 1px; }
    @media only screen and (max-width: 600px) {
      .meme_generator .meme_preview .meme_background_image_selector .template_selector, .meme-share-container .meme_preview .meme_background_image_selector .template_selector {
        height: 108px;
        width: 108px; }
        .meme_generator .meme_preview .meme_background_image_selector .template_selector svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selector svg {
          width: 108px;
          height: 108px; } }
  .meme_generator .meme_preview .meme_background_image_selector .template_selected, .meme-share-container .meme_preview .meme_background_image_selector .template_selected {
    width: 190px;
    height: 190px;
    opacity: 0.2; }
    .meme_generator .meme_preview .meme_background_image_selector .template_selected svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selected svg {
      width: 190px;
      height: 190px; }
    @media only screen and (max-width: 600px) {
      .meme_generator .meme_preview .meme_background_image_selector .template_selected, .meme-share-container .meme_preview .meme_background_image_selector .template_selected {
        height: 108px;
        width: 108px; }
        .meme_generator .meme_preview .meme_background_image_selector .template_selected svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selected svg {
          width: 108px;
          height: 108px; } }
.meme_generator .meme_configuration .meme_conf_form, .meme-share-container .meme_configuration .meme_conf_form {
  width: 375px; }
  @media only screen and (max-width: 600px) {
    .meme_generator .meme_configuration .meme_conf_form, .meme-share-container .meme_configuration .meme_conf_form {
      padding-left: 20px;
      padding-right: 20px; } }
.meme_generator .meme_configuration .meme_share, .meme-share-container .meme_configuration .meme_share {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px; }
  .meme_generator .meme_configuration .meme_share .action-icon, .meme-share-container .meme_configuration .meme_share .action-icon {
    color: #504494;
    border: 2px #504494 solid;
    padding: 2px;
    cursor: pointer;
    font-size: 28px; }
.meme_generator .meme-buttons-container, .meme-share-container .meme-buttons-container {
  display: flex;
  align-items: center; }
  .meme_generator .meme-buttons-container a, .meme-share-container .meme-buttons-container a {
    margin-left: 20px; }

.meme-gallery .container {
  width: 100%;
  margin-top: 80px; }
.meme-gallery .memegen_title {
  color: #46728d; }
.meme-gallery .infinite-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.meme-gallery .infinite-item {
  width: 300px;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 600px) {
    .meme-gallery .infinite-item {
      width: 150px;
      margin-left: 5px;
      margin-right: 5px; } }

.course-creation .calendar-day {
  width: 145px;
  height: 100px;
  background-color: #4C478F;
  margin-left: 3px;
  margin-top: 3px;
  color: white;
  cursor: pointer; }
.course-creation .gary-out-day {
  opacity: 0.7;
  cursor: default; }
.course-creation .calendar-label {
  font-weight: bold; }
.course-creation .calendar-day-busy {
  background-color: #FF1744;
  cursor: default;
  color: black; }
.course-creation .calendar-week {
  display: flex; }
.course-creation .day-number {
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  font-size: 15px; }
.course-creation .header-calendar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px; }
.course-creation .calendar-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
.course-creation button, .course-creation .background-white {
  cursor: pointer;
  background-color: white; }
.course-creation .background-purple {
  background-color: #504494;
  text-transform: uppercase;
  color: white; }
.course-creation .selected {
  background-color: #26A69A;
  color: white; }
.course-creation #submit-button-calendar {
  background-color: white;
  cursor: pointer; }
.course-creation .course-block-inputs-container {
  width: 200px;
  border: 1px solid black;
  padding: 10px;
  margin-right: 30px;
  margin-bottom: 30px; }
.course-creation .course-block-title {
  font-weight: bold; }
.course-creation .course-blocks-inputs-container {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap; }
.course-creation .course-creation-form-step-title {
  font-weight: bold;
  font-size: 25px; }
.course-creation .course-creation-form-step-subtitle {
  font-weight: bold; }
.course-creation .course-block-label {
  font-size: 13px;
  margin-bottom: -15px;
  color: #9E9E9E; }
.course-creation .product-owner-fields-container {
  display: flex; }
.course-creation .three-fields {
  width: 30%; }
.course-creation .label-checkbox {
  color: black; }
.course-creation .label-checkbox-disabled {
  cursor: default !important; }
.course-creation .two-fields {
  width: 47%; }
.course-creation .flex-container {
  display: flex;
  justify-content: space-between; }
.course-creation .small-title-detail-form {
  font-weight: bold; }
.course-creation .flow-image {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 45px; }
.course-creation .link-cancel {
  text-decoration: none; }
  .course-creation .link-cancel .big-margin-top {
    margin-top: 80px; }
.course-creation .form-submit {
  text-transform: uppercase; }
.course-creation .button-container {
  display: flex;
  margin-top: 125px; }
.course-creation .step-label {
  margin-bottom: -8px;
  font-size: 15px; }
.course-creation .step-container {
  margin-top: 65px; }
.course-creation .input-endtime {
  color: gray;
  pointer-events: none; }
.course-creation #company-course-type-container {
  display: none; }
.course-creation #external-registration-link-container {
  display: none; }
.course-creation #external-registration-link-checkbox-container {
  display: block; }
.course-creation .flex-container-start {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 600px) {
    .course-creation .flex-container-start {
      flex-wrap: wrap; }
      .course-creation .flex-container-start #course-submission-button {
        margin-top: 30px; } }
.course-creation .margin-top-bot-20 {
  margin-top: 20px;
  margin-bottom: 20px; }
.course-creation .margin-top-100 {
  margin-top: 100px; }
.course-creation .checkbox-search-ensa {
  margin-left: 50px; }
.course-creation .input-string {
  margin-top: 10px; }
.course-creation .cancel-button-container {
  margin-top: 20px; }
.course-creation .step-title-container {
  display: flex; }
.course-creation .icon-container {
  margin-left: 10px;
  cursor: pointer; }
.course-creation .icon-container-label {
  display: flex;
  align-content: center; }
.course-creation .popup-outter-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
.course-creation .popup-inner-container {
  position: fixed;
  width: 70%;
  background-color: white;
  top: 20%;
  left: 15%;
  z-index: 1001;
  display: none; }
.course-creation .popup-text-container {
  margin-left: 30px;
  margin-right: 30px;
  display: none; }
.course-creation .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer; }
.course-creation #block-1-start-date {
  pointer-events: none;
  color: gray; }
.course-creation #course-address-country {
  pointer-events: none; }
  .course-creation #course-address-country input {
    color: gray; }
.course-creation .input-field.col label {
  left: 0px; }
.course-creation #flow-mobile {
  display: none; }
.course-creation main {
  margin-bottom: 80px; }
.course-creation .button-disabled {
  opacity: 0.5;
  pointer-events: none; }
@media only screen and (max-width: 600px) {
  .course-creation #flow-mobile {
    display: block; }
  .course-creation #flow-desktop {
    display: none; } }
@media only screen and (max-width: 992px) {
  .course-creation .three-fields {
    width: 100%; }
  .course-creation .two-fields {
    width: 100%; }
  .course-creation .flex-container {
    flex-wrap: wrap; }
  .course-creation .button-container {
    flex-wrap: wrap; }
  .course-creation .link-cancel {
    margin-top: 20px; }
  .course-creation .calendar-day {
    width: 50px; }
  .course-creation #save-for-later-button {
    margin-top: 20px; }
  .course-creation .popup-inner-container {
    width: 90%;
    top: 5%;
    left: 5%; }
  .course-creation label {
    font-size: 0.8rem; }
  .course-creation #course-country-label {
    transform: scale(0.8); } }
.course-creation .calendar-caption {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  width: 100%; }
  .course-creation .calendar-caption .caption-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px; }
    .course-creation .calendar-caption .caption-container .caption-circle {
      width: 12px;
      height: 12px;
      border-radius: 6px; }
.course-creation .small-size-span {
  font-size: 15px; }
.course-creation .disabled-events {
  pointer-events: none; }
.course-creation .disabled {
  opacity: 1; }
.course-creation [type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid gray;
  cursor: default; }
.course-creation input:invalid {
  border-bottom: 1px solid #FF0000; }
.course-creation .checkbox-descriptive-text {
  font-size: 0.75rem !important;
  margin-top: -40px;
  margin-left: 36px; }
@media only screen and (max-width: 992px) {
  .course-creation .checkbox-descriptive-text {
    font-size: 0.65rem !important; } }

.course-status-color-DRAFT {
  color: gray; }

.course-status-color-APPROVAL {
  color: orange; }

.course-status-color-PUBLISHED {
  color: green; }

.course-status-color-CANCELLED {
  color: black; }

.course-status-color-CLOSED {
  color: black; }

.survey .flow-image {
  width: 100%; }
.survey .label-slider-minmax {
  font-size: 14px;
  font-weight: bold; }
.survey .flex-container-space-between {
  display: flex;
  justify-content: space-between; }
.survey input[type=range]::-webkit-slider-thumb {
  background-color: #504494; }
.survey input[type=range]::-moz-range-thumb {
  background-color: #504494; }
.survey input[type=range]::-ms-thumb {
  background-color: #504494; }
.survey input[type=range] + .thumb {
  background-color: #504494; }
.survey .input-field > label:not(.label-icon).active {
  transform: translateY(-20px) translateX(-10px) scale(0.8);
  transform-origin: 0 0; }
.survey .text-area-input {
  border: 2px solid #504494; }
.survey .input-field label {
  font-size: 16px !important; }
.survey .font-weight-bold {
  font-weight: bold; }
.survey .font-size-16 {
  font-size: 16px; }
.survey [type="radio"]:not(:checked) + span, .survey [type="radio"]:checked + span {
  font-size: 16px; }
.survey [type="checkbox"] + span:not(.lever) {
  font-size: 16px; }
.survey .bordered-button {
  color: #504494;
  border: 2px solid #504494; }
.survey .width-150 {
  width: 150px; }
.survey [type="checkbox"] + span:not(.lever):before, .survey [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 2px solid #9e9e9e; }
.survey [type="radio"]:not(:checked) + span:before, .survey [type="radio"]:not(:checked) + span:after {
  border: 2px solid #9e9e9e; }
.survey [type="radio"]:checked + span:after, .survey [type="radio"].with-gap:checked + span:after {
  background-color: black; }
.survey [type="radio"]:checked + span:after, .survey [type="radio"].with-gap:checked + span:before, .survey [type="radio"].with-gap:checked + span:after {
  border: 2px solid black; }
.survey [type="checkbox"]:checked + span:not(.lever):before {
  border: none;
  border-right: 2px solid black;
  border-bottom: 2px solid black; }
.survey .survey-title {
  margin-bottom: 40px; }
.survey .white-text {
  color: white; }
.survey .button-container {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px; }
.survey .section-title {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold; }
.survey .question-container {
  margin-top: 75px; }
.survey .question-title {
  font-size: 26px;
  font-weight: bold; }
.survey .question-description {
  margin-top: 10px;
  font-size: 16px; }
.survey .flex-container {
  display: flex;
  justify-content: space-around; }
.survey .step-choice-row-header {
  min-height: 55px; }
.survey .step-choice-row {
  min-height: 55px; }
.survey .step-choice-row:nth-of-type(odd) {
  background-color: #ECECEC; }
.survey .big-cell {
  width: 300px;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px; }
.survey .small-cell {
  text-align: center;
  width: 200px;
  font-size: 16px;
  flex-direction: column;
  justify-content: center;
  display: flex; }
.survey .survey-overview-graphs-title {
  margin-top: 100px; }
.survey .survey-overview-graphs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px; }
.survey .circle-graph {
  position: relative;
  top: 25px;
  left: 25px;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2; }
.survey .circle-graph-border {
  position: relative;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #FFFFFF;
  background: linear-gradient(270deg, #504494 50%, transparent 50%), linear-gradient(0deg, #504494 50%, white 50%); }
.survey .circle-graph-pecentage {
  line-height: 45px;
  font-size: 50px;
  font-weight: bold; }
.survey .circle-graph-pecentage-sign {
  font-size: 24px;
  font-weight: bold; }
.survey .circle-graph-small {
  position: relative;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2; }
.survey .circle-graph-border-small {
  position: relative;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #FFFFFF;
  background: linear-gradient(270deg, #504494 50%, transparent 50%), linear-gradient(0deg, #504494 50%, white 50%); }
.survey .circle-graph-pecentage-small {
  line-height: 20px;
  font-size: 30px;
  font-weight: bold; }
.survey .circle-graph-pecentage-sign-small {
  font-size: 20px;
  font-weight: bold; }
.survey .big-label-graph {
  text-align: center;
  font-size: 15px;
  width: 200px;
  margin-top: 3px; }
.survey .small-label-graph {
  text-align: center;
  font-size: 15px;
  margin-top: 3px; }
.survey .top-label-graph {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px; }
.survey .survey-courses-button-container {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
.survey .dispatch-orders-table {
  margin-top: 50px; }
.survey .survey-courses-container {
  margin-top: 100px; }
.survey .bold {
  font-weight: bold; }
.survey .bordered-superbig {
  text-decoration: none;
  height: auto; }
.survey .dop-cell-send {
  width: 200px; }
.survey .link-colored-no-underline {
  text-decoration: none;
  color: #504494;
  display: flex;
  font-size: 17px;
  align-items: center; }
.survey .text-value:nth-of-type(odd) {
  background-color: #ECECEC; }
.survey .single-value:nth-of-type(odd) {
  background-color: #ECECEC; }
.survey .multi-value:nth-of-type(odd) {
  background-color: #ECECEC; }
.survey .section {
  margin-top: 50px; }
.survey .section-title {
  color: black; }
.survey .single-value, .survey .text-value {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }
.survey .text-value {
  display: flex; }
.survey .text-value-number {
  margin-right: 10px; }
.survey .question {
  margin-top: 40px; }
.survey .button-show-all-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px; }
.survey .mobile-label-step-choice {
  display: none; }
.survey #loading-spinner-content {
  display: none;
  position: fixed;
  width: 100vw;
  height: 85vh;
  z-index: 100;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
.survey .flex-start-container {
  display: flex;
  justify-content: flex-start; }
.survey .flex-end-container {
  display: flex;
  justify-content: flex-end; }
.survey .width-50-percent {
  width: 50%; }
.survey .margin-left-50px {
  margin-left: 50px; }
.survey .margin-top-20px {
  margin-top: 20px; }
.survey .margin-top-50px {
  margin-top: 50px; }
.survey .margin-top-100px {
  margin-top: 100px; }
.survey .gray_small_text {
  color: #9E9E9E;
  font-size: 16px; }
.survey .align-items-center {
  align-items: center; }
.survey .hidden {
  display: none; }
.survey #info-message-survey p {
  color: orange;
  font-size: 15px; }
.survey .title-icon-container {
  justify-content: center;
  display: flex; }
.survey .margin-left-5px {
  margin-left: 5px; }
.survey .label-export {
  font-size: 15px;
  font-weight: bold;
  color: #9E9E9E; }
.survey .check-with-label:checked + .label-for-check {
  color: black; }
.survey #mobile-course-outer-container, .survey #mobile-instructor-outer-container {
  display: none; }
@media (max-width: 600px) {
  .survey .small-cell {
    font-size: 9px;
    width: auto;
    display: block;
    text-align: left; }
  .survey .small-cell-step {
    display: flex;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start; }
  .survey .step-choice-row-header {
    display: none; }
  .survey .step-choice-row {
    display: block;
    padding-left: 20px; }
  .survey .mobile-label-step-choice {
    display: block; }
  .survey .paragraph-container-step-choice {
    display: flex; }
  .survey .big-cell {
    padding-left: 0px; }
  .survey .question-description {
    margin-top: 0px;
    font-size: 13px; }
  .survey .button-container {
    justify-content: space-between; }
  .survey #loading-spinner-content {
    height: 70vh; }
  .survey .survey-overview-graphs {
    flex-direction: column; }
  .survey .dop-row {
    flex-direction: column; }
  .survey .dop-header-row {
    display: none; }
  .survey .dispatch-orders-table {
    margin-top: 20px; }
  .survey .circle-graph-container {
    margin-bottom: 30px; }
  .survey .small-circle-graph-container {
    margin-bottom: 30px;
    width: 140px; }
  .survey .small-label-graph {
    margin-left: 0px; }
  .survey .info-course-container {
    display: flex; }
    .survey .info-course-container .info-course-title {
      margin-right: 5px;
      color: #504494;
      font-weight: bold; }
  .survey #mobile-course-outer-container, .survey #mobile-instructor-outer-container {
    display: block; }
  .survey .mobile-courses-container, .survey .mobile-instructor-container {
    margin-top: 15px; }
  .survey .survey-courses-container {
    display: none; }
  .survey #mobile-instructor-outer-container {
    margin-top: 50px; }
  .survey .small-label-graph {
    margin-right: 20px; }
  .survey .mobile-block {
    display: block; }
  .survey .mobile-no-margin {
    margin: 0px; }
  .survey .mobile-margin-bottom-20px {
    margin-bottom: 20px; } }
.survey .popup-outter-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
.survey .popup-inner-container {
  position: fixed;
  width: 70%;
  background-color: white;
  top: 20%;
  left: 15%;
  z-index: 1001;
  display: none; }
.survey .popup-text-container {
  margin-left: 30px;
  margin-right: 30px;
  display: none; }
.survey .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer; }
.survey .cursor-pointer {
  cursor: pointer; }
.survey .flex-items-center {
  display: flex;
  align-items: center; }

.trainings-header {
  margin: 50px 0;
  display: flex;
  justify-content: space-between; }

#trainings-header-text-container {
  max-width: 80%;
  margin-right: 50px; }

#trainings-header-status {
  min-width: 160px; }

.trainings-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px; }
  .trainings-list .training-element {
    border: 4px solid black;
    border-radius: 20px;
    opacity: 0.4;
    flex-grow: 1;
    flex: 40%;
    display: flex; }
    .trainings-list .training-element a {
      text-decoration: none;
      color: inherit;
      flex-grow: 1;
      padding: 20px 50px;
      pointer-events: none;
      cursor: default; }
    .trainings-list .training-element img {
      pointer-events: auto; }
    .trainings-list .training-element p {
      margin: 10px 0 0; }
    .trainings-list .training-element h3 {
      color: inherit; }
    .trainings-list .training-element.full-width {
      width: 100%;
      flex: 100%; }
    .trainings-list .training-element.training-violet {
      border-color: #504494;
      color: #504494; }
      .trainings-list .training-element.training-violet.accessible {
        background-color: #504494;
        opacity: 1;
        color: white; }
        .trainings-list .training-element.training-violet.accessible a {
          pointer-events: auto;
          cursor: pointer; }
    .trainings-list .training-element.training-rose {
      border-color: #ad6e8b;
      color: #ad6e8b; }
      .trainings-list .training-element.training-rose.accessible {
        background-color: #ad6e8b;
        opacity: 1;
        color: white; }
        .trainings-list .training-element.training-rose.accessible a {
          pointer-events: auto;
          cursor: pointer; }
    .trainings-list .training-element.training-yellow {
      border-color: #e4b939;
      color: #e4b939; }
      .trainings-list .training-element.training-yellow.accessible {
        background-color: #e4b939;
        opacity: 1;
        color: white; }
        .trainings-list .training-element.training-yellow.accessible a {
          pointer-events: auto;
          cursor: pointer; }
    .trainings-list .training-element.training-sky {
      border-color: #46728d;
      color: #46728d; }
      .trainings-list .training-element.training-sky.accessible {
        background-color: #46728d;
        opacity: 1;
        color: white; }
        .trainings-list .training-element.training-sky.accessible a {
          pointer-events: auto;
          cursor: pointer; }
    .trainings-list .training-element.training-orange {
      border-color: #cf6532;
      color: #cf6532; }
      .trainings-list .training-element.training-orange.accessible {
        background-color: #cf6532;
        opacity: 1;
        color: white; }
        .trainings-list .training-element.training-orange.accessible a {
          pointer-events: auto;
          cursor: pointer; }
    .trainings-list .training-element.training-navy {
      border-color: #1c3476;
      color: #1c3476; }
      .trainings-list .training-element.training-navy.accessible {
        background-color: #1c3476;
        opacity: 1;
        color: white; }
        .trainings-list .training-element.training-navy.accessible a {
          pointer-events: auto;
          cursor: pointer; }
    .trainings-list .training-element.training-green {
      border-color: #449577;
      color: #449577; }
      .trainings-list .training-element.training-green.accessible {
        background-color: #449577;
        opacity: 1;
        color: white; }
        .trainings-list .training-element.training-green.accessible a {
          pointer-events: auto;
          cursor: pointer; }
    @media only screen and (max-width: 992px) {
      .trainings-list .training-element a {
        padding: 15px 30px; }
      .trainings-list .training-element img {
        width: 30px;
        height: auto; } }

.training-action-icon {
  color: #504494;
  border: 2px #504494 solid;
  padding: 2px;
  cursor: pointer; }

.dop-cell-box {
  width: 50px; }

.dop-cell-tn, .dop-cell-error {
  width: 30px; }

.dop-cell-course {
  width: 200px; }

.dop-cell-close, .dop-cell-partner, .dop-cell-action {
  width: 70px; }

.dop-cell-action {
  width: 100px; }

.dop-cell-form, .dop-cell-status {
  width: 50px; }

.invoice-outer-filter-container {
  display: flex;
  justify-content: flex-start; }

.invoice-filter-container {
  margin: 0 20px 0 0; }

.invoice-wrapper-filter-container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }

.input-field.col label {
  left: 0; }

.margin-bottom-40px {
  margin-bottom: 40px; }

.margin-top-40px {
  margin-top: 40px; }

.details_container {
  font-size: 17px;
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 50px; }

.margin-left-30px {
  margin-left: 30px; }

.margin-right-30px {
  margin-right: 30px; }

.full-width {
  width: 100%; }

.cursor-pointer {
  cursor: pointer; }

.margin-top-10px {
  margin-top: 10px; }

.flex_container {
  display: flex;
  justify-content: flex-start; }

body.theme-rose h1, body.theme-rose h2, body.theme-rose h3 {
  color: #ad6e8b; }
body.theme-rose .navbar-fixed nav .brand-logo svg, body.theme-rose .navbar-fixed nav .brand-logo g, body.theme-rose .navbar-fixed nav .brand-logo path {
  fill: #ad6e8b; }
body.theme-rose .navbar-fixed nav ul li.selected a, body.theme-rose .navbar-fixed nav ul li.ancestor a {
  color: #ad6e8b; }
body.theme-rose .fixed-footer {
  background-color: #ad6e8b !important; }
  body.theme-rose .fixed-footer a, body.theme-rose .fixed-footer h3 {
    color: white; }
  body.theme-rose .fixed-footer button.outlined {
    border: 2px white solid;
    color: white; }
body.theme-rose button.outlined {
  border: 2px #ad6e8b solid;
  color: #ad6e8b; }
  body.theme-rose button.outlined.active {
    border: 2px white solid;
    background-color: #ad6e8b;
    color: white; }
body.theme-rose .material-tooltip {
  background-color: #ad6e8b;
  color: white; }
body.theme-rose #course-list .catchup-list .catchup-course-list {
  border-color: #ad6e8b; }
  body.theme-rose #course-list .catchup-list .catchup-course-list a {
    color: #ad6e8b; }
body.theme-rose .spinner-color {
  border-color: #ad6e8b; }
body.theme-rose .text-area-input {
  border-color: #ad6e8b; }

body.theme-yellow h1, body.theme-yellow h2, body.theme-yellow h3 {
  color: #e4b939; }
body.theme-yellow .text-centered {
  text-align: center;
  vertical-align: middle; }
body.theme-yellow .left-no-padding .col {
  padding-left: 0; }
body.theme-yellow .left-no-padding .row {
  margin-bottom: 0; }
  body.theme-yellow .left-no-padding .row .teil-margin-bottom {
    margin-bottom: 20px; }
body.theme-yellow .navbar-fixed nav .brand-logo svg, body.theme-yellow .navbar-fixed nav .brand-logo g, body.theme-yellow .navbar-fixed nav .brand-logo path {
  fill: #e4b939; }
body.theme-yellow .navbar-fixed nav ul li.selected a, body.theme-yellow .navbar-fixed nav ul li.ancestor a {
  color: #e4b939; }
body.theme-yellow .fixed-footer {
  background-color: #e4b939 !important; }
  body.theme-yellow .fixed-footer a, body.theme-yellow .fixed-footer h3 {
    color: white; }
  body.theme-yellow .fixed-footer button.outlined {
    border: 2px white solid;
    color: white; }
body.theme-yellow button.outlined {
  border: 2px #e4b939 solid;
  color: #e4b939; }
  body.theme-yellow button.outlined.active {
    border: 2px white solid;
    background-color: #e4b939;
    color: white; }
body.theme-yellow .material-tooltip {
  background-color: #e4b939;
  color: white; }
body.theme-yellow #course-container #course-list tr, body.theme-yellow #course-container-partner #course-list-partner tr {
  border-color: #e4b939; }
body.theme-yellow #course-container #course-list a, body.theme-yellow #course-container-partner #course-list-partner a {
  color: #e4b939; }
body.theme-yellow #course-list .catchup-list .catchup-course-list {
  border-color: #e4b939; }
  body.theme-yellow #course-list .catchup-list .catchup-course-list a {
    color: #e4b939; }
body.theme-yellow .spinner-color {
  border-color: #e4b939; }
body.theme-yellow .text-area-input {
  border-color: #e4b939; }

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 75px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px; }
  .file-drop-area.active {
    background-color: rgba(0, 0, 0, 0.1); }

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0; }

.file-input-label {
  font-size: 1rem; }

#questionnaire-download-link {
  margin-bottom: 20px; }
  #questionnaire-download-link a {
    color: #e4b939; }

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px; } }
body.theme-sky h1, body.theme-sky h2, body.theme-sky h3 {
  color: #46728d; }
body.theme-sky .text-centered {
  text-align: center;
  vertical-align: middle; }
body.theme-sky .left-no-padding .col {
  padding-left: 0; }
body.theme-sky .left-no-padding .row {
  margin-bottom: 0; }
  body.theme-sky .left-no-padding .row .teil-margin-bottom {
    margin-bottom: 20px; }
body.theme-sky .navbar-fixed nav .brand-logo svg, body.theme-sky .navbar-fixed nav .brand-logo g, body.theme-sky .navbar-fixed nav .brand-logo path {
  fill: #46728d; }
body.theme-sky .navbar-fixed nav ul li.selected a, body.theme-sky .navbar-fixed nav ul li.ancestor a {
  color: #46728d; }
body.theme-sky .fixed-footer {
  background-color: #46728d !important; }
  body.theme-sky .fixed-footer a, body.theme-sky .fixed-footer h3 {
    color: white; }
  body.theme-sky .fixed-footer button.outlined {
    border: 2px white solid;
    color: white; }
body.theme-sky button.outlined {
  border: 2px #46728d solid;
  color: #46728d; }
  body.theme-sky button.outlined.active {
    border: 2px white solid;
    background-color: #46728d;
    color: white; }
body.theme-sky .material-tooltip {
  background-color: #46728d;
  color: white; }
body.theme-sky #course-container #course-list tr, body.theme-sky #course-container-partner #course-list-partner tr {
  border-color: #46728d; }
body.theme-sky #course-container #course-list a, body.theme-sky #course-container-partner #course-list-partner a {
  color: #46728d; }
body.theme-sky #course-list .catchup-list .catchup-course-list {
  border-color: #46728d; }
  body.theme-sky #course-list .catchup-list .catchup-course-list a {
    color: #46728d; }
body.theme-sky .spinner-color {
  border-color: #46728d; }
body.theme-sky .text-area-input {
  border-color: #46728d; }

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 75px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px; }
  .file-drop-area.active {
    background-color: rgba(0, 0, 0, 0.1); }

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0; }

.file-input-label {
  font-size: 1rem; }

#questionnaire-download-link {
  margin-bottom: 20px; }
  #questionnaire-download-link a {
    color: #46728d; }

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px; } }
body.theme-navy h1, body.theme-navy h2, body.theme-navy h3 {
  color: #1c3476; }
body.theme-navy .text-centered {
  text-align: center;
  vertical-align: middle; }
body.theme-navy .left-no-padding .col {
  padding-left: 0; }
body.theme-navy .left-no-padding .row {
  margin-bottom: 0; }
  body.theme-navy .left-no-padding .row .teil-margin-bottom {
    margin-bottom: 20px; }
body.theme-navy .navbar-fixed nav .brand-logo svg, body.theme-navy .navbar-fixed nav .brand-logo g, body.theme-navy .navbar-fixed nav .brand-logo path {
  fill: #1c3476; }
body.theme-navy .navbar-fixed nav ul li.selected a, body.theme-navy .navbar-fixed nav ul li.ancestor a {
  color: #1c3476; }
body.theme-navy .fixed-footer {
  background-color: #1c3476 !important; }
  body.theme-navy .fixed-footer a, body.theme-navy .fixed-footer h3 {
    color: white; }
  body.theme-navy .fixed-footer button.outlined {
    border: 2px white solid;
    color: white; }
body.theme-navy button.outlined {
  border: 2px #1c3476 solid;
  color: #1c3476; }
  body.theme-navy button.outlined.active {
    border: 2px white solid;
    background-color: #1c3476;
    color: white; }
body.theme-navy .material-tooltip {
  background-color: #1c3476;
  color: white; }
body.theme-navy #course-container #course-list tr, body.theme-navy #course-container-partner #course-list-partner tr {
  border-color: #1c3476; }
body.theme-navy #course-container #course-list a, body.theme-navy #course-container-partner #course-list-partner a {
  color: #1c3476; }
body.theme-navy #course-list .catchup-list .catchup-course-list {
  border-color: #1c3476; }
  body.theme-navy #course-list .catchup-list .catchup-course-list a {
    color: #1c3476; }
body.theme-navy .spinner-color {
  border-color: #1c3476; }
body.theme-navy .text-area-input {
  border-color: #1c3476; }

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 75px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px; }
  .file-drop-area.active {
    background-color: rgba(0, 0, 0, 0.1); }

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0; }

.file-input-label {
  font-size: 1rem; }

#questionnaire-download-link {
  margin-bottom: 20px; }
  #questionnaire-download-link a {
    color: #1c3476; }

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px; } }
body.theme-orange h1, body.theme-orange h2, body.theme-orange h3 {
  color: #cf6532; }
body.theme-orange .text-centered {
  text-align: center;
  vertical-align: middle; }
body.theme-orange .left-no-padding .col {
  padding-left: 0; }
body.theme-orange .left-no-padding .row {
  margin-bottom: 0; }
  body.theme-orange .left-no-padding .row .teil-margin-bottom {
    margin-bottom: 20px; }
body.theme-orange .navbar-fixed nav .brand-logo svg, body.theme-orange .navbar-fixed nav .brand-logo g, body.theme-orange .navbar-fixed nav .brand-logo path {
  fill: #cf6532; }
body.theme-orange .navbar-fixed nav ul li.selected a, body.theme-orange .navbar-fixed nav ul li.ancestor a {
  color: #cf6532; }
body.theme-orange .fixed-footer {
  background-color: #cf6532 !important; }
  body.theme-orange .fixed-footer a, body.theme-orange .fixed-footer h3 {
    color: white; }
  body.theme-orange .fixed-footer button.outlined {
    border: 2px white solid;
    color: white; }
body.theme-orange button.outlined {
  border: 2px #cf6532 solid;
  color: #cf6532; }
  body.theme-orange button.outlined.active {
    border: 2px white solid;
    background-color: #cf6532;
    color: white; }
body.theme-orange .material-tooltip {
  background-color: #cf6532;
  color: white; }
body.theme-orange #course-container #course-list tr, body.theme-orange #course-container-partner #course-list-partner tr {
  border-color: #cf6532; }
body.theme-orange #course-container #course-list a, body.theme-orange #course-container-partner #course-list-partner a {
  color: #cf6532; }
body.theme-orange #course-list .catchup-list .catchup-course-list {
  border-color: #cf6532; }
  body.theme-orange #course-list .catchup-list .catchup-course-list a {
    color: #cf6532; }
body.theme-orange .spinner-color {
  border-color: #cf6532; }
body.theme-orange .text-area-input {
  border-color: #cf6532; }

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 75px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px; }
  .file-drop-area.active {
    background-color: rgba(0, 0, 0, 0.1); }

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0; }

.file-input-label {
  font-size: 1rem; }

#questionnaire-download-link {
  margin-bottom: 20px; }
  #questionnaire-download-link a {
    color: #cf6532; }

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px; } }
body.theme-violet h1, body.theme-violet h2, body.theme-violet h3 {
  color: #504494; }
body.theme-violet .text-centered {
  text-align: center;
  vertical-align: middle; }
body.theme-violet .left-no-padding .col {
  padding-left: 0; }
body.theme-violet .left-no-padding .row {
  margin-bottom: 0; }
  body.theme-violet .left-no-padding .row .teil-margin-bottom {
    margin-bottom: 20px; }
body.theme-violet .navbar-fixed nav .brand-logo svg, body.theme-violet .navbar-fixed nav .brand-logo g, body.theme-violet .navbar-fixed nav .brand-logo path {
  fill: #504494; }
body.theme-violet .navbar-fixed nav ul li.selected a, body.theme-violet .navbar-fixed nav ul li.ancestor a {
  color: #504494; }
body.theme-violet .fixed-footer {
  background-color: #504494 !important; }
  body.theme-violet .fixed-footer a, body.theme-violet .fixed-footer h3 {
    color: white; }
  body.theme-violet .fixed-footer button.outlined {
    border: 2px white solid;
    color: white; }
body.theme-violet button.outlined {
  border: 2px #504494 solid;
  color: #504494; }
  body.theme-violet button.outlined.active {
    border: 2px white solid;
    background-color: #504494;
    color: white; }
body.theme-violet .material-tooltip {
  background-color: #504494;
  color: white; }
body.theme-violet #course-container #course-list tr, body.theme-violet #course-container-partner #course-list-partner tr {
  border-color: #504494; }
body.theme-violet #course-container #course-list a, body.theme-violet #course-container-partner #course-list-partner a {
  color: #504494; }
body.theme-violet #course-list .catchup-list .catchup-course-list {
  border-color: #504494; }
  body.theme-violet #course-list .catchup-list .catchup-course-list a {
    color: #504494; }
body.theme-violet .spinner-color {
  border-color: #504494; }
body.theme-violet .text-area-input {
  border-color: #504494; }

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 75px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px; }
  .file-drop-area.active {
    background-color: rgba(0, 0, 0, 0.1); }

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0; }

.file-input-label {
  font-size: 1rem; }

#questionnaire-download-link {
  margin-bottom: 20px; }
  #questionnaire-download-link a {
    color: #504494; }

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px; } }
body.theme-green h1, body.theme-green h2, body.theme-green h3 {
  color: #449577; }
body.theme-green .text-centered {
  text-align: center;
  vertical-align: middle; }
body.theme-green .left-no-padding .col {
  padding-left: 0; }
body.theme-green .left-no-padding .row {
  margin-bottom: 0; }
  body.theme-green .left-no-padding .row .teil-margin-bottom {
    margin-bottom: 20px; }
body.theme-green .navbar-fixed nav .brand-logo svg, body.theme-green .navbar-fixed nav .brand-logo g, body.theme-green .navbar-fixed nav .brand-logo path {
  fill: #449577; }
body.theme-green .navbar-fixed nav ul li.selected a, body.theme-green .navbar-fixed nav ul li.ancestor a {
  color: #449577; }
body.theme-green .fixed-footer {
  background-color: #449577 !important; }
  body.theme-green .fixed-footer a, body.theme-green .fixed-footer h3 {
    color: white; }
  body.theme-green .fixed-footer button.outlined {
    border: 2px white solid;
    color: white; }
body.theme-green button.outlined {
  border: 2px #449577 solid;
  color: #449577; }
  body.theme-green button.outlined.active {
    border: 2px white solid;
    background-color: #449577;
    color: white; }
body.theme-green .material-tooltip {
  background-color: #449577;
  color: white; }
body.theme-green #course-container #course-list tr, body.theme-green #course-container-partner #course-list-partner tr {
  border-color: #449577; }
body.theme-green #course-container #course-list a, body.theme-green #course-container-partner #course-list-partner a {
  color: #449577; }
body.theme-green #course-list .catchup-list .catchup-course-list {
  border-color: #449577; }
  body.theme-green #course-list .catchup-list .catchup-course-list a {
    color: #449577; }
body.theme-green .spinner-color {
  border-color: #449577; }
body.theme-green .text-area-input {
  border-color: #449577; }

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 75px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px; }
  .file-drop-area.active {
    background-color: rgba(0, 0, 0, 0.1); }

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0; }

.file-input-label {
  font-size: 1rem; }

#questionnaire-download-link {
  margin-bottom: 20px; }
  #questionnaire-download-link a {
    color: #449577; }

@media only screen and (max-width: 992px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px; } }
