/*AJAX LOADER*/
@keyframes ajaxanim {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(90deg); } }
#ajaxloads_bg, #ajaxloads_n, #ajaxloads_l {
  position: absolute;
  position: fixed;
  z-index: 17; }

#ajaxloads_bg, #ajaxloads_n {
  width: 16px;
  height: 16px;
  bottom: 6px;
  left: 6px; }

#ajaxloads_bg {
  background-color: #FF5722;
  animation: ajaxanim .5s ease-in 0s infinite; }

#ajaxloads_n {
  color: white;
  text-align: center;
  line-height: 16px;
  font-family: 'Trebuchet MS';
  font-size: 9px;
  cursor: pointer; }

#ajaxloads_l {
  bottom: 25px;
  left: 25px;
  max-width: calc(100% - 2 * 25px);
  max-height: 67%;
  overflow: auto;
  border-radius: 4px;
  box-shadow: 0px 1px 6px #888;
  background-color: #FBE9E7;
  font-family: 'Trebuchet MS';
  font-size: 13px;
  line-height: 20px; }

#ajaxloads_l.hidden {
  display: none; }

#ajaxloads_l .ajaxabortbox {
  padding: 6px; }

#ajaxloads_l .ajaxabortbox:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.4); }

#ajaxloads_l .ajaxabortbtn::after {
  content: 'x';
  cursor: pointer;
  padding: 6px 6px 6px 0px;
  font-family: monospace;
  color: #FF5722; }

.tooltip_box {
  position: fixed;
  background-color: rgba(55, 71, 79, 0.8);
  color: white;
  font-weight: bold;
  font-size: 10px;
  font-family: 'Trebuchet MS';
  padding: 3px 6px;
  border-radius: 2px;
  opacity: 0;
  min-width: 10px;
  max-width: 128px;
  text-align: center;
  z-index: 11111; }

.tooltip_box::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(55, 71, 79, 0.8) transparent; }

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