﻿body {
}

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;
}

#mainheader {
  background-color: #1E50AA;
  color: #ffffff;
  font-family: Arial;
  font-size: 20pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-right: 24px;
}

#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;
}

#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;
}

#mainpopupwindow {
  background-color: #ffffff;
  border: 1px solid #19438E;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  width: 350px;
  z-index: 101;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  text-align: left;
}

.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: 28px;
  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;
}

.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 {
  text-align: center;
  vertical-align: middle;
  text-align: center;
  display: table;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.resulttable {
}

  .resulttable td {
    font-size: 8pt;
  }

.warning {
  color: #ff0000;
  font-weight: bold;
}
