/*#content {*/
/*  word-wrap: unset;*/
/*  word-break: unset;*/
/*  hyphens: auto;*/
/*}*/

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 30px;
}
table.tablesorter {
    font-size: 13px;
    border-collapse: collapse;
}
table.dataTable.ee_icon_table tbody td {
    font-size: var(--font_datatable_td);
}
table.dataTable.ee_icon_table thead th,
table.dataTable.ee_icon_table tfoot tr th {
    position: relative;
    border: 1px solid #fff;
    font-size: var(--font_datatable_th);
    font-weight: normal;
    padding: 4px 15px 4px 8px;
    line-height: normal;
    text-align: left;
}
table.dataTable.ee_icon_table.ee_center thead th,
table.dataTable.ee_icon_table.ee_center tfoot tr th {
    text-align: center;
}
table.dataTable.ee_icon_table:not(.ee_transparent) thead tr th,
table.dataTable.ee_icon_table:not(.ee_transparent) tfoot tr th {
    background-color: var(--primary_color, var(--primary, grey));
    color: #fff;
}
.ee_icon_table td.ee-action {
    vertical-align: middle;
}
html.js table.dataTable.ee_icon_table textarea {
    max-width: 100%;
    width: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid transparent;
    background: none;
    background-color: var(--primary_color, var(--primary, black));
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: var(--primary_color, var(--primary, black)) !important;
    border: 1px solid var(--primary_color, var(--primary, black));
    background-color: white;
    background: none;
}
a.ee_button,
input.ee_button,
.ui-dialog input.ee_button.button,
.ee_button {
    background-image: none;
    background-color: var(--primary_button, var(--primary, #585858));
    color: var(--button_text, #000);
    font-size: 1rem;
    font-weight: normal;
    border-radius: var(--ee_button_radius, 0);
    text-align: center;
    padding: 5px 20px;
    border: 0;
    cursor: pointer;
    margin: 0;
}
.ee_button:hover input.ee_button.form-submit:hover
{
    background-color: var(
        --primary_button_hover,
        var(--primary_button, var(--primary, #585858))
    );
    outline: 1px solid var(--text_on_secondary_color, var(--primary_button, var(--primary, #585858)));
}
.ee_button_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
