:root {
  --keesy-color: #FCCF0F;
  --max-width: 768px;
}
body.osd-hidden > app-root > .container {
  background-image: url("./icon-512x512.png");
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: unset;
  height: 400px;
}
body.osd-hidden > app-root > .container > osd-form {
  display: none !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
/* Dialog */
.mat-dialog-container {
  background-color: #EEEEEE !important;
  border-radius: 10px !important;
  border: 4px solid #A9A9A9;
  overflow: visible !important;
  max-width: 500px;
}
@media screen and (max-height: 600px) {
  #OCP-INLOGGEN_PINCODE #_HEADER {
    display: none !important;
  }
  #OCP-INLOGGEN_PINCODE .ocp-gemeente-logo {
    margin-top: 20px !important;
  }
}
div[id^="OCP-INLOGGEN"] .mat-form-field-flex {
  box-shadow: none  !important;
  background: white !important;
  margin: 2px 1px 2px 1px !important;
}
.cdk-overlay-pane.OCP-BERICHTEN\.QUESTION button#BTN_ORIGINAL_FORMAT a,
.cdk-overlay-pane.OCP-DOCUMENTEN\.QUESTION button#BTN_ORIGINAL_FORMAT a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.cdk-overlay-container div#CONVERSATIE-panel mat-option {
  background: white;
}
.cdk-overlay-container div#CONVERSATIE-panel mat-option i.fa-asterisk {
  color: #ba0606;
  font-size: 15px;
  margin-right: 5px;
}
#OCP-INSTELLINGEN osd-form-cell#KMP_AUTO_REPLY_TEKST .mat-form-field-flex,
#OCP-INSTELLINGEN osd-form-cell#KMP_AUTO_REPLY_TOT_EN_MET .mat-form-field-flex {
  padding-top: 20px !important;
}
#OCP-INSTELLINGEN osd-form-cell#KMP_AUTO_REPLY_TEKST label,
#OCP-INSTELLINGEN osd-form-cell#KMP_AUTO_REPLY_TOT_EN_MET label {
  font-weight: 300;
  color: black;
}
#OCP-SELECTEER_PERSOON ~ osd-form #KMP-NIEUWE_ZAAK #_BODY {
  background: #eee;
}
#OCP-SELECTEER_PERSOON ~ osd-form #KMP-NIEUWE_ZAAK #_BODY label {
  font-size: 13px;
}
#OCP-SELECTEER_PERSOON ~ osd-form #KMP-NIEUWE_ZAAK #_BODY input,
#OCP-SELECTEER_PERSOON ~ osd-form #KMP-NIEUWE_ZAAK #_BODY .mat-select-min-line {
  font-size: 14px;
  color: black;
  font-weight: 600;
}
#OCP-SELECTEER_PERSOON ~ osd-form #KMP-NIEUWE_ZAAK #_BODY osd-form-cell#_KNOPPEN {
  border-top: none;
}
#OCP-SELECTEER_PERSOON ~ osd-form #KMP-NIEUWE_ZAAK #_BODY .form-body {
  overflow-x: clip !important;
}
body {
  max-width: var(--max-width);
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    background: #262626;
  }
}
.cdk-overlay-container {
  max-width: 768px;
}
body > app-root > .container {
  width: 100vw;
  max-width: 768px;
  /*height: 100vh; gives problems in Safari IOS with the OSD_DCO-UPLOADEN, header disappears */
  background: #262626;
}
.osd-translation {
  display: block;
}
#OCP-PORTAAL #_ZAAK {
  margin-bottom: 20px !important;
}
#OCP-GEBEURTENISSEN .osd-translation {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
#OCP-GEBEURTENISSEN td.osd-videocall-btn {
  margin-top: 10px;
}
#OCP-GEBEURTENISSEN a.osd-videocall-btn {
  border: 1px solid black;
  border-radius: 4px;
  padding: 5px 15px;
  background: var(--keesy-color);
  text-decoration: none;
  font-weight: 600;
  color: black;
}
#OCP-DOCUMENT_SELECTIE .ocp-header-cmb .mat-form-field,
#OCP-DOCUMENTEN_PORTAAL .ocp-header-cmb .mat-form-field {
  z-index: 2;
}
#OCP-DOCUMENT_SELECTIE .ocp-page-card-tab-header .ocp-header-cmb .mat-form-field-infix,
#OCP-DOCUMENTEN_PORTAAL .ocp-page-card-tab-header .ocp-header-cmb .mat-form-field-infix {
  display: flex;
  flex-direction: row-reverse;
  width: auto;
  z-index: 1;
  padding: 10px 20px;
  align-items: center;
  border-top: 1px solid transparent!important;
}
#OCP-DOCUMENT_SELECTIE .ocp-page-card-tab-header .ocp-header-cmb mat-label,
#OCP-DOCUMENTEN_PORTAAL .ocp-page-card-tab-header .ocp-header-cmb mat-label {
  font-size: 13px !important;
  color: #000;
}
#OCP-DOCUMENT_SELECTIE .ocp-header-cmb span.mat-form-field-label-wrapper,
#OCP-DOCUMENTEN_PORTAAL .ocp-header-cmb span.mat-form-field-label-wrapper {
  flex: 50%;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  top: auto;
  left: auto;
  padding: unset;
  position: unset;
}
#OCP-DOCUMENT_SELECTIE .ocp-secondary-header .ocp-header-cmb,
#OCP-DOCUMENTEN_PORTAAL .ocp-secondary-header .ocp-header-cmb {
  margin-top: -30px;
}
#OCP-DOCUMENT_SELECTIE .ocp-header-cmb .mat-form-field-infix,
#OCP-DOCUMENTEN_PORTAAL .ocp-header-cmb .mat-form-field-infix {
  display: flex!important;
  flex-direction: row-reverse !important;
  width: auto!important;
  z-index: 1!important;
  padding: 10px 20px!important;
  background-color: #eee !important;
  align-items: center!important;
  border-top: 0!important;
}
#OCP-DOCUMENT_SELECTIE .ocp-header-cmb span.mat-form-field-label-wrapper .mat-form-field-label,
#OCP-DOCUMENTEN_PORTAAL .ocp-header-cmb span.mat-form-field-label-wrapper .mat-form-field-label {
  transform: none!important;
  width: auto!important;
  top: unset!important;
  margin-top: unset!important;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  #OCP-DOCUMENT_SELECTIE .ocp-header-cmb span.mat-form-field-label-wrapper .mat-form-field-label,
  #OCP-DOCUMENTEN_PORTAAL .ocp-header-cmb span.mat-form-field-label-wrapper .mat-form-field-label {
    margin-left: 20px;
  }
}
#OCP-DOCUMENT_SELECTIE .ocp-header-cmb span.mat-form-field-label-wrapper .mat-form-field-label mat-label,
#OCP-DOCUMENTEN_PORTAAL .ocp-header-cmb span.mat-form-field-label-wrapper .mat-form-field-label mat-label {
  font-size: 13px!important;
}
#OCP-DOCUMENT_SELECTIE .ocp-header-cmb,
#OCP-DOCUMENTEN_PORTAAL .ocp-header-cmb {
  font-size: 13px;
}
#OCP-DOCUMENT_SELECTIE osd-form-cell#DOCUMENTEN .form-table,
#OCP-DOCUMENTEN_PORTAAL osd-form-cell#DOCUMENTEN .form-table {
  border: none;
}
#OCP-DOCUMENT_SELECTIE osd-form-cell#DOCUMENTEN tr.mat-row,
#OCP-DOCUMENTEN_PORTAAL osd-form-cell#DOCUMENTEN tr.mat-row {
  outline: none;
}
#OCP-DOCUMENT_SELECTIE osd-form-cell#DOCUMENTEN tr.mat-row .ocp-document-details,
#OCP-DOCUMENTEN_PORTAAL osd-form-cell#DOCUMENTEN tr.mat-row .ocp-document-details {
  display: none;
}
#OCP-DOCUMENT_SELECTIE osd-form-cell#DOCUMENTEN tr.mat-row.osd-col-toon_details-selected .ocp-document-details,
#OCP-DOCUMENTEN_PORTAAL osd-form-cell#DOCUMENTEN tr.mat-row.osd-col-toon_details-selected .ocp-document-details {
  display: unset;
}
#OCP-DOCUMENT_SELECTIE osd-form-cell#DOCUMENTEN tr.mat-row td.osd-col-selected,
#OCP-DOCUMENTEN_PORTAAL osd-form-cell#DOCUMENTEN tr.mat-row td.osd-col-selected {
  width: 30px;
  vertical-align: top;
  padding-top: 90px;
  padding-left: 0px !important;
}
#OCP-DOCUMENT_SELECTIE osd-form-cell#DOCUMENTEN tr.mat-row td.osd-col-omschrijving,
#OCP-DOCUMENTEN_PORTAAL osd-form-cell#DOCUMENTEN tr.mat-row td.osd-col-omschrijving {
  padding-top: 10px;
  padding-bottom: 10px;
}
#OCP-DOCUMENT_SELECTIE osd-form-cell#DOCUMENTEN tr.mat-row td.osd-col-toon_details,
#OCP-DOCUMENTEN_PORTAAL osd-form-cell#DOCUMENTEN tr.mat-row td.osd-col-toon_details {
  width: 30px;
  vertical-align: top;
  padding-top: 0px;
  padding-right: 0px !important;
}
#OCP-DOCUMENT_SELECTIE osd-form-cell#DOCUMENTEN tr.mat-row td.osd-col-toon_details button,
#OCP-DOCUMENTEN_PORTAAL osd-form-cell#DOCUMENTEN tr.mat-row td.osd-col-toon_details button {
  min-width: unset;
}
#OCP-DOCUMENTEN osd-form-cell#_HEADER {
  background: #eee;
}
#OCP-DOCUMENTEN osd-form-cell#_HEADER osd-form-cell#LBL_DOCUMENT_SOORT {
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
}
#OCP-DOCUMENTEN osd-form-cell#_HEADER osd-form-cell#DOCUMENT_SOORT {
  flex: 1 1 auto !important;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
#OCP-DOCUMENTEN osd-form-cell#_HEADER osd-form-cell#DOCUMENT_SOORT .mat-form-field-infix {
  border: none !important;
  margin-top: 7px;
}
#OCP-DOCUMENTEN osd-form-cell#_HEADER osd-form-cell#DOCUMENT_SOORT .mat-select {
  border: none !important;
}
#OCP-DOCUMENTEN osd-form-cell#ZAAK_DOCUMENTEN .form-table {
  border: none;
}
#OCP-DOCUMENTEN osd-form-cell#ZAAK_DOCUMENTEN tr.mat-row {
  outline: none;
}
#OCP-DOCUMENTEN osd-form-cell#ZAAK_DOCUMENTEN tr.mat-row .ocp-document-details {
  display: none;
}
#OCP-DOCUMENTEN osd-form-cell#ZAAK_DOCUMENTEN tr.mat-row.osd-col-toon_details-selected .ocp-document-details {
  display: unset;
}
#OCP-DOCUMENTEN osd-form-cell#ZAAK_DOCUMENTEN tr.mat-row td.osd-col-selected {
  width: 30px;
  vertical-align: top;
  padding-top: 90px;
  padding-left: 0px !important;
}
#OCP-DOCUMENTEN osd-form-cell#ZAAK_DOCUMENTEN tr.mat-row td.osd-col-omschrijving {
  padding-top: 10px;
  padding-bottom: 10px;
}
#OCP-DOCUMENTEN osd-form-cell#ZAAK_DOCUMENTEN tr.mat-row td.osd-col-toon_details {
  width: 30px;
  vertical-align: top;
  padding-top: 10px;
  padding-right: 10px !important;
}
#OCP-DOCUMENTEN osd-form-cell#ZAAK_DOCUMENTEN tr.mat-row td.osd-col-toon_details button {
  min-width: unset;
}
#OCP-DOCUMENTEN osd-form-cell#ZAAK_DOCUMENTEN tr.mat-row div.select-format {
  cursor: pointer;
}
#OCP-DOCUMENTEN osd-form-cell#ZAAK_DOCUMENTEN tr.mat-row div.select-format span {
  display: none;
}
div.cdk-overlay-container .OCP-BERICHTEN\.INFO mat-dialog-container {
  padding: 15px 20px 10px 20px;
}
div.cdk-overlay-container .OCP-BERICHTEN\.INFO header {
  margin-bottom: 10px !important;
  font-size: 15px;
}
div.cdk-overlay-container .OCP-BERICHTEN\.INFO .modal-dialog-title {
  text-align: left !important;
}
div.cdk-overlay-container .OCP-BERICHTEN\.INFO .modal-dialog-body span {
  line-height: 22px;
  font-weight: 500;
  font-size: 14px;
}
div.cdk-overlay-container .OCP-BERICHTEN\.INFO footer button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 28px;
}
#OCP-BERICHTEN .form-table {
  border: none;
  margin-bottom: 0;
  margin-right: 10px;
}
#OCP-BERICHTEN .mat-button-focus-overlay {
  background-color: transparent !important;
}
#OCP-BERICHTEN osd-form-cell#BTN_CONVERSATIE {
  margin-right: 10px;
}
#OCP-BERICHTEN osd-form-cell#BTN_CONVERSATIE button {
  background: white;
  border-radius: 3px;
  box-shadow: none;
}
#OCP-BERICHTEN osd-form-cell#BTN_CONVERSATIE button i {
  padding-top: 10px;
  color: black;
  font-size: 20px;
}
#OCP-BERICHTEN osd-form-cell#LBL_AFGESLOTEN,
#OCP-BERICHTEN osd-form-cell#LBL_MUTED {
  font-size: 15px;
  color: #999a99;
}
#OCP-BERICHTEN osd-form-cell#COPY i {
  font-size: 17px;
  padding: 0 5px;
}
#OCP-BERICHTEN osd-form-cell#PIN i {
  font-size: 17px;
  padding: 0 5px;
}
#OCP-BERICHTEN .mat-table {
  background: unset !important;
}
#OCP-BERICHTEN tr {
  outline: none;
}
#OCP-BERICHTEN tr.selected {
  background-color: white;
}
#OCP-BERICHTEN tr.mat-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: unset;
}
#OCP-BERICHTEN tr.mat-row:focus {
  border: none;
}
#OCP-BERICHTEN tr.mat-row div.select-format {
  cursor: pointer;
}
#OCP-BERICHTEN tr.mat-row div.select-format span {
  display: none;
}
#OCP-BERICHTEN td.mat-cell {
  padding: 0;
  border: none;
}
#OCP-BERICHTEN tr:not(.ocp-berichten-form-btn) td.osd-col-web_form_id {
  display: none;
}
#OCP-BERICHTEN tr.ocp-berichten-audio-btn .ocp-berichten-in,
#OCP-BERICHTEN tr.ocp-berichten-form-btn .ocp-berichten-in,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn .ocp-berichten-out,
#OCP-BERICHTEN tr.ocp-berichten-form-btn .ocp-berichten-out {
  padding-bottom: 60px;
}
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-bericht,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-bericht {
  display: flex;
}
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-bericht > span,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-bericht > span {
  width: 100%;
}
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-bericht .ocp-berichten,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-bericht .ocp-berichten {
  height: unset;
}
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-audio_url,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-audio_url,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-web_form_id,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-web_form_id,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-form_url,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-form_url {
  padding-left: 10px;
  max-height: 26px;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 90%;
}
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-audio_url button,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-audio_url button,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-web_form_id button,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-web_form_id button,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-form_url button,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-form_url button {
  min-width: 100px;
  font-weight: 700;
  background: blue;
  margin: 0 auto;
  color: white;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-around;
}
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-audio_url button a,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-audio_url button a,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-web_form_id button a,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-web_form_id button a,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-form_url button a,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-form_url button a,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-audio_url button a:visited,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-audio_url button a:visited,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-web_form_id button a:visited,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-web_form_id button a:visited,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn td.osd-col-form_url button a:visited,
#OCP-BERICHTEN tr.ocp-berichten-form-btn td.osd-col-form_url button a:visited {
  color: white;
  text-decoration: none;
}
#OCP-BERICHTEN tr.ocp-berichten-audio-btn.kmp-bericht-out td.osd-col-audio_url,
#OCP-BERICHTEN tr.ocp-berichten-form-btn.kmp-bericht-out td.osd-col-audio_url,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn.kmp-bericht-out td.osd-col-web_form_id,
#OCP-BERICHTEN tr.ocp-berichten-form-btn.kmp-bericht-out td.osd-col-web_form_id,
#OCP-BERICHTEN tr.ocp-berichten-audio-btn.kmp-bericht-out td.osd-col-form_url,
#OCP-BERICHTEN tr.ocp-berichten-form-btn.kmp-bericht-out td.osd-col-form_url {
  right: 0;
  left: unset;
}
#OCP-BERICHTEN div.ocp-berichten-in,
#OCP-BERICHTEN div.ocp-berichten-out {
  min-height: 46px;
}
#OCP-BERICHTEN .ocp-berichten-time {
  right: 10px;
}
#OCP-BERICHTEN tr.mat-row > td:first-of-type {
  padding-left: 10px;
}
#OCP-BERICHTEN div.ocp-berichten-new div.ocp-berichten-in,
#OCP-BERICHTEN div.ocp-berichten-new div.ocp-berichten-out {
  background: #FCCF0F;
}
#OCP-BERICHTEN tr.osd-col-pin-selected .ocp-berichten-out,
#OCP-BERICHTEN tr.osd-col-pin-selected .ocp-berichten-in {
  background: var(--keesy-color);
}
#OCP-BERICHTEN i.fas.fa-thumbtack {
  color: #ba0606;
}
#OCP-BERICHTEN .ocp-berichten-date {
  font-weight: 500;
  font-size: 13px;
}
#OCP-BERICHTEN osd-form-cell#NIEUW_BERICHT textarea {
  line-height: 20px;
}
#OCP-BERICHTEN td.osd-col-copy {
  position: absolute;
  top: 39px;
  right: 7px;
}
#OCP-BERICHTEN td.osd-col-copy button {
  border: none;
  padding: 0;
}
#OCP-BERICHTEN tr.kmp-user td.osd-col-copy {
  right: 38px;
}
#OCP-BERICHTEN tr.kmp-user td.osd-col-pin {
  position: absolute;
  top: 42px;
  right: 7px;
}
#OCP-BERICHTEN td.osd-col-delete {
  position: absolute;
  top: 41px;
  right: 7px;
}
#OCP-BERICHTEN tr.osd-verwijderbaar td.osd-col-copy {
  right: 35px;
}
#OCP-BERICHTEN tr.kmp-user tr.osd-verwijderbaar td.osd-col-copy {
  right: 66px;
}
#OCP-BERICHTEN tr.kmp-user tr.osd-verwijderbaar td.osd-col-pin {
  right: 35px;
}
#OCP-BERICHTEN tr.osd-row-follows-family-row td.osd-col-copy {
  top: 12px;
}
#OCP-BERICHTEN tr.osd-row-follows-family-row td.osd-col-pin {
  top: 15px;
}
#OCP-BERICHTEN tr.osd-row-follows-family-row td.osd-col-delete {
  top: 14px;
}
#OCP-BERICHTEN tr.kmp-bericht-in td.osd-col-copy {
  right: calc(10% + 6px);
}
#OCP-BERICHTEN tr.kmp-bericht-in.kmp-user td.osd-col-copy {
  right: calc(10% + 37px);
}
#OCP-BERICHTEN tr.kmp-bericht-in.kmp-user td.osd-col-pin {
  right: calc(10% + 6px);
}
#OCP-BERICHTEN tr.kmp-bericht-in.osd-verwijderbaar td.osd-col-copy {
  right: calc(10% + 35px);
}
#OCP-BERICHTEN tr.kmp-bericht-in.osd-verwijderbaar.kmp-user td.osd-col-copy {
  right: calc(10% + 66px);
}
#OCP-BERICHTEN tr.kmp-bericht-in.osd-verwijderbaar.kmp-user td.osd-col-pin {
  right: calc(10% + 35px);
}
#OCP-BERICHTEN tr.kmp-bericht-in td.osd-col-delete {
  right: calc(10% + 6px);
}
#OCP-BERICHTEN td.osd-col-copy button,
#OCP-BERICHTEN td.osd-col-pin button,
#OCP-BERICHTEN td.osd-col-delete button {
  min-width: unset;
  width: 32px;
  font-size: 16px;
}
#OCP-BERICHTEN .osd-attachment-verwijderd {
  color: #555;
}
#OCP-BERICHTEN .osd-attachment-verwijderd .fa-file-times {
  font-size: 40px;
  padding: 10px;
  color: #999a99;
}
#OCP-BERICHTEN .ocp-bericht-tekst {
  padding-top: 4px;
}
#OCP-BERICHTEN .ocp-berichten-out > .ocp-bericht-tekst:first-child,
#OCP-BERICHTEN .ocp-berichten-out > .ocp-berichten-thumbnails:first-child {
  padding-top: 24px;
}
#OCP-BERICHTEN.tts-not-supported .osd-tts {
  display: none;
}
#OCP-BERICHTEN .osd-tts .fa-volume {
  padding: 2px 5px 5px 3px;
  font-size: 18px;
  cursor: pointer;
}
#OCP-BERICHTEN .osd-tts-text {
  display: none;
}
#OCP-INLOGGEN_KEUZE .ocp-body {
  padding: 0 !important;
}
#OCP-INLOGGEN_KEUZE osd-form-cell#_BODY {
  padding-top: 5px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  height: unset;
}
#OCP-INLOGGEN_KEUZE osd-form-cell#_BODY osd-form-cell.osd-button {
  height: 47px;
}
#OCP-INLOGGEN_KEUZE osd-form-cell#WELCOME_LABEL p {
  text-align: center;
}
#OCP-INLOGGEN_KEUZE .ocp-header {
  min-height: unset;
}
#OCP-INLOGGEN_KEUZE osd-form-cell#_HEADER {
  padding: 5px 8px 5px 8px;
}
#OCP-INLOGGEN_KEUZE button {
  width: 100%;
  font-weight: 600;
}
#OCP-INLOGGEN_KEUZE img.ocp-gemeente-logo {
  max-height: 200px;
  max-width: 250px;
  border: 2px solid white;
}
#OCP-INLOGGEN_KEUZE osd-form-cell#LBL_LOGO_WELKOM {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 320px) {
  #OCP-INLOGGEN_KEUZE osd-form-cell#WELCOME_LABEL {
    margin-bottom: 10px !important;
  }
  #OCP-INLOGGEN_KEUZE osd-form-cell#LBL_LOGO_WELKOM {
    margin-bottom: 30px !important;
  }
}
#OCP-INLOGGEN_SMS .ocp-body {
  padding: 0 !important;
}
#OCP-INLOGGEN_SMS .ocp-header {
  min-height: unset;
}
#OCP-INLOGGEN_SMS osd-form-cell#_HEADER {
  padding: 5px 8px 5px 8px;
}
#OCP-INLOGGEN_SMS osd-form-cell#_BODY {
  padding-top: 5px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  height: unset;
}
@media screen and (max-width: 369px) {
  #OCP-INLOGGEN_SMS osd-form-cell#_BODY {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#OCP-INLOGGEN_SMS osd-form-cell#WELCOME_LABEL p {
  text-align: center;
}
#OCP-INLOGGEN_SMS img.ocp-gemeente-logo {
  max-height: 200px;
  max-width: 250px;
  border: 2px solid white;
}
#OCP-INLOGGEN_SMS osd-form-cell#TELEFOONNUMMER {
  width: 275px;
}
#OCP-INLOGGEN_SMS osd-form-cell#TELEFOONNUMMER .mat-input-element::placeholder {
  font-size: 14px;
}
#OCP-INLOGGEN_SMS osd-form-cell#TELEFOONNUMMER .mat-form-field-flex {
  padding-bottom: 3px;
}
#OCP-INLOGGEN_SMS osd-form-cell#BTN_STUUR_SMS:not(.osd-default-btn) {
  background: var(--keesy-color) !important;
}
#OCP-INLOGGEN_SMS osd-form-cell#BTN_STUUR_SMS:not(.osd-default-btn) span {
  color: black !important;
}
#OCP-INLOGGEN_SMS osd-form-cell#SMS_CODE {
  width: 275px;
}
#OCP-INLOGGEN_SMS osd-form-cell#SMS_CODE .mat-input-element::placeholder {
  font-size: 16px;
}
#OCP-INLOGGEN_SMS button {
  font-weight: 600;
  font-size: 16px;
}
#OCP-INLOGGEN_SMS osd-form-cell#LBL_INSTRUCTIE,
#OCP-INLOGGEN_SMS osd-form-cell#LBL_MELDING_TELEFOONNR,
#OCP-INLOGGEN_SMS osd-form-cell#LBL_MELDING_SMS_CODE {
  width: 275px;
}
@media screen and (max-width: 320px) {
  #OCP-INLOGGEN_SMS osd-form-cell#WELCOME_LABEL {
    margin-bottom: 10px !important;
  }
  #OCP-INLOGGEN_SMS osd-form-cell#LBL_MELDING_TELEFOONNR,
  #OCP-INLOGGEN_SMS osd-form-cell#LBL_MELDING_SMS_CODE {
    max-width: 260px;
  }
}
#OCP-INLOGGEN_EMAIL .ocp-body {
  padding: 0 !important;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#_BODY {
  padding-top: 5px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  height: unset;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#WELCOME_LABEL p {
  text-align: center;
}
@media screen and (max-width: 369px) {
  #OCP-INLOGGEN_EMAIL osd-form-cell#_BODY {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#OCP-INLOGGEN_EMAIL osd-form-cell#WELCOME_LABEL p {
  text-align: center;
}
#OCP-INLOGGEN_EMAIL img.ocp-gemeente-logo {
  max-height: 200px;
  max-width: 250px;
  border: 2px solid white;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#_INNERBODY {
  min-width: 300px;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#EMAIL {
  width: 300px;
  font-size: 16px;
  border-radius: 4px;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#EMAIL .mat-form-field-flex {
  padding-bottom: 2px;
  padding-top: 2px;
  border-radius: 4px;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#EMAIL input {
  padding-bottom: 3px;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#EMAIL_CODE {
  width: 230px;
  font-size: 20px;
  border-radius: 4px;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#EMAIL_CODE .mat-input-element::placeholder {
  font-size: 16px;
  color: #333;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#EMAIL_CODE .mat-form-field-flex {
  padding-bottom: 3px;
  padding-top: 2px;
  border-radius: 4px;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#EMAIL_CODE input {
  padding-bottom: 1px;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#BTN_STUUR_EMAIL:not(.osd-default-btn) {
  background: var(--keesy-color) !important;
}
#OCP-INLOGGEN_EMAIL osd-form-cell#BTN_STUUR_EMAIL:not(.osd-default-btn) span {
  color: black !important;
}
@media screen and (max-width: 320px) {
  #OCP-INLOGGEN_EMAIL osd-form-cell#WELCOME_LABEL {
    margin-bottom: 10px !important;
  }
  #OCP-INLOGGEN_EMAIL osd-form-cell#_INNERBODY {
    min-width: 280px;
  }
  #OCP-INLOGGEN_EMAIL osd-form-cell#EMAIL {
    width: 280px;
  }
  #OCP-INLOGGEN_EMAIL osd-form-cell#EMAIL_CODE {
    width: 230px;
  }
  #OCP-INLOGGEN_EMAIL osd-form-cell#LBL_MELDING_EMAIL,
  #OCP-INLOGGEN_EMAIL osd-form-cell#LBL_MELDING_EMAIL_CODE {
    max-width: 260px;
  }
}
#OCP-INLOGGEN_EMAIL osd-form-cell#LBL_INSTRUCTIE {
  margin-bottom: 10px !important;
}
#OCP-INLOGGEN_EMAIL button {
  font-weight: 600;
  font-size: 16px;
}
#OCP-INLOGGEN_EMAIL .ocp-footer-btn button {
  border-radius: 4px;
}
#OCP-INLOGGEN_EMAIL_SMS .ocp-body {
  padding: 0 !important;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#_BODY {
  padding-top: 5px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  height: unset;
}
@media screen and (max-width: 369px) {
  #OCP-INLOGGEN_EMAIL_SMS osd-form-cell#_BODY {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#WELCOME_LABEL p {
  text-align: center;
}
#OCP-INLOGGEN_EMAIL_SMS img.ocp-gemeente-logo {
  max-height: 200px;
  max-width: 250px;
  border: 2px solid white;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#_INNERBODY {
  min-width: 300px;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#LBL_INSTRUCTIE {
  font-size: 16px;
  font-weight: 600;
  border: 2px solid gray;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  max-width: 440px;
  margin-top: 10px;
  text-align: center;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#LBL_TELNR {
  margin-bottom: 10px !important;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#USERNAME,
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#TELNR,
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#SMS_CODE {
  width: 280px;
  font-size: 20px;
  border-radius: 4px;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#USERNAME .mat-input-element::placeholder,
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#TELNR .mat-input-element::placeholder,
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#SMS_CODE .mat-input-element::placeholder {
  font-size: 16px;
  color: #333;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#USERNAME .mat-form-field-flex,
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#TELNR .mat-form-field-flex,
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#SMS_CODE .mat-form-field-flex {
  padding-top: 2px;
  padding-bottom: 3px;
  border-radius: 4px;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#BTN_STUUR_SMS:not(.osd-default-btn) {
  background: var(--keesy-color) !important;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#BTN_STUUR_SMS:not(.osd-default-btn) span {
  color: black !important;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#SMS_CODE {
  width: 215px;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#USERNAME {
  background: #ccc;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#USERNAME mat-form-field {
  border-radius: 4px;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#USERNAME mat-form-field input {
  color: black !important;
  font-size: 18px;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#TELNR.disabled {
  background: #ccc;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#TELNR.disabled mat-form-field {
  border-radius: 4px;
}
#OCP-INLOGGEN_EMAIL_SMS osd-form-cell#TELNR.disabled mat-form-field input {
  color: black !important;
  font-size: 18px;
}
#OCP-INLOGGEN_EMAIL_SMS button {
  font-weight: 600;
  font-size: 16px;
}
#OCP-INLOGGEN_EMAIL_SMS .ocp-footer-btn button {
  border-radius: 4px;
}
@media screen and (max-width: 320px) {
  #OCP-INLOGGEN_EMAIL_SMS osd-form-cell#_INNERBODY {
    min-width: 260px;
  }
  #OCP-INLOGGEN_EMAIL_SMS osd-form-cell#WELCOME_LABEL {
    margin-bottom: 10px !important;
  }
  #OCP-INLOGGEN_EMAIL_SMS osd-form-cell#LBL_MELDING_EMAIL,
  #OCP-INLOGGEN_EMAIL_SMS osd-form-cell#LBL_MELDING_SMS_CODE {
    max-width: 260px;
  }
}
#OCP-INLOGGEN_SMS_EMAIL .ocp-body {
  padding: 0 !important;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#_BODY {
  padding-top: 5px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  height: unset;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#WELCOME_LABEL p {
  text-align: center;
}
@media screen and (max-width: 369px) {
  #OCP-INLOGGEN_SMS_EMAIL osd-form-cell#_BODY {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#WELCOME_LABEL p {
  text-align: center;
}
#OCP-INLOGGEN_SMS_EMAIL img.ocp-gemeente-logo {
  max-height: 200px;
  max-width: 250px;
  border: 2px solid white;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#_INNERBODY {
  min-width: 300px;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL,
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL_READONLY {
  width: 300px;
  font-size: 16px;
  border-radius: 4px;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL.disabled .mat-form-field-wrapper,
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL_READONLY.disabled .mat-form-field-wrapper {
  border-radius: 4px;
  background: #ccc !important;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL .mat-form-field-flex,
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL_READONLY .mat-form-field-flex {
  padding-bottom: 3px;
  padding-top: 2px;
  border-radius: 4px;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL input,
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL_READONLY input {
  padding-bottom: 3px;
  font-size: 18px;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL input.mat-input-element:disabled,
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL_READONLY input.mat-input-element:disabled {
  color: black;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL_CODE {
  width: 300px;
  font-size: 18px;
  border-radius: 4px;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL_CODE .mat-input-element::placeholder {
  font-size: 16px;
}
#OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL_CODE .mat-form-field-flex {
  padding-bottom: 3px;
  padding-top: 2px;
  border-radius: 4px;
}
@media screen and (max-width: 320px) {
  #OCP-INLOGGEN_SMS_EMAIL osd-form-cell#WELCOME_LABEL {
    margin-bottom: 10px !important;
  }
  #OCP-INLOGGEN_SMS_EMAIL osd-form-cell#_INNERBODY {
    min-width: 280px;
  }
  #OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL,
  #OCP-INLOGGEN_SMS_EMAIL osd-form-cell#EMAIL_CODE {
    width: 280px;
  }
  #OCP-INLOGGEN_SMS_EMAIL osd-form-cell#LBL_MELDING_EMAIL,
  #OCP-INLOGGEN_SMS_EMAIL osd-form-cell#LBL_MELDING_EMAIL_CODE {
    max-width: 260px;
  }
}
#OCP-INLOGGEN_SMS_EMAIL button {
  font-weight: 600;
  font-size: 16px;
}
#OCP-INLOGGEN_SMS_EMAIL .ocp-footer-btn button {
  border-radius: 4px;
}
#OCP-INLOGGEN_DIGID osd-form-cell#_BODY {
  padding-top: 5px;
}
@media screen and (max-width: 369px) {
  #OCP-INLOGGEN_DIGID .ocp-body {
    padding: 0 10px !important;
  }
  #OCP-INLOGGEN_DIGID osd-form-cell#_BODY {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#OCP-INLOGGEN_DIGID osd-form-cell#WELCOME_LABEL p {
  text-align: center;
}
#OCP-INLOGGEN_DIGID .ocp-header {
  min-height: unset;
}
#OCP-INLOGGEN_DIGID osd-form-cell#_HEADER {
  padding: 5px 0px 5px 0px;
}
#OCP-INLOGGEN_DIGID img.ocp-gemeente-logo {
  max-height: 200px;
  max-width: 250px;
  border: 2px solid white;
}
#OCP-INLOGGEN_DIGID osd-form-cell#LBL_LOGO_WELKOM {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 320px) {
  #OCP-INLOGGEN_DIGID osd-form-cell#WELCOME_LABEL {
    margin-bottom: 10px !important;
  }
  #OCP-INLOGGEN_DIGID osd-form-cell#LBL_LOGO_WELKOM {
    margin-bottom: 30px !important;
  }
}
.ocp-keesy-logo {
  display: none;
}
@media screen and (max-width: 320px) {
  .ocp-keesy-logo {
    display: none;
  }
  img.ocp-gemeente-logo {
    max-height: 100px !important;
    border: 1px solid white !important;
    margin: 0 auto;
  }
}
#OSD_DCO-UPLOADEN osd-form-cell#BTN_DOCUMENT button {
  text-align: left;
  padding-left: 18px;
}
#OSD_TTK-UITVOEREN osd-form-cell#BEVESTIG_TMP,
#OSD_TTK-UITVOEREN osd-form-cell#BTN_SUBMIT {
  display: none !important;
}
#OSD_DCS-ONDERTEKENEN osd-form-cell[id$="LBL_DIGID"],
#OSD_DCS-ONDERTEKENEN osd-form-cell[id$="LBL_ONDERTEKENING"] {
  padding-top: 10px;
}
#OSD_DCS-ONDERTEKENEN osd-form-cell[id$="BTN_DIGID"] {
  margin-left: 0;
}
#OSD_OLM-LEGITIMEREN osd-form-cell#BTN_DIGID {
  margin-left: 0;
}
#OCP-START_AANVRAAG osd-form-cell#BTN_CLOSE_FORM\#BACK button {
  padding-right: 5px !important;
}
#OCP-START_AANVRAAG osd-form-cell[id*="_BTN_START"] {
  max-width: 340px;
  margin: 0px auto !important;
  border-radius: 10px;
  padding: 1px !important;
  background: var(--keesy-color) !important;
}
#OCP-START_AANVRAAG osd-form-cell[id*="_BTN_START"] a,
#OCP-START_AANVRAAG osd-form-cell[id*="_BTN_START"] button.mat-raised-button {
  margin: 0 !important;
  box-shadow: none !important;
  line-height: 26px !important;
  padding: 7px;
  border: none;
}
#OCP-START_AANVRAAG osd-form-cell[id*="_BTN_START"] a:focus,
#OCP-START_AANVRAAG osd-form-cell[id*="_BTN_START"] button.mat-raised-button:focus {
  padding: 5px;
  border: 2px solid #0000FF !important;
}
#OCP-START_AANVRAAG osd-form-cell#BTN_CLOSE_FORM\#CANCEL button {
  border: 1px solid #FCCF0F !important;
  border-radius: 10px;
}
#OCP-START_AANVRAAG osd-form-cell#BTN_CLOSE_FORM\#CANCEL button:focus {
  background: var(--keesy-color) !important;
  border: 2px solid #0000D6 !important;
}
#OCP-START_AANVRAAG osd-form-cell#BTN_CLOSE_FORM\#CANCEL button:focus span {
  color: #0000D6 !important;
}
#OCP-SELECTEER_PERSOON osd-form-cell#_ZOEKEN {
  padding: 2px 2px 0px 10px;
  border-radius: 10px;
  background: white;
  border: 1px solid #C1C1C1;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px !important;
  max-width: 340px;
  align-self: center;
  width: 100%;
}
#OCP-SELECTEER_PERSOON osd-form-cell#_ZOEKEN > div {
  flex: 1 1 auto !important;
}
#OCP-SELECTEER_PERSOON osd-form-cell#TXT_ZOEKEN {
  flex-grow: 1 !important;
}
#OCP-SELECTEER_PERSOON osd-form-cell#TXT_ZOEKEN .mat-form-field-infix {
  border-top-width: 0px;
}
#OCP-SELECTEER_PERSOON osd-form-cell#TXT_ZOEKEN input {
  margin-top: 0px !important;
  font-size: 17px;
  font-weight: 500;
}
#OCP-SELECTEER_PERSOON osd-form-cell#TXT_ZOEKEN .mat-form-field-flex {
  background-color: unset !important;
  padding-top: 0px;
}
#OCP-SELECTEER_PERSOON osd-form-cell#TXT_ZOEKEN .mat-input-element {
  background-color: unset !important;
}
#OCP-SELECTEER_PERSOON osd-form-cell#TXT_ZOEKEN .mat-form-field-infix {
  padding: 0px;
}
#OCP-SELECTEER_PERSOON osd-form-cell#TXT_ZOEKEN .mat-form-field-underline {
  display: none;
}
#OCP-SELECTEER_PERSOON osd-form-cell#TXT_ZOEKEN .mat-form-field-wrapper {
  padding: 0px !important;
}
#OCP-SELECTEER_PERSOON osd-form-cell#BTN_ZOEKEN_WISSEN button {
  box-shadow: none !important;
  font-size: 18px;
  min-width: 40px;
  padding: 0;
  line-height: 32px;
}
#OCP-SELECTEER_PERSOON osd-form-cell#ICON_ZOEKEN i.fa-search {
  color: #999A99;
  margin-left: 2px;
  font-size: 20px;
}
#OCP-SELECTEER_PERSOON osd-form-cell#BTN_IKZELF button,
#OCP-SELECTEER_PERSOON osd-form-cell#_VOLMACHTGEVER button {
  text-align: left;
}
#OCP-SELECTEER_PERSOON osd-form-cell#BTN_IKZELF button .ocp-selecteer-persoon-btn-icon-badge,
#OCP-SELECTEER_PERSOON osd-form-cell#_VOLMACHTGEVER button .ocp-selecteer-persoon-btn-icon-badge {
  top: 8px;
}
#OCP-SELECTEER_PERSOON osd-form-cell#BTN_IKZELF button .ocp-selecteer-persoon-btn-name,
#OCP-SELECTEER_PERSOON osd-form-cell#_VOLMACHTGEVER button .ocp-selecteer-persoon-btn-name {
  margin-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: calc(100% - 30px);
}
#OCP-SELECTEER_PERSOON osd-form-cell#BTN_NIEUWE_ZAAK {
  margin: 10px auto;
  width: unset !important;
}
#OCP-SELECTEER_PERSOON osd-form-cell#BTN_NIEUWE_ZAAK button {
  margin: 10px auto 0 auto!important;
  padding: 0px 10px;
  height: 40px;
  min-width: 300px;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: calc(100% - 30px);
}
#OCP-SELECTEER_PERSOON div.form-header button {
  padding-right: 5px !important;
}
#OCP-SELECTEER_PERSOON osd-form-cell#BTN_MENU_HOME {
  padding-right: 0 !important;
}
#OCP-SELECTEER_PERSOON osd-form-cell#BTN_MENU_HOME button {
  padding-right: 14px !important;
  width: 44px;
  height: 35px;
  text-align: right;
}
#OCP-SELECTEER_PERSOON osd-form-cell#BTN_MENU_HOME button > span {
  display: inline-block;
}
#OCP-SELECTEER_PERSOON .ocp-header-title span {
  width: calc(100vw - 164px);
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT .form-table-no-rows {
  display: none;
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT .form-table {
  border: none;
  margin-bottom: 10px;
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT table {
  background: transparent;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT tr {
  outline: none;
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT tr.selected {
  background: transparent !important;
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT tr:focus {
  border: none;
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT tr:focus button {
  border: 2px solid #5757FF;
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT tr td {
  padding: 0;
  border-radius: 10px;
  width: 100%;
  border: 1px solid var(--keesy-color);
  height: 37px;
  background: var(--keesy-color);
  display: block;
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT tr button {
  position: relative;
  border-radius: 10px;
  width: 100%;
  max-width: 340px;
  text-align: left;
  height: 37px;
  padding: 0 10px !important;
  border: 2px solid transparent;
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT tr button .ocp-selecteer-persoon-btn-name {
  margin-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: calc(100% - 30px);
  font-size: 17px;
  font-weight: 500;
}
#OCP-SELECTEER_PERSOON osd-form-cell#CLIENT tr button .ocp-selecteer-persoon-btn-icon-badge {
  line-height: 0.85;
  position: absolute;
  margin-left: 4px;
  padding: 2px;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  font-size: 15px;
  text-align: center;
  background: #ba0606;
  z-index: 1;
  top: 7px;
  font-size: 40px;
  color: white;
}
@media screen and (max-width: 768px) {
  .ocp-aanvraagformulier li.osd-selected span.osd-listitem-with-trash {
    max-width: calc(100vw - 140px);
    overflow-y: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline flow-root list-item;
    vertical-align: bottom;
  }
  /*
   .cdk-overlay-container {
      mat-option {
         //height: unset !important;  
         line-height: unset;         
         }
         
      span.mat-option-text {
        //height: unset !important;
        margin: 4px 0 4px 0;
        overflow: hidden;
      }   
   } 
   */
}
#OCP-INLOGGEN_PINCODE .ocp-header,
#OCP-INLOGGEN_SMS .ocp-header,
#OCP-INLOGGEN_SMS_EMAIL .ocp-header,
#OCP-INLOGGEN_EMAIL .ocp-header,
#OCP-INLOGGEN_EMAIL_SMS .ocp-header {
  padding: 0px 12px 0px 12px;
}
#OCP-INLOGGEN_PINCODE .ocp-header .ocp-header-title span,
#OCP-INLOGGEN_SMS .ocp-header .ocp-header-title span,
#OCP-INLOGGEN_SMS_EMAIL .ocp-header .ocp-header-title span,
#OCP-INLOGGEN_EMAIL .ocp-header .ocp-header-title span,
#OCP-INLOGGEN_EMAIL_SMS .ocp-header .ocp-header-title span {
  width: calc(100vw - 40px);
}
#OCP-INLOGGEN_PINCODE .ocp-header #LBL_TITLE_WELKOM,
#OCP-INLOGGEN_SMS .ocp-header #LBL_TITLE_WELKOM,
#OCP-INLOGGEN_SMS_EMAIL .ocp-header #LBL_TITLE_WELKOM,
#OCP-INLOGGEN_EMAIL .ocp-header #LBL_TITLE_WELKOM,
#OCP-INLOGGEN_EMAIL_SMS .ocp-header #LBL_TITLE_WELKOM {
  margin-top: 15px;
}
@media screen and (max-height: 600px) {
  #OCP-INLOGGEN_PINCODE #_HEADER,
  #OCP-INLOGGEN_SMS #_HEADER,
  #OCP-INLOGGEN_SMS_EMAIL #_HEADER,
  #OCP-INLOGGEN_EMAIL #_HEADER,
  #OCP-INLOGGEN_EMAIL_SMS #_HEADER {
    max-height: unset;
  }
  #OCP-INLOGGEN_PINCODE .ocp-gemeente-logo,
  #OCP-INLOGGEN_SMS .ocp-gemeente-logo,
  #OCP-INLOGGEN_SMS_EMAIL .ocp-gemeente-logo,
  #OCP-INLOGGEN_EMAIL .ocp-gemeente-logo,
  #OCP-INLOGGEN_EMAIL_SMS .ocp-gemeente-logo {
    max-height: 70px !important;
  }
}
#OCP-INLOGGEN_PINCODE mat-error span {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 415px) {
  osd-form-cell#LOCALE .mat-radio-label-content {
    padding: 0px 1px !important;
  }
  osd-form-cell#LOCALE .mat-radio-label-content .osd-locale-flag {
    height: 24px !important;
    width: 35px !important;
  }
}
@media screen and (max-width: 360px) {
  osd-form-cell#LOCALE .mat-radio-label-content {
    padding: 0px 1px !important;
  }
  osd-form-cell#LOCALE .mat-radio-label-content .osd-locale-flag {
    height: 23px !important;
    width: 33px !important;
  }
}
#KMP-NIEUWE_ZAAK osd-form-cell#_HEADER,
#KMP-NIEUWE_ZAAK osd-form-cell#_MENU {
  display: none !important;
}
#KMP-NIEUWE_ZAAK > div > div.form-body {
  flex: 0 0 auto !important;
  background: white;
}
#KMP-NIEUWE_ZAAK .osd-text .mat-form-field-wrapper,
#KMP-NIEUWE_ZAAK .osd-textarea .mat-form-field-wrapper,
#KMP-NIEUWE_ZAAK .osd-date .mat-form-field-wrapper,
#KMP-NIEUWE_ZAAK .osd-combobox .mat-form-field-wrapper {
  padding-bottom: 0px;
}
#KMP-NIEUWE_ZAAK .osd-text .mat-form-field-subscript-wrapper,
#KMP-NIEUWE_ZAAK .osd-date .mat-form-field-subscript-wrapper,
#KMP-NIEUWE_ZAAK .osd-combobox .mat-form-field-subscript-wrapper {
  top: 52px;
}
#KMP-NIEUWE_ZAAK .osd-text .mat-form-field-underline,
#KMP-NIEUWE_ZAAK .osd-date .mat-form-field-underline,
#KMP-NIEUWE_ZAAK .osd-textarea .mat-form-field-underline,
#KMP-NIEUWE_ZAAK .osd-combobox .mat-form-field-underline {
  bottom: 0;
}
#KMP-NIEUWE_ZAAK osd-form-cell#CHK_SKIP_SMS_VERIFICATIE_TMP {
  margin-bottom: 20px !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_NAAM_TMP button,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_GEBDATUM_TMP button,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_TELNR_TMP button,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_EMAIL_TMP button {
  font-weight: 600;
  font-size: 14px;
  box-shadow: none !important;
  background: transparent;
  line-height: 28px;
  border-radius: 10px;
  margin: 1px 1px 1px 0;
  border: 1px solid #999a99;
  padding: 3px 10px;
}
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_NAAM_TMP button:focus,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_GEBDATUM_TMP button:focus,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_TELNR_TMP button:focus,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_EMAIL_TMP button:focus {
  border: 2px solid #999a99;
  margin: 0px;
}
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_NAAM_TMP button .mat-button-toggle-label-content,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_GEBDATUM_TMP button .mat-button-toggle-label-content,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_TELNR_TMP button .mat-button-toggle-label-content,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_EMAIL_TMP button .mat-button-toggle-label-content {
  margin-right: 0;
}
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_NAAM_TMP button i,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_GEBDATUM_TMP button i,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_TELNR_TMP button i,
#KMP-NIEUWE_ZAAK osd-form-cell#CLIENT_CHK_EDIT_EMAIL_TMP button i {
  font-size: 16px;
}
#KMP-NIEUWE_ZAAK .mat-checkbox-inner-container {
  margin-top: 4px;
}
#KMP-NIEUWE_ZAAK label.mat-checkbox-layout {
  white-space: normal;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_NIEUWE_ZAAK {
  flex: 0 0 auto !important;
  overflow-y: hidden;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK {
  padding: 0;
  flex: 1 1 auto !important;
  height: calc(552px - 75px);
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK > div {
  width: 100%;
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK > div > osd-form-cell {
  padding: 0 15px 0 20px;
  width: 100%;
  flex: 0 0 auto !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK > div osd-form-cell.kmp-form-field {
  width: 100%;
  border-radius: 7px 7px 0 0;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK > div osd-form-cell.kmp-form-field .mat-form-field-flex {
  border: 1px solid gray !important;
  background: white;
  border-radius: 10px 10px 0 0;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK > div osd-form-cell.kmp-form-field.disabled .mat-form-field-flex {
  background: #eee;
  border-radius: 10px 10px 0 0;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK > div osd-form-cell.kmp-form-field.disabled .mat-form-field-underline {
  display: none;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK > div osd-form-cell.kmp-form-field mat-error {
  margin-top: 10px !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK osd-form-cell#CELL_START_FORM {
  flex: 1 1 auto !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK osd-form-cell#ZICHTBAAR_VOOR_INWONER {
  margin-left: 10px;
  border: none !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK osd-form-cell#TELNR_TMP,
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK osd-form-cell#CLIENT_TAAL {
  padding: 0 !important;
  margin: 0 15px 15px 20px !important;
  width: calc(100vw - 35px);
}
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK osd-form-cell#CLIENT_NAAM_UPR_TMP,
#KMP-NIEUWE_ZAAK osd-form-cell#_ZAAK osd-form-cell#CLIENT_EMAIL_UPR_TMP {
  width: unset;
  flex: 1 1 auto !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_TITEL {
  height: 60px;
  max-height: 60px;
  width: 100vw;
  background: black !important;
  border-bottom: 1px solid var(--keesy-color) !important;
  padding: 0 0 0 20px;
  margin-bottom: 15px !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_TITEL osd-form-cell {
  color: var(--keesy-color) !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_TITEL osd-form-cell#LBL_TITEL {
  font-weight: 500;
  margin: 0 auto !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_TITEL osd-form-cell#LBL_TITEL span {
  padding-left: 30px;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_TITEL osd-form-cell button {
  color: var(--keesy-color) !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_KNOPPEN {
  height: 56px;
  max-height: 56px;
  width: 100vw;
  background: #eee !important;
  border-top: 1px solid var(--keesy-color);
}
#KMP-NIEUWE_ZAAK osd-form-cell#_KNOPPEN > div {
  width: 100%;
  padding: 10px 0;
  justify-content: space-between !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_KNOPPEN .osd-button button {
  border: 1px solid #888 !important;
  border-radius: 10px;
  box-shadow: none !important;
  line-height: 32px !important;
  background: #eee !important;
}
#KMP-NIEUWE_ZAAK osd-form-cell#_KNOPPEN osd-form-cell#BTN_CREATE button {
  background: var(--keesy-color) !important;
}
table.kmp-taak .kmp-taak-icon {
  width: 40px;
}
#OCP-CONTACTEN .ocp-contact-login {
  font-weight: 500;
  margin-top: 5px;
  font-size: 13px;
}
#OCP-CONTACTEN div.ocp-contact-detail {
  display: block;
  line-height: 22px;
  margin-top: 5px !important;
}
#OCP-CONTACTEN div.ocp-contact-detail i {
  margin-left: 2px;
}
#OCP-CONTACTEN div.ocp-contact-tel {
  line-height: 30px;
}
#OCP-CONTACTEN div.ocp-contact-tel i {
  margin-left: 2px;
}
#OCP-CONTACTEN div.ocp-contact-remark {
  font-size: 13px;
  font-weight: 600;
  color: #ba0606;
  margin-top: 4px;
}
#OCP-CONTACTEN td > .ocp-contact-remark {
  margin-top: 0;
  margin-bottom: 3px;
}
@media screen and (max-width: 450px) {
  #KMP-NIEUWE_ZAAK #_NIEUWE_ZAAK {
    width: 100%;
  }
  #KMP-NIEUWE_ZAAK .osd-checkbox {
    margin-left: 10px;
  }
}
#OCP-BERICHTEN osd-form-cell#_HEADER {
  background: #eee;
}
#OCP-BERICHTEN osd-form-cell#_HEADER osd-form-cell#LBL_CONVERSATIE {
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px !important;
  margin-bottom: 2px;
}
#OCP-BERICHTEN osd-form-cell#_HEADER osd-form-cell#CONVERSATIE {
  flex: 1 1 auto !important;
  font-size: 13px;
  margin-right: 20px;
}
#OCP-BERICHTEN osd-form-cell#_HEADER osd-form-cell#CONVERSATIE .mat-form-field-infix {
  border: none !important;
  margin-top: 7px;
}
#OCP-BERICHTEN osd-form-cell#_HEADER osd-form-cell#CONVERSATIE .mat-select-min-line {
  font-weight: 600;
}
#OCP-BERICHTEN .ocp-berichten-sender {
  max-width: calc(100vw - 170px);
}
#OCP-BERICHTEN .ocp-berichten-sender span {
  white-space: nowrap;
}
#OCP-BERICHTEN .osd-recorder-control {
  height: 100px;
  background-color: #262626;
}
#OCP-BERICHTEN td.osd-col-audio_url button {
  background: transparent !important;
  border: 1px solid #999A99;
}
#OCP-BERICHTEN td.osd-col-audio_url button span {
  color: black !important;
}
#OCP-BERICHTEN td.osd-col-audio_url button.osd-audio-clicked {
  border-color: blue;
}
#OCP-BERICHTEN td.osd-col-audio_url button.osd-audio-clicked span {
  color: blue !important;
}
#OCP-BERICHTEN #_RECORDER {
  height: 40px;
}
#OCP-BERICHTEN #_RECORDER > div {
  width: 100%;
}
#OCP-BERICHTEN #_RECORDER #RECORDER_BTN_PLAYBACK button i.fa-circle-pause,
#OCP-BERICHTEN #_RECORDER #RECORDER_BTN_RECORD button i.fa-circle-pause {
  display: none;
}
#OCP-BERICHTEN #_RECORDER.osd-stopped #RECORDER_BTN_RECORD {
  width: 40px;
}
#OCP-BERICHTEN #_RECORDER.osd-stopped #RECORDER_BTN_RECORD osd-form-question {
  display: none !important;
}
#OCP-BERICHTEN #_RECORDER.osd-recording #RECORDER_BTN_PLAYBACK {
  width: 40px;
}
#OCP-BERICHTEN #_RECORDER.osd-recording #RECORDER_BTN_PLAYBACK osd-form-question {
  display: none !important;
}
#OCP-BERICHTEN #_RECORDER.osd-recording #RECORDER_BTN_RECORD button i.fa-microphone-lines {
  display: none;
}
#OCP-BERICHTEN #_RECORDER.osd-recording #RECORDER_BTN_RECORD button i.fa-circle-pause {
  display: unset;
}
#OCP-BERICHTEN #_RECORDER.osd-playing #RECORDER_BTN_PLAYBACK button i.fa-circle-play {
  display: none;
}
#OCP-BERICHTEN #_RECORDER.osd-playing #RECORDER_BTN_PLAYBACK button i.fa-circle-pause {
  display: unset;
}
#OCP-BERICHTEN #_RECORDER #RECORDER_COUNTER {
  color: var(--keesy-color);
  margin-bottom: 5px !important;
  width: 130px;
  text-align: center;
}
#OCP-BERICHTEN #_RECORDER #RECORDER_COUNTER osd-form-question {
  align-content: center;
}
#OCP-BERICHTEN #_RECORDER #RECORDER_COUNTER osd-form-question span {
  font-family: monospace, monospace;
}
@media screen and (max-width: 360px) {
  #OCP-BERICHTEN #_RECORDER i {
    font-size: 22px;
  }
}
#OCP-BERICHTEN .osd-tts-clicked {
  color: blue;
}
#OCP-BERICHTEN .audio-url {
  display: none;
}
#OCP-INSTALLEREN img.app-icon {
  border: none;
  margin-bottom: 0 !important;
  height: 100px;
  margin-left: 20px;
}
#OCP-INSTALLEREN osd-form-cell#BTN_SLUITEN {
  margin-left: auto;
}
