﻿.navbar-color {
    background-color: #0094ff; /* Cambiar por el que quieras*/
}

.dwait {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: Gray;
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    -khtml-opacity: 0.60;
    text-align: center;
    z-index: 100000;
}

    .dwait img {
        margin: 20PX;
    }


.rowisdeleted {
    color:#909090;

}


/**** CLASE PROPIA PARA CAMBIAR ESTILOS DE TABLAS 'TABLE-GRID'*/
.filtroRapido {
    padding: 5px;
    padding-right: 20px;
}

    .filtroRapido table {
        width: 100%;
    }

    .filtroRapido a {
        color: var(--color-personalizado);
    }

    .filtroRapido input {
        padding: 2px;
    }

.table-grid {
    margin-bottom: 0;
}

    .table-grid th {
        margin-top: 0;
        padding-top: 0;
    }

    .table-grid th {
        border-top-width: 0;
    }

        .table-grid th a {
            color: #000;
        }

        .table-grid th.sortable a {
            text-decoration: underline;
        }

        .table-grid th.sorted a {
            color: var(--color-personalizado);
        }

    .table-grid td a {
        color: var(--color-personalizado);
    }

.btn {
}

.custom-modal .modal-header {
    padding: 0.5rem;
}

    .custom-modal .modal-header h5 {
        margin-bottom: 0;
    }

.custom-modal .modal-body {
    padding: 2rem;
}

.custom-modal .modal-footer {
    padding: 0.5rem;
}

.custom-modal .modal-body .row {
    height: 35px;
}

.custom-modal .modal-body label {
    font-weight: normal;
    padding-top: 4px;
}


.paginacion {
    padding: 10px;
    border-top: solid 1px rgba(0,0,0,.125);
}

    .paginacion .page-item.active .page-link {
        background-color: var(--color-personalizado);
        border-color: var(--color-personalizado);
    }

footer.main-footer {
    padding: .3rem;
}

.content-header {
    padding: 10px .1rem 0 .1rem;
}

.container-sm {
    max-width: 800px;
    margin: 0 auto;
}


label
{
    margin-bottom:0;
    margin-top:.2rem;
}

.espera {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: Gray;
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    -khtml-opacity: 0.60;
    text-align: center;
    z-index: 100000;
}

    .espera img {
        margin-top: 15px;
        max-width: 75%;
        max-height: 75%;
    }