@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Pages/Aanmaken.razor.rz.scp.css */
/* /Pages/Login.razor.rz.scp.css */
.login-form[b-9be3z35ric]{
    margin: auto;
    width: 50%;
}

.login-form a[b-9be3z35ric]{
    color: rgb(138, 138, 138);
    text-decoration: none;
}

.login-form .btn-primary[b-9be3z35ric]{
    background-color: #00509e;
    border-color: #00509e;
    width: 100%;
}

.login-form .btn-primary:hover[b-9be3z35ric]{
    background-color: #297dd1;
}

.login-form .login-spinner[b-9be3z35ric]{
    margin-top: 8px;
}
/* /Pages/Spoelkleppen.razor.rz.scp.css */
table[b-gcyt0smf5n] {
  background-color: white;
  border-radius: 20px;
}

/*th,
td {
  width: 80px;
}*/

th.dateField[b-gcyt0smf5n],
td.dateField[b-gcyt0smf5n] {
  max-width: 200px;
}

.icon-button[b-gcyt0smf5n] {
  padding: 4px;
}

.icon-button:hover[b-gcyt0smf5n] {
  cursor: pointer;
  background-color: rgba(214, 214, 214, 0.507);
  border-radius: 15px;
}

.icon-button:active[b-gcyt0smf5n] {
  cursor: pointer;
  background-color: rgba(138, 138, 138, 0.507);
  border-radius: 15px;
}

label[b-gcyt0smf5n] {
  padding-left: 0px;
}

.regelBeheerTitle[b-gcyt0smf5n] {
  font-size: 24px;
}

#regelContainer[b-gcyt0smf5n]{
  max-height: 600px;
}

.popupButton[b-gcyt0smf5n]{
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  
}

.popupButton:hover[b-gcyt0smf5n]{
  box-shadow: 2px 2px black;
  background-color: #d3d6d8;
  cursor: pointer;
  margin-left: 0px;
}

#dataloggerField[b-gcyt0smf5n]{
  padding-left: 24px;
  padding-right: 24px;
}

#sendSuccesSnackbar[b-gcyt0smf5n] {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#sendSuccesSnackbar.show[b-gcyt0smf5n] {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein-b-gcyt0smf5n 0.5s, fadeout-b-gcyt0smf5n 0.5s 2.5s;
}

#sendFailedSnackbar[b-gcyt0smf5n] {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#sendFailedSnackbar.show[b-gcyt0smf5n] {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein-b-gcyt0smf5n 0.5s, fadeout-b-gcyt0smf5n 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein-b-gcyt0smf5n {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout-b-gcyt0smf5n {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.scrollable-grid[b-gcyt0smf5n] {
  overflow-x: auto;
  white-space: nowrap;
}

.scrollable-grid .quickgrid-table[b-gcyt0smf5n] {
  display: inline-table;
}
/* /Shared/Components/paginator/CustomPaginator.razor.rz.scp.css */
#pageColumnContent[b-s179gkgx2n]{
    float: right;
    margin-right: 16px;
}

.pageButton[b-s179gkgx2n]{
    background-color: transparent;
    border: none;
}

.pageButton:hover:enabled[b-s179gkgx2n]{
    background-color: #e0dfdf;
    border: none;
}

.pageButton:disabled[b-s179gkgx2n]{
    cursor: default;
    filter: invert(50%);
}

/* /Shared/Components/popup/Popup.razor.rz.scp.css */
.modal-dialog[b-dlped9g13x]{
    margin-left: auto;
    margin-right: auto;
}

.modal[b-dlped9g13x]{
    background-color: rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(4px);
}
/* /Shared/Components/SchemaRegel/SchemaRegelComponent.razor.rz.scp.css */
.regel-container[b-ajjigbd5oo] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin: 16px 0;
    border-radius: 8px;
    background-color: #f8ffff;
}

.regel-content[b-ajjigbd5oo] {
    display: flex;
    flex-direction: column;
}

.button-edit[b-ajjigbd5oo]{
    width: 28px;
    height: 28px;
    padding: 0px;
}
/* /Shared/Components/SchemaRegel/SchemaRegelList.razor.rz.scp.css */
.regelsContainer[b-pdelz9j2hp]{
    overflow-y: auto;
}
/* /Shared/Components/Tooltip/Tooltip.razor.rz.scp.css */
.tooltip-container[b-b4i142dhee] {
    position: relative;
    display: inline-block;
    padding: 0px;
}

.tooltip-content[b-b4i142dhee] {
    cursor: pointer;
}

.tooltip-text[b-b4i142dhee] {
    visibility: hidden;
    position: absolute;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text[b-b4i142dhee] {
    visibility: visible;
    opacity: 1;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.home[b-7beth0vu6v]{
    /*background-image: url(./images/home.svg);*/
    width: 48px;
    height: 48px;
    position: absolute;
    left: 8px;
    filter: invert(80%);
}

.home:hover[b-7beth0vu6v]{
    cursor: pointer;
    filter: invert(60%);
}

.page[b-7beth0vu6v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7beth0vu6v] {
    flex: 1;
}

.hide[b-7beth0vu6v]{
    display:none;
}

footer[b-7beth0vu6v] {
    text-align: center;
    color: white;
    font-size: 20px;
    height: 2.5rem;
    max-height: 2.5rem;
    background-color: #00509e;
}

.content[b-7beth0vu6v] {
    height: calc(100vh - 6rem);
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
}

.sidebar[b-7beth0vu6v] {
    background-color: #00509e;
}

.btn-primary[b-7beth0vu6v]{
    background-color: #00509e;
    border-color: #00509e;
}

.btn-primary:hover[b-7beth0vu6v]{
    background-color: #297dd1;
}

.top-row[b-7beth0vu6v] {
    background-color: #00509e;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: white;
}

.top-row .navbar-title[b-7beth0vu6v] {
    position: absolute;
    left: 56px;
    color: white;
    font-size: 16px;
}

.top-row[b-7beth0vu6v]  a,
.top-row[b-7beth0vu6v]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-7beth0vu6v]  a:hover,
.top-row[b-7beth0vu6v]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-7beth0vu6v]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* MOBILE TOP ROW */
.navbar-mobile[b-7beth0vu6v] {
    background-color: #00509e;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.navbar-mobile .navbar-title[b-7beth0vu6v] {
    position: absolute;
    left: 8px;
    color: white;
    font-size: 16px;
}

.navbar-mobile[b-7beth0vu6v]  a,
.navbar-mobile[b-7beth0vu6v]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.navbar-mobile[b-7beth0vu6v]  a:hover,
.navbar-mobile[b-7beth0vu6v]  .btn-link:hover {
    text-decoration: underline;
}

.navbar-mobile[b-7beth0vu6v]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 700.98px) {
    .top-row:not(.auth)[b-7beth0vu6v] {
        display: none;
    }

    .top-row.auth[b-7beth0vu6v] {
        justify-content: space-between;
    }

    .top-row[b-7beth0vu6v]  a,
    .top-row[b-7beth0vu6v]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 701px) {
    .navbar-mobile[b-7beth0vu6v] {
        display: none;
    }

    .page[b-7beth0vu6v] {
        flex-direction: row;
    }

    .sidebar[b-7beth0vu6v] {
        width: 250px;
        height: 100vh;
        max-height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }

    .top-row[b-7beth0vu6v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7beth0vu6v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7beth0vu6v],
    article[b-7beth0vu6v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#menu-button[b-7beth0vu6v] {
    position: absolute;
    left: 8px;
    cursor: pointer;
}

#version[b-7beth0vu6v] {
    position: absolute;
    right: 8px;
    bottom: 8px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qvfvpc68a3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qvfvpc68a3] {
    height: 3.5rem;
    background-color: #00509e;
}

.navbar-brand[b-qvfvpc68a3] {
    font-size: 1.1rem;
}

.oi[b-qvfvpc68a3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.menu-item:hover[b-qvfvpc68a3]{
    cursor: pointer;
}
.nav-link:hover[b-qvfvpc68a3]{
    cursor: pointer;
}
.nav-item[b-qvfvpc68a3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qvfvpc68a3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qvfvpc68a3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qvfvpc68a3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qvfvpc68a3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-qvfvpc68a3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 701px) {
    .navbar-toggler[b-qvfvpc68a3] {
        display: none;
    }

    .collapse[b-qvfvpc68a3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-qvfvpc68a3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
