:root {
  /*old design clors */
    --sanacorp-color-primary-font: #000;
    --sanacorp-color-red:  #C8005A;
    --sanacorp-color-red-light: #FFAED0;
    --sanacorp-color-blue: #7985FF;
    --sanacorp-color-blue-light: #A3B2FF;
    --sanacorp-color-sand: #F2D6D2;
	--sanacorp-color-sand-light: #F4E4E3;
    --sanacorp-color-orange: #FF4E50;
    --sanacorp-color-white: #ffffff;
  
  	--c-brand-primary: var(--color-primary);
  
    --color-font-primary: var(--sanacorp-color-red);
    --color-font-black: #000000;
    --color-primary:  var(--sanacorp-color-sand);
    --color-yellow: var(--sanacorp-color-sand);
    --color-ui-background:  var(--sanacorp-color-sand);

    /* Background */
    --background-color: #fff;
    /* Anchors */
    --anchor-color: var(--color-font-primary);
    /* Buttons */
    --button-primary-background-color: var(--sanacorp-color-red);
    --button-primary-background-color-active: var(--sanacorp-color-orange);
    --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-ui-background);
    --progressbar-color: rgba(0,0,0,.5);
    /* Course - Grid */
    --course-grid-title-color: var(--color-font-black);
    --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-black);
    /* Course - Rating */
    --course-rating-color: var(--color-font-primary);
    --course-rating-star-color: var(--color-primary);
    /* Admin - Component tiles */
    --tiles-background-color: var(--color-primary);
    /* 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-ui-background);
}

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;
}

@font-face {
    font-family: 'SharpGroteskBook';
    src: url('/assets/fonts/SharpGrotesk/SharpGroteskBook20.woff2') format('woff2'), 
      url('/assets/fonts/SharpGrotesk/SharpGroteskBook20.woff') format('woff');
}

@font-face {
    font-family: 'SharpGroteskMedium';
    src: url('/assets/fonts/SharpGrotesk/SharpGroteskMedium20.woff2') format('woff2'), 
      url('/assets/fonts/SharpGrotesk/SharpGroteskMedium20.woff') format('woff');
}

/* logo design*/
.new-ui header.twui-old-navbar-replacement div.tw-max-w-xxs>a.tw-block::after {
    content: 'Akademie';
    font-family: 'SharpGroteskMedium', Arial, Helvetica, sans-serif;
    font-size: 26px;  
  	margin-left: 4px;
    color: var(--sanacorp-color-blue);
  }
.new-ui header.twui-old-navbar-replacement > div > div.tw-relative,
.new-ui header.twui-old-navbar-replacement > div > div.tw-relative > div {
 	max-width: 38rem;
}
.new-ui header.twui-old-navbar-replacement > div > div.tw-relative > div > a[href*="/start"] > img {
 	max-width: 130px;  
  	margin-bottom: 8px;
}
@media(max-width: 468px) {
	.new-ui header.twui-old-navbar-replacement > div > div.tw-relative > div > a[href*="/start"] > img {
  		margin-bottom: 0;
    }
}

 #ef-navbar .container .navbar-header .ef-navbar-logo::after {
    content: 'Akademie';
    font-family: 'SharpGroteskMedium', Arial, Helvetica, sans-serif;
    font-size: 23px;    
   	margin: 0 0 4px 5px;
    color: var(--sanacorp-color-blue);
  }

[data-vue-component="my_courses"] .tw-text-sky-night {
  color: rgb(200, 0, 90);
}

.ef-custom-block ul{
 list-style: disc;
  margin-left: 15px;
  font-size: 15px;
}

/**
 * General settings
*/
html,
body {
    color: var(--color-font-black);
    background-color: var(--background-color);
    font-family: 'Soehnle', sans-serif;
}

div.ef-block {
    border-radius: 0;
    box-shadow: none;
}

h1, h2, h3, h4 {
  font-family: 'SharpGroteskMedium', Arial, Helvetica, sans-serif !important;
}

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;
}
/*.twui-menu-item.ef-tooltip-toggle-hover.tw-bg-gray-800{
  background-color: #C4789A;
}*/


/**
 * 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-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-background-color) !important;
  	color: #fff !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;
  border-color: var(--button-primary-background-color-active) !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: white !important; 
 	border-color: white !important; 
}

/**
 * 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(--color-font-primary) !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(--sanacorp-color-red)  !important; 
}

.selectize-control.multi .selectize-input > div {
    background: var(--color-primary) !important;
}

.alert.alert-warning {
    background-color: var(--color-font-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-font-primary);
    border-color: var(--color-font-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;
    padding-bottom: 0;
  	margin-bottom: 5px;
}

.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;
}

/**
 * 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: rgb(200, 0, 90) !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-color: var(--sanacorp-color-sand-light);
    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,
.dashboard-panel .panel-default {
  	background-color: var(--sanacorp-color-sand-light);
}
div.dashboard-panel .panel {
  border: 1px solid #fff;
}

/* .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(--color-font-primary);
    color: white !important;
}

.nav-pills.nav-stacked {
    background-color: transparent;
    border-right: 0;
}


/**
 * Admin - Charts
*/
[fill='#67b7dc'] {  
  	fill: var(--sanacorp-color-blue-light) !important;
}

[stroke='#67b7dc'] {  
  	fill: var(--sanacorp-color-blue-light) !important;
}

[fill='#009688'] {  
  	fill: var(--sanacorp-color-orange) !important;
}

[stroke='#009688'] {
    stroke: var(--sanacorp-color-orange) !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(--sanacorp-color-white);
}

.new-ui .twui-content #ef-navbar #searchInputContainer #ef-search.navbar-form:not(.mobile-on) {
    background: transparent;
}



/* 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);
    }
}


/**
 * Login
*/
html:not(.popup) body:not(.ef-user-signed-in) #ef-index-page .ef-block {
    border-radius: 4px;
}

html:not(.popup) body:not(.ef-user-signed-in) div.ef-block .ef-block-header {
    padding-top: 0;
}

html:not(.popup) body:not(.ef-user-signed-in) section.custom-login {
    background: url(/assets/images/titelbild_flip.jpg) no-repeat center top;
    background-size: cover;
    height: 700px;
}
.login-slogan div {
  display: none; /* remove if slogan should be shown*/
}
#ef-login-index {
  background: transparent;  
  margin-top: 30px;
}
#ef-login-index > .ef-block-content{  
  box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.1);
  border-radius: 4px;
}
#ef-login-index > .login-slogan {
  background-color: rgba(0, 0, 0, 0.0) !important;
}


#ef-login-index {
    display: flex;
    width: 100%;
}

#ef-login-index #login_form {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#ef-login-index .ef-block-content {
    background-color: var(--color-ui-background);
}

#ef-login-index #login_form .form-control {
    padding: 11px 12px;
    height: auto;
}

#ef-login-index #login_form label {
    font-weight: normal;
}

#ef-login-index > .ef-block-content,
#ef-login-index > .login-slogan {
    width: 50%;
}

#ef-login-index div.ef-block-content {
    padding: 24px 60px;
}

#ef-login-index > .login-slogan {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    padding: 24px 60px;
    font-size: 14px;
    background-color: var(--color-ui-background);
    color: var(--color-font-primary);
}

#ef-login-index > .login-slogan h3 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
    line-height: 130%;
}

#ef-login-index > .login-slogan .btn-primary {
    padding: 11px;
    font-size: 14px;
}

#ef-login-index div.ef-block-footer > div {
    display: flex;
    border-top: 1px solid var(--color-grey-light);
    margin: 0 30px;
    padding: 20px 0 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#ef-login-index div.ef-block-footer span.sign-slogan {
    font-weight: bold;
}

#ef-login-index div.ef-block-footer span.sign-slogan a {
    margin: 0;
}

#ef-login-index h4 {
    font-size: 14px;
    font-weight: bold;
}

#ef-login-index .direct-login h4 {
    margin: 30px 0 5px;
}

#ef-login-index .ehub-login h4 {
    margin: 30px 0 0;
}

#ef-login-index .two-column-login {
    display: flex;
    flex-flow: column-reverse;
}

#ef-login-index .two-column-login .col-md-6 {
    width: auto;
}

html:not(.popup) body:not(.ef-user-signed-in) #ef-index-page .ef-card-entries {
    justify-content: center;
}

#ef-login-index div.ef-block-footer {
    padding: 0 0 20px 0;
    background-color: var(--color-ui-background);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0;
}

#ef-login-index [type="submit"] {
    width: 100%;
    padding: 11px;
    font-size: 14px;
}

#ef-login-index .ef-login-with.ef-saml-login {
    width: 100% !important;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary);
    text-transform: none !important;
    padding: 12px !important;
    text-align: center !important;
    font-size: 14px;
    line-height: 130% !important;
    font-weight: bold;
}

#ef-login-index .ef-login-with.ef-saml-login .fa-shield {
    display: none;
}

#ef-login-index .login-or-openid {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 20px;
    background-color: var(--color-ui-background);
    position: absolute;
    left: calc(50% - 30px);
    top: -10px;
}

#ef-login-index .direct-login {
    border-top: 1px solid var(--color-grey-light);
    text-align: center;
    margin: 20px 20px 0 20px;
    position: relative;
}

#ef-login-index .ehub-login {
    text-align: center;
    margin: 15px 20px 0;
}

#ef-login-index .ehub-login ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--color-grey-light);
}

#ef-login-index .ehub-login ul li {
    border-bottom: 2px solid var(--color-primary);
    display: inline-block;
    padding: 3px;
    font-size: 14px;
}

#ef-login-index .sign-slogan a {
    text-decoration: underline;
}

#ef-login-index .two-column-login > .col-md-6:first-of-type > .row:last-of-type > div {
    padding: 0;
}

.login-slogan p {
    font-size: 20px;
    font-weight: bold;
}
.login-slogan h2 {
    font-size: 42px;
    font-weight: bold;
    margin-top: 0;
}

section.login-trainings {
  	padding: 40px 40px;
}
section.login-trainings h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 40px;
}
section.login-trainings .articles {
    display: flex;
    gap: 40px;
    font-size: 14px;
}
section.login-trainings article {
    flex: 1;
    color: black;
    background-color: var(--color-ui-background);
    padding: 24px 12px;
    border-radius: 4px;
}
section.login-trainings article p {
    margin: 0;
}
section.login-trainings article h4 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
}
section.login-trainings article .text {
    text-align: center;  
    text-wrap: balance;
}
section.login-trainings article img.img-category {  
    max-width: 40%;
    height: auto;
}
section.login-trainings article a.catalog-link {
    margin-top: 8px;
}

#ef-login-index #forgot-passwd {
    font-size: 14px;
    text-decoration: underline;
}

#ef-login-index div.ef-block-content form div.row.ef-row:last-of-type {
    padding: 0;
}

.login-bottom > div.col-md-12:last-of-type {
    text-align: end !important;
}

@media(max-width: 991px) {
    #ef-login-index {
        flex-direction: column;
    }

    #ef-login-index div.ef-block-content {
        margin: 0;
        padding: 40px 0;
    }

    #ef-login-index > .ef-block-content,
    #ef-login-index > .login-slogan {
        width: auto;
    }

    section.login-trainings {
        padding: 40px 0;
    }
}

@media(max-width: 768px) {
    #ef-login-index div.ef-block-content {
        padding: 30px 10px;
    }


    section.login-trainings {
        padding: 30px 10px;
    }

    section.login-trainings .articles {
        flex-wrap: wrap;
    }

    section.login-trainings article {
        flex-basis: 100%;
    }
}

#ef-login-index .has-error .help-block {
    color: #fff;
}

#ef-index-page .ef-catalog .ef-plain.ef-category {
 	color: var(--color-font-primary);
}

#ef-index-page h3 {
 	color: var(--sanacorp-color-blue);
    text-align: center;
}

#ef-login-index div.ef-block-content form .ef-login-with {
	display: initial;
}

#login_form .login-form-container {
	margin-top: 15px;
}

#login_form #forgot-passwd {
  	color: var(--color-font-primary) !important;
}


/* Toolbar */

.new-ui .twui-menu .tw-text-white {
    /*color: var(--color-font-primary) !important;*/
}

.new-ui .twui-menu .tw-text-orange-300,
.new-ui .twui-menu .hover\:tw-bg-gray-800:hover i,
.new-ui .twui-menu .twui-switch-ui:hover i {
    /*color: var(--color-font-primary) !important;*/
}

.new-ui .twui-menu .tw-text-white,
.new-ui .twui-menu .tw-text-white:hover {
    color: white !important;
}

.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 .twui-menu.twui-old-navbar-replacement > .tw-bg-brand-primary.tw-pt-6.tw-h-full {
    /*background-color: var(--color-yellow);*/
}

/* remove hover effect on logo */
.new-ui header.twui-old-navbar-replacement a.tw-block[href*="/start"]:hover {
  	text-decoration: none !important;
}

/* mycourses styling */
.new-ui div.tw-grid > div.tw-flex > div.tw-rounded-3xl.tw-shadow-primary {  
  	background-color: var(--sanacorp-color-sand-light);
    box-shadow: none;
}
.new-ui div.tw-grid > div.tw-flex > div.tw-rounded-3xl.tw-shadow-primary div.tw-relative > div.tw-mr-12.tw-w-full {
  	background-color: var(--sanacorp-color-sand);
}
.tw-bg-green-accent {
    background-color: var(--color-font-primary) !important;
}

/* hide belll on navbar */
.new-ui header.twui-old-navbar-replacement button.twui-dropdown.ef-tooltip-toggle-hover {
 	display: none; 
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#C8005A;border-color:#C8005A;}
html.new-ui-html:root{--c-brand-primary:#c8005a;--c-brand-primary-darken-5:#c30055;--c-brand-primary-darken-7:#c10053;--c-brand-primary-darken-10:#be0050;--c-brand-primary-darken-15:#b9004b;--c-brand-primary-darken-17:#b70049;--c-brand-primary-darken-20:#b40046;--c-brand-primary-darken-25:#af0041;--c-brand-primary-lighten-7:#cf0761;--c-brand-primary-lighten-40:#f02882;}
html,body{background-color:#FFFFFF;}
div.breadcrumb-x{background-color:#FFFFFF;border-color:#FFFFFF;}
*.btn.btn-primary, *.btn.btn-primary:not(.active), *.btn.btn-primary:hover, *.btn.btn-primary:hover:not(.active), *.btn.btn-primary:focus, *.btn.btn-primary:focus:not(.active){background-color:#FFFFFF;border-color:#FFFFFF;}
