body.ahto.scaffold {
    background-image: url(/images/backgrounds/image1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

header.fi-sidebar-header {
    justify-content: space-between;
}

header.fi-sidebar-header .panel-link svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
header.fi-sidebar-header .panel-link a {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

tr.keskenerainen, tr.keskenerainen td {
    background-color: rgba(255,149,77,0.3);
}

.appis-notification.is-danger {
    background: rgba(158, 0, 29, 0.8);
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: 700;
}
