@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.mm3aqpuyun.bundle.scp.css';

/* _content/Drozd/Components/AbsGrid2.razor.rz.scp.css */
.tableFixHead[b-8bd8ollrlw] {
    overflow: auto;
    height: 100px;
}

    .tableFixHead thead th[b-8bd8ollrlw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/* Just common table stuff. Really. */
table[b-8bd8ollrlw] {
    border-collapse: collapse;
    width: 100%;
}

th[b-8bd8ollrlw], td[b-8bd8ollrlw] {
    padding: 8px 16px;
}

th[b-8bd8ollrlw] {
    background: #eee;
}
/* _content/Drozd/Components/AbsSpinner.razor.rz.scp.css */
@keyframes spinner-b-uhtwm3eofe {
    to {
        transform: rotate(360deg);
    }
}

.spinner[b-uhtwm3eofe]:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    animation: spinner-b-uhtwm3eofe .6s linear infinite;
}
/* _content/Drozd/Pages/StatusMessages/Http404.razor.rz.scp.css */
body[b-b0j4hlzlv9] {
    color: #999999;
    background-color: #eeeeee;
    font-family: Consolas, 'Courier New', monospace;
}

a:link[b-b0j4hlzlv9], a:visited[b-b0j4hlzlv9] {
    color: #666666;
}

a:hover[b-b0j4hlzlv9] {
    color: #000000;
}

h1[b-b0j4hlzlv9] {
    border-bottom: dashed 1px #999999;
    padding-bottom: .2ex;
    font-size: x-large;
    font-weight: normal;
}

.content[b-b0j4hlzlv9] {
    width: 700px;
    margin: 50px auto;
    background-color: #ffffff;
    padding: 3ex;
    border: solid 1px #999999;
}
/* _content/Drozd/Shared/EmptyLayout.razor.rz.scp.css */

.header[b-q0muon94l7] {
    height:60px; 
}

.main[b-q0muon94l7] {
    width:100%;
    
}


.sidebar[b-q0muon94l7] {
    background-color: #182535;
    color: #677778;
    width: var(--sidebar-width);
    overflow: auto;
}

.content[b-q0muon94l7] {
    background-color: #f5f5f5;
    position: absolute;
    left: var(--sidebar-width);
    top: var(--header-height);
    right: 0;
    bottom: calc(0-var(--header-height));
    overflow: auto;
    height: 100%;
}




/* Custom Webkit Scrollbar */
/* http://css-tricks.com/custom-scrollbars-in-webkit/ */
/*::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

    ::-webkit-scrollbar:hover {
        height: 10px;
        width: 10px;
    }


::-webkit-scrollbar-thumb {
    background-color: grey;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: lightgrey;
    }

div:hover::-webkit-scrollbar-corner {
    width: 10px;*/
    /*background-color: red !important;*/
/*}

::-webkit-scrollbar-track-piece {*/
    /*background-color: #efefef;*/
/*}

::-webkit-scrollbar-thumb:vertical {*/
    /*background-color: #666;*/
/*}*/
