#ef-navbar form.navbar-form #searchDiv {
    background-color: #cccccc;
}

#ef-navbar .container ul.nav.navbar-nav > li > a, #ef-navbar .container ul.nav.navbar-nav > li > button {
    color: #000000;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #4993EF;
}
*.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:#4C6BBE;border-color:#4C6BBE;}
div.breadcrumb-x{
  background-color:#4993EF;
  border-color:#0084CB;
}
*.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: #D5ED03;
    border-color: #D5ED03;
}
.ef-custom-block {
    padding: 0 0px 0px 0px;
}
/* TEKST IN MENUBALK WIT */
.breadcrumb-x .ef-breadcrumb li a {
color: #FFFFFF
}


/* =================================
CUSTOM BLOCK COURSES THETFORD
 ================================= */

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

* {
	box-sizing: border-box;
}

.columnCat {
  	width: 250px;
	height: 209px;
	margin: 5px 5px 5px 5px;
	background-color: #cccccc;
	text-align: center;
	}

.containerCat {
	display: none;
}
@media (min-width: 995px) {
.containerCat {
	display: flex;
	background-color: #EEEEEE;
	flex-wrap: wrap;
	justify-content: center;
	}
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

.col1 {
	background-color: rgba(161, 30, 21, 1);
	background: url("https://thetford-academy.com/files/thetford-trainingen.png");
	background-size: cover;
	background-position: center;
}

.col2 {
	background-color: rgba(0, 161, 175, 1);
	background: url("https://thetford-academy.com/files/goodhabitz-trainingen.png");
	background-size: cover;
	background-position: center;
}

.col3 {
	background-color: rgba(231, 133, 0, 1);
	background: url("https://thetford-academy.com/files/assessment-trainingen.png");
	background-size: cover;
	background-position: center;
}

/* =================================
END CUSTOM BLOCK COURSES THETFORD
================================= */

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#4993EF;border-color:#4993EF;}
html.new-ui-html:root{--c-brand-primary:#4993ef;--c-brand-primary-darken-5:#448eea;--c-brand-primary-darken-7:#428ce8;--c-brand-primary-darken-10:#3f89e5;--c-brand-primary-darken-15:#3a84e0;--c-brand-primary-darken-17:#3882de;--c-brand-primary-darken-20:#357fdb;--c-brand-primary-darken-25:#307ad6;--c-brand-primary-lighten-7:#509af6;--c-brand-primary-lighten-40:#71bbff;}
html,body{background-color:#FCFCFC;}
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{
  background-color:#FFFFFF;
  border-color:#FFFFFF;
}
div.ef-block, div.dashboard-panel div.panel-body{
  background-color:#FFFFFF;
}
