@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-family: 'Poppins', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

/*Mobile*/
html {
    font-size: 14px;
}

/*Web*/
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    font-family: 'Poppins', sans-serif;
}

.btnBuscar {
    font-size: 12px;
    font-weight: bold !important;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: .4s;
    background: linear-gradient(133deg, rgba(203,105,105,1) 6%, rgba(194,132,132,1) 77%);
    color: white;
}
    .btnBuscar:hover {
        border-color: #C15942;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
        color: white;
    }
.btnBuscar:focus {
        border-color: #C15942;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    }

.btnWarning {
    font-size: 12px;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: .4s;
    background: linear-gradient(133deg, rgba(255, 193, 7, 1) 6%, rgba(255, 214, 102, 1) 77%);
    color: #000000;
}

    .btnWarning:hover {
        border-color: #ffc107;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 193, 7, 0.6);
        color: #000000;
    }

    .btnWarning:focus {
        border-color: #ffc107;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 193, 7, 0.6);
    }



#txtSearchTable {
    color: black;
}
    #txtSearchTable:focus {
        border-color: #C15942;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
        color: black;
    }


.btnEditar {
    font-size: 12px;
    font-weight: bold !important;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: .4s;
    background: linear-gradient(133deg, rgba(203,105,105,1) 6%, rgba(194,132,132,1) 77%);
    color: white;
}

    .btnEditar:hover {
        border-color: #C15942;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
        color: white;
    }

    .btnEditar:focus {
        border-color: #C15942;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    }

.btnExcel {
    font-size: 12px;
    font-weight: bold !important;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: .4s;
    background-color: #468C2D;
    color: white;
}


.btnAgregar {
    font-size: 12px;
    font-weight: bold !important;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: .4s;
    background: linear-gradient(133deg, rgba(160, 160, 160, 1) 6%, rgba(180, 180, 180, 1) 77%);
    color: white;
}

    .btnAgregar:hover {
        border-color: #a8a8a8;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(150, 150, 150, 0.6);
        color: white;
    }

    .btnAgregar:focus {
        border-color: #a8a8a8;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(150, 150, 150, 0.6);
    }