.tabla {
    margin-left: 100px;
    margin-right: 100px;
    width: 88%;
    margin-top: 15px;
}

.dataTable {
    border-top: 4px solid var(--color_principal) !important;
    border-left: 1px #d8d8d8 solid !important;
}

#tabla_servicios_filter input {
    top: -14px;
}

#tabla_cupones_filter input {
    top: -104px;
}

#tabla_usuarios_filter input {
    top: -14px;
}

.dataTables_filter input {
    position: relative;
    background-color: #f9f9f9;
    width: 320px;
    height: 40px;
    border: 1px #e4e4e4 solid;
    padding: 18px;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    margin-right: -10px;
    outline: none;
    box-shadow: none;
}

.fg-toolbar.ui-toolbar.ui-widget-header.ui-helper-clearfix.ui-corner-tl.ui-corner-tr {
    background-color: transparent;
    border: none;
}

.titulo_campo_tabla {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: var(--color_principal);
    text-align: center;
    background-color: #ffffff;
    line-height: 1;
}

.dato_campo_tabla {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
    text-align: center;
    line-height: 1;
}

.fg-toolbar.ui-toolbar.ui-widget-header.ui-helper-clearfix.ui-corner-bl.ui-corner-br {
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-left: 1px #d8d8d8 solid !important;
    border-right: 1px #d8d8d8 solid !important;
    border-bottom: 1px #d8d8d8 solid !important;
    padding-top: 0 !important;
}

.display.dataTable.no-footer {
    border: none;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border: none;
}

table.dataTable th {
    border: none;
    border-right: 1px #d8d8d8 solid !important;
    border-bottom: 1px #d8d8d8 solid !important;
}

table.dataTable td {
    border: none;
    border-right: 1px rgba(0, 0, 0, 0.1) solid !important;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid !important;
}

.ui-widget-header {
    border: none;
}

.DataTables_sort_icon.css_right.ui-icon {
    margin-top: -10px;
    cursor: pointer;
}

.DataTables_sort_icon.css_right.ui-icon.ui-icon-carat-2-n-s {
    background-image: url("../imagenes/btn_flecha_doble_tabla.png");
    width: 24px;
    height: 24px;
}

.DataTables_sort_icon.css_right.ui-icon.ui-icon-triangle-1-n {
    background-image: url("../imagenes/btn_flecha_arriba_tabla.png");
    width: 24px;
    height: 24px;
}

.ui-icon-triangle-1-n {
    background-position: 0;
}

.DataTables_sort_icon.css_right.ui-icon.ui-icon-triangle-1-s {
    background-image: url("../imagenes/btn_flecha_abajo_tabla.png");
    width: 24px;
    height: 24px;
}

.ui-icon-triangle-1-s {
    background-position: 0;
}

#tabla_cupones_wrapper {
    margin-top: 114px;
    margin-right: 1px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #e8e8e8;
}

.dataTables_info {
    margin-left: 15px;
    margin-right: 15px;
}
