@font-face {
    font-family: 'SansPro';
    src: url('font/sourcesanspro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('font/roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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, ul, li, 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;
	vertical-align: baseline;
    font-family: "SansPro", sans-serif;
    font-size: 16px;
}

textarea, input {
    font-family: "SansPro", sans-serif;
    font-size: 16px !important;
}


button {
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
    margin: 0;
    padding: 0;
    height: 120%;
    width: 100%;
    max-width: 100%;
    font-family: "SansPro", sans-serif;
    font-size: 16px;
    overflow: hidden !important;
}

#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);
}

button.default {
	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.default:hover {
	background:linear-gradient(to bottom, #000000 5%, #5e5e5e 100%);
	background-color:#000000;
}

button.default:active {
	position:relative;
	top:1px;
}

.account-box {
    position: fixed;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.4);
    box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.4);
    border-radius: 2px;
    border: 1px solid #aaa;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #fafafa;
    padding: 15px;
    z-index: 40;
}

.account-icon {
    height: 45px;
    width: 45px;
    max-height: 45px;
    max-width: 45px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 40;
    font-size: 35px;
    color: #fff;
    background-color: #2E32E4;
    border-radius: 100%;
}

.account-icon-img img {
    height: 45px;
    width: 45px;
    max-height: 45px;
    max-width: 45px;
    border-radius: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 40;
    border: 1px solid black;
    z-index: 40;
}

.account-box-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 80px;
    width: 80px;
    font-size: 60px;
    color: #fff;
    background-color: #2E32E4;
    border-radius: 100%;
    z-index: 40;
}

.account-box-icon-img img {
    height: 80px;
    width: 80px;
    max-height: 80px;
    max-width: 80px;
    border-radius: 100%;
    border: 1px solid black;
    z-index: 40;
}

.topbar {
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    position: relative;
    height: 46px;
    background-color: #fafafa;
    border-bottom: 1px solid #aaa;
    z-index: 20;
}

.sidebar {
    position: fixed;
    top: 0;
    margin-top: 57px;
    padding: 0 5px 0 0;
    width: 200px;
    background-color: #fff;
    height: 99%;
    border-right: 1px solid #aaa;
    z-index: 20;
}

.sidebar a {
    display: block;
    color: black;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    cursor: pointer;
}

.sidebar a.active {
    background-color: #E7E8FF;
    color: black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sidebar a:hover:not(.active) {
    background-color: #eee;
    color: black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.content {
    margin-left: 220px;
    padding: 0;
    vertical-align: top;
    width: calc(100vw - 220px);
    height: calc(100vh - 50px);
}

.closemenu #sidebar {
    width: 40px !important;
}

.closemenu .menutekst {
    display: none !important;
}

.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: 5px;
    border-top: 1px solid #aaa;
    padding: 10px 10px 5px 0;
    padding-left: 10px;
    font-weight: bold;
}

#datacontent {
    margin-top: 98px;
}

::-webkit-input-placeholder {
    font-family: "SansPro", sans-serif;
}

::-moz-placeholder {
    font-family: "SansPro", sans-serif;
}

:-ms-input-placeholder {
    font-family: "SansPro", sans-serif;
}

:-moz-placeholder {
    font-family: "SansPro", sans-serif;
}

.grid-header td {
    padding: 5px;
    font-size: 13px;
    background-color: lightgrey;
    border-top: 1px solid darkgrey;
    border-bottom: 1px solid darkgrey;
    border-right: 1px solid darkgrey;
}

.grid-header td:first-child {
    border-left: 1px solid darkgrey;
}

.grid-header td:last-child {
    border-right: 1px solid darkgrey;
}

.grid-rij {
    background-color: white;
    transition: background-color .01s ease-in-out;
    cursor: pointer;
}

.grid-rij:hover {
    background-color: #ddd;
    transition: background-color .01s ease-in-out;
}

.grid-rij td {
    padding: 5px;
    border-bottom: 1px solid darkgrey;
    border-right: 1px solid lightgrey;
    font-size: 13px;
    vertical-align: middle !important;
}

.grid-rij td:first-child {
    border-left: 1px solid darkgrey;
}

.grid-rij td:last-child {
    border-right: 1px solid darkgrey;
}

.grid-filter td {
    background-color: white;
    font-size: 13px;
    border: 0px;
    border-bottom: 2px solid black;
    border-right: 1px solid darkgrey;
}

.grid-filter td:first-child {
    border-left: 1px solid darkgrey;
}

.grid-filter input {
    padding: 3px;
    text-indent: 3px;
    font-size: 13px !important;
    outline: 0px;
    border-radius: 0px;
    border: 0px;
}

.sortering-none {
    float: right;
    margin-top: -3px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    font-size: 16px;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px 30px 12px;
    border: 1px solid #ccc;
    border-top: none;
}   

.verplicht {
    color: red;
    font-size:20px;
}

.copy-button {
    width:30px;
    height:30px;
}

.maincolumn {
    vertical-align:top;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 10px;
}

.input {
    text-indent: 5px;
    width: 405px !important;
    font-size: 16px;
    line-height: 25px;
    border-radius: 3px;
    border: 1px solid lightgrey;
}

.select {
    width: 409px !important;
    font-size: 16px;
    line-height: 29px;
    height: 29px;
    border-radius: 3px;
    border: 1px solid lightgrey;
}

.select option {
    min-width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}

.textarea {
    padding:5px;
    width: 400px !important;
    height:60px;
    font-size: 16px;
    resize: none;
    border-radius: 3px;
    border: 1px solid lightgrey;
}

.datatable td {
    vertical-align:top;
    padding:5px;
}

.imagetable td {
    vertical-align:top;
    padding:5px;
}

.filter {
    background-color:white;
}

.categorie-knop {
    padding: 10px;
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 3px solid #1694B4;
    height: 50px;
    min-width: 300px;
    width: 90%;
}

.table-menu {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 20px auto;
    border: 1px solid grey;
    -webkit-box-shadow: 0px 0px 18px 10px rgba(0,0,0,0.23); 
    box-shadow: 0px 0px 18px 10px rgba(0,0,0,0.23);
}

.table-menu-responsive {
    width: 100%;
    max-width: 1200px;
}

.table-menu-top {
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00B9E4;
    font-size: 25px;
    color: black;
    height: 50px;
}

.table-menu-categorie-knop {
    padding: 20px;
    margin: 20px;
    float: left;
    border: 4px solid #00B9E4;
    border-radius:30px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    min-width:250px;
}

.vraag {
    position:relative;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 20px auto;
    border: 1px solid grey;
    -webkit-box-shadow: 0px 0px 18px 10px rgba(0,0,0,0.23); 
    box-shadow: 0px 0px 18px 10px rgba(0,0,0,0.23);
}

.vraag-responsive {
    width: 100%;
    max-width: 1200px;
}

.vraag-top {
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00B9E4;
    font-size: 25px;
    color: black;
    height: 50px;
}

.td-antwoord {
    padding: 10px;
}

.antwoord {
    width: 100%;
    color:black;
    background-color:white;
    cursor: pointer;
    height: 50px;
    border-radius: 30px;
    padding: 0 10px 10px 10px;
}

.antwoord td:hover 
{
    border-radius: 30px;
    font-size: 30px;
    background-color: #eee;
}

.antwoord td {
    vertical-align: middle;
    border-radius: 30px;
    font-size: 25px;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    font-weight: bold;
}

.uitloggen-knop {
    float:right;
    background-color:white;
    color:black;
    padding:7px;
    border-radius:20px;
    font-weight:bold;
    border:1px solid grey;
    cursor:pointer;
    width: 80px;
    text-align: center;
}

.uitloggen-knop:hover {
    font-size:18px;
    background-color: #eee;
}

.border-1-black {
    border: 1px solid black;
}

.border-1-grey {
    border: 1px solid grey;
}

.border-1-lightgrey {
    border: 1px solid lightgrey;
}

.border-1-blue {
    border: 1px solid #1694B4;
}

.border-2-blue {
    border: 2px solid #1694B4;
}

.border-3-blue {
    border: 3px solid #1694B4;
}

.border-4-blue {
    border: 4px solid #1694B4;
}

.background-blue {
    background-color: #00B9E4;
}

.square {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ccc;
}
.square:before {
    content: "";
    float: left;
    padding-bottom: 100%;
    }
.square:after {
    content: "";
    display: table;
    clear: both;
}

.circle {
    width: 100%;
    background: #ccc;
}

.circle:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.Normaal {
    font-size: 14px;
}

.kop1 {
    display: table !important;
    font-size: 40px;
    font-weight: bold;
}
.kop1:after {
    content: '';
    display: table-row;
}
.kop2 {
    font-size: 35px;
    font-weight: bold;
}
.kop3 {
    font-size: 30px;
    font-weight: bold;
}
.kop4 {
    font-size: 25px;
    font-weight: bold;
}
.kop5 {
    font-size: 20px;
    font-weight: bold;
}
.kop6 {
    font-size: 15px;
    font-weight: bold;
}

*::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: sans-serif;
    font-size: 16px;
    color: grey;
}
*::-moz-placeholder { /* Firefox 19+ */
    font-family: sans-serif;
    font-size: 16px;
    color: grey;
}
*:-ms-input-placeholder { /* IE 10+ */
    font-family: sans-serif;
    font-size: 16px;
    color: grey;
}
*:-moz-placeholder { /* Firefox 18- */
    font-family: sans-serif;
    font-size: 16px;
    color: grey;
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: sans-serif;
    font-size: 16px;
    color: grey;
}

textarea:-moz-placeholder { /* Firefox 19+ */
    font-family: sans-serif;
    font-size: 16px;
    color: grey;
}

textarea:-ms-input-placeholder { /* IE 10+ */
    font-family: sans-serif;
    font-size: 16px;
    color: grey;
}

textarea::-moz-placeholder { /* Firefox 18- */
    font-family: sans-serif;
    font-size: 16px;
    color: grey;
}

.gradientline {
    width:100%;
    border: 0;
    height: 1px;
    max-height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.1));
    margin-top: 7px;
    margin-bottom: 7px;
}

.noscroll {	overflow: hidden; }
.noresize {	resize: none; }

/* Lettergrootte */
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font17 { font-size: 17px; }
.font18 { font-size: 18px; }
.font19 { font-size: 19px; }
.font20 { font-size: 20px; }
.font21 { font-size: 21px; }
.font22 { font-size: 22px; }
.font23 { font-size: 23px; }
.font24 { font-size: 24px; }
.font25 { font-size: 25px; }
.font26 { font-size: 26px; }

/* Font-weight 4 is normal, 7 is bold */
.bold1 { font-weight: 100; }
.bold2 { font-weight: 200; }
.bold3 { font-weight: 300; }
.bold4 { font-weight: 400; }
.bold5 { font-weight: 500; }
.bold6 { font-weight: 600; }
.bold7 { font-weight: 700; }
.bold8 { font-weight: 800; }
.bold9 { font-weight: 900; }

.italic { font-style: italic; }
.indent5 { text-indent: 5px; }
.indent10 { text-indent: 10px; }
.indent15 { text-indent: 15px; }

.fontwhite { color: white; }
.fontblack { color: black; }
.fontblue {color: #1A86D2; }

.backwhite { background-color: white; }

.topleft { text-align: left; vertical-align: top; }
.topcenter { text-align: center; vertical-align: top; }
.topright { text-align: right; vertical-align: top; }
.middleleft { text-align: left; vertical-align: middle; }
.middlecenter { text-align: center; vertical-align: middle; }
.middleright { text-align: right; vertical-align: middle; }
.bottomleft{ text-align: left; vertical-align: bottom; }
.bottomcenter { text-align: center; vertical-align: bottom; }
.bottomright { text-align: right; vertical-align: bottom; }

.width10 { width:10px; }
.width20 { width:20px; }
.width30 { width:30px; }
.width40 { width:40px; }
.width50 { width:50px; }
.width60 { width:60px; }

.height10 { height:10px; }
.height20 { height:20px; }
.height30 { height:30px; }
.height40 { height:40px; }
.height50 { height:50px; }
.height60 { height:60px; }

.maxsize { margin: 0;	padding: 0;	height: 100%;	width: 100%; }
.maxwidth {	width: 100%; }
.maxheight { height: 100%; }
.halfwidth { width: 50%; }

.nopadding { padding: 0px; }
.nomargin { margin: 0px; }

.padding5 { padding: 5px; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }

.noborder { border: 0px; }
.solid1black { border: 1px solid black; }
.solid1darkgrey { border: 1px solid darkgrey; }
.solid1grey { border: 1px solid grey; }
.solid1lightgrey { border: 1px solid lightgrey; }

.hand { cursor: pointer; }

.radius5 { border-radius: 5px; }
.radius10 { border-radius: 10px; }
.radius15 { border-radius: 15px; }
.radius20 { border-radius: 20px; }
.radius25 { border-radius: 25px; }
.radius30 { border-radius: 30px; }
.radius35 { border-radius: 35px; }
.radius40 { border-radius: 40px; }
.radius100 { border-radius: 100%; }
	
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }

.ak-table-align-left {
    margin-left: 0px;
    margin-right: auto;
}

.ak-table-align-center {
    margin: 0px auto;
}

.ak-table-align-right {
    margin-left: auto;
    margin-right: 0px;
}

.ak-responsive-table 
{
    position: relative;
    margin: 20px auto;
    max-width: 1200;
}

.ak-section {
	position: relative;
    width: 100%;
    height: 100%;
	margin: 0 auto;
}

.ak-column, .ak-fb-column {
    position: relative;
	float: left;
    margin: 0;
    padding: 0;
}

.ak-fb-column-left {
    flex:1;
    width: 25%;
}

.ak-fb-column-right {
    flex:1;
    width: 75%;
}

.ak-row::before, .ak-row::after {
    content: "";
    display: table;
}

.ak-row::after {
    clear: both;
}

.ak-column-span-1 {width: 8.33%;}
.ak-column-span-2 {width: 16.66%;}
.ak-column-span-3 {width: 25%;}
.ak-column-span-4 {width: 33.33%;}
.ak-column-span-5 {width: 41.66%;}
.ak-column-span-6 {width: 50%;}
.ak-column-span-7 {width: 58.33%;}
.ak-column-span-8 {width: 66.66%;}
.ak-column-span-9 {width: 75%;}
.ak-column-span-10 {width: 83.33%;}
.ak-column-span-11 {width: 91.66%;}
.ak-column-span-12 {width: 100%;}

@media only screen and (max-width: 480px) {
	[class*="ak-column-span-"] {
        margin-top: 0px !important;
		width: 98%;
	}

    .table-menu-categorie-knop {
        min-width: calc(100% - 50px);
        width: calc(100% - 50px);
        position: relative;
        margin: 15px auto;
    }

    .categorie-knop {
        min-width: 80vw;
        width: 80vw;
        position: relative;
        margin: 0 auto;
    }

    .ak-spacer-h-5 {
        margin-top: 5px;
        height:5px !important;
        min-height: 5px !important;
    }

    .ak-image-fixed-height {
        height: 1px !important;
    }

    .vraag {
        width:calc(100% - 40px) !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .antwoord {
        height: 60px;
    }
    .antwoord td {
        text-align: center;
    }

    .vraag td {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .vraag-responsive {
        width: 90% !important;
        min-width: 90%;
        max-width: 90%;
    }

    .vraag-responsive td {
        float: left;
        height: auto !important;
        padding-top: 15px !important;
    }
}

@-webkit-keyframes grow {       
    0% {
        display: none;
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }       
}

@keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0.5;
    }
    100% {
        opacity: 1
    }   
}
