.test-container {
  max-width: 1300px;
  margin: 0px auto 0px auto;
}

.test-container-small {
  max-width: 900px;
  margin: 25px auto;
}

#runninglog {
  width: 800px;
  height: 400px !important;
  font-size: 11px;
  white-space: pre-wrap;
}

.modal-dialog {
  width: 840px !important;
  max-width: 840px !important;
}

.btn-outline-dark {
  color: #eee;
}

.notification-pill {
  color: #3c3c3c !important;
}

.notification-content {
  color: #111111;
}

.navbar-nav li.active a {
  color: #fff !important;
}

#globalerror {
  display: none;
}

.loadercontainer {
  height: 2px;
}

.sidebar-load-bar {
  position: relative;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.sidebar-load-bar--small {
  height: 2px;
}

.sidebar-bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}

.sidebar-bar:nth-child(1) {
  background-color: #00bc8c;
  -webkit-animation: sidebar-loading 3s linear infinite;
  animation: sidebar-loading 3s linear infinite;
}

.sidebar-bar:nth-child(2) {
  background-color: #eee;
  -webkit-animation: sidebar-loading 3s linear 1s infinite;
  animation: sidebar-loading 3s linear 1s infinite;
}

.sidebar-bar:nth-child(3) {
  background-color: #00bc8c;
  -webkit-animation: sidebar-loading 3s linear 2s infinite;
  animation: sidebar-loading 3s linear 2s infinite;
}

body,
html {
  min-height: 100%;
}

html.load {
  cursor: progress !important;
}

html.load * {
  cursor: progress !important;
}

.btn-load {
  opacity: 0.3;
  cursor: progress !important;
}

button .router-link,
button .router-link-active {
  color: #fff !important;
}

#modal-notifications .btn-light {
  font-size: 11px;
  padding-left: 7px;
  padding-right: 7px;
}

label,
.card-header,
.card-footer,
.nav-link {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
             supported by Chrome, Opera and Firefox */
}

.backlink {
  font-size: 20px;
}

/* hover style just for information */

label:hover:before {
  /* border: 2px solid var(--blue) !important;*/
  opacity: 0.7;
}

@-webkit-keyframes sidebar-loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }

  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }

  to {
    left: 0;
    width: 100%;
  }
}

@keyframes sidebar-loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }

  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }

  to {
    left: 0;
    width: 100%;
  }
}

nav .btn {
  box-shadow: none !important;
  text-transform: none !important;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  background: none !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

nav .active {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.dropdown-item.active {
  background-color: #eee !important;
}

.notification-pill {
  margin-right: 25px !important;
}

.dropdown-menu {
  padding: 0px !important;
}

.dropdown-menu li:hover,
.dropdown-menu a:hover {
  background: #eee !important;
  color: #000 !important;
  box-shadow: none !important;
}

#modul-omc .omc-single-prop .navtree .strategy .strategy-title:hover .editduplicate,
#modul-omc .omc-single-prop .navtree .ads .ads-entry:hover .editduplicate {
  display: block;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

