@keyframes processing {
  0% {
    background-color: #fdb863;
  }
  50% {
    background-color: white;
  }
  100% {
    background-color: #fdb863;
  }
}
@keyframes envwarning {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingdummy {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/* CHANGELISTS */
#changelist {
  position: relative;
  width: 100%;
}
#changelist table {
  width: 100%;
}
#changelist .hiddenfields {
  display: none;
}
#changelist .filtered {
  min-height: 400px;
}
#changelist .filtered table {
  border-right: none;
}
#changelist .filtered table tbody th {
  padding-right: 1em;
}

.change-list .filtered .results,
.change-list .filtered .paginator,
.filtered #toolbar,
.filtered div.xfull {
  margin-right: 280px;
  width: auto;
}

#changelist-form .results {
  overflow-x: auto;
}

#changelist .toplinks {
  border-bottom: 1px solid #ddd;
}

#changelist .paginator {
  color: #666;
  border-bottom: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  padding: 12px;
}

/* CHANGELIST TABLES */
#changelist table thead th {
  padding: 0;
  white-space: nowrap;
  vertical-align: middle;
}
#changelist table thead th.action-checkbox-column {
  width: 1.5em;
  text-align: center;
}
#changelist table tbody td.action-checkbox {
  text-align: center;
}
#changelist table tfoot {
  color: #666;
}

/* TOOLBAR */
#changelist #toolbar {
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
  color: #666;
}
#changelist #toolbar h3 {
  font-weight: bold;
  font-size: 0.75em;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
#changelist #toolbar ul {
  margin: 4px 0 0;
  padding: 0 6px;
  border-bottom: 1px solid #eaeaea;
}
#changelist #toolbar ul:last-child {
  border-bottom: none;
  padding-bottom: none;
}
#changelist #toolbar li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#changelist #toolbar li.selected {
  border-left: 5px solid #eaeaea;
  padding-left: 10px;
  margin-left: -15px;
}
#changelist #toolbar li.selected a {
  color: #5b80b2;
}

#changelist-search img {
  vertical-align: middle;
  margin-right: 4px;
}
#changelist-search .searchbar-container {
  display: flex;
}
#changelist-search .searchbar-container #searchbar {
  border-color: #819ca9;
  border-radius: 4px 0 0 4px;
  margin: 0;
}
#changelist-search .searchbar-container input[type=submit] {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}

/* FILTER COLUMN */
@media (max-width: 767px) {
  div.filter-bar {
    flex-direction: column;
  }
}
div.filter-bar {
  background: #f8f8f8;
  border-left: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  padding: 0 12px 12px;
}
.module-header div.filter-bar {
  padding: 0;
}
div.filter-bar h3 {
  font-weight: bold;
  font-size: 0.75em;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
div.filter-bar span.label {
  display: block;
  font-weight: bold;
  font-size: 0.75em;
  padding: 10px 10px 0;
  margin: 0;
  text-transform: uppercase;
}
div.filter-bar ul {
  margin: 4px 0 0;
  padding: 0 6px;
  border-bottom: 1px solid #eaeaea;
}
div.filter-bar ul:last-child {
  border-bottom: none;
  padding-bottom: none;
}
div.filter-bar li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
div.filter-bar li.selected {
  border-left: 5px solid #eaeaea;
  padding-left: 10px;
  margin-left: -15px;
}
div.filter-bar li.selected a {
  color: #5b80b2;
}
@media (max-width: 767px) {
  div.filter-bar select.admin-autocomplete {
    width: 100%;
  }
}
div.filter-bar a:focus,
div.filter-bar a:hover,
div.filter-bar li.selected a:focus,
div.filter-bar li.selected a:hover {
  color: #036;
}
div.filter-bar .select2-container {
  min-width: 10em;
}
div.filter-bar .select2-container .select2-selection--single {
  height: 30px;
  border-color: #819ca9;
}
div.filter-bar .select2-wrapper.select-active [data-filter-type=highlight-active] + .select2-container--admin-autocomplete .select2-selection--single {
  background: #ffcc66;
}
div.filter-bar .admin-filter {
  order: 1;
}
div.filter-bar .result-count {
  font-size: 1.2em;
  margin: 10px 6px 6px;
  padding-top: 10px;
  order: 3;
  flex: 1 1 100%;
  border-top: 1px solid #ddd;
}
div.filter-bar .search-filter {
  order: 1;
}
div.filter-bar .search-filter #searchbar {
  height: 18px;
}
@media (max-width: 767px) {
  div.filter-bar .search-filter #searchbar {
    flex: 1;
  }
}
div.filter-bar .search-filter #searchbar:focus {
  border-color: #999;
}

/* DATE DRILLDOWN */
.change-list ul.toplinks {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.change-list ul.toplinks li {
  padding: 3px 6px;
  font-weight: bold;
  list-style-type: none;
  display: inline-block;
}
.change-list ul.toplinks .date-back a {
  color: #999;
}
.change-list ul.toplinks .date-back a:focus, .change-list ul.toplinks .date-back a:hover {
  color: #036;
}

/* PAGINATOR */
.paginator {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  margin: 0;
  border-top: 1px solid #ddd;
}
.paginator a:link,
.paginator a:visited {
  padding: 2px 6px;
  background: #79aec8;
  text-decoration: none;
  color: #fff;
}
.paginator a:focus,
.paginator a:hover {
  color: white;
  background: #036;
}
.paginator a.showall {
  padding: 0;
  border: none;
  background: none;
  color: #5b80b2;
}
.paginator a.showall:focus, .paginator a.showall:hover {
  background: none;
  color: #036;
}
.paginator .end {
  margin-right: 6px;
}
.paginator .this-page {
  padding: 2px 6px;
  font-weight: bold;
  font-size: 13px;
  vertical-align: top;
}

/* ACTIONS */
.filtered .actions {
  margin-right: 280px;
  border-right: none;
}

#changelist table input {
  margin: 0;
  vertical-align: baseline;
}

#changelist table tbody tr.selected {
  background-color: #FFFFCC;
}

#changelist .actions {
  padding: 10px;
  background: #fff;
  border-top: none;
  border-bottom: none;
  line-height: 24px;
  color: #999;
}
#changelist .actions.selected {
  background: #fffccf;
  border-top: 1px solid #fffee8;
  border-bottom: 1px solid #edecd6;
}
#changelist .actions:last-child {
  border-bottom: none;
}
#changelist .actions span.all,
#changelist .actions span.action-counter,
#changelist .actions span.clear,
#changelist .actions span.question {
  font-size: 13px;
  margin: 0 0.5em;
  display: none;
}
#changelist .actions select {
  vertical-align: top;
  height: 24px;
  background: none;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 0 0 4px;
  margin: 0;
  margin-left: 10px;
}
#changelist .actions select :focus {
  border-color: #999;
}
#changelist .actions label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
#changelist .actions .button {
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
  cursor: pointer;
  height: 24px;
  line-height: 1;
  padding: 4px 8px;
  margin: 0;
  color: #333;
}
#changelist .actions .button:focus, #changelist .actions .button:hover {
  border-color: #999;
}

/*# sourceMappingURL=changelists.compiled.css.6d722d2b7051.map */
