/*
thead tr th a, thead tr th a:hover, thead tr th a:focus, thead tr th a:active {
    color: #fff;
}*/

thead {
    background-color: #fff; /*#f4f6f9;*/
}
#system-message-container {
    position:fixed;top:10px;width:60%;left: 50%;transform: translate(-50%, 0);z-index:1065
}

.spinner-loading {
    display: none;
    margin: 0 auto;
    z-index: 1060;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/logo-hippocamp-214x214.png') no-repeat 50% 50%;
}

a.myhover {
    font-weight: 600;
}
a.myhover:hover {
    color: #006666 !important;
    background-color:#B3DED7 !important;
    border-radius:0.25rem;
}

.avatar {
    --bs-avatar-width: 32px;
    --bs-avatar-bg: var(--ds-background-neutral-bold);
    position: relative;
    width: var(--bs-avatar-width);
    height: var(--bs-avatar-width);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ds-text-inverse);
    line-height: 1;
    font-size: 14px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: var(--bs-avatar-bg);
}
