body.loading {
  overflow: hidden; }

body.loading .onload {
  display: block; }

.onload {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../img/loading.gif") 50% 50% no-repeat;
  background-size: 5%; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -999em;
  display: none; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget {
  font-size: 1em; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
  max-height: 400px;
  max-width: 280px;
  width: 260px;
  overflow-y: auto; }

.ui-autocomplete {
  position: absolute;
  top: 68px;
  left: 16px;
  cursor: default; }

li.ui-menu-item {
  padding: 2px 15px;
  font-size: 0.7em;
  font-weight: normal; }

li.even.ui-menu-item {
  background-color: #eee; }

a.ui-menu-item-wrapper {
  color: #000; }

span.tag_name {
  padding: 0px 10px 0px 0px; }

span.tag_count {
  font-size: 0.7em;
  padding: 2px; }

#wisy_view .inline1 {
  position: relative;
  display: none; }

#wisy_view .inline {
  display: inline-flex; }

#wisy_view .label {
  all: revert; }

#wisy_view .label1 {
  background-color: lightgray; }

#wisy_view .wisyfilter {
  margin-left: 12px;
  margin-top: 6px;
  margin-right: 12px;
  position: relative;
  display: none;
  width: 15%;
  border-style: dotted;
  border-width: 1px;
  border-color: lightgrey; }

#wisy_view .wisyfilterimg {
  float: right;
  padding-right: 4px; }

.mypreview {
  width: 100px;
  height: 100px;
  border: 1px solid black;
  margin: 0 auto;
  background: white; }

#popup {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding: 2px;
  background: #fff;
  margin: 2px auto;
  display: none;
  z-index: 1;
  opacity: 0.7;
  text-align: center; }

.dataTables_info,
.dataTables_length,
.dataTables_filter {
  display: none; }

.portlet-content-container {
  min-height: 500px; }

ul.pagination .point {
  font-weight: 2em; }

.filter-button {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #c6c6c3; }

.filter-button-correction {
  max-height: 29px;
  margin-top: 1px; }

.radio-drop {
  vertical-align: text-bottom;
  margin-left: 2px;
  font-size: 0.7em; }

.icon-col {
  font-size: 1.3rem;
  min-width: 102px !important; }

ul.flex-tree li span.open::after {
  content: "\0002B" !important;
  color: #8bb21e !important; }

ul.flex-tree li span.closed::after {
  content: "\02212" !important;
  color: #8bb21e !important; }