

:root {
  --theme-color-light: #f49813;
  --theme-color-dark: #233589;
  --theme-color-text: #000000;
}

.headerContent .title,
.button, 
.ui-dialog .ui-dialog-buttonpane button {
  background-color: #233589;
}

h1,
h2,
a.emphasis,
.login .subscript a
{
  color: #233589;
}
  
:focus {
  outline-color: #233589;
}
  
  input[type="checkbox"]:focus {
  box-shadow: 0 0 2px #233589;
  }

.login .logo
{
  margin-left: 0px;
}

.headerContent .title h1,
.button, a.button, 
.ui-dialog .ui-dialog-buttonpane  button
  {
  color: #ffffff;
  }
  
  a.button:visited {
  color: #ffffff;
  }

.testamentaireMogelijkheden th {
  border-bottom: 1px solid #233589;
}

.testamentaireMogelijkheden tr td:first-child {
  border-right: 1px solid #233589;
}
  
.ui-dialog-titlebar {
  background-color: #233589 !important;
  color: #ffffff;
}





