﻿:root {
    --color: sienna;
    --bgcolor: whitesmoke;
    --bgcolormenu: wheat;
    --colorlink: blue;
    --colorlinkhover: navy;
    --postop: 75px;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 0.9em;
    color: black;
    background-color: var(--bgcolor);
    height: 100%;
}

h1 {
    color: var(--color);
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
}
h2 {
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: var(--color);
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}
h3 {
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: var(--color);
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
}

.titlebar {
    height: var(--postop);
    background-color: var(--color);
    color: white;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding-top: 25px;
}
.menubar {
    width: 200px;
    position: absolute;
    top: var(--postop);
    bottom: 25px;
    left: 0;
    font-size: 1em;
    padding: 10px;
    background-color: var(--bgcolor);
    overflow: auto;
    display: none;
}
.menuitem {
    color: var(--color);
    text-decoration: none;
    padding: 1px 10px;
    font-weight: bold;
    border: 0px;
    background-color: var(--bgcolormenu);
    cursor: pointer;
}
    .menuitem:hover {
        color: var(--bgcolor);
        background-color: var(--color);
        outline: 0;
    }
.menuicon {
    position: absolute;
    top: 12px;
    left: 20px;
    cursor: pointer;
    display: block;
}

.dropdownmenu {
    position: absolute;
    top: var(--postop);
    left: 10px;
    display: none;
    border: 0px;
    font-size: 1em;
}

.dropdownitem {
    color: var(--color);
    text-decoration: none;
    padding: 1px 10px;
    font-weight: bold;
    border: 0px;
    background-color: var(--bgcolormenu);
    cursor: pointer;
}

    .dropdownitem:hover {
        color: var(--bgcolor);
        background-color: var(--color);
        outline: 0;
    }
.propbar {
    position: absolute;
    top: var(--postop);
    bottom: 25px;
    left: 200px;
    width: 200px;
    padding: 10px;
    padding-top: 20px;
    background-color: var(--bgcolor);
    border-left: 1px solid var(--color);
    overflow: auto;
    display: none;
}
.content {
    position: absolute;
    top: var(--postop);
    bottom: 25px;
    right: 0px;
    left: 0px;
    padding-top: 20px;
    background-color: var(--bgcolor);
    border-left: 1px solid var(--color);
    overflow: auto;
}
.sidebar {
    position: absolute;
    top: var(--postop);
    bottom: 25px;
    right: 0;
    width: 150px;
    padding: 10px;
    background-color: var(--bgcolor);
    border-left: 1px solid var(--color);
    overflow: auto;
    display: none;
}
.divFotobar {
/*    position: absolute;
    top: 0px;
    bottom: 50px;
    left: 20px;
    padding: 20px;
*/    text-align: center;
    overflow: auto;
    background-color: var(--bgcolor);
}
.footer {
    width: 100%;
    position: absolute;
    height: 25px;
    bottom: 0px;
    left: 0;
    background-color: var(--color);
    color: white;
    text-align: left;
    vertical-align: middle;
}
#divLoading {
    width: 256px;
    height: 85px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0; 
    background-color: rgba(255, 255, 255, 0.5); 
    display: none;
    z-index: 10000;
}
select-persoon {
    position: absolute;
    bottom: 50px;
    left: 20px;
}

.btntaal {
    width: 50px;
    padding-right: 20px;
    cursor: pointer;
}
.logo {
    width: 200px;
    padding-right: 20px;
}
table.toolbar {
   /*margin-top: 20px;
   margin-bottom: 20px;*/
}
.toolbar {
    padding: 2px;
    display: inline-block;
}

.label { 
    font-weight: bold;  
    vertical-align: top;  
   }  
.link {
    font-weight: bold;    
    cursor: pointer;
}
.link:hover {
    color: var(--color);
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-top {
    vertical-align: top;
}
.align-top5 {
    vertical-align: top;
    padding-top: 5px;
}
.align-top7 {
    vertical-align: top;
    padding-top: 7px;
}
.align-top10 {
    vertical-align: top;
    padding-top: 10px;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.hidden {
    display: none;
}
.invisible {
    visibility:hidden;
}
.divscroll {
    overflow: auto;
    max-height: 95%;
}

table.toolbar-title {
   margin-top: 5px;
   margin-bottom: 5px;
}
table.toolbar-title td {
   padding: 2px 5px 2px 5px;
   vertical-align: middle;
}
table.toolbar-title td.tdtitle  {
   color: var(--color);
   font-size: 14px;
   font-weight: bold;
}

#tblReport_length {
    /* zet show entries uit */
    display: none;
}
.dataTables_wrapper .ui-toolbar {
        padding: 2px;
    }

#tblReport td {
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border: 1px dotted gray;
    border-right: 1px dotted gray;*/
}

#tblReport_filter {
    font-weight: bold;
}

@media only screen and (min-width: 400px) {
}

@media only screen and (min-width: 600px) {
    .sidebar {
        display: block;
    }
    .content {
        right: 150px;
    }
}

@media only screen and (min-width: 808px) {
    /* For desktop: */
    .menuicon {
        display: none;
    }

    .content {
        right: 150px;
        left: 200px;
    }
    .menubar, .sidebar {
        display: block;
    }
}
@media only screen and (min-width: 1000px) {
    .menuicon {
        display: none;
    }

    .content {
        right: 150px;
        left: 400px;
    }

    .menubar, .propbar, .sidebar {
        display: block;
    }
}
