@import '../_content/Clevi.App.Components.Accounts/Clevi.App.Components.Accounts.311lbhg87l.bundle.scp.css';
@import '../_content/Clevi.App.Components.Base/Clevi.App.Components.Base.9syh4mpa3j.bundle.scp.css';
@import '../_content/Clevi.App.Components.Boards/Clevi.App.Components.Boards.gdmxnz4i4s.bundle.scp.css';
@import '../_content/Clevi.App.Components.Communications/Clevi.App.Components.Communications.ddvjakg9b0.bundle.scp.css';
@import '../_content/Clevi.App.Components.Erp/Clevi.App.Components.Erp.qgvjw3ed9t.bundle.scp.css';
@import '../_content/Clevi.App.Components.Files/Clevi.App.Components.Files.ur0wauq3ei.bundle.scp.css';
@import '../_content/Clevi.App.Components.Levi/Clevi.App.Components.Levi.cm8qjfahhp.bundle.scp.css';
@import '../_content/Clevi.App.Components.SmartConnect/Clevi.App.Components.SmartConnect.afl1j0p45p.bundle.scp.css';
@import '../_content/Clevi.App.Components.Widget/Clevi.App.Components.Widget.lke9ffe56q.bundle.scp.css';
@import '../_content/Clevi.App.Components/Clevi.App.Components.80gt0ag90i.bundle.scp.css';
@import '../_content/Clevi.Extension.Component.Shinjin/Clevi.Extension.Component.Shinjin.ojcb3ng36l.bundle.scp.css';

/* inapp/Pages/Form/Components/AddContractDialog.razor.rz.scp.css */

.frame-additem_name[b-etxylh711v] {
    background-color: aliceblue;
    font-weight: 600;
    
    height: 48px;
    border-radius: 7px;
    text-align: center;
    margin-top: 6px;
}

.frame-additem_name1[b-etxylh711v] {
    margin-bottom: 0 !important;
    line-height: 45px;
    letter-spacing: 2px;
}

.frame-additem_text[b-etxylh711v] {
    margin-top: 16px;
}

.frame-additem_text1[b-etxylh711v] {
    width: 100%;
    font-size: 22px;
    padding-top: 7px;
    margin: 7px 0 2px;
}


input[b-etxylh711v] {
    border: none;
    outline: 1px solid lightgray;
    width: 100%;
}

    input:focus[b-etxylh711v] {
        border: none;
        outline: 1px solid lightgray;
        background-color: aliceblue;
    }
/* inapp/Shared/Layouts/MainLayout.razor.rz.scp.css */
/* inapp/Shared/LoadingDisplay.razor.rz.scp.css */
/*body {
    background-color: #222;
}

#clevi-circle-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#clevi-circle-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

    #clevi-circle-loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #BA55D3;
        -webkit-animation: spin 5s linear infinite;
        animation: spin 5s linear infinite;
    }

    #clevi-circle-loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FF00FF;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
*/
/* inapp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vbv3bhsid2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vbv3bhsid2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vbv3bhsid2] {
    font-size: 1.1rem;
}

.oi[b-vbv3bhsid2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vbv3bhsid2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vbv3bhsid2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vbv3bhsid2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vbv3bhsid2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vbv3bhsid2]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vbv3bhsid2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 768px) {
    .navbar-toggler[b-vbv3bhsid2] {
        display: none;
    }

    .collapse[b-vbv3bhsid2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
