﻿html {
  height: 100%;
}

body {
  height: 100%;
  font-family: Verdana;
  font-size: 10pt;
  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: 16px;
  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;
}

#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;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.flex-fill {
  flex-grow: 1;
}

.p-1 {
  padding: 6px;
}

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;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  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;
  -ms-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: 0px;
  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;
}

.infotable {
  background-color: #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%;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.pb-1 {
  padding-bottom: 6px;
}

.pt-1 {
  padding-top: 6px;
}

.mb-1 {
  margin-bottom: 6px;
}

.mt-1 {
  margin-top: 6px;
}

.responsive-input {
  width: 100%;
  max-width: 640px;
}

.button-group {
  display: flex;
  gap: 6px;
}

.h-100 {
  height: 100%;
}

@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;
}