﻿@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('ubuntu'), url(webfonts/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    font-family: 'ubuntu', Helvetica, Arial, sans-serif;
    height: 100%; /*AD: opglet als je de height aanpast deze is nodig voor het zoomen met de zoomin/uit button rechtsboven aan op pagina*/
}

textarea {
  min-height: 38px;
}

.modal-PDF-viewer {
  height: 86vh;
}

/*.b-layout-sider {
  top: 64px;
  margin-bottom: 64px;
}*/

.form-control.is-validating {
  border-color: #9D963D;
}

.spinner-validation {
  margin-left: 2px;
  margin-right: 2px !important;
  margin-top: inherit !important;
}

.b-layout.b-layout-root:not(.b-layout-has-sider) .b-layout-header-fixed, .b-layout.b-layout-root:not(.b-layout-has-sider) > .b-layout .b-layout-header-fixed {
  position: unset;
}

.b-bar-link > i {
  margin-right: 0.3rem;
}

.b-bar-vertical-inline .b-bar-item .b-bar-icon, .b-bar-vertical-popout .b-bar-item .b-bar-icon, .b-bar-vertical-small .b-bar-item .b-bar-icon {
  margin-right: 0.3rem;
}

.b-bar-vertical-inline .b-bar-item, .b-bar-vertical-popout .b-bar-item, .b-bar-vertical-small .b-bar-item {
  /*font-weight: bold;*/
  margin-left: -0.5rem;
}

/*.b-bar-item {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}*/


a, .btn-link {
    color: #0366d6;
}

/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/*app {
  position: relative;
  display: flex;
  flex-direction: column;
}*/

.top-row {
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.main {
  flex: 1;
}

  .main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
  }

    .main .top-row > a, .main .top-row .btn-link {
      white-space: nowrap;
      margin-left: 1.5rem;
    }

.main .top-row a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

  .sidebar .top-row {
    background-color: rgba(0,0,0,0.4);
  }

  .sidebar .navbar-brand {
    font-size: 1.1rem;
  }

  .sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
  }

  .sidebar .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
  }

    .sidebar .nav-item:first-of-type {
      padding-top: 1rem;
    }

    .sidebar .nav-item:last-of-type {
      padding-bottom: 1rem;
    }

      .sidebar .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
      }

        .sidebar .nav-item a.active {
          background-color: rgba(255,255,255,0.25);
          color: white;
        }

        .sidebar .nav-item a:hover {
          background-color: rgba(255,255,255,0.1);
          color: white;
        }

.content {
  padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 20px;
}

.btn-menu-toggler {
  font-size: 2rem;
  margin-left: -6px;
  padding-left: 0;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
    display: unset;
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .main .top-row:not(.auth) {
    display: none;
  }

  .main .top-row.auth {
    justify-content: space-between;
  }

  .main .top-row a, .main .top-row .btn-link {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  app {
    flex-direction: row;
  }

  .sidebar {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .main .top-row {
    position: sticky;
    top: 0;
  }

  .main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }

  /*.navbar-toggler {
     display: none;
  }*/

  .sidebar .collapse {
      /* Never collapse the sidebar for wide screens */
    display: block;
  }
}

/* Layoud header with sider fixes */
/*.b-layout-content {
  padding-top: 80px !important;
}*/
.b-layout.b-layout-has-sider {
    margin-top: -64px;
}

/*.b-layout-sider {
  margin-top: -64px;
}*/

.b-layout-sider-content {
  z-index: 0;
}
/* END Layoud header with sider fixes */



.border {
  border-style: solid;
  border-width: thin;
}

.checkbox {
  cursor: pointer;
}

.b-bar-link {
  cursor: pointer;
}

.nav-link {
  cursor: pointer;
}

.spinner-border-sm {
  margin-top: -0.25em;
  vertical-align: middle;
  margin-right: .3rem;
}

.table-responsive {
  border: 1px solid #CCC;
  margin-bottom: 1rem;
}

/* Uit CSS van Blazorize: begin */
    .table-fixed-header {
        overflow-y: auto;
    }

    .table-fixed-header .table {
        border-collapse: unset;
        border-spacing: unset;
    }

    .table-fixed-header .table thead tr th {
        border-top: unset;
        position: unset;
        background: unset;
        z-index: unset;
    }

    .table-fixed-header .table thead tr:nth-child(1) th {
        top: unset;
    }
/* Uit CSS van Blazorize: einde */

.table-fixed-header > .table {
    border-collapse: separate;
    border-spacing: 0;
}

.table-fixed-header > .table thead tr:nth-of-type(1) th {
    top: 0px;
}

    .table-fixed-header > .table thead tr:nth-of-type(2) {
        background: white;
    }

    .table-fixed-header > .table:nth-of-type(1) > thead > tr > th {
        top: 0px !important;
        background: unset;
        border-top: none;
        position: sticky;
        z-index: 10;
    }

    .table-fixed-header > .table:nth-of-type(1) > thead {
        top: 0px;
        position: sticky;
        z-index: 990;
    }

    .table-fixed-header > .table:nth-of-type(1) > tbody > tr > td > .table-fixed-header > .table:nth-of-type(1) > thead {
        top: 0px;
        position: sticky;
        z-index: 980;
    }

.nav-tabs .nav-link, .nav-tabs .nav-link {
    border-color: #e9ecef #e9ecef #000;
    /*background: #e9ecef;*/
    font-weight: normal;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  font-weight: bold;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef black;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: black black #e9ecef;
  font-weight: bold;
}

.tab-content {
  border: black solid;
  border-width: 0px 1px 1px 1px;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
}

/* Om de app name & menu toggler op de horizontale navbar op dezelfde hoogte te houden in page view & menu view */
@media (min-width: 0px) {
  .navbar-expand-sm {
    flex-flow: nowrap;
  }
}

/* Om de menu icons en tekst op de verticale navbar verticaal te centreren */
.b-bar-vertical-inline .b-bar-item .b-bar-icon, .b-bar-vertical-popout .b-bar-item .b-bar-icon, .b-bar-vertical-small .b-bar-item .b-bar-icon {
  vertical-align: top
}

/* Om de app name op de horizontale navbar zwart te maken */
.b-bar-link {
  color: black;
}

/* Om de app name op de horizontale navbar opvallender te maken en beter te positioneren */
.navbar-brand {
  font-size: 2rem;
  font-weight: bold;
  margin-left: -20px;
}

.nav-item > a {
  text-decoration: none;
  color: black;
}

/* Inner shadow vertical nav bar
.b-bar-vertical-inline, .b-bar-vertical-popout, .b-bar-vertical-small {
  -webkit-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,1);
  -moz-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,1);
  box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,1);
} */

/* Inner shadow vertical nav bar */
.b-bar-vertical-inline, .b-bar-vertical-popout, .b-bar-vertical-small {
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
}

.b-bar-vertical-inline.b-bar-light .b-bar-brand, .b-bar-vertical-popout.b-bar-light .b-bar-brand, .b-bar-vertical-small.b-bar-light .b-bar-brand {
  border-bottom: black solid;
}

.b-layout-header .navbar {
  height: 64px !important;
  border-bottom: black solid;
}

.b-bar-vertical-inline.b-bar-light .b-bar-link.active,
.b-bar-vertical-popout.b-bar-light .b-bar-link.active,
.b-bar-vertical-small.b-bar-light .b-bar-link.active,
.b-bar-vertical-inline.b-bar-light .b-bar-dropdown-menu .b-bar-dropdown-item.active,
.b-bar-vertical-popout.b-bar-light .b-bar-dropdown-menu .b-bar-dropdown-item.active,
.b-bar-vertical-small.b-bar-light .b-bar-dropdown-menu .b-bar-dropdown-item.active {
    color: black;
    background: white;
}

.b-bar-vertical-inline.b-bar-light .b-bar-link:hover, .b-bar-vertical-popout.b-bar-light .b-bar-link:hover, .b-bar-vertical-small.b-bar-light .b-bar-link:hover {
    background: rgba(255, 255, 255, 0.5);
}

.b-bar-vertical-inline.b-bar-light .b-bar-dropdown-menu .b-bar-dropdown-item:hover, .b-bar-vertical-popout.b-bar-light .b-bar-dropdown-menu .b-bar-dropdown-item:hover, .b-bar-vertical-small.b-bar-light .b-bar-dropdown-menu .b-bar-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

.b-bar-vertical-inline .b-bar-mobile-toggle, .b-bar-vertical-popout .b-bar-mobile-toggle, .b-bar-vertical-small .b-bar-mobile-toggle {
  margin-right: 15px;
}

/*.signature-pad {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 2em;
}

.signature-pad::before, .signature-pad::after {
  box-shadow: none;
}*/

.b-bar-vertical-inline.b-bar-light .b-bar-dropdown-menu, .b-bar-vertical-popout.b-bar-light .b-bar-dropdown-menu, .b-bar-vertical-small.b-bar-light .b-bar-dropdown-menu {
  background: transparent;
}

.fa-sort-up, .fa-sort-down {
  margin-left: 5px;
}

/*
.b-bar-vertical-inline .b-bar-dropdown .b-bar-dropdown-menu.show {
  -webkit-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,1);
  -moz-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,1);
  box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,1);
}

.b-bar-vertical-inline .b-bar-dropdown .b-bar-dropdown-menu.show, .b-bar-vertical-popout .b-bar-dropdown .b-bar-dropdown-menu.show, .b-bar-vertical-small .b-bar-dropdown .b-bar-dropdown-menu.show {
  background: var(--b-bar-light-background, #fff);
}
*/

/*.navbar-light .navbar-toggler {
  margin-bottom: 10px;
}*/

.alert ul {
    margin-bottom: 0rem;
}
.div-horizontal-layout {
    display: inline-flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}

.div-horizontal-layout > :last-child {
    flex-grow: 1;
}

.b-table-resizer {
    border-right: solid;
    border-color: lightgrey;
    opacity: 0.5;
    border-width: thin;
}

#app {
    height : 100%; /*AD: opglet als je de height aanpast deze is nodig voor het zoomen met de zoomin/uit button rechtsboven aan op pagina*/
}

.b-layout.b-layout-root {
    height: 100%; /*AD: opglet als je de height aanpast deze is nodig voor het zoomen met de zoomin/uit button rechtsboven aan op pagina*/
}

.cc-autocomplete-box-blazorise-div small {
    margin: 0;
}

button.cc-button.disabled, button.cc-button-success:disabled{
    box-shadow:none;
}
