html:root {
  --ck-style-panel-columns: 1;
  --ck-dropdown-max-width: 20vw;
  --ck-style-panel-button-width: 18vw;
}
div.dt-container .dt-search {
  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 #ffffff;
  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: #ffffff;
}
.ee_icon_table td.ee-action {
  vertical-align: middle;
}
html.js table.dataTable.ee_icon_table textarea {
  max-width: 100%;
  width: 100%;
}
div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid transparent;
  background: none;
  background-color: var(--primary_color, var(--primary, black));
}
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-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, #000000);
  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_tabs .ee_button_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.ck.ck-dropdown .ck-dropdown__panel {
  min-width: 19vw;
}

.ck.ck-dropdown a.ee_button_inverse,
.ck.ck-dropdown a.ee_button {
  font-size: unset;
  padding: 3px 6px;
}
.ck.ck-dropdown a.ee_button_inverse:after {
margin-left:5px;
}
