﻿html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#maindiv {
  margin: 0px;
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

#mainheader {
  background-color: #1E50AA;
  color: #ffffff;
  font-family: Arial;
  font-size: 20pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-right: 24px;
}

#maintitle {
  background-color: #ffffff;
  background-image: url('images/menubalk.png');
  background-repeat: repeat-x;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  height: 41px;
  min-height: 41px;
}

#maincontent {
  /*padding: 4px 12px 12px 12px;*/
  flex-grow: 1;
  overflow: auto;
}

@media screen and (min-width: 768px) and (min-height: 768px) {
  #maincontent {
    background-image: url('images/achtergrond.png');
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}

#buttonbar {
  width: 100%;
  background-color: #e4effa;
  border-top: solid 1px #acacac;
  display: flex;
  justify-content: center;
}

#buttonbar_uitgelogd {
  width: 100%;
  background-color: #e4effa;
  background-image: url('LogoOnderbalk.png');
  background-position: 0px 2px;
  background-repeat: no-repeat;
  border-top: solid 1px #acacac;
  display: flex;
}

input {
  border: solid 1px #acacac;
  border-radius: 0px;
}

#buttonbar_login {
  position: relative;
  top: 0px;
  left: 0px;
  display: inline;
  background-color: Red;
  width: 100%;
}

#centerpopupdiv {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#logobovenbalk {
  background-image: url('images/logo_bovenbalk.png');
  background-position: left;
  background-repeat: no-repeat;
  height: 70px;
  width: 621px;
  margin: 0px;
}

#mainloadwindow {
  background-color: #ffffff;
  border: 1px solid #19438E;
  /*  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;*/
  /*padding: 24px;*/
  width: 240px;
  height: 44px;
  z-index: 101;
  opacity: 0.9;
  background-position: 16px 16px;
  background-image: url('images/icon_gears.png');
  background-repeat: no-repeat;
  text-align: left;
  /*padding-left : 10px;*/
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -34px;
  text-indent: 60px;
  padding-top: 24px;
}

#mainpopupwindow {
  background-color: #ffffff;
  border: 1px solid #19438E;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  width: 75%;
  z-index: 101;
  opacity: 1;
  text-align: left;
  max-width: 640px;
}

.actiePopup {
  display: block;
}

.actiePopupAnimatie {
  -webkit-animation: zoomIn 0.5s;
  -moz-animation: zoomIn 0.5s;
  animation: zoomIn 0.5s;
}

.actiePopupWeg {
  display: none;
}

.button {
  background-color: #ececec;
  border: 1px solid #acacac;
  border-radius: 3px 3px;
  cursor: pointer;
  height: 28px;
  width: 160px;
  padding: 0px;
  margin: 0px;
}

  .button:hover {
    background-color: #fcfcfc;
  }

  .button:active {
    border: 2px solid #acacac;
  }

.buttonbaritem {
  background-color: #ececec;
  border: 1px solid #acacac;
  border-radius: 3px 3px;
  cursor: pointer;
  /*height: 32px;*/
  width: 100%;
  min-width: 120px;
  max-width: 160px;
  padding: 0.375rem;
  margin: 0px;
}

  .buttonbaritem:hover {
    background-color: #fcfcfc;
  }

  .buttonbaritem:active {
    border: 2px solid #acacac;
  }

.centerpopupdiv {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.CheckListPersoon {
  border: 0px;
}

/*.checkbox-list {
  display: flex !important;
  flex-wrap: wrap;
}
*/
.checkbox-list > input[type=checkbox] {
  border-radius: 0.25em;
  width: 1em;
  height: 1em;
  margin-right: 0.375em;
  margin-bottom: 0.2em;
  vertical-align: bottom;
}

.infotable {
  /*background-color: #E9F1FA;*/
  background-color: rgba(233, 241, 250, 0.9); /*#e9f1fa;*/
  border: solid 1px #8BA0BC;
  padding: 4px;
}

.maintitletext {
  position: relative;
  top: 16px;
  white-space: nowrap;
}

.maintitleiconlogin {
  background-image: url('images/icon_login.png');
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  margin-left: 12px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.maintitleicondebiteur {
  background-image: url('images/icon_debiteur.png');
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  margin-left: 12px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.maintitleiconafnameinfo {
  background-image: url('images/icon_afnameinfo.png');
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  margin-left: 12px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.maintitleiconkortingen {
  background-image: url('images/icon_kortingen.png');
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  margin-left: 12px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.maintitleiconnotities {
  background-image: url('images/icon_notities.png');
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  margin-left: 12px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.maintitleiconklantsoorten {
  background-image: url('images/icon_klantsoort_32x32.png');
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  margin-left: 12px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

#popupdiv {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.6);
}

.actiepopupdiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.6);
}

.resulttable {
}

  .resulttable td {
    font-size: 8pt;
  }

.warning {
  color: #ff0000;
  font-weight: bold;
}

.actiePopupBox {
  background-color: #fff;
  border: 1px solid #19438E;
  padding: 8px;
  width: 75%;
}

.responsive-input {
  width: 100%;
  max-width: 640px;
}

.button-group {
  display: flex;
  gap: 0.25rem;
}

@media screen and (max-width: 600px) {
  .user-info-label {
    display: none;
  }

  #buttonbar {
    justify-content: center;
  }

  .buttonbaritem {
    min-width: 110px;
  }
}

.tile-item-selected {
  border: 6px solid #FFDD00 !important;
}

.grid-row-height {
  height: 32px;
}

.notitie-header {
  /*color: #606060;*/
  font-weight: bold;
}

.notitie-datum {
  color: #808080;
  font-size: smaller;
  font-weight: bold;
}

.notitie-content {
  padding-left: 8px;
  /*padding-top: 8px;*/
  /*padding-bottom: 8px;*/
  /*border-left: 1px solid #468AFF;*/
}

.notitie-content-container {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Tab control */
.tab-control {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #345FAB;
  /*margin-bottom: 6px;*/
}

.tab-item-container {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow: auto;
  scrollbar-width: none;
}

.tab-item {
  cursor: pointer;
  /*padding: 6px;*/
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  user-select: none;
  color: #606060;
}

  .tab-item:hover {
    background-color: #eee;
    color: #000;
  }

.tab-item-active {
  /*border-bottom: 2px solid #345FAB;*/
  /*background-color: #E9F1FA;*/
  color: #000;
  font-weight: bold;
}

.tab-button-container {
  display: flex;
  flex-direction: row;
  gap: 0px;
  /*  padding-left: 6px;
  padding-right: 6px;*/
}

.tab-button {
  /*  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
*/
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  user-select: none;
  color: #345FAB;
  cursor: pointer;
}

  .tab-button:hover {
    background-color: #eee;
  }

.customer-info {
  /*background-color: #345FAB;*/
  background-color: #345FAB;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-weight: bold;
}

.customer-info-label {
  flex-grow: 1;
  /*padding: 6px;*/
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.customer-info-button {
  /*padding: 6px;*/
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  cursor: pointer;
  color: #fff;
}

  .customer-info-button:hover {
    background-color: #E81123;
  }

.customer-info-top {
  height: 4px;
  min-height: 4px;
  border-top: 1px solid #1E50AA;
}

.page-header {
  background-color: #202020;
  /*background-color: #2C569E;*/
  /*background-image: linear-gradient(to right, #2C569E, #244E94);*/
  color: #eee;
  font-weight: 500;
  font-size: 1.25rem;
}

.page-header-link {
  cursor: pointer;
  user-select: none;
  padding: 0.75rem;
}

  /*  .page-header-link:active:hover {
    background-color: #1B3C70;
  }
*/
  .page-header-link:hover {
    /*background-color: #1B3C70;*/
    background-color: #363636;
  }

.page-header-link-content:active:hover {
  transform: scale(0.95);
}

.page-header-user-name {
  padding-right: 0.375rem;
}

@media screen and (max-width: 576px) {
  .page-header-user-name {
    display: none;
  }
}

.info-kader {
  background-color: rgba(233, 241, 250, 0.9); /*#e9f1fa;*/
  border: 1px solid #8a9fbc;
  padding: 0.75rem;
  color: #484848;
}

.info-label {
  color: #000;
  font-weight: 600;
}

.content-header {
  /*color: #68788d;*/
  color: #404040;
}

/* BEGIN Override Bootstrap 5 variabelen */

:root {
  --bs-border-color: #899ebc;
  --bs-border-radius: 0px;
  --bs-blue: #899ebc;
}

.table {
  border: 1px solid #8a9fbc;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  /*--bs-table-color-type: var(--bs-table-striped-color);*/
  --bs-table-bg-type: #f4f6f9;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: #000;
  --bs-table-bg-state: #fbedb5;
  cursor: pointer;
}

.table-primary {
  --bs-table-bg: #e4effa;
  --bs-table-color: #385171;
}

th {
  font-weight: normal;
  user-select: none;
}

.form-control {
  padding: 0.1rem;
}

  .form-control:focus {
    box-shadow: none;
    border-color: #5d6b80;
  }

.btn-outline-primary {
  --bs-btn-color: #899ebc;
  --bs-btn-border-color: #899ebc;
  --bs-btn-disabled-color: #888;
  --bs-btn-disabled-border-color: #888;
  --bs-btn-hover-bg: #899ebc;
  --bs-btn-hover-border-color: #899ebc;
}

.pagination {
  --bs-pagination-color: #899ebc;
}

/* END Override Bootstrap 5 variabelen */

.cursor-pointer {
  cursor: pointer;
}

/* DevExpress overrides */

body.dxheDesignViewArea {
  font-size: 1rem !important;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.aspx-gridview table {
  font-size: 1rem;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}