@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
.sans-300 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.sans {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.sans-500 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.sans-700 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.sans-900 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.condensed-300 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.condensed {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.condensed-700 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: #031019;
  color: #fff;
}
.grid-y > .cell .grid-x {
  height: 100%;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  margin: 0px;
  margin-bottom: 22px;
}
a {
  color: #fff;
}
a:hover {
  color: #F67B00;
}
.panel {
  background: #0E2B2D;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.panel .button {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: lowercase;
  padding: 5px 15px;
  background: #F67B00;
  border: 1px solid #F67B00;
  margin: 0px;
  text-decoration: none;
}
.panel .button.secundairy {
  border: 1px solid #F67B00;
  color: #F67B00;
  background: transparent;
}
@media screen and (max-width: 642px) {
  body {
    zoom: 90%;
  }
  .grid-padding-x > .cell {
    padding-left: 7px;
    padding-right: 7px;
  }
  .panel {
    padding: 10px;
  }
}
.cam-image-wrapper {
  padding: 1px;
  width: 100%;
  height: 100%;
}
.cam-image-wrapper .cam-image {
  border-radius: 5px;
  border: 1px solid #031019;
  width: 100%;
  height: 100%;
  background: #575757;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.cam-image-wrapper .cam-image .systeem {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 4px 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  text-shadow: 0px 0px 4px #000000;
  font-size: 15px;
  line-height: 18px;
  background: rgba(14, 43, 45, 0.75);
  width: 100%;
  text-align: left;
  z-index: 2;
}
.cam-image-wrapper .cam-image .systeem:before {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 4px;
  background: #777;
  content: '';
  width: 6px;
  height: 12px;
  border-radius: 0px 99px 99px 0px;
  transition: all 0.5s ease;
}
.cam-image-wrapper .cam-image .systeem b {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.cam-image-wrapper .cam-image .systeem.small {
  font-size: 12px;
  line-height: 15px;
}
.cam-image-wrapper .cam-image .systeem-nr {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(14, 43, 45, 0.75);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 4px;
  padding-top: 5px;
  z-index: 50;
}
.cam-image-wrapper .cam-image .systeem-nr b {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
.cam-image-wrapper .cam-image .systeem-nr .project-titel {
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.cam-image-wrapper .cam-image .systeem-nr .nr {
  float: right;
}
.cam-image-wrapper .cam-image .meldingen {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 4px;
  padding-top: 22px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-transform: none;
  text-shadow: 0px 0px 4px #000000;
  font-size: 11px;
  line-height: 13px;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  border-radius: 5px 5px 0px 0px;
}
.cam-image-wrapper .cam-image .icons {
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
}
.cam-image-wrapper .cam-image .icons a {
  color: #fff;
  display: inline-block;
  margin: 0px 2px;
  text-shadow: 0px 0px 4px #000000;
  transform: scale(1);
  transition: all 0.15s ease;
  opacity: 0.4;
}
.cam-image-wrapper .cam-image .icons a:hover,
.cam-image-wrapper .cam-image .icons a.secondary:hover {
  transform: scale(1.25);
  color: #00F68F;
  opacity: 1;
}
.cam-image-wrapper .cam-image .icons .img-counter {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.cam-image-wrapper .cam-image .icons .img-counter span {
  display: inline-block;
  margin: 0px 3px;
}
.cam-image-wrapper .cam-image .icons .img-counter span[data-group][data-error-type="notice"] {
  color: #F6F600 !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.cam-image-wrapper .cam-image .icons .img-counter span[data-group][data-error-type="notice"] a {
  color: #F6F600 !important;
}
.cam-image-wrapper .cam-image .icons .img-counter span[data-group][data-error-type="warning"] {
  color: #F67B00 !important;
  opacity: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.cam-image-wrapper .cam-image .icons .img-counter span[data-group][data-error-type="warning"] a {
  color: #F67B00 !important;
  opacity: 1;
}
.cam-image-wrapper .cam-image .icons .img-counter span[data-group][data-error-type="critical"] {
  color: #F60068 !important;
  opacity: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.cam-image-wrapper .cam-image .icons .img-counter span[data-group][data-error-type="critical"] a {
  color: #F60068 !important;
  opacity: 1;
}
.cam-image-wrapper .cam-image .icons .links {
  display: inline-block;
  float: right;
}
.cam-image-wrapper .cam-image .icons .links .recidivist {
  color: #F6F600;
  opacity: 0;
  transition: all 0.25s ease;
}
.cam-image-wrapper .cam-image .icons .links .recidivist.active {
  opacity: 1;
}
.cam-image-wrapper .cam-image:hover {
  border: 1px solid #fff;
}
.cam-image-wrapper .cam-image.initialised .systeem:before {
  background: #00F68F;
}
.cam-image-wrapper .cam-image.heeft-meldingen .meldingen {
  opacity: 1;
}
.cam-image-wrapper .cam-image.fixed .meldingen {
  opacity: 0;
}
.cam-image-wrapper .cam-image.notice .systeem:before {
  background: #F6F600;
}
.cam-image-wrapper .cam-image.notice .meldingen {
  opacity: 1;
}
.cam-image-wrapper .cam-image.warning .systeem:before {
  background: #F67B00;
}
.cam-image-wrapper .cam-image.warning .meldingen {
  opacity: 1;
}
.cam-image-wrapper .cam-image.critical .systeem {
  background: #781515;
}
.cam-image-wrapper .cam-image.critical .systeem:before {
  background: #F60068;
}
.cam-image-wrapper .cam-image.critical .meldingen {
  opacity: 1;
}
.cam-image-wrapper .cam-image.oud {
  opacity: 0.5;
  transition: all 0.35s ease;
}
.cam-image-wrapper .cam-image.oud:hover {
  opacity: 1;
}
.cam-image-wrapper .cam-image [data-group][data-error-type="warning"] {
  color: #F67B00 !important;
  opacity: 1;
}
.cam-image-wrapper .cam-image [data-group][data-error-type="warning"] a {
  color: #F67B00 !important;
  opacity: 1;
}
.cam-image-wrapper .cam-image [data-group][data-error-type="critical"] {
  color: #F60068 !important;
  opacity: 1;
}
.cam-image-wrapper .cam-image [data-group][data-error-type="critical"] a {
  color: #F60068 !important;
  opacity: 1;
}
.header {
  background: url(/assets/img/footer.png) repeat-x center;
  padding: 40px 10px 40px 10px;
}
.header .logo {
  padding-left: 80px;
  font-size: 20px;
  line-height: 20px;
  padding-top: 3px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.header .logo b {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.header .logo img {
  position: absolute;
  max-width: 90px;
  left: 0px;
  top: 10px;
}
.header .klok {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  padding-top: 3px;
}
.header .menu {
  position: absolute;
  left: 68px;
  top: 5px;
  display: inline-block;
  text-align: right;
  padding: 0px;
  margin: 0px;
}
.header .menu li {
  display: inline-block;
  padding-right: 10px;
}
.header .menu li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.header .menu li a:hover {
  opacity: 1;
}
.header .menu li a.active {
  text-decoration: underline;
}
.dashboard.overzicht .grid-y {
  height: 100%;
}
.dashboard .cams .cam-wrapper {
  padding: 5px;
}
.dashboard .cams .cam-wrapper .cam {
  background: #0E2B2D;
  padding: 10px;
  border: 1px solid #031019;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  display: block;
  color: #fff;
}
.dashboard .cams .cam-wrapper .cam b {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
}
.dashboard .cams .cam-wrapper .cam span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
  height: 15px;
  white-space: nowrap;
}
.dashboard .cams .cam-wrapper .cam.inactive {
  opacity: 0.25;
}
.dashboard .cams .cam-wrapper .cam.notice {
  background: #F67B00;
}
.dashboard .cams .cam-wrapper .cam.fixed {
  border: 1px solid #00F68F;
}
.dashboard .cams .cam-wrapper .cam.error {
  background: #F60068;
}
.dashboard .cams .cam-wrapper .cam:hover {
  border-color: #fff;
}
.dashboard .meldingen-cell {
  height: 100%;
}
.dashboard .meldingen-wrapper {
  padding: 5px;
  height: 100%;
}
.dashboard .meldingen-wrapper #meldingen-container {
  background: #0E2B2D;
  padding: 20px;
  border-radius: 5px;
  height: 100%;
  overflow: auto;
}
.dashboard .meldingen-wrapper #meldingen-container h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.dashboard .meldingen-wrapper #meldingen-container .meldingen .melding {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 10px;
  border-radius: 2px;
  display: block;
  padding: 5px;
  padding-left: 60px;
}
.dashboard .meldingen-wrapper #meldingen-container .meldingen .melding .meta {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
}
.dashboard .meldingen-wrapper #meldingen-container .meldingen .melding .meta b {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.dashboard .meldingen-wrapper #meldingen-container .meldingen .melding .meta .tijd {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.dashboard .meldingen-wrapper #meldingen-container .meldingen .melding:hover {
  color: #fff;
}
.dashboard .meldingen-wrapper #meldingen-container .meldingen .melding span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.dashboard .meldingen-wrapper #meldingen-container .meldingen .melding.notice {
  background: #F67B00;
}
.dashboard .meldingen-wrapper #meldingen-container .meldingen .melding.error {
  background: #F60068;
}
.dashboard .meldingen-wrapper #meldingen-container .meldingen .melding.fixed {
  opacity: 0.5;
  border: 1px solid #00F68F;
}


@media screen and (max-width: 2024px) {
  .dashboard.overzicht .grid-y {
    height: auto;
    display: block;
  }
  .dashboard.overzicht .grid-y .cam-image {
    min-height: 150px;
  }
}



.filtering_form {
  display: none;
}
.pretty-radio-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.systeem-details table {
  margin-bottom: 20px;
  border-spacing: 0px;
  width: 100%;
}
.systeem-details table tr th,
.systeem-details table tr td {
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 10px 5px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.systeem-details table tr th {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.systeem-details table tr th.top {
  vertical-align: top;
}
.systeem-details table tr td {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.systeem-details table tr td a {
  color: #F67B00;
}
.systeem-details table.systeem_velden tr th {
  width: 150px;
}


@media screen and (max-width: 640px) {
  .systeem-details table {
    width: 100%;
    table-layout: fixed;
  }
  .systeem-details table tr th {
    width: 40% !important;
  }
  .systeem-details table tr td {
    width: 60%;
  }
  .systeem-details table tr td div {
    overflow-y: scroll;
    width: 100%;
  }
}


table.rapportage {
  margin-bottom: 20px;
  border-spacing: 0px;
}
table.rapportage tr th,
table.rapportage tr td {
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 20px 5px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
table.rapportage tr th.numeric,
table.rapportage tr td.numeric {
  text-align: right;
}
table.rapportage tr td a {
  color: #F67B00;
}
table.rapportage thead {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
table.rapportage thead tr th {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  border-bottom: 0px;
}
table.rapportage thead tr th.groep {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
table.rapportage thead tr th.sortable a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
table.rapportage thead tr th.sortable.current_sort a {
  border-bottom: 2px solid #ffffff;
}
table.rapportage thead tr:last-of-type th {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
table.rapportage tbody tr td {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
table.rapportage tbody tr td.acties.secundair a i {
  color: rgba(255, 255, 255, 0.5);
}
table.rapportage tbody tr td.acties.secundair a i:hover {
  color: #ffffff;
}
table.rapportage tbody tr .bar {
  height: 6px;
  width: 0px;
  background: #fff;
  display: inline-block;
}
.dashboard-frontends .frontend-wrapper {
  padding: 20px;
}
.frontend-wrapper h2 {
  padding: 5px 0px;
  font-size: 18px;
  line-height: 18px;
}
.frontend-wrapper .actions {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  padding: 5px 0px;
}
.frontend-wrapper .actions a {
  color: #F67B00;
}
.frontend-wrapper iframe {
  background: #fff;
  width: 100%;
  min-height: 80vh;
  border: 0px;
}
body .flexigrid div.form-div {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
body .flexigrid div.form-div a.ui-button {
  background: #aaa;
  color: #fff;
  border: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
body .flexigrid div.form-div .form-field-box {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  margin: 0px;
  padding: 5px;
}
body .flexigrid div.form-div .form-field-box.odd {
  background: #fff;
}
body .flexigrid div.form-div .form-field-box.even {
  background: #fff;
}
body .flexigrid div.form-div .form-field-box .form-display-as-box {
  float: none;
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  padding: 0px;
  padding-right: 20px;
  text-align: right;
}
body .flexigrid div.form-div .form-field-box .form-input-box {
  float: none;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
}
body .flexigrid div.form-div .form-field-box .form-input-box input[type=text],
body .flexigrid div.form-div .form-field-box .form-input-box textarea,
body .flexigrid div.form-div .form-field-box .form-input-box select {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  box-shadow: none;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 0px;
  padding: 5px 10px;
  height: auto;
}
body .flexigrid div.form-div .form-field-box .form-input-box textarea {
  height: 250px;
}
body .flexigrid div.form-div .form-field-box .form-input-box textarea#field-frontend_custom_iframe_code {
  height: 120px;
}
@media screen and (max-width: 700px) {
  body .flexigrid div.form-div .form-field-box {
    display: block;
    padding: 10px 5px;
  }
  body .flexigrid div.form-div .form-field-box .form-display-as-box {
    text-align: left;
    width: 100%;
    padding-bottom: 5px;
  }
  body .flexigrid div.form-div .form-field-box .form-input-box {
    float: none;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
table.form tr {
  vertical-align: center;
}
table.form th {
  font-weight: normal;
  text-align: left;
  padding-right: 10px;
  padding-bottom: 5px;
  font-size: 14px;
}
table.form td {
  padding-bottom: 5px;
}
table.form td label {
  color: #fff;
  margin-left: 2px;
}
table.form td input {
  margin-bottom: 0px;
}
table.form td input[type=text],
table.form td input[type=email],
table.form td input[type=password] {
  font-size: 14px;
  line-height: 14px;
  padding: 5px;
  margin: 0px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  height: auto;
}
