body {
  height: 100%;
  font-family: Heebo-Light;
}

.btn-select {
  font-weight: bold;
  margin-bottom: 8px;
  background: #dae9b7;
  height: auto;
  font-size: 15px;
}

.btn-select-pill {
  font-weight: bold;
  background: #dae9b7;
  height: auto;
  font-size: 15px;
  border: none;
  border-radius: 0px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: right;
  color: #002b64;
}

.bootstrap-select > .dropdown-toggle {
  padding-left: 25px;
  padding-right: 12px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  right: initial;
  left: 12px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  text-align: right;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
  margin-left: 34px;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  right: initial;
  left: 15px;
}

.bootstrap-select.btn-group .dropdown-menu {
  color: #002b64 !important;
  background: #dae9b7 !important;
  font-size: 15px;
  font-weight: bold !important;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  background-color: #a3c74c;
  color: white;
  font-size: 14px;
  border: 1px solid #1a3b6d;
}

.btn-group > .btn:last-child:not(:first-child):hover,
.btn-group > .dropdown-toggle:not(:first-child):hover {
  background-color: #93b22f;
  font-weight: bold;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  background-color: #a3c74c;
  color: white;
  font-size: 14px;
  border: 1px solid #1a3b6d;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle):hover {
  background-color: #93b22f;
  font-weight: bold;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  background-color: #dae9b7;
  border: 1px solid #1a3b6d;
  font-weight: bold;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  color: #002b64;
  font-size: 1.4em;
}

.logo {
  margin: 20px auto;
}

html,
body {
  height: 100%;
}

.viewport {
  height: 100%;
}

.thick {
  height: 40%;
}

.thin {
  height: 20%;
}

.head-start {
  height: 5%;
}
.head-end {
  height: 5%;
}
.head {
  height: 15%;
}

.end {
  height: 15%;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 25px;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  right: 13px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

#mainDiv {
  display: none;
  text-align: center;
}

.form-row-pillpicker {
  border-right: 1px solid black;
}
