html{  }
html, body {
	height: 100%;
	width: 100%;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

a{
	color:#005abb!important;
}

table{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

.container-fluid{
	height:100%;
	width: 100%;
}
.sh-row{
	height:100%;
}

#header{
	font-size:32px;
	line-height:73px;
	border-bottom:1px solid #eee;
}
#header-partners img{
	float:right;
	padding-left:20px;
}

.grijzekader{
	background-color: #f8f9fa;
	height: 50px;
	padding: 3px;
	border: 1px solid #e8e8e8;
	width: 100%;
	margin-left: 0px;
}

.grijzetabel{
	background-color: #f8f9fa;
	padding: 3px;
	border: 1px solid #e8e8e8;
	margin-left: 0px;
}

#content{
	width: 100%;
}

#information{
	/*margin-top: 10px;*/
	/*display: inline-block;*/
	/*width: 100%;*/
	/*background: red;*/
}

#textfield{
	height: 40%;
	/*background: green;*/
}

#editable_textfield{
	padding: 10px;
	margin-bottom: 100px;
	margin-top: 20px;
	background: #f8f9fa;
	min-height: 100%;
	border: 1px solid #e8e8e8;
}

#status{
	margin-top: 10px;
	font-size: 14px;
	z-index: 100;
	text-align:center;
}

[contenteditable]:focus {
	outline: 0px solid transparent;
}
#menu-footer{position:absolute;text-align:center;width:90%;bottom:0px;}
#menu-footer p{font-size:10px;}

#menu{padding-top:10px;}
#menu-main{margin-top:-10px;background:#e5e5e5;}
#menu-main div{text-align:center;padding:10px 0px;}
#menu-main-1:hover{border-shadow:inset 1px #d9d9d9;border-top-right-radius:10px;background:#d9d9d9;cursor:pointer;}
#menu-main-2:hover{border-shadow:inset 1px #d9d9d9;border-top-left-radius:10px;background:#d9d9d9;cursor:pointer;}
.menu-main-1-active{background:white;border:1px solid white;border-top-right-radius:10px;}
.menu-main-2-active{background:white;border:1px solid white;border-top-left-radius:10px;}
.menu-main-1-active:hover{background:white!important;border:1px solid white!important;}
.menu-main-2-active:hover{background:white!important;border:1px solid white!important;}
.sub-menu-navlinks div{
	min-width:100%;
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:5px 0px;
	margin-left: 10px;
}

.nav-on{
	font-weight: bold;
	text-decoration: underline;
}

.sub-menu-navlinks-last div{border-bottom:none;}

.scroll-style-4::-webkit-scrollbar-track{background-color: #F5F5F5;}
.scroll-style-4::-webkit-scrollbar{width: 8px;background-color: rgba(0,0,0,0.3);}
.scroll-style-4::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.1);border: 0px solid rgba(0,0,0,0.1);}

#_suggesties{
	background:rgba(232,232,232,1);
	border:1px solid #ccc;
	padding:3px 5px;
	width:auto!important;
	max-width:750px;
	position:absolute!important;
	left:0;
	top:0;
	display:none;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2)!important;
	transition: 0.3s!important;
	z-index:10;
}

.smalltext{
	font-size: 11px;
}

.uitleg {
	background-color: #fefefe;
	padding: 5px;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;	
}

.uitlegDonker {
	background: #dde4ec;
	border: 1px solid #e6e6e6;
}
