body {
    font-family: 'Roboto', sans-serif;
}

.error {
    font-size: 80%;
    color: red;
}

input.error, select.error {
    border: 1px solid red;
    font-size: 100%;
    color: black;
}

.tarjeta {
    width: 300px;
    margin-top: 100px;
    background-color: rgb(0, 49, 133);
}

.tamañoLogo {
    width: 70%;
}

.btn-success {
    background: #7ED957;
    border: 1px solid #7ED957;
}

.btn-fasty {
    color: #ffffff;
    background-color: rgb(98, 179, 50);
}

.btn-fasty:hover {
    color: rgb(98, 179, 50);
    background-color: #ddd4d4e0;
}

.btn-fasty:disabled {
    border: 1px solid rgb(98, 179, 50);
    background-color: #ffffff;
    color: rgb(98, 179, 50);
}

.bg-azul {
    background-color: rgb(0, 73, 152);
}

.bg-fasty {
    background-color: rgb(98, 179, 50);
}

.bg-gris {
    background-color: rgb(172, 174, 179);
}

.bg-gris_claro {
    background-color: rgb(215, 217, 221);
}

.bg-foot {
    color: rgb(98, 179, 50)
}

#html_element, #rc-imageselect {
    transform: scale(0.84);
    transform-origin: 0 0;
}

.table-striped>tbody>tr:nth-child(2n+1)>td, .table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: rgb(201, 225, 255);
}

/* Estilos para el HEAD de la tabla */

table.dataTable thead {
    background-color: rgb(74, 190, 123);
    color: azure;
}

/* Estilos para los botones de paginacion */

.page-item.active .page-link {
    background-color: rgb(74, 190, 123) !important;
    color: azure !important;
    /* border: 1px solid black; */
}

.page-link {
    color: black !important;
}

.lista {
    list-style-type: disc !important;
    padding-left: 1em !important;
    margin-left: 1em;
}