:root {
    --color-font-primary: #111827;
    --color-primary:  #cb1967;
    --color-yellow: #f6d000;
    --color-ui-background:  #ededed;

    /* Background */
    --background-color: #fff;
    /* Anchors */
    --anchor-color: var(--color-primary);
    /* Buttons */
    --button-primary-background-color: #fff;
    --button-primary-background-color-active: var(--color-primary);
    --button-primary-border-color: var(--color-primary);
    --button-primary-color: var(--color-primary);
    /* Header */
    --header-background-color: #fff;
    /* Header - Search input */
    --search-background-color: var(--color-ui-background);
    /* Header - Navbar alphatar */
    --alphatar-background-color: var(--color-primary);
    --alphatar-font-color: #fff;
    /* Header - Navbar dropdown */
    --navbar-dropdown-background-color: #fff; 
    --navbar-dropdown-background-color-hover: var(--color-ui-background);
    --navbar-dropdown-color: var(--color-font-primary);
    --navbar-dropdown-icon-color: rgba(0,0,0,.9);
    /* Course */
    --progressbar-background-color: var(--color-yellow);
    --progressbar-color: rgba(0,0,0,.5);
    /* Course - Grid */
    --course-grid-title-color: var(--color-font-primary);
    --course-grid-card-background-color: var(--color-ui-background);
    /* Course - List */
    --course-list-category-background-color: transparent;
    --course-list-lower-category-background-color: transparent;
    --course-list-category-color: var(--color-font-primary);
    /* Course - Rating */
    --course-rating-color: var(--color-font-primary);
    --course-rating-star-color: var(--color-primary);
    /* Admin - Component tiles */
    --tiles-background-color: var(--color-ui-background);
    /* Admin - Navigation sliders */
    --navigation-slider-color: var(--color-primary);
    /* Admin - Panels */
    --colored-info-color: var(--color-font-primary);
    --course-stats-background-color: transparent;
    --dashboard-panel-background-color: transparent;
    --dashboard-panel-border-color: rgba(0,0,0,.1);
    /* Admin - Nav pills */
    --navpill-background-color: var(--color-primary);
    --navpill-font-color: #fff;
    /* Admin - Chart */
    --chart-color-primary: var(--color-primary);
    --chart-color-secondary: var(--color-yellow);
}

html.new-ui-html:root {
    --c-brand-primary: var(--color-primary);

    --c-brand-primary-darken-5: #d9d9d9;
    --c-brand-primary-darken-7: #d7d7d7;
    --c-brand-primary-darken-10: #d4d4d4;
    --c-brand-primary-darken-15: #cfcfcf;
    --c-brand-primary-darken-17: #cdcdcd;
    --c-brand-primary-darken-20: #cacaca;
    --c-brand-primary-darken-25: #c5c5c5;
    --c-brand-primary-lighten-7: #e5e5e5;
    --c-brand-primary-lighten-40: #ffffff;
}

/**
 * Fonts
*/
@font-face {
    font-family: 'Soehnle';
    src: url('/assets/fonts/Soehnle-Buch.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Soehnle';
    src: url('/assets/fonts/Soehnle-BuchKursiv.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Soehnle';
    src: url('/assets/fonts/Soehnle-Buch.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Soehnle';
    src: url('/assets/fonts/Soehnle-BuchKursiv.otf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Soehnle';
    src: url('/assets/fonts/Soehnle-Kraeftig.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Soehnle';
    src: url('/assets/fonts/Soehnle-KraeftigKursiv.otf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Soehnle';
    src: url('/assets/fonts/Soehnle-Dreiviertelfett.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'Soehnle';
    src: url('/assets/fonts/Soehnle-Dreiviertelfett.otf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Soehnle';
    src: url('/assets/fonts/Soehnle-Fett.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'Soehnle';
    src: url('/assets/fonts/Soehnle-Fett.otf');
    font-weight: 700;
    font-style: italic;
}

/**
 * General settings
*/
html,
body {
    color: var(--color-font-primary);
    background-color: var(--background-color);
    font-family: 'Soehnle', sans-serif;
}

div.ef-block {
    border-radius: 0;
    box-shadow: none;
}

/* .ef-my-courses.ef-my-courses-grid div.ef-block,
.ef-block.course-catalog {
    background-color: transparent;
} */

hr {
    border-color: rgba(0,0,0,.05);
}

/**
 * Background image
*/
/*
html:not(.popup) body:not(.ef-user-signed-in) {
    background: transparent url('/assets/images/sample-image.jpg') no-repeat center center;
    background-size: cover;
}
*/

#ef-timeout-timer-container-new{
  display: none;
}

.twui-switch-ui{
 display:none; 
}

#forgot-passwd{
  color: white !important;
}

/**
 * Anchors 
*/
a:not(.fa):not([class*="tw-text"]), 
a:not(.fa):not([class*="tw-text"]):link, 
a:not(.fa):not([class*="tw-text"]):visited,
a:not([class*="tw-text"]):hover,
a:not([class*="tw-text"]):active,
.btn-link,
.btn-link:hover,
.btn-link:focus {
    color: var(--anchor-color);
}

a.link, 
a.link:visited, 
a.link:hover, 
a.link:link,
.ef-anchor-like, 
.ef-anchor-like:hover,
a.ef-toggle-hidden-section,
.link.ef-session-link,
#ef-login-index div.ef-block-content form div.row,
#ef-login-index div.ef-block-footer span.sign-slogan a,
.sortedTable tr.oddRowColor .ef-anchor-like {
    color: var(--anchor-color) !important;
}

/**
 * Buttons 
*/

button,
button:focus,
.btn,
.btn:focus,
.btn.btn-default:not(.note-btn) {
    outline: none !important;
    box-shadow: none;
}

.media-body-content .btn.btn-danger,
.media.ef-post-body .btn.btn-default,
.media.ef-discussion-message .btn.btn-default,
.btn.btn-primary,
.btn.btn-success,
.btn-info,
.btn-danger,
.btn-warning,
.btn.btn-default:not(.note-btn) {
    background-color: var(--button-primary-background-color) !important;
    border-color: var(--button-primary-border-color) !important;
    color: var(--button-primary-color) !important;
    box-shadow: none;
    text-transform: none;
    border-width: 2px;
    border-radius: 40px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 13px;
}

.media-body-content .btn.btn-danger:hover,
.media.ef-post-body .btn.btn-default:hover,
.media.ef-discussion-message .btn.btn-default:hover,
.btn-primary:not(.note-btn).active,
.btn-primary:not(.note-btn).focus,
.btn.btn-primary:not(.note-btn):hover,
.btn.btn-success:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-default:not(.note-btn).active,
.btn-default:not(.note-btn).focus,
.btn.btn-default:not(.note-btn):hover { 
  background-color: var(--button-primary-background-color-active) !important;
  color: #fff !important;
  border-color: var(--color-primary) !important;
}

 
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
} 

.ef-grid-clear-filter button {
    padding: 1px 5px !important;
}

/* Admin toggle buttons: prevent wrap */
.ef-dashboard-header .ef-dashboard-content .btn-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}

/* .sortTablefilter {
    width: auto;
    display: flex;
    align-items: center;
}

.sortedTableFooter .ef-grid-clear-filter .btn {
    top: -10px;
} */

/**
* Header
*/
#ef-navbar {
    background-color: var(--header-background-color);
}

/**
 * Header - Logo
*/
/*
#ef-navbar .container .navbar-header .ef-navbar-logo img,
#ef-navbar .container .navbar-header {
    max-width: 200px;
}
*/

/**
 * Header - Search input 
*/
#ef-navbar form.navbar-form #searchDiv,
#ef-navbar form.navbar-form #searchDiv:focus,
#ef-navbar form.navbar-form.ef-active #searchDiv {
    background-color: var(--search-background-color);
}

.new-ui .twui-content #ef-navbar #ef-search:not(.mobile-on) #searchDiv #ef-search-bar {
    border: 0 !important;
    border-bottom: 1px solid var(--color-yellow) !important;
    color: var(--color-yellow);
}

.new-ui .twui-content #ef-navbar #ef-search:not(.mobile-on) #searchDiv #ef-search-bar::placeholder,
.new-ui .twui-content #ef-navbar #ef-search:not(.mobile-on) #searchDiv i.fa-times {
    color: var(--color-yellow);
}

.new-ui header.twui-old-navbar-replacement #m-nav-search-open,
.new-ui header.twui-old-navbar-replacement .fa-bell {
    color: var(--color-yellow);
}

@media(max-width: 1023px) {
    .new-ui header.twui-old-navbar-replacement .fa-bars {
        color: var(--color-yellow);
    }
}

/**
 * Header - Navbar alphatar  
*/
.avatar-special-img:not(#avatar),
.img-thumbnail {
    background-color: var(--alphatar-background-color) !important;
    box-shadow: none !important;
}

.img-placeholder.alphatar .img-thumbnail:not(img):after {
    color: var(--alphatar-font-color);
}

/**
 * Header - Breadcrumb 
*/
.breadcrumb-x ol.breadcrumb,
.breadcrumb-x .container .ef-breadcrumb {
    padding-left: 0 !important;
}

div.breadcrumb-x {
    box-shadow: none;
}

@media(min-width: 768px) {
    .breadcrumb-x .container .ef-breadcrumb {
        padding-left: 5px;
    }
}


/* 
 * Header - Navbar Dropdown
*/
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle+.dropdown-menu,
#ef-navbar .container ul.nav.navbar-nav li.open .dropdown-toggle,
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle + ul.dropdown-menu,
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a ~ ul.dropdown-menu,
#ef-navbar .container ul.nav.navbar-nav > li.user-preferences ul.dropdown-menu:after {
    background-color: var(--navbar-dropdown-background-color);
}

#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle+.dropdown-menu button.dropdown-item:hover,
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li > a:hover, 
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg:hover {
    background-color: var(--navbar-dropdown-background-color-hover);
}

#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle+.dropdown-menu button.dropdown-item:hover,
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle+.dropdown-menu,
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li a.dropdown-item, 
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li *.dropdown-text,
#ef-navbar .container ul.nav.navbar-nav > li.open > button, 
#ef-navbar .container ul.nav.navbar-nav > li.open > button:hover,
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li>a,
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg:hover {
    color: var(--navbar-dropdown-color) !important;
}

#ef-navbar .container ul.nav.navbar-nav > li > a, 
#ef-navbar .container ul.nav.navbar-nav > li > button {
    color: var(--navbar-dropdown-icon-color);
}

#ef-navbar .container ul.nav.navbar-nav li#user-roles a.ef-switch-account span.fa {
    color: rgba(0,0,0,.1);
}

#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li a.dropdown-item > span.label {
    color: #fff;
}

/* Divider */
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li.divider {
    background-color: var(--navbar-dropdown-background-color-hover) !important;
}

#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content {
    color: var(--navbar-dropdown-background-color-hover);
    border: 0;
}

#ef-navbar .container ul.nav.navbar-nav li#user-roles a.ef-switch-account span.fa:after {
    color: var(--color-font-primary);
}

#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg:after {
    background-color: var(--navbar-dropdown-background-color-hover) !important;
}

/**
 * Label, Icons
*/
.ef-label-tags a, 
.ef-label-tags a:hover, 
.ef-label-tags a:link, 
.ef-label-tags a:active, 
.ef-label-tags a:visited {
    color: #fff !important;
}

span.label,
.label-ef-starts-at,
.label-ef-pending,
.label-ef-expired,
.label-ef-depends,
.label-ef-ends-at,
.label-ef-ended-at,
.label-ef-started,
.label-ef-finished,
.label-ef-completed,
.label-ef-failed,
.label-ef-cancelled,
.label-ef-expires,
.label-ef-roster,
.label-ef-curriculum,
.label-ef-test,
.label-success,
.label-course,
.label-warning,
.label-info,
.label-placeholder,
.label.label-ef-learning_paths,
.label.label-ef-elearning { 
    background-color: var(--color-yellow)  !important; 
}

.selectize-control.multi .selectize-input > div {
    background: var(--color-primary) !important;
}

.alert.alert-warning {
    background-color: var(--color-primary) !important;
}

.ef-new-feature-alert button[type=button].close,
.ef-new-feature-alert a,
.alert-info a,
.alert-warning a,
.alert-warning a:link {
  color: #fff !important;
}

.ef-new-feature-alert,
.alert-info,
aside.alert.alert-info {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.alert-warning hr,
.alert-info hr {
  border-top-color: #fff;
}


/**
 * Course
*/
/* .ef-my-courses-controls .ef-my-courses-toggle-view i {
    color: var(--color-ui-background);
} */

.ef-my-courses-controls .ef-my-courses-toggle-view.active i {
    color: var(--color-primary);
}

.progress {
    background-color: rgba(0,0,0,.05) !important;
}

*.progress .progress-bar.progress-bar-success {
    background-color: var(--progressbar-background-color);
    box-shadow: none;
}

*.progress .progress-bar {
    color: var(--progressbar-color);
}

div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption div.ef-entry-status div.ef-my-courses-progress-bar {
    height: 10px;
}

/**
 * Course - Detail
*/
.ef-dashboard .ef-dashboard-header > .row > .col-sm-9 {
    padding-left: 15px;
}

.ef-dashboard-header .ef-course-name h1 {
    line-height: 120%;
    font-weight: 600;
    font-size: 28px;
}

.ef-dashboard-header .ef-category-name {
    font-weight: 500;
    text-transform: none;
    font-size: 15px;
    color: var(--color-primary);
}

.ef-unit-tree .active-content:before {
    background: var(--color-primary);
}

.ef-unit-tree .ef-entry-head span.ef-entry-name a:hover {
    color: var(--anchor-color);
}

.ef-session-link {
    color: var(--color-font-primary);
}

.ef-unit-tree ul > li.ef-courses-list-item.lesson-entry,
.ef-unit-tree ul > li.ef-courses-list-item.lesson-entry:nth-child(odd) {
    background-color: transparent;
}

.ef-unit-tree .ef-unit-link {
    color: var(--color-font-primary) !important;
}

.ef-unit-tree .ef-unit-link.passed,
.ef-unit-tree .ef-unit-link.passed:hover,
.ef-unit-tree .ef-unit-link.passed:link,
.ef-unit-tree .ef-unit-link.passed:active,
.ef-unit-tree .ef-unit-link.passed:visited,
.success, 
.completed {
  color: var(--color-font-primary) !important;
}

.ef-unit-tree .ef-unit-link.disabled,
.ef-unit-tree .ef-unit-link.disabled:hover,
.ef-unit-tree .ef-unit-link.disabled:link,
.ef-unit-tree .ef-unit-link.disabled:active,
.ef-unit-tree .ef-unit-link.disabled:visited {
    color: #aaa !important;
}

.ef-unit-tree i.passed.ef-tooltip-toggle.fa-check,
.passed {
    color: var(--color-primary) !important;
}

.no-courses-icon {
    background-color: transparent !important;
}

div.ef-completed-text {
    color: var(--color-font-primary);
}

.new-ui .ef-dashboard-header img.ef-default-avatar {
    max-width: none;
}

body.new-ui .ef-unit-tree .ef-unit-icon {
    color: var(--color-font-primary);
}

.ef-unit-tree .ef-entry-head.row .ef-entry-name .ef-lesson-link,
.ef-unit-tree .ef-lesson-name {
    font-weight: 600;
}

#ef-description-short,
.ef-course-description .description-shortened {
  display: none !important;
}

.ef-course-description #ef-description-full {
  display: block !important;
}

#ef-description .view-more-btn,
#ef-description .more-less-link {
  display: none !important;
} 

/* Border color content */
/* .ef-unit-tree .lesson-entry:nth-child(odd):not(:last-child) > ul > .unit-entry:last-child,
.ef-unit-tree li.ef-courses-list-item:not(.lesson-entry) {
    border-color: rgba(0,0,0,.05);
} */

/**
 * Course - Grid
*/

/* 
#ef-my-courses-grid-content > div > div.ef-block,
#ef-my-courses-grid-content .ef-my-courses-controls {
    background-color: transparent;
} */

.new-ui .twui-content .ef-card-entries .ef-card,
.ef-card-entries .ef-card {
    height: 330px !important;
    width: auto !important;
}

.ef-card-entries .ef-card .ef-card-wrap {
    width: 220px !important;
    margin: 0px 9px;
}

.ef-card-entries .ef-card .ef-card-wrap div.thumbnail {
    height: 44%;
}

.ef-card-entries .ef-card .ef-card-wrap div.caption {
    height: 56%;
}

.ef-card-entries .ef-card .ef-card-wrap {
    border-radius: 10px !important;
    box-shadow: none;
    cursor: pointer;
}

.ef-card-entries .ef-card .ef-card-wrap:hover {
    box-shadow: none;
}

.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-header {
    max-height: 58px;
}

.ef-card-entries #headerTitle,
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-header,
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-header a {
    color: var(--course-grid-title-color);
    font-size: 16px !important;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 600;
}

.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-category {
    text-transform: none;
    font-size: 13px;
    color: var(--color-primary);
}

.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-header a:hover {
    text-decoration: none;
}

.ef-card-entries .ef-card .ef-card-wrap div.caption {
    background-color: var(--course-grid-card-background-color) !important;
}

.ef-card-entries .ef-card .ef-card-wrap div.thumbnail img {
    object-fit: cover;
}


.ef-card-entries .ef-card .ef-card-wrap div.thumbnail div.default-action {
    background-color: transparent;
}

.ef-card-entries .ef-card .ef-card-wrap div.thumbnail div.default-action a span {
    display: none;
}

/* Disable price icon*/
/* 
.ef-card-entries .ef-card .ef-card-wrap div.caption span.ef-price,
.ef-card-entries .ef-card .ef-card-wrap .ef-price > img {
    display: none;
}
*/

/* fix certificate icon */
/* div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption div.ef-entry-status div.ef-my-courses-progress-bar {
    top: initial;
}

div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption div.ef-entry-status {
    bottom: 7px;
} */

/* Toggle Buttons */
div.ef-catalog-filters form .toggle-filter,
.ef-show-search .icon-btn.toggler {
    color: var(--color-primary);
}

/* Magnificent Catalog */
[data-role=expander] i.gj-icon.plus {
    border-color: transparent transparent transparent var(--color-primary) !important;
}

[data-role=expander] i.gj-icon.minus {
    border-color: var(--color-primary) transparent transparent transparent !important;
}

.gj-checkbox-material-icons input[type=checkbox]:checked+span.checked {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.checkbox.checbox-switch label > input:checked + span, .checkbox-inline.checbox-switch > input:checked + span {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    box-shadow: var(--color-primary) 0px 0px 0px 8px inset !important;
}

#mainRow .col-lg-3 #ef-refresh {
    margin-left: 0 !important;
}

.new-ui .panel.panel-default.category-filter .panel-heading .fa.fa-angle-down,
.new-ui .panel.panel-default.category-filter .panel-heading .fa.fa-angle-up {
    line-height: normal;
}

/* #mainRow > .col-lg-3 > .search-container + .clearfix + hr {
    display: none;
} */

/* .panel-default>.panel-heading {
    background-color: #fff;
    border-color: var(--color-ui-background);
} */

/* Catalog */
.ef-card.ef-course-card:not(.ef-catalog-entry) .ef-card-wrap.ef-course-wrap > div:first-of-type,
.ef-card-entries .ef-card .ef-card-wrap .ef-color-header {
    height: 0 !important;
} 

.ef-card.ef-course-card.ef-catalog-entry .ef-card-wrap.ef-course-wrap div.caption .ef-plain.ef-header {
    padding-top: 5px;
}

/**
 * Course - List
*/
.ef-my-courses .ef-courses-list ul li.ef-my-courses-category > div.ef-entry-head,
.ef-my-courses .ef-courses-list ul li.ef-my-courses-category > div.ef-entry-head:hover {
    background-color: var(--course-list-category-background-color) !important;
}

.ef-my-courses .ef-courses-list ul li.ef-my-courses-category ul li.ef-my-courses-category > div.ef-entry-head,
.ef-my-courses .ef-courses-list ul li.ef-my-courses-category ul li.ef-my-courses-category > div.ef-entry-head:hover {
    background-color: var(--course-list-lower-category-background-color);
}

.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head .ef-expand-collapse-handle,
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name,
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name:hover {
    color: var(--course-list-category-color);
    font-weight: 600;
}

.ef-my-courses .ef-courses-list div.ef-entry-head span.ef-entry-name a:hover {
    color: var(--anchor-color);
}

.ef-my-courses .ef-courses-list > ul > li:nth-child(odd),
.ef-my-courses .ef-courses-list > ul > li:nth-child(even),
.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(1n+1),
.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(2n+2) {
    background-color: transparent;
}

.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(2n+2) div.ef-entry-head:hover,
.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(1n+1) div.ef-entry-head:hover {
    background: var(--color-ui-background);
}

.ef-my-courses .ef-courses-list ul li.ef-my-courses-category ul li,
.ef-my-courses .ef-courses-list ul li.ef-my-courses-category ul li:first-child {
    border-color: rgba(0,0,0,.1) !important;
}

.ef-my-courses .ef-courses-list ul li.ef-my-courses-category {
    margin-top: 0;
}

.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name {
    text-transform: none;
    line-height: 120%;
}

/**
 * Course - Test
*/
.panel-primary > .panel-heading {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.ef-question-indicator .ef-question-indicator-current {
    background-color: var(--color-primary) !important;
    border: 2px solid transparent !important;
    color: #fff !important;
}

.ef-question-indicator .ef-question-indicator-done {
    background-color: var(--color-primary) !important;
    border: 2px solid transparent !important;
    color: #fff !important;
    opacity: .5;
}

.ef-question-indicator .ef-question-indicator-incomplete {
    background-color: #fff !important;
    border: 2px solid transparent !important;
}

.ef-question-panel {
    background: var(--color-ui-background);
}

.ef-question-panel .text-muted {
    color: var(--color-font-primary);
}

.ef-question-indicator .ef-question-indicator-correct {
    background-color: #dff0d8 !important;
    border: 2px solid #dff0d8 !important;
    color: #3c763d !important;
}

.ef-question-indicator .ef-question-indicator-wrong {
    background-color: #f2dede !important;
    border: 2px solid #f2dede !important;
    color: #a94442 !important;
}

.ef-panel-hourglass .h3.media-heading,
.ef-panel-success-test .h3.media-heading {
    font-size: 18px;
} 


/**
 *  Course Rating 
*/
.ef-dashboard-header .ef-course-rating {
    color: var(--course-rating-color);
}

.ef-dashboard-header .ef-course-rating-options i,
.ef-dashboard-header .ef-course-rating-options i:before {
    color: var(--course-rating-star-color);
}

.ef-card-entries .ef-card .ef-card-wrap div.caption div.ef-rate span.fa.active {
    color: var(--course-rating-star-color);
}

/**
* Cart 
*/
#ef-cart-payment-table .panel-heading,
#cartContentsTable .panel-heading {
    background-color: var(--color-primary);
}

.panel-primary {
    border-color: var(--color-ui-background);
}

#ef-cart-payment-table td,
#cartContentsTable tr,
#cartContentsTable.sortedTable tr.oddRowColor {
    background-color: #fff;
    background: #fff;
}

/**
 * Calendar 
*/
.fc-col-header-cell,
th.fc-timegrid-axis {
    background-color: var(--color-ui-background);
}

.fc-daygrid-event-dot {
  border-color: #fff !important;
}

.fc-event,
.fc-v-event,
.fc-h-event {
  background: var(--color-primary) !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

#calendar .fc-event-time,
#calendar .fc-event-title,
#calendar a.fc-event {
  color: #fff !important;
}

.fc-theme-standard td.fc-day-today {
  background-color: rgba(0,0,0,.1) !important;
}

.fc-toolbar-chunk .btn-primary {
    padding: 0 10px;
}

#export-calendar .btn-primary.dropdown-toggle {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
}

.fc-toolbar {
    padding: 10px 0;
}

/**
 * Login 
*/
#ef-login-index {
    background-color: var(--color-primary);
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
}

#ef-login-index .has-error .help-block {
    color: #fff;
}

#ef-login-index .btn.btn-primary {
    background-color: var(--button-primary-background-color-active) !important;
    color: #fff !important;
    border-color: #fff !important;
}

#ef-login-index .btn.btn-primary:hover {
    background-color: var(--button-primary-background-color) !important;
    border-color: #fff !important;
    color: var(--button-primary-color) !important;
}

#ef-login-index div.ef-block-content form .ef-login-with{
  color: white;
}

/**
 * Form 
*/

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select,
.form-control,
.input-group-addon {
    border-color: var(--color-ui-background) !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--color-ui-background) !important;
    outline: 0;
    box-shadow: none;
}

.eye-input-group {
    background-color: #fff !important;
}


/**
 * Tables 
*/
table:not(.iconTable),
table th  {
    background: rgba(255,255,255,.8);
}

.sortedTable tr.oddRowColor,
.ef-mapped-accounts-table tr.oddRowColor {
    background-color: rgba(0,0,0,.02);
}

.sortedTable tr.evenRowColor:hover,
.sortedTable tr.oddRowColor:hover,
.ef-mapped-accounts-table tr.oddRowColor:hover {
    background: rgba(0,0,0,.05);
}

.table.ef-mapped-accounts-table td {
    line-height: 35px;
}

table a:not(.fa) {
    color: var(--color-font-primary) !important;
}

tr.text-danger a {
    color: #a94442 !important;
}

#coursesTable .icon-cert_icon:hover {
    cursor: default !important;
}

/**
 * Dashboard
*/

#widgetGrid .courseContainer {
    border-radius: 10px;
    box-shadow: none;
    background-color: var(--course-grid-card-background-color) !important;
    overflow: hidden;
}

.new-ui #widgetGrid .slider-arrow.slider-prev, 
.new-ui #widgetGrid .slider-arrow.slider-next {
    z-index: 1;
}

#widgetGrid .courseContainer .courseProgressBar > .courseProgress > .course-progress-text {
    line-height: 130%;
    white-space: nowrap;
    color: var(--color-font-primary) !important;
}

#widgetGrid .courseContainer .courseCategory .cLabel.label-primary {
    background-color: transparent !important;
    color: var(--color-primary) !important;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
}

#widgetGrid .courseContainer .courseCategory {
    position: static;
}

#widgetGrid .courseContainer .courseImage {
    margin-bottom: 10px;
}

#widgetGrid .courseContainer .statusContainer {
    background-color: rgba(0, 0, 0, .05) !important;
}


#main-content .jumbotron.dashboard-intro {
    padding: 20px 10px !important;
    margin: 0 10px;
}

/* 
.btn.btn-primary.ef-switch-account-dashboard[data-basic-usertype="student"]{
  background-image: url('/assets/images/student.png') !important;
}
.btn.btn-primary.ef-switch-account-dashboard[data-basic-usertype="administrator"]{
  background-image: url('/assets/images/administrator.png') !important;
}
.btn.btn-primary.ef-switch-account-dashboard[data-basic-usertype="instructor"]{
  background-image: url('/assets/images/instructor.png') !important;
}
.btn.btn-primary.ef-switch-account-dashboard[data-basic-usertype="supervisor"]{
  background-image: url('/assets/images/supervisor.png') !important;
}

*/


/**
 * Admin - Component tiles 
*/
div.ef-block .iconTable .iconData:hover,
div.ef-block table.iconTable td.iconData:hover {
    background-color: var(--tiles-background-color);
}

.ef-block .iconTable .iconData:hover a span {
    color: #000;
}

.ef-block .iconTable .iconData:hover a img {
    filter: none;
}

/** 
 * Admin - Navigation sliders 
*/

ul.tabulizedList {
    font-family: 'Soehnle', sans-serif;
}

ul.tabulizedList > li.tabulizedElement.selected > a::after,
ul.tabulizedList > li.tabulizedElement.selected > a:not(:first-child):after {
    border-color: var(--navigation-slider-color) !important;
}

#slider,
ul.customTabs .slider {
    background: var(--navigation-slider-color);
}

div.tabs-ruler hr,
div.tabs-ruler-special > hr {
    display: none;
}

ul.tabulizedList > li.tabulizedElement.selected > a,
ul.customTabs > li.active > a,
ul.tabulizedList > li.tabulizedElement.selected > a:not(:first-child) {
    color: var(--navigation-slider-color) !important;
}

/** 
 * Admin - Panels
*/
.colored-info {
    color: var(--colored-info-color);
}

.panel {
    box-shadow: none;
    border-radius: 0;
}

.ef-dashboard-header .ef-preview-box-course-stats {
    background: var(--course-stats-background-color);
    padding: 15px;
}

.ef-preview-box-mini {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ef-dashboard-header .ef-preview-box-course-stats .ef-info-header,
.ef-preview-box-mini .ef-info-header {
    margin-top: 0;
}

.ef-dashboard-header .ef-preview-box-course-stats .ef-info-text,
.ef-preview-box-mini .ef-info-text {
    margin-top: 5px;
}

.dashboard-panel .panel,
.dashboard-panel .panel-body {
    background-color: var(--dashboard-panel-background-color) !important;
}

.dashboard-panel .panel-default {
    border-color: var(--dashboard-panel-border-color);
}

/* .ef-preview-box-mini.col-md-3 {
    width: calc(20% - 30px);
} */


.ef-preview-box,
.ef-preview-box-mini,
.panel,
.ef-dashboard-header .ef-preview-box-course-stats {
    border: 0;
} 

.ef-preview-box hr {
    border: 0;
}

/**
 * Admin - Nav pills 
*/
.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover,
.nav-pills > li > a:focus, 
.nav-pills > li > a:hover {
    background-color: var(--navpill-background-color);
    color: var(--navpill-font-color) !important;
}

.nav-pills.nav-stacked {
    background-color: transparent;
    border-right: 0;
}


/**
 * Admin - Charts
*/
[fill='#67b7dc'] {
    fill: var(--chart-color-primary) !important;
}

[stroke='#67b7dc'] {
    stroke: var(--chart-color-primary) !important;
}

[fill='#009688'] {
    fill: var(--chart-color-secondary) !important;
}

[stroke='#009688'] {
    stroke: var(--chart-color-secondary) !important;
}

[role="tooltip"] > g > g[fill='#000000'] {
    fill: #fff;
} 

/**
 * Mobile Optimization
*/
/* Prevents overflow of menu items */
#ef-navbar .container ul.nav.navbar-nav {
    display: flex;
}

/* Landingpage */

.section-intro {
    margin-top: -100px;
}

html:not(.popup) body:not(.ef-user-signed-in) #main-content {
    padding-top: 0;
}

html:not(.popup) body:not(.ef-user-signed-in) header {
    position: static;
}

header .section-menu,
header .section-header {
    padding: 20px 0 0 0;
}

header .section-header ul.header-nav {
    display: none;
}

.section-menu > .container {
    justify-content: end !important;
}

header .section-header,
header .section-menu {
    background-color: transparent !important;
}

header .section-menu li a {
    color: var(--color-yellow) !important;
    font-weight: 500;
    font-size: 16px;
}

.section-intro {
    background-color: var(--color-ui-background) !important;
    padding: 350px 20px !important;
}

.section-intro p {
    color: var(--color-yellow);
    font-size: 28px;
}

.section-intro h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 64px;
    text-transform: uppercase;
    color: var(--color-yellow);
    font-weight: 600;
    border-bottom: 0 !important;
}

section.section-course.section figure img{
    object-fit:contain;
}

.section-text.section.color-white * {
    color: initial !important;
}

section.section-courses article > div {
    padding: 15px;
}

section.section-courses article .description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}
 
#section-29.section-courses.section.grey-light {
    background-color: var(--color-yellow) !important;
}

#section-29.section-courses.section.grey-light .wrapper > h3,
.section-course.section.white .wrapper.text-image > div > h3 {
    color: var(--color-primary) !important;
    font-size: 28px;
}

.section-courses.section.grey-light .wrapper > p {
    display: none;
}

.section-courses.section.grey-light article {
    background-color: #fff !important;
}

#section-29.section-courses.section.grey-light article > div {
    padding: 20px;
}

#section-29.section-courses.section.grey-light article h4 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--color-primary);
}

.section-text.section.color-white {
    background-color: var(--color-ui-background);
}

.section-courses.section.grey-light .wrapper > h3,
.section-text.section.color-white h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
}

.section-text.section.color-white .btn.btn-primary {
    background-color: transparent !important;
    color: var(--color-primary) !important;
}

.section-text.section.color-white .btn.btn-primary:hover {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}

.section-text.section.color-white a {
    color: var(--color-primary) !important;
}

.section-text.section.color-white .landingpage.mission * {
    color: #fff !important;
    font-weight: bold;
}

.section-text.section.color-white .landingpage.mission {
    background-color: var(--color-primary);
    color: #fff !important;
    padding: 20px;
    margin-top: 400px;
}

section#section-32 {
    background-color: var(--color-yellow);
}

/* @media(min-width: 640px) {
    .section-text.section.color-white .container > .wrapper {
        margin: 30px 100px;
    }
} */

.section-text.section.color-white .container > .wrapper > h3:first-of-type {
    display: none;
}

.section-text.section.color-white .container > .wrapper > h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
}

.section-course.section.white {
    background-color: var(--color-yellow);
}

.section-course.section.white .readmore {
    display: none;
}

.section-course.section.white p {
    font-size: 16px;
    line-height: 130%;
}

#section-30.section-courses.section.grey-light {
    background-color: #fff !important;
}

#section-30.section-courses.section.grey-light .articles article figure {
    aspect-ratio: 1;
}

#section-30.section-courses.section.grey-light .wrapper > h3 {
    font-weight: bold;
    font-size: 39px;
}

.section-courses .readmore > i {
    display: none;
}

.section-courses .readmore a {
    background-color: var(--button-primary-background-color) !important;
    border: 2px solid var(--button-primary-border-color) !important;
    color: var(--button-primary-color) !important;
    box-shadow: none;
    text-transform: none;
    border-radius: 40px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 13px;
    text-transform: none;
}

.section-courses .readmore a:hover {
    background-color: var(--button-primary-background-color-active) !important;
    color: #fff !important;
    border-color: var(--color-primary) !important;
    text-decoration: none;
}

footer.page-footer {
    background-color: #fff !important;
}

footer.page-footer a {
    color: var(--color-font-primary) !important;
}

footer.page-footer .about {
    display: flex;
    gap: 20px;
}

/**
 * Design neu
*/
.new_ui-bullhorn {
    background-color: var(--color-primary);
}

.new-ui .ef-unit-tree .ef-entry-description .description-padding {
    white-space: normal;
}

html:not(.popup) .new-ui > .twui-content > main.custom-sidebar .custom-sidebar-inner {
    overflow-x: hidden;
}

/* Header */
.new-ui  header.twui-old-navbar-replacement {
    background-color: var(--color-primary);
}

.new-ui .twui-content #ef-navbar #searchInputContainer #ef-search.navbar-form:not(.mobile-on) {
    background: transparent;
}

/* Toolbar */

.new-ui .twui-menu .hover\:tw-bg-gray-800:hover i,
.new-ui .twui-menu .tw-text-white,
.new-ui .twui-menu .hover\:tw-text-white:hover {
    color: var(--color-font-primary) !important;
}

.new-ui .twui-menu .twui-switch-ui:hover i,
.new-ui .twui-menu .tw-text-orange-300 {
    color: var(--color-font-primary) !important;
}

.new-ui .twui-menu .hover\:tw-bg-brand-primary.hover\:tw-text-white:hover,
.new-ui .twui-menu .tw-bg-brand-primary.tw-text-white {
    color: #fff !important;
}

.new-ui .twui-menu .tw-border-white {
    border-color: transparent;
}

.new-ui .twui-menu .tw-leading-8 {
    line-height: 120% !important;
}

.new-ui .twui-menu .hover\:tw-bg-gray-800:hover {
    background-color: transparent;
}

.new-ui .tw-bg-emerald-600 {
    background-color: var(--color-yellow) !important;
}

.new-ui .tw-menu-item-drawer li .group a {
    color: var(--color-font-primary);
}

.new-ui .twui-menu.twui-old-navbar-replacement > .tw-bg-brand-primary.tw-pt-6.tw-h-full {
    background-color: var(--color-yellow);
}


/* Fix: Footer */
.new-ui > .twui-content,
.new-ui > .twui-content > main.custom-sidebar .custom-sidebar-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.new-ui > .twui-content > main.custom-sidebar {
    flex: 1;
    display: flex;
}

.new-ui .twui-content.lg\:tw-pl-24 .ef-block-content > .tabulator-wrapper {
    max-width: calc(100vw - 130px);
}

.new-ui .twui-content.lg\:tw-pl-80 .ef-block-content > .tabulator-wrapper {
    max-width: calc(100vw - 312px);
}

@media(max-width: 1024px) {
    .new-ui .twui-content.lg\:tw-pl-24 .ef-block-content > .tabulator-wrapper,
    .new-ui .twui-content.lg\:tw-pl-80 .ef-block-content > .tabulator-wrapper {
        max-width: calc(100vw - 52px);
    }
}

.advanced-ef-main-action-button {
 	/*padding: 20px;*/
  	padding-top: 20px;
  	
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
