.btn-product-owner {
    /* todo : kleur gereserveerd voor product owner opties */
    background-color: #2a9d30;
    color: #ffffff;
}



.navbar-dark .navbar-nav a.nav-link.active {
    color: skyblue !important;
}

.afdrukdatum {
    display: none;
}


.scrum-release {
    border: solid 1px #999;
}



#chart_thema,
#chart_effort,
#chart_stakeholder,
#chart_persona {
    max-width: 480px;
    max-height: 320px;
}


th.icon,
th.nr {
    width: 48px !important;
}

th.icon-view {
    width: auto;
}

a.button-view {
    white-space: nowrap;
}

tr.active td {
    background-color: skyblue;
}

body {
    overflow-y: scroll;
}


.bg-type-1 {
    cursor: move;
    background-color: #1F497D !important;
}
.bg-type-2 {
    cursor: move;
    background-color: #e50646 !important;
}
.bg-type-3 {
    cursor: move;
    background-color: #9cbe92 !important;
}
.bg-type-4 {
    cursor: move;
    background-color: #e7e7c7 !important;
}


/* lijst kolomtypes */

.col-type {
    width: 24px;
}

.col-icon {
    width: 32px !important;
    text-align: center !important;
}

.col-status {
    width: 48px !important;
    text-align: center !important;
}

.col-row-number {
    width: 32px !important;
    text-align: center !important;
}



.col-medium {
    width: 256px;
}

.col-date {
    width: 128px;
}

th.col-summary,
td.col-summary {
    background-color: #cccccc !important;
    width: 96px !important;
}

.col-summary-small {
    background-color: #ccc;
    width: 32px !important;
    text-align: center !important;
}





.card-header a {
    text-decoration: none;
}
.card-header a[aria-expanded="true"] .fa-chevron-down {
    display: none;
}
.card-header a[aria-expanded="false"] .fa-chevron-up {
    display: none;
}