@font-face {
  font-family: 'Kenyan-Coffee';
    src:  url('fonts/Kenyan-Coffee.ttf.woff') format('woff'),
    url('fonts/Kenyan-Coffee.ttf.svg#Kenyan-Coffee') format('svg'),
    url('fonts/Kenyan-Coffee.ttf.eot'),
    url('fonts/Kenyan-Coffee.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
}

.green-header{
    background:#E9F6F2;
}
.green-header-content{
    padding:0 15px;
}
.green-header-content h1{
	color: #31808C;
    font-family: "Kenyan-Coffee", Sans-serif;
    font-size: 36px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    line-height: 1;
}
.element-divider{
	display: block;
	height:4px;
	width: 120px;
	background-color:#51C6A2;
}
.page-header {
    background: #f5f5f5;
    padding: 7px;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-radius: .1875rem;
}
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:focus, .dataTables_paginate .paginate_button.current:hover {
 color: #fff;
 background-color: #51C6A2;
}

@media (min-width: 1024px)
{
    .login-column {
        flex: 1;
    }
}
.login-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.modal-backdrop { 
   /*background-color: #b38e0e !important;
   opacity: 0.2;*/
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 16px;
    padding: 0px 0px;
}
/*.btn{
    border-radius:20px;
}*/
.dropdown-toggle::after {
    color:#d13c86;
    font-weight: bold;
}
.rb_hulpje{
    display: none;
}
@media only screen and (min-width: 1200px){
    .rb_hulpje{
        display:block;
        position: absolute; 
        top:14px;
    }
}
