﻿.nav-item-height {
    height: 40px;
}

.Centrar_Input {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.row-Centrado {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    justify-content: center;
}
.grid {
    height: 25rem;
    overflow-y: auto;
}

    .grid ::deep table {
        min-width: 100%;
    }

::deep thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

::deep tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

::deep tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

.col-Padding {
    padding-left: 12rex;
    flex: 0 0 auto;
}

.form-control-WithOutBorder {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

th-padding {
    text-align: inherit;
    text-align: -webkit-match-parent;
    padding-right: 1rem;
}

.table-Grande {
    width: max-content;
    margin-bottom: 1rem;
    color: #212529;
}

.miniColumn {
    width: 9.80px;
}

.full-width-table {
    width: 100%;
}

    .full-width-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

.invisible-text {
    visibility: hidden;
}

.custom-navbar {
    background-color: #00ACB9;
}