/* _content/EuroPlanner2/Pages/Form/Widget/BusyDialogWidget.razor.rz.scp.css */
.lds-ellipsis[b-hr4v5v6sr0] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-hr4v5v6sr0] {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1)[b-hr4v5v6sr0] {
            left: 8px;
            animation: lds-ellipsis1-b-hr4v5v6sr0 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-hr4v5v6sr0] {
            left: 8px;
            animation: lds-ellipsis2-b-hr4v5v6sr0 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-hr4v5v6sr0] {
            left: 32px;
            animation: lds-ellipsis2-b-hr4v5v6sr0 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-hr4v5v6sr0] {
            left: 56px;
            animation: lds-ellipsis3-b-hr4v5v6sr0 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-hr4v5v6sr0 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-hr4v5v6sr0 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-hr4v5v6sr0 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/EuroPlanner2/Pages/Form/Widget/WorkingHoursWidget.razor.rz.scp.css */
.working-hours-day[b-9b5d0d3o57] {
    width: 200px;
    background-color: lightgrey;
    text-align: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 7px;
}

.working-hours-time[b-9b5d0d3o57] {
    width: 150px;
    align-self: center;
    align-items: center:
}

.working-hours-time-separator[b-9b5d0d3o57] {
    width: 50px;
}
/* _content/EuroPlanner2/Pages/LoginScreen.razor.rz.scp.css */

    .form-group[b-jmuo6nd44y]{
                   margin:10px
               }

/* _content/EuroPlanner2/Shared/ListMenu.razor.rz.scp.css */
.btn[b-y815ei6pjx] {
    padding-top: 7px !important;
    background-color: white; /* Blue background */
    border: solid;
    border-width: thin;
    border-color: darkgrey; /* Remove borders */
    color: black; /* White text */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
    width: 50px !important;
    margin-top: 0px
}

    .btn:hover[b-y815ei6pjx] {
        background-color: lightblue
    }
/* _content/EuroPlanner2/Shared/MainLayout.razor.rz.scp.css */
.page[b-od0jmr50on] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-od0jmr50on] {
    flex: 1;
}

.sidebar[b-od0jmr50on] {
    background-image: linear-gradient(180deg, rgb(36 97 211) 0%, #f3eaf5 70%);
    overflow-y: auto;
    min-width: 270px
}

.top-row[b-od0jmr50on] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    align-items: center;
}

    .top-row[b-od0jmr50on]  a, .top-row .btn-link[b-od0jmr50on] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-od0jmr50on] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-od0jmr50on] {
        display: none;
    }

    .top-row.auth[b-od0jmr50on] {
        justify-content: space-between;
    }

    .top-row a[b-od0jmr50on], .top-row .btn-link[b-od0jmr50on] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-od0jmr50on] {
        flex-direction: row;
    }

    .sidebar[b-od0jmr50on] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-od0jmr50on] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-od0jmr50on] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.loginForm[b-od0jmr50on] {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -70%);
    width: 500px;
}

.login-background[b-od0jmr50on] {
    /*background-image: url('images/operationPlannerLogo.jpg');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 800px;
    align-content: center;
    display: block;
}


@mixin clearfix() {
    &[b-od0jmr50on]::after {
        display: block;
        content: "";
        clear: both;
    }
}

// Usage as a mixin
.element[b-od0jmr50on] {
    @include clearfix;
}
/* _content/EuroPlanner2/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k82ebtb618] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-k82ebtb618] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k82ebtb618] {
    font-size: 1.1rem;
}

.oi[b-k82ebtb618] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-k82ebtb618] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k82ebtb618] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k82ebtb618] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k82ebtb618]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-k82ebtb618]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-k82ebtb618]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-k82ebtb618] {
        display: none;
    }

    .collapse[b-k82ebtb618] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-k82ebtb618] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
