﻿body {
    --sidebar-width: 1px;
    --topmenu-height: 74px;
    --label-width: 9em;
    --bgcolor: #fffd;
}

legend {
    white-space: nowrap;
    overflow-x: hidden;
}


.form-control.status {
    display: inline-block;
    width: 8em !important;
}


body {
    background-image: url(/images/languages.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

whitewash {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--bgcolor);
}

.for-small {
    display: none;
}

@media (max-width: 960px) {
    .for-small {
        display: unset;
    }

    tr.for-small {
        display: table-row;
    }

    .for-large {
        display: none;
    }
}



.dialog-outer {
    max-width: 100%;
    position: absolute !important;
    margin: unset;
    background-color: var(--bgcolor);
}

    .dialog-outer.dialog-outer-page {
        max-width: 100%;
        position: relative !important;
        top: unset;
        left: unset;
        transform: unset;
        margin: auto;
        z-index: 999997 !important;
        background-color: var(--bgcolor) !important;
    }

nav.navbar {
    z-index: 999
}

div.main-layout-body {
    display: block;
    width: 100%;
}

div.page.project-Translate {
    display: block !important;
}

nav {
    z-index: 999998 !important;
}

    nav.navbar.bg-white {
        background-color: var(--bgcolor) !important;
    }


div.main-layout-body:not(:has(form)) {
    width: 1024px;
    max-width: calc(100% - 2em);
    margin: auto;
    padding: 1em;
    border: 1px solid black;
    border-radius: 1em;
    box-shadow: #0002 1em 1em 1em;
    background-color: var(--bgcolor) !important;    
}
