:root{--color-primary: #69bd45;--color-secondary: #007ab8;--color-tertiary: #1ea4a9;--color-state: #4b7e2b;--color-state-hover: #3c6721;--color-state-focus: #3c6721;--color-state-active: #30541a;--color-state-highlight: #f6f9d7;--color-state-highlight-neutral: var(--color-neutral-3);--color-state-disabled: var(--color-neutral-5);--color-neutral-1: #fff;--color-neutral-2: #fafafa;--color-neutral-3: #f7f7f7;--color-neutral-4: #e6e4e4;--color-neutral-5: #c7c7c7;--color-neutral-6: #767676;--color-neutral-7: #262626;--color-background: var(--color-neutral-1);--color-border: var(--color-neutral-5);--color-text: var(--color-neutral-7);--color-text-disabled: var(--color-neutral-5);--color-text-hint: var(--color-neutral-6);--link-color: var(--color-state);--link-color-hover: var(--color-state-hover);--nav-bg-color: #fff;--nav-text-color: var(--color-text);--footer-bg-color: #fff;--footer-text-color: var(--color-text);--footer-text-color-hover: var(--footer-text-color);--btn-accent-color: var(--color-state);--btn-accent-color-active: var(--color-state-active);--btn-accent-color-hover: var(--color-state-hover);--btn-accent-color-disabled: var(--color-state-disabled)}:root{--nav-bg-color: #ffffff;--nav-text-color: #2C2A29;--color-primary: #ffffff;--btn-prim-accent-color: #f7ac4b;--btn-accent-color: #f7ac4b;--link-color: #6e8944;--color-state: #2C2A29;--color-text: #2C2A29;--footer-bg-color: #2C2A29;--footer-text-color: #ffffff;--btn-prim-accent-color-focus: #eda241;--btn-prim-accent-color-active: #dc9130;--btn-accent-color-focus: #eda241;--btn-accent-color-active: #dc9130;--link-color-hover: #647f3a;--color-state-hover: #22201f;--color-state-focus: #22201f;--color-state-active: #110f0e;--footer-text-color-hover: #f5f5f5;}
/* EXPLORE CATALOG */
.tui-learningCard__background {background: #ffffff;}
.tui-totara_catalog-itemModal__close{width:4rem; height:4rem;}
.tui-totara_catalog-itemModal__close:hover {color:#ffffff;}
.tui-totara_catalog-explore__subtitle {display:none;} 
.tui-totara_catalog-explore .tui-pageHeading__title {font-family: 'Neutraface2', 'Alegreya Sans',sans-serif;}
.tui-learningCard__title {font-family: 'Alegreya Sans',sans-serif; font-weight: bold;}
.tui-totara_catalog-itemCard__body{font-family: 'Alegreya Sans',sans-serif;}
.tui-totara_catalog-itemModal__title{font-family: 'Alegreya Sans',sans-serif;}

/*UITGELICHT VOLLEDIG WEERGEVEN*/
.tw-catalogItemNarrow__title {overflow: visible;}

/**BREEDTE KOLOM FILTERS*/
.tw-catalog__aside {min-width: 250px;}

/* FOOTER tekst + logos' centreren */
.page-footer-main-content {
    text-align: center;
}
.tui-core_auth-footer {
    text-align: center;
}

/* INFO BANNER INSCHRIJVING GAST */
.tw-containerCourse-enrolmentBanner.alert.alert-info.alert-with-icon {display:none;}

/* FORMULIER VORMING OP MAAT VERBERGEN OP STARTPAGINA */
#page-site-index .sitetopic{display:none;}


/* FOOTER GEZOND LEVEN */
.footer-navbar {
       position: relative;
      width: 100%;
      margin: auto;
     display: flex;
    align-items: flex-end;
    padding: 1rem 35rem 1rem 35rem;
   background:white;
}

#logo-footer {
     flex: 1 1 20rem;
}

.nav-links-footerbar {
  font-size:16px;
  font-weight:300;
  display: flex;
  justify-content: space-evenly;
  flex: 1 1 auto;
  list-style: none;
  margin-left: 25%;
font-family: 'Alegreya Sans', sans-serif;
}

.nav-links-footerbar p{
text-decoration:none;
color:#2c2a29;
}

.nav-links-footerbar a{
text-decoration:none;
color:#2c2a29;
}

.nav-links-footerbar a:hover {
text-decoration:none;
color:#2c2a29;
transition:0.2s;
}

.TLH{text-decoration:underline !important;}

.TLH:hover{text-decoration:none !important;}

/* MEDIA QUERY */
@media screen and (max-width: 1750px) {
.nav-links-footerbar{margin-left:auto;}
}

@media screen and (max-width: 1600px) {
.footer-navbar {    padding: 1rem 15rem 1rem 8rem;}
.nav-links-footerbar{margin-left:25%;}
}

@media screen and (max-width: 1280px) {
.footer-navbar {    padding: 1rem 7.5rem 1rem 2rem;}
.nav-links-footerbar{margin-left:auto;}
}

@media screen and (max-width: 979px) {
.footer-navbar{display:block; text-align:center;}
.nav-links-footerbar{display:none;}
}


/* VERBERGEN RUIMTE IN KALENDER VIEW */
#page-calendar-view .mod_facetoface__event_details__sessions__cell--rooms{display:none;}
#page-calendar-view .form-inline {display:none;}
#page-calendar-view #block-region-side-post div:first-of-type{display: none !important;}
.path-calendar .maincalendar .header .buttons {   display: none } 

/* AANPASSING KLEUR PROGRESSIEBALK ORANJE*/
.progress .bar {background-color: var(--btn-prim-accent-color);}
.progress {border: 1px;  solid;}


/* NIEUWE HTML KNOP */
.newbutton{
   display: inline-table;
    width: auto;
    height: auto;
font-family: 'Neutraface2', 'Alegreya Sans',sans-serif;
   color: #2c2a29;
    background-color: var(--btn-bg-color);
    border-color: #b8d287;
    padding: 6px 12px;
    border: 3px solid #b8d287;
    border-radius: var(--btn-radius);
    font-weight: bold;
   margin: 5px 0px;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer; 
    user-select: none;
}

.newbutton:hover{
   color: #2c2a29;
    background-color: var(--btn-bg-color-focus);
    border-color: #b8d287;
    box-shadow: var(--btn-shadow-focus);
    text-decoration:none;
}



/* AANPASSINGEN MENUBALK */
.totaraNav_prim--list_item_selected .totaraNav_prim--list_item_link {color:#ee7454; transition: color 150ms ease-in-out,background 150ms ease-in-out,border 150ms ease-in-out;}
.totaraNav_prim--list_item_selected .totaraNav_prim--list_item_link:hover {color:#ee7454; transition: color 150ms ease-in-out,background 150ms ease-in-out,border 150ms ease-in-out;}
.totaraNav_prim--list_item_link:hover{color:#ee7454; transition: color 150ms ease-in-out,background 150ms ease-in-out,border 150ms ease-in-out;}
.totaraNav_prim--list_item_selected .totaraNav_prim--list_item_label::after{ display:none;}
.totaraNav_prim--list_item_label::after{ display:none;}



/* FILTERS CATALOGUS */
#page-totara-catalog-index .tw-selectRegionPanel__selector_header {
font-family: 'Neutraface2', 'Alegreya Sans',sans-serif;
}



/* LETTERTYPE GROTER */

body{font-size:large;}



/* LOGO AANPASSEN */
.totaraNav_prim .masthead_logo--header_img {height: 75px;}


/* CATEGORIE EN CURSUSTITEL */
#course-category-listings h3 {color:#2C2A29; background-color:#b8d287;}


/*ACHTERGRONDKLEUR LMS + LETTERTYPEs*/
body {background-color: #EAF1F5;font-family:'Alegreya Sans',sans-serif;}
body h2 {font-family: 'Neutraface2', 'Alegreya Sans',sans-serif;}
.totaraNav_prim--list {font-family: 'Neutraface2', 'Alegreya Sans',sans-serif;}
.block.chromeless .block-totara-featured-links-layout {background: #eaf1f5;}
.block-totara-featured-links-content h3{font-family: 'Alegreya Sans',sans-serif;}




/* SCHADUW BLOKKEN INSTELLEN*/
body .block {
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);}

.block-totara-featured-links-tile {
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);}


/* GROOTTE ACTIVITEITSVOLTOOIINGS */
.completion-icon{
    width: 2rem;
    height: 2rem;
}

.flex-icon.ft-fw.ft.tfont-var-circle{
    font-size: 2rem;
}

.ft-state-success {
    color: var(--color-prompt-success) !important;
    font-size: 2.5rem;
}


/* TUSSENTITELS CURSUSSEN (TOPICS/ONDERWERPEN)*/
.tw-formatTopics__topic--color .tw-formatTopics__topic_header{font-family:'Alegreya Sans',sans-serif;}


/* START BREADCRUMBS DESIGN */
.breadcrumb li:before{
display:none;}

.breadcrumb {
  list-style: none;
  display: inline-block;}

.breadcrumb li, .breadcrumb span  {
  float: left;}

.breadcrumb li span {
  color: #2C2A29;
  display: block;
  background: #f5f5f5;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 0;
  text-align: center;
  margin-right: 23px;}

.breadcrumb li span:before {
  border-color: #f5f5f5;
  border-left-color: transparent;
  color: #f5f5f5;}

.breadcrumb li span:after {
  border-left-color: #f5f5f5;
  color: #f5f5f5;}

.breadcrumb li:first-child span  {
  padding-left: 10px;
  border-radius: 4px 0 0 4px;}

.breadcrumb li:first-child span:before {
  border: none;}

.breadcrumb li:last-child span {
  padding-right: 10px;
  border-radius: 0 4px 4px 0;}

.breadcrumb li:last-child span:after {
  border: none;}

.breadcrumb li span:before, .breadcrumb li span:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #f5f5f5;
  border-width: 20px 11px;
  width: 0;
  height: 0;
 z-index: -1;}

.breadcrumb li span:before {
  left: -20px;
  border-left-color: transparent;}

.breadcrumb li span:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #f5f5f5;}

 /*.breadcrumb li span:hover {
  background-color: #f7ac4b;
  color:#fff;}*/

/*.breadcrumb li span:hover:before {
  border-color: #f7ac4b;
  border-left-color: transparent;}*/

/* .breadcrumb li span:hover:after {
  border-left-color: #f7ac4b; }*/

.breadcrumb li span:active {
  background-color: #f7ac4b;
  color:#fff;}

 .breadcrumb li span:active:before {
  border-color: #f7ac4b;
  border-left-color: transparent;}

 .breadcrumb li span:active:after {
  border-left-color: #f7ac4b;}

.breadcrumb li:last-child span{
  color: #ffffff;
  background: #f7ac4b;}

.breadcrumb li:last-child span:before {
  border-color: #f7ac4b;
  border-left-color: transparent;
  color:  #f7ac4b;}
*/
/* STOP BREADCRUMBS DESIGN */




/* KNOPKLEUREN AANPASSEN */

.btn-default,
.btn-secondary {
  color: #2c2a29;
  background-color: #f7ac4b;
  border-color: #f7ac4b;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

a.btn-primary,
.btn-primary {
  background: #f7ac4b;
  border: #f7ac4b;
  color: #2c2a29;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

a.btn-primary,
.btn-primary,
btn-xs {
margin-left: 15px;
}

a#yui_3_17_2_1_1652048899665_44 {

}



a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary:focus,
.btn-primary:focus {
  background: #da6b0d;
  border: #da6b0d;
  color: #2c2a29;
  font-weight: bold;
}

.btn-secondary,
a.btn-secondary {
  background: #f7ac4b;
  border: #f7ac4b;
  color: #2c2a29;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
a.btn-secondary:active,
a.btn-secondary:focus,
a.btn-secondary:hover {
  background: #da6b0d;
  border: #da6b0d;
  color: #2c2a29;
  font-weight: bold;
}
.btn-cta,
a.btn-cta {
  background: #f7ac4b;
  border: #f7ac4b;
  color: #2c2a29;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

.btn-cta:active,
.btn-cta:focus,
.btn-cta:hover,
a.btn-cta:active,
a.btn-cta:focus,
a.btn-cta:hover {
  background: #da6b0d;
  border: #da6b0d;
  color: #2c2a29;
  font-weight: bold;
}

button,
input.form-submit,
input[type="button"],
input[type="submit"],
input[type="reset"],
input#id_submitbutton,
input#id_submitbutton2,
.path-admin .buttons input[type="submit"],
td.submit input {
  background: #f7ac4b;
  border: #f7ac4b;
  color: #2c2a29;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

button:hover,
input.form-submit:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input#id_submitbutton:hover,
input#id_submitbutton2:hover,
.path-admin .buttons input[type="submit"]:hover,
td.submit input:hover,
button:active,
input.form-submit:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input#id_submitbutton:active,
input#id_submitbutton2:active,
.path-admin .buttons input[type="submit"]:active,
td.submit input:active,
button:focus,
input.form-submit:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input#id_submitbutton:focus,
input#id_submitbutton2:focus,
.path-admin .buttons input[type="submit"]:focus,
td.submit input:focus {
  background: #da6b0d;
  border: #da6b0d;
  color: #2c2a29;
  font-weight: bold;
}

.totara_core__myreports__title__btn {
  color: #2c2a29;
  background-color: #f7ac4b;
  border-color: #f7ac4b;
  margin: auto 0;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

.totara_core__myreports__title__btn:hover {
  color: #2c2a29;
  background-color: #da6b0d;
  border-color: #da6b0d;
  margin: auto 0;
  font-weight: bold;
}

.tw-catalogManageBtns__btn {
  color: #2c2a29;
  background-color: #f7ac4b;
  border-color: #f7ac4b;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

.tw-catalogManageBtns__btn:hover {
  color: #ffffff;
  background-color: #da6b0d;
  border-color: #da6b0d;
  font-weight: bold;
}

.tw-catalogResultsShare__btn {
  color: #2c2a29;
  background-color: #f7ac4b;
  border-color: #f7ac4b;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

.tw-catalogResultsShare__btn:hover {
  color: #2c2a29;
  background-color: #da6b0d;
  border-color: #da6b0d;
  font-weight: bold;
}

.tw-catalogPagination__btn {
  color: #2c2a29;
  background-color: #f7ac4b;
  border-color: #f7ac4b;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

.tw-catalogPagination__btn:hover {
  color: #2c2a29;
  background-color: #da6b0d;
  border-color: #da6b0d;
  font-weight: bold;
}

.btn.btn-default {
  color: #2c2a29;
  background-color: #f7ac4b;
  border-color: #f7ac4b;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

.btn.btn-default:hover {
  color: #2c2a29;
  background-color: #da6b0d;
  border-color: #da6b0d;
  font-weight: bold;
}

#page-admin-course-management .buttons .singlebutton input[type="submit"] {
  color: #2c2a29;
  background-color: #f7ac4b;
  border-color: #f7ac4b;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

#page-admin-course-management
  .buttons
  .singlebutton
  input[type="submit"]:hover {
  color: #2c2a29;
  background-color: #da6b0d;
  border-color: #da6b0d;
  font-weight: bold;
}

.loginbox #loginbtn {  color: #2c2a29;transition:0.2s;}


.loginbox #loginbtn:hover {
  color: #2c2a29;
  background-color: #da6b0d;
  border-color: #da6b0d;
  font-weight: bold;
}

.totara_catalog_admin_config_form input[name=submitbutton] {color:#2c2a29;}

.totara_catalog_admin_config_form input[name=submitbutton]:hover {
  color: #2c2a29;
  background-color: #da6b0d;
  border-color: #da6b0d;
  font-weight: bold;
}

.tui-formBtn--prim{
  color: #2c2a29;
  background-color: #f7ac4b;
  border-color: #f7ac4b;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

.tui-formBtn--prim:hover{
  color: #2c2a29;
  background-color: #da6b0d;
  border-color: #da6b0d;
  font-weight: bold;
}

.path-mod-feedback .feedback_form input[type=submit] {
  color: #2c2a29;
  background-color: #f7ac4b;
  border-color: #f7ac4b;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}

.path-mod-feedback .feedback_form input[type=submit]:hover {
  color: #2c2a29;
  background-color: #da6b0d;
  border-color: #da6b0d;
  font-weight: bold;
}
.btn.btn-default:disabled{color:#c7c7c7; background-color:#f7f7f7;border:none; box-shadow:none;opacity:1;}


.complete-feedback a 
{
  background: #f7ac4b;
  border: #f7ac4b;
  color: #2c2a29;
  font-weight: bold;
    text-transform: uppercase;
border-radius: 20px;
padding: 6px 20px;
transition:0.2s;
font-family: 'Neutraface2', sans-serif;
}


/* EINDE KNOPKLEUREN */


/* PROFIELVELDEN VERWIJDEREN */
#id_moodle_optional #fitem_id_url, fieldset div#fitem_id_skype, fieldset div#fitem_id_institution, fieldset div#fitem_id_department, fieldset div#fitem_id_phone1, fieldset div#fitem_id_phone2, fieldset div#fitem_id_address {display: none;}
fieldset#id_moodle_additional_names {display: none;}
fieldset#id_aspirationalpositionheader {display:none;}
/* PROFIELVELDEN VERWIJDEREN EINDE */

