
 body {
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    color: #000000;
    background-color: #ffffff;
}
#main{
    position: relative;
    padding: 100px 0;
    width: 1070px;
    margin: 0 auto;
}
#content {
    position: relative;
    top: 40px;
    padding-left: 10px;
    min-height: 500px;
}
#logo{
    position: absolute;
    top: 5px;
    left: 100px;
    /*height: 150px;*/
}
.ui-widget-content a, a {
    text-decoration: none;
    color: #d11f3d;
}

.ui-widget-content a:hover, a:hover {
    text-decoration: none;
}
#logo img{
    border: none;
    vertical-align: middle;
}
.app_title{
    margin-left: 25px;
    font-family: Roboto;
    font-size: 34px;
    color: #281f6b}
/*HAMBURGER MENU*/
#app-menu:not(.mm-menu) {
    display: none;
}

#app-menu {
    background-color: #281f6b;
    color: #ffffff;
    font-family: Roboto;
}

.mm-listview {
    font-size: 24px;
}
.mm-listview > li > a, .mm-listview > li > span{
    padding-left: 5px;
}

.mm-listview a:hover {
    color: #efcc36;
}

.mm-title {
    color: rgba(255, 255, 255, 1.0) !important;
}
.mm-navbar{
    display: none !important;
}

.mm-menu {
    width: 270px;
    min-width: 270px;
    max-width: 270px;
}

@media all and (min-width: 270px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(270px, 0);
        -moz-transform: translate(270px, 0);
        -ms-transform: translate(270px, 0);
        -o-transform: translate(270px, 0);
        transform: translate(270px, 0);
    }
}

#hamburger {
    box-sizing: border-box;
    display: block;
    width: 70px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
}

#hamburger:before, #hamburger:after, #hamburger span {
    background: #281f6b;
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    left: 20px;
}

#hamburger:before {
    top: 10px;
}

#hamburger span {
    top: 20px;
}

#hamburger:after {
    top: 30px;
}

/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
    top: 20px;
}

html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
}

html.mm-opening #hamburger:before {
    transform: rotate(45deg);
}

html.mm-opening #hamburger:after {
    transform: rotate(-45deg);
}
#app-menu .far{
    padding-right: 12px;
}
.fa-border {
    border-color:  #281f6b;
    border-width: 0.05em;
}
/*END MENU*/
h1 {
    font-family: Roboto;
    font-size: 24px;
    color: #281f6b;
}

h2 {
    font-family: Roboto;
    font-size: 20px;
    color: #d11f3d;
}
h3 {
    font-size: 11px;
    font-weight: normal;
}
h3 a{
    color: #00804D;
    text-decoration: none;
}
.title {
    font-size: 16px;
    line-height: 16px;
    color: #d11f3d;
    margin-top: 10px;
    margin-bottom: 15px;
}
.bar {
    margin-left: 100px;
    display: inline-block;
    padding-bottom: 15px;
}
.bar a{
    color: #281f6b;
    margin-right: 5px;
}
.bron{
    font-size: 11px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.form_input{
    display: inline-block;
}
.breadcrumb {
    display: inline-block;
    font-size: 10px;
    height: 24px;
    vertical-align: middle;
}
fieldset{
    border: 1px solid #281f6b;
}
#footer_form{
    padding-top: 15px;
}
#footer_form fieldset{
    display: inline-block;
}
#footer_form fieldset select{
    margin-right: 40px;
    padding-right: 15px;
}
.footer-button{
    border: 1px solid #281f6b;
    color: #281f6b;
    background-color: #ffffff;
    cursor: pointer;
}
.reset-button{
    border: 1px solid #efcc36;
    color: #efcc36;
}
.footer-button-text{
    font-size: 24px;
}
.buttons {
    padding-top: 20px;
}
.toelichting_header {
    font-size: 14px;
    color: #efcc36;
    font-weight: bold;
}
.ui-widget {
    font-family: Verdana,sans-serif;
    font-size: 1.1em;
}
.ui-dialog-title{
    color: #ffffff;
}
.small {
    font-size: 11px;
}
.dashboard{
    background-color: #281f6b;
}
.sidebar{
    background-color: #d11f3d;
}
.grid-stack{
    margin-top: 15px;
}
.grid-stack-item-content{
    color: #FFFFFF;
    padding: 10px;
    overflow-y: hidden !important;
}
.grid-stack-item-content.sidebar{
    padding-top: 45px;
    overflow-y: hidden !important;
}
.sidebartext{
    font-size: 30px;
    float: right;
    padding-top: 25px;
    padding-right: 25px;
    font-family: Roboto;
}
.sidebartext_long{
    padding-top: 5px;
}
.grid-stack-item-content.puzzle{
    padding-top: 30px;
    font-size: 1.1em;
    overflow-y: hidden !important;
}
a.grid{
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width:300px;
    height: 130px;
}
/*TILES VOOR DATABASE*/
.db_grid {
    width: 100%;
    margin-top: 20px;
    display: table;
}

.live-tile.db{
    padding-top: 30px;
    display: inline-block;
    width: 340px;
    height: 250px;
    background-color: #281f6b;
}
.live-tile.highlight{
    background-color: #efcc36;
}
.live-tile.db a {
    text-decoration: none !important;
    font-family: Roboto;
    width: 340px;
    height: 250px;
    font-size: 28px;
    text-align: center;
    display: inline-block;
}
.live-tile a i.fa-4x {
    display: block;
    width: 340px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
}
.live-tile.db-result.tiles{
    padding: 10px;
    width: 254px;
    height: 200px;
    font-size: 16px;
    background-color: #281f6b;
}
.live-tile.db-result.list{
    padding: 10px;
    width: 1046px;
    height: 100px;
    font-size: 16px;
    background-color: #281f6b;
}
.tile-db-result-images.tiles{
    height: 32px;
    position: absolute;
    top: 168px;
    left: 0px;
    width: 255px;
}
.tile-db-result-images.list{
    height: 32px;
    position: absolute;
    top: 68px;
    left: 792px;
    width: 255px;
}
.tile-db-result-years.tiles{
    position: absolute;
    top: 140px;
    left: 10px;
}
.tile-db-result-date.tiles{
    position: absolute;
    top: 140px;
    left: 165px;
    font-size: 13px;
    font-weight: bold;
    color:#efcc36;
}
.tile-db-result-years.list{
    position: absolute;
    top: 45px;
    left: 10px;
}
.delete-fav{
    color:#efcc36;
    font-size: 1.5em;
    position: absolute;
    left: 225px;
    top: 10px;
}
.unavailable{
    background-color: #E1F1FF;
    margin-right: 3px;
}
.available{
    background-color: #281f6b;
    margin-right: 3px;
}
.unavailable.last,.available.last{
    margin-right: 0px;
}
.tile-db-result-images{
    background-color: #AFD7FF;
}
a.viewswitcher{
    color: #d11f3d;
    margin-left: 5px;
}
.message{
    width: 600px;
    background-color: #281f6b;
    color: #FFFFFF;
    font-size:15px;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #aaaaaa;
    margin-top: 3%;
}
#mailForm fieldset, #helpdeskForm fieldset, #searchForm fieldset{
    background-color: #ffffff;
    background: none;
    border: none;
}
#mailForm, #helpdeskForm{
    font-size: 15px;
}
/*lege ruimte boven appbar*/
.spacer {
    clear: both;
    min-height: 100px;
}
@media only screen and (max-device-width: 767px) {
    .appbar{
        display: none !important;
    }
}
.appbar-buttons li{
    float: right;
    padding-right: 100px;
}
.appbar-buttons li.leftbutton{
    padding-right: 10px;
}
.appbar{
    height: 30px;
    background-color: #d11f3d;
    font-family: verdana, sans-serif;
    border-top: solid 10px #ffffff;
}
.appbar-buttons{
    width:100%;
}
a.footerlink{
    position: absolute;
    text-decoration: none;
    top: 5px;
    font-size: 15px;
    font-weight: normal !important;
    margin-right: 20px;
}
.text {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 20px;
}
#cbsPicker,#cbsPicker2{
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #281f6b;
    color: #ffffff;
    font-family: Verdana;
    font-size: 15px;
}
.grid-title{
    font-size: 18px;
    width: 100%;
    text-align: center;
}
.grid-item-left{
    position: absolute;
    top: 75px;
    left: 15px;
}
.grid-item-right{
    position: absolute;
    top: 75px;
    left: 180px;
}
.grid-data-left{
    position: absolute;
    top: 100px;
    left: 15px;
    font-size: 30px;
}
.grid-data-right{
    position: absolute;
    top: 100px;
    left: 180px;
    font-size: 30px;
}
.grid-year{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
a.dashboard{
    color: #ffffff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#tabs.ui-widget-content{
    border: none;
}
.ui-tabs-nav.ui-widget-header{
    background: #FFFFFF;
    border-top: none;
    border-left: none;
    border-right: none;
}
#tabs h3{
    color: #d11f3d;
    font-family: Roboto;
    font-size: 16px;
}
#tabs h4 {
    color: #281f6b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
}
.search_primary_screen {
     position: absolute;
     left: 95%;
     top: -5%;
}
.search_secondary_screen {
    position: absolute;
    left: 95%;
}
.search_primary_screen a {
    color: #281f6b;
}
#popup a{
    color: #281f6b;
    font-weight: bold;
}
#csearchstring{
    width: 200px;
}
select optgroup{
    background:#d11f3d;
    color:#ffffff;
    font-family: Verdana;
    font-style: normal;
    font-size: 15px;
}
.custom-tooltip,
.custom-tooltip-toolbar{
    background-color: #efcc36;
    color: #000000;
    border: 1px solid #000000 !important;
}
#gauge1a,#gauge2a{
    position: relative;
    height: 250px;
}
#gauge1b,#gauge2b{
   position: relative;
    height: 250px;
    top: -80px;
}
.dashboard_text{
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}
.info{
    padding-top: 15px;
    padding-bottom: 10px;
}
.g-recaptcha{
    margin-top: 8px;
}

