.loading-overlay{
  position:absolute;
  background:#000;
  opacity:.3;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:1000;
  display: none;
}

.panel-body > hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.loadingcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  height: 100vh;
  opacity: 1;
  color: #fff;
}

.tooltip-inner {
  max-width: 350px;
}

.dropdown-item-extra{
  color: #c1c1c1
}

.no-wrap {
  display: flex;
}

.align-left {
  text-align: left;
  margin-right: auto;
}

.align-right {
  text-align: right;
  margin-left: auto;
}

body {
  font-size: 12px;
}

select.input-sm, .input-sm {
  padding: 4px 12px;
  height: 28px;
}

.panel-heading.sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

thead.sticky {
  background: white;
  position: sticky;
  top: 37.8px;
}

@media(min-width: 1200px) {
  .col-lg-2.sticky {
    position: sticky;
    top: 0;
  }
}

.btn-group:not(.open), .btn-group > .btn {
  position: initial;
}