@import '_content/UI/UI.0o9ycj21zy.bundle.scp.css';

/* _content/FIC/Pages/Dashboard.razor.rz.scp.css */
#doc[b-yrh53k7l6l] {
    /*padding: 8px 8px 8px 8px;*/
    background-color: white;
    height: calc(100% - 16px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: normal;
}

#header[b-yrh53k7l6l] {
    padding: 4px 4px 4px 4px;
    background-color: gainsboro;
    width: 100%;
    height: 4em;
}

#workspace[b-yrh53k7l6l] {
    display: flex;
    flex-direction: row;
    justify-content: normal;
    width: 100%;
    height: 100%;
}

#list[b-yrh53k7l6l] {
    width: calc(100% - 10em);
    border: none;
    display: block;
    overflow: auto;
}

    #list tbody tr:nth-child(odd)[b-yrh53k7l6l] {
        background-color: #e5e7e8;
    }

    #list th:nth-child(1)[b-yrh53k7l6l] {
        width: 11em;
    }

    #list th:nth-child(2)[b-yrh53k7l6l] {
        width: 8em;
    }

    #list th:nth-child(3)[b-yrh53k7l6l] {
        width: 8em;
    }

    #list th:nth-child(4)[b-yrh53k7l6l] {
        width: 4em;
    }

    #list th:nth-child(5)[b-yrh53k7l6l] {
        width: 4em;
    }

    #list th:nth-child(6)[b-yrh53k7l6l] {
        width: 4em;
    }

    #list th:nth-child(7)[b-yrh53k7l6l] {
        width: 4em;
    }

    #list th:nth-child(8)[b-yrh53k7l6l] {
        width: 95em;
    }

    #list thead tr th[b-yrh53k7l6l] {
        position: sticky;
        top: 0;
        background-color: darkblue;
        color: white;
    }

    #list tbody tr[b-yrh53k7l6l] {
        height: 3em;
        vertical-align: top;
    }

    #list tbody[b-yrh53k7l6l] {
        overflow-y: auto;
        max-height: 100%;
        width: 100%;
    }

#functions[b-yrh53k7l6l] {
    background-color: gainsboro;
    width: 10em;
    height: 100%;
    display: flex;
    flex-direction: column;
}
