
div.dt-buttons {
    float: right;
}

table>thead{
    background-color: #eeeeee;
    color: rgb(65, 65, 65);
}

/* Fuente de los DataTables y mis widgets que construyen tablas */
.dataTables_wrapper, .letra-arial{
    font-family: arial;
    font-size: 1em;
}



.btn-xs{
    padding: .25rem .65rem !important;
    font-size: .8rem !important;
    line-height: 1.3 !important;
}

.imgSelect2{
    max-width: 30px;
    height: auto;
}

.imgProductoPedido{
    max-width: 100px;
    max-height: 100px;
    height: auto;
}

.m-option__tamanoLetra{
    font-size: 1.1em !important;
    text-align: right !important;
}


.background_gradiente_azul {
  height: 100%;
  background-image: linear-gradient(to bottom right, rgba(147, 215, 255, 0), rgba(112, 167, 255, 0.089)); /* Standard syntax (must be last) */
}


.MyDropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 500px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

/* Estilos para el Theme de Metronic */
.m-portlet--mobile{
    margin-top: 10px;
}


/* INICIO :: ESTILOS PARA DATATABLE */

.kt-portlet__body-dataTable{
    padding: 1.2rem 1.2rem;
}

/* Campo SEARCH de un DataTable */
.dataTables_filter{ 
    font-size: 1.5rem;
    font-weight: bold;
    color: #36a3f7;
}



@media (max-width: 767.98px){
    .m-content{
        padding: 0 !important;
    }

    .m-portlet__body-dataTable{
        padding: 0;
    }
}

.d-datatable{
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex !important;
    border-bottom: 1px solid #ebedf2;
}

/* Estilos para los input de un dataTable */
.d-datatable .form-group{
    flex-wrap: wrap;
    flex: auto;
    margin: 10px 30px;
}

.d-datatable .form-group label{
    font-weight: 500;
}

.d-datatable .form-group input{
    margin-top: 8px;
}

.dt-buttons.btn-group{
    margin-bottom: 10px;
}

.mensaje-tip{
    width: 50%
}

@media (max-width: 767.98px){
    .dt-buttons.btn-group{
        display: flex;
        flex-direction: column;
        flex: auto;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .mensaje-tip{
        width: 100% !important;
        text-align: center;
    }
}

.btn-filtrosDT{
    width: 100%;
    margin: 5px 0;
    background-color: var(--primary);
    color: white;
}

.btn-cerrarFiltros{
    background-color: #ebedf2;
    margin-bottom: 20px;
}

.dt-buttons .btn{
    margin: 3px 5px;
}

/* FIN :: ESTILOS PARA DATATABLE */






/* INICIO :: ESTILOS PARA LOS MODALES */
.modal-full {
    min-width: 80%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 80vh;
}
/* FIN :: ESTILOS PARA LOS MODALES */


/* INICIO :: ESTILOS PARA LOS WIDGETS */

.m-widget13__text-mini{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}


/* FIN :: ESTILOS PARA LOS WIDGETS */
