/* _content/ProtocoloAdmin/Components/Grid/BlazorGrid.razor.rz.scp.css */
.jsgrid-grid-header[b-jsh2zdjn4f] {
    text-align: center;
    border-collapse: collapse;
    background: #ebebeb;
}

.jsgrid-row-item:hover[b-jsh2zdjn4f] {
    background: #9fcdf4;
}

th[b-jsh2zdjn4f], td[b-jsh2zdjn4f] {
    padding: 15px;
    border: 1px solid #d1d1d1;
    text-align: center;
}

.pagebutton[b-jsh2zdjn4f] {
    margin-right: 5px;
    margin-top: 5px;
}

.currentpage[b-jsh2zdjn4f] {
    background-color: dodgerblue;
    color: white;
}

/*.col-resizable {
    resize: horizontal;
    overflow: auto;
    width: 120px;
    height: 120px;
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    display: block;
}


table {
    border-collapse: collapse;
    border-spacing: 0px;
}

td {
    border: 2px solid black;
    padding: 0;
    margin: 0px;
    overflow: auto;
}

th {
    border: 2px solid black;
    padding: 0;
    margin: 0px;
    overflow: auto;
}

div {
    resize: horizontal;
    overflow: auto;
    width: 120px;
    height: 120px;
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    display: block;
}

td div {
    border: 0;
    width: auto;
    height: auto;
    min-height: 20px;
    min-width: 20px;
}

th div {
    border: 0;
    width: auto;
    height: auto;
    min-height: 20px;
    min-width: 20px;
}*/
/* _content/ProtocoloAdmin/Components/TecnicosContainer.razor.rz.scp.css */

.mudblazor-linea-tabla[b-mgeyfsn4dk]{
    padding-top: 0;
    padding-bottom: 0;
    font-size: large;
}
/* _content/ProtocoloAdmin/Shared/MainLayout.razor.rz.scp.css */
.page[b-xu1l34tmqy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xu1l34tmqy] {
    flex: 1;
}

.sidebar[b-xu1l34tmqy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xu1l34tmqy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xu1l34tmqy]  a, .top-row .btn-link[b-xu1l34tmqy] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-xu1l34tmqy] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xu1l34tmqy] {
        display: none;
    }

    .top-row.auth[b-xu1l34tmqy] {
        justify-content: space-between;
    }

    .top-row a[b-xu1l34tmqy], .top-row .btn-link[b-xu1l34tmqy] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xu1l34tmqy] {
        flex-direction: row;
    }

    .sidebar[b-xu1l34tmqy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xu1l34tmqy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-xu1l34tmqy], article[b-xu1l34tmqy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ProtocoloAdmin/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cebht871k1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-cebht871k1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cebht871k1] {
    font-size: 1.1rem;
}

.oi[b-cebht871k1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-cebht871k1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cebht871k1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cebht871k1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cebht871k1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-cebht871k1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-cebht871k1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cebht871k1] {
        display: none;
    }

    .collapse[b-cebht871k1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
