/******* Bootstrap Theming ********/

table.dataTable tr td {
  height: 32px;
  padding: 5px 10px;
}

table.dataTable td {
  font-size: 12px;
  color: #000000;
}

table.dataTable th {
  font-size: 12px !important;
  text-transform: uppercase;
  text-align: center;
}

table.dataTable tr.dtrg-level-0 td {
  font-size: 14px;
}

select:not([size]) {
  background: none;
}


.spin-svg {
  text-indent: -9999px;
  background-image: url(/assets/spin-9c165d3c1a7cc022109987745fee07f7a2477cc5fcf6bb59f1b93ff3f38ed01e.svg);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 60px;
}


.bg-dark {
  background-color: #1F1F2E;
}

body {
  /*background-color: #f9f9f9;*/
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.spanner {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(42, 42, 42, 0.65);
  width: 100%;
  display: block;
  text-align: center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 42, 0.15);
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 40px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show {
  visibility: visible;
}

.spanner, .overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spanner.show, .overlay.show {
  opacity: 1
}

.branch-label {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.branch-label select {
  text-align: center;
  position: relative;
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #111;
  color: #999;
  border: none;
  outline: none;
  font-size: 12px;
  //padding: 10px 9px;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  //height: 28px;
}

.branch-label:after {
  content: '▼';
  position: absolute;
  width: 37px;
  color: #999;
  font-weight: bold;
  font-size: 16px;
  right: 2px;
  bottom: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
}

.branch-label:before {
  content: '';
  right: 2px;
  top: 2px;
  width: 37px;
  height: 33px;
  background: #242424;
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
