/* Stylesheet voor de websites en shops */
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Regular.woff2') format('woff2'),
         url('fonts/Ubuntu-Regular.woff') format('woff'),
         url('fonts/Ubuntu-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Handlee';
    src: url('fonts/handlee.eot');
    src: url('fonts/handlee.eot?#iefix') format('embedded-opentype'),
         url('fonts/handlee.woff2') format('woff2'),
         url('fonts/handlee.woff') format('woff'),
         url('fonts/handlee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Reset browser styles */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Verdana';
    font-size: 14px;
}

input, textarea, select {
    margin: 0;
    padding: 0;
    border: 1px solid lightgrey;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Verdana';
    font-size: 14px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    overflow-x: hidden;
    overflow-y: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    height: 90%;
    width: 100%;
}

#laden {
    display: none;
    margin: 0 auto;
}
#laden td {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    height: 40px;
    width: 210px;
    background-color: #b5bfff;
    z-index: 9999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 2px -1px 25px -7px rgba(0,0,0,0.53);
    -moz-box-shadow: 2px -1px 25px -7px rgba(0,0,0,0.53);
    box-shadow: 2px -1px 25px -7px rgba(0,0,0,0.53);
}

.topbar {
    top: 0;
    width: 100%;
    padding: 5px;
    position: fixed;
    height: 60px;
    background-color: #444;
    border-bottom: 1px solid #aaa;
}

/* The side navigation menu */
.sidebar {
    position: fixed;
    top: 0;
    margin-top: 71px;
    padding: 0 10px 0 0;
    width: 200px;
    background-color: #fff;
    height: 99%;
    border-right: 1px solid #aaa;
}

/* Sidebar links */
.sidebar a {
    display: block;
    color: black;
    padding: 7px 16px 7px 16px;
    text-decoration: none;
    cursor: pointer;
}

/* Active/current link */
.sidebar a.active {
    background-color: #E7E8FF;
    color: black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
    background-color: #eee;
    color: black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
    margin-left: 210px;
    padding: 10px 10px;
    vertical-align: top;
    width: calc(100% - 230px);
    height: calc(100vh - 88px);
    overflow-x: hidden;
}

.zoekeninput {
	outline: 0px;
	height: 25px;
	border: 1px solid grey;
	text-indent:5px;
	float:left;
}

.zoekenknop 
{
	outline: 0px;
	height: 31px;
	width: 31px;
    margin-top: 3px;
	margin-left: -1px;
	border: 1px solid grey;
	float:left;
	cursor: pointer;
}

.modal-center-top {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.modal-center-middle {
    z-index: 99999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pointer {
    cursor: pointer;
}

.menuheader {
    margin-left: 5px;
    margin-top: 25px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}

.submenu {
    margin-top: 2px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 5px;
    height:23px;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.active {
    background-color: #4696BF;
    color: white;
}

.submenu:hover {
    outline: 1px solid #4696BF;
    /*
    background-color: #4696BF;
    color: white;
    border-radius: 10px;
    */
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

strong {
    font-weight: bold !important;
}

button {
	box-shadow:inset -5px -13px 0px -22px #474747;
	background:linear-gradient(to bottom, #5e5e5e 5%, #000000 100%);
	background-color:#5e5e5e;
	border:1px solid #f2f2f2;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size: 12px;
	padding: 8px 10px;
	text-decoration:none;
}
button:hover {
	background:linear-gradient(to bottom, #000000 5%, #5e5e5e 100%);
	background-color:#000000;
}

button:active {
	position:relative;
	top:1px;
}

::-webkit-input-placeholder {
    font-family: "Verdana";
    font-size: 14px;
    text-transform: lowercase;
}

::-moz-placeholder {
    font-family: "Verdana";
    font-size: 14px;
    text-transform: lowercase;
}

:-ms-input-placeholder {
    font-family: "Verdana";
    font-size: 14px;
    text-transform: lowercase;
}

:-moz-placeholder {
    font-family: "Verdana";
    font-size: 14px;
    text-transform: lowercase;
}

input {
    height: 27px;
    width: 380px;
    border: 1px solid lightgrey;
    border-radius: 0px;
    margin-top: 3px;
    padding: 2px;
    outline: 0px;
    text-indent: 5px;
}

input[type="radio"], input[type="checkbox"] {
    height: 15px !important;
    width: 15px !important;
    border: 1px solid lightgrey;
    border-radius: 0px;
}

select {
    height: 32px;
    width: 386px;
    border: 1px solid lightgrey;
    border-radius: 0px;
    margin-top: 3px;
    padding: 2px;
    outline: 0px;
    text-indent: 5px;
}
