@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic&subset=latin,latin-ext);

/* reset */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }
/* clearfix  */   .cf:before, .cf:after {     content: " "; /* 1 */     display: table; /* 2 */ }  .cf:after {     clear: both; }  /**  * For IE 6/7 only  * Include this rule to trigger hasLayout and contain floats.  */ .cf {     *zoom: 1; }


body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff; color: #282828;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	overflow-x: hidden;
}
a {
	color: #006633;
	text-decoration: none;
}
.zoekgroep {
	float:left;
	background-color:#e6dcb0;    
	padding-right: 5px; 
	padding-left:5px;
    border-radius: 5px;
	border-radius:5px;
	margin-right:5px;
	margin-top:5px;
}
.groepen {
	clear:both;
}
.acclocked {
    float: right;
    padding-top: 20px;
    margin-right: 20px;
}
.tdbuttons {
	text-align:right;
	color:#006633;
}
.ebutton {
	width: 150px;
    height: 40px;
    margin-right: 10px;
    background-color: #006633;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-left: 40px;
    box-sizing: border-box;
    cursor: pointer;
    border-color: transparent;
    padding: 8px;
    line-height: 20px;
    border-radius: 3px;
    font-family: inherit;
    font-size: 1.0em;
}
.statinvoice{
	position: relative;
    top: -24px;
    font-weight: 700;
	left: -5px;
    font-size: 12px;
}
.stat {
	position: relative;
    top: 4px;
    font-weight: 700;
    left: -10px
}
.inheems {
	color:#444;
	font-weight: 400;
}

/* Sidebar */
#side {
	width: 100px;
	height: 100%;
	background: #282828;
	position: fixed;
	left: 0;
	top: 0;
}
#side #side_buttons {
	width: 100px;
	position: absolute; right: 0; top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-bottom: 1px solid #3e3e3e;
}
#side #side_buttons > a, #side #side_buttons > div {
	display: block;
	width: 100px;
	height: 80px;
	position: relative;
	background-color: #141414!important;
	cursor:pointer;
}
#side #side_buttons > div:last-child {
	border-bottom: 1px solid #3e3e3e;
}
#side #side_buttons > div:last-child span.icon {
	border-bottom: 1px solid #141414;
}
#side #side_buttons span.icon {
	position: absolute;
	display: block;
	transition: all 300ms;
	width: 100%; height: 79px;
	left: 0; top: 1px; margin:0;
	background-position: center center;
	background-repeat: no-repeat;
	z-index:3;
	background-color: #2f2f2f;
	background-size: 36px 36px;
	box-sizing: border-box;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #141414;
}
#side #side_buttons .button1 span.icon {
	background-image: url('../images/icons/side-1.png');
}
#side #side_buttons .button1:hover span.icon,
#side #side_buttons .button1.active span.icon{
	background-image: url('../images/icons/side-1-over.png');
}

.arrow {
	position: fixed;
	right: 30px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: #2F2F2F;
	border-bottom: 1px solid #000;
	margin-left: -25px;
	border-radius: 50px;
	-webkit-transform: translateY(150%);
	transform: translateY(150%);
	transition: all 300ms;
	cursor: pointer;
	background-image: url('../images/icons/arrow-up.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.arrow.visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* General content */
#content {
	width: calc(100% - 100px);
	float: right;
}
#content #header {
	height: 130px;
	width: 100%;
	position: relative;
	background: #efefef;
}
#content #header .body {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	min-height: 130px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
#content #header .body .logo {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 200px; height: 64px;
	z-index: 2;
}
#content #header .body .logo a {
	display: block; width: 100%; height: 100%;
	background-size: 200px auto;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}
#content #header .body .welcome .tag span {
	font-weight: bold;
}
#content #header .body .welcome form {
	padding-top: 40px;
	text-align: right;
}
#content #header .body .welcome input {
	display: inline-block;
	padding: 8px; padding-right: 0;
	width: 150px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 0.9em;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	background: #fff;
	margin-left: 2%;
	font-size: 1.1em;
}
#content #header .body .welcome input[type="submit"] {
	background-color: #006633;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 40px;
	background-image: url('../images/icons/login-w.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 16px 16px;
	cursor: pointer;
	border-color: #006633;
}
#content #header .body .welcome input[type="submit"]:hover {
	background-color: #0C7641;
	border-color: #0C7641;
}
#content #header .body .welcome .mobile-login {
	display: none;
}

/* Page content */
#page-body #page-body-content {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 4em 0;
}

/* Page content > Left column */
#page-body #page-body-content #left {
	width: 70%;
	float: left;
	position: relative;
}
#page-body #page-body-content #left h1 {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 1em;
}
#page-body #page-body-content #left h2 {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.4;
}
#page-body #page-body-content #left #search .label {
	width: 33.333%;
	float: left;
	line-height: 40px;
}
#page-body #page-body-content #left #search input {
	float: left;
	padding: 8px;
	width: calc(66.666% - 140px);
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	background: #fff;
	height: 40px;
}
#page-body #page-body-content #left #search input[type=submit] {
	width: 120px;
	margin-left: 10px;
	background-color: #006633;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 40px;
	background-image: url('../images/icons/search.png');
	background-repeat: no-repeat;
	background-position: 8px 50%;
	background-size: 30px 30px;
	cursor: pointer;
	border-color: transparent;
	line-height: 20px;
}
#page-body #page-body-content #left #search input[type=submit]:hover {
	background-color: #0c7641;
}
#page-body #page-body-content #left #results {
	border-top: 2px solid #efefef;
	margin-top: 3em;
}
#page-body #page-body-content #left #results .result {
	border-bottom: 2px solid #efefef;
	padding: 1em 0;
}
#page-body #page-body-content #left #results .result .name {
	font-style: italic;
	font-weight: 600;
	font-size: 1.2em;
	color: #006633;
}
#page-body #page-body-content #left #results .result.active .name {
	color: green;
}
#page-body #page-body-content #left #contacts select {
	padding: 6px;
	width: calc(66.666% - 130px);
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	width: 200px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	background: #fff;
}
#page-body #page-body-content #left #contacts.top select {
	position: absolute;
	right: 0;
	top: 10px;
}
#page-body #page-body-content #left #details .set {
	width: 50%;
	float: left;
	margin: 2em 0;
}
#page-body #page-body-content #left #details .set.left {
	width: 45%;
	margin-right: 5%;
}
#page-body #page-body-content #left #details .set ul li {
	padding: 10px 0;
	border-bottom: 2px solid #eee;
}
#page-body #page-body-content #left #details .set ul li:last-child {
	border-bottom: 0;
}
#page-body #page-body-content #left #details .set ul li span,
#page-body #page-body-content #left #details .set ul li select,
#page-body #page-body-content #left #details .set ul li input,
#page-body #page-body-content #left #details .set ul li textarea {
	font-size: 0.9em;
	float: right;
	font-weight: 600;
}
#page-body #page-body-content #left #details .set ul li select,
#page-body #page-body-content #left #details .set ul li input,
#page-body #page-body-content #left #details .set ul li textarea {
	font-size: 0.9em;
	padding: 5px;
	border: 1px solid #d5d5d5;
	min-width: 50%;
	border-radius: 3px;
	background-color: #efefef;
}
#page-body #page-body-content #left #details .set ul li textarea {
	height: 100px;
}
#page-body #page-body-content #left #actions {
	clear: left;
}
#page-body #page-body-content #left #actions a.toplantlist {
	padding-left: 20px;
}
#page-body #page-body-content #left form input[type=submit] {
	width: 130px;
	height: 40px;
	margin-right: 10px;
	background-color: #006633;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-left: 40px;
	box-sizing: border-box;
	cursor: pointer;
	border-color: transparent;
	padding: 8px;
	line-height: 20px;
	border-radius: 3px;
	font-family: inherit;
	font-size: 1.1em;
}
#page-body #page-body-content #left form input[type=submit]:hover {
	background: #0C7641;
}


/* Page content > All tables */
#page-body #page-body-content #left table {
	width: 100%;
	margin-top: 20px;
	background: #efefef;
}
#page-body #page-body-content #left table tr.head td {
	font-weight: bold;
	font-size: 1em;
	white-space: nowrap;
}
#page-body #page-body-content #left table tr td {
	padding-bottom: 5px;
	border-bottom: 2px solid #d5d5d5;;
	padding: 10px;
}
#page-body #page-body-content #left table tr td input {
	padding: 3px;
	width: calc(66.666% - 130px);
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	width: 70px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	background: #fff;
}
#page-body #page-body-content #left table tr td a.button {
	padding: 3px;
	background: #E6DCB0;
	color: #000;
	display: block;
	font-size: 0.8em;
	border-radius: 3px;
	text-align: center;
}
#page-body #page-body-content #left table tr td a.button:hover {
	background: #f4eac0;
}
#page-body #page-body-content #left table tr td input[name=opmerkingen] {
	min-width: 250px;
}
#page-body #page-body-content #left table tr td input[name=latijnse_naam] {
	min-width: 150px;
}

/* Page content > Right column */
#page-body #page-body-content #right {
	width: 23.333%;
	float: right;
	min-height: 600px;
}
#page-body #page-body-content #right .colors {
	height: 20px;
	width: 100%;
	background-color: #d1c58f;
}
#page-body #page-body-content #right .panel {
	background: #e6dcb0;
	margin-bottom: 1em;
	min-height: 200px;
}
#page-body #page-body-content #right .panel.detail {
	background: #efefef;
}
#page-body #page-body-content #right .panel h2 {
	padding: 1em;
	font-size: 1.2em;
	font-weight: 600;
}
#page-body #page-body-content #right .panel h2.name {
	font-style: italic;
	font-weight: 400;
}
#page-body #page-body-content #right .panel img {
	display: block;
	width: 100%;
}
#page-body #page-body-content #right .panel ul {
	padding: 0.6em 1em;
}
#page-body #page-body-content #right .panel.menu ul li a {
	display: block;
	font-weight: 600;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0px 0;
	color: #000000;
	background-image: url('../images/icons/button-arrow.png');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 21px 20px;
	padding-left: 35px;
}
#page-body #page-body-content #right .panel.menu ul li a:hover {
	color: #555;
}
#page-body #page-body-content #right .panel ul.specificaties li {
	border-bottom: 2px solid #d5d5d5;
	padding: 10px 0;
}
#page-body #page-body-content #right .panel ul.specificaties li:last-child {
	border: 0;
}
#page-body #page-body-content #right .panel ul.specificaties li span {
	width: 50%;
	display: inline-block;
}


/* Page content > Registratieformulier */
#registratieformulier {

}
#registratieformulier .field input {
	display: block;
	padding: 4px; padding-right: 0;
	min-width: 300px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 0.9em;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	background: #fff;
	margin: 10px 0;
	font-size: 1.1em;
}
#registratieformulier  input[type="submit"] {
	margin-top: 1em;
}
#registratieformulier .field input[type="submit"]:hover {
	background-color: #0C7641;
	border-color: #0C7641;
}

/* Footer */
.footer {
	min-height: 205px; background: #000;
	background-image: url('../images/footer-bg.jpg');
}
.footer .body {
	max-width: 1150px;
	margin: 0 auto;
	font-size: 0.9em;
	padding-top: 2em;
	font-weight: 400;
}
.footer .sub {
	min-height: 100px; color: #fff;
}
.footer .sub .copy {
	font-size: 1em; margin-top: 2em;
	background-image: url('../images/footer-logo.png');
	padding-left: 55px; min-height: 100px; padding-top: 15px;
	background-repeat: no-repeat; background-position: 10px 5px;
	font-weight: 300;
}
.footer .sub .copy a {
	color: #fff;
}
.footer .sub .copy a:hover {
	color: #E6DCB0;
}
.footer .sub .social {
	float: right; color: #fff;
	position: relative;
}
.footer .sub .social a {
	display: inline-block;
	width: 45px; height: 45px;
	margin-left: 5px;
	border-radius: 45px;
	background-size: 45px 45px;
}
.footer .sub .social span {
	position: absolute; top: 13px;
	display: block; font-size: 1.2em;
	right: 170px; white-space: nowrap;
}
.footer .sub .social a.fb {
	background-image: url('../images/icons/social_facebook.png');
}
#wrapper .footer .sub .social a.tw {
	background-image: url('../images/icons/social_twitter.png');
}
.footer .sub .social a.in {
	background-image: url('../images/icons/social_linkedin.png');
}



/* TEMP-NAV */
#temp-nav {
	position:fixed;
	left: 20px;
	bottom: 20px;
	background: #ff0;
	padding: 1em;
	box-shadow: 2px 2px 0px rgba(0,0,0,0.02);
	font-size: 12px;
	line-height: 1.5;
	width: 250px;
	font-family: arial;
}
#temp-nav a {
	color: #000;
}
#temp-nav a.active {
	font-weight: bold;
}

input:disabled
{
	background-color : #fefefe !important;
}

a.moreinfo
{
	font-size : 14px;
}

.xlstr {
}
.xlsth {
padding:5px;
text-align: left;
}
.xlstd {
padding:5px;

}
.excelbg {
	border:1px solid gray;
	background-color:white;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:5;
	background:black;
	opacity:0.5;
}
.excelcontainer {
	border:1px solid gray;
	background-color:white;
	position:fixed;
	top:50px;
	bottom:50px;
	left:50px;
	right:50px;
	overflow:auto;
	padding:20px;
	z-index:10;
}
.excelspinner {
	position:fixed;
	top:50%;
	bottom:50%;
	left:50%;
	right:50%;
	z-index:20;
}


.ajaxfill-suggestions { border: 1px solid #999999; background: #FFF; overflow: auto; }
.ajaxfill-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.ajaxfill-selected { background:gray; color:white }
/*.ajaxfill-suggestions strong { font-weight: 700; color:#336633; } */
.ajaxfill-group { padding: 2px 5px; }

.ajaxfill-group strong { display: block; border-bottom: 1px solid #000; }
.arrow{float:right;line-height:1.42857}
.glyphicon.arrow:before{content:"\e079"}
.active>a>.glyphicon.arrow:before{content:"\e114"}.fa.arrow:before{content:"\f104"}.active>a>.fa.arrow:before{content:"\f107"}.plus-times{float:right}.fa.plus-times:before{content:"\f067"}.active>a>.fa.plus-times{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.plus-minus{float:right}.fa.plus-minus:before{content:"\f067"}.active>a>.fa.plus-minus:before{content:"\f068"}
