body {
    padding-top: 2.5rem;
}

.navbar {
    padding-top: 1px;
    padding-bottom: 1px;
}

.card-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.titulo-formulario {
    padding-top: 1px;
    padding-bottom: 1px;
}

.inicializando {
    animation: fade 300ms infinite;
}

.input-danger {
    border: 2px solid red !important;
}

.MsjError {
    overflow-y: auto !important;
}

.Err {
    width: 100% !important;
}

.btn-prod {
    background-color: #b3ccff !important;
}

/*scroll to top start*/
.scrollToTop {
    margin: 0;
    position: fixed;
    bottom: 17px;
    right: 25px;
    width: 55px;
    height: 55px;
    z-index: 1000;
    display: none;
    text-decoration: none;
    background: #ff4301;
    opacity: 0.9;
    border-radius: 100%;
    transition: all 0.2s;
}

    .scrollToTop .scroll-fa {
        text-align: center;
        font-size: 40px;
        color: #ffffff;
        border-radius: 0px;
        opacity: 1;
        padding-top: 4px;
        transition: all 0.2s;
    }

    .scrollToTop:hover {
        opacity: 1;
    }

        .scrollToTop:hover .scroll-fa {
            color: #000;
        }
/*scroll to top end*/

@media (max-width: 575.98px) {
    table > tbody > tr :not(#Total) {
        font-size: small !important;
    }
}

.cabeceraGrilla {
    background-color:  #ffaa00 !important;
    color: #343a40!important;
}

.detalleGrilla {
    background-color: #ffbb33 !important;
    color: #343a40!important;
}

.ocupacion {
    background-color: #1aa3ff !important;
}

.filtroGes{
   background-color: transparent !important;
   border:  none !important;
}