/* put your own styles to customize and override the theme */
.auth-header {
  position: relative;
  padding: 1.5rem 1.25rem 2.25rem;
  width: 100%;
  background-color: #ffffff;
  color: #246887;
  text-align: center;
  background-size: cover;
}

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

.app-header {
  background-color: #246887;
}

.stacked-menu>.menu>.menu-item.has-active>.menu-link {
  color: #246887;
}

.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;
}

a {
    color: #246887;
}

.badge-success {
    color: #fff;
    background-color: #246887;
}

.form-control-border-color {
    color: #246887;
}

.stacked-menu .menu-item.has-active>.menu-link .menu-icon {
    color: #246887;
}

.btn-primary {
    background-color: #246887;
    border-color: #246887;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active  {
    background-color: #7b83a9;
    border-color: #7b83a9;
}

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

.bg-primary {
    background-color: #246887;
}

#image-preview {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  background-color: #346CB0;
  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;
}
