/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --primary: #6e6e6e;
  --font-family-monospace: "Raleway", sans-serif;
}

a {
  color: #6e6e6e;
  text-decoration: none;
  background-color: #transparent;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #56a0cf;
  text-decoration: underline;
}

pre,
code,
kbd,
samp {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h4,
.h4 {
  margin-bottom: 0.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #6e6e6e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.25);
}

.btn {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #777;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6875rem 3.5625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.btn::after {
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  background-color: rgba(24, 9, 53, 0.77);
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
  position: absolute;
  top: 0;
  left: -1px;
  border: 1px solid transparent;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.btn-outline-primary {
  color: #6e6e6e;
  border-color: #6e6e6e;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.25);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #6e6e6e;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #6e6e6e;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #6e6e6e;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6e6e6e;
  background-color: #6e6e6e;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6e6e6e;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
}

.custom-select:focus {
  border-color: #6e6e6e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.25);
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #6e6e6e;
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.25);
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #6e6e6e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #6e6e6e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #6e6e6e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6e6e6e;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #6e6e6e;
}

.navbar-light .navbar-text a {
  color: #6e6e6e;
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #6e6e6e;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #6e6e6e;
  background-color: #fff;
  border: 1px solid #6e6e6e;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.25);
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.badge-primary {
  color: #fff;
  background-color: #6e6e6e;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6e6e6e;
  transition: width 0.6s ease;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.bg-primary {
  background-color: #6e6e6e !important;
}

.border-primary {
  border-color: #6e6e6e !important;
}

.text-primary {
  color: #6e6e6e !important;
}

.text-monospace {
  font-family: "Raleway", sans-serif !important;
}

/*!
 ************************************************* was 238, 21, 21 en is nu 110, 110, 110
 */

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(110, 110, 110, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(110, 110, 110, 0.5);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(110, 110, 110, 0.5);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(110, 110, 110, 0.5);
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(110, 110, 110, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(110, 110, 110, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(110, 110, 110, 0.25);
}