body.magazineBody .theme-bg {
	background: #ffffff;	
}

body.disclaimer,
.profileView {
	background: #f5f5f5;	
}

.innerCheck {
	position: relative;
	display: block;	
	width: 20px;
	height: 20px;
}

/* Login */
.content.login ::-webkit-input-placeholder,
.content.forgotPassword ::-webkit-input-placeholder {
    color: #656565
}
.content.login :-moz-placeholder,
.content.forgotPassword :-moz-placeholder {
    color: #656565
}
.content.login ::-moz-placeholder,
.content.forgotPassword ::-moz-placeholder {
    color: #656565
}
.content.login :-ms-input-placeholder,
.content.forgotPassword :-ms-input-placeholder {
    color: #656565
}

.baseHeader .logo {
	background-image: url('img/logo_blue_big.png');
	background-size: cover;	
	background-repeat: no-repeat;

	width: 213px;
    height: 40px;
    margin: 18px auto;
}

.content.forgotPassword .intro .introTitle,
.content.forgotPassword .intro .introTitle b,
.content.forgotPasswordSent .intro .introTitle,
.content.forgotPasswordSent .intro .introTitle b {
	font-family: 'exo_2bold';	
	color: #004870
}

.content.forgotPassword .intro .introText,
.content.forgotPasswordSent .intro .introText {
	color: #004870	
}

.content.login table.inputs,
.content.forgotPassword table.inputs,
.content.forgotPasswordSent table.inputs {
	width: 90%;	
}

.content.login table.inputs tr td input,
.content.forgotPassword table.inputs tr td input,
.content.forgotPasswordSent table.inputs tr td input {
	width: 100%;
    border-radius: 3px;
    margin: 0 auto 6px;
    color: #656565;
    padding: 19px;
    background-color: #ffffff;
    border: 1px solid #d8d5d2;
    font-size: 16px;	
}

.content.login table.inputs tr td input:focus,
.content.forgotPassword table.inputs tr td input:focus,
.content.forgotPasswordSent table.inputs tr td input:focus {
	border-color: #004870;
}

.content.login .submitBtn,
.content.forgotPassword .submitBtn,
.content.forgotPasswordSent .submitBtn {
	max-width: 90%;
	background: #004870;
	color: #ffffff;
	font-family: 'exo_2bold';
	font-size: 15px;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content.login .rememberme,
.content.forgotPassword .rememberme,
.content.forgotPasswordSent .rememberme {
	color: #004870;
	width: 90%;
	height: auto;
}

.wvBaseContainer.loginpage{
	background:#fff;
	min-height:100vh;
	position:absolute;
	right:0;
	top:0;
	max-width:100%;	
	width: 590px;
}

.content.login .rememberme label.styled,
.content.forgotPassword .rememberme label.styled,
.content.forgotPasswordSent .rememberme label.styled {
	display: block;
	height: 45px;
}

.content.login .rememberme .arrowBtn,
.content.forgotPassword .rememberme .arrowBtn,
.content.forgotPasswordSent .rememberme .arrowBtn {
	display: block;
}

.content.forgotPassword .arrowBtn,
.content.forgotPasswordSent .arrowBtn {
	width: 90%;	
}

.content.login .arrowBtn span,
.content.forgotPassword .arrowBtn span,
.content.forgotPasswordSent .arrowBtn span {
	color: #004870;	
}

.formSubmitted {
	width: 90%;	
	margin-bottom: 40px;
}

.formSubmitted .inputPlaceholder {
	width: 100%;	
	border-top: 1px solid #004870;
}

.formSubmitted .inputPlaceholder .tagline {
	font-family: 'exo_2bold';
	font-size: 12px;
	color: #004870;	
}

.formSubmitted .inputPlaceholder .input-placeholder {
	color: #004870;		
	font-family: 'exo_2regular';
}

.loginBackground{
	width:calc(100% - 590px);
	min-height:100vh;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	.formSubmitted {
		width: 50%;	
	}

	.content.login table.inputs,
	.content.forgotPassword table.inputs,
	.content.forgotPasswordSent table.inputs {
		width: 50%;	
	}
	
	.content.login .rememberme,
	.content.forgotPassword .rememberme,
	.content.forgotPasswordSent .rememberme {
		width: 50%;	
	}
	
	.content.login .submitBtn,
	.content.forgotPassword .submitBtn,
	.content.forgotPasswordSent .submitBtn {
		max-width: 50%;
	}	
	
	.content.login .rememberme label.styled,
	.content.forgotPassword .rememberme label.styled,
	.content.forgotPasswordSent .rememberme label.styled {
		display: inline-block;
		width: 50%;	
	}

	.content.login .rememberme .arrowBtn,
	.content.forgotPassword .rememberme .arrowBtn,
	.content.forgotPasswordSent .rememberme .arrowBtn {
		display: inline-block;
		width: 49%;	
		margin-top: 0;
		text-align: right;
	}
	
	.content.forgotPassword .arrowBtn,
	.content.forgotPasswordSent .arrowBtn {
		width: 50%;	
	}
	.wvBaseContainer.loginpage .content.login .submitBtn,
	.wvBaseContainer.loginpage .content.login .inputs,
	.wvBaseContainer.loginpage .content.login .rememberme{
		width:410px;	
		max-width:100%;
	}	
}

/* HEADER */
.header {
	height: 50px;
	line-height: 50px;
	font-family: 'exo_2bold';
	font-size: 15px;
	text-align: center;
}

.openSlideMenu {
	display: inline-block;
	cursor: pointer;	
}

.openSearchMenu {
	display: none;
	cursor: pointer;	
	margin-right: 35px;
}

.header .interactions .item {
    background-image: url('img/menuicon-white.png');
    background-size: 17px 13px;
}

.header-big .interactions .openSearchMenu .item {
	background-image: url('img/search_icon_blue.png');
	background-size: 16px 16px;
}

.header .interactions .openSearchMenu .item {
	background-image: url('img/search_icon_white.png');
	background-size: 16px 16px;	
	margin-right: 0;
}

.praktijkopleider .header {
	background: #e94e1b	
}

.toolboxen .header {
	background: #004870	
}

.header a {
    display: inline-block;
}

.header .logo {
	background-image: url('img/logo_white_small.png');	
	background-size: cover;
    width: 161px;
    height: 31px;
    margin: 12px auto;
    cursor: pointer;
}

.header .logo.no-link {
	cursor: auto;
}

@media screen and (min-width:768px) {
	.header {
		height: 75px;
		line-height: 75px;	
	}
	
	.headerSpacer {
		height: 75px;	
	}
	
	.header .logo {
		background-image: url('img/logo_white_big.png');	
		background-size: cover;
	    width: 213px;
	    height: 40px;
	    margin: 18px auto;
	}	
}

.header .nav {
    position: absolute;
    left: 0;
    top: 0;
}

.header .nav .icon {
	margin-top: 9px;	
}

.header .interactions span {
    display: none;
}

.openSearch > span {
	text-transform: uppercase;	
}

@media screen and (min-width: 768px) {
	.header .interactions span {
		display: inline-block;	
	}
	.header .nav span {
		display: inline-block;
	}
	.header .nav .icon {
		margin-top: 22px;	
	}
	
	.header .interactions .item.openSearchMenu {
	    display: inline-block;
	}
	
	.header .interactions .item {
	    margin-right: 30px;
	    margin-top: 21px;
	}
}

.header.beheerHeader .nav .icon, 
.header.beheerHeader .interactions .item {
	margin-top: 6px;	
}

.searchMenu {
	display: none;	
	top: 75px;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

.searchMenu .noResults {
	display: block;
    padding: 20px;
    font-family: 'exo_2bold';
    font-size: 18px;
    text-align: center;
    color: #1e1e1e;
}

.searchMenu .searchInner {
    top: 0;
    right: 115px;
    width: 320px;
    bottom: 0;
    background: #f5f5f5;
    position: absolute;
}


.openSearchMenu .search {
	display: none;	
	background: #ffffff;
    margin: 8px 0 0 0;
    height: 59px;
    padding: 0 17px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #009fe3;
    width: 280px;
   	text-align: left;
}

.openSearchMenu .search input {
	background: transparent;
    border: none;
    font-family: 'exo_2light';
    font-size: 18px;
    color: #1e1e1e;
    width: 205px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    margin: 15px 0 0 0;
}
.openSearchMenu .search input::-ms-clear {
    display: none;
}


.openSearchMenu .search .icon-search,
.openSearchMenu .search .icon-close {
	top: 20px;
    margin-top: 0;
}

.openSearchMenu .search .icon-close {
	display: none;
}	

/* Menu */
.slideMenu .menuContainer,
.slideMenu .menuContainer.searching {
	background: #f5f5f5;	
	overflow-y: scroll;
}

.slideMenu .menuHeader {
	background: transparent;
	position: relative;
	float: none;	
	height: 110px;
	text-align: right;
	padding: 30px 20px;
}

.closeMenu {
	font-family: 'exo_2bold';
	font-size: 15px;
	color: #004870;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
}

.closeMenu .icon {
	top: 2px;	
	margin-left: 3px;
}

.searchWrap {
	background: transparent;	
	border-color: transparent;
	text-align: left;
	height: 70px;
	line-height: 70px;
	font-family: 'exo_2bold';
	font-size: 15px;
	text-transform: uppercase;
	color: #004870;
}

.searchWrap .innerWrap {
	padding: 0 20px;	
	background: #ffffff;
    border: 1px solid #dcdcdc;
    height: 70px;
    border-radius: 3px;
}

.searchWrap .innerWrap .icon {
	margin-right: 20px;		
	top: 26px;
}

.slideMenu .search {
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #009fe3;
    position: absolute;
    border-radius: 3px;
    top: 0;
}

.slideMenu .search input[type="text"] {
	width: 205px;	
	margin-right: 0;
	padding-left: 10px;
	font-size: 18px;
	font-family: 'exo_2light';
	color: #1e1e1e;
}

.slideMenu .search .icon-search,
.slideMenu .search .icon-close {
	top: 26px;	
}

.slideMenu .search .icon-search {
	left: 20px;	
}

.slideMenu .search .icon-close {
	display: none;	
	cursor: pointer;
}

.menu-items-wrap {
	padding: 0 20px;
}

.slideMenu .menuItems .item,
.slideMenu .menuItems .item:first-child {
	border-color: #dcdcdc;
}

.slideMenu .menuItems .item {
	text-align: left;	
	padding: 0 20px;
	font-family: 'exo_2bold';
	font-size: 15px;
	text-transform: uppercase;
	color: #004870;
	height: 70px;
}

.slideMenu .menuItems .item .tdLink {
	height: 70px;	
}

.slideMenu .menuItems .item:hover {
	background: #fff;	
}

.slideMenu .menuItems .item .icon {
	margin-right: 20px;	
}

/* Search results */
.searchResults {
	margin: 25px auto 0;	
}

.menuContainer .searchResults{
	margin-top:215px;
}
.searchResults .smallTitle {
	font-family: 'exo_2bold';
	font-size: 12px;
	text-transform: uppercase;
	color: #282828;
}

.searchResults .searchResult {
    width: 100%;
    padding: 0 10px;
    margin: auto;
}

.searchResult .item {
	width: 290px;
    height: 80px;
    box-sizing: content-box;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    
    border-radius: 2px;	
    -webkit-border-radius: 2px;	
    -moz-border-radius: 2px;	
    
    position: relative;
    margin-bottom: 15px;
}

.searchResult .wvDownload {
	margin: 0 0 15px 0;
	width: 100%;
	background: #fff;	
}

.searchResult .completed .info-overlay {
	display: block;
}

.searchResult .info-overlay {
    width: 290px;
}

.searchResult .info-overlay .checkMark {
	right: 10px;
	bottom: 10px;	
}

.searchResult .item .infoWrap {
	margin-top: 0;
	height: 80px;	
}

.praktijkopleider .searchResult .item.completed {
	background: #e94e1b;
	border-color: #e94e1b;	
}

.toolboxen .searchResult .item.completed {
	background: #009fe3;	
	border-color: #009fe3;
}

.searchResult .img-container {
	position: absolute;
    height: 67px;
    width: 80px;
    left: 0;
    top: 0;	
    
    -webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
}

.searchResult .img-container img {
	width: 100%;
	height: 100%;	
}

.searchResult .img-container .img-overlay {
    background: url("img/img_overlay_big_x2.png");
    height: 80px;
    width: 22px;
    position: absolute;
    right: 0;
    top: 0px;
    background-size: contain;
    background-repeat:no-repeat;
}

.praktijkopleider .searchResult .completed .img-container .img-overlay {
    background: url("img/img_overlay_big_orange_x2.png");
    background-size: contain;
    background-repeat:no-repeat;
}

.toolboxen .searchResult .completed .img-container .img-overlay {
    background: url("img/img_overlay_big_blue_x2.png");
    background-size: contain;
    background-repeat:no-repeat;
}

.searchResult .infoWrap .info {
	width: 195px;
    margin: 10px 10px;
    height: 60px;
    right: 0;
    padding: 0;
    position: absolute;
    text-align: left;
}

.searchResult .text {
    display: block;
    text-transform: uppercase;
    font-family: 'exo_2italic';
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
}

.praktijkopleider .searchResult .text {
	color: #e94e1b;	
}

.toolboxen .searchResult .text {
	color: #009fe3;	
}

.praktijkopleider .searchResult .completed .text,
.toolboxen .searchResult .completed .text {
	color: #ffffff;
}

.searchResult .infoWrap .bottom {
	position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
	display: block;	
}

.searchResult .bottom .icon {
    background: url('img/read-count-icon.png')no-repeat left center;
    height: 12px;
    width: 13px;
    position: absolute;
   	left: 0;
    padding-left: 15px;
    line-height: 12px;
    font-size: 12px;
    color: #aaaaaa;
    font-family: 'exo_2light';
}

.searchResult .completed .bottom .icon { 
	color: #ffffff;	
	 background: url('img/read-count-icon-white.png')no-repeat left center;
}

.searchResult .bottom .button {
    position: absolute;
    right: 0;
    color: #004870;
    font-family: 'exo_2bold';
    font-size: 12px;
    text-transform: uppercase;
}

.searchResult .completed .bottom .button {
	display: none;	
}

/* Button */
a.btn,
.btn {
	display: inline-block;
	background: #fcfcfc;	
	padding: 10px 7px;
	font-family: 'exo_2bold';
	font-size: 22px;
	text-transform: uppercase;
	color: #004870;
	text-align: center;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	width: auto;
 	height: auto;
}

.btn.btn-block {
	display: block;
	margin-bottom: 19px;
}

.btn.btn-50 {
	height: 50px;
	line-height: 17px;
	padding: 7px 7px 0;
	vertical-align: middle;
}

.btn.btn-f15 {
	font-size: 15px;
}

.btn.btn-large {
	padding: 15px 10px;	
}

.btn.btn-blue {
	background: #004870;
	color: #fff;	
}

.btn.btn-small {
	font-size: 15px;
}

.btn.btn-shadow {
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}

.btn.btn-left {
	text-align: left;	
}

.btn .icon {
	margin-left: 10px;	
}

.btn.final-btn {
	height: 47px;
	line-height: 47px;
	padding: 0 20px;	
}

@media screen and (min-width: 768px) {
	.btn.btn-large {
		padding: 20px 30px;	
	}	
	
	.btn.btn-small {
		font-size: 18px;	
	}
	
	.btn.final-btn {
		height: 55px;
		line-height: 55px;
	}
}

/* MAGAZINE */
.resetMagazine {
	top: 50px;	
}

@media screen and (min-width: 768px) { 
	.resetMagazine {
		top: 75px;	
	}	
}

.contentWrap {
    padding: 0px 25px;
}

.magazineCover.summary .contentTitle,
.contentTitle {
	font-size: 30px;
	font-family: 'exo_2italic';	
	text-transform: uppercase;
	text-align: left;
	word-wrap: break-word;
}

@media screen and (min-width: 768px) { 
	.magazineCover.summary .contentTitle,
	.contentTitle {
		font-size: 45px;
		line-height: 45px;
	}	
	
	.contentWrap {
		padding: 0;	
	}
}

.toolboxen .magazineCover.summary .contentTitle,
.toolboxen .contentTitle {
	color: #009fe3;	
	text-align:center;
}

.praktijkopleider .magazineCover.summary .contentTitle,
.praktijkopleider .contentTitle {
	color: #e94e1b;	
}

.magazineContent .magazine {
	text-align: left;
}

.magazineContent .magazine h1 {
	color: #1e1e1e;
	font-family: 'exo_2bold';
	font-size: 15px;
	padding-bottom: 15px;	
	
	border: 0;
	border-bottom: 1px solid transparent;
}

.magazineCover .subTitle {
	font-family: 'exo_2italic';	
	font-size: 35px;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 40px;
	width: 100%;
}

.magazineCover .contentTitle {
	font-size: 16px;
	font-family: 'exo_2light';
	color: #1e1e1e;	
	line-height: 24px;
	text-transform: none;
	text-align:left;
}

.magazineCover .tableContent {
	background: #ffffff;
}

.magazineCover .tableContent table tr th {
	text-align: left;	
	font-family: "exo_2italic";
	font-size: 15px;
	font-weight: normal;
}

.magazineCover .tableContent table tr th.print,
.magazineCover .tableContent table tr th.print a {
	text-align: right;
	font-family: 'exo_2bold';
	color: #004870 !important;
}

.magazineCover .tableContent table tr th.print .icon {
	margin-left: 5px;	
}

.magazineCover .tableContent table tr td {
	border-top: 1px solid #dcdcdc;
}

.magazineCover .tableContent .indicator {
	/*width: 30px;*/
	height: 30px;	
}

.magazineCover .tableContent .indicator .background {
	background: #004870;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: 0;
    left: 3px;
	
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.magazineCover .tableContent .indicator.active .background {
	background: url('img/icon-vink.png') no-repeat center center;	
}

.magazineCover .tableContent .indicator.active .number {
	display: none;	
}

.magazineCover .tableContent table tr td .title {
	font-family: 'exo_2bold';
	font-size: 14px;
	color: #004870;
	text-transform: uppercase;
	line-height: 16px;
	max-width: 80%;
}

.magazineCover .tableContent table tr td .title.active {
	color: #aaaaaa;	
}

/* Magazine colors */
.praktijkopleider .magazineContent .magazine h1 {
	border-color: #e94e1b;	
}

.toolboxen .magazineContent .magazine h1 {
	border-color: #009fe3;	
}

.praktijkopleider .magazineContent .subTitle,
.praktijkopleider .magazineCover .tableContent table tr th:not(.print) {
	color: #e94e1b;	
}

.toolboxen .magazineContent .subTitle {
	color: #009fe3;	
}

.toolboxen .magazineCover .tableContent table tr th:not(.print) {
	color: #009fe3
}

.backgroundImage {
	background-color: #fff;	
}

.backgroundImage .backgroundColorOverlay {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;	
}

.toolboxen .backgroundImage .backgroundColorOverlay {
	background-color: rgba(0,159,227,0.8);
}

.praktijkopleider .backgroundImage .backgroundColorOverlay {
	background-color: rgba(233,78,27,0.8);
}

.backgroundImage .imageOverlay {
	background-image: url('img/magazine-background-overlay.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;	
}

.backgroundImage .btn {
	position: absolute;
	bottom: 40px;	
	
	left: 50%;
	
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.backgroundImage.magazineCover {
	height: 270px;	
}

@media (min-width: 768px) {
	.magazineCover .contentWrap .magazine h1 {
		font-size: 15px;
	    border-top: 0;
	    border-bottom: 1px solid transparent;
	}
	
	.praktijkopleider .magazineContent .magazine h1 {
		border-color: #e94e1b;	
	}
	
	.toolboxen .magazineContent .magazine h1 {
		border-color: #009fe3;	
	}
	
	.magazineCover .contentWrap .subTitle {
	    font-size: 45px;
	    line-height: 45px;
	    width: auto;
			text-transform: uppercase;
			margin-top:35px;
	}
	
	.magazineCover .contentTitle {
		font-size: 16px;
		line-height: 24px;
	}
	
	.backgroundImage.magazineCover {
		bottom: 300px;	
		height: auto;
	}
	
	.backgroundImage .btn {
		right: 45px;
		left: auto;
		transform: none;
	}
	
	.backgroundImage .imageOverlay {
		width: 114px;
	}
}

.contentText {
	font-family: 'exo_2light';
	font-size: 16px;	
	line-height: 26px;
}

.contentText strong, 
.contentSubTitle {
	font-family: 'exo_2bold';
	font-size: 16px;
	line-height: 26px;
}

@media screen and (min-width: 768px) {
	.contentText {
		font-size: 18px;	
		line-height: 30px;
	}
	
	.contentText strong, 
	.contentSubTitle {
	    font-size: 18px;
	    line-height: 30px;
	}
}

.imageDescription {
	background: #fff;
	margin: 10px 0;
	color: #aaaaaa;
	font-family: 'exo_2regular';	
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 0;
}

@media screen and (min-width: 768px) {
	.imageDescription {
		font-size: 13px;	
	}	
}

.werkvormPopup {
	/*background: #aaaaaa;*/
	background: #1a2c39;	
}

/* Paginate */
.paginate {
	height: auto;	
	margin-bottom: 30px;
}

.paginateLeft, 
.paginateRight {
	display: block;
	width: 41px;
	height: 41px;	
	background-size: 41px 41px;
}

@media screen and (min-width: 768px) {
	.paginateLeft, 
	.paginateRight {
		width: 51px;
		height: 51px;	
		background-size: 51px 51px;
	}	
}

.paginatePages {
	position: relative;
	top: auto;
	left: auto;
	
	margin: 25px auto 0;	
}

.paginatePage {
	font-family: 'exo_2italic';
	font-size: 25px;
	line-height: 60px;
	color: #dcdcdc;	
}

.paginatePage.current {
	font-size:45px;
	color: #000000
}

a.werkvormStartButton {
	font-size: 18px;	
	height: 45px;
	line-height: 45px;
	width: 145px;
	padding: 0;
	bottom: 0;
    right: 0;
}

.werkvormStartImage {
	height: 280px;	
}

.werkvormStart {
	height: 280px;	
	text-align: left;
	padding: 30px;
}

.werkvormStartWrap {
	top: 0;
	transform: none;
	-webkit-transform: none;	
}

.werkvormStartImage .backgroundItem {
	background-size: cover;	
}

.werkvormType {
	font-family: 'exo_2bold';	
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	font-size: 15px;
}

.werkvormTitle {
	font-size: 30px;
	font-family: 'exo_2italic';
	color: #fff;	
	margin-top: 25px;
}

.completed .werkvormType,
.completed .werkvormTitle {
	color: #aaaaaa;	
	border-color: #aaaaaa;
}

.werkvormStatus {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;	
}

.werkvormStatus .werkvormCompleted {
	display: none;
	position: absolute;
	left: 0;	
	bottom: 5px;
}

.werkvormCompleted.showStatus {
	display: block;	
}

.werkvormStatus .werkvormCompleted .txt {
	font-family: 'exo_2bold';
	text-transform: uppercase;
	font-size: 15px;
	display: none;	
	padding-top: 10px;
}

.werkvormCompleted .icon-vink {
	background-size: 48px 36px;
	width: 48px;
	height: 36px;
}

.toolboxen .werkvormStartImage .overlay {
	background-color: rgba(62,182,234,0.8);
}

.toolboxen .werkvormStartImage.toets .overlay{background-color: rgba(0,72,112,0.8);}

.praktijkopleider .werkvormStartImage .overlay {
	background-color: rgba(234,89,41,0.8);
}

.werkvormStartImage.completed .overlay {
	background-color: rgba(227,227,227,0.8);	
}

.toolboxen .werkvormStatus .werkvormCompleted .txt {
	color: #009fe3;
}

.praktijkopleider .werkvormStatus .werkvormCompleted .txt {
	color: #e94e1b;
}

.toolboxen .icon-vink {
	background-image: url('img/toolboxen-vink.png');	
}

.praktijkopleider .icon-vink {
	background-image: url('img/praktijkopleider-vink.png');	
}

@media screen and (min-width: 768px) {
	a.werkvormStartButton {
		width: 170px;
		height: 55px;
		line-height: 55px;
	}
	
	.werkvormStartImage {
		border-radius: 5px;	
		-webkit-border-radius: 5px;	
		-moz-border-radius: 5px;	
		
		height: 350px;
		width: 596px;
	}	
	
	.werkvormStart {
		height: 350px;	
		padding: 45px;
	}
	
	.werkvormType {
		font-size: 15px;	
	}
	
	.werkvormTitle {
		font-size: 45px;
		margin-top: 35px;	
	}
	
	.werkvormStatus {
		left: 40px;
		right: 40px;
		bottom: 35px;	
	}
	
	.werkvormStatus .werkvormCompleted {
		bottom: 8px;	
	}
	
	.werkvormCompleted .icon-vink { 
		margin-left: 12px;	
	}
	
	.werkvormStatus .werkvormCompleted .txt {
		display: inline-block;	
	}
}

.contentFooter {
	background: #f5f5f5;
	text-align: left;	
	
	padding: 40px 33px 48px 33px;
}

.nextPageHeader {
	text-align: left;
	font-size: 13px;
	font-family: 'exo_2italic';
	text-transform: uppercase;
	color: #1e1e1e;
	padding-bottom: 16px;
	border-bottom: 1px solid transparent;
	display: inline-block;
}

.nextPageTitle {
	display: block;
	font-family: 'exo_2italic';
	font-size: 20px;	
	text-transform: uppercase;
}

.finalTitle {
	color: #1e1e1e;
	font-family: 'exo_2italic';
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}

.footerPages {
	display: block;
	position: relative;	
	height: 50px;
    margin-top: 50px;
}

a.nextPageLink {
	display: inline-block;
	background-color: transparent;
	position: absolute;
	right: 0;
	padding: 0;
}

a.nextPageLink .text {
	font-family: 'exo_2bold';
	font-size: 15px;
	line-height: 41px;
	padding-right: 10px;
	color: #004870;
	text-transform: uppercase;
}

a.previousPageLink {
	display: inline-block;
	position: absolute;
	left: 0;
}

.footerFinalPages {
	position: relative;
	display: block;	
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.footerFinalPages a.previousPageLink {
		display: block;
    	position: relative;
    	margin-top: 60px;
	}
}

@media screen and (min-width: 768px) {
	.footerWrap {
		width: 596px;
   		margin: 0 auto;
	}
	
	.footerPages {
		margin-top: -50px;	
	}
	
	.footerPages .icon.icon-next,
	.footerPages .icon.icon-back {
		width: 51px;
		height: 51px;	
	}	
	
	a.nextPageLink {
		width: auto;	
	}
	
	a.nextPageLink .text {
		font-size: 18px;	
		line-height: 51px;
	}
	
	.finalTitle {
		font-size: 30px;	
	}
	.openSearchMenu {
		display: inline-block;
	}
}


.toolboxen .nextPageHeader {
	border-color: #009fe3;
}

.praktijkopleider .nextPageHeader {
	border-color: #e94e1b;
}

.toolboxen .nextPageTitle {
	color: #009fe3;
}

.praktijkopleider .nextPageTitle {
	color: #e94e1b;
}	

.toolboxen .finalTitle span {
	color: #009fe3;
}

.praktijkopleider .finalTitle span {
	color: #e94e1b;
}

/* Footer */
.footerSpacer {
	height: 86px;	
}

.footer {
	background: #ffffff;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;	
    padding-top: 24px;
    padding-bottom: 24px;
    /*padding-bottom: 48px;*/
    z-index: 1;
}

.footer-inner {
	width: 90%;
	margin: 0 auto;	
	text-align: center;
}

.footer ul li {
	display: inline-block;
}

.footer ul li a {
	font-family: 'exo_2bold';
	font-size: 11px;
	color: #004870;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 20px;
}

@media screen and (min-width: 768px) {
	.footerSpacer {
		height: 105px;	
	}

	.footer {
		padding-top: 32px;
	    /*padding-bottom: 53px;*/
	    padding-bottom: 32px;
	}
	
	.footer-inner {
		width: 810px;
	}
	
	.footer ul li a {
		font-size: 14px;
		margin: 0 25px;	
	}
}

/* Disclaimer */
.disclaimer-txt {
	display: block;
	margin: 0 auto;
}	

.disclaimer-txt .title {
	font-family: 'exo_2italic';
	font-size: 30px;
	color: #004870;
	text-transform: uppercase;
	text-align: center;
	margin: 35px 0;
}

.disclaimer-txt .content {
	font-family: 'exo_2light';	
	color: #1e1e1e;
	font-size: 16px;
	line-height: 26px;
}

.disclaimer-txt .content p {
	padding: 0 0 40px 0;	
}

.disclaimer-txt .content strong {
	font-family: 'exo_2bold';	
}

@media screen and (min-width: 768px) {
	.disclaimer-txt {
		width: 810px;	
	}	
	
	.disclaimer-txt .title {
		font-size: 45px;
		margin: 45px 0;	
	}
	
	.disclaimer-txt .content {
		font-size: 18px;
		line-height: 30px;	
	}
}

/* Profiel */
.content.profile .subTitle {
	margin: 0 auto;
    max-width: 470px;	
    color: #1e1e1e;
    font-family: 'exo_2light';
    font-size: 15px;
}

.profile .profileDetails {
	padding-top: 60px;	
}

.profileDetails .block {
	display: inline-block;
	font-size: 12px;
	width: 360px;
	padding: 0 0 20px 0;
}

.profileDetails .subheading {
	display: block;	
	font-family: 'exo_2bold';
	line-height: 35px;
	text-transform: uppercase;
}

.profileDetails .email {
	line-height: 22px;	
	font-size: 15px;
	font-family: 'exo_2light';
}
.profileDetails .email a {
	color: #1e1e1e;
}
    

@media screen and (min-width: 768px) {
	.content.profile .subTitle {
		font-size: 20px;	
	}	
	
	.profile .profileDetails {
		padding-top: 80px;	
	}
	
	.profileDetails .block {
		font-size: 13px;	
		border-bottom: 1px solid #dcdcdc;
    	padding: 0 0 40px 0;
    	margin-left: 70px;
	}
	
	.profileDetails .email {
		line-height: 28px;	
		font-size: 20px;
	}
}

/* Icon */
.icon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;	
	width: 16px;
	height: 16px;
	position: relative;
}

.icon.icon-print {
	background-image: url('img/icon-print.png');	
	width: 20px;
	height: 18px;
}

.icon.icon-print.white {
	background-image: url('img/icon-print-white.png');	
}

.icon.icon-arrow {
	background-image: url('img/icon-btn-arrow.png');	
	width: 25px;
	height: 25px;
}

.icon.icon-slash {
	background-image: url('img/paginateSlash.png');	
	width: 17px;
	height: 62px;
}

.icon.icon-back {
	background-image: url('img/paginateLeft.png');	
	width: 41px;
	height: 41px;
}

.icon.icon-next {
	background-image: url('img/paginateNext.png');	
	width: 41px;
	height: 41px;
}

.icon.icon-close {
	background-image: url('img/icon-close.png');	
	width: 13px;
	height: 13px;
}

.icon.icon-search {
	background-image: url('img/search_icon_blue.png');	
	width: 16px;
	height: 16px;
}

.icon.icon-profiel {
	background-image: url('img/icon-profiel.png');	
	background-size: 17px 16px;
	width: 20px;
	height: 16px;	
}

.icon.icon-documenten {
	background-image: url('img/icon-documenten.png');	
	background-size: 16px 16px;
	width: 20px;
	height: 16px;	
}

.icon.icon-veelgestelde-vragen {
	background-image: url('img/icon-faq.png');	
	background-size: 17px 16px;
	width: 20px;
	height: 16px;	
}

.icon.icon-admin {
	background-image: url('img/icon-admin.png');	
	background-size: 16px 16px;
	width: 20px;
	height: 16px;	
}

.icon.icon-praktijkopleider {
	background-image: url('img/icon-themes.png');	
	background-size: 16px 16px;
	width: 20px;
	height: 16px;	
}

.icon.icon-toolboxen {
	background-image: url('img/icon-toolboxen.png');	
	background-size: 16px 16px;
	width: 20px;
	height: 16px;	
}

.icon.icon-uitloggen {
	background-image: url('img/icon-uitloggen.png');	
	background-size: 16px 13px;
	width: 20px;
	height: 16px;	
}

.icon.icon-wijzig-teksten {
	background-image: url('img/icon-wijzig-teksten.png');	
	background-size: 16px 16px;
	width: 20px;
	height: 16px;	
}

.cssload-container{
	position:relative;
	top: 120px;
	display: none;
}
	
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid rgba(222,222,222,0.99);
	border-left-color: rgb(233,79,27);
	border-radius: 1873px;
	-o-border-radius: 1873px;
	-ms-border-radius: 1873px;
	-webkit-border-radius: 1873px;
	-moz-border-radius: 1873px;
}

.cssload-whirlpool {
	margin: -47px 0 0 -47px;
	height: 94px;
	width: 94px;
	animation: cssload-rotate 1600ms linear infinite;
	-o-animation: cssload-rotate 1600ms linear infinite;
	-ms-animation: cssload-rotate 1600ms linear infinite;
	-webkit-animation: cssload-rotate 1600ms linear infinite;
	-moz-animation: cssload-rotate 1600ms linear infinite;
}

.cssload-whirlpool::before {
	content: "";
	margin: -43px 0 0 -43px;
	height: 83px;
	width: 83px;
	animation: cssload-rotate 1600ms linear infinite;
	-o-animation: cssload-rotate 1600ms linear infinite;
	-ms-animation: cssload-rotate 1600ms linear infinite;
	-webkit-animation: cssload-rotate 1600ms linear infinite;
	-moz-animation: cssload-rotate 1600ms linear infinite;
}

.cssload-whirlpool::after {
	content: "";
	margin: -54px 0 0 -54px;
	height: 105px;
	width: 105px;
	animation: cssload-rotate 3200ms linear infinite;
	-o-animation: cssload-rotate 3200ms linear infinite;
	-ms-animation: cssload-rotate 3200ms linear infinite;
	-webkit-animation: cssload-rotate 3200ms linear infinite;
	-moz-animation: cssload-rotate 3200ms linear infinite;
}

@keyframes cssload-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-rotate {
	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-rotate {
	100% {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-rotate {
	100% {
		-moz-transform: rotate(360deg);
	}
}



.toolboxManager .footer{
    background:#004870; 
}
.toolboxManager .footer ul li a{
    color:#fff;
}
.toolboxMenu{
    font-size:0;
    max-width: 1024px;
    margin: 0 auto;
}

.toolboxMenu > .block{
    display:inline-block;
    font-size:15px;
    font-family: exo_2light;
    width:100%;
}
.groupList.block{
    max-width:318px;
}
.contentBlock.block{
    max-width:655px;
}
.toolboxMenu .menu{
    font-size:0;
}
.toolboxMenu .menu .item{
    display:inline-block;
    border:1px solid #407694;
    border-bottom:none;
    border-left-width:0;
    color:#fff;
    font-size:15px;
    
    font-family: exo_2bold;
    text-transform:uppercase;
    background: 25px center  no-repeat;
    
}
.toolboxMenu .menu .item.users{
    background-image: url(img/icon-profiel-wit.png);
}
.toolboxMenu .menu .item.users.active{
    background-image: url(img/icon-profiel.png);
}

.toolboxMenu .menu .item.toolboxes{
    background-image: url(img/icon-toolboxen-wit.png);
}
.toolboxMenu .menu .item.toolboxes.active{
    background-image: url(img/icon-toolboxen.png);
}

.toolboxMenu .menu .item.results{
    background-image: url(img/icon-stats-wit.png);
}
.toolboxMenu .menu .item.results.active{
    background-image: url(img/icon-stats.png);
}

.toolboxMenu .menu .item:first-of-type{
    border-left-width:1px;
    border-top-left-radius:3px;
}
.toolboxMenu .menu .item:last-of-type{
    border-top-right-radius:3px;
}
.toolboxMenu .menu .item.active{
    color:#004870;
    background-color:#fff;
    border-color:#fff;
}
.toolboxMenu .menu .item a{
    display:block;
    color:inherit;
    padding:17px 43px 17px 60px;
}

.toolboxMenu .toolboxContent{
    max-width:655px;
    background:#fff;    
    color:#004870;
}

.groupList{    
    color:#fff;
}

.groupList .groupHeader{
    text-align:center;
    line-height:140px;
    font-size:30px;
    font-style:italic;
    font-family: "exo_2italic";
    text-transform:uppercase;
    background:url(img/groupIcon-white.png) 50px center no-repeat;
    position: relative;
}
.groupList .groupFooter{
    border-top:1px solid #407694;
    height:115px;
    text-align:center;
    
}

.addGroup{
    background:url(img/plusIcon-white.png) center left no-repeat;
    padding-left:54px;
    font-family: "exo_2bold";
    text-transform:uppercase;
    line-height:44px;
    display:inline-block;
    cursor:pointer;
    position:relative;
    min-width: 30px;
    min-height: 30px;
    background-size: contain;    
}

.groupFooter .addGroup{
  top:50%;
  transform:translateY(-50%);	
}

.groupList .group{
    padding:20px;
    border-top:1px solid #407694;
    cursor:pointer;
}
.groupList .group .userCount{
    float:right;
    padding-right:12px;
    position:relative;
}
.groupList .group .userCount:after{
    content:"";
    display:block;
    width:12px; 
    height:12px;
    background-size:contain;
    background:url(img/icon-profiel-light.png) center left no-repeat;
    padding-left:20px;
    opacity:0.3;
    position:absolute;
    right: -25px;
  top: 3px;
}
.group .groupButtons{
    display:none;
}
.group .groupButton{
    cursor:pointer;
    display:inline-block;
    text-transform:uppercase;
    color:#aaaaaa;
    font-size:11px;
    margin-top:15px;
    margin-right:20px;
    padding-left:17px;
    background:none center left no-repeat; 
}

.group .groupButton.edit{
    background-image:url(img/edit_gray.png);
}

.group .groupButton.remove{
    background-image:url(img/del_gray.png);
}


.groupList .group.highlight{
    background:rgba(255,255,255, 0.5);
}

.innerContent{
    padding:24px;
}

.groupChanged {
	display: block;
	text-align: right;
	font-size: 11px;
	color: #aaaaaa;
	font-family: 'exo_2light';
}

.groupOption {
	position: relative;
}

.groupOption .groupBtn {
	display: block;
	background-color: #f8f8f8;
	
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border: 1px solid #dcdcdc;
	color: #004870;
	text-transform: uppercase;
	font-family: "exo_2bold";
	font-size: 13px;
	padding: 9px 15px 7px 15px;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
}

.groupOption.invite .groupBtn {
	padding-right:45px;
	background-image: url("img/invite-user.png");
}

.groupOption .optionsOverlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 315px;
	background: #004870;
	color:#fff;
	z-index: 1;
	padding: 23px 23px 23px 22px;
}
.groupOption.remove .optionsOverlay {
	width:300px;
}

.groupOption .customDatePicker input{
	border-radius:5px !important;	
}

.groupOption .customDatePicker img{
	background-color:#fff;
	border-left:1px solid #004870;
	padding: 4px 12px 5px 12px;
}

.groupOption .buttons{
	margin-top:40px;
}

.groupOption{
}

.groupOption .buttons .btn:nth-of-type(even){
	float:right;
}

.groupOption .optionsOverlay p{
	margin-bottom:10px;
}

.groupOption .overlayOption {
	display: block;
	text-align: right;
}

.groupOption.invite .overlayOption {
	padding-bottom: 20px;
}

.groupOption .optionsOverlay .close {
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
}

.groupOption .optionsOverlay .close:before, 
.groupOption .optionsOverlay .close:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
}

.groupOption .optionsOverlay .close:before {
  transform: rotate(45deg);
}

.groupOption .optionsOverlay .close:after {
  transform: rotate(-45deg);
}


@media screen and (min-width: 768px) {
	.groupOption {
		float: right;
	}
}


.groupTitle{
    font-family: "exo_2italic";
    font-size:30px;
    padding-bottom:30px;
    padding-top: 30px;
    text-transform:uppercase;
    color:#004870;
}

.groupTitle.userList {
	padding-bottom: 10px;
}

.groupText {
	color: #1e1e1e;
}

.wideList .listItem{
  padding:24px;
  border-top:1px solid #f0f0f0;
  width: 100%;
  background:#fff;
  max-width:655px;
  box-sizing: content-box;
  margin-left: -24px;     
}

.wideList .listItem .userStatus {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 4px;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	
	margin-right: 15px;
	background: #ff190a;
}

.wideList .listItem .userName {
	text-overflow: ellipsis;
  display: inline-block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
}

.wideList .listItem .userStatus.active {
	background: #00b750;
}

.userList .user.ui-draggable-dragging{  
    box-sizing: border-box;
    opacity:0.8;
}

.userList .user:last-of-type{
    border-bottom:1px solid #f0f0f0;
    
}

.wideList .listItem .listIcon{
    cursor:pointer;
    display:inline-block;   
    background:none center no-repeat;   
    float:right;
    margin:0 11px;
    width:20px;
    height:20px;        
}

.wideList .listItem .rightBlock{
    float:right;
}
.wideList .listItem .rightBlock > div{
    display:inline-block;
}

.active .listIcon.checkBox{
        background-image:url(img/check_light.png);
        cursor:pointer;
}


.userList .user .userLink{
    background-image:url(img/infoIcon.png);
}

.userList .user .sendInvite{
    background-image:url(img/invite-user-light.png);
    width: 22px;
    height: 14px
}
.userList .user .deleteInvite{
    background-image:url(img/delete-user-light.png);
    width: 27px;
    height: 15px;
}

.userList .user .userGroup{
    background-image:url(img/groupPlus.png);
    width:27px;
    height:18px;    
}

.wideList .listItem .delIcon{
    background-image:url(img/delIcon.png);
}

.wideList .listItem .resetIcon{
    background-image:url(img/reset-arrow-icon.svg);
}

.usersBlock .wideList .listItem .resetIcon{
	float:none;
}

.toolboxBlock .listItem{
    background:url(img/toolbox_gray.png) 24px center no-repeat; 
}
.toolboxBlock .listItem > span{
    margin-left:33px;
    display:inline-block;
}

.selectList{
    color:#004870;
}
.selectList .wideList{
    margin-top:40px;
}

.selectList .listItem{
    cursor:pointer;
}


.tbProgress{
    width:30px;
    height:30px;
    background:#f0f0f0;
    border-radius:50%;
    line-height:32px;
    font-family:exo_2bold;
    color:#fff;
    position:relative;
    overflow:hidden;
    top:-6px
}

.tbProgress .finished.passed{
    background:#00b750;
}
.tbProgress .finished.failed{
    background:#ff665c;
}

.tbProgress .finished{  
    position: absolute;
    width:100%;
    height:100%;
    overflow:hidden;
    left:50%;
    text-align:center;
}
.tbProgress .finished .after,
.tbProgress .finished .before{
    display:block;
    width:50%;
    height:100%;
    position:absolute;
    background:#aaaaaa;     
    
}
.tbProgress .finished .before{  
    left: -50%;
    transform-origin: right center; 
}

.tbProgress .finished .after{
    display:none;
}
.tbProgress .finished.gt50{
    left:0;
}
.tbProgress .finished.gt50 .after{
    display:block;
    left:50%;       
}
.tbProgress .finished.gt50 .before{
    left:0; 
}

.userToolboxes{
    color:#1e1e1e;
}

.userToolboxes .date{
    font-size:11px;
    color:#aaaaaa;
    font-family:exo_2regular;
  line-height: 20px;
  margin-right: 10px;
}


a.backLink{
    line-height:30px;
    padding-left:40px;
    background:url(img/paginateLeft.png) center left no-repeat;
    background-size:contain;
    font-family:exo_2bold;
    display:inline-block;
    color:#004870;
}
a.backLink.extended {
	margin-bottom: 30px;
}
.lightTitle{
    font-family:exo_2light;
    font-size:30px;
    color:#004870;
    margin:30px 0;
}


.userInfo{  
    color:#1e1e1e;
    font-size:0;
}
.userInfo .infoBlock{
    margin-bottom:30px;
    font-size:15px;
    width:50%;
    display:inline-block;
}

.userInfo .key{
    font-size:11px;
    font-family:exo_2bold;
    text-transform:uppercase;
}
.tbGroupList{
    background:#f8f8f8;
    margin-left: -24px;
    box-sizing: content-box;
    width: 100%;
    padding:33px 24px;  
    color:#1e1e1e;
}

.userCodeInformation {
	line-height: 22px;
	padding-right: 45px;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.userCodeInformation {
		padding-right: 100px;
	}
}

.mandatory {
	color: #1e1e1e;
	margin: 15px 0;
}

.caps{
    text-transform:uppercase;       
}
.listFooter{
    margin:30px 0 60px 0;
}
.listFooter .left{
    float:left;
    line-height:35px;
}

.toolboxContent .userPaginate .page{
    color:#004870;  
    margin:0 7px;
    display:inline-block;
}

.toolboxContent .userPaginate .active{
    font-family:exo_2bold;
    border-bottom:1px solid #004870;
}

.toolboxContent .userPaginate .button{
    position:relative;
    width:30px;
    height:30px;
    background-size:contain;
    top:-6px;
    left:0;
    
}

.toolboxContent label.styled{
    text-transform:uppercase; 
    font-size:11px;
    line-height:22px;
    font-family: exo_2regular;
    margin-top: 8px;
}
.toolboxContent label.styled [type="checkbox"] + span{
    border:none;
    background:#f0f0f0;
    width:22px;
    height:22px;    
}

.tbGroupList ul{
    margin-top:20px;
    list-style: inside;
}

.bigButton{
    display:inline-block;
    text-transform:uppercase;
    padding:24px 70px;
    background:#009fe3;
    font-family:exo_2bold;
    color:#fff;
    cursor:pointer; 
    border-radius:3px;
}

.bigButton.gray{
    color:#004870;
    background:#f8f8f8;
    border:1px solid #eaeaea;
    padding:18px 40px;
}

.bigButton.emailLeft {
  background-image: url("img/invite-user.png");
  background-repeat: no-repeat;
  background-position: 20px 50%;
  padding: 15px 35px 14px 60px;
}

.innerContent .buttonContainer{
    text-align:center;
    margin:40px 0 15px 0;
}

.content.progress .toolboxMenu .icon {
    width:20px;
    height:20px;
}

.content.progress .toolboxMenu .icon.icon-toolboxen {
	width: 16px;
	height: 18px;
	background-size: 100%;
}

.toolboxBlock .subTitle{
    font-family:exo_2italic;
    font-size:15px;
    text-transform:uppercase;
    color:#1e1e1e;
}

.toolboxMenu .subTitle .icon{margin-right:10px;}


.toolboxMenu  .menuRow{
    padding:45px 0 35px 0;
}


.groupTitle + .menuRow{
    padding-top:0;
}   

.toggleContent.hidden{
    display:none;
}

.reportBlock {
  width:100%;
  table-layout: fixed;
  margin-top:30px;
}

.reportBlock input[type="file"] {
	position: absolute;
  bottom: 0;
  right: 0;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  cursor: pointer;
  
  opacity: 0;
  filter: alpha(opacity=0);
}

.reportBlock.multipleUsers {
	cursor: pointer;
}

.reportBlock td {
  vertical-align:middle;
  border:1px solid #eee;
  padding:20px;
}

.reportBlock.roundedBlock td:first-child {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.reportBlock.roundedBlock td:last-child {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.reportBlock.error td {
	border-color: #ff190a
}

.reportBlock td.button {
  width:150px;
  text-align:center;
  padding: 20px 30px;
}

.reportBlock .groupTitle{
  padding-bottom:0;   
  font-size:20px;
  padding-left:40px;
  background:url(img/icon-avatar-speed.png) bottom left no-repeat;
  background-size:contain;
}

.reportBlock.inspection .groupTitle{
  margin-bottom: 15px;
  background-size: 21px 26px;
  background-image: url(img/icon-docs-white.png);
}

.reportBlock.userReport .groupTitle{
	background-size: 31px 24px;
}

.reportBlock.csvExample .groupTitle,
.reportBlock.multipleUsers .groupTitle {
	font-size: 18px;
	background: none;
	padding-left: 0;
}

.reportBlock .groupTitle .docsIcon,
.reportBlock .groupTitle .usersIcon {
	display: inline-block;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: 15px;
}

.reportBlock .groupTitle .docsIcon {
	width: 21px;
	height: 26px;
	background-image: url("img/icon-docs-white.png");
}

.reportBlock .groupTitle .usersIcon {
	width: 31px;
	height: 24px;
	background-image: url("img/icon-avatar-speed.png");
}

@media screen and (min-width: 768px) {
	.reportBlock.csvExample .groupTitle,
	.reportBlock.multipleUsers .groupTitle {
		font-size: 20px;
	}
	
	.reportBlock .groupTitle .docsIcon,
	.reportBlock .groupTitle .usersIcon {
		margin-right: 20px;
	}
	
	.reportBlock.csvExample td,
	.reportBlock.multipleUsers td {
		height: 120px;
	}
}


.reportBlock .downloadButton {
	color:#009fe3;
	text-transform: uppercase;
	font-family: "exo_2bold";
	line-height: 14px;
  }
  
  .downloadButton div {
	  text-align:left;
	  display:inline-block;
  }
  
  .reportBlock .button .downloadButton{
	  margin-top:15px;
  }
  .reportBlock .button .downloadButton:first-child{
	  margin-top:0px;
  }
  
  .downloadButton div span{
	  font-size: 12px;
  }
  
  .reportBlock .downloadButton .sub {
	color:#cfcfcf;
	font-size:11px;
	font-family: "exo_2regular";
	display: block;
  }

.reportBlock input { 
  margin:0 15px;
  background:#F0F0F0;
  border-radius:16px;
  color:#004870;
  border:none;
  padding: 10px 15px;
  width: 120px; 
}

.reportBlock label{
  font-family:exo_2bold;
  color:#004870;
  line-height:34px;
}

.toolboxManager .popup{
  padding:0;
  min-width:auto;
}

.toolboxManager .popupButtons{
  padding:15px;
  min-width:auto;
}

.toolboxManager .customPopupTb .popup {
	width: 90%;
	max-width: 540px;
}

.toolboxManager .customPopupTb .popupTitle {
  font-family: "exo_2italic";
  text-transform: uppercase;	
  color: #004870;
  font-size: 30px;
  padding: 35px 30px 15px 30px;
  line-height: normal;
}

.toolboxManager .customPopupTb .popupText {
	padding: 0 30px;
	margin-bottom: 15px;
	font-size: 15px;
	font-family: "exo_2regular";
}

.toolboxManager .customPopupTb .popupButtons {
	background: #fff;
	padding: 15px 30px;
	text-align: center;
}

.toolboxManager .customPopupTb .popupButtons .popupConfirm {
	margin: 0 auto;
	font-size: 15px;
}

.popupInputsTpl.customPopupTb .inputBlock {
	margin: 0 0 40px 0;
}

.popupInputsTpl.customPopupTb .inputBlock .roundedInput {
	box-shadow: none;
	border: 1px solid #eeeeee;
	padding: 0 13px;
	font-size: 13px;
	font-family: "exo_2regular";
	line-height:46px;
	height:46px;
}

.usersBlock input[type=text]:-ms-input-placeholder{
    color: #004870 !important;
    font-family:exo_2italic;
}

.usersBlock input[type=text]:-moz-input-placeholder {
    color: #004870 !important;
    font-family:exo_2italic;
}

.usersBlock input[type=text]::-moz-placeholder {
    color: #004870 !important;
    font-family:exo_2italic;
}

.usersBlock input[type=text]::-webkit-input-placeholder{
    color: #004870 !important;
    font-family:exo_2italic;
}

.usersBlock input[type=text]::placeholder{
    color: #004870 !important;
    font-family:exo_2italic;
}

.usersBlock:not(.ignore-inputs) input[type=text]{
    color:#004870;
    background:#f0f0f0;
    padding:0px 40px 0px 20px;
    border:none;
    border-radius: 20px;
    width:220px;
    line-height: 34px;
    height: 34px;
}

.usersBlock .searchBlock{
    position:relative;
}

.usersBlock .searchBlock label{ 
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    background:url(img/icon-zoek.png) center no-repeat #fff;
    border-radius:50%;
    top:2px;
    right:2px;
    cursor:pointer;
}

.wvBaseContainer .selectParent{
    display:inline-block;
}

.wvBaseContainer .roundedInput{ 
    text-align:center;
    border:1px solid #f0f0f0;
    
    border-right:none;
    border-radius:3px;
    min-width:60px; 
    margin:0;
}

.wvBaseContainer .selectArrow{
    width:30px;
    height:100%;
    background:url(img/select_arrow.png) center no-repeat #f8f8f8;
    border-radius:3px;
    top: 1px;
    bottom: 1px;
    height: auto;
    right:0;    
}



@media only screen and (min-width: 768px) {
  .groupList.block{
      margin-right:10px;
  }
	.listFooter .right {
	    float: right;
	}  
	.groupHeader .addGroup{display:none;}
	.toolboxMenu .menuRow > div{display:inline-block;}
  .toolboxMenu .menuRow .right{float:right}
  
	.groupList{
	    border:1px solid #407694;       
	}  
	
	.groupList .group.active .userCount:after{
	    opacity:1;
	}
	
	.groupList .group.main{
	    font-family: exo_2bold;
	    text-transform:uppercase;   
	}
	
	.groupList .group.active{
	    border:none;
	    background:#fff;
	    color:#004870;  
	    cursor:default;
	}	
	
	.group.active .groupButtons{
	    display:block;
	}	
}

.groupToggle{display:none;}

@media only screen and (max-width: 768px) {
	.header-big .adminMenu{
		line-height:44px;
		padding-left:30px;
		top:55px;
	}
	
	.header-big .adminMenu a{
		font-family:exo_2bold;
		font-size: 12px;
		padding: 0 50px 0 0px;    
    background-size: 18px;
	}
	
	.groupList{
		margin-bottom:35px;
	}
	
	.groupList .groupHeader{
		width:100%;
		margin-left:-25px;
		border-top:1px solid #407694;       
		line-height:normal;
    box-sizing: content-box;
    padding: 19px 25px;
    text-align: left;		
		background-position: 25px center;		
	}
	
	.groupList .group{
		padding:15px;
		border-color:#f0f0f0;
	}
	.groupList .group:first-of-type{
		border-top:none;
	}
	
	.groups{
		background:#fff;
		color:#004870;		
		border-radius:5px;
		position:relative;
		width:calc(100% + 26px);
		margin-left:-13px;
	}
	
	.groups:not(.open) .group{
		display:none;
	}

	.groups:not(.open) .group.active{
		display:block;		
		
		border:none;		
	}

	.groups.open .group.active,
	.groups .group.active{

	}
	
	.groups .group .userCount:after{	    
	    opacity:1;
	    background-size:contain;
	}
	
	.groups.open .group.main{
	}
	
	.groups:not(.open) .group.active .groupName,
	.groups.open .group.main .groupName{		
		display:block;
	}	
	
	.groups:not(.open) .group.active .userCount,
	.groups.open .group.main .userCount{
		float:none;
		display:inline-block;
		margin-top:19px;
		padding-right:0;
		padding-left:16px;
	}
	
	.groups:not(.open) .group.active .userCount:after,
	.groups.open .group.main .userCount:after{
		right: auto;
    left: 0;
	}	
	
	
	.groups:not(.open) .group.active .groupButtons{
    float: right;
    margin-top: 8px;
    display:block;
	}		
	
	
	
	.groupToggle{
		display:block;
		width:31px;
		height:31px;
		background:url(img/blueToggle.png) center no-repeat #009fe3;
		border-radius:50%;
		position:absolute;
		top:12px;
		right:12px;
		transition:all 0.2s ease; 
	}
	.open .groupToggle{
		transform:rotate(180deg);
	}
	
	.groups.open .group:not(.main) .userCount:after{	    
		background-image: url(img/icon-profiel.png);
	}
		
	
	.groups .group.main .groupName{
		 font-family: exo_2bold;
		 text-transform:uppercase;
	}
	
	.groupList .groupHeader .innerHeader{
		padding-left:75px;
	}
	.groupList .groupHeader .addGroup{
		position:absolute;
    top: 22px;
    right: 0;		
	}
	
	.groupList .groupFooter{
		display:none;
	}
	
	.toolboxMenu > .block.contentBlock{
		width: calc(100% + 50px);
    margin-left: -25px;		
	}
	
	.toolboxMenu .menu .item{
		background-position:center 11px;
    width: 33.3%;
    text-align: center;
    border-radius: 0 !important;		
	}
	.toolboxMenu .menu .item:first-of-type{border-left:none;}
	.toolboxMenu .menu .item:last-of-type{border-right:none;}
	
	.toolboxMenu .menu .item a{
    padding: 38px 10px 15px 10px;    
    font-size: 11px;		
	}
	
	.toolboxMenu  .menuRow .right{
		margin-bottom:25px;
	}

	.usersBlock input[type=text]{
		width:100%;
	}
	
	.wideList .firstCol,
	.wideList .userName {
	  max-width: calc(100% - 100px);
	  display: inline-block;
	  text-overflow: ellipsis;
	  overflow: hidden;
	}	
	
	.listFooter{
	   margin:25px 0 25px 0;
	   text-align:center;
	}	
	.userPaginate{
		display:inline-block;
	}
	.listFooter .left{
		display:none;
	}
	
	.userInfo .infoBlock{
		width:100%;
	}
	
	.lightTitle{
		font-size:20px;
	}
	.toolboxBlock .subTitle{
		margin-bottom:30px;
	}
	.content.progress .toolboxMenu .icon{background-size:contain;}
	.reportBlock.inspection .groupTitle{
		margin-bottom:47px;
	}
	.reportBlock td.button{
		width:0;
	}
	.reportBlock td{
		padding-bottom:80px;
	}
	.reportBlock .downloadButton{
		position:absolute;
    right: 20px;
    bottom: 20px;		
	}
	.reportBlock input{
		 margin-left: -32px;
	}
	.reportBlock label{
		position: relative;
    top: -30px;		
    text-transform: capitalize;
	}
}

.statistics{
	position:relative;
	width:100%;
}
.statistics .overlay{
    position:absolute;
    top:0;
    left:0;
		background:url(img/loading.gif) center no-repeat rgba(236,236,236, 0.7);    
    transition:opacity 1s ease;
    opacity:0;
    pointer-events: none;
    width:100%; 
    height:100%;        
}

.statistics.loading .overlay{
    opacity:1;

}

.filters .selectParent,
.filters select,
.filters input{
    display: inline-block;
    width: auto;    
}
.filters select{
    min-width:412px;
}
.filters label{
    font-weight:bold;
    font-size:15px;
    line-height:35px;
    margin-right: 10px;
}

.filters input + label{
    margin-left: 10px;
} 

.filters .blueButton{
    height:31px;
    line-height:31px;
    margin:0 10px;
}

.statistics .inputHeader{
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;	
}
.statistics #loginGraph,
.statistics .statTable{
	margin-bottom:2em;	    
}
.statistics .statTable{
	width:100%;
	max-width: 560px;
}

.statistics #loginGraph{
	overflow: hidden;
}
.statTable tbody{	 
   font-size: 15px;
}
.statTable tbody td{
	padding:10px;
	border:1px solid #c1c1c1;
}
.popup .roundedInput{
	text-align:left;
}

.ui-widget-header {
    border: 1px solid #004870 !important;
    background-color: #004870 !important;
}

.ui-select {
	position: relative;
	display: inline-block;
	margin: 0;
	width: auto;
	height: auto;
}

.ui-select.block {
	display: block;
}

.ui-select select {
  display: none;
}

.select-selected {
	cursor: pointer;
	padding: 10px 15px;
	font-size: 15px;
	
	border: 1px solid #dcdcdc;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 33px;
	content: "";
	
	background-color: #004870;
	background-image: url("img/arrowWhiteDown.png");
	background-repeat: no-repeat;
	background-size: 12px 8px;
	background-position: 50% 50%;
	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.select-items {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	border: 1px solid #dcdcdc;
	color: #004870;
}

.form-group.error .select-selected {
	color: #004870;
	border-color: #ff190a;
}

.select-selected.select-arrow-active {
	border-bottom-color: transparent;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.select-selected.select-arrow-active:after {
	background-image: url("img/arrowWhiteUp.png");
}

.select-hide {
  display: none;
}

.select-items div {
	background: #ffffff;
  color: #004870;
  padding: 23px 14px;
  border-top: 2px solid #ededed;
  cursor: pointer;
  font-size: 15px;
  font-family: "exo_2light";
}

.select-items div:first-child {
	border-top-width: 1px;
}

.customDatePicker {
	position: relative;
}

.customDatePicker img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
	background-color: #004870;
	padding: 7px 12px 8px 12px;
	cursor: pointer;
	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.importResult {
	display: block;
	margin-top: 30px;
	color: #1e1e1e;
}

.importResult ul {
	margin: 15px 0;
	list-style-type: none;
}

.importResult .importError ul li {
	color: #ff190a;
	position: relative;
	padding: 5px 0 5px 20px;
}

.importResult .importError ul li:before {
	content: "";
	display: inline-block;
	background-image: url("img/importError.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	
	position: absolute;
	top: 6px;
	left: 0;
}

.importResult .importSuccess .importIcon {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 15px;
	
	background-image: url("img/importSuccess.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.importResult .importSuccess .text {
	display: inline-block;
}

