#gradient-style1.dataTable thead th input {
  width: 90%; }

.positional-box {
  position: absolute;
  overflow: visible;
  z-index: 1002; }

.positional-box__advanced-search {
  cursor: pointer;
  display: none; }

#by-col-search-row {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
#by-col-search-row.not-transparent {
  display: table-row;
  opacity: 1;
  transition: opacity 0.5s ease-in-out; }

#gradient-style1_filter {
  margin-bottom: 20px; }

.tags-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0; }
.tags-container_left {
  justify-content: flex-start; }
.tags-container .tag-item {
  flex-basis: auto;
  height: 25px;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 90%;
  border: solid #aaa 1px;
  background-color: #e4e4e4;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  cursor: default; }

.tags-container .tag-item_ad {
  color: green;
}

.tags-container .tag-item button {
  background: transparent;
  border: none; }

tr .selected {
  background-color: #00AFF0; }

.action-button {
  background: transparent;
  border: none;
  color: #438cd2; }
.action-button:hover {
  color: #2b65ae; }
.action-button:disabled {
  color: #dedede; }
.action-button:disabled:hover {
  color: #dedede; }
.action-button_edit {
  position: relative;
  top: 2px; }

.full-size-loading {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2); }

.full-size-loading__img {
  margin: 0 auto;
  display: block;
  position: fixed;
  top: 50%;
  right: 50%; }
