/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
  }
  
  /* Provide sufficient contrast against white background */
  a {
    color: #0366d6;
  }
  
  .btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
  }
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
  }
  
  .navbar {
      background-color: #E6007E;
  }
  
  .navbar a{
      color:white;
  }
  
  .btn .material-icons{
      display:flex
  }
  
  
  /* Sticky footer styles
  -------------------------------------------------- */
  html {
      font-size: 14px;
  }
  @media (min-width: 768px) {
    html {
      font-size: 16px;
    }
  }
  
  .border-top {
    border-top: 1px solid #e5e5e5;
  }
  .border-bottom {
    border-bottom: 1px solid #e5e5e5;
  }
  
  .box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  }
  
  button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
  }
  
  /* Sticky footer styles
  -------------------------------------------------- */
  html {
    position: relative;
    min-height: 100%;
  }
  
  body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
  }
  
  .footer {
      background-color: #E6007E
  }
  
  .footer p{
      color:white;
  }
  
  
  /* Custom styling
  -------------------------------------------------- */
  /* .btn.btn-primary {
      background-color: #E6007E;
  }
  
      .btn.btn-primary:hover,
      .btn.btn-primary:active {
          background-color: green;
      } */
  
  /* .content-wrapper {
      margin-bottom: 95px;
  } */
  
  .navbar-dark .navbar-nav .nav-link {
      color: white !important;
  }
  
      .navbar-dark .navbar-nav .nav-link:hover {
          color: rgba(255, 255, 255, 0.5) !important;
      }
  
  
  .dropdown-menu a {
      color: black;
  }
  
  
  
  .red {
      color: red;
  }
  
  .green {
      color: #90ba21;
  }

  /* .btn-outline-primary {
    border-color: #E6007E;
    color: #E6007E;
  } */

  .btn-outline-opvallen {
    color: #E6007E;
    background-color: transparent;
    border-color: #E6007E;
}

.btn-outline-opvallen:hover {
    color: #fff;
    background-color: #E6007E;
    border-color: #E6007E;
}

.btn-outline-opvallen:focus, .btn-outline-opvallen.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.5);
}

.btn-outline-opvallen.disabled, .btn-outline-opvallen:disabled {
    color: #E6007E;
    background-color: transparent;
}

.btn-outline-opvallen:not(:disabled):not(.disabled):active, .btn-outline-opvallen:not(:disabled):not(.disabled).active, .show > .btn-outline-opvallen.dropdown-toggle {
    color: #fff;
    background-color: #E6007E;
    border-color: #E6007E;
}

.btn-outline-opvallen:not(:disabled):not(.disabled):active:focus, .btn-outline-opvallen:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-opvallen.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 0, 126, 0.5);
}

.badge-opvallen {
  background-color: #E6007E;
  color: white;
}

.badge-presuccess {
  background-color: #98fb98;
  color: #212529;
}

.badge-warning-light {
  background-color: #ffe080;
  color: #212529;
}


.pagination {
  list-style-type:none;
  display:flex;
  justify-content: center;
}

.pagination li {
  display: list-item;
  padding-left: 15px;
  padding-right: 15px;
}

.pagination a {
  color: #E6007E;
}


input::placeholder {
  font-weight: lighter;
  opacity: 0.1;
}

.required-field {
  color: #dc3545;
}

input[type='checkbox'] {
  accent-color: red;
}

.opvallen-table td,
    .opvallen-table th {
        max-height: 32px;
        padding: 2px;

        vertical-align: middle;
    }

    .opvallen-table thead:first-child {
        background-color: #E6007E;
        color: white;
    }