﻿.CardStyle {
    content-visibility: inherit;
    contain: inherit;
    height: fit-content;
}

.text-danger {
    color: red;
}

.Dot {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 70px;
    width: 70px;
    background-color: #ccead8;
    border-radius: 50%;
    box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.43);
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.43);
}

.Hoofdmenu {
    --accent-fill-rest: #dbdbdb;
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
}

.HoofdmenuKnop {
    --neutral-fill-stealth-rest: #dbdbdb;
    --neutral-fill-stealth-hover: #cccccc;
    font-weight: bold;
    font-size: large;
}

a.HoofdmenuLink:link, a.HoofdmenuLink:visited {
    background-color: #dbdbdb;
    color: black;
    padding: 5px 20px 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.HoofdmenuLink:hover, a.HoofdmenuLink:active {
    background-color: #cccccc;
    border-radius: 5px;
}


.Dot:hover {
    cursor: pointer;
    background-color: #bad6c5;
}


.ContentClass {
    padding: 30px;
}

.OnlyVerticalAlign {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.VerticalAlign {
    padding-top:10px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

/*Wordt gebruikt om locked out users rood te maken in het overzicht van accounts:*/
td.red-text span.ui-cell-data {
    color: red !important;
}