/*@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,700');*/

@font-face {
	font-family: 'Barlow';
	src: url('/fonts/barlow/Barlow-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Barlow';
	src: url('/fonts/barlow/Barlow-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
/* zonder bold is het juist mooier - Tim 2019-11-11 */
/*
@font-face {
	font-family: 'Barlow';
	src: url('/fonts/barlow/Barlow-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}
*/

body {
	font-family: 'Barlow', sans-serif;	
}



/* COULEUR */

/* 003c79	donkerblauw 	rgb(0, 51, 115); */
/* 009aaf	lichtblauw		rgb(0, 154, 175) */

a{
	color: rgb(0, 154, 175);	
}
a:hover{
	color: rgb(0, 51, 115);
}
.form-group *:not(.btn-group-vertical):not(.cx_btn_wrapper-editParametersForcalculation_helper_parameters):not(.cx_btn_wrapper-Add_a_search_field):not(.dropdown) > .btn-default, 
.table .btn-default:active:visited{
	color: rgb(0, 154, 175);		
}
.form-group *:not(.btn-group-vertical):not(.cx_btn_wrapper-editParametersForcalculation_helper_parameters):not(.cx_btn_wrapper-Add_a_search_field):not(.dropdown) > .btn-default:active:visited,
.form-group *:not(.btn-group-vertical):not(.cx_btn_wrapper-editParametersForcalculation_helper_parameters):not(.cx_btn_wrapper-Add_a_search_field):not(.dropdown) > .btn-default:hover, 
.form-group *:not(.btn-group-vertical):not(.cx_btn_wrapper-editParametersForcalculation_helper_parameters):not(.cx_btn_wrapper-Add_a_search_field):not(.dropdown) > .btn-default:active,
.form-group *:not(.btn-group-vertical):not(.cx_btn_wrapper-editParametersForcalculation_helper_parameters):not(.cx_btn_wrapper-Add_a_search_field):not(.dropdown) > .btn-default:focus,
.form-group *:not(.btn-group-vertical):not(.cx_btn_wrapper-editParametersForcalculation_helper_parameters):not(.cx_btn_wrapper-Add_a_search_field):not(.dropdown) > .btn-default:visited,
.form-group *:not(.btn-group-vertical):not(.cx_btn_wrapper-editParametersForcalculation_helper_parameters):not(.cx_btn_wrapper-Add_a_search_field):not(.dropdown) > .btn-default:active:hover,
.form-group *:not(.btn-group-vertical):not(.cx_btn_wrapper-editParametersForcalculation_helper_parameters):not(.cx_btn_wrapper-Add_a_search_field):not(.dropdown) > .btn-default:active:focus,
.table .btn-default:hover, 
.table .btn-default:active, 
.table .btn-default:focus, 
.table .btn-default:visited, 
.table .btn-default:active:hover, 
.table .btn-default:active:focus{
	color: rgb(0, 51, 115);
}
.cx_fieldline-content .cx_btn-Add_a_search_field{
	color: rgb(0, 154, 175);
}
.form-group *:not(.btn-group-vertical) > .btn-default:hover, .table .btn-default:hover{
	color: rgb(0, 51, 115);
}
.btn-primary,
.btn-primary.active, 
.btn-primary:active, 
.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover{
	background: rgb(0, 154, 175);
	border-color: rgb(0, 154, 175);
}
.btn-primary:hover{
	color: rgb(0, 154, 175);
	border-color: rgb(0, 154, 175);
}



.cx_actionbtn:not(.cx_btn-filter_details),
.cx_paragraph .cx_actionbtn:not(.cx_btn-filter_details),
.tab-content .cx_actionbtn:not(.cx_btn-filter_details),
.modal .cx_actionbtn:not(.cx_btn-filter_details) {
    background-color: rgb(0,154,175);
    border-color: rgb(0,154,175);
    color: white;
}
.cx_actionbtn:active, 
.cx_actionbtn:focus, 
.cx_actionbtn:hover, 
.cx_actionbtn:active:focus, 
.cx_actionbtn:active:hover,
.cx_paragraph .cx_actionbtn:active, 
.cx_paragraph .cx_actionbtn:focus, 
.cx_paragraph .cx_actionbtn:hover, 
.cx_paragraph .cx_actionbtn:active:focus, 
.cx_paragraph .cx_actionbtn:active:hover {
    background-color: white;
    border-color: rgb(0,154,175);
    color: rgb(0,154,175);
}





/* CALENDAR COLOR */
.fc .fc-button{
	outline: none!important;
}
.fc .fc-button.fc-state-active,
.fc .fc-button.fc-state-active:hover{
	color: white;
	background-color: rgb(0,154,175);
	border-color: rgb(0,154,175);
}


.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
    background-color: rgb(0,154,175);
    border-color: rgb(0,154,175);
}


/* PANEL - basic gray scheme*/
.cx_panel-primary-light, .cx_panel-primary-light .panel-heading-collapse, .cx_panel-primary-light .panel-collapse {
    border-color: #ccc;
}
.cx_panel-primary-light > .panel-heading {
	background: #f1f1f1;
	border-color: #ccc;
	color: #333;
}
.cx_panel-primary-light>.panel-heading, .cx_panel-primary-light>.panel-heading a {
	color: #333;
}
.cx_panel-primary-light, .cx_panel-primary-light .panel-heading-collapse, .cx_panel-primary-light .panel-collapse{
	border-color: #ccc;
}
.panel-group .cx_panel-primary-light .panel-heading+.panel-collapse>.panel-body {
	border-color: #ccc;
}
/*
.cx_panel-primary-light, .cx_panel-primary-light .panel-heading-collapse, .cx_panel-primary-light .panel-collapse {
    border-color: rgb(0,154,175);
}
.cx_panel-primary-light > .panel-heading {
	background: rgb(0,154,175);
	color: white;
}
.cx_panel-primary-light>.panel-heading, .cx_panel-primary-light>.panel-heading a {
	color: white;
}
.cx_panel-primary-light, .cx_panel-primary-light .panel-heading-collapse, .cx_panel-primary-light .panel-collapse{
	border-color: rgb(0,154,175);
}
.panel-group .cx_panel-primary-light .panel-heading+.panel-collapse>.panel-body {
	border-color: rgb(0,154,175);
}
*/



/* CALENDAR COLOR */
.fc .fc-button.fc-state-active,
.fc .fc-button.fc-state-active:hover{
	color: white;
	background-color: rgb(0,154,175);
	border-color: rgb(0,154,175);
}


/* CARD */
.cx_card-row > a.cx_card:hover {
    color: rgb(0, 51, 115);
    border-color: rgb(0, 51, 115)
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: rgb(0,154,175);
}


/* COULEUR END*/




/* NAVBAR */
.wf_navbar-fixed-top{
	background: white;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
/*    border-bottom : 1px solid #ccc; */
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.2);
    box-shadow: 0 3px 9px rgba(0,0,0,.2);
}
.wf_navbar-fixed-top .navbar-nav{
	margin: 0;
	float: left;
}
.wf_navbar-fixed-top .navbar-nav>li {
    float: left;
    height: 100%;
}
.wf_navbar-fixed-top .navbar-right{
	float: right;	
}
.wf_navbar-fixed-top .navbar-right>li>*{
	padding: 15px 7.5px;
    line-height: 20px;
}
.wf_navbar-fixed-top .navbar-nav>li>a:hover,
.wf_navbar-fixed-top .navbar-nav>li>a:active,
.wf_navbar-fixed-top .navbar-nav>li>a:focus{
	background: none;
	color: rgb(0, 51, 115);
}
.wf_navbar-fixed-top .nav>li>a.cx_navbar-brand-logo{
	padding: 5px;
	margin-left: 0;
}

.nav > li > .wf_bar-btn{
	padding: 5px 10px;
	position: relative;
	line-height: 40px;
}
.nav > li > .wf_bar-btn i{
    vertical-align: sub;
}
.wf_bar-btn-text{
    font-size: 10px;
    display: block;
    text-align: center;
    line-height: 10px;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.nav > li > .wf_bar-btn:hover .wf_bar-btn-text{
	display: block;	
}

.vd_menu-user a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vd_menu-backToEdit{
	float: right;
}
.vd_menu-backToEdit-standalone{
	float: none;
	display: table;
	width: 100%;
}
.vd_menu-backToEdit-standalone a {
	float: right;
}
.vd_menu-backToEdit a{
	padding: 5px 10px !important;	
	margin-bottom: 15px;
}
.vd_menu-backToEdit a:hover{
	color: rgb(0, 154, 175)!important;
}
.wf_navbar-fixed-top .nav>li.vd_menu-signout>a{
	padding-right: 0;
}
.wf_navbar-fixed-top + .cx_content{
/*    padding-top: 50px; */
}
.vd_page-title + .cx_content {
    padding-top: 50px;
}
.wf_navbar-fixed-top + .vd_page-title + .cx_content{
    padding-top: 100px;	
}
.vd_fontSizeButton{
	float: left;
	cursor: pointer;
}
.vd_fontSizeButton div{
	background: #ccc;
	color: white;
	text-align: center;
}


.nav>li.wf_menu-user-mobile{
	display: none;
}
.wf_menu-user-mobile .cx_icon::before{
    content: "\f2bd";
    font-size: 30px;
    line-height: 50px;
    transition: all 0.2s;
    opacity: 1;
    color: #888;
}
@media (max-width: 767px){
	.nav>li.wf_menu-user{
		display: none;
	}
	.nav>li.wf_menu-user-mobile{
		display: block;
	}
} 


/* NAVBAR LEFT */

.cx_fixed-top-menu-wrapper{
/*	display: table-row; */
	display: flex;
}
.cx_fixed-top-menu-wrapper .navbar-fixed-top + *:not(.cx_toolbar), 
.cx_fixed-vertical-menu-wrapper .navbar-fixed-top + *:not(.cx_toolbar) {
    margin-top: 0;
    padding-top: 70px;
    display: table-cell; /* fallback */
    flex: 1;
}

.wf_page-wrapper .cx_navbar-left + *:not(.cx_toolbar) {
    margin-top: 70px;
}

@supports (display: flex) {
	.wf_page-wrapper .cx_navbar-left + *:not(.cx_toolbar) {
		display: table;
		table-layout: fixed;
	}
	.wf_page-wrapper .wf_navbar-fixed-top + *:not(.cx_toolbar) {
	    display: table;
	    table-layout: fixed;
	}
}

.cx_navbar-left {
	opacity: 1;
	width: 250px;
	min-width: 250px;
	min-height: 100vh;
	padding-top: 50px; /* height of fixed top bar */
	/*
	position: fixed;
    z-index: 1030;
    top: 50px;
    left: 0;
    bottom: 0;
    */
    border: none;
    -webkit-box-shadow: 3px 0px 9px rgba(0,0,0,.2);
    box-shadow: 3px 0px 9px rgba(0,0,0,.2);
	transition: all 0.5s;
}
.wf_collapse{
	width: 0;
	min-width: 0;
	/*
	opacity: 0;
	transition: opacity .4s linear .1s, left 0.5s;
	*/
	transition: all 0.3s;
}
.cx_navbar-left > .container-fluid {
	z-index: 1030;
	width: 250px;
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	border-top: 1px solid #eee;
	overflow-y: auto;
	overflow: -moz-scrollbars-none; /* MOZ OLD */
	-ms-overflow-style: none;	/* IE - EDGE */
	scrollbar-width: none; /* MOZ */
	transition: all 0.5s;
}
.cx_navbar-left .container-fluid::-webkit-scrollbar { width: 0 !important } /* CHROME - SAFARI */
.wf_collapse  > .container-fluid{
	left: -250px;
	transition: all 0.3s;
}

.cx_navbar-left + .cx_content{
	width: calc(100% - 250.01px); /* .01 omdat er anders een horizontale scrollbar was */
	transition: all 0.5s;
}
.wf_collapse + .cx_content{
	width: calc(100% - 0.01px);
	transition: all 0.3s;
}

.dropdown-submenu>a:after{
	display: none;
}

.cx_navbar-left .navbar-nav{
	position: relative;
	left: 0;
	transition: left .5s
}
.cx_navbar-left.wf_navbar-open .navbar-nav{
	left: -250px;
}
.cx_navbar-left .nav > li{
	position: static;
}
.cx_navbar-left .dropdown-submenu {
	position: static;	
}
.cx_navbar-left .dropdown-menu{
	padding: 0;
	border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cx_navbar-left .dropdown-menu>li>a {
	line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cx_navbar-left .dropdown-menu {
	position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    transition: left .5s;
}
.wf_closing .dropdown-menu{
	display: block;
	left: 250px;
}
 
.cx_navbar-left .wf_last-open > .dropdown-menu {
	left: 250px;
}
.cx_navbar-left .dropdown-menu>li>a {
    white-space: initial; /* The menu has a fixed width - menu items with longer labels wrap */
}
.cx_navbar-left .dropdown-header {
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #f1f1f1;
}


/* INVERSE */

.cx_navbar-left.navbar-inverse .navbar-nav>li>a:focus, 
.cx_navbar-left.navbar-inverse .navbar-nav>li>a:hover {
    background-color: black;
}
.cx_navbar-left.navbar-inverse .navbar-nav>li.active>a:focus, 
.cx_navbar-left.navbar-inverse .navbar-nav>li.active>a:hover {
    background-color: #2eb9e7;
}
.cx_navbar-left.navbar-inverse  .dropdown-menu {
    background-color: #222;
}
.cx_navbar-left.navbar-inverse .dropdown-menu>li>a {
	color: #ccc;
}
.cx_navbar-left.navbar-inverse .dropdown-menu>li>a:focus,
.cx_navbar-left.navbar-inverse .dropdown-menu>li>a:hover{
    color: white;
    background-color: black;
}
.cx_navbar-left.navbar-inverse .dropdown-menu>.active>a, 
.cx_navbar-left.navbar-inverse .dropdown-menu>.active>a:focus, 
.cx_navbar-left.navbar-inverse .dropdown-menu>.active>a:hover{
    color: white;
    background-color: #2eb9e7;
}
.cx_navbar-left.navbar-inverse .dropdown-header {
    color: #999;
}



/* The navbar toggle */
.wf_navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-left: -10px;
    /*margin-right: 15px;*/
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none!important;
}
.wf_navbar-toggle .icon-bar {
	background: #888;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    position: relative;
}
.wf_navbar-toggle .icon-bar + .icon-bar {
    margin: 4px auto 0;
}
.wf_navbar-toggle .icon-bar:nth-child(2) {
    bottom: 0;
    left: 0;
    transition: all 0.5s;
} 
.wf_navbar-toggle .icon-bar:nth-child(3) {
	transition: all 0.5s 0.5s;
}
.wf_navbar-toggle .icon-bar:nth-child(4) {
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.wf_navbar-toggle-open .icon-bar:nth-child(2) {
	transform: rotate(45deg);
    transform-origin: left top;
    bottom: 1.5px;
    left: 4px;
    transition: all 0.5s 0.2s;
}  
.wf_navbar-toggle-open .icon-bar:nth-child(3) {
    width: 0;
    transition: all 0.2s;
}
.wf_navbar-toggle-open .icon-bar:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: left bottom;
    top: 1.5px;
    left: 4px;
    transition: all 0.5s 0.2s;
}
.vd_navbar-fixed-top .nav>li>a.cx_navbar-brand-logo {
    padding: 5px 5px 5px 0;
    margin-left: 0;
}



/* BOTTOM BAR */
.wf_bottom-bar{
	display: table;
	display: none;
	table-layout: fixed;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	background: white;
	/* border-bottom: 1px solid #ccc; */
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,.2);
    box-shadow: 0 0 9px rgba(0,0,0,.2);
}
.wf_bottom-bar ul{
	margin: 0;
	padding: 0;
	height: 50px;
	display: table-row;
}
.wf_bottom-bar li{
    /*float: left;*/
    display: table-cell;
    height: 100%;
    list-style: none;
}
.wf_bottom-bar .wf_bar-btn {
    padding: 5px 10px;
    position: relative;
    line-height: 40px;
    display: block;
    text-align: center;
}
.wf_bottom-bar .wf_bar-btn i{
	vertical-align: sub;
}

.wf_bottom-bar .wf_bar-btn i.fa-2x {
    font-size: 24px;
}




@media (max-width: 767px){
	body{
		padding-bottom: 50px;
	}
	.cx_fixed-top-menu-wrapper{
		display: block;
	}
	.cx_navbar-left:not(.wf_collapse){
		width: 100vw;
		min-width: 100vw;
	}
	.cx_navbar-left{
		position: fixed;
		top: 50px;
		bottom: 50px;
		left: 0;
		padding-top: 0;
		z-index: 1031;
		-webkit-box-shadow:none;
    	box-shadow:none;
	}
	
	.cx_navbar-left > .container-fluid {
		top:50px;
		width: 100vw;
	}
	.wf_collapse > .container-fluid {
		left: -100vw;
	}
	.cx_navbar-left.wf_navbar-open .navbar-nav {
		left: -100vw;
	}
	.cx_navbar-left + .cx_content {
		width: 100%;
	}
	.cx_navbar-left .dropdown-menu,
	.navbar-nav .open .dropdown-menu{
		position: absolute;
	   /* left: 0; */
	    width: 100vw;
	}
	.cx_navbar-left .wf_last-open > .dropdown-menu {
	    left: 100vw;
	}
	.wf_closing .dropdown-menu{
		left: 100vw;
	}
	.cx_navbar-left .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	    padding: 15px 10px 15px 10px;
	}
	
	
	.wf_navbar-fixed-top .wf_bar-btn-li {
		display: none;
	}
	.wf_bottom-bar{
		display: table;
	}
	
}




/* PANEL */
.panel-primary, .panel-primary .panel-heading-collapse, .panel-primary .panel-collapse {
    border-color: #009aaf;
}





/* --- tree -- */
.cx_node-row {
    display: flex;
}
.cx_node-toggle, .cx_node-toggle-folder{
	display: inline-block;
	line-height: 23px;
	float: left;
}
.cx_node a.vd_tree-add{
    border: 1px solid #898989;
    line-height: 13px;
    margin: 2px;
    padding: 2px;
    border-radius: 3px;
    opacity: 0.5;
}
.cx_node a.vd_tree-add .fa-plus{
    font-size: 10px;
}
.cx_node:hover a.vd_tree-add {
	opacity: 1;
}
.cx_node a.vd_tree-add:hover {
	color: rgb(0,154,175);
	border-color: rgb(0,154,175);
	background: white;
}

/* Signaalkleuren processtappen */

.taken .oranje .cx_cell {
	background-color: #FFD042 !important;
}
.taken .rood .cx_cell {
	background-color: #FF8080 !important;
}
.taken .kind .cx_cell {
	font-style: italic;
}

/* FULLSCEEN BUTTONS - EDITOR */
.mce-fullscreen form .row:nth-of-type(3){
	position: fixed;
	left: 50px;
	top: 90px;
	width: initial;
	z-index: 2001;
	padding: 15px;
	border: 1px solid #9e9e9e;
	background: white;
}
.mce-fullscreen form .row:nth-of-type(3) *{
	width: initial;
}
.mce-fullscreen form .row:nth-of-type(3) .btn-toolbar{
	display: block;
}
.mce-fullscreen form .row:nth-of-type(3) .cx_btn_wrapper{
	float: none;
	display: table;
}
		
#wf_top-bar{
	height: 50px;
	margin-top: 0;
	top: 0;
	color: #333;
    background-color: #e6f3ff;
    border-bottom: 1px solid #9dd1ff;
    background-color: #1d95ff;
    background-color: #0453A4;
    border-color: #ddd;
    position: fixed;
    width: 100%;
    z-index: 1002;
    /*
    background-image: url(/images/poingk.png);
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: 12px;
	*/
}

 


#wf_top-bar .wf_logout a {
	padding-left: 0.8em;
	line-height: 50px;
	font-size: 1.5em;
	text-decoration: none;
	float: right;
	color: whitesmoke;
}		
#wf_top-bar .wf_logout a:hover {
	color: red;
}		

#wf_top-bar + * {
    margin-top: 69px;
}

.cx_fixed_vertical_menu_wrapper .cx_navbar-left {
    top: 49px;
}

.navbar-fixed-top + #wf_top-bar + * {
    margin-top: 119px;
}

@media (min-width: 768px){
	.cx_fixed_vertical_menu_wrapper .cx_content{
		margin-top: 65px;
	}
}

/* deze komt straks uit de standaard */


/* DIT HELE VERHAAL IS NIET MEER  */
/* 
@media (min-width: 768px){
	
	.cx_navbar-left .dropdown-menu {
	    float: none;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    padding: 0;
	}
 
	.cx_navbar-left .dropdown-menu li a {
		line-height: 20px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	
	.cx_navbar-left .dropdown > a > .caret {
	    float: right;
	}
	.cx_navbar-left .dropdown-submenu>a:after {
	    display: inline-block;
    	width: 0;
    	height: 0;
    	margin-right:0;
		border-left: 4px solid transparent;
	    border-width: 4px 4px 0 4px;
	    border-top: 4px solid black;
        -webkit-transition: all 0.5s;
    	transition: all 0.5s;
	}
	.cx_navbar-left .dropdown-submenu.open>a:after {	
	    transform: rotate(180deg);
	}
	
	
	
	.cx_navbar-left .dropdown-menu,
	.cx_navbar-left .navbar-nav .open .dropdown-menu{
	   padding: 0;
	}
	.cx_navbar-left .dropdown-submenu > .dropdown-menu {
	    margin-top: 0;
	}
	.cx_fixed_vertical_menu_wrapper .cx_navbar-left .dropdown-menu > li > a {
		line-height: 20px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.cx_navbar-left .navbar-nav .dropdown-menu>li>a{
		padding-left: 30px;
	}
	.cx_navbar-left .navbar-nav .open .dropdown-submenu .dropdown-menu>li>a{
		padding-left: 45px;
	}
	.cx_navbar-left .navbar-nav .open .dropdown-submenu .dropdown-submenu .dropdown-menu>li>a{
		padding-left: 60px;
	}
	.cx_navbar-left .navbar-nav .open .dropdown-submenu .dropdown-submenu .dropdown-submenu .dropdown-menu>li>a{
		padding-left: 75px;
	}
	.cx_navbar-left .navbar-nav .open .dropdown-submenu .dropdown-submenu .dropdown-submenu .dropdown-submenu .dropdown-menu>li>a{
		padding-left: 90px;
	} 
	.cx_navbar-left .navbar-nav .open .dropdown-submenu .dropdown-submenu .dropdown-submenu .dropdown-submenu .dropdown-submenu .dropdown-menu>li>a{
		padding-left: 105px;
	}
	
	.cx_navbar-left .dropdown-menu>.dropdown-submenu.active>a,
	.cx_navbar-left .dropdown-menu>.dropdown-submenu.active>a:focus,
	.cx_navbar-left .dropdown-menu>.dropdown-submenu.active>a:hover,
	.cx_navbar-left  .navbar-nav > .dropdown.active > a, 
	.cx_navbar-left  .navbar-nav > .dropdown.active > a:focus, 
	.cx_navbar-left  .navbar-nav > .dropdown.active > a:hover {
	    color: #333;
	    background-color: #eee;
	    border-color: #eee;
	}
	
	

	.cx_navbar-left  .navbar-nav.cx_menu-right {
		position: static;
	}
	.cx_navbar-left  .navbar-nav.cx_menu-right a {
		margin-left: 7.5px;
	}
}

*/



.cx_navbar-left  .collapse.in .navbar-nav > li > a{
    border: none;
}
.cx_navbar-left  .collapse.in .navbar-nav > li.cx_menu-overflow {
    border-top: none;
}

  
/* deze komt straks uit de standaard */


/* UIT DE ENGINE STRAKS */
.cx_widget,
.cx_editableWidget{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.table .form-control-static {
    padding: 5px 0;
}
th .form-control-static input[type="checkbox"],
.cx_td_content .form-control-static.cx_checkbox input[type="checkbox"]{
	margin-bottom: -2px;
}
/* UIT DE ENGINE STRAKS */







/* CALENDAR */
#calendar {
	max-width: 100%;
	margin: 0 auto;
	font-size: 18px;
}
.fc .fc-button{
	background-image: none;
    background-color: white;
    text-shadow: none;
    box-shadow: none;
    height: 34px!important;
    line-height: 34px;
    border-color: #ccc;
}
.fc .fc-button:hover {
    border-color: #ccc;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px rgb(224, 224, 224);
}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after{
    font-weight: normal;
}
.fc h2{
	line-height: 34px;
	font-size: 30px;
}
.fc-view-container{
	background: white;
}
@media (max-width: 1199px){
	.fc h2{
		font-size: 20px;
	}
}
.fc-unthemed hr.fc-divider {
    background: #f9f9f9;
    padding: 0 0 30px;
    position: relative;
    overflow: auto;
    overflow: initial;
}
hr.fc-divider::before{
	content: "";
	display: table;
	height: 100%;
	width: 1px;
	position: absolute;
	background: #f9f9f9;
	left: -1px;
	top: 0;
}
hr.fc-divider::after{
	content: "";
	display: table;
	height: 100%;
	width: 1px;
	position: absolute;
	background: #f9f9f9;
	right: -1px;
	top: 0;
}

.fc-week table{
    border-top: none!important;
    border-bottom: none!important;
}
 .fc th{
 	border-bottom: none!important;
}
.fc-widget-header{
	border-bottom: none!important;
}
.fc-head + .fc-body > tr > .fc-widget-content{
	border-top: none!important;
}
.fc-bg{
	border-top: 1px solid #dddddd;
}
.fc-bg tr:first-child .fc-today::after{
	content: "";
	display: table;
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #1d95ff;
}
.fc-time-grid .fc-slats td{
    border-right: none;
    border-left: none;
}
.fc .fc-axis{
	border-right: none;
}
#agendafilter input[type='text'],
#agendafilter select,
#agendafilter textarea{
	width: 100%;
}
.wf_single-row{
	-webkit-flex-wrap: nowrap;
	-ms-flex-flow: nowrap row;
	flex-wrap: nowrap;
}
.cx_card-row .wf_card-initial{
	width: auto;
	width: initial;
}
.cx_card-row .wf_card-full-width{
	width: 100%;
}
.cx_card-row > .cx_card:last-child{
	margin-right: 7.5px;
}
@media (max-width: 767px){
	.wf_single-row{
		display: block;
	}
	.cx_card-row .wf_card-full-width{
	    width: calc( 100% - 15px );
	}
}
.fc .fc-toolbar>*>* {
    margin-left: 15px;
}
.fc-unthemed tr:first-child .fc-today {
    border-top: 1px solid #1d95ff;
}
.fc-unthemed tr:last-child .fc-today {
    border-bottom: 1px solid #1d95ff;
}

.fc-unthemed .fc-today {
    border: 1px solid #1d95ff;
    position: relative;
    background: none!important;
}
.fc td.fc-today{
	border-style: solid;
}
.fc-unthemed .fc-today::before {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #1d95ff;
    position: absolute;
    top: 0;
    left: 0;
}






/* DASHBOARD */
.wf_dashboard-title{
    font-weight: 300;
    color: rgb(0, 154, 175);
    margin-bottom: 30px;
    text-align: center;
}
.wf_dashboard-item-icon-square .vd_icon {
    display: table;
    margin: auto;
    font-size: 70px;
    line-height: 70px;
}
.wf_dashboard-item-icon-rectangle .wf_dashboard-item-title{
	line-height: 40px;
}
.wf_dashboard-item-icon-rectangle .vd_icon {
	font-size: 25px;
	margin-right: 10px;
}
.wf_dashboard-item-title {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.wf_dashboard-item-icon-square .wf_dashboard-item-title {
    margin-top: 15px;
}

@media only screen and (min-width: 992px){
	.wf_dashboard-items-wrapper {
		max-width: 700px;
		margin: auto;
	}
	.wf_dashboard-item-icon-square .cx_template {
	    height: 0;
	    padding-bottom: 100%;
	    position: relative;
	}
	
	.wf_dashboard-item-icon-square .vd_icon {
	    position: absolute;
	    top: calc(50% - 20px);
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	}
	.wf_dashboard-item-icon-square .wf_dashboard-item-title {
	    position: absolute;
	    top: calc( 50% + 15px);
	}
}




