.deprecated .crud_tab_buttons {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
.deprecated .button-container-horizontal {
  float: right;
  width: 40%;
}
.deprecated .crud_tab_link.selected:hover, .deprecated .crud_tab_link.selected {
  background-color: #37474f;
  border-color: #37474f;
  color: #ffffff !important;
  font-weight: bold;
}
.deprecated .crud_tab_link.selected:hover svg, .deprecated .crud_tab_link.selected:hover i, .deprecated .crud_tab_link.selected svg, .deprecated .crud_tab_link.selected i {
  color: #ffffff;
}
.deprecated .crud_tab_link svg, .deprecated .crud_tab_link i {
  color: #676767;
}
.deprecated .crud_tab_visible_fields,
.deprecated .crud_tab_link {
  background-color: #e1e1e1;
  border: solid 1px #dadada;
  color: #676767 !important;
  display: inline-block;
  height: 20px !important;
  margin-right: 2px;
  text-decoration: none !important;
  padding: 0 3px 0 3px !important;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.deprecated .crud_tab_visible_fields.selected,
.deprecated .crud_tab_link.selected {
  left: 0;
  position: sticky;
  text-overflow: unset !important;
}
.deprecated .crud_tab_visible_fields:hover,
.deprecated .crud_tab_link:hover {
  background-color: #c7c7c7;
  border-color: #dadada;
}
.deprecated .add_crud_tab_button {
  background-color: #ffffff;
  border: solid 1px #dadada;
  color: #676767 !important;
  height: 20px !important;
  line-height: 19px;
  margin-right: 2px;
  float: right;
  text-decoration: none !important;
}
.deprecated .crud_tab_visible_fields,
.deprecated .add_crud_tab_button {
  border-bottom: solid 1px #cecece;
  float: right;
  line-height: 10px !important;
}
.deprecated .has_hidden_fields {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #ffffff;
}
.deprecated .has_hidden_fields:hover {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #ffffff;
}
.deprecated .ajax-table-root .classic-tabs {
  position: relative !important;
}

.grid-container .ajax-table-root .classic-tabs {
  display: flex !important;
  flex-direction: column !important;
}

/*# sourceMappingURL=crud.css.map */
