.bixo_blauw{
    color: #0569ae;
}
.bixo_groen{
    color: #39962d;
}
.bixo_rood{
    color: #de1e41;
}
.bixo_blauw_bg{
    background-color: #0569ae;
    color: white;
}
.bixo_groen_bg{
    background-color: #39962d;
    color: white;
}
.bixo_rood_bg{
    background-color: #de1e41;
    color: white;
}
.menu-logo-white{
    position: absolute!important;
    bottom: 4rem;
}

div{
    hyphens: manual;
}
.ui.ui.table td.positive, .ui.ui.table td.negative{
    background: none;
}
.card.noheader thead{
    display: none;
}
.ui.card, .ui.cards > .card.three {
    width: 275px;
}
.ui.card, .ui.cards > .card.two {
    width: 419px;
}
.ui.card, .ui.cards > .card.one {
    width: 853px;
}
.ui.card.noheader > .content > .header:not(.ui), .ui.cards > .card.noheader > .content > .header:not(.ui){
    display: none;
}
.ui.basic.striped.table > tbody > tr {
    height: 44px;
}
.headercol{
    margin-bottom: 0!important;
}
.ui.inverted.menu
{
    background: #39962d;
}
.ui.inverted.menu a.atk-maestro-sidenav.item.active,
.atk-maestro-sidenav.active .atk-maestro-menu-title
{
    background-color: #2f8524;
}
.ui.inverted.menu .active.item, .ui.inverted.menu .active.item:hover {
    background: #216918;
}

.ui.vertical.menu .menu .item{
    padding: 1em 1.33333em;
}
table.compact{
    position: relative;
}
.full_table{
    width: 100%;
}
.full_table thead{
    font-weight: 600;
}
.full_table thead tr{
    height: 44px;
}
.full_table thead tr td{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
th > div{
    min-width: 42px;
}
.textwrap {
    text-wrap: initial;
    min-width: 150px;
}
.showonprint{
    display: none!important;
}
.login-logo{
    margin-left: 8rem;
    margin-right: 8rem;
}
/*
table.compact thead th{
    position: sticky;
    top: 55px;
}
table.compact thead th.sortable{
    position: sticky;
    top: 0;
}*/
@media print{
    .hideonprint{
        display: none!important;
    }
    .showonprint{
        display: inline-block!important;
    }
    .content-logo{
        width: 10%;
        margin-bottom: 4rem;
    }
    .atk-admin-top-menu, .ui.buttons, .atk-footer, .ui.menu{
        display: none!important;
    }
    .list [data-column=c_caretype_code],.list [data-column=c_monday_presence],.list [data-column=c_tuesday_presence],.list [data-column=c_wednesday_presence],.list [data-column=c_thursday_presence],.list [data-column=c_friday_presence] {
        display: none!important;
    }
    html {
        zoom: 80%;
    }
}

@page {
    margin: 0.5cm;
    size: A3 landscape;
}