body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*** Sidebar ***/
.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

/*@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}*/

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  /*background-color: rgba(0, 0, 0, .25);*/
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.form-control {
    background-color: #f1f1f1;
    border-radius: 12px;
    padding: 12px;
    border: 0;
}

.form-control.button-input {
    border-radius: 10px;
    padding: 5px;
}

button.button-input {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.table-hover, .pointer {
    cursor: pointer;    
}

.navbar, .navbar-brand, .bg-dark, .bg-black {
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        #0a0a0a 10px,
        #0a0a0a 20px
    );
}

/***************/
/*** SPINNER ***/
/***************/
#global-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #aaaaaa;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #555555 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}


@media screen and (min-width: 1500px) {
    body {
      zoom: 1.1; /* Forstør indholdet */
      /* Alternativt: transform: scale(1.5); men zoom er simplere */
      transform-origin: top center;
    }
}

@media screen and (min-width: 1800px) {
    body {
      zoom: 1.3; /* Forstør indholdet */
      /* Alternativt: transform: scale(1.5); men zoom er simplere */
      transform-origin: top center;
    }
}

@media screen and (min-width: 2100px) {
    body {
      zoom: 1.4; /* Forstør indholdet */
      /* Alternativt: transform: scale(1.5); men zoom er simplere */
      transform-origin: top center;
    }
}

@media screen and (min-width: 2400px) {
    body {
      zoom: 1.5; /* Forstør indholdet */
      /* Alternativt: transform: scale(1.5); men zoom er simplere */
      transform-origin: top center;
    }
}

@media screen and (min-width: 2700px) {
    body {
      zoom: 1.6; /* Forstør indholdet */
      /* Alternativt: transform: scale(1.5); men zoom er simplere */
      transform-origin: top center;
    }
}

@media screen and (min-width: 3000px) {
    body {
      zoom: 1.8; /* Forstør indholdet */
      /* Alternativt: transform: scale(1.5); men zoom er simplere */
      transform-origin: top center;
    }
}

@media screen and (min-width: 3300px) {
    body {
      zoom: 2.0; /* Forstør indholdet */
      /* Alternativt: transform: scale(1.5); men zoom er simplere */
      transform-origin: top center;
    }


}

@media screen and (min-width: 3600px) {
    body {
      zoom: 2.2; /* Forstør indholdet */
      /* Alternativt: transform: scale(1.5); men zoom er simplere */
      transform-origin: top center;
    }
}
