@font-face {
font-family: 'ubunturegular';
src: url('../fonts/font-webfont.woff2') format('woff2'),
        url('../fonts/font-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}



/* Body en tabel styling */
body {
    text-align: center;
    font-family: 'ubunturegular';
    font-size: 14px;
    background-color: #ffffff;
}
table tr td {
    font-family: 'ubunturegular';
    font-size: 14px;
    color: #434343;
    border: 0px;
}
h2 {
    font-size: 24px;
    font-family: 'ubunturegular';
    color: #434343;
}
h3 {
    font-size: 18px;
    font-family: 'ubunturegular';
    color: #434343;
}
h4 {
    font-size: 16px;
    font-family: 'ubunturegular';
    color: #434343;
}
h5 {
    font-size: 14px;
    font-family: 'ubunturegular';
    color: #434343;
}
.toptext {
    font-size: 12px;
    font-family: 'ubunturegular';
    color: #434343;
    font-weight: normal;
}
a:link {
    color: #434343;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #434343;
}
a:hover {
    text-decoration: none;
    color: #5c5c5c;
}
a:active {
    text-decoration: none;
    color: #434343;
}
.formfieldlogin{
    height: 35px;
    font-size: 18px;
	width: 300;
}
.forminput {
    font-size: 18px;
    width: 100%;
}
.divwrap {
    align-items: center;
    align-self: center;
    text-align: center;
    align-content: center;
    vertical-align: top;
}
.loginbox {
    background-color: #FFFFFF;
    opacity: 100%;
    max-width: 350;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    text-align: center;
	border-style: solid;
    border-width: 1px;
    border-color: #616161;
}
.loginbox2 {
    background-color: #FFFFFF;
    opacity: 100%;
    max-width: 500;
    width: 100%;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    text-align: center;
	border-style: solid;
    border-width: 1px;
    border-color: #616161;
}



/* Opbouw SUBpagina */
.title{
    text-align: left;
    width: 100%;
    max-width: 800px;
    padding: 5px;
    border-bottom: 1px solid #cacaca;
    box-sizing: border-box;
}
.subtitle{
    text-align: left;
    width: 100%;
    max-width: 800px;
    padding: 5px;
    box-sizing: border-box;
}
.content {
    max-width: 800px;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
}
.dropbox {
    background-color: #e4e4e4;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    padding: 10px;
    max-width: 800px;
    box-sizing: border-box;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}



/* Meldingvensters gebruik <p> */
.notice {
    width: 250px;
    background-color: #98ff7e;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    border: 1px solid;
    border-radius: 5px;
    border-color: #ffffff;
}
.error {
    width: 250px;
    background-color: #ff7e7e;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    border: 1px solid;
    border-radius: 5px;
    border-color: #ffffff;
}



/* Afbeeldingen */
.imageright {
    float: right;
    max-height: 120px;
    height: auto;
    max-width: 400;
    margin-bottom: 25;
}
.imagefill {
    height: auto;
    width: 100%;
    max-width: 250px;
    max-height: 250px;
}



/* Menu Knoppen Mainpage (sidebar) */
.menubutton {
    width: 100%;
    text-align: left;
    color: #434343;
    background-color: #e4e4e4;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #cacaca;
    padding-left: 25px;
    box-sizing: border-box;
}
.menubutton:hover {
    width: 100%;
    text-align: left;
    color: #434343;
    background-color: #ffffff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #cacaca;
    padding-left: 25px;
    box-sizing: border-box;
}
.menubuttonsel {
    width: 100%;
    text-align: left;
    color: #434343;
    background-color: #ffffff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #cacaca;
    padding-left: 25px;
    box-sizing: border-box;
}
.bottombutton{
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}



/* Formulieren */
.label {
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    border: 1px;
    text-align: left;
    width: 100%;
    max-width: 380px;
}
.form_veld {
    display: inline-block;
    background-color: #ffffff;
    font-size: 14px;
    padding: 10px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
    text-align: left;
    margin-bottom: 5;
    margin-top: 0;
    width: 100%;
    max-width: 380px;
    border-radius: 5px;
}
.form_area {
    display: inline-block;
    background-color: #ffffff;
    font-size: 14px;
    padding: 10px;  
    text-align: left;
    width: 100%;
    max-width: 380px;
    height: 200px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
    border-radius: 5px;
}



/* Rijen tijdsloten & To-Do */
.blockwhite {
    background-color: #efefef;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.blocktodo1 {
    background-color: #f86565;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.blocktodo2 {
    background-color: #ffc77e;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.blocktodo3 {
    background-color: #98ff7e;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.tijdslot {
    background-color: #efefef;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}



/* knoppen */
.topbutton {
    font-size: 14px;
    float: right;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #e4e4e4;
    cursor: pointer;
    border-style: hidden;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.topbutton:hover {
    opacity: 90%;
}
.topbutton2 {
    font-size: 14px;
    float: right;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #ff7e7e;
    cursor: pointer;
    border-style: hidden;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.topbutton2:hover {
    opacity: 90%;
}
.topbuttonalt {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #e4e4e4;
    cursor: pointer;
    border-style: hidden;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.topbuttonalt:hover {
    opacity: 90%;
}
.barbutton {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #ffffff;
    cursor: pointer;
    border-style: hidden;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.barbutton:hover {
    opacity: 90%;
}
.barbutton:disabled {
    background-color: #efefef;
    opacity: 50%;
}
.noteopslaan {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #ffffff;
    cursor: pointer;
    border-style: hidden;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.noteopslaan:hover {
    opacity: 90%;
}
.button {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #e4e4e4;
    cursor: pointer;
    border-style: hidden;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.button:hover {
    opacity: 90%;
}
.button2 {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #ffffff;
    cursor: pointer;
    border-style: hidden;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.button2:hover {
    opacity: 90%;
}
.navbutton {
    font-size: 12px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #e4e4e4;
    cursor: pointer;
    border-style: hidden;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.navbutton:hover {
    opacity: 90%;
}
.button-right {
    float: right;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #e4e4e4;
    cursor: pointer;
    border-style: hidden;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.button-right:hover {
    opacity: 90%;
}
.deletebutton {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #ffffff;
    cursor: pointer;
    border-style: hidden;
    margin: 5px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
    
}
.deletebutton:hover {
    opacity: 90%;
}



/* tabelstatus */
.status2 {
    height: 1px;
    width: 100%;
    max-width: 800px;
    border-bottom: 2px solid #eaee0e;
}
.status3 {
    height: 1px;
    width: 100%;
    max-width: 800px;
    border-bottom: 2px solid #37b6dd;
}
.status4 {
    height: 1px;
    width: 100%;
    max-width: 800px;
    border-bottom: 2px solid #6dc000;
}
.status5 {
    height: 1px;
    width: 100%;
    max-width: 800px;
    border-bottom: 2px solid #b34709;
}
.status6 {
    height: 1px;
    width: 100%;
    max-width: 800px;
    border-bottom: 2px solid #b55cff;
}



/* trackstatus */
.track2 {
    background-color: #eaee0e;
}
.track3 {
    background-color: #37b6dd;
}
.track4 {
    background-color: #6dc000;
}
.track5 {
    background-color: #b34709;
}
.track6 {
    background-color: #b55cff;
}



/* pop-up venster */
.noticebox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -125px;
    width: 250px;
    background-color: #e4e4e4;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px;
    z-index: 100;
    border: 1px solid;
    border-radius: 5px;
    border-color: #cacaca;
}
.jaknop {
    margin-top:5px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    cursor: pointer;
    padding: 10px;
    border-style: hidden;
    background-color: #98ff7e;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.jaknop:hover {
    opacity: 90%;
}
.neeknop {
    margin-top:5px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    cursor: pointer;
    padding: 10px;
    border-style: hidden;
    background-color: #ff7e7e;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.neeknop:hover {
    opacity: 90%;
}



/* optieknoppen tabel */
.optionframe{
    display: block;
    height: 40px;
    width: 100%;
    padding-left: 5px;
    max-width: 800px;
    border-bottom: 2px solid #cacaca;
}
.optionbutton {
    font-size: 12px;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    color: #434343;
    background-color: #e4e4e4;
    cursor: pointer;
    border-style: hidden;
    margin: 5px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.optionbutton:hover {
    opacity: 90%;
}
.updatebutton {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    cursor: pointer;
    border: 1px solid #ffffff;
}


/* gebruikertype icoon */
.usertype {
    font-size: 16px;
    float: left;
    margin-right: 5px;
}
.usertype-big {
    font-size: 60px;
    float: right;
}



/* lijn */
.line {
display: block;
height: 1px;
width: 100%;
max-width: 800px;
border-bottom: 1px solid #cacaca;
}



/* avatars */
.avatarhome {
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: 1px solid #ffffff;
}
.avatarsmall {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #ffffff;
}
.avatarbig {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    border: 1px solid #ffffff;
}



@media only screen and (min-width: 800px) {
    /* Opbouw Main Pagina */
    #sidebar {
        width: 300px;
        height: 100%;
        background-color: #e4e4e4;
        border-right: 1px solid #cacaca;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        padding-bottom: 25px;
        scrollbar-width: none;
    }
    #sidebarbottom {
        width: 300px;
        padding: 15px;
        background-color: #afafaf;
        position: fixed;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        text-align: center;
        border-top: 1px solid #cacaca;
        z-index: 100;
    }
    #contentframe {
        margin-left: 300px;
        text-align: left;
        box-sizing: border-box;
    }
    .half-content{
        display: inline-block;
        vertical-align: top;
        margin: 10px;
        width: 100%;
        padding: 10px;
        max-width: 360px;
        box-sizing: border-box;
        height: auto;
    }
    .half-contentc{
        display: inline-block;
        vertical-align: top;
        margin: 10px;
        width: 100%;
        padding: 10px;
        max-width: 360px;
        box-sizing: border-box;
        height: auto;
        text-align: center;
        background-color: #efefef;
        border-radius: 15px;
    }
    .half-contenth{
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 500px;
        box-sizing: border-box;
        height: auto;
        text-align: center;
        background-color: #f7f7f7;
        border-radius: 15px;
    }
    .sidebarright {
        width: 250px;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: right;
        text-align: left;
        background-color: #efefef;
        border-radius: 15px;
        box-sizing: border-box;
    }
    .menubuttonm {
        display: none;
    }
    .mobhead {
        display: none;
    }
    .image {
        max-height: 55px;
        height: auto;
        max-width: 300;
        margin-top: 5;
        margin-bottom: 5;
    }
    .imagemob {
        display: none;
    }
    #hide-dt {
        display: none;
    }
    .bottombuttonr{
        display: none;
    }
    /* Meldingen homepage */
    .melding1 {
        width: 100%;
        max-width: 500px;
        background-color: #efefef;
        text-align: left;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid;
        border-radius: 5px;
        border-color: #cacaca;
    }
    .melding2 {
        width: 100%;
        max-width: 500px;
        background-color: #ff7e7e;
        text-align: left;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid;
        border-radius: 5px;
        border-color: #cacaca;
    }
    .melding3 {
        width: 100%;
        max-width: 500px;
        background-color: #ffec7e;
        text-align: left;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid;
        border-radius: 5px;
        border-color: #cacaca;
    }
    .melding4 {
        width: 100%;
        max-width: 500px;
        background-color: #98ff7e;
        text-align: left;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid;
        border-radius: 5px;
        border-color: #cacaca;
    }
}



@media only screen and (max-width: 799px) {
    /* Meldingen homepage */
    .melding1 {
        width: 100%;
        background-color: #efefef;
        text-align: left;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid;
        border-radius: 5px;
        border-color: #cacaca;
    }
    .melding2 {
        width: 100%;
        background-color: #ff7e7e;
        text-align: left;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid;
        border-radius: 5px;
        border-color: #cacaca;
    }
    .melding3 {
        width: 100%;
        background-color: #ffec7e;
        text-align: left;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid;
        border-radius: 5px;
        border-color: #cacaca;
    }
    .melding4 {
        width: 100%;
        background-color: #98ff7e;
        text-align: left;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid;
        border-radius: 5px;
        border-color: #cacaca;
    }
    /* Opbouw Main Pagina */
    #sidebar {
        text-align: center;
        display: none;
        position: fixed;
        top: 52;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #e4e4e4;
        box-sizing: border-box;

    }
    #sidebarbottom {
        width: 100%;
        padding: 15px;
        background-color: #afafaf;
        position: fixed;
        top: 0;
        left: 0;
        box-sizing: border-box;
        text-align: left;
        border-top: 1px solid #cacaca;
        z-index: 100;
    }
    #contentframe {
        margin-top: 68px;
        text-align: left;
        box-sizing: border-box;
    }
    .half-content{
        margin-top: 10px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .half-contentc{
        margin-top: 10px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        background-color: #efefef;
        border-radius: 15px;;
    }
    .half-contenth{
        margin-top: 10px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        background-color: #f7f7f7;
        border-radius: 15px;
    }
    .half-contenth{
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        box-sizing: border-box;
        text-align: center;
        background-color: #f7f7f7;
        border-radius: 15px;
    }
    .sidebarright {
        display: none;
        padding: 10px;
        margin-top: 10px;
        text-align: left;
        background-color: #efefef;
        border-radius: 15px;
        box-sizing: border-box;
    }
    .menubuttonm {
        font-size: 18px;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        color: #434343;
        background-color: #ffffff;
        cursor: pointer;
        border-style: hidden;
        margin: 10px;
        float: right;
    }
    .menubuttonm:hover {
        opacity: 90%;
    }
    .mobhead {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 800px;
        height:58px;
        text-align: left;
        box-sizing: border-box;
        background-color: #efefef;
        border-bottom: 1px solid #cacaca;
    }
    .image {
        display: none;
    }
    .imagemob {
        max-height: 48px;
        height: auto;
        max-width: 300;
        margin-top: 5;
        margin-bottom: 5;
        align-self: left;
        text-align: left;
        align-items: left;
    }
    .menubutton {
        width: 100%;
        text-align: center;
        color: #434343;
        background-color: #e4e4e4;
        font-size: 14px;
        border: none;
        cursor: pointer;
        padding: 10px;
        border-bottom: 1px solid #cacaca;
        box-sizing: border-box;
    }
    .menubutton:hover {
        width: 100%;
        text-align: center;
        color: #434343;
        font-size: 14px;
        border: none;
        cursor: pointer;
        padding: 10px;
        background-color: #ffffff;
        border-bottom: 1px solid #cacaca;
        box-sizing: border-box;
    }
    .menubuttonsel {
        width: 100%;
        text-align: center;
        color: #434343;
        background-color: #ffffff;
        font-size: 14px;
        border: none;
        cursor: pointer;
        padding: 10px;
        border-bottom: 1px solid #cacaca;
        box-sizing: border-box;
    }
    #hide {
        display: none;
    }
    .bottombuttonr{
        float: right;
        font-size: 20px;
        margin-left: 10px;
        margin-right: 10px;
        cursor: pointer;
    }
}