@font-face {
font-family: 'open_sansbold';
src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('opensans-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sans';
src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* CSS Document Reset */
html, body {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: 'open_sans';
}
body.donker {
background-color: #2d2d2d;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #494948;
opacity: 0.7;
font-style: italic;
font-size: 90%;
}
::-moz-placeholder { /* Firefox 19+ */
color: #494948;
opacity: 0.7;
font-style: italic;
font-size: 90%;
}
:-ms-input-placeholder { /* IE 10+ */
color: #494948;
opacity: 0.7;
font-style: italic;
font-size: 90%;
}
:-moz-placeholder { /* Firefox 18- */
color: #494948;
opacity: 0.7;
font-style: italic;
font-size: 90%;
}
.show {
display: none;
}
.clearfix {
clear: both;
height: 0;
padding: 0;
margin: 0;
}
.center {
text-align: center;
}
.small, span.small {
font-size: smaller;
line-height: 10px;
}

table.message {
padding: 0px;
border-spacing: 0px;
border-collapse: collapse;
border-style: none;
padding-left: 0px;
margin: 0;
vertical-align: middle;
}
table.message.center {
margin: 30px auto;
}
table.message tr, table.message td {
margin: 0;
padding: 0;
vertical-align: middle;
}
table.message td p {
margin: 0;
padding: 0;
font-size: 16px;
line-height: 20px;
}
table.message td p.msgalert {
color: red;
font-size: 16px;
}
table.message td.iconform {
vertical-align: middle;
width: 35px;
}
img.alerticon {
width: 30px;
height: 30px;
float: none;
margin: 0 5px 0 0;
opacity: 1;
padding: 0;
vertical-align: middle;
}

/* loginpagina */
.meldingbox {
background-color: #fff;
border-top: 3px solid red;
border-bottom: 3px solid red;
text-align: center;
}
.uitlogmeldingbox {
background-color: #fff;
border-top: 3px solid green;
border-bottom: 3px solid green;
text-align: center;
}
.loginbox {
width: 100%;
max-width: 400px;
padding: 20px 1%;
border: 1px solid #381146;
margin: 2% auto;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
}
.loginbox img.logologinform {
margin: 0px auto 10px auto;
width: 100%;
max-width: 300px;
}
.loginbox .label {
clear: both;
float: left;
width: 35%;
font-family: Arial, Helvetica, sans-serif;
color: #494948;
line-height: 23px;
padding: 0;
margin-top: 10px;
}
.loginbox .input {
float: right;
width: 60%;
margin-bottom: 10px;
padding-right: 4px;
}
.loginbox p {
color: #494948;
}
.loginbox p a {
color: #009fe3;
}
.loginbox p a:hover {
color: #057D02;
}


.input input[type="text"], .input input[type="number"], .input input[type="password"], .input input[type="email"], .input input[type="tel"] {
padding: 10px 2%;
width: 100%;
height: 40px;
-moz-box-sizing: border-box; /* Firefox */
-webkit-box-sizing: border-box; /* Safari */
box-sizing: border-box;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
box-shadow: none;
border-width: 1px;
border-style: solid;
border-color: rgb(169, 169, 169);
}
.input select {
height: 40px;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: rgb(169, 169, 169);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.input select.tijd {
width: 50%;
margin: 0;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea, textarea.markItUpEditor {
height: 120px;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: rgb(169, 169, 169);
padding: 5px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea.full {
height: 300px;
}
textarea.fullkort {
height: 100px;
}
.input input[type="text"]:focus, .input input[type="number"]:focus, .input input[type="password"]:focus, .input input[type="email"]:focus .input input[type="tel"]:focus, select:focus, textarea:focus {
border: 2px solid #009fe3 !important;
outline: none !important;
}

input[type="button"], input[type="submit"], div.button a {
background: #057D02;
border: none;
text-align: center;
float: right;
padding: 10px;
font-size: 15px;
color: #fff;
font-weight: bold;
cursor: pointer;
width: 90%;
max-width: 150px;
border-radius: 0;
-moz-box-sizing: border-box; /* Firefox */
-webkit-box-sizing: border-box; /* Safari */
box-sizing: border-box;
-webkit-appearance: none;
-webkit-transition: color 0.2s linear, border 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
-moz-transition: color 0.2s linear, border 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
-ms-transition: color 0.2s linear, border 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
-o-transition: color 0.2s linear, border 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
transition: color 0.2s linear, border 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
text-decoration:none;
}
form input[type="button"].fullwidth, form input[type="submit"].fullwidth, a.btnlinkfull {
max-width: 100%;
width: 100%;
float: none;
}
input[type="button"]:hover, input[type="submit"]:hover, div.button a:hover {
background: #c1c1c1;
color: #494948;
text-decoration:none;
}
input[type="button"].delbutton {
background: #ccc;
border: none;
text-align: center;
float: right;
padding: 5px;
font-size: 12px;
color: #232020;
font-weight: bold;
cursor: pointer;
width: 85px;
}
input[type="button"].delbutton:hover {
background: #009fe3;
color: white;
cursor: pointer;
}




.inner {
max-width: 1600px;
margin: 0 auto 0 auto;
}
.header {
width: 100%;
background-color: white;
}
.logobox {
float: left;
width: 100%;
max-width: 300px;	
padding: 10px 0;
}
.logobox img.logo {
max-width: 100%;
max-height: 80px;
}
.menubox {
float: right;
}
.menuboxsub {
max-width: 1260px;
margin: 20px auto 0 auto;
}
.cpmenu {
float: right;
font-family: Segoe UI, Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 10px 0;
border-right: 1px solid #232020;
}
.cpmenu.sub {
float: left;
}
.cpmenu p {
font-family: Segoe UI, Arial, Helvetica, sans-serif;
letter-spacing: 2px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 5px;
padding-top: 0px;
margin: 0;
font-weight: bolder;
color: #381146;
}
.cpmenu a {
letter-spacing: 0px;
color: #ffa044;
text-decoration: none;
font-weight: normal;
}
.cpmenu a:hover  {
color: #00a966;
text-decoration: underline;
font-weight: normal;
}
.content {
width: 100%;
background-color: white;
padding: 0px 0 20px 0;
}
.content p {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #494948;
margin: 0 0 10px 0;
padding: 0;
}
.content a, .content p a, .cpmessage a, .link {
color: #ffa044;
text-decoration: underline;
cursor: pointer;;
}
.content a:hover, .content p a:hover, .cpmessage p a:hover, .link:hover {
color: #00a966;
}
.content ul {
margin: 0;
padding: 0 0 0 15px;
}
.content ul li {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #494948;
}
.content  ul.extras {
margin: 0;
padding: 0;
}
.content ul.extras li {
list-style: none;
display: inline-block;
width: 32%;
float: left;
margin: 0 1% 0 0;
padding: 0;
}
h1 {
clear: both;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 22px;
color: #381146;
margin: 0 0 10px 0;
padding: 0;
}
h2 {
clear: both;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #381146;
margin: 20px 0 10px 0;
padding: 0;
}
.footer {
background-color: #381146;
width: 100%;
padding: 5px 0;
}
.footer p {
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;
margin: 0;
padding: 0;
}
.footer a {
color: #fff;
text-decoration: none;
}
.footer a:hover {
color: #d4d3d3;
text-decoration: underline;
}

.prevnext {
float: right;
}
a.nav {
display: inline-block;
padding: 5px 5px;
margin: 0 5px 10px 0;
background-color: #fff;
border: 1px solid #381146;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #381146;
cursor: pointer;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
}
a.nav:hover, a.nav.curr {
background: #381146;
color: #ffa044;
border: 1px solid #381146;
}

.cpzoekbox {
float: right;
}
.cpzoekbox input[type="text"] {
padding: 5px;
height: 30px;
margin: 0;
-moz-box-sizing: border-box; /* Firefox */
-webkit-box-sizing: border-box; /* Safari */
box-sizing: border-box;
}
/* Date Picker */
.cpzoekbox input[type="text"].datum {
background: url('../images/calender.png') no-repeat right;
border: 1px solid #666;
padding-right: 10% !important;
max-width: 115px;
}
.cpzoekbox input[type="submit"] {
background: url('/images/zoekbutton.gif') no-repeat;
width: 34px;
height: 30px;
-moz-box-sizing: border-box; /* Firefox */
-webkit-box-sizing: border-box; /* Safari */
box-sizing: border-box;
}
ul.ulmelding li {
	color: red;
}

.content ul.listitemgroen {
margin-left: 0;
margin-bottom: 0;	
padding: 0;
}
.content ul.listitemgroen li {
list-style: none;	
margin: 0;
}
.content ul.listitemgroen li:before {
content: '\f00c';
font-family: 'FontAwesome';
width: 10px;
height: 10px;
margin-right: 5px;
color: green;
}

table.omzettablel {
font-size: 15px;
}
table.omzettablel td {
padding: 3px 10px;
}

form, form p {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
form {
max-width: 800px;
}
.formborder {
border: 1px solid #aaaaaa;
border-radius: 4px;
padding: 1em 1.6em;
}

.label {
clear: both;
float: left;
width: 35%;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #494948;
line-height: 23px;
padding: 0;
margin-top: 10px;
}
.input {
float: right;
width: 60%;
margin-bottom: 10px;
padding-right: 4px;
}
.input .helft1 {
float: left;
width: 44%;
margin-right: 1%;
}
.input .helft2 {
float: left;
width: 8%;
margin: 0 1%;
}
.input .helft2 p {
text-align: center;
line-height: 40px;
}
.input .helft3 {
float: right;
width: 43%;
margin-left: 1%;
}
.input.nopad, .label.nopad {
margin: 0;
}
.input p {
/*line-height: 40px;*/
/*font-size: 90%;*/
}
.input.nopad p {
margin: 0;
padding: 0;
}
.input p.floatleft {
padding: 5px 5px 0 5px;
float: left;
}


table.list {
font-family: Arial, Helvetica, sans-serif;
color: #ff0000;
border: none;
border-collapse: collapse;
width: 100%;
font-size: 14px;
}
table.list a {
color: #009fe3;
text-decoration: underline;
}
table.list a:hover {
color: #057D02;
text-decoration: underline;
}
.listheader {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
background-color: #381146;
text-align: left;
vertical-align: top;
border: none;
color: #fff;
}
.listheader td.tdlist, .listheader td.tdlistaction, .listheader td.tdlistthumb, .listheader td.tdlistonoff  {
padding-bottom: 8px;
padding-top: 8px;
color: #fff;
}
.listheader td.tdlist a, .listheader td.tdlistaction a, .listheader td.tdlistthumb a, .listheader td.tdlistonoff a {
color: #fff;	
}
.listheader td.tdlist a:hover, .listheader td.tdlistaction a:hover, .listheader td.tdlistthumb a:hover, .listheader td.tdlistonoff a:hover {
color: #ffa044;
}
td.tdlist {
padding-left: 5px;
padding-right: 5px;
text-align: left;
color: #494948;
border: none;
margin: 0;
}
td.tdlistaction {
width: 80px;
text-align: center;
}
td.tdlistaction table {
float: right;
}
td.tdlistaction p {
text-align: right;
}
td.tdlistonoff {
width: 60px;
text-align: center;
}
td.tdlistonoff img.onoff {
cursor: pointer;
}
td.tdlistaction table, td.tdlistaction form, td.tdlistaction form p, td.tdlistonoff table, td.tdlistonoff form, td.tdlistonoff form p {
padding: 0;
margin: 0;
}
td.tdlistthumb {
width: 150px;
text-align: center;
}
td.tdlist td.tdprijs {
text-align: right;
}

.editdelete {
margin: 0;
padding: 0;
}
td.tdlistaction form input[type="submit"] {
width: 30px;
height: 30px;
border: none;
margin: 0;
padding: 0;
}
td.tdlistaction form input[type="submit"].btnedit {
background: url('/images/edit.png') no-repeat;
}
td.tdlistaction form input[type="submit"].btndel {
background: url('/images/delete.png') no-repeat;
}
img.ascdesc {
width: 18px;
height: 16px;
border: 0px;
margin: 0px 5px 0 10px;
display: inline;
}
.bg1 {
background-color: #f9f9f9;
}
.bg2 {
background-color: #eeecec;
}
img.thumb {
max-width: 200px;
max-height: 200px;
}
img.formthumb {
max-width: 200px;
}
img.cpthumb {
max-width: 150px;
}
.checklabel {
cursor: pointer;
}
.rood, p.rood {
color: red;
}
p.rood a, span.rood a {
color: red;
text-decoration: underline;
}
p.rood a:hover, span.rood a:hover {
color: #000;
text-decoration: underline;
}
.groen {
color: green;
}



input[type="button"].gllpSearchButton {
background: #007639;
border: none;
text-align: center;
float: right;
padding: 5px;
font-size: 12px;
color: #fff;
cursor: pointer;
width: 80px;
height: 45px;
margin: 0 0 5px 0;
}
input[type="button"].gllpSearchButton:hover {
background: #92c020;
color: #fff;
cursor: pointer;
}
.gllpMap	{
width: 100%; height: 250px;
}
.gllpLatlonPicker {
border: none;
margin: 0;
padding: 0;
}
input[type="text"].gllpLatitude, input[type="text"].gllpLongitude {
padding: 10px 1%;
width: 25%;
float: left;
}
input[type="text"].gllpZoom {
padding: 10px 1%;
width: 10%;
float: left;
}
input[type="text"].gllpSearchField {
padding: 10px 1%;
width: 75%;
float: left;
}
.alert {
color: red;
font-size: 13px;
line-height: 24px;
}
input[type="text"].red, input[type="password"].red, textarea.red, select.red, input[type="file"].red {
border: 1px solid red !important;
}

.input input[type="text"].bedrag {
width: 25%;
float: left;
}
.input input[type="text"].floathelft {
width: 48%;
margin-right: 2%;
float: left;
}
.input .stuksprijs {
font-size: smaller;
width: 25%;
float: left;
}
.input .aantal {
font-size: smaller;
width: 15%;
float: left;
}
.input .prijs {
font-size: smaller;
width: 25%;
float: left;
}
.input .btw {
font-size: smaller;
width: 15%;
float: left;
}
.input .btwbedrag {
font-size: smaller;
width: 20%;
float: left;
}
.extraregels {
clear: both;
border-bottom: 1px solid #00378a;
padding-bottom: 10px;
margin-bottom: 10px;
}
.klik {
cursor: pointer;
color: #00378a;
text-decoration: none;
}
.klik:hover {
color: #339900;
}
#klikregel {
float: right;
}
/* Date Picker */
form#admincontentform input[type="text"].datum, form#admincontentform input[type="text"].datepicker, form#admincontentform input[type="text"].datumkort {
background: #fff url('../images/calender.png') no-repeat left;
border-radius: 0px;
border-image: initial;
height: 40px;
width: 100%;
padding-left: 35px;
border: 1px solid #232323;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Date Picker */
form#contactform input[type="text"].datumkort {
width: 30%;
float: left;
margin-right: 5%;
}


@media(max-width: 600px) {
	.label {
	float: none;
	width: 100%;
	line-height: 20px;
	padding: 15px 0 0 0;
	margin-top: 0px;
	}
	.input {
	float: none;
	width: 100%;
	margin: 5px 0;
	line-height: 20px;
	}
}