/*Place your CSS code here*/

a.btn.btn-primary.ef-content-handle.ef-incomplete-button.ef-popover-toggle {
    color: #FFF;
    background-color: #FFF;
    border: #fff;
}

.ef-anchor-like, a.link, a.link:visited, a.link:hover, a.link:link {
  color: #002C77 !important;
  text-decoration: none;
  cursor: pointer; 
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover  {
   background-color: #002C77;
}

.ef-custom-block {
	background-color: #FAFAFA;
  	padding: 20px 15px;
}

/* =================================
CUSTOM BLOCK COURSES TCR
 ================================= */
div.custom-block-tcr-main {
 background-color: #ffffff;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}
.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

* {
	box-sizing: border-box;
}
body {
	line-height: 1.6;
	color: #3a3a3a;
	margin: 0;
}
h1,
h2,
a.buttonText{
  color: #fff;
}
  
a {
	text-decoration: none;
}
div.buttonNotActive a:hover {
  text-decoration: none;
  background-color: #E2E2E2;
 text-align: center;
 padding: 0em;
 border-radius: .25em;
}
div.buttonActive a:hover {
  text-decoration: none;
}


/* =================================
  Base Layout Styles
==================================== */
/* ---- Navigation ---- */

/* ---- Layout Containers ---- */

.mainHeader {
	padding: .5em 0;
}

/* ---- Page Elements ---- */

.headerPhoto {
	/* text-align: center; */
	border-radius: .25em;
	margin: 0 .3em;
	height: 300px;
	width: 100%;
	background: url("https://academy.tcr-group.com/files/TCR_Welkomfoto_030_student.png");
	background-position: center;
	background-size: cover;
	background-color: #002C77;
}

.mainHeaderTrainer {
	padding: .5em 0;
}
.headerPhotoTrainer {
	/* text-align: center; */
	border-radius: .25em;
	margin: 0 .3em;
	height: 300px;
	width: 100%;
	background: url("https://academy.tcr-group.com/files/TCR_Welkomfoto_030_teacher.png");
	background-position: center;
	background-size: cover;
	background-color: #002C77;
}

.col {
	padding: 3em 1em;
	min-width: 40%;
	border-radius: .25em;
	margin: 0 .3em .8em;
}

.balkText {
	color: #fff;
	text-align: center;
}

.kleurbalk {
	height: 20%;
	min-height: 30px;
	border-radius: .25em;
	padding: .3em;
}

.TcrLogoWit {
	width: 100%;
  	height: 100%;
}

.col1 {
	background-color: rgba(161, 30, 21, 1);
	background: url("https://academy.tcr-group.com/files/categories/TCR_cat_A0_Safety.png");
	background-size: cover;
	background-position: center;
}
.balk1 {
	background-color: rgba(161, 30, 21, .8);
}
.col2 {
	background-color: rgba(0, 161, 175, 1);
	background: url("https://academy.tcr-group.com/files/categories/TCR_cat_B0_SAP.png");
	background-size: cover;
	background-position: center;
}
.balk2 {
	background-color: rgba(0, 161, 175, .8);
}
.col3 {
	background-color: rgba(231, 133, 0, 1);
	background: url("https://academy.tcr-group.com/files/categories/TCR_cat_C0_Ops.png");
	background-size: cover;
	background-position: center;
}
.balk3 {
	background-color: rgba(231, 133, 0, .8);
}
.col4 {
	background-color: rgba(0, 44, 119, 1);
	background: url("https://academy.tcr-group.com/files/categories/TCR_cat_D0_ProfDev.png");
	background-size: cover;
	background-position: center;
}
.balk4 {
	background-color: rgba(0, 44, 119, .8);
}
.col5 {
	background-color: rgba(0, 83 ,91, 1);
	background: url("https://academy.tcr-group.com/files/categories/TCR_cat_E0_Office.png");
	background-size: cover;
	background-position: center;
}
.balk5 {
	background-color: rgba(0, 83 ,91, .8);
}
.col6 {
	background-color: rgba(161, 126, 3, 1);
	background: url("https://academy.tcr-group.com/files/categories/TCR_cat_F0_Comm.png");
	background-size: cover;
	background-position: center;
}
.balk6 {
	background-color: rgba(161, 126, 3, .8);
}
.col7 {
	background-color: rgba(255, 204, 51, 1);
	background: url("https://academy.tcr-group.com/files/categories/TCR_cat_G0_Leader.png");
	background-size: cover;
	background-position: center;
}
.balk7 {
	background-color: rgba(255, 204, 51, .8);
}

.button {
	text-align: center;
	padding: 0 .1em;
	border-radius: .25em;
	margin: 0 .3em;
	background-color: #002C77;
}

.buttonNotActive {
	background-color: #EEEFF2;
}
.buttonNotActiveText {
	color: #BDBDBD;
}


/* =================================
  Media Queries
==================================== */

.mainHeader {
	margin: 15px 15px 0px;
}
.row1 {
	display: none;
}
.row2 {
	margin: 15px;
    margin-bottom: 50px;
}

@media (min-width: 578px) {
	.row1 {
		display: none;
	}
	.col {
		display:none;
		padding: 0;
		min-width: 31.5%;
		max-width: 31.5%;
		max-height: 150px;
		border-radius: .25em;
		margin: 0 .3em .8em;
		align-items: stretch;
	}

}
@media (min-width: 1024px) {
	.col {
		min-width: 13.01%;
		max-width: 13.01%;
		max-height: 151px;
	}

}
@media (min-width: 1199px) {
	.mainHeader {
		margin: 15px 15px 0px;
	}
	.row1 {
		margin: 0 0px;
	}
	.col {
		min-width: 13.24%;
		max-width: 13.24%;
		max-height: 151px;
	}
	.row2 {
		margin: 15px;
        margin-bottom: 50px;
	}

}

/* =================================
  Media Queries
==================================== */

	.mainHeader,
	.headerPhoto {
		display: flex;
	}

	.mainHeader {
		flex-direction: row;
		align-items: center;
	}

	.headerPhoto {
		flex-direction: row;
	}

	.col {
		display: flex;
		flex: 1;
		flex-direction: column;
	}


	.kleurbalk {
		display: flex;
		margin-top: auto;
	}


	.row2 {
		display: flex;
		flex: 1;
		flex-direction: row;
	}

	.button {
		display: flex;
		flex: 1;
		flex-direction: column;
		align-self: flex-start;
	}


@media (min-width: 1024px) {

	.mainHeader,
	.headerPhoto {
		flex-direction: row;
	}
	.row1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

}
/* =================================
END CUSTOM BLOCK COURSES TCR
================================= */

.ef-custom-block {
    padding: 0 0;
}

div.ef-block .ef-block-content {
    padding-top: 0;
}

div.ef-block {
    -webkit-box-shadow: 0 1px 0 #c5cad8, 0 2px 3px #d4d8e3;
    box-shadow: 0 1px 0 #fafafa, 0 2px 3px #fafafa;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#6E6E6E;border-color:#6E6E6E;}
html,body{background-color:#FAFAFA;}
div.breadcrumb-x{background-color:#F2F2F2;border-color:#F2F2F2;}
div.ef-block, div.dashboard-panel div.panel-body{background-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:#002C77;border-color:#002C77;}
html.new-ui-html:root{--c-brand-primary:#6e6e6e;--c-brand-primary-darken-5:#696969;--c-brand-primary-darken-7:#676767;--c-brand-primary-darken-10:#646464;--c-brand-primary-darken-15:#5f5f5f;--c-brand-primary-darken-17:#5d5d5d;--c-brand-primary-darken-20:#5a5a5a;--c-brand-primary-darken-25:#555555;--c-brand-primary-lighten-7:#757575;--c-brand-primary-lighten-40:#969696;}
