.App {
    text-align: center;
}

.App-logo {
    height: 40vmin;
    pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
    .App-logo {
        animation: App-logo-float infinite 3s ease-in-out;
    }
}

.App-header {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
}

.App-link {
    color: rgb(112, 76, 182);
}

@keyframes App-logo-float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(0px)
    }
}

.picker-dialog {
    z-index: 1500 !important;
}

.botonDialogo {
    color: #FFFFFF;
}

.tituloDialogo {
    color: #FFFFFF;
}

.botonFull {
    color: #FFFFFF;
    margin-bottom: 5px;
    width: 100%;
}

.css-1a0csvd-MuiButtonBase-root-MuiButton-root {
    padding: 4px 10px 0px;
}

.filtroAutoComplete {
    min-width: 200px;
}

.filtroAutoComplete .MuiOutlinedInput-root {
    padding: 0;
}

.filtroAutoComplete .MuiAutocomplete-input {
    padding: 7.5px 4px !important;
}

.filtroAutoComplete .MuiInputLabel-outlined {
    transform: translate(14px, 9px) scale(1);
}

.filtroAutoComplete .MuiInputLabel-shrink {
    transform: translate(14px, -6px) scale(0.75);
}

.inputFiltro {
    margin-right: 3px;
}

.inputFiltro .MuiOutlinedInput-input {
    padding: 7.5px 13px;
}

.inputFiltro .MuiInputLabel-outlined {
    transform: translate(14px, 9px) scale(1);
}

.inputFiltro .MuiInputLabel-shrink {
    transform: translate(14px, -6px) scale(0.75);
}

.cajaFiltros {
    margin-bottom: 5px;
}

.filtroFecha {
    margin-right: 3px;
    min-width: 160px;
}

.filtroFecha .MuiOutlinedInput-input {
    padding: 7.5px 13px;
}

.filtroSelect .MuiOutlinedInput-input {
    padding: 7.5px 14px;
}

.paginacion {
    margin: 5px 0 0;
}