/* ===  Old from 2020.09.20 === */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500');

body {font-family: 'Poppins', sans-serif !important; font-size: 14px;}

/* move the border to the whole login container, as opposed to the login box */
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > div.ic-Login__innerContent {border: none;}
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content {border: 2px solid #fff;}

/* reduce some of the whitespace */
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > div.ic-Login__innerContent > div.ic-Login__body {
	padding-bottom: 0px;
	padding-top: 0px;
}
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > footer#footer > div#footer-links {padding-top: 0px;}

/* Reduce the size of the top image and centre it*/
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > div.ic-Login__innerContent div.ic-Login-header__logo > img {width: 50%;}
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > div.ic-Login__innerContent div.ic-Login-header__logo {text-align: center;}
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content > div.ic-Login__innerContent div.ic-Login-header {display: block;}

/* centre element in the middle of the page */
div#content > div.ic-Login > div.ic-Login__container{
	position: fixed;
    top: 45%;
    left: 50%;
    right: 50;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* fix blueprint zindex */
.bcs__trigger {
    z-index: 12 !important;
}

.ig-published:not(.student-view) .ig-type-icon,
.publish-icon.publish-icon-published {
    color: #c0a06b !important;
}

/* Stuff to fix the canvas header */
.ic-Layout-wrapper {
    padding-top: 60px;
}

#gradebook_header_container {
    margin-top: 0px;
}

.ic-app-nav-toggle-and-crumbs {
    position: fixed;
    Width: 90%;	
    top: 0;
    background: #fff;
    z-index: 12;
}
.ic-flash-info.ic-flash-static, .ic-flash-success.ic-flash-static, .ic-flash-warning.ic-flash-static, .ic-flash-error.ic-flash-static {
    margin-top: 75px;
}

body.primary-nav-expanded .menu-item__text {
    font-size: 12px;
}

/* Ducere styles */
h1, h2, h3, h4, h5, h6 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
  
p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #595959;
}

a {
    color: #c0a06b;
}

a:hover {
    color: #000000;
}

b,
strong {
    font-weight: 500;
}

.text-white {
    color: #FFFFFF;
}

.text-dark-gold {
    color: #c0a06b;
}

.text-light-gold {
    color: #e8cda0;
}

.text-black {
    color: #000000;
}

h1.page-title {
    display: none !important;
}

h2.course-title {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;

}

.button-ducere {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    max-width: 200px;
    width: 100%;
    transition: all 0.15s ease-in-out;
    text-decoration: none !important;
}
  
.button-ducere:focus, .button-ducere:hover {
    text-decoration: none;
    cursor: pointer;
}

.button-ducere:focus, .button-ducere.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.button-ducere.disabled, .button-ducere:disabled {
    opacity: .65;
}

.button-ducere:active, .button-ducere.active {
    background-image: none;
}

a.button-ducere.disabled,
fieldset[disabled] a.button-ducere {
    pointer-events: none;
}

.button-ducere-primary {
    color: #fff;
    background-color: #c0a06b;
    border-color: #c0a06b;
}

.button-ducere-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.button-ducere .ducere-icons {
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 10px;
}

.table-ducere {
    border-collapse: collapse !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-left: 0px !important;
    background-color: transparent;
}
.table-ducere td {
    padding: 1rem !important;
    vertical-align: top;
    border: 1px solid #D8DBDD;
    background-color: #fff !important;
    color: #595959;
}
.table-ducere thead th {
    vertical-align: bottom;
    background-color: #E9ECED;
    border-left: 1px solid #ffffff;
    text-align: left;
    padding: 1rem;
}
.table-ducere thead th:last {
    border-left: none;
}
.table-ducere tbody + tbody {
    border-top: 2px solid #e9ecef;
}
.table-ducere .table-ducere {
    background-color: #fff;
}
.table-ducere-sm th,
.table-ducere-sm td {
    padding: 0.3rem;
}


.hr-ducere {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c0a06b;
    margin: 2.5em 0;
    padding: 0; 
    position: relative;
    overflow: visible;
}

.hr-ducere::before {
    content: " ";
    border: 1px solid #c0a06b;
    background-color: #FFFFFF;
    height: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 16px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: -8px;
    z-index: 1;
}

.banner-ducere {
    border-radius: 3px;
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.banner-ducere.banner-black {
    background-color: #010101;
}

.banner-ducere.banner-gold {
    background-color: #c0a06b;
}

.banner-ducere .banner__icon {
    min-height: 60px;
    min-width: 60px;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.banner-ducere .banner__icon img {
    width: 50px;
    margin: 10px;
}

.banner-ducere .banner__title {
    font-size: 24px;
    font-weight: 500;
    padding: 1rem;
    flex-grow: 1;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.banner-ducere.banner-black .banner__title {
    color: #c0a06b;
}

.banner-ducere.banner-gold .banner__title {
    color: #FFFFFF;
}

.card {
    width: 100%;
    height: 100%;
    border: 1px solid #D8DBDD;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.card a:-webkit-any-link  {
    text-decoration: none !important;
}

.card .card-header {
    font-weight: 500;
    color: #000000;
    padding: 1rem;
    background-color: #E9ECED;
    border-bottom: 1px solid #D8DBDD;
    text-decoration: none !important;
}

.card .card-header a {
    font-weight: 500 !important;
    color: #000000 !important;
    padding: 1rem !important;
    text-decoration: none !important;
}

.card .card-body {
    color: #000000;
    padding: 1rem;
    text-decoration: none !important;
}

.card .card-body a {
    color: #000000 !important;
}

.card:hover {
    border: 1px solid #c0a06b;
    cursor: pointer;
}

.card:hover .card-header {
    background-color: #c0a06b;
    color: #FFFFFF;
    border-bottom: 1px solid #c0a06b;
}

.card:hover .card-header a {
    color: #FFFFFF !important;
}

.card:hover .card-body,
.card:hover .card-body a {
    color: #c0a06b !important;
}


.media-box-ducere {
    margin-bottom: 1rem;
}

.media-box-ducere .media-box-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.media-box-ducere .media-box-header__icon {
    background-color: #c0a06b;
    border-top-left-radius: 3px;
    min-height: 66px;
    min-width: 66px;
    color: #FFFFFF;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.media-box-ducere .media-box-header__title {
    background-color: #E9ECED;
    border-top-right-radius: 3px;
    padding: 1rem;
    font-weight: 500;
    font-size: 18px;
    flex-grow: 1;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.media-box-ducere .media-box-body {
    padding: 1rem;
    border-left: 1px solid #D8DBDD;
    border-right: 1px solid #D8DBDD;
    border-bottom: 1px solid #D8DBDD;
}

.media-box-ducere .media-box-footer {
    padding: 1rem 1rem 0 1rem;
    border-left: 1px solid #D8DBDD;
    border-right: 1px solid #D8DBDD;
    border-bottom: 1px solid #D8DBDD;
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Video */
.media-box-ducere .media-box-video-wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.media-box-ducere .media-box-video {
    position: relative;
    padding-bottom: 56.25% !important;
}

.media-box-ducere .media-box-video iframe {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
}

/* Image */
.media-box-ducere .media-box-image {
    display: block;
    max-width: 800px !important;
    width: 100%;
    margin: 0 auto;
}

/* Quote */
.media-box-ducere .media-box-body .quote {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    text-align: center;
    max-width: 1000px;
    margin: 2rem auto 0;
}
.media-box-ducere .media-box-body .quote-author {
    color: #000000;
    text-align: center;
    max-width: 1000px;
    margin: 1rem auto 2rem;
}


@media (max-width: 991px) {
    .table-ducere-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.homepage-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.homepage-main .homepage-main__body {
    flex-grow: 1;
    padding-right: 1rem;
}

.homepage-main .homepage-main__links {
    background-color: #E9ECED;
    padding: 0 4rem 2rem;
    width: 220px;
    flex: 0 0 220px;
}

@media (max-width: 767px) {
    .homepage-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .homepage-main .homepage-main__body,
    .homepage-main .homepage-main__links {
        width: 100%;
        flex: 1;
    }
    .homepage-main .homepage-main__links {
        text-align: center;
        padding: 0 0 2rem 0;
    }
}

.module-tiles .col-xl-20 {
    margin-bottom: 1rem;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
  
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
  
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
  
.col-1, .col-2, .col-20, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    display: -ms-flexbox;
    display: flex;
}
  
.col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
}
  
.col-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
}
  
  .col-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-20 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  
  .col-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  
  .order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  
  .order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  
  .order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  
  .order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  
  .order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  
  .order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  
  .order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  
  .order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  
  .order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  
  .order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  
  .order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-positive: 1;
          flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-20 {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        max-width: 20%;
    }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-1 {
      -ms-flex-order: 1;
          order: 1;
    }
    .order-sm-2 {
      -ms-flex-order: 2;
          order: 2;
    }
    .order-sm-3 {
      -ms-flex-order: 3;
          order: 3;
    }
    .order-sm-4 {
      -ms-flex-order: 4;
          order: 4;
    }
    .order-sm-5 {
      -ms-flex-order: 5;
          order: 5;
    }
    .order-sm-6 {
      -ms-flex-order: 6;
          order: 6;
    }
    .order-sm-7 {
      -ms-flex-order: 7;
          order: 7;
    }
    .order-sm-8 {
      -ms-flex-order: 8;
          order: 8;
    }
    .order-sm-9 {
      -ms-flex-order: 9;
          order: 9;
    }
    .order-sm-10 {
      -ms-flex-order: 10;
          order: 10;
    }
    .order-sm-11 {
      -ms-flex-order: 11;
          order: 11;
    }
    .order-sm-12 {
      -ms-flex-order: 12;
          order: 12;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-positive: 1;
          flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-20 {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-1 {
      -ms-flex-order: 1;
          order: 1;
    }
    .order-md-2 {
      -ms-flex-order: 2;
          order: 2;
    }
    .order-md-3 {
      -ms-flex-order: 3;
          order: 3;
    }
    .order-md-4 {
      -ms-flex-order: 4;
          order: 4;
    }
    .order-md-5 {
      -ms-flex-order: 5;
          order: 5;
    }
    .order-md-6 {
      -ms-flex-order: 6;
          order: 6;
    }
    .order-md-7 {
      -ms-flex-order: 7;
          order: 7;
    }
    .order-md-8 {
      -ms-flex-order: 8;
          order: 8;
    }
    .order-md-9 {
      -ms-flex-order: 9;
          order: 9;
    }
    .order-md-10 {
      -ms-flex-order: 10;
          order: 10;
    }
    .order-md-11 {
      -ms-flex-order: 11;
          order: 11;
    }
    .order-md-12 {
      -ms-flex-order: 12;
          order: 12;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-positive: 1;
          flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-20 {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        max-width: 20%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-1 {
      -ms-flex-order: 1;
          order: 1;
    }
    .order-lg-2 {
      -ms-flex-order: 2;
          order: 2;
    }
    .order-lg-3 {
      -ms-flex-order: 3;
          order: 3;
    }
    .order-lg-4 {
      -ms-flex-order: 4;
          order: 4;
    }
    .order-lg-5 {
      -ms-flex-order: 5;
          order: 5;
    }
    .order-lg-6 {
      -ms-flex-order: 6;
          order: 6;
    }
    .order-lg-7 {
      -ms-flex-order: 7;
          order: 7;
    }
    .order-lg-8 {
      -ms-flex-order: 8;
          order: 8;
    }
    .order-lg-9 {
      -ms-flex-order: 9;
          order: 9;
    }
    .order-lg-10 {
      -ms-flex-order: 10;
          order: 10;
    }
    .order-lg-11 {
      -ms-flex-order: 11;
          order: 11;
    }
    .order-lg-12 {
      -ms-flex-order: 12;
          order: 12;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-positive: 1;
          flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-20 {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-1 {
      -ms-flex-order: 1;
          order: 1;
    }
    .order-xl-2 {
      -ms-flex-order: 2;
          order: 2;
    }
    .order-xl-3 {
      -ms-flex-order: 3;
          order: 3;
    }
    .order-xl-4 {
      -ms-flex-order: 4;
          order: 4;
    }
    .order-xl-5 {
      -ms-flex-order: 5;
          order: 5;
    }
    .order-xl-6 {
      -ms-flex-order: 6;
          order: 6;
    }
    .order-xl-7 {
      -ms-flex-order: 7;
          order: 7;
    }
    .order-xl-8 {
      -ms-flex-order: 8;
          order: 8;
    }
    .order-xl-9 {
      -ms-flex-order: 9;
          order: 9;
    }
    .order-xl-10 {
      -ms-flex-order: 10;
          order: 10;
    }
    .order-xl-11 {
      -ms-flex-order: 11;
          order: 11;
    }
    .order-xl-12 {
      -ms-flex-order: 12;
          order: 12;
    }
  }


@font-face {
    font-family: 'icomoon';
    src:  url('https://s3-ap-southeast-2.amazonaws.com/canvas-hosting/ducere/icomoon.eot?48gpbd');
    src:  url('https://s3-ap-southeast-2.amazonaws.com/canvas-hosting/ducere/icomoon.eot?48gpbd#iefix') format('embedded-opentype'),
      url('https://s3-ap-southeast-2.amazonaws.com/canvas-hosting/ducere/icomoon.ttf?48gpbd') format('truetype'),
      url('https://s3-ap-southeast-2.amazonaws.com/canvas-hosting/ducere/icomoon.woff?48gpbd') format('woff'),
      url('https://s3-ap-southeast-2.amazonaws.com/canvas-hosting/ducere/icomoon.svg?48gpbd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
[class^="ducere-icons"], [class*=" ducere-icons"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
.ducere-icons-case-study:before {
    content: "\e901";
}
.ducere-icons-discussion:before {
    content: "\e902";
}
.ducere-icons-example:before {
    content: "\e903";
}
.ducere-icons-image:before {
    content: "\e906";
}
.ducere-icons-key-perspective:before {
    content: "\e907";
}
.ducere-icons-listen:before {
    content: "\e908";
}
.ducere-icons-quote:before {
    content: "\e909";
}
.ducere-icons-read:before {
    content: "\e90a";
}
.ducere-icons-task:before {
    content: "\e90b";
}
.ducere-icons-watch:before {
    content: "\e90c";
}

pre.example {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; 
    margin: 20px 0;
    padding: 0;
}
pre.example code {
    display: block;
    padding: 20px;
}

/* ===  New from 2020.09.20 === */

/* >>> Desktop theme <<< */
/* Hide the login footer links */
div#footer-links.ic-Login-footer__links{display: none;}
footer#footer.ic-Login-footer{display: none !important;}

/* Hide the login lables */
div.ic-Form-control.ic-Form-control--login > label.ic-Label{display: none !important;}

/* Move the login Box to the left*/
div#content > div.ic-Login > div.ic-Login__container{
    left:18% !important;
}

/* Hide the login Box container */
div.ic-Login__content{
    background: initial !important;
}
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content {
    border: initial;
}

/* New button CSS */
button#dg_loginButton.dg_loginButton{
    padding: 6px 36px;
    background: var(--ic-brand-Login-Content-password-text-color);
    color: var(--ic-brand-Login-Content-password-text-color);
    border: 1px solid var(--ic-brand-Login-Content-password-text-color);
    overflow: visible;
    color: white; /*Text colour */
    text-transform: uppercase;
    /*algin the box to the centre */
    width: 100%;
    /* Sharpen the box */
    border-radius: 0px;
}

/* Sharpen the login and password boxes */
input#pseudonym_session_unique_id{
    border-radius: 0px;
    /* Background user display image */
    background-image: url(https://img.icons8.com/pastel-glyph/2x/person-male.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
    background-size: 1.5rem 1.5rem;
    background-color: rgba(255,255,255, 0.3);
    border-color: rgba(255,255,255, 0.3)
}
input#pseudonym_session_password{
    border-radius: 0px;

    /* Background padlock image */
    /* https://icon-library.com/images/lock-icon-png/lock-icon-png-22.jpg */
    background-image: url(https://icon-library.com/images/lock-icon-png/lock-icon-png-22.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
    background-size: 1.5rem 1.5rem;
    background-color: rgba(255,255,255, 0.3);
    border-color: rgba(255,255,255, 0.3)
}

/* Remember Me and Forgot password colour to white */
div.ic-Login__actions-timeout > label[for="pseudonym_session_remember_me"]{
    color:white !important;
}
a#login_forgot_password{
    color:white !important;
    /* Change the size of the forgot password */
    font-size: .875rem;
    font-weight: normal;
    line-height: 20px;
    vertical-align: -4px;
}

/* Align forgot to 'right' of remember me */
#login_form > div.ic-Login__actions > div.ic-Login__actions-timeout > div.ic-Login__forgot{
    display:initial;
    position: relative;
    /* float: right; */
    left: 21%;
}



/* >>> Mobile theme <<< */