html {
  min-height: 100%;
  height: 100%;
  width: 100%;
}

body {
    min-width: 656px;
    height:100%;
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 14px;
}

.VektisBorder {
  border: #C5C3C4 solid 1px;
}
.tablefont {
  font-size: 12px !important;
  background-color: transparent;
}
.hidden {
  visibility: hidden;
}
.displayNone {
  display: none;
}
.tabBar {
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  padding: 3px 3px 1px 3px;
  background: linear-gradient(#c0c0c0, #ffffff 20%, #c0c0c0 50%, #808080 80%);
}
.tab {
  cursor: default;
  border: 1px solid grey;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding: 1px 10px 0 10px;
  background: linear-gradient(#c0c0c0 30%, #808080 100%);
  color: white;
  display: inline-block;
    margin-top: 4px;
}
.tab.selected {
  font-weight: bold;
  padding-top: 3px;
  margin-top: 2px;
  background: linear-gradient(#ffffff 30%, #c0c0c0 70%, #808080 100%);
  color: black;
}
.tab:hover {
  background: linear-gradient(#ffffff 30%, #c0c0c0 70%, #808080 100%);
  color: black;
}
.tabContent {
  border: 1px solid black;
  border-top: none;
  height: 50%;
  padding: 10px;
  background: whitesmoke;
}
.form {
    min-width: 300px;
    font-size: 12px;
}
.form tr.even {
  font-size: 12px !important;
  background-color: transparent;
}
.form .field label {
  font-size: 12px !important;
  background-color: transparent;
  width: 100%;
  display: block;
  float: left;
}
.form .field input[readonly] {
  font-size: 12px !important;
  background-color: transparent;
  border: none;
  height: 16px;
}
.form tr {
  background-color: #eaeaea;
}
a:active {
  color: #cc0000;
  text-decoration: none;
}
h3 {
  font-size: 110%;
  color: #885b1f;
}
.shade {
  clear: both;
  height: 9px;
  background: #fae4e4 url('/images/content_bg.gif') repeat-x top left;
}

.headerTd {
  height: 130px;
  background-image: url('/../Content/images/RIZ.jpg');
  background-repeat: no-repeat;
}
.datatablesSpacer {
  width: 100%;
  height: 25px;
}
table.overview,
table.form {
  border-collapse: collapse;
  border-spacing: 0;
}
/*** --- *** --- NAVBAR  --- *** --- ***//*** --- *** --- FONT  --- *** --- ***/
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 200%;
  margin-top: 5px;
}
.nav {
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
}
.nav li:hover > a {
  height: 12px;
  color: #ffffff;
  background: #1276b6 url('/content/images/nav_on.gif') repeat-x top left;
}
.nav a {
  text-decoration: none !important;
  display: block;
  padding: 7px 10px;
  margin: 0;
}
.nav a:hover {
  color: #ffffff;
  background: #1276b6 url('/content/images/nav_on.gif') repeat-x top left;
}
.nav li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  list-style: none;
  height: 26px;
  color: #333;
  text-decoration: none;
  border-top: 1px solid #e7e4e4;
  border-bottom: 0 solid #646363;
  border-left: 1px solid #dcd8d8;
  border-right: 1px solid #858181;
  background: #c5c3c4 url('/content/images/nav_off.gif') repeat-x top left;
}
.wrapper_max {
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 95%;
  background: #ffffff;
  min-height: 100%;
}
.addIcon {
  background-image: url('/content/Images/icons/add.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  border-width: 0;
  cursor: pointer;
  padding-top: 2px;
  background-position: bottom;
}
a.link:hover,
a.link:active,
a.link:focus {
  background: no-repeat scroll right center #885b1f !important;
  color: #ffffff;
}
#footer {
  height: 74px;
  background: #ffffff url('/content/images/wrapper_bg.gif') bottom left repeat-x;
  font-size: 70%;
}
table.overview,
table.form tr td {
  border: #C5C3C4 solid 1px;
  align-content: center;
  padding-left: 5px;
  padding-right: 5px;
}
.field-validation-valid {
  display: none;
}

.headerH1 {
    float: left;
    text-align: right;
    padding: 10px;
    height: 100px;
    font-size:75px;
    color: white;
}
.headerImage {
  width: 233px;
  height: 133px;
  float: right;
}
.headerDiv {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.ui-icon.tooltip {
  background-image: url(content/images/ui-icons_2e83ff_256x240.png);
}
a:hover {
  color: #cc0000;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
.logo {
  width: 170px;
  height: 92px;
  background: url('/content/images/header_logo.gif') 20px 15px no-repeat;
}
.simplemodal-container {
  color: #000;
  background-color: #FFF;
  border: 4px solid #444;
  padding: 12px;
}
.simplemodal-container a {
  color: #000;
}
.simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65b43d;
  border-right: 3px solid #65b43d;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
}
.simplemodal-container .simplemodal-data {
  padding: 8px;
}
.simplemodal-container a.modalCloseImg {
  background: url(/Content/images/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer;
}
.watermark {
  font-style: italic;
  color: #999;
}
.watermarkCenter {
  font-style: italic;
  color: #999;
  text-align: center;
}
#footer_nav {
  height: 27px;
  background: #0072bb url('/content/images/footer_bg.gif') repeat-y 0 0;
  color: #ffffff;
}
#footer_nav a:active {
  color: #cc0000;
  text-decoration: none;
}
#footer_nav a:hover {
  color: #cc0000;
  text-decoration: none;
}
#footer_nav a:visited {
  color: #ffffff;
  text-decoration: none;
}
#footer_nav a:link {
  color: #ffffff;
  text-decoration: none;
}
.overviewDark {
  min-width: 500px;
  width: auto;
}
.overviewDark tr {
  font-size: 12px !important;
}
.overviewDark tr.odd td.ui-widget-content {
  background-image: none;
  background-color: #efefef !important;
}
.overviewDark th {
  border-bottom: 1px solid #000000;
  cursor: pointer;
  font-weight: bold;
  padding: 3px 18px 3px 10px;
  background-color: #885b1f;
}
.overviewDark th.ui-state-default {
  background-image: url("content/images/ui-bg_highlight-soft_75_885b1f_1x100.png");
  font-size: 12px !important;
}
.overviewDark th {
  background-image: url("content/images/ui-bg_highlight-soft_75_885b1f_1x100.png");
  color: #ffffff;
  font-size: 12px !important;
  background-color: #885b1f;
}
.overview {
  min-width: 500px;
  width: auto;
}
.overview tr {
  font-size: 12px !important;
}
.overview tr.odd td.ui-widget-content {
  background-image: none;
  background-color: #efefef !important;
}
.overview th {
  border-bottom: 1px solid #000000;
  /*cursor: pointer;*/
  font-weight: bold;
  padding: 3px 18px 3px 10px;
  background-color: #885b1f;
}
.overview th.ui-state-default {
  background-image: url("content/images/ui-bg_highlight-soft_75_885b1f_1x100.png");
  font-size: 12px !important;
}
p {
  font-size: 100%;
}
#right {
  float: left;
  width: 250px;
  margin-right: -280px;
  padding: 0 20px 20px 10px;
  font-size: 80%;
}
.wrapper {
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 980px;
  background: #ffffff;
}
#simplemodal-overlay {
  background-color: #000;
  cursor: wait;
}
table.overview td,
table.overview th {
  text-align: left;
  padding-right: 15px;
  padding-left: 10px;
  padding-right: 18px;
}

table.overview th {
    color: white;
}
form {
  font-size: 100%;
}
.validation-summary-valid {
  display: none;
}
#center {
  padding: 20px;
}
div .meldingDiv {
  color: #65b43d;
  font-weight: bold;
  padding: 15px;
  font-size: 18px;
}
.menuItemDiv {
  letter-spacing: 1px;
  width: 50px;
  color: #FFF;
  font-size: 14px;
  padding: 13px;
  cursor: pointer;
  display: inline-block;
}
.nav {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 100%;
  z-index: 10;
  float: right;
}
.blockitem {
  font-size: 12px;
  color: #555555;
  padding: 10px 0;
}
.logo:hover {
  cursor: pointer;
}
.vraagbaakTitle {
  font-weight: bold;
}
a:visited {
  color: #0072bb;
  text-decoration: underline;
}
.list_blauw,
.list_donkerblauw,
.list_rood,
.list_grijs,
.list_geel {
  font-weight: bold;
  font-size: 80%;
}
em {
  font-style: italic;
}
h4,
h5,
h6 {
  font-size: 100%;
  color: #885b1f;
}
.nieuwsTekst {
  font-size: 12px !important;
}
.footerDiv {
  width: 100%;
  background-color: #ECECED;
  min-height: 100px;
  height: 100%;
  border-top: solid #885b1f 5px;
}
.footerElementsDiv {
  margin: 40px;
}
.menuDiv {
  width: 100%;
  height: 46px;
  background-color: #885b1f;
  margin-top: 5px;
}
.headerTable {
  max-width: 1920px;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.linkblock {
  margin-top: 20px;
  padding: 0 0 10px 10px;
  background: #e8e8e8 url('/content/images/grijs_verloop_v.jpg') repeat-x top left;
  border-top: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #555555;
}
.linkblock h1 {
  font-size: 120%;
  color: #000;
  margin-left: -10px;
  padding-left: 10px;
  border-bottom: 1px solid #bbb;
  background: #c5c3c4 url('/content/images/nav_off.gif') repeat-x top left;
}
h1 {
  font-size: 180%;
  color: #885b1f;
}
.blockitem a:active {
  color: #ffffff;
  text-decoration: none;
}
.blockitem a {
  font-size: 100%;
  height: 25px;
  padding: 5px 5px 5px 5px;
  color: #ffffff;
  border-top: 1px solid #e7e4e4;
  border-bottom: 1px solid #858181;
  border-left: 1px solid #dcd8d8;
  border-right: 1px solid #858181;
  background: #1980c2 url('/content/images/submit_off.gif') repeat-x top left;
  font-weight: bold;
  text-decoration: none;
}
.blockitem a:hover {
  background: #193b72 url('/content/images/submit_on.gif') repeat-x top left;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.blockitem p {
  margin: 5px;
}
.blockitem a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.blockitem a:link {
  color: #ffffff;
  text-decoration: underline;
}
#header {
  background: #dbdbdb url('/content/images/body_bg.jpg') top left repeat-x;
}
#header h1 {
  float: right;
  text-align: right;
  padding: 20px 0 0 0;
  height: 70px;
}
.deleteIcon {
  background-image: url('/content/Images/icons/delete.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  border-width: 0;
  cursor: pointer;
  padding-top: 2px;
  background-position: bottom;
}
/*** --- *** --- FONT  --- *** --- ***/[disabled],
[disabled]:hover {
  color: #999;
  border-top: 1px solid #e7e4e4;
  border-bottom: 1px solid #858181;
  border-left: 1px solid #dcd8d8;
  border-right: 1px solid #858181;
  background: #c5c3c4 url('/content/images/nav_off.gif') repeat-x top left !important;
  font-weight: bold;
  cursor: default;
}
a:link {
  color: #0072bb;
  text-decoration: underline;
}
h2 {
  font-size: 140%;
  color: #885b1f;
}
.homepage {
  margin: 0;
  border: 0;
  padding: 0;
  background: #005b94 url('/content/images/vektisheader_bg.jpg') top right no-repeat;
  height: 103px;
}
.homepage h1 {
  color: #ffffff;
  font-size: 400%;
  margin: 0;
  padding: 10px 30px;
  line-height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  filter: "alpha(opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  float: left;
}

#left {
  float: left;
  width: 670px;
  padding: 20px;
}
#container {
  padding-left: 0;
  font-size: 90%;
  min-height: 100%;
}
.link a:link,
.link a:visited,
a.link:link,
a.link:visited {
  background: no-repeat scroll right center #f5f5f5 !important;
  border: medium none;
  color: #666666;
  display: inline-block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  padding: 12px 15px;
  text-decoration: none;
}

.nav-alt {
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}

.nav-alt .link,
.nav-alt .link:visited {
  background-color: white !important;
  width: 100%;
  min-width: 300px;
  display: flex !important;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

#footer_address {
  text-align: left;
  color: #002663;
}
.terugPijlImg {
  width: 100px;
  height: 99px;
  padding-left: 5px;
}
.terugPaneel {
  vertical-align: middle;
  width: 100px;
  background-color: #EFEFEF;
  cursor: pointer;
}
.terugPaneel:hover {
  background-color: #F7F7F7;
  cursor: pointer;
}
.detailsContentTable {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}
.detailsContentDiv {
  width: 100%;
  height: 100%;
  padding: 0;
    margin-top: 1em;
}
.detailsOpvullingDiv {
  width: 10px;
  height: 10px;
}
.zoekTable {
  text-align: left;
}
.zoekTable .alignRight {
  text-align: right;
}
.footerTable {
  padding: 15px;
  margin: 0;
  border: 0;
  width: 100%;
}
.footerTable td {
  vertical-align: text-top;
}
.copyrightP {
  float: right;
  padding-right: 30px;
  color: #4b7bb0;
}
.wijzigenIcon {
  width: 22px;
  height: 22px;
  padding: 1px;
  padding-top: 3px;
  border: 0;
}
.GeslotenWebzoeker {
  display: none;
}
table {
  border-collapse: collapse;
}
#zorgpartij-details {
  padding-left: 4px;
}

fieldset {
    margin-bottom: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

fieldset .button {
    float: right;
    margin-top: 14px;
    margin-right: 10px;
}

legend {
    margin-bottom: 5px;
    font-weight: 700;
    padding:0;
}

input[type=button] {
    width: 90px;
}

.button {
    padding: 3px 5px 5px;
    width: 90px;
    height: 24px;
    border-top: 1px solid #e7e4e4;
    border-right: 1px solid #858181;
    border-bottom: 1px solid #858181;
    border-left: 1px solid #dcd8d8;
    background: #1980c2 url(images/submit_off.gif) repeat-x top left;
    color: #fff;
    font-weight: 700;
}

.button:hover {
    background: #193b72 url(images/submit_on.gif) repeat-x top left;
    cursor: pointer;
}
div.editor-field {
    clear: right;
    margin-bottom: 2px;
}

div.editor-label {
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
    width: 150px;
}

div.editor-ruimte {
    margin-top: .1px;
    margin-bottom: 10px;
}

div.editor-buttons {
    width: 750px;
    text-align: right;
}

img.ui-datepicker-trigger {
margin-left: 5px;
vertical-align: middle;
}

.error_display {
    color: darkred;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px groove red;
}

#error_details_message {
    padding: 5px;
}

.DivHyper:hover {
    text-decoration: underline;
    cursor: pointer;
}

.DivHyper {
    color: #EB6670 !important;
    text-decoration: underline;
}

div.head {
    background-color: #4B2A25;
    color: white !important;
}

div.head, div.waarde {
    padding: 2px;
    overflow: hidden;
    text-overflow:ellipsis;
}

.zoekpadRegel:hover {
    background-color: #dddddd;
      cursor: pointer;  
}

.zoekpadRegel td {
    vertical-align: top;
    padding: 0px;
    max-width: 150px;
}
.zoekpadRegel {
    border: 1px solid #885b1f;
}

.editbutton{
    background: url(/Content/Images/edit-icon.png) no-repeat;
    cursor:pointer;
    border: none;
    height: 50px;
}

.helpbutton{
    background: url(/Content/Images/info.png) no-repeat;
    height: 21px;
    width: 21px;
    background-size: 20px 20px;
    cursor:pointer;
    border: none;
    background-color: white !important;
}

.pdfButton {
    background: url(/Content/Images/pdf_icon_16x16.gif) no-repeat;
    border: none;
    cursor:pointer;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}
/* Nieuwe CSS*/
/* Main */
.mainArea {
    background:#ffffff;
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    /*top: 0px;
    bottom: 175px;*/
    overflow-Y: auto;
}

    .mainArea.small {
        /*bottom: 25px;*/
    }

.renderBody {
    padding-left: 20px;
    padding-right: 20px;
    flex: 1 0 auto;
}

/* Footer */
/* FooterBar met Items   */

.footerfloat {
    float: left;
    min-width: 200px;
    width: 40%;
    height: 150px;
    overflow: hidden;
}

    .footerfloat.first {
        padding-left: 25px;
    }

    .footerfloat.right {
        width: 40%;
        min-width: 300px;
        padding-right: 5px;
    }

   .ui-draggable .ui-dialog-titlebar, .ui-widget-header {
        background-color:#4B2A25 !important;
        background: #4B2A25 !important;
    }

dialog {
  box-shadow: 4px 2px 2px #4B2A25;
  display: flex;
  flex-direction: column;
}

dialog form {
  display: contents;
}

.form-fields {
  display: grid;
  grid-template-columns: 40% 60%;
}

.fill {
  flex-grow: 1;
}

.mono {
  font-family: monospace !important;
}

.button-container {
  width: 100%;
  gap: 10px;
  display: flex;
  justify-content: flex-end;
}

/* Accordion in pure CSS: https://codepen.io/raubaca/pen/PZzpVe */

/* Core styles/functionality */
.accordion-tab {
  position: relative;
}
.accordion-tab input.accordion-toggle {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.accordion-tab input:checked ~ .accordion-tab-content {
  max-height: 100vh;
  padding: 10px;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}

.accordion-tab {
  border-radius: 4px;
  overflow: hidden;
}

.accordion-tab-label {
  display: flex !important;
  color: white;
  cursor: pointer;
  color: #EB6670 !important;;
  opacity: 0.5;
  font-size: 120%;
}
.accordion-tab-label.has-data {
  font-weight: bolder;
  opacity: 1;
}

.accordion-tab-label {
  justify-content: flex-start;
  gap: 20px;
  padding: 1rem;
  user-select: none;
}
.accordion-tab-label::before {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.accordion-tab input:checked + .accordion-tab-label::before {
  transform: rotate(270deg);
}
.accordion .accordion-tab .accordion-tab-content {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.accordion-tab-close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

/* Arrow animation */
.accordion-tab input:not(:checked) + .accordion-tab-label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}