/* put your own styles to customize and override the theme */

/* ============================================
   THEME COLOR OVERRIDES - Perspectief: #0190a0 (teal)
   ============================================ */

:root {
  --primary: #0190a0;
}

/* Top bar / Header */
.app-header {
  background: #0190a0;
  background: -moz-linear-gradient(left, #0190a0 0%, #27c2ad 100%);
  background: -webkit-linear-gradient(left, #0190a0 0%, #27c2ad 100%);
  background: linear-gradient(to right, #0190a0 0%, #27c2ad 100%);
}

/* Primary buttons */
.btn-primary {
  background-color: #0190a0;
  border-color: #0190a0;
}

.btn-primary:hover {
  background-color: #017a88;
  border-color: #017a88;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #017a88;
  border-color: #017a88;
  box-shadow: 0 0 0 0.2rem rgba(1, 144, 160, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #016570;
  border-color: #016570;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 144, 160, 0.5);
}

/* Outline primary buttons */
.btn-outline-primary {
  color: #0190a0;
  border-color: #0190a0;
}

.btn-outline-primary:hover {
  background-color: #0190a0;
  border-color: #0190a0;
  color: #fff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 144, 160, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #0190a0;
  border-color: #0190a0;
}

/* Links */
a {
  color: #0190a0;
}

a:hover {
  color: #016570;
}

/* Badges */
.badge-primary {
  background-color: #0190a0;
}

/* Tiles and icons */
.tile.bg-primary,
.bg-primary {
  background-color: #0190a0 !important;
}

/* Form focus states */
.form-control:focus {
  border-color: #0190a0;
  box-shadow: 0 0 0 1px #0190a0;
}

/* Custom checkbox/radio */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0190a0;
  border-color: #0190a0;
}

/* Pagination */
.page-link {
  color: #0190a0;
}

.page-link:hover {
  color: #016570;
}

/* Nav tabs */
.nav-link.active,
.active > .nav-link {
  color: #0190a0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: #0190a0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #0190a0;
}

/* Stacked menu / Left navigation */
.stacked-menu .menu-link {
  color: #0190a0 !important;
}

.stacked-menu > .menu > .menu-item > .menu-link {
  color: #0190a0 !important;
}

.stacked-menu > .menu > .menu-item > .menu-link:focus,
.stacked-menu > .menu > .menu-item > .menu-link:hover,
.stacked-menu > .menu > .menu-item.has-open > .menu-link {
  color: #016570 !important;
}

.stacked-menu .menu-link:focus,
.stacked-menu .menu-link:hover {
  color: #016570 !important;
}

.stacked-menu .menu-item.has-active > .menu-link {
  color: #0190a0 !important;
}

.stacked-menu .menu-item.has-active > .menu-link .menu-icon {
  color: #0190a0 !important;
}

.stacked-menu .menu-item.has-open:not(.has-active) > .menu-link {
  color: #0190a0 !important;
}

.stacked-menu .menu-item.has-active.has-child > .menu-link {
  color: #0190a0 !important;
}

.stacked-menu > .menu > .menu-item.has-active > .menu-link {
  color: #0190a0 !important;
}

.stacked-menu > .menu > .menu-item > .menu .menu-link {
  color: #0190a0 !important;
}

/* Alert primary */
.alert-primary {
  background-color: rgba(1, 144, 160, 0.1);
  border-color: #0190a0;
  color: #0190a0;
}

/* ============================================
   END THEME COLOR OVERRIDES
   ============================================ */

.auth-header {
  position: relative;
  padding: 1.5rem 1.25rem 2.25rem;
  width: 100%;
  background: #0190a0;
  background: linear-gradient(to right, #0190a0 0%, #27c2ad 100%);
  color: #ffffff;
  text-align: center;
  background-size: cover;
}

.auth-footer {
  padding: 1rem;
  color: #686F76;
  text-align: center;
}

.top-bar-brand {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.5rem;
  width: 15rem;
  padding: 0 .5rem 0 1rem;
  background-color: rgba(255, 255, 255,1);
}

.hidelocale {
  display: none;
}

.board {
  display: block;
  padding: 1.5rem 1rem;
  white-space: normal;
  overflow-x: auto;
}

.figure-title {
  text-transform: none;
}

.switcher-indicator {
  border: 2px solid #ea6759;
  background-color: #ea6759;
}

.btn-link-warning {
    font-weight: 400;
    color: #ea6759;
    background-color: transparent;
}

#image-preview {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  background-color: #0190a0;
  color: #ecf0f1;
}
#image-preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.red .noUi-connect {
  background: rgb(236, 32, 40);
}
.blue .noUi-connect {
  background: rgb(32, 67, 144);
}
.orange .noUi-connect {
  background: rgb(247, 150, 34);
}
.green .noUi-connect {
  background: rgb(72, 166, 71);
}
.yellow .noUi-connect {
  background: rgb(248, 239, 36);
}
.scrollable {
  overflow-y: auto;
  max-height: 360px;
}
