.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;
    margin-left: 2rem;
    margin-right: 2rem;
}

div{
    hyphens: manual;
}
.atk-mainContainerWrapper{
    margin-top: 1rem;
}
.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: #105e06;;
}
.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;
}
.boa-custom-header-menu{
    min-height: 3.74em!important;
}
.ui.table.striped thead tr:first-child{
    background-color: #cfeccb;
}
.ui.menu:not(.vertical) .right.menu.filter-dropdown-holder{
    margin: 0 !important;
    margin-left: 0!important;
}
.filter-dropdown-holder .item{
    padding: 0!important;
}
.filter-dropdown-holder .item.dropdown{
    padding: .92857143em 1.14285714em!important;
}
.filter-dropdown .button{
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.twobuttons .button{
    margin-right: 0;
    width: 49%;
}
.twobuttons .button:last-child{
    float: right;
}
.definition.noheader thead{
    display: none;
}
.nomargin{
    margin: 0!important;
}
.ui.toggle.checkbox input[type=checkbox]:checked~label::before,
.ui.toggle.checkbox input[type=checkbox]:checked:focus~label::before {
    background: #4ecf3d !important;
}
.ui.menu .item .boolean-filter{
    margin-left: 0.5em;
    min-height: 1.5rem;
    line-height: 17px;
    display: block;
}
.atk-mainContainer.atk-admin-layout {
    margin-top: 0!important;
}
#atk_layout_maestro_boa_view_gridboa_view thead tr{
    height: 2em;
}
#atk_layout_maestro_boa_view_gridboa_view .atk-overflow-auto {
    overflow: visible; /* important if it was auto/scroll */
}
#atk_layout_maestro_boa_view_gridboa_view {
    --atk-sticky-base: 102px;
    --atk-thead-row1-height: 50px;
}

#atk_layout_maestro_boa_view_gridboa_view table thead tr:first-child th {
    position: sticky;
    top: var(--atk-sticky-base);
    background: #cfeccb;
    z-index: 10;
}

#atk_layout_maestro_boa_view_gridboa_view table thead tr:nth-child(2) th {
    position: sticky;
    top: calc(var(--atk-sticky-base) + var(--atk-thead-row1-height));
    background: #cfeccb;
    z-index: 10;
}
/* ensure this wrapper doesn't become the scroll container */
#atk_layout_maestro_boa_view_gridboa_view .atk-overflow-auto {
    overflow: visible; /* or just remove overflow:auto in your theme */
}
.header.subheader{
    padding-left: 1.8rem!important;
    font-weight: 500!important;
}
.flatpickr-input .smallheight{
    margin-bottom: 0!important;
}
.smallheight .inline{
    margin-bottom: 0!important;
}
.form.item.smallheight{
    padding-top: 0;
    padding-bottom: 0;
}
/*
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;
}
/* Hide elements like the is_template control in forms */
.boa-vis-hidden {
  display: none !important;
}

/* Make rows look clickable in selectable tables (incl. modal grids) */
.ui.table.selectable tbody tr {
  cursor: pointer;
}
