@import '_content/EasyERP_EC/EasyERP_EC.bundle.scp.css';
@import '_content/EasyERP_P/EasyERP_P.22514qpp82.bundle.scp.css';
@import '_content/StatefulReconnection/StatefulReconnection.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-okybxqmg8n] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-okybxqmg8n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Menues/EasyMenu.razor.rz.scp.css */
/* _content/EasyERP/Pages/Menues/ReportMenu.razor.rz.scp.css */
/**,
*:after,
*:before {
    box-sizing: border-box;
}

.menu {
    display: inline-table;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(64, 64, 64, 0.15);
    width: 80px;
    padding: 8px;
    margin: 0;
    height: fit-content;
}

.container {
    width: 100%;
    min-width: 70vw;
    display: inline-table;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(64, 64, 64, 0.15);
    width: 80px;
    padding: 8px;
    margin: 0;
    height: fit-content;
    flex-direction: column;
}

.menu:hover {
    width: auto;
}

    .menu:hover .menu-button-content {
        display: flex;
    }

.menu-list {
    display: block;
    width: auto;
    max-height: 90vh;
    padding: 8px;
    margin: 0;
    flex: 1;
}

.menu-button-content {*/
    /*display: none;*/
    /*width: auto;
    height: fit-content;
    font-weight: bold;
}

.menu-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: fit-content;
    padding: 0;
    margin: 0;
}

.menu-sub-list {
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom-right-radius: 10px;
    background-color: transparent;*/
    /*border-left: 0.25rem dotted #8E5236;*/
    /*box-shadow: 4px 4px 4px rgba(142,82,54,0.6);
    z-index: 100;
    width: auto;*/
    /*display: none;*/
    /*top: 0;
}

.menu:hover .menu-sub-list {
    display: block;
}

ul {
    list-style-type: none;
}

.menu-item {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: transparent !important;
}

.menu-sub-item {
    width: auto;
    background-color: transparent;
    margin-left: 5px;
}

.menu-button {
    font: inherit;
    border: 0;
    padding: 8px 8px;
    padding-right: 0px;
    width: 100%;
    min-width: 40px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
}

.menu:hover .menu-buttont {
    padding: 8px 8px;
    padding-right: 36px;
}

.menu-sub-button {
    font: inherit;
    border: 0;
    padding: 8px 8px;
    padding-right: 36px;
    margin: 2px 2px;
    width: 100%;
    border-radius: 8px;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.menu-button:hover {
    background-color: #f1f3f7;
}


.menu-button--delete:hover {
    color: #d92027;
}


div.Favorie {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    height: 60vh;
    width: auto;
    right: 5px;
}

.titled[data-title]::before {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    background: #C2855D;
    color: #fff;
    padding: 5px;
    z-index: 2147483647;
}

.favshow {
    width: 50px;
    margin: 0px;
    height: 100%;
    padding: 0px;
    border: 3px none;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float: right;
    overflow-y: auto;
    overflow-x: hidden;
}

.favhide {
    width: 0px;
    border: solid;
    height: 100%;
    border-color: #8E5236;
    margin: 0px;
    padding: 0px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float: right;
}*/
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xkikdppozs] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xkikdppozs] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xkikdppozs] {
    font-size: 1.1rem;
}

.oi[b-xkikdppozs] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xkikdppozs] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xkikdppozs] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xkikdppozs] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xkikdppozs]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-xkikdppozs]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-xkikdppozs]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xkikdppozs] {
        display: none;
    }

    .collapse[b-xkikdppozs] {
         display: block;
    }
}
