.ui-dialog-titlebar-min, .ui-dialog-titlebar-max {
  position: absolute;
  right: 2em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.new-feature {
  position: relative;
}
.new-feature::after {
  content: "new";
  position: absolute;
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
  font-size: 11px;
  line-height: 1.2;
  color: #fff;
  background: #f22929;
  z-index: 1;
  opacity: 1;
  animation: new-feature-show 2s ease-in-out 0s;
}
@keyframes new-feature-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes new-feature-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.new-feature.new-department-room::after {
  content: "new";
  top: -19px;
  right: -16px;
}
.new-feature.new-department-room-li::after {
  content: "new";
  top: -1px;
  right: 20px;
  animation: none;
}
.new-feature.new-menu-1::after {
  content: "new";
  top: -19px;
  right: -16px;
}
.new-feature.new-menu-1-li::after {
  content: "new";
  top: -4px;
  left: -19px;
  animation: none;
}

.new-feature-block {
  position: absolute;
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
  font-size: 11px;
  line-height: 1.2;
  color: #fff;
  background: #f22929;
  z-index: 100;
  opacity: 1;
  animation: new-feature-show 2s ease-in-out 0s;
  box-sizing: border-box;
}
@keyframes new-feature-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes new-feature-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.new-feature-block + .tooltip.right .tooltip-arrow {
  top: 50%;
}
.new-feature-block + .tooltip .tooltip-inner {
  width: 200px;
}

.new-feature-block.new-department-room {
  top: -17px;
  right: -3px;
}
.new-feature-block.new-change-room-name {
  top: 38px;
  left: -13px;
}

div.show_delay_reload {
  box-shadow: inset 0 0 5em 5em rgba(69, 65, 65, 0.5);
}

div.show_delay_reload * {
  color: transparent !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.hide_without_pallets_number_input {
  display: none;
}

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