* {
    padding: 0;
    margin: 0;
}

#top-menu {
    background-color: #ffffff;
    border-bottom: thin solid rgba(120, 120, 120, 0.3);
    padding-left: 50px;
    position: fixed;
    z-index: 99;
    height: 50px;
    width: 100%;
}

#menu {
    border-right: thin solid rgba(120, 120, 120, 0.3);
    background-color: rgba(37, 37, 37, 1);
    position: fixed;
    height: 100%;
    z-index: 100;
    width: 50px;
}

#menu .item {
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    width: 50px;
    height: 50px;
}

#menu .item:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#menu .item svg {
    height: 20px;
    width: 20px;
}

#sub-menu {
    border-right: thin solid rgba(120, 120, 120, 0.3);
    background-color: rgba(120, 120, 120, 0.1);
    padding-top: 50px;
    margin-left: 50px;
    position: fixed;
    height: 100%;
    width: 300px;
    z-index: 98;
}

#sub-menu .item {
    border-bottom: thin solid rgba(120, 120, 120, 0.3);
    cursor: pointer;
    padding: 10px;
}

#sub-menu .info {
    border-bottom: thin solid rgba(120, 120, 120, 0.3);
    text-align: center;
    font-weight: 600;
    padding: 20px;
}

#sub-menu .item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.active {
    background-color: #F09206 !important;
    color: white !important;
}

#content {
    background-color: #ffffff;
    padding-left: 350px;
    padding-top: 50px;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 97;
}

/* Aanvullingen beheerconsole (geen inline styles wegens Content-Security-Policy) */
.accent {
    color: #F09206;
}

#top-menu .logout {
    position: fixed;
    top: 0;
    right: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 101;
}

#top-menu .logout button {
    background: none;
    border: 0;
    color: #000000;
}

#top-menu .user {
    position: fixed;
    top: 0;
    right: 130px;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 101;
    color: rgba(0, 0, 0, 0.6);
}

#sub-menu {
    overflow-y: auto;
}

#sub-menu form.item-form button {
    background: none;
    border: 0;
    border-bottom: thin solid rgba(120, 120, 120, 0.3);
    padding: 10px;
    width: 100%;
    text-align: left;
}

#sub-menu form.item-form button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#sub-menu .status {
    width: 7px;
    height: 45px;
    float: left;
    margin-left: -10px;
    margin-top: -10px;
}

#sub-menu .status-name {
    margin-left: 10px;
}

.status-online {
    background-color: green;
}

.status-offline {
    background-color: red;
}

.splash {
    margin-top: 25%;
}

.load-error {
    margin-top: 25%;
}

.test-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff200;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #dee2e6;
    color: red;
}

.btn-accent {
    background-color: #F09206;
    border: none;
    color: #ffffff;
}

.btn-accent:hover {
    background-color: #d98205;
    color: #ffffff;
}

.log-details {
    font-size: 0.85em;
    white-space: pre-line;
    overflow-wrap: anywhere;
    min-width: 200px;
    max-width: 350px;
}

.col-id {
    width: 60px;
}

.col-del {
    width: 16px;
}

.busy {
    cursor: progress;
    opacity: 0.6;
}
