﻿@charset "UTF-8";
/*! custom-kvo.scss AUTO-GENERATES custom-kvo.css & custom-kvo.min.css */
/*! DO NOT EDIT custom-kvo.css NOR custom-kvo.min.css */
/*! EDIT ONLY custom-kvo.scss */
/*
Theme Name: MWP v1
Version: 1.0
*/
:root {
  --selected-tab-color: #BFDEF2;
  --selected-table-item-color: #E6F1F6;
  --ai-suggestion-gradient: linear-gradient(to bottom, #6938EF, #27115F);
  --error-message-color: #F44336;
  --search-background-color: var(--primary-background-color);
  --dark-input-text-color: #666;
  --input-text-color: var(--primary-text-color);
  --button-default-color: #F1F1F1;
  --button-default-border-color: #E2E6EC;
  --button-default-border-radius: 4px;
}

.add_ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 992px) {
  .hidemenu {
    display: none;
  }
}
@media (max-width: 992px) {
  .hideonsmall {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidetoggler {
    display: none !important;
  }
}
textarea {
  resize: vertical;
}

/* Fix !important on disabled checkbox */
.checkbox input[type=checkbox]:disabled:checked + span::after, .checkbox-inline input[type=checkbox]:disabled:checked + span::after, input[type=checkbox]:disabled:checked + span::after {
  background-color: #bbb !important;
  color: transparent;
  border-color: #bbb;
}

.ng-table > thead > tr.ng-table-filters > th:nth-child(1) {
  padding-left: 20px;
}

.ng-table > thead > tr.ng-table-filters > th {
  padding: 0;
}

.ng-table > thead > tr.ng-table-filters > th > div > div > input {
  font-size: 13px;
}

.huurder {
  background-color: #8bc34a !important;
}

.mwp-content {
  padding: 20px;
}

.main-margin {
  margin: 1px 0 0 0;
}

.mwp-app .filters .filter,
.mwp-app .filters .filter:focus {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-fixed-top {
  margin-left: 0px !important;
}

aside.sidebar {
  top: 64px;
  z-index: 1027;
}

aside.sidebar .action-button i {
  vertical-align: middle;
  color: #383838;
}

aside.sidebar .product-name {
  position: absolute;
  width: inherit;
  bottom: 5.6em;
  transform: rotate(-90deg);
  color: var(--sidebar-text-color);
  font: 500 1.5em Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant: small-caps;
  text-transform: capitalize;
}

aside.sidebar .product-name-logo-vp {
  position: absolute;
  left: 12px;
  bottom: 80px;
  width: 40px;
  height: 180px;
  background-image: url("/app/mwp/img/logo-viewpoint-online.svg");
  background-repeat: no-repeat;
}

aside.sidebar .product-name-second-part {
  bottom: 11.6em;
}

aside.sidebar #book-icon {
  fill: var(--sidebar-text-color);
}

aside.sidebar a.active #book-icon {
  fill: var(--primary-text-color);
}

/* Firefox only hack. Taken from: http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e
		Why? Because we only need this extra padding, in FireFox to get this piece of html correctly shown.
		In other browsers, like Google Chrome, it's already showing up correctly, without this extra padding.
	*/
@-moz-document url-prefix() {
  aside.sidebar .product-name-second-part {
    padding: 5px;
  }
}
.aside .close {
  right: -20px;
}

.aside {
  z-index: 1026 !important;
}

.li-style-type-none {
  list-style-type: none;
}

.copyright {
  position: absolute;
  right: 2em;
  bottom: 0;
}

.btn-link:hover {
  background: transparent;
}

.dashboard {
  margin: 8px 4px 8px 4px;
}

.dashboard .card {
  overflow: hidden;
  position: relative;
}

.dashboard-notification {
  z-index: 9000;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgb(255, 193, 7);
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 30px;
  text-align: center;
  line-height: 24px;
}

.clock {
  line-height: 42px;
  margin: 0 15px 0 10px;
  font-weight: 500;
  font-size: 14px;
}

.p-0 {
  padding: 0;
}

.p-l-0 {
  padding-left: 0;
}

.p-r-0 {
  padding-right: 0;
}

.p-l-1 {
  padding-left: 1px;
}

.p-r-1 {
  padding-right: 1px;
}

.p-l-2 {
  padding-left: 2px;
}

.p-r-2 {
  padding-right: 2px;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-33 {
  width: 33.3% !important;
}

.w-66 {
  width: 66.6% !important;
}

.w-100 {
  width: 100% !important;
}

.fr {
  float: right;
}

.tal {
  text-align: left !important;
}

#wizard-content-container .badge {
  background-color: var(--environment-blue);
  color: white;
  padding: 5px 10px;
  font-size: 13px;
}

#wizard-content-container .badge .click {
  cursor: pointer;
}

.img-inv {
  -webkit-filter: brightness(0) invert(1);
  filter: opacity(0.5) invert(1);
}

.img-50 {
  transform: scale(0.5);
}

.vertical-text {
  transform: rotate(90deg);
  transform-origin: left top 0;
  float: left;
}

.vertical-middle {
  vertical-align: middle !important;
}

.btn-transparent {
  background: transparent !important;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.dot-default {
  background: #ccc;
}

.dot-danger {
  background: var(--error-message-color);
}

.dot-warning {
  background: #ffab40;
}

.blade-header .dropdown {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  font-size: 14px;
}

.subsidiabel {
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 11px;
}

.prijscomponenten-lijst {
  font-size: 12px;
}

/* Knowledgebase */
.kb-badge {
  margin-right: 5px;
  font-size: 12px;
  background: #ccc;
  color: #fff !important;
}

.kb-tags {
  margin-top: 10px;
}

.kb-tags .tag {
  font-style: italic;
  border: 1px solid #ccc;
  margin-right: 4px;
  padding: 2px 4px;
  font-size: 10px;
}

.kb-files {
  margin-top: 29px;
  overflow: hidden;
}

.kb-files .kb-file {
  display: inline-block;
  margin: 0px 3px 3px 3px;
  padding: 5px 2px 5px 6px;
  border-radius: 0;
}

.kb-categories {
  padding: 0;
}

.kb-categories-list .panel {
  box-shadow: none;
  border: none;
}

.kb-categories-list .panel-heading {
  background: #F9F9F9;
  padding: 0;
}

.kb-categories li {
  list-style: none;
}

.kb-categories li:hover, .kb-categories li a.selected {
  background: #efefef;
  border-radius: 5px;
}

.kb-categories li a {
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #efefef;
  display: block;
}

.kb-search {
  background: #fff;
  padding-left: 10px !important;
  width: 50%;
}

.kb-internal-info {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #ccc;
}

.kb-internal-info h3 {
  color: #a94442;
  margin-top: 0;
}

.kb-internal-info .kb-badge {
  background: #ccc;
  color: #fff !important;
}

.kb-category-header {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.kb-item-header {
  line-height: 26px;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.kb-items a, .list-group a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.kb-items a.selected {
  background-color: #efefef;
}

.sorting {
  display: block;
  width: 100%;
}

.sorting .title {
  font-size: 10px;
  float: left;
  margin: 7px 10px 7px 0px;
}

.sorting .sorting-list {
  padding: 0;
  list-style: none;
}

.sorting .sorting-listitem {
  display: inline-block;
}

.sorting .sorting-listitem .sortorder {
  position: relative;
  top: 3px;
}

.sorting .sorting-listitem a {
  display: block;
  padding: 3px 8px;
  border: 1px solid #efefef;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
}

.sorting .sorting-listitem a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.sorting .sortorder:before {
  content: "\f1b4";
  font-family: "Material Design Iconic Font";
  margin: 0;
  z-index: 1;
  line-height: 10px;
  font-size: 14px;
}

.sorting .sortorder.reverse:before {
  content: "\f1b7";
  font-family: "Material Design Iconic Font";
  margin: 0;
  z-index: 1;
  line-height: 10px;
}

.vertical-align-top {
  vertical-align: top;
}

/* KB Sidepabel */
.knowledgebase-panel {
  position: absolute;
  display: block;
  right: 0;
  top: 64px;
  bottom: 0;
  height: 100%;
  width: 300px;
  background: rgba(0, 0, 0, 0.5);
}

/* fix sidebar flickering */
.modal-backdrop.am-fade.ng-leave,
.aside-backdrop.am-fade.ng-leave {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/* fix sidebar height on large scrool */
.aside > .aside-dialog > .aside-body.bs-sidebar {
  height: 92vh;
}

/* Action Button */
.action-button {
  background: var(--environment-blue);
  width: 64px;
  height: 64px;
  display: inline-block;
  border: 0;
  color: #000;
  margin-left: -15px;
}

.action-button i {
  font-size: 20px;
}

.action-button.active {
  background: #fff;
  color: var(--environment-blue);
  outline: 0;
}

.action-panel {
  background: var(--blade-background-color);
  padding: 1em;
  position: absolute;
  top: 0 !important;
  left: 64px !important;
  display: none;
  width: 440px;
  height: auto;
  z-index: 1038 !important;
  -webkit-box-shadow: var(--panel-shadow);
  box-shadow: var(--panel-shadow);
}

.action-panel.active {
  display: block;
}

.action-panel .app-item {
  width: 100px;
  height: 100px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.action-panel .app-item:hover {
  color: #fff;
  background: #888;
}

.action-panel .app-item i {
  font-size: 24px;
  display: block;
  margin-top: 22px;
}

.action-panel .app-item.onenote {
  background: #80397B;
}

.action-panel .app-item.agenda {
  background: #888;
}

.action-panel .app-item.onedrive {
  background: #E31E25;
}

.action-panel .app-item.newsfeed {
  background: #666;
}

.action-panel .app-item.plus {
  background: #fbfbfb;
  color: #aaa;
}

.brand-logo {
  position: absolute;
  margin-left: 50%;
  left: -32px;
}

.dashboard .card-tile:hover {
  opacity: 0.85;
}

.dashboard .card .card-content {
  min-height: 120px;
  position: relative;
  z-index: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tasks-icon:after {
  content: "\f010";
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -160px 0 0 -20px;
  z-index: 1;
}

.cases-icon:after {
  content: "\f09f";
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -160px 0 0 -20px;
  z-index: 1;
}

.dashboard .tasks-icon .card-content .card-title,
.dashboard .cases-icon .card-content .card-title {
  font-size: 28px;
}

.dashboard .tasks-icon .card-content p,
.dashboard .person .card-content p,
.dashboard .company .card-content p,
.dashboard .unit .card-content p,
.dashboard .kb .card-content p,
.dashboard .casetile .card-content p,
.dashboard .cartotheek .card-content p,
.dashboard .projecttile .card-content p,
.dashboard .businessactivitytile .card-content p,
.dashboard .organizationtile .card-content p,
.dashboard .clustertile .card-content p,
.dashboard .contracttile .card-content p,
.dashboard .cases-icon .card-content p,
.dashboard .documenttile .card-content p,
.dashboard .tasktile .card-content p {
  font-size: 13px;
  position: absolute;
  bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Default information Panel */
.row-inline {
  overflow-x: scroll;
  overflow-y: scroll;
  white-space: nowrap;
}

.row-inline .row-scroll {
  display: inline-block;
  width: 550px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  background: #efefef;
  height: 100%;
}

.default-bar {
  width: 350px;
  background: #fff;
  float: left;
  color: #383838;
  height: 100vh;
}

.default-bar-header {
  padding: 10px 20px;
  line-height: 28px;
}

/* Tasks */
.todo-app .filters .filter {
  font-size: 14px;
  font-weight: 500;
}

.todo-app .btn-round, .todo-widget .btn-round {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.table-responsive {
  padding: 0 20px;
}

.table-title {
  padding: 20px 20px 20px 10px;
  font-size: 22px;
}

.task-filter {
  padding: 3px 8px 4px 8px;
  margin-bottom: 10px;
  border: 0;
}

.task-filter.active:hover, .task-filter.filled {
  background: #fff;
}

/* Pagination */
.pagination a {
  cursor: pointer;
}

/* Notes */
.notities .active {
  background: #666 !important;
}

.notities .list-group-item-heading {
  font-size: 14px;
}

.notities .list-group-item-heading i {
  color: #999;
}

/* Contract Info */
.saldo-item {
  display: block;
  position: relative;
}

.saldo-item .saldo-min {
  background: #EF9A9A;
  color: #fff !important;
  padding: 3px;
  margin-right: 3px;
}

.saldo-item .saldo-plus {
  background: #96c978;
  color: #fff !important;
  padding: 3px;
  margin-right: 3px;
}

.saldo-item .saldo-neutral {
  background: #26c5da;
  color: #fff !important;
  padding: 3px;
  margin-right: 3px;
}

.saldo-info .table-title {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.contract-info .table-title:hover {
  background: #fafafa;
}

.contract-info .panel-heading {
  padding: 0;
}

.contract-info .panel-body {
  padding: 0 15px;
}

.contract-info .table-full thead tr > th {
  background: #fff;
}

.contract-item {
  display: block;
  position: relative;
  border-bottom: 1px solid var(--table-header-color);
}

.eenheid-item {
  display: block;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
}

.theme-indigo .contract-item.active {
  background: #efefef;
  border-left: 5px solid #13336a;
}

.theme-cyan .contract-item.active {
  background: #efefef;
  border-left: 5px solid #26C6DA;
}

.theme-light-blue .contract-item.active {
  background: #efefef;
  border-left: 5px solid #71A4FA;
}

.contract-item .titel {
  display: block;
  padding: 15px 0px 0px 15px;
}

.contract-item .subtitel {
  display: block;
  padding: 0 1em 0 1em;
}

.contract-item .currency {
  display: block;
  padding: 0.5em 1em 1em 1em;
}

.contract-item .notification-item {
  padding: 4px 6px;
  color: #fff !important;
}

.contract-item .saldo-min {
  background: #EF9A9A;
  color: #fff !important;
  padding: 5px;
  margin-right: 3px;
}

.contract-item .saldo-plus {
  background: #96c978;
  color: #fff !important;
  padding: 5px;
  margin-right: 3px;
}

.contract-item .saldo-neutral {
  background: #26c5da;
  color: #fff !important;
  padding: 5px;
  margin-right: 3px;
}

.contractlist {
  margin-right: -4px;
  border-right: 1px solid var(--table-header-color);
}

.contract-search {
  padding-left: 15px !important;
  height: 40px;
  box-shadow: none;
}

.total-contracts {
  display: block;
  padding: 4px;
  background: #EFEFEF;
}

/* Action Button */
.tiles .tile-item {
  width: 198px;
  height: 80px;
  display: inline-block;
  color: #666;
  text-align: center;
  margin-bottom: 5px;
  text-decoration: none;
  background: #fff;
  line-height: 25px;
  padding-top: 18px;
  cursor: pointer;
}

.tiles .tile-item .title {
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.tiles .tile-item:hover {
  color: #383838;
  background: #efefef;
}

.tiles .tile-item i {
  font-size: 24px;
  display: block;
  margin-top: 10px;
}

.table-info {
  font-weight: 400;
}

.table-info tr > td {
  border-bottom: 1px solid #efefef;
  padding-left: 0 !important;
}

/* Dagelijks onderhoud */
.theme-indigo h5 {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
}

.do-progress-bar {
  margin-top: 5px;
}

.do-progress-bar .progress-step {
  display: inline-block;
  position: relative;
  min-height: 40px;
  width: 15%;
  margin-right: 5px;
}

.do-progress-bar .progress-step.afgerond {
  border-left: 10px solid #efefef;
  text-decoration: line-through;
}

.do-progress-bar .progress-step.inbehandeling {
  border-left: 10px solid #8bc34a;
}

.do-progress-bar .progress-step.inactief {
  background: #efefef;
  color: #ccc;
}

.do-progress-bar .progress-step.done {
  border-left: 8px solid #ccc;
  text-decoration: line-through;
  color: #aaa;
  background: #efefef;
}

.do-progress-bar .progress-step.done .title {
  text-decoration: line-through;
}

.do-progress-bar .progress-step {
  background-color: lightgray;
  color: black;
}

.do-progress-bar .progress-step.active {
  background-color: #8bc34a;
  color: white;
}

.do-progress-bar .progress-step .title {
  position: absolute;
  top: 0;
  left: 6px;
  line-height: 40px;
}

.do-controles {
  background: #eee;
  margin-bottom: 20px;
  width: 800px;
}

.do-controles .Afgehandeld,
.do-controles .Uitgevoerd {
  color: #48b740;
}

.do-controles .Afgehandeld:before {
  content: "N";
  font-family: "ElegantIcons";
  color: #48b740;
  padding-right: 5px;
}

.do-controles .Uitgevoerd:before {
  content: "N";
  font-family: "ElegantIcons";
  color: #48b740;
  padding-right: 5px;
}

.do-controles .Inactief:before {
  content: "s";
  font-family: "ElegantIcons";
  color: #f39f37;
  padding-right: 5px;
}

.do-controles .Overgeslagen {
  color: #fa6161;
}

.do-controles .Overgeslagen:before {
  content: "M";
  font-family: "ElegantIcons";
  color: #fa6161;
  padding-right: 5px;
}

.table.do-controles > tbody > tr > td {
  border-bottom: 1px solid #fff !important;
}

.do-samenvatting-veld {
  background: #eee;
  margin-bottom: 15px;
  padding: 10px;
  width: 800px;
  cursor: pointer;
}

.do-samenvatting-veld.active {
  background: #E0E6F2;
}

.do-controles .table > tbody > tr > td {
  vertical-align: middle !important;
}

.do-controles .checkbox {
  margin: 0;
}

.do-controles .checkbox input[type=checkbox] + span::after {
  margin-top: -5px;
  margin-right: 0px;
  border: 2px solid #666666;
}

.do-controles .checkbox input[type=checkbox]:checked + span::before {
  top: 0;
}

.afspraak-day {
  width: 100%;
  text-align: center;
  display: block;
  padding: 5px 0;
}

.afspraak-time {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #efefef;
  border-top: none;
}

.afspraak-time.active {
  background-color: var(--selected-table-item-color);
}

.afspraak-time.notactive {
  background-color: transparent;
}

.afspraak-time.active:hover,
.afspraak-time.notactive:hover {
  background-color: #efefef;
  cursor: pointer;
}

.no-gutters-left {
  margin-left: -15px;
}

.dossiers-table tr:hover {
  background: #e6edf0 !important;
}

.dossiers-table th:last-child {
  text-align: right;
}

.dossiers-table td:last-child {
  text-align: right;
}

.rvz-table tr:hover {
  background: #e6edf0 !important;
}

.rvz-table .mainItemTable.ng-scope.active td {
  background: #ffffff;
}

.rvz-table th:last-child {
  text-align: right;
}

.rvz-table td:last-child {
  text-align: right;
}

.do-table-child-row {
  padding: 5px;
}

.do-table-child-row td {
  font-weight: 400 !important;
}

.do-table-child-row td:first-child {
  border-right: 1px solid #F0F0F0;
}

.do-table-child-row.headers td {
  color: var(--environment-blue) !important;
  font-weight: 500;
}

.selecteren-reden-option label i {
  font-style: normal;
}

.form-group.table-search-field-do {
  position: absolute;
  right: 40px;
  top: 7px;
}

.form-group.table-search-field-do .search {
  max-width: 250px;
  padding-right: 25px;
  margin-right: 10px;
}

.form-group.table-search-field-do > i.glyphicon {
  position: absolute;
  right: 30px;
  top: 10px;
  color: gray;
}

/* Pinned items */
.notes .note {
  background: #fff38c;
  font-family: "Coming Soon", cursive;
  color: #7b6228;
}

.pin-overview {
  padding: 5px;
}

.remove-pinitem {
  position: absolute;
  top: 0;
  right: 4px;
  color: #fff !important;
  font-size: 18px;
  z-index: 1000;
}

.dashboard .pinned-item {
  padding: 0;
}

.dashboard .pinned-item .case-title {
  text-overflow: ellipsis;
  overflow: hidden;
}

.dashboard .pinned-item .case-name {
  font-weight: 300 !important;
  font-size: 12px !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dashboard .pinned-item .case-address {
  font-weight: 300 !important;
  font-size: 12px !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dashboard .pinned-item .card-content .tile-text {
  position: absolute;
  min-height: 25px;
  bottom: 0;
  width: 90%;
}

.dashboard .pinned-item .card-content p {
  position: relative !important;
}

.pinned-button {
  padding: 5px;
}

.pinned-button p {
  margin: 0;
  font-weight: 500;
}

.pinned-item {
  overflow: hidden;
  padding: 1px;
  position: relative;
  cursor: pointer;
}

.pinned-item .tile-count {
  font-size: 20px;
  position: absolute;
}

.pinned-item .card-content p {
  font-size: 14px;
  bottom: 10px;
  position: absolute;
}

.pinned-item .card-content small {
  font-size: 11px;
  bottom: 10px;
  position: absolute;
  font-weight: 300;
}

.pinned-item .unit .card-content p {
  white-space: nowrap;
}

.pinned-item .pinned-item-h {
  min-height: 100px;
  vertical-align: bottom;
  font-weight: 400;
}

.pinned-item .person:after {
  content: "\e08a";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .company:after {
  content: "\e0fd";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .unit:after {
  content: "\e074";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .kb:after {
  content: "\e064";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .casetile:after {
  content: "\e0f4";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .cartotheek:after {
  content: "\e083";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .contracttile:after {
  content: "i";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .clustertile:after {
  content: "\e0ef";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .projecttile:after {
  content: "\e035";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .businessactivitytile:after {
  content: "\e0e9";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .organizationtile:after {
  content: "\e0df";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .documenttile:after {
  content: "\e05c";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item .tasktile:after {
  content: "\e0e6";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -190px 0 0 -20px;
  z-index: 1;
}

.pinned-item-h.saldo-min {
  background: #EF9A9A;
  color: #fff;
}

.pinned-item-h.saldo-plus {
  background: #96c978;
  color: #fff;
}

.pinned-item-h.inceptivize-good-score {
  background-color: #96C978;
}

.pinned-item-h.inceptivize-average-score {
  background-color: #FFA726;
}

.pinned-item-h.inceptivize-bad-score {
  background-color: #EF9A9A;
}

.pinned-item-h.inceptivize-no-score {
  background-color: #B6B6B6;
}

.pinned-item .pinned-item-unlinked {
  cursor: default;
}

.pinned-item .notification-bubble {
  position: absolute;
  top: 38px;
  right: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  z-index: 1000;
  padding-left: 0;
}

.pinned-item .notification-bubble li {
  list-style: none;
}

.notification-item {
  background: rgba(50, 50, 50, 0.4);
  font-size: 14px;
  padding: 2px 6px;
  font-weight: bold;
  cursor: default;
  color: #fff;
}

.indicatie {
  padding: 1px 5px;
  font-size: 11px;
  border-radius: 2px;
  margin-left: 8px;
  margin-right: 8px;
}

/* Fast Links for external apps */
.fast-links ul {
  list-style: none;
  margin: 0;
  padding-left: 7px;
}

.fast-links ul li {
  display: inline-block;
  padding: 0px 3px;
}

.fast-links ul li a,
.fast-links ul li a:hover {
  background: #7BAAD9;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
}

/* Blade styling */
.blade {
  background: var(--primary-background-color);
  height: auto;
  min-height: calc(100vh - 66px);
  padding-bottom: 10px;
  overflow: hidden;
}

.blade-inactive {
  background: #eee url(../img/icons/right-white.svg) center center no-repeat;
  background-size: 8em;
  overflow: hidden;
}

.blade-inactive:hover {
  background: #fff url(../img/icons/right.svg) center center no-repeat;
  background-size: 8em;
  cursor: pointer;
}

.blade-inactive .blade-header {
  background: #ccc !important;
}

.blade .blade-content {
  padding: 10px;
}

.blade .blade-header.primary {
  font-weight: 500;
}

.blade .blade-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-size: 16px;
}

.blade .blade-header small {
  font-size: 70%;
}

.blade .blade-header .badge {
  align-self: center;
}

.blade .blade-header .blade-header-buttons {
  display: flex;
  gap: 7px;
  margin-right: 12px;
  align-self: center;
}

.blade .blade-header .blade-header-buttons button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.blade .blade-header .pull-right {
  margin-left: auto;
  float: unset !important;
}

.blade .blade-header .multiselect-container {
  align-self: center;
}

.blade .blade-header .multiselect-container .caret {
  margin-left: 20px;
}

.blade .blade-item-value {
  color: #333;
  font-weight: 500;
}

.blade .blade-overflow {
  padding-bottom: 20px;
  height: calc(100% - 30px);
  /*    -ms-overflow-x: auto;
  -ms-overflow-y: auto;
  overflow-x: auto;
  overflow-y: auto;
  overflow: hidden;*/
}

.blade.preview-container .blade-header {
  justify-content: space-between;
}

.blade .overview-page-table {
  padding-right: 10px;
}

.blades .pinned-item .person:after {
  content: "\f2d8";
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -90px 0 0 -20px;
  z-index: 1;
}

.blades .pinned-item .contract:after {
  content: "i";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -60px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .saldo:after {
  content: "\f153";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -90px 0 0 -20px;
  z-index: 1;
}

.blades .pinned-item .kb:after {
  content: "\f033";
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -90px 0 0 -20px;
  z-index: 1;
}

.blades .pinned-item .rvz:after {
  content: "\e035";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -80px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .cm:after {
  content: "w";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -100px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .casetile:after {
  content: "\e0f4";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -70px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .cartotheek:after {
  content: "\e083";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -70px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .documents:after {
  content: "\e05c";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -80px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .huursamenstelling:after {
  content: "\e029";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -90px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .woningwaardering:after {
  content: "\e0ec";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -105px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .vge:after {
  content: "\e074";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -80px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .streefhuur:after {
  content: "\e0fb";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -100px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .afbeeldingen:after {
  content: "\e075";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -80px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .tijdlijn:after {
  content: "\f161";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 90px;
  color: rgba(255, 255, 255, 0.2);
  margin: -42px 0px 0px 10px;
  z-index: 1;
}

.blades .pinned-item .inceptivize-icon-good-score:after {
  content: "\f118";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -90px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .inceptivize-icon-average-score:after {
  content: "\f11a";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -90px 0 0 -10px;
  z-index: 1;
}

.blades .pinned-item .inceptivize-icon-bad-score:after {
  content: "\f119";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.2);
  margin: -90px 0 0 -10px;
  z-index: 1;
}

.blade-menu {
  background: #efefef;
  margin-bottom: 15px;
}

.blade-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blade-menu ul li {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}

.blade-menu ul li a {
  color: #666;
  display: block;
}

.blade-menu ul li a:hover {
  color: #666;
}

.blade-menu ul li i {
  display: block;
  margin-top: 15px;
}

.blade-menu ul li .text {
  font-size: 10px;
}

.blade-menu ul li:hover {
  background: #ddd;
}

.no-maps {
  background: #efefef;
  text-align: center;
  line-height: 170px;
  font-weight: 599;
  height: 210px;
}

.no-maps:before {
  content: "\e063";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 250px;
  color: rgba(50, 50, 50, 0.1);
  margin: 10px 0 0 15px;
  z-index: 1;
  align-content: center;
  position: absolute;
  font-size: 185px;
}

/* Inline search */
div#associated-entities-search-container {
  /* use this div as the anchor to position the search results */
  position: relative;
}

ul.searchresultspopupnotop {
  padding: 0px;
  z-index: 99999 !important;
  position: absolute;
  background-color: #555;
  border-collapse: separate;
  overflow-y: hidden;
  width: 455px !important;
  margin-top: 14px;
}

ul.searchresultspopupnotop li {
  line-height: 0em;
  position: relative;
}

div[name=searchresultsrvz] ul.searchresultspopupnotop {
  background-color: #fff;
  margin-top: 0px;
  list-style: none;
  margin-top: 2px;
  overflow-y: scroll !important;
  height: 200px;
}

div[name=searchresultsrvz] ul.searchresultspopupnotop li {
  border-bottom: 1px solid #eee;
  line-height: 1.5em;
  padding: 5px 10px;
}

ul.searchresultspopupnotop > li a {
  cursor: pointer;
  padding-left: 1px;
  text-align: left;
  list-style: none;
  line-height: 20px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0.5em 1.2em;
  border-bottom: 1px solid #666;
  display: block;
  color: #fff;
}

ul.searchresultspopupnotop > li i {
  display: inline-block;
  line-height: 60px;
  margin: 0 10px 0 0px;
  font-size: 22px;
  color: #fff;
}

ul.searchresultspopupnotop > li a .search-text {
  display: inline-block;
}

ul.searchresultspopupnotop > li .city {
  color: rgb(200, 200, 200);
  text-transform: capitalize;
}

ul.searchresultspopupnotop li.selected, ul.searchresultspopupnotop li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

ul.searchresultspopupnotop b {
  color: blue;
}

ul.searchresultspopupnotop strong {
  color: green;
}

ul.searchresultspopupnotop .search-footer a {
  border: none;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
  background: #444;
  display: block;
  color: #fff;
}

ul.searchresultspopupnotop .search-footer a:hover {
  color: #fff;
  background: #555;
}

ul.searchresultspopupnotop .search-footer:hover {
  background: #444;
}

ul.searchresultspopupnotop .search-type {
  position: absolute;
  top: 7px;
  right: 5px;
}

ul.searchresultspopupnotop .search-type {
  position: absolute;
  top: 7px;
  right: 5px;
}

ul.searchresultspopupnotop .search-type .search-type-item {
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 13px;
  color: var(--environment-blue);
}

ul.searchresultspopupnotop .search-type .search-type-item.Woningzoekende::before {
  content: "\f002";
}

ul.searchresultspopupnotop .search-type .search-type-item.Huurder::before {
  content: "\f0fd";
}

ul.searchresultspopupnotop .search-type .search-type-item.Betaler::before {
  content: "\f153";
}

ul.searchresultspopupnotop .search-type .search-type-item.Parkeerplaats::before {
  content: "\f1b9";
}

ul.searchresultspopupnotop .search-type .search-type-item.Garage::before {
  content: "\f288";
}

ul.searchresultspopupnotop .search-type .search-type-item.Bedrijfsruimte::before {
  content: "\f0f7";
}

ul.searchresultspopupnotop .search-type .search-type-item.Default::before {
  content: "\f015";
  font-size: 16px;
}

ul.searchresultspopupnotop li.search-add-person a:hover {
  background-color: #555;
  cursor: pointer;
  color: yellow;
}

ul.searchresultspopupnotop li.search-add-person a {
  padding: 0;
}

ul.searchresultspopupnotop li.search-add-person i {
  display: inline-block;
  line-height: 45px;
  margin: 0 0 0 16px;
  font-size: 22px;
  font-style: normal;
  color: #4685db;
  padding: 0;
}

ul.searchresultspopupnotop li a i.search-add-person-i {
  font-size: 13px;
  color: #bbb;
}

/* Inline Search Associated Entities (KVO DMS) */
/* iPad Portrait */
@media (max-width: 767px) {
  #koppelingen-zoeken {
    display: none;
  }
  #koppelingen-list-header {
    display: none;
  }
  .associated-entities-inlinesearch-btn {
    top: 46px !important;
    left: 232px !important;
  }
}
/* iPad Landscape */
@media (min-width: 768px) {
  #koppelingen-zoeken {
    display: none;
  }
  #koppelingen-list-header {
    display: none;
  }
  .associated-entities-inlinesearch-btn {
    left: 252px;
  }
}
@media (min-width: 1024px) and (max-height: 768px) {
  #associatedEntityType-dropdown {
    width: 62% !important;
  }
  #associatedEntityTypeRole-dropdown {
    width: 62% !important;
  }
  #associatedEntityType-externalPublication {
    width: 62% !important;
  }
}
@media (min-width: 992px) and (max-width: 1570px) {
  .archiving-panel-padding #associatedEntityType-externalPublication {
    width: 0 !important;
    float: initial !important;
    display: inline-block;
    padding-left: 5px !important;
  }
}
/* Desktop */
@media (min-width: 1200px) {
  #koppelingen-zoeken {
    display: inline-block;
    font-weight: bold;
  }
  #koppelingen-list-header {
    display: block;
    font-weight: bold;
    margin-top: 90px;
  }
  associated-entities-search-inline {
    float: right;
  }
  div.searchresultspopup-associated-entities-inline {
    left: -163px !important;
    top: 57px !important;
  }
  ul.searchresultspopup-associated-entities-inline {
    left: 396px;
  }
  div#associated-entities-search-container.contactmoment ul.searchresultspopup-associated-entities-inline {
    max-height: 500px;
    left: 411px;
  }
  div#associated-entities-search-container.contactevent ul.searchresultspopup-associated-entities-inline {
    max-height: 500px;
  }
  div#associated-entities-search-container.document ul.searchresultspopup-associated-entities-inline {
    max-height: 500px;
  }
  div#associated-entities-search-container.archiving ul.searchresultspopup-associated-entities-inline {
    position: relative;
    max-height: 500px;
    left: 20px;
  }
}
#koppelingen-secondary-list-header {
  display: block;
  font-weight: bold;
  margin-top: 30px;
}

#associated-entities-inline-searchFilter label.btn {
  display: inline-block;
  background-color: #ddd;
  padding: 3px 10px;
  font-weight: 400;
  border-radius: 12px;
  margin-right: 10px;
  margin-bottom: 6px;
}

#associated-entities-inline-searchFilter label.active {
  background-color: var(--environment-blue);
  color: white;
}

#associated-entities-inline-searchFilter label:hover {
  background-color: var(--environment-blue);
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#associated-entities-inline-searchFilter label {
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.searchresultspopup-associated-entities-inline {
  padding: 0px;
  z-index: 99999 !important;
  position: absolute;
  background-color: white;
  border-collapse: separate;
  overflow-y: hidden;
  width: 455px !important;
}

div.searchresultspopup-associated-entities-inline > div {
  margin: 16px;
}

ul.searchresultspopup-associated-entities-inline {
  position: fixed;
  width: 414px;
  max-height: 400px;
  overflow-y: scroll;
  background-color: #555;
  margin-top: 7px;
  padding-left: 0px;
}

ul.searchresultspopup-associated-entities-inline li {
  line-height: 0em;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  position: relative;
}

ul.searchresultspopup-associated-entities-inline > li a {
  cursor: pointer;
  text-align: left;
  list-style: none;
  line-height: 24px;
  padding: 0.5em 1.2em;
  border-bottom: 1px solid #666;
  display: block;
  color: #fff;
}

ul.searchresultspopup-associated-entities-inline > li i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0px;
  font-size: 22px;
  color: #fff;
}

ul.searchresultspopup-associated-entities-inline > li .city {
  margin-left: 35px;
}

ul.searchresultspopup-associated-entities-inline > li .status {
  margin-left: 35px;
}

ul.searchresultspopup-associated-entities-inline li.selected,
ul.searchresultspopup-associated-entities-inline li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

ul.searchresultspopup-associated-entities-inline .search-footer a {
  border: none;
  border-top: 1px solid #ddd;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  background: #fafafa;
  display: block;
  color: #333;
}

ul.searchresultspopup-associated-entities-inline .search-footer a:hover {
  font-weight: 600;
}

ul.searchresultspopup-associated-entities-inline .search-type {
  position: absolute;
  top: 7px;
  right: 5px;
}

ul.searchresultspopup-associated-entities-inline .search-type .search-type-item {
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 13px;
  color: var(--environment-blue);
}

ul.searchresultspopup-associated-entities-inline .search-type .search-type-item.Woningzoekende::before {
  content: "\f002";
}

ul.searchresultspopup-associated-entities-inline .search-type .search-type-item.Huurder::before {
  content: "\f0fd";
}

ul.searchresultspopup-associated-entities-inline .search-type .search-type-item.Betaler::before {
  content: "\f153";
}

ul.searchresultspopup-associated-entities-inline .search-type .search-type-item.Parkeerplaats::before {
  content: "\f1b9";
}

ul.searchresultspopup-associated-entities-inline .search-type .search-type-item.Garage::before {
  content: "\f288";
}

ul.searchresultspopup-associated-entities-inline .search-type .search-type-item.Bedrijfsruimte::before {
  content: "\f0f7";
}

ul.searchresultspopup-associated-entities-inline .search-type .search-type-item.Default::before {
  content: "\f015";
  font-size: 16px;
}

#koppelingen-list {
  margin-top: 10px;
}

#koppelingen-list.koppelingen-list-archiving {
  margin-top: 20px;
}

#koppelingen-go-to-next-step-button {
  margin-top: 20px;
}

/*Live Search */
#search-overlay {
  position: absolute;
  left: 0;
  top: 64px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1024;
  will-change: opacity;
}

div.searchresultspopup {
  padding: 0px;
  z-index: 99999 !important;
  position: absolute;
  right: 0;
  top: 64px;
  background-color: var(--primary-background-color);
  border-collapse: separate;
  overflow-y: hidden;
  max-width: 550px !important;
  width: 100% !important;
}

div.searchresultspopup > div {
  margin: 16px;
}

div.searchresultspopup label.btn {
  display: inline-block;
  background-color: var(--pill-color);
  padding: 3px 10px;
  font-weight: 400;
  border-radius: 12px;
  margin-right: 10px;
  margin-bottom: 6px;
}

div.searchresultspopup label.active {
  background-color: var(--environment-blue);
  color: white;
}

div.searchresultspopup label:hover {
  background-color: var(--environment-blue);
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.searchresultspopup label {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-blade div.searchresultspopup {
  position: unset;
  width: unset !important;
}

.search-blade div.searchresultspopup > div {
  margin-top: unset;
}

.searchoptions-blade {
  margin: 0px 16px 16px 16px;
}

.searchoptions-blade input[type=checkbox] {
  opacity: unset;
  appearance: auto;
  position: unset;
  margin-left: unset;
  vertical-align: middle;
  margin-top: -2px;
}

ul.searchresultspopup {
  padding: 0px;
  margin-bottom: 0;
}

ul.searchresultspopup li {
  line-height: 0em;
  position: relative;
}

ul.searchresultspopup > li a {
  cursor: pointer;
  text-align: left;
  list-style: none;
  line-height: 24px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0.5em 1.2em;
  border-top: 1px solid var(--table-header-color);
  display: block;
  color: #333;
}

@media (max-height: 800px) {
  ul.searchresultspopup > li a {
    line-height: 20px;
  }
}
ul.searchresultspopup > li i {
  display: inline-block;
  line-height: 60px;
  margin: 0 10px 0 0px;
  font-size: 22px;
  color: #333;
}

ul.searchresultspopup li.selected,
ul.searchresultspopup li:hover {
  background-color: var(--hover-bg-color);
}

ul.searchresultspopup .search-footer a {
  border: none;
  border-top: 1px solid var(--table-header-color);
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  background: var(--table-background-color);
  display: block;
  color: #333;
}

ul.searchresultspopup .search-footer a:hover {
  font-weight: 600;
}

ul.searchresultspopup .search-type {
  position: absolute;
  top: 7px;
  right: 5px;
}

ul.searchresultspopup .search-type .search-type-item {
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 13px;
  color: var(--environment-blue);
}

ul.searchresultspopup .search-type .search-type-item.Woningzoekende::before {
  content: "\f002";
}

ul.searchresultspopup .search-type .search-type-item.Huurder::before {
  content: "\f0fd";
}

ul.searchresultspopup .search-type .search-type-item.Betaler::before {
  content: "\f153";
}

ul.searchresultspopup .search-type .search-type-item.Parkeerplaats::before {
  content: "\f1b9";
}

ul.searchresultspopup .search-type .search-type-item.Garage::before {
  content: "\f288";
}

ul.searchresultspopup .search-type .search-type-item.Bedrijfsruimte::before {
  content: "\f0f7";
}

ul.searchresultspopup .search-type .search-type-item.Default::before {
  content: "\f015";
  font-size: 16px;
}

.search-form input {
  width: 300px !important;
}

.search-form-zaak input {
  width: 100% !important;
}

/* Live Search Kennisbank */
ul.searchresultspopup.kbsearchcontainer {
  padding: 0;
  z-index: 99999 !important;
  position: absolute;
  background-color: #fff;
  border-collapse: separate;
  overflow-y: hidden;
  width: 450px !important;
  margin-top: 0px;
}

ul.searchresultspopup.kbsearchcontainer > li {
  cursor: pointer;
  padding-left: 1px;
  text-align: left;
  list-style: none;
  line-height: 20px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-transform: lowercase;
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
}

ul.searchresultspopup.kbsearchcontainer li.selected,
ul.searchresultspopup.kbsearchcontainer li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Live Search Kennisbank */
ul.searchresultspopup.dosearchcontainer {
  padding: 0;
  z-index: 99999 !important;
  position: absolute;
  background-color: #fff;
  border-collapse: separate;
  overflow-y: hidden;
  width: auto !important;
  margin-top: 0px;
  border: 1px solid #ddd;
}

ul.searchresultspopup.dosearchcontainer > li {
  cursor: pointer;
  padding-left: 1px;
  text-align: left;
  list-style: none;
  line-height: 20px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-transform: lowercase;
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
}

ul.searchresultspopup.dosearchcontainer li.selected,
ul.searchresultspopup.dosearchcontainer li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.searchResultsKennisbank {
  position: absolute;
  margin-top: 102px;
  width: 95.7%;
}

.searchResultsKennisbank > .searchresultspopup {
  width: inherit !important;
}

/* Custom styles for themes */
.theme-indigo .theme-header {
  background-color: #E0E6F2;
  color: #383838;
  font-weight: 500;
}

.theme-indigo .theme-header button {
  color: #383838;
}

.primary .blade-header a {
  color: #fff !important;
}

/* Theme Xbis */
.theme-cyan .theme-text {
  color: var(--environment-blue);
}

body.theme-cyan {
  background: #e6edf0 !important;
}

.theme-cyan .page-header h1 i {
  color: var(--environment-blue);
}

.theme-cyan .theme-header {
  border-bottom: 1px solid #ccc;
}

.theme-cyan .theme-footer {
  border-bottom: 1px solid #ccc;
}

/* Custom styles for logo's */
.theme-indigo .main-content .btn-link {
  color: #13336a;
}

/* LOGO OOZON */
.theme-cyan .brand-logo .logo-div {
  display: block;
  text-indent: -9999px;
  width: 64px;
  height: 64px;
  background: url(/app/mwp/img/logo.svg);
  background-size: cover;
  display: none;
}

.theme-blue .brand-logo .logo-div {
  display: block;
  text-indent: -9999px;
  width: 64px;
  height: 64px;
  background: url(/app/mwp/img/logo.svg);
  background-size: cover;
}

.theme-light-blue .brand-logo .logo-div {
  background: url("/app/mwp/img/logo-itris.png") no-repeat;
  width: 175px;
  height: 60px;
}

/******************************** ZAKEN BLADE */
.case {
  margin-bottom: 10px;
}

.cases {
  margin-bottom: 10px;
}

.cases a {
  color: #333;
}

.cases a:hover {
  color: #333;
}

.cases .panel-body {
  padding: 0;
}

.cases .list-group-content {
  padding-bottom: 10px;
}

.cases .list-group .list-group-item {
  border: none;
  font-size: 14px;
  padding: 10px 15px 5px 15px;
  cursor: pointer;
  background: #efefef;
}

.cases .list-group:hover,
.cases .list-group.active {
  outline: 1px solid #aaa !important;
  cursor: pointer;
}

.cases .list-group .list-group-item-heading {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  padding: 7px 10px 5px 10px;
}

.cases .list-group .list-group-content {
  font-size: 12px;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid #efefef;
  border-top: none;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  padding: 10px;
}

.cases .list-group .list-group-item.processtap {
  background: #efefef;
}

.cases .list-group .list-group-item .btn {
  font-size: 18px;
  line-height: 36px;
}

.cases .list-group-item.nieuw {
  border-left: 3px solid #03a9f4 !important;
}

.cases .list-group-item.inbehandeling {
  border-left: 3px solid #8bc34a !important;
}

.cases .list-group-item.afgerond {
  border-left: 3px solid #ccc !important;
}

.cases .list-group-item.wachtstand {
  border-left: 3px solid #333 !important;
}

.case .list-group .list-group-item {
  border: none;
  font-size: 14px;
  padding: 10px 15px 5px 15px;
  margin-bottom: 2px;
  cursor: pointer;
}

.case .list-group .list-group-item .list-group-item-heading {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}

.case .list-group .list-group-item .list-group-item-text {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.case .list-group .list-group-item.processtap {
  background: var(--blade-background-color);
}

.case .list-group .list-group-item.processtap.nieuw::after {
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: -30px 0 0 -43px;
  z-index: 1;
}

.case .list-group .list-group-item.processtap.inbehandeling:after {
  content: "\e02d";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: -30px 0 0 -42px;
  z-index: 1;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.case .list-group .list-group-item.processtap.afgerond::after {
  content: "\f023";
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: -30px 0 0 -42px;
  z-index: 1;
}

.case .list-group .list-group-item.processtap.wachtstand::after {
  content: "\f05e";
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: -30px 0 0 -42px;
  z-index: 1;
}

.case .list-group .list-group-item.processtap:hover {
  background: var(--selected-table-item-color);
}

.case .list-group .list-group-item .btn {
  font-size: 18px;
  line-height: 36px;
}

.case .list-group-item.nieuw {
  border-color: #dedede !important;
}

.case .list-group-item.inbehandeling {
  border-color: #8bc34a !important;
}

.case .list-group-item.afgerond {
  border-color: #ccc !important;
  text-decoration: line-through;
  color: #ccc;
}

.case .list-group .list-group-item.afgerond .list-group-item-heading {
  text-decoration: line-through;
  font-style: italic;
  color: #bababa;
}

.case .list-group-item.wachtstand {
  border-color: #ccc !important;
}

.case .list-group-item .progress {
  margin: 10px 0;
}

/*#region status bar and progress bar for case tile */
.case-tile-progress {
  display: flex;
  margin-top: 4px;
}

.status-bar span,
.case-tile-progress span {
  height: 8px;
  width: 50px;
  margin-right: 2px;
  display: inline-block;
}

.status-bar.thin span,
.case-tile-progress.thin span {
  height: 3px;
}

.status-bar .gray,
.case-tile-progress .gray {
  background: #d6d6d6;
}

.status-bar .closed,
.case-tile-progress .closed {
  background: #8bc34a;
}

.status-bar .actief,
.case-tile-progress .actief {
  background: #03A9F4;
}

.status-bar .busy,
.case-tile-progress .busy {
  background: #8BC34A;
}

/*#endregion status bar and progress bar for case tile */
.comment-processtap {
  line-height: 30px;
  max-height: 300px;
  overflow: scroll;
}

.comment-processtap .item-opmerking {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}

.comment-processtap .item-opmerking h1 {
  margin: 0;
  font: bold 16px "Roboto";
}

.comment-processtap .item-opmerking span {
  font-style: italic;
  font-size: 12px;
}

.proces-overzicht .status {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
}

.proces-overzicht .inbehandeling {
  position: relative;
}

.proces-overzicht .inbehandeling::after {
  content: "\e02d";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin: 0 0 0 -6px;
  z-index: 1;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.proces-overzicht.afgerond {
  text-decoration: line-through;
  color: #ccc;
}

.proces-overzicht .afgerond {
  background: #ccc;
}

.proces-overzicht .afgerond::after {
  content: "\f023";
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin: -1px 0 0 -7px;
  z-index: 1;
}

.proces-overzicht .wachtstand::after {
  content: "\f05e";
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin: -1px 0 0 -7px;
  z-index: 1;
}

.zaken-overzicht span {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  float: left;
}

.zaken-overzicht .inbehandeling::after {
  content: "\e02d";
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin: 0 0 0 -11px;
  z-index: 1;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.zaken-overzicht .afgesloten::after,
.zaken-overzicht .afgerond::after {
  content: "\f023";
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin: 0 0 0 -11px;
  z-index: 1;
}

.zaken-overzicht .wachtstand::after {
  content: "\f05e";
  font-family: "Material Design Iconic Font";
  position: absolute;
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin: 0 0 0 -11px;
  z-index: 1;
}

.case .case-koppelen {
  background: #efefef;
  padding: 5px 10px;
  border: 1px dashed #aaa;
  font-weight: bold;
  cursor: pointer;
}

.case .case-koppelen:hover {
  background: #ddd;
}

/************************** EIND ZAKEN BLADE */
.panel-default > .panel-heading .badge {
  background: #bbb;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}

.panel-group .panel + .panel {
  margin: 0px;
  border-top: 1px solid var(--table-header-color);
}

.panel-default > .cases .list-group-item .badge {
  background: #efefef !important;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.contact-moments h4 i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: 6px;
  color: #ccc;
  margin-right: 14px;
}

.contact-moments h5 {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.tasks-person .tasks-title:hover {
  text-decoration: underline;
}

.widget-header,
.widget-header:hover {
  background: #fff !important;
  font-size: 16px;
  padding: 10px 15px;
  position: relative;
  display: block;
  margin-bottom: -1px;
}

.theme-indigo .widget-header,
.theme-indigo .widget-header:hover {
  background: #fff !important;
  color: #13336a;
  font-size: 16px;
  padding: 10px 15px;
  position: relative;
  display: block;
  margin-bottom: -1px;
}

.tasks-person > li a:hover {
  text-decoration: underline;
}

.tasks-person .timeline-title,
.contactmoments-person .timeline-title {
  font-weight: 400;
  font-size: 13px;
}

.timeline {
  padding: 0 0 10px 0;
}

.timeline.tasks-person > li,
.timeline.contactmoments-person > li {
  margin-bottom: 5px !important;
  padding: 4px;
}

.timeline.tasks-person > li:hover,
.timeline.contactmoments-person > li:hover {
  background: #dedede;
  border-radius: 10px;
  cursor: pointer;
}

.timeline.tasks-person .text-muted,
.timeline.contactmoments-person .text-muted {
  color: #999;
  font-style: italic;
}

.timeline.tasks-person > li > .timeline-badge {
  left: -6px;
  margin-left: 0;
  top: -8px;
  text-align: center;
}

.timeline.contactmoments-person > li > .timeline-badge {
  left: -6px;
  margin-left: 0;
  top: -5px;
  text-align: center;
  font-size: 17px;
}

.timeline-badge .dir-out {
  color: #E31E25;
}

.timeline-badge .dir-in {
  color: #8bc34a;
}

.timeline.tasks-person .timeline-body,
.timeline.contactmoments-person .timeline-body {
  margin: 0;
}

.timeline.tasks-person:before,
.timeline.contactmoments-person:before {
  background: none;
}

.timeline.tasks-person > li > .timeline-panel {
  width: calc(100% - 30px);
}

.timeline.tasks-person .icon-circle {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
}

.progress {
  margin-bottom: 0;
}

/* ================ Files =================== */
ul.files {
  list-style: none;
  margin: 0;
  padding: 0;
}

.file-dropzone {
  display: block;
  padding: 0px;
  border: 1px dashed #bbb;
  color: #bbb;
  margin: 10px 0 25px 0;
  text-align: center;
  cursor: pointer;
}

.file-dropzone:hover {
  color: #999;
  border: 1px dashed #999;
}

/* ================ Sortable ================ */
.as-sortable-item, .as-sortable-placeholder {
  display: block;
}

.as-sortable-item {
  -ms-touch-action: none;
  touch-action: none; /* to disable context menu on iOS devices */
  -webkit-touch-callout: none;
}

.as-sortable-item-handle {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.as-sortable-drag {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.as-sortable-hidden {
  display: none !important;
}

.as-sortable-un-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ================ Multiselect ================ */
.select2-drop {
  top: inherit;
  width: 97%;
}

/* ================ Contactmomenten ================ */
.cm-title {
  font-weight: 500;
  font-size: 14px;
}

.cm-timeline {
  list-style-type: none;
  padding: 0;
}

.cm-timeline li {
  padding: 1em 0;
}

.cm-timeline .dropdown-menu li {
  padding: 0;
}

.cm-timeline .direction-l {
  position: relative;
  width: 98%;
  float: left;
  text-align: right;
  margin-bottom: 12px;
}

.cm-timeline.tijdlijn .direction-l {
  float: right;
}

.cm-timeline .direction-r {
  position: relative;
  width: 98%;
  float: right;
  margin-bottom: 12px;
}

.cm-timeline.tijdlijn .direction-r {
  float: right;
  cursor: pointer;
}

.cm-timeline.tijdlijn .contactmoment.direction-r {
  cursor: unset;
}

.cm-timeline .bubbels {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 75%;
}

.cm-timeline.tijdlijn .bubbels.contactmoments {
  display: table;
}

.cm-timeline .bubbels-header {
  display: block;
  padding: 2px 10px;
}

.cm-timeline .bubbels-title {
  padding: 5px 10px;
  display: block;
  font-weight: bold;
  cursor: pointer;
}

.cm-timeline .bubbels-title.long-status {
  margin-bottom: 25px;
}

.cm-timeline .bubbels-content {
  padding: 0px 10px 5px 10px;
  width: 100%;
  font-style: italic;
}

.cm-timeline .bubbels-footer {
  background: #efefef;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
}

.cm-attachments a {
  padding: 2px 8px;
  background: #ccc;
  border-radius: 25px;
  color: #666;
  font-size: 12px;
}

.cm-attachments a:hover {
  background: #efefef;
  border-radius: 25px;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}

.btn-koppel {
  margin-top: 4px;
  background: #fff;
  border: 1px solid #ccc;
  color: #aaa;
  font-size: 12px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 14px;
  padding: 0;
}

.btn-edit {
  margin-top: 4px;
  background: #fff;
  border: 1px solid #ccc;
  color: #aaa;
  font-size: 12px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 14px;
  padding: 0;
}

/*#region timeline cases*/
.case-tile-header {
  background-color: var(--table-header-color);
}

.timeline-case-container {
  display: inline-block;
  width: 75%;
}

.timeline-case-icon {
  font-size: 16px;
  color: #666;
  float: left;
  padding-right: 5px;
}

/*#endregion timeline cases*/
/*#region task tiles on entity cards*/
.task-tile {
  width: 100%;
}

.task-tile th,
.task-tile td {
  vertical-align: top;
}

.task-tile th {
  padding: 5px 0px 5px 10px;
  font-weight: bold;
}

.task-tile td {
  padding-left: 10px;
  font-style: italic;
}

.task-tile th:last-child,
.task-tile td:last-child {
  padding-right: 7px;
}

/*#endregion task tiles on entity cards*/
/* ================ Media Queries ================ */
@media screen and (max-width: 660px) {
  .case-timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }
  .case-timeline li {
    padding: 2em 0;
  }
  .direction-l,
  .direction-r {
    float: none;
    width: 100%;
    text-align: center;
  }
  .flag-wrapper {
    text-align: center;
  }
  .flag {
    background: rgb(255, 255, 255);
    z-index: 15;
  }
  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }
  .direction-l .time-wrapper,
  .direction-r .time-wrapper {
    float: none;
  }
  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245, 245, 245);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
  }
  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
  }
}
@media screen and (min-width: 400px) and (max-width: 660px) {
  .direction-l .desc,
  .direction-r .desc {
    margin: 1em 4em 0 4em;
  }
}
@media screen and (max-width: 992px) {
  .action-button {
    margin-left: 0px;
  }
}
.mfb-component--tl, .mfb-component--tr, .mfb-component--bl, .mfb-component--br {
  box-sizing: border-box;
  position: fixed;
  white-space: nowrap;
  z-index: 30;
  padding-left: 0;
  list-style: none;
}

.mfb-component--tl *, .mfb-component--tr *, .mfb-component--bl *, .mfb-component--br *, .mfb-component--tl *:before, .mfb-component--tr *:before,
.mfb-component--bl *:before, .mfb-component--br *:before, .mfb-component--tl *:after, .mfb-component--tr *:after, .mfb-component--bl *:after, .mfb-component--br *:after {
  box-sizing: inherit;
}

/*------------------------------------*\
	#IE11 targeted rules
\*------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .zaken-overzicht .inbehandeling::after,
  .zaken-overzicht .afgesloten::after,
  .zaken-overzicht .afgerond::after {
    position: relative;
  }
  .zaken-overzicht .wachtstand::after {
    margin-left: 0;
  }
  span.afgerond::after {
    -ms-transform: translateX(-4px);
  }
  #get__boekingen__history {
    width: 20px;
    margin-top: -4px;
  }
}
.search-form input::-ms-clear,
.table-search-field > input.search::-ms-clear {
  visibility: hidden;
}

/*------------------------------------*\
	#BASE | Modifiers
\*------------------------------------*/
/**
 * These styles depends on the placement of the button.
 * Styles can be:
 * 1. Top-left:  modified by the " --tl " suffix.
 * 2. Top-right: modified by the " --tr " suffix.
 * 3. Bottom-left:  modified by the " --bl " suffix.
 * 4. Bottom-right: modified by the " --br " suffix.
 */
.mfb-component--tl {
  left: 0;
  top: 0;
}

.mfb-component--tr {
  right: 0;
  top: 0;
}

.mfb-component--bl {
  left: 0;
  bottom: 0;
}

.mfb-component--br {
  right: 30px;
  bottom: 10px;
}

/*------------------------------------*\
	#BUTTONS | Base
\*------------------------------------*/
.mfb-component__button--main, .mfb-component__button--child {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-user-drag: none;
  font-weight: bold;
}

/**
 * This is the unordered list for the list items that contain
 * the child buttons.
 *
 */
.mfb-component__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mfb-component__list > li {
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  padding: 10px 0;
  margin: -10px 0;
}

/**
 * These are the basic styles for all the icons inside the main button
 */
.mfb-component__icon, .mfb-component__main-icon--active,
.mfb-component__main-icon--resting, .mfb-component__child-icon {
  position: absolute;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  width: 100%;
}

[data-mfb-toggle=hover]:hover .mfb-component__icon, [data-mfb-toggle=hover]:hover .mfb-component__main-icon--active,
[data-mfb-toggle=hover]:hover .mfb-component__main-icon--resting, [data-mfb-toggle=hover]:hover .mfb-component__child-icon,
[data-mfb-state=open] .mfb-component__icon,
[data-mfb-state=open] .mfb-component__main-icon--active,
[data-mfb-state=open] .mfb-component__main-icon--resting,
[data-mfb-state=open] .mfb-component__child-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  color: #fff;
}

/*------------------------------------*\
	#BUTTONS | Modifiers
\*------------------------------------*/
.mfb-component__button--main {
  height: 50px;
  width: 50px;
  z-index: 20;
}

.mfb-component__button--child {
  height: 50px;
  width: 50px;
}

.mfb-component__main-icon--active,
.mfb-component__main-icon--resting {
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
}

.mfb-component__child-icon {
  line-height: 50px;
  font-size: 18px;
}

.mfb-component__child-icon.md-note-add {
  font-size: 1.6em;
}

.mfb-component__main-icon--active {
  opacity: 0;
}

[data-mfb-toggle=hover]:hover .mfb-component__main-icon,
[data-mfb-state=open] .mfb-component__main-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

[data-mfb-toggle=hover]:hover .mfb-component__main-icon--resting,
[data-mfb-state=open] .mfb-component__main-icon--resting {
  opacity: 0;
}

[data-mfb-toggle=hover]:hover .mfb-component__main-icon--active,
[data-mfb-state=open] .mfb-component__main-icon--active {
  opacity: 1;
  color: #fff;
}

/**
 * ZOOM-IN  berna
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li,
.mfb-component--tr.mfb-zoomin .mfb-component__list li {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px) scale(0);
  transform: translateY(70px) scale(0);
  transition: all 0.3s;
  transition-delay: 0.15s;
}

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px) scale(0);
  transform: translateY(140px) scale(0);
  transition: all 0.3s;
  transition-delay: 0.1s;
}

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px) scale(0);
  transform: translateY(210px) scale(0);
  transition: all 0.3s;
  transition-delay: 0.05s;
}

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px) scale(0);
  transform: translateY(280px) scale(0);
  transition: all 0.3s;
  transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(350px) scale(0);
  transform: translateY(350px) scale(0);
  transition: all 0.3s;
  transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(420px) scale(0);
  transform: translateY(420px) scale(0);
  transition: all 0.3s;
  transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(490px) scale(0);
  transform: translateY(490px) scale(0);
  transition: all 0.3s;
  transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px) scale(1);
  transform: translateY(70px) scale(1);
  transition-delay: 0.05s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px) scale(1);
  transform: translateY(140px) scale(1);
  transition-delay: 0.1s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px) scale(1);
  transform: translateY(210px) scale(1);
  transition-delay: 0.15s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px) scale(1);
  transform: translateY(280px) scale(1);
  transition-delay: 0.2s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(5), .mfb-component--tl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(280px) scale(1);
  transform: translateY(280px) scale(1);
  transition-delay: 0.2s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(6), .mfb-component--tl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(280px) scale(1);
  transform: translateY(280px) scale(1);
  transition-delay: 0.2s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(7), .mfb-component--tl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(280px) scale(1);
  transform: translateY(280px) scale(1);
  transition-delay: 0.2s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li,
.mfb-component--br.mfb-zoomin .mfb-component__list li {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px) scale(0);
  transform: translateY(-70px) scale(0);
  transition: all 0.3s;
  transition-delay: 1.15s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px) scale(0);
  transform: translateY(-140px) scale(0);
  transition: all 0.3s;
  transition-delay: 1.1s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px) scale(0);
  transform: translateY(-210px) scale(0);
  transition: all 0.3s;
  transition-delay: 1.05s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px) scale(0);
  transform: translateY(-280px) scale(0);
  transition: all 0.3s;
  transition-delay: 1.05s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-350px) scale(0);
  transform: translateY(-350px) scale(0);
  transition: all 0.3s;
  transition-delay: 1.05s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(-420px) scale(0);
  transform: translateY(-420px) scale(0);
  transition: all 0.3s;
  transition-delay: 1.05s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(-490px) scale(0);
  transform: translateY(-490px) scale(0);
  transition: all 0.3s;
  transition-delay: 1.05s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px) scale(1);
  transform: translateY(-70px) scale(1);
  transition-delay: 0.05s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px) scale(1);
  transform: translateY(-140px) scale(1);
  transition-delay: 0.1s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px) scale(1);
  transform: translateY(-210px) scale(1);
  transition-delay: 0.15s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px) scale(1);
  transform: translateY(-280px) scale(1);
  transition-delay: 0.2s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-350px) scale(1);
  transform: translateY(-350px) scale(1);
  transition-delay: 0.25s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(6), .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(6) {
  -webkit-transform: translateY(-420px) scale(1);
  transform: translateY(-420px) scale(1);
  transition-delay: 0.3s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(7), .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(7) {
  -webkit-transform: translateY(-490px) scale(1);
  transform: translateY(-490px) scale(1);
  transition-delay: 0.35s;
}

/*------------------------------------*\
	#LABELS | base
\*------------------------------------*/
/**
 * These are the labels associated to each button,
 * exposed only when hovering the related button.
 * They are called labels but are in fact data-attributes of
 * each button (an anchor tag).
 */
[data-mfb-label]:after {
  content: attr(data-mfb-label);
  opacity: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 10px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -15.5px;
  transition: all 0.5s;
}

[data-mfb-toggle=hover] [data-mfb-label]:hover:after,
[data-mfb-state=open] [data-mfb-label]:after {
  content: attr(data-mfb-label);
  opacity: 1;
  transition: all 0.3s;
}

/*------------------------------------*\
	#LABELS | Modifiers
\*------------------------------------*/
.mfb-component--br [data-mfb-label]:after, .mfb-component--tr [data-mfb-label]:after {
  content: attr(data-mfb-label);
  right: 70px;
}

.mfb-component--br .mfb-component__list [data-mfb-label]:after, .mfb-component--tr .mfb-component__list [data-mfb-label]:after {
  content: attr(data-mfb-label);
  right: 70px;
}

.mfb-component--tl [data-mfb-label]:after, .mfb-component--bl [data-mfb-label]:after {
  content: attr(data-mfb-label);
  left: 70px;
}

.mfb-component--tl .mfb-component__list [data-mfb-label]:after, .mfb-component--bl .mfb-component__list [data-mfb-label]:after {
  content: attr(data-mfb-label);
  left: 70px;
}

/* OBJECT TABLE */
.object-table-module .back-cover {
  background-color: #fff;
}

.object-table-module .count {
  display: none;
}

.object-table-module .count .records {
  color: #888;
  font-weight: 400;
}

.object-table-module .search {
  padding-right: 25px;
  margin-right: 10px;
}

.object-table-module .search.separate {
  width: 100%;
  max-width: 100%;
  padding-left: 22px;
}

.object-table-module .search_icon {
  position: absolute;
  right: 30px;
  top: 10px;
  color: gray;
}

.object-table-module .search_icon.separate {
  left: 15px;
  top: 20px;
  font-size: 10px;
  width: 10px;
}

.object-table-module .sorting-badge {
  background-color: #fff;
  position: relative;
  font-weight: 600;
  font-size: 10px;
  padding: 5px 5px 5px 10px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 5px;
  color: #337ab7;
  border: 1px solid rgba(12, 75, 140, 0.43);
  margin-bottom: 3px;
}

.object-table-module .sorting-container {
  margin: 10px 0px 0px 0px;
}

.object-table-module .sorting-container .sorting-badge:hover {
  background-color: #337ab7;
  color: #fff;
}

.object-table-module .sorting-container .sorting-badge:hover .close {
  opacity: 1;
  cursor: pointer;
  color: #002655;
  text-shadow: none;
}

.object-table-module .sorting-container .sorting-badge .close {
  margin-left: 5px;
  float: right;
  font-size: 12px;
  line-height: 1;
  color: #000;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.object-table-module .object-table {
  margin-bottom: 0;
  background-color: var(--table-background-color);
}

.object-table-module .object-table tfoot tr {
  background-color: #f1f1f1;
  color: #666;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.object-table-module .object-table thead > tr th {
  border-bottom: 0;
  padding-right: 17px;
  position: relative;
  will-change: width;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.object-table-module .object-table thead > tr th[draggable] a {
  width: 100%;
  display: block;
}

.object-table-module .object-table thead > tr th.dragged div.resize, .object-table-module .object-table thead > tr th.draggedOver div.resize {
  display: none;
}

.object-table-module .object-table thead > tr th.dragged {
  background-color: rgba(255, 255, 255, 0.64);
  border: 2px dashed #427998;
}

.object-table-module .object-table thead > tr th.draggedOver {
  background-color: rgba(128, 128, 128, 0.16);
  border: 1px solid #93999c;
}

.object-table-module .object-table thead > tr th.sortable {
  position: relative;
}

.object-table-module .object-table thead > tr th.sortable:after, .object-table-module .object-table thead > tr th.sortable:before {
  content: "\e113";
  font-size: 9px;
  font-family: "Glyphicons Halflings";
  visibility: visible;
  right: 8px;
  top: 30%;
  position: absolute;
  opacity: 0.5;
  margin-top: -4px;
}

.object-table-module .object-table thead > tr th.sortable:after {
  content: "\e114";
  margin-top: 5px;
}

.object-table-module .object-table thead > tr th.sortable.table-sort-down:after, .object-table-module .object-table thead > tr th.sortable.table-sort-up:before, .object-table-module .object-table thead > tr th.sortable:hover:not(.table-sort-up):not(.table-sort-down):after, .object-table-module .object-table thead > tr th.sortable:hover:not(.table-sort-up):not(.table-sort-down):before {
  opacity: 1;
}

.object-table-module .object-table thead > tr th.separate {
  position: relative;
  padding-right: 7px;
  text-shadow: none !important;
  outline: 0;
}

.object-table-module .object-table thead > tr th.separate:focus {
  outline: 0;
}

.object-table-module .object-table thead > tr th div.resize {
  width: 5px;
  border-right: 2px dotted #949494;
  position: absolute;
  right: -2px;
  visibility: hidden;
  top: 0;
  z-index: 999;
  height: 100%;
  cursor: ew-resize;
}

.object-table-module .object-table thead > tr th:hover div.resize {
  visibility: visible;
}

.object-table-module .object-table tfoot tr {
  cursor: auto;
}

.object-table-module .object-table tbody tr.selected-row td {
  background-color: var(--selected-table-item-color);
}

.object-table-module .object-table tbody tr:hover {
  background-color: var(--hover-bg-color);
  color: var(--primary-text-color);
}

.object-table-module .object-table tbody td:hover {
  cursor: pointer;
}

.object-table-module .object-table tbody td[editable] div[contenteditable] {
  padding: 3px;
}

.object-table-module .object-table tbody td[editable] div[contenteditable]:focus {
  margin: -3px;
  border: 2px dotted #738395;
  background-color: #F5F5F5;
  /* vertical-align: middle; */
  color: #0c4b8c;
  display: block;
  outline: 0;
}

.object-table-module .object-table button {
  line-height: 0px;
}

.object-table-module.hover-column table {
  overflow: hidden !important;
}

.object-table-module.hover-column table thead tr th {
  z-index: 3;
  position: relative;
}

.object-table-module.hover-column table tbody tr td {
  position: relative;
  outline: 0;
  z-index: 2;
}

.object-table-module.hover-column table tbody tr td:hover {
  z-index: 1;
}

.object-table-module.hover-column table tbody tr td:hover::before {
  content: "";
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
  background-color: var(--hover-bg-color);
}

.loading {
  padding: 5px;
  text-align: center;
  color: #337ab9;
}

.glyphicon-refresh-animate {
  -ms-animation: spin 0.7s infinite linear;
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

/* custom search class for object table */
.object-table-module .table-search-field {
  position: absolute;
  right: 20px;
  top: 3px;
}

.object-table-module .object-table-search {
  position: relative;
  top: 7px;
}

.with_deep__link .table-search-field {
  right: 45px;
}

.object-table-checkbox-column,
.object-table-preview-column {
  width: 1px;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@media (max-width: 769px) {
  .blade {
    height: 100%;
    margin-bottom: 20px;
  }
  .m-p-l-15 {
    padding-left: 15px;
  }
  .m-p-r-15 {
    padding-right: 15px;
  }
  .cm-timeline .direction-r,
  .cm-timeline .direction-l {
    width: 90%;
  }
  .cm-timeline .direction-r .bubbels,
  .cm-timeline .direction-l .bubbels {
    width: 95%;
  }
  .search-form input {
    width: 100% !important;
  }
}
.search-btn {
  right: 20px;
}

.pinned-item {
  font-size: 80%;
}

/* HORIZONTAL ROWS */
.row-clear {
  display: inline;
}

@media (min-width: 768px) {
  .pinned-item .card-content p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .pinned-item .card-content p {
    font-size: 12px;
  }
  .do-progress-bar .progress-step {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-item .card-content p {
    font-size: 12px;
    font-weight: 400;
  }
}
.field-validation-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.field-validation-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

@media (min-width: 1312px) {
  .goedkeuren__btn {
    width: 10%;
  }
  .goedkeuren__btn + div {
    width: 21%;
  }
}
@media (min-width: 819px) and (max-width: 939px) {
  .goedkeuren__btn + div {
    width: 16%;
  }
}
input[type=checkbox].form-control.add__case, input[type=checkbox].select__all {
  opacity: 0;
  -webkit-appearance: checkbox;
  z-index: 10;
  position: relative;
}

input[type=checkbox].form-control.add__case + span, input[type=checkbox].select__all + span {
  display: block;
  width: 13px;
  height: 15px;
  margin: 0 auto;
  box-shadow: none !important;
  transform: translate(-2px, -30px);
  position: relative;
}

input[type=checkbox].form-control.add__case:disabled,
input[type=checkbox].form-control.add__case:disabled + span {
  height: 0;
  display: none;
}

.form-control.add__case + span::after, .form-control.select__all + span::after {
  width: 16px;
  height: 16px;
}

.form-control.add__case + span::before, .form-control.select__all + span::before {
  border-color: transparent !important;
}

div.select__all {
  width: 110px;
  transform: translateY(10px);
}

.achterstand .table > tbody > tr > td {
  vertical-align: middle;
}

.achterstand .table > tbody > tr > td > select {
  font-size: 13px;
  line-height: 1.846;
  padding-left: 16px;
  color: gray;
}

[ng-controller=AchterstandsbeheerController] > .row {
  background-color: white;
}

.achterstand td.row:first-child > .col {
  padding-left: 0;
}

.achterstand .table > tbody > tr:hover > td > .select__focus,
.achterstand .table > tbody > tr:hover > td > .select__focus:last-child {
  color: #000;
}

.goedkeuren__btn {
  padding: 0;
  margin-top: 16px;
}

#confirm_modal {
  padding: 14px 32px;
}

#confirm_modal .modal-content {
  width: 703px;
  padding-left: 30px;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

#confirm_modal h4 {
  font-weight: bold;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal::before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.form-control.select__focus:last-child {
  padding-left: 15px;
}

.form-control.select__focus:focus {
  font-weight: normal;
  padding-left: 15px;
}

#change__page, #change__page:visited, #change__page:link {
  color: white;
}

.task__urgency {
  position: absolute;
  margin-top: 15px;
}

span.task__urgency.dot.dot-warning + select {
  font-size: 13px;
  padding-top: 9px;
}

span.locked__case {
  margin-left: 16px;
}

.locked__task > .task__urgency {
  margin-top: 6px;
}

.case__locked {
  background-color: #f5f5f5;
}

.case__locked:hover {
  background-color: #ccc !important;
}

.select__lock {
  width: 15px;
  height: 20px;
  position: relative;
  margin: 0 auto;
}

.select__lock i {
  padding: 3px;
  border: 1px solid #ced3d6;
  background: #ced3d6;
  margin-left: -2px;
  color: white;
  border-radius: 3px;
}

.moreinfo__icon {
  font-style: normal;
  background-color: #f0f0f3;
  height: 20px;
  line-height: 0.9;
  padding: 4px;
  margin-left: 2px;
}

.exclamation__icon {
  color: #fead02;
  transform: translate(-4px, -24px);
  position: absolute;
}

.disable__link {
  color: #aaa;
  pointer-events: none;
  cursor: not-allowed;
}

td.select_case {
  position: relative;
  height: 100%;
  width: 100%;
}

td.select__case:last-child > i {
  color: transparent;
  z-index: -3;
}

.achterstand td:first-child {
  height: 56px;
}

.case__locked td.select__case:last-child > i {
  z-index: 3;
  display: block;
}

.case__locked td.select__case:last-child .icon_box-checked {
  font-size: 1.346em;
  color: green;
  transform: translate(24px, 5px);
}

.case__locked td.select__case:last-child .icon_lock {
  color: black;
  transform: translate(27px, 7px);
}

.selected-row > .select__case {
  border-top: 1px solid var(--selected-table-item-color) !important;
}

.selected-btn {
  border: 2px solid black;
}

.alert.top-right.create__notify {
  margin: 10px 10px;
  min-width: 500px;
  padding: 5px 14px;
}

label.list__selection {
  border-bottom: 1px solid #5159d1;
  display: inline-block;
  margin: 7px 0 0 7px;
  padding: 0 3px 6px 3px;
}

.list__selection > span {
  margin-left: 3px;
  display: inline-block;
  min-width: 45px;
}

.checkbox.task > label {
  font-size: 16px;
}

.small__text {
  color: #ddd;
  transition: all 0.2s ease-out;
}

label:hover .small__text {
  color: #aaa;
  transition: all 0.2s ease-in;
}

.aanmaanrun__danger {
  background-color: #DC3545;
  color: #fff;
  border-radius: 4px;
  margin: 5px 0px;
  padding: 7px 54px;
  transform: translateY(7px);
}

.aanmaan__parent {
  margin-left: 10px;
}

.aanmaan__parent + .pull-left {
  margin-left: 39px;
  min-width: 20px;
}

select.form-control.aanmaan {
  margin-left: 5px;
  display: inline-block;
  font-size: inherit;
}

.fixumbraco i.icon_lock {
  color: red !important;
}

#debugger {
  font-size: 75%;
  position: fixed;
  z-index: 2322;
  left: 50%;
  top: 0;
  height: 20px;
}

#debugger:hover {
  height: auto;
  max-height: 800px;
  overflow: auto;
  background-color: #000;
  color: white;
  word-break: normal !important;
  word-wrap: normal !important;
  white-space: pre !important;
}

.dep__select {
  max-height: 24px;
  transition: all 0.1s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background: white !important;
}

.dep__select:hover {
  max-height: 200px;
  height: 200px;
  transition: all 0.3s ease-in;
}

.dep__select.md-keyboard-arrow-down::before {
  content: "\f1b4";
  position: absolute;
  right: 0;
  top: 0;
  background: white;
}

.chart__options {
  position: relative;
}

.chart__options .btn-primary {
  color: #fff !important;
}

.aantal__select {
  margin-right: 20px;
  width: 30px;
}

.chart__select {
  padding: 4px 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

@media screen and (min-width: 1199px) and (max-width: 1670px) {
  div[google-chart] text[text-anchor=start] {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  div[google-chart] text[text-anchor=start] {
    display: none;
  }
}
#empty__keeper {
  height: 25px;
}

.processtaap__form {
  height: auto;
}

svg > g > g:last-child {
  pointer-events: none;
}

multiselect {
  display: block;
}

.select {
  padding: 0;
}

multiselect .controls {
  display: none;
}

#dashboard .controls, #contactmomentFilter .controls {
  display: block;
}

#contactmomentFilter .controls {
  line-height: 30px;
}

multiselect input {
  font-family: inherit;
}

multiselect .btn {
  width: 100%;
  background-color: #FFF;
  box-shadow: 1px 1px 1px white;
}

multiselect .btn.error {
  border: 1px solid #da4f49 !important;
}

multiselect .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
}

multiselect .dropdown-menu {
  width: 100%;
  min-width: 300px;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 0 !important;
}

multiselect .dropdown-menu > li > a {
  padding: 3px 10px;
  cursor: pointer;
}

multiselect button > i {
  color: #ddd;
  font-size: 1em;
}

multiselect button > i.icon_refresh {
  font-size: 0.8em;
  margin-right: 4px;
}

multiselect button:hover > i.icon_close {
  color: red;
}

multiselect button:hover > i.icon_plus {
  color: green;
}

multiselect button:hover > i.icon_refresh {
  color: #333;
}

multiselect button:hover > i.icon_plus {
  color: green;
}

multiselect a > i {
  font-size: 0.7em;
  margin-right: 5px;
}

multiselect .icon_check {
  color: black;
}

multiselect .icon_box-empty {
  color: #eee;
}

multiselect .btn.select .btn.select:active, .btn.select:hover {
  box-shadow: 1px 1px 1px white;
}

#dashboard .select span {
  font-weight: 500;
}

multiselect .submit__selection {
  display: none;
}

multiselect.disabled, input[type=checkgox].disabled {
  pointer-events: none;
}

#dashboard .submit__selection, #contactmomentFilter .submit__selection {
  display: inline-block;
}

#contactmomentFilter .filter__role {
  display: none;
}

multiselect .select span {
  text-transform: none;
  padding: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

multiselect .filter__role {
  font-size: 1em;
}

multiselect .dropdown .btn {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #ddd;
}

multiselect .dropdown .select .pull-left {
  width: 100%;
  text-align: left;
  padding-bottom: 4px;
}

.dropdown-large-font {
  padding-bottom: 0px;
}

.dropdown-large-font multiselect {
  padding-top: 5px;
}

.dropdown-large-font multiselect .select span {
  font-size: 14px;
}

input.filter__role, input.filter__role:active, input.filter__role:focus {
  outline: none;
  box-shadow: inset 0 -1px 0 #ddd;
}

.betalingsregelin {
  font-weight: 500;
}

.error_red {
  color: red;
  display: block;
  opacity: 0.7;
}

.error_red:hover {
  opacity: 0.9;
}

#phone_control {
  position: fixed;
  bottom: 0;
  right: 115px;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  width: 360px;
  box-sizing: border-box;
  background-color: #282d32;
  box-shadow: 1px 1px 4px 1px #888;
}

#phone__controls {
  margin-top: 10px;
}

#phone__controls .icon_phone {
  color: lime;
  margin-right: 10px;
}

#phone__controls .icon_blocked {
  margin-left: 20px;
}

.phone__number {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

#phone__controls .btn-call {
  background-color: #13790e;
  color: #eee;
}

#phone__controls .btn-call:hover, #phone__controls .btn-call:focus {
  background-color: #178811;
  color: #fff;
}

#phone__controls .btn-danger {
  padding-right: 12px;
  text-align: right;
}

#phone__controls .btn-close.btn-danger {
  padding-right: 12px;
  text-align: center;
}

/* TRIGGER PHONE  TODO remove when manual test not required */
#trigger_phone {
  position: fixed;
  left: 0;
  bottom: 20px;
  background: #282d32;
  color: white;
  transform: translateX(-116px);
}

#trigger_phone:not(.testmode):hover {
  transform: initial;
}

#trigger_phone i {
  font-size: 1.9em;
  transform: translate(-3px, 7px);
  display: inline-block;
  cursor: pointer;
}

#trigger_phone i:hover {
  color: green;
}

#trigger_phone input {
  color: white;
  width: 132px !important;
}

.testmode i, #trigger_phone.testmode i:hover {
  color: #282d32;
  cursor: crosshair !important;
}

.testmode input {
  box-shadow: none !important;
}

/* TRIGGER PHONE END */
#live_call {
  position: relative;
  margin-right: -18px;
  transform: translateX(-18px);
}

#user__not__found span {
  color: #ddd;
  line-height: 3.7;
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
}

#user__not__found i {
  color: red;
  padding: 0 15px;
  margin-right: 0;
}

.loading__multiselect {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  line-height: 2.5;
  display: inline-block;
  width: 100%;
}

.datepicker .btn-primary,
.datepicker .btn-primary:hover,
.datepicker .btn-default:hover,
.datepicker .btn-today:hover {
  color: white !important;
  background-color: var(--environment-blue) !important;
}

.datepicker .btn-today {
  background-color: transparent;
  color: var(--environment-blue);
  border: 1px solid var(--environment-blue) !important;
}

multiselect .filter__department {
  line-height: 2.1;
  width: 50px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-align: left;
}

multiselect .filter__role input[type=text]:focus,
multiselect .filter__department, .theme-cyan .filter__department:focus {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
}

multiselect .filter__role {
  font-size: 1em;
  margin: 0 0 5px 0;
}

@media screen and (max-width: 1442px) and (min-width: 1198px) {
  multiselect .filter__role::before {
    content: "";
  }
  multiselect .filter__department {
    width: 30px;
  }
}
@media screen and (max-width: 1321px) and (min-width: 1200px) {
  .filter__role {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .filter__role {
    display: none;
  }
}
#iban_label.iban_error {
  color: red;
  font-weight: bolder;
}

multiselect .dropdown .dropdown-menu > li > button, .dropdown .dropdown-menu > li > button:focus {
  color: #333;
  font-size: 13px;
  padding: 0 5px;
}

multiselect .dropdown .dropdown-menu > li > button:hover {
  color: black;
}

multiselect .dropdown .dropdown-menu > li > a {
  font-size: 14px;
}

.answer__call {
  padding-left: 0;
  padding-right: 0;
}

.navbar ul.dropdown-menu {
  min-width: 250px;
}

i.add_custom_task {
  font-size: 17px;
  font-weight: bolder;
  position: absolute;
  right: 8px;
  top: 2px;
  padding: 7px;
  z-index: 2;
  color: transparent;
}

[role=tablist]:hover .add_custom_task {
  color: white;
}

.header__pin {
  padding-left: 0;
  padding-right: 10px;
}

.relatie__titel {
  padding-left: 0;
  padding-right: 0;
}

.pagination li.active a {
  pointer-events: none;
}

.header__pin .btn {
  width: 32px;
}

aside.sidebar, nav.navbar {
  z-index: 1019;
}

.aside-backdrop.am-fade, modal-backdrop.am-fade {
  background-color: rgba(0, 0, 0, 0.2);
}

.aside-body.bs-sidebar {
  background-color: white;
}

/* fix modal */
.aside:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: -1;
}

i.task__details {
  font-size: 24px;
}

.expired__contract {
  color: #e7d1d1;
}

.custom__error {
  color: red;
}

#createperson .floating-label .help-block, .form-floating .help-block {
  margin-bottom: 0;
}

div#serverError {
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap; /* Opera <7 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
}

.provision__alert {
  background-color: #ddd;
  color: #333;
  padding: 10px 10px 10px 25px;
  border-radius: 5px;
  margin-bottom: -14px;
  border: 1px solid #ccc;
}

#payment_canceled_alert {
  padding: 10px;
  margin-bottom: 0;
  margin-top: 10px;
}

.contractData textarea {
  margin: 0;
  width: 100%;
  height: 394px;
  border: 3px solid #ccc;
  resize: none;
  font-size: 1em;
}

@media screen and (min-width: 770px) and (max-width: 1200px) {
  .xmain-content > .main-margin > ng-include:nth-child(3) > div {
    margin-left: 14px;
    width: calc(50% - 13px);
  }
}
#provision-agreement {
  width: calc(100% - 20px);
  height: 400px;
  overflow: scroll;
  border: 2px solid #aaa;
  display: block;
  transition: all 0.3s ease-in;
  color: initial !important;
}

#modal-agreement {
  overflow: scroll;
  color: initial !important;
}

#modalProvisionalAgreement {
  background: rgba(0, 0, 0, 0.5);
}

.modal-dialog.provisional_agreement {
  width: 98%;
  height: 100%;
  overflow: scroll;
}

.modal-dialog.provisional_agreement button {
  position: fixed;
  top: 30px;
  right: 30px;
}

.modal-dialog.provisional_agreement .modal-content {
  padding-left: 50px;
}

.do-progress-bar .progress-step.check {
  border-left: 8px solid #eaeaea;
}

.contract__table thead th {
  background-color: #f1f1f1;
  font-weight: 400;
}

.contract__table tr:last-of-type td {
  font-weight: bold;
}

.huurcontract__container h4 {
  font-weight: bold;
  margin: 25px 0;
}

.huurcontract__container p:first-of-type {
  margin-bottom: 40px;
}

.huurcontract__container p:first-of-type strong {
  font-weight: 700;
  color: #444;
}

#hr__online__payment {
  margin-top: 45px;
  margin-bottom: 90px;
}

#hr__online__payment + div {
  margin-top: 45px;
  margin-bottom: 45px;
}

.contract__table + button {
  margin-bottom: 85px;
}

.do-progress-bar > .progress-step {
  user-select: none;
}

form[name=onlinePayment] select {
  min-width: 300px;
  margin-right: 20px;
}

.huurcontract__container i.md-note-add {
  font-size: 1.1em;
}

.form-control.last_input_no_border {
  box-shadow: none;
}

#payment__pending {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 1px 31px;
  margin-top: 50px;
}

#payment__pending p {
  margin-bottom: 30px;
}

.md-no-sim {
  font-size: 18px;
}

.opzeggen > .do-pgrogress-bar {
  margin-bottom: 25px;
}

#opzeggen__form label {
  color: #222;
  font-weight: 400;
}

#opzeggen__form input {
  font-size: 13px;
}

#opzeggen__form input:read-only, [name=sendMailForm] input:disabled, [name=sendMailForm] select:disabled {
  background-color: rgba(253, 230, 230, 0.3215686275);
}

input[type=email]:read-only {
  color: #ccc;
}

input[bs-datepicker] {
  cursor: pointer;
}

.dropdown-menu.datepicker {
  position: fixed;
  margin-top: 5px !important;
}

#extraIBAN input[type=checkbox] {
  transform: translateY(7px);
}

.char-count-container {
  text-align: right;
}

.ng-hide.char-count {
  visibility: hidden !important;
  display: block !important;
}

.height-auto {
  height: auto;
}

/* fix bootstrap alert button inside aside */
.alert > button.close {
  position: inherit;
}

.noshadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.euro__pre_installment > input {
  padding-left: 15px;
}

.euro__pre_installment:before {
  position: absolute;
  content: "€";
  color: #777;
  margin-top: 35px;
  left: 3px;
}

.use__custom__error + .help-block.error-msg {
  display: none;
}

.has-error.help-block {
  color: var(--error-message-color);
}

.sum-input {
  padding-left: 20px !important;
}

.sync__material:before {
  content: "\f05f";
  font-family: "Material Design Iconic Font";
  font-size: 1.5em;
  color: var(--environment-blue);
}

.huursamenstelling > .table > .table-search-field > .search {
  color: #6f6f6f;
}

.case-contactmoment {
  position: absolute;
  right: 10px;
}

.case-contactmoment-intern {
  position: absolute;
  right: 60px;
}

.table-full tbody > tr > td.wraptext {
  white-space: normal;
}

#search__knowledge {
  height: 115px;
  min-height: 115px;
  margin-bottom: 5px;
  padding-right: 0;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  #search__knowledge {
    min-height: 115px;
  }
}
#henish__search {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 0 10px;
}

#henish__search > i {
  color: var(--environment-blue);
  transform: translate(-10px, 2px);
  position: absolute;
  right: 0;
}

#search__knowledge + div {
  padding-right: 0;
  min-height: calc(91.5vh - 135px);
}

#knowledge__category__header > h4 {
  margin-bottom: 4px;
  padding: 5px 0 15px 15px;
  color: #777;
  border-bottom: 1px solid #ccc;
}

#knowledge__category__header > .kb-categories li {
  padding: 0 11px;
}

.bubbels-wrapper {
  position: relative;
  width: 98%;
  float: right;
  margin-bottom: 12px;
}

#sidebar-contactmoment-bubbels-wrapper {
  float: none;
  width: 100%;
}

#sidebar-contactmoment-bubbels-wrapper {
  float: none;
  width: 100%;
}

#contactmoment .bubbels-wrapper .bubbels-title {
  word-wrap: break-word;
}

.loaderspaceholder {
  height: 25px;
  margin: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
}

div.checkbox {
  font-size: 13px;
}

.checkbox.text-right {
  margin-right: 5px;
}

.deep__link a {
  z-index: 300;
}

.history__contract {
  opacity: 0.4;
}

.history__contract:hover {
  opacity: 0.6;
}

label > input[type=checkbox]#get__boekingen__history:checked + span::after {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}

input#get__boekingen__history.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.check__history input[type=checkbox] {
  box-shadow: none !important;
}

#show__file tr > td:first-child {
  width: 300px;
}

span.doc__children {
  display: inline-block;
  width: 15px;
}

span.doc__children:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-left: 4px;
  margin-bottom: 3.5px;
  border-left: 2px solid #dde1dd;
  border-bottom: 2px solid #dde1dd;
  margin-top: 6px;
}

.close__case > i {
  font-size: 15px;
  font-weight: 800;
}

i.inactiefMetSaldo {
  transform: translate(4px, 1px);
  display: inline-block;
}

.cmnt_mail {
  font-size: 1.2em;
}

.edit_mail_checkbox {
  transform: translateY(7px);
}

.contractSection {
  opacity: 0.6;
}

.contractSection:hover {
  opacity: 1;
}

.breakWord {
  white-space: normal;
}

.rowHeight {
  height: 80px;
}

.alertMessage {
  margin-bottom: 0px !important;
}

.weekButtons {
  margin-bottom: 10px;
}

.aside-dialog .relation-title {
  font-size: 14px;
}

.aside-dialog .relation-list .relation-detail {
  background-color: #efefef;
  margin-top: 10px;
  padding: 10px 15px 5px 15px;
  line-height: 1.5;
  color: #333;
}

.aside-dialog .relation-list .relation-detail .relation-name {
  font-weight: 700;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.aside-dialog .relation-list .relation-detail .relation-tel,
.aside-dialog .contact-list .contact-detail .contact-tel {
  color: var(--environment-blue);
}

.aside-dialog .relation-list .btn-close,
.aside-dialog .contact-list .btn-close {
  transform: translate(0, 50%);
  float: right;
  width: 30px;
  height: 30px;
  color: #333;
}

.aside-dialog .relation-list .btn-close:hover,
.aside-dialog .contact-list .btn-close:hover {
  transform: scale(1.5);
  transition: all 0.3s;
}

.aside-dialog .contact-list .contact-detail {
  background-color: #efefef;
  margin-top: 10px;
  padding: 10px 15px 5px 15px;
  line-height: 1.5;
  color: #333;
}

.aside-dialog .contact-list .contact-detail .contact-name {
  font-weight: 700;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.main-container .main-content .blade-content .relation-title {
  font-size: 15px;
  margin-top: 1.5em;
}

.main-container .main-content .blade-content .relation-list .relation-detail {
  background-color: #efefef;
  margin-top: 10px;
  padding: 10px 15px 5px 15px;
  line-height: 1.5;
  color: #333;
}

.main-container .main-content .blade-content .relation-list .relation-detail:hover {
  background: #ddd;
}

.main-container .main-content .blade-content .relation-list .relation-detail .relation-name {
  font-weight: 700;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.main-container .main-content .blade-content .relation-list .relation-detail .relation-tel,
.main-container .main-content .blade-content .contact-list .contact-detail .contact-tel {
  color: var(--environment-blue);
}

.main-container .main-content .blade-content .contact-list .contact-detail {
  background-color: #efefef;
  margin-top: 10px;
  padding: 10px 15px 5px 15px;
  line-height: 1.5;
  color: #333;
}

.main-container .main-content .blade-content .contact-list .contact-detail .contact-name {
  font-weight: 700;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.betrokkenZaak {
  float: right;
  color: #444;
  padding: 0.5em 0.5em 0.3em;
  background: #fff;
}

#documenten .blade-header.theme-header .btn-deeplink {
  color: var(--environment-blue);
  top: 8px;
  position: relative;
  float: right;
  margin-right: 0px;
  z-index: 2;
}

#documenten .table-search-field,
#boekingen .table-search-field {
  right: 35px;
}

.fixHeightCategorien {
  height: calc(91.5vh - 116px);
  min-height: calc(91.5vh - 116px);
  overflow-y: scroll;
}

.action-panel .app-item i.xbis-logo {
  display: block;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  background: url(/app/mwp/img/logo.svg);
  background-size: cover;
  margin-left: 28px;
}

.action-panel .app-item i.viewpoint-logo {
  display: block;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  background: url(/app/mwp/img/logo-vp.png);
  background-size: cover;
  margin-left: 28px;
}

.noColorForSearchResult {
  pointer-events: none !important;
  background-color: transparent !important;
}

.noHoverForSearchResult {
  background-color: transparent !important;
}

.auto-complete {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.padding-reply-contactmoment {
  padding: 5px 10px;
}

.bold-padding-reply-contactmoment {
  font-weight: bold;
  padding: 10px 10px 1px 10px;
}

.reply-contactmoment-footer {
  background: #efefef;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
}

.reply-contactmoment-content {
  padding: 2px 0px 10px 5px;
}

.modal-backdrop.in {
  opacity: 0 !important;
  z-index: 0 !important;
}

.content-delete-document {
  padding: 5px 20px 30px 20px;
}

.delete-document-ja-button {
  left: 19%;
  margin: 15px 5px 5px 5px;
}

.delete-document-annuleer-button {
  left: 42%;
  margin: 15px 5px 5px 5px;
}

.delete-document-dialog {
  width: 500px;
}

.confirm-delete-file-wrapper {
  padding-top: 15px;
}

.documents-details-column-header {
  opacity: 0;
  pointer-events: none;
}

.zaken-show-file {
  margin-bottom: 30px;
}

.new-contactpersoon-checkbox {
  margin-top: 0px !important;
}

.contact-phonenummer-owner-relation {
  font-size: 12px;
}

.contact-detail-link {
  color: var(--environment-blue);
}

.contact-detail-link:hover {
  color: #00838f;
}

.hide-from-hp-checkbox {
  margin-top: 0px !important;
}

.plandatum-title {
  margin-bottom: 0px !important;
}

.cancel-contract-extra-padding {
  margin-bottom: 45px;
}

.dropdown-inspecteur {
  margin-top: 0px !important;
}

.case-details-cancelcontract-title {
  margin-top: 20px;
  margin-bottom: 4px;
  font-weight: bold;
  width: 250% !important;
}

.tijd-cancelcontract-title {
  width: auto !important;
  padding-left: 0px;
}

.cancel-contract-input-div {
  width: 12%;
}

.select-inspecteur {
  width: 280px;
}

.button-save-inspection-data {
  margin-bottom: 20px;
  margin-top: 10px;
}

.google-maps {
  height: 210px;
}

.google-maps iframe {
  max-height: 220px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.blade .blade-header .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  display: block;
  margin-top: -50px;
  padding: 0px 30px;
}

.pull-right.m-r-10.button {
  margin-top: -50px;
}

.blade-header-flex {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.blade-header-flex span:nth-child(2) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.blade-header-flex span:last-child,
.blade-header-flex .document-blade-icons {
  white-space: nowrap;
  text-align-last: right;
  margin-right: 20px;
}

/* tablets and small desktops */
@media (min-width: 1024px) and (max-width: 1366px) {
  .icon_pencil.float-right {
    float: right;
  }
  .icon_pushpin.float-right {
    float: right;
  }
}
.pin-button {
  border: none;
  width: 28px;
  height: 28px;
  font-size: 12px;
  border-radius: 3px;
}

.pin-button.pin-button-knowledgebase-item {
  background: var(--environment-blue);
  margin: 11px;
}

.unpinned-pin-button {
  background: transparent;
}

.pinned-pin-icon {
  color: var(--environment-blue);
}

.pinned-pin-icon-knowledgebase-item {
  color: #FFF;
}

.unpinned-pin-icon-knowledgebase-item {
  color: var(--environment-blue);
}

.nothing-found {
  color: #bbb;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}

.nothing-found i {
  font-size: 96px;
  color: #ddd;
}

.icon_document.inbox {
  color: unset !important;
}

.menu-el {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 1em;
  margin: -1em;
  background: transparent;
  color: #eee;
  cursor: pointer;
  font-size: 14px;
}

.menu-el:hover {
  color: white;
}

@media (max-width: 1366px) {
  .form-group.filled.inspection {
    float: left !important;
  }
}
.case-details-nva-data {
  word-break: break-all;
}

.template-title {
  white-space: unset !important;
}

.row.contactmoment.occurrencedate {
  margin-bottom: -15px;
}

.form-group.filled.inspection.contactmoment {
  margin-top: 3px;
}

.form-group.filled.inspection.contactmoment.tijd {
  margin-top: 10px;
}

.aanmaakdatum.contactmoment {
  font-size: 16px;
}

div.form-group.filled.subject-info {
  font-size: 15px;
}

.pdf-icon {
  color: #b30b00;
  padding-right: 2px;
}

/*#region Inbox*/
.inbox-associations-header-container {
  display: flex;
  padding-top: 4px;
  padding-bottom: 6px;
}

.inbox-associations-header-container .ai-label {
  margin-left: auto;
  user-select: none;
}

.inbox-associations-header-container .ai-label.ai-suggestions {
  background: var(--ai-suggestion-gradient);
  color: white;
}

.inbox-associations-header-container .loading-ai-suggestions {
  margin-left: auto;
  margin-right: 30px;
  padding-top: 4px;
}

.inbox-associations-header-container .ai-gradient-content {
  background: var(--ai-suggestion-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.ai-suggestion-field {
  position: relative;
}

.ai-suggestion-field::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(2);
  transform-origin: bottom;
  background: var(--ai-suggestion-gradient);
}

.ai-suggestion-field.ai-suggestion-field-letter-date::after {
  width: calc(100% - 29px);
}

.ai-suggested-association {
  position: relative;
  z-index: 1;
}

.ai-suggested-association::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  z-index: -1;
  background: var(--ai-suggestion-gradient);
}

.ai-suggested-tag {
  background: var(--ai-suggestion-gradient) !important;
}

.associated-entities-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.associated-entity-container {
  padding-right: 12px;
}

.associated-entity-popup {
  position: absolute;
  right: 0px;
  z-index: 999;
}

.associated-entity-popup.inbox {
  min-width: 400px;
}

.associated-entity-popup.task {
  right: unset;
}

.bg-white-important {
  background: #fff !important;
}

.tag-badge {
  margin-left: 4px;
  margin-bottom: 0px;
  font-size: 12px;
  color: #7188BC;
  background-color: #EDF1F8;
}

.icon-flipped {
  transform: rotate(90deg);
  display: inline-block;
}

.inbox-preview-icon {
  margin-left: 10px;
  margin-right: 10px;
}

.inbox-preview-container {
  width: 100%;
  height: 600px;
}

.select-checkbox {
  vertical-align: top;
}

div.inbox-upload-area {
  line-height: normal;
  border-width: 3px;
  height: 100%;
}

.inbox-upload-area-row {
  margin-top: 4px;
}

.inbox-upload-success {
  color: green;
}

.inbox-upload-error {
  color: red;
}

#master-selector {
  margin-top: 4px;
  margin-bottom: 4px;
  /* Fix to make checkboxes appear in the object-table*/
  opacity: 1;
  -webkit-appearance: checkbox;
}

input.checkbox-selector {
  /* Fix to make checkboxes appear in the object-table*/
  opacity: 1;
  -webkit-appearance: checkbox;
}

input.checkbox-selector.table-archiving {
  margin-top: 15px;
  margin-right: 8px;
  width: 20px;
  height: 16px;
}

input.checkbox-selector.table-archiving + span::before {
  content: none;
}

input.checkbox-selector.table-archiving + span::after {
  content: none;
}

.table-archiving.checkbox-text {
  position: absolute !important;
  margin-top: 13px;
}

/* with this fix the close button on the modal dialog is rendered on the same line as the h5 header */
h5.inbox-modal-inline-fix {
  display: inline;
}

div.inbox-upload-file {
  border-bottom: 1px solid #F0F0F0;
}

span.inbox-filename {
  font-size: 16px;
}

div.inbox-invalid-file {
  border: 2px solid red;
  margin-top: 3px;
  padding: 2px;
}

span.inbox-upload-status {
  float: right;
  margin-right: 2px;
  margin-top: 5px;
}

span.inbox-upload-status.inbox-upload-exclamationmark {
  /* align the horizontal center of the exclamation mark with the other icons */
  margin-right: 3px;
}

.inbox-upload-error-container {
  font-size: 12px;
  width: 100%;
  color: #b94a48;
  background-color: #f2dede;
  padding: 2px;
}

ul.dropdown-menu.inbox-forward-dropdown {
  margin-top: 0px !important;
  overflow: scroll;
  max-height: 500px;
}

.inbox-forward-dropdown > li > a {
  color: #666;
  background-color: transparent;
  font-size: 14px;
}

.inbox-forward-dropdown > .active > a,
.inbox-forward-dropdown > .active > a:focus,
.inbox-forward-dropdown > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1E90FF;
}

div.inbox-team-selection {
  padding-left: 0px;
}

div.inbox-user-selection {
  padding-left: 0px;
}

/* #region associated entity tile */
.associated-entity-tile {
  background-color: var(--blade-background-color);
  margin-bottom: 8px;
}

.associated-entity-tile tbody tr:first-child {
  font-weight: bold;
}

/* iPad Landscape */
@media (min-width: 768px) {
  .associated-entity-tile tbody > tr > td:last-child {
    white-space: normal;
  }
}
/* Desktop */
@media (min-width: 1200px) {
  .associated-entity-tile tbody > tr > td:last-child {
    white-space: nowrap;
  }
}
#associatedEntityType-dropdown {
  width: 65%;
  float: right;
  padding: 1px;
}

#associatedEntityTypeRole-dropdown {
  width: 65%;
  float: right;
  padding: 1px;
}

#associatedEntityType-externalPublication {
  width: 65%;
  float: right;
  padding: 1px;
}

.select-externalPublication {
  margin-top: 4px !important;
}

#no-associated-entities-chosen-error-message,
#duplicate-entity-chosen-error-message {
  color: var(--error-message-color);
}

/* #endregion associated entity tile */
/* #region suggested cotenant tile */
.suggested-cotenant-container {
  display: flex;
  background-color: #F0F0F0;
}

.suggested-cotenant-container .remove-button {
  margin-right: 15px;
  transform: translateY(-2px);
}

.suggested-cotenant-container .confirmation-button {
  display: flex;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.suggested-cotenant-container .confirmation-button-icon {
  font-weight: bold;
  font-style: normal;
}

/* #endregion suggested cotenant tile */
.download-button-r {
  padding-right: 15px;
}

ul.nested {
  display: none;
}

ul.active {
  display: block;
}

/* #region document preview */
div.preview-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 66px);
}

.preview-container-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-size: 16px;
}

span.document-preview-title {
  display: inline-block;
  max-width: 470px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.full-height-container {
  height: 100%;
}

.document-preview {
  flex: 1;
}

/* #endregion document preview*/
.inline-icon-right {
  position: absolute;
  top: 15px;
  right: 0;
}

.inline-icon-right.archiving-step2 {
  top: 12px;
  right: 10px;
  color: white;
}

.li-style-radio {
  margin-bottom: 5px;
}

.modal-footer.inbox {
  border-top: none;
}

/* Documentation: https://www.w3docs.com/snippets/css/how-to-add-a-circle-around-a-number-in-css.html */
span.inbox-archiving-step-circle {
  background: #e3e3e3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #6e6e6e;
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

span.inbox-archiving-inactive-step-circle {
  background-color: #6e6e6e;
  color: #ffffff;
}

.table > tbody > tr > td > div.notitie-inbox {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100px;
}

.archiving-notification {
  word-break: break-word;
  max-width: 500px;
}

.pull-left.inbox button {
  color: var(--environment-blue);
  background-color: transparent;
  border: none;
}

.pull-left.inbox button[disabled] {
  cursor: not-allowed;
  color: black;
}

.active-action-icon {
  color: var(--environment-blue);
}

.white.p-10.center {
  padding: 0px;
}

.table > tbody > tr > td > div.title-inbox {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
}

.table.table-archiving > tbody > tr > td {
  border-top: none !important;
  vertical-align: unset;
  padding: 4px 0px 10px;
}

/* Fix for Firefox */
.table.table-archiving > tbody > tr > td.archiving-textarea-label {
  vertical-align: top;
  padding-top: 6px;
}

.table.table-archiving > tbody > tr > td.archiving-trefwoorden-label {
  vertical-align: top;
  padding-top: 14px;
}

.table.table-archiving > tbody > tr > td.archiving-textinput-label {
  vertical-align: top;
  padding-top: 11px;
}

.table.table-archiving > tbody > tr > td.active {
  background-color: unset;
}

.table.table-archiving > tbody > tr > td > div > div.alert-warning {
  padding: 0px 0px 0px 20px;
}

.table.table-archiving > tbody > tr > td > div > input[type=text] {
  font-size: 14px !important;
}

.form-inline.archiving-step2 {
  padding: 0px;
}

.form-inline.archiving-step2 .form-control {
  max-width: 100px;
  margin-right: 29px;
  width: 100%;
}

.form-inline.archiving-step2 .form-group {
  margin-bottom: 10px;
}

.form-inline.archiving-step2 .retentionPeriod {
  margin-bottom: 15px;
  min-width: 92px;
}

.form-control.tags {
  border: unset;
}

.fa.fa-clock-o {
  font-size: 15px;
}

input[type=text].archiving-date-font,
label.archiving-date-font {
  font-size: 14px;
}

#archiving-datum-label {
  vertical-align: top;
  padding-top: 40px;
}

#archiving-bewaartermijn-label {
  vertical-align: top;
  padding-top: 11px;
}

#archiving-briefdatum-cell {
  padding-left: 24px;
}

#archiving-retentiondate-cell {
  padding-left: 8px;
}

#archiving-receiptdate-cell {
  padding-left: 8px;
}

.archiving-receipttime {
  padding-left: 20px;
}

.archiving-panel-col1 {
  width: 30%;
}

.archiving-panel-col2-of-2 {
  width: 70%;
}

.archiving-panel-col2-of-3 {
  width: 20%;
}

.archiving-panel-col3 {
  width: 50%;
}

.archiving-panel-padding a {
  color: unset;
}

.mat-slide-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 42px;
  gap: 10px;
  background-color: var(--vpo-white);
  padding-right: 20px;
  border: 1px solid var(--dark-input-text-color);
  border-radius: 4px;
  margin-right: 10px;
}

.associated-entity-search .mat-slide-right {
  background-color: var(--search-background-color);
  margin-top: 20px;
}

.panel-title-top {
  margin-top: auto;
  margin-bottom: auto;
}

.inbox-archiving-step-title.color {
  color: var(--environment-blue);
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .archiving-panel-col1 {
    width: 34%;
  }
  .archiving-panel-col2-of-2 {
    width: 66%;
  }
  .archiving-panel-col2-of-3 {
    width: 20%;
  }
  .archiving-panel-col3 {
    width: 46%;
  }
  .archiving-panel-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*#endregion Inbox*/
/* Modal popup*/
.modal.taxonomySearchPopup .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
  margin-left: 64px;
  margin-top: 64px;
  width: 800px;
}

.modal.taxonomySearchPopup .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 40px;
  width: 501px;
}

.modal.taxonomySearchPopup .modal-body {
  padding-top: 15px;
  padding-right: 80px;
  padding-bottom: 80px;
}

.modal.taxonomySearchPopup.fade .modal-dialog {
  left: 0px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.taxonomySearchPopup.fade.show .modal-dialog {
  left: 0;
}

.modal.taxonomySearchPopup .modal-header {
  font-size: 18px;
  font-weight: 400;
}

.modal.taxonomySearchPopup .searchIcon {
  float: right;
  font-size: 2.5em;
  font-weight: bold;
}

.modal.taxonomySearchPopup input[type=radio]:after {
  width: 20px;
  height: 20px;
}

.li-underlined > li {
  border-bottom: 1px solid;
  border-bottom-color: #ddd;
}

.li-underlined li:last-child {
  border-bottom: 0px;
}

.fa-times-thin:before {
  content: "×";
}

.document-download {
  background-color: var(--environment-blue);
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 3px;
}

.documenttags-bluetheme .tag-badge {
  background-color: var(--environment-blue);
  color: white;
}

.document-multiline-input {
  border: 1px solid #ccc !important;
  min-height: initial !important;
  margin-top: 40px;
}

.document-multiline-input::-webkit-scrollbar {
  display: initial;
}

.document-multiline-label {
  position: absolute;
  left: 0;
  top: -25px;
  margin: 0;
  pointer-events: none;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.document-section {
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.document-algemeen-table {
  width: 100%;
  table-layout: fixed;
}

.document-algemeen-table > tbody > tr > td,
.document-algemeen-table > tbody > tr > th,
.document-algemeen-table > tfoot > tr > td,
.document-algemeen-table > tfoot > tr > th,
.document-algemeen-table > thead > tr > td,
.document-algemeen-table > thead > tr > th {
  line-height: 1.846;
  border-top: 1px solid #F0F0F0;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}

.document-algemeen-table > tbody > tr:first-child > td {
  border-top: none;
}

.document-algemeen-table > tbody > tr > td:first-child {
  width: 110px;
}

.document-section-spacer {
  height: 20px;
}

.document-tags {
  padding-top: 5px;
}

.contactmoment-algemeen-table {
  width: 100%;
  table-layout: fixed;
}

.contactmoment-algemeen-table > tbody > tr > td,
.contactmoment-algemeen-table > tbody > tr > th,
.contactmoment-algemeen-table > tfoot > tr > td,
.contactmoment-algemeen-table > tfoot > tr > th,
.contactmoment-algemeen-table > thead > tr > td,
.contactmoment-algemeen-table > thead > tr > th {
  line-height: 1.846;
  border-top: 1px solid #F0F0F0;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}

.contactmoment-algemeen-table > tbody > tr:first-child > td {
  border-top: none;
}

.contactmoment-algemeen-table > tbody > tr > td:first-child {
  width: 160px;
}

.contactmoment-history-table {
  width: 100%;
  table-layout: fixed;
}

.contactmoment-history-table tr:nth-child(2) {
  font-weight: bold;
}

.contactmoment-history-hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bubbels-content_left {
  float: left;
}

.contactmoment-history-count-label {
  color: var(--environment-blue);
  font-weight: normal;
  font-style: italic;
  float: right;
}

.editdocument input[type=radio]:before {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

.editdocument input[type=radio]:after {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

.editdocument .form-group {
  margin-top: 15px;
}

.unsupported-preview {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.unsupported-preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #808080;
  padding: 20px;
  height: 800px;
  font-size: 14px;
  overflow: hidden;
}

.unsupported-preview-container.contactmoment {
  background: none;
}

.unsupported-preview-container-small {
  height: 600px !important;
}

.unsupported-preview-background {
  background: #FFFFFF;
  position: relative;
  height: 100%;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  color: transparent;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.unsupported-preview-foreground {
  position: absolute;
  text-align: center;
  margin-bottom: 10px;
}

.unsupported-preview-foreground span {
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}

.unsupported-preview-container .unsupported-preview-foreground a {
  color: #fff !important;
  font-size: 16px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}

.task-algemeen-table {
  width: 100%;
  table-layout: fixed;
}

.task-algemeen-table > tbody > tr > td,
.task-algemeen-table > tbody > tr > th,
.task-algemeen-table > tfoot > tr > td,
.task-algemeen-table > tfoot > tr > th,
.task-algemeen-table > thead > tr > td,
.task-algemeen-table > thead > tr > th {
  line-height: 1.846;
  border-top: 1px solid #F0F0F0;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}

.task-algemeen-table > tbody > tr:first-child > td {
  border-top: none;
}

.task-algemeen-table > tbody > tr > td:first-child {
  width: 130px;
}

.task-section-spacer {
  height: 20px;
}

.task-section {
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.associated-remove {
  position: static !important;
}

.alert-container-top-right:not(:last-child) {
  display: unset;
}

.btn-alert-deeplink {
  text-transform: none;
  color: red !important;
}

.erp-error {
  padding: 20px;
}

.erp-error-message {
  display: inline-block;
}

.erp-error-spacer {
  display: block;
  padding-top: 5px;
}

.erp-error-link {
  font-weight: 400 !important;
  cursor: pointer !important;
  text-decoration: underline;
}

.contactmoment .form-group {
  margin-top: 15px;
}

.contactmoment-section-spacer {
  height: 20px;
}

.contactmoment-section {
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.editcontactmoment-receiptdate {
  display: inline-block;
  width: 200px;
}

.editcontactmoment-receipttime {
  display: inline-block;
  width: 100px;
}

.editcontactmoment-receipttime-label {
  font-size: 90%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 20px;
  margin-right: 20px;
}

/*#region photoAlbum*/
.rphotoAlbumContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}

.rphotoAlbumImageLoaded {
  width: 100% !important;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rphotoAlbumImageTile {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 150px;
  border: solid 1px grey;
}

.rphotoAlbumImageTile:hover {
  border: solid 1px black;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/*#region photoAlbum*/
.photoAlbumContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}

.photoAlbumImageInitial {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}

.photoAlbumImageLoaded {
  width: 100% !important;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 1.5s linear;
}

.photoAlbumImageSelector {
  position: absolute;
  top: 4px;
  z-index: 10;
  margin-left: 4px !important;
}

.photoAlbumImageTitle {
  position: absolute;
  bottom: 2px;
  color: white;
  margin-left: 4px;
  z-index: 10;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 160px;
}

.photoAlbumImageTile {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 150px;
}

.photoAlbumImageTile:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0) 20%);
}

.blade-header.theme-header.photoAlbum span::after {
  content: none;
}

.blade-header.theme-header.photoAlbum button {
  color: var(--environment-blue);
  background-color: transparent;
  border: none;
}

.blade-header.theme-header.photoAlbum button[disabled] {
  cursor: not-allowed;
  color: var(--primary-text-color);
}

.download-button-r button {
  color: #fff !important;
}

/*#endregion photoAlbum*/
/*#region dashboard archiving notifications */
.dashboard-archiving-notifications-list {
  max-height: 400px;
  overflow-y: auto;
}

.dashboard-no-archiving-notifications {
  text-align: center;
  margin: 10px;
}

.dashboard-archiving-notifications label {
  font-size: 13px;
  font-weight: 500;
}

.dashboard-archiving-notifications.switch-field {
  display: flex;
  overflow: hidden;
  margin: 0px;
}

.dashboard-archiving-notifications.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.dashboard-archiving-notifications.switch-field label {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 4px 16px;
  margin: 0px;
  transition: all 0.1s ease-in-out;
}

.dashboard-archiving-notifications.switch-field label:hover {
  cursor: pointer;
}

.dashboard-archiving-notifications.switch-field input:not(:checked) + label {
  background-color: #f0f0f0;
}

.dashboard-archiving-notifications-list::-webkit-scrollbar {
  width: 6px;
  display: block;
}

/* Track */
.dashboard-archiving-notifications-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.dashboard-archiving-notifications-list::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.dashboard-archiving-notifications-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*#endregion dashboard archiving notifications */
/*#region advanced search */
td .fa-search-square:before {
  color: var(--environment-blue);
  font-size: 13px;
  padding-right: 10px;
}

div[name=advanced-search] form {
  padding: 5px 0px 5px 0px;
  margin-top: 20px;
}

div[name=advanced-search] form button[type=submit] {
  background-color: var(--environment-blue);
  border-color: var(--environment-blue);
  position: absolute;
  top: 0;
  right: 15px;
}

div[name=advanced-search] form .md-search:before {
  color: white;
  font-size: 13px;
}

div[name=advanced-search] .not-huurder {
  margin-left: 25px;
}

div[name=advanced-search] .not-pdf-file {
  margin-left: 20px;
}

div[name=advanced-search] .eye-icon {
  padding-left: 0px !important;
}

div[name=advanced-search] .table-responsive {
  border: unset;
}

div[name=advanced-search] .sorting-container {
  min-height: auto;
}

/* Portrait tablets*/
@media (min-width: 768px) and (max-width: 1199px) {
  div[name=advanced-search] form button[type=submit] {
    font-size: 15px;
  }
  div[class=page-header_advanced-search] .blade-header strong {
    font-size: 13px;
  }
  div[class=page-header_advanced-search] .blade-header.theme-header {
    font-size: 12px;
  }
}
/*#endregion advanced search */
/*#region archive administration */
.archive-administration .top-bar {
  background: white;
  margin-bottom: 10px;
}

.archive-administration .query-form {
  background: white;
  padding-top: 5px;
  padding-bottom: 10px;
}

.archive-administration .query-form select {
  padding-right: 18px;
}

.archive-administration .loading-checkbox {
  padding: 2px;
  color: #337ab9;
}

.archive-administration .loading-report-download {
  display: inline;
  padding-left: 2px;
  color: #337ab9;
}

/*#endregion archive administration */
/*#region activity line */
.tijdlijn-date {
  margin-left: 10px;
  text-transform: capitalize;
}

.bubbels .left {
  width: 45%;
  float: left;
  position: absolute;
}

.bubbels .right {
  width: 55%;
  float: right;
}

/*#endregion activity line  */
/*#region cluster document creation */
.unit-overview-action-panel {
  display: flex;
  gap: 20px;
  padding: 10px 10px 10px 20px;
}

.unitlist-tenanticon {
  margin-right: -9px;
}

.documentcreationinfo {
  font-size: 16px;
}

.subcluster-selection-dropdown {
  width: 200px;
}

.subcluster-selection-dropdown button {
  font-size: 14px;
}

.unit-overview-documentcreatie-container {
  display: flex;
  align-items: baseline;
  line-height: 30px;
  gap: 10px;
  font-size: 14px;
}

button.clusterdocumentcreation {
  color: var(--environment-blue);
  background-color: transparent;
  border: none;
  padding: unset;
}

button[disabled].clusterdocumentcreation {
  cursor: not-allowed;
  color: inherit;
}

/*#endregion cluster document creation */
/*#region dropdown menu document actions */
.dropdown-menu.dropdown-menu-document-actions {
  display: inline-block !important;
  margin-top: -18px !important;
  margin-left: -142px;
  color: #666;
}

.dropdown-menu.dropdown-menu-document-actions li {
  border-top: 1px solid #F0F0F0;
  cursor: pointer;
}

.dropdown-menu.dropdown-menu-document-actions li a {
  color: #666;
}

.dropdown-menu.dropdown-menu-document-actions li a.text-danger {
  color: var(--error-message-color);
}

/*#endregion dropdown menu document actions */
/*#region scrollable tables */
.default-scrollbar,
.overview-page-table {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.overview-page-table.inbox-table .object-table {
  margin-top: 57px;
}

.overview-page-table.inbox-table .container-fluid {
  position: absolute;
  padding-right: 35px;
  width: 100%;
}

.overview-page-table.inbox-table .container-fluid .row {
  background-color: var(--primary-background-color);
}

.overview-page-table th {
  padding-right: 25px !important;
}

.overview-page-table td {
  padding-right: 4px !important;
}

.overview-page-table .kvvnext-document-title {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
}

.overview-page-table .kvvnext-document-associations {
  position: relative;
  flex-wrap: nowrap;
}

.overview-page-table .associated-entity-container {
  position: relative;
}

.overview-page-table .associated-entity-popup {
  position: fixed;
}

.overview-page-table .associated-entity-name {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
}

.overview-page-table .repair-request-description {
  display: flex;
  justify-content: space-between;
}

.overview-page-table .repair-request-description .repair-request-description-info-icon {
  margin-left: 5px;
}

.overview-page-table .object-table-paging {
  position: absolute;
  width: 100%;
  margin-top: 5px;
}

@media (max-width: 500px) {
  .overview-page-table .table-search-field {
    right: 0px !important;
    padding-right: unset;
  }
  .overview-page-table .table-search-field .search {
    padding-right: unset;
  }
  .overview-page-table .table-search-field .search_icon {
    right: 15px;
  }
}
.overview-page-table .object-table-paging li {
  display: table-cell;
}

.document-overview-top-bar {
  display: flex;
  justify-content: end;
}

.document-overview-top-bar .document-search-type-container {
  display: flex;
  margin-top: 10px;
  margin-right: 40px;
}

.woningwaardering-table {
  width: 100%;
  overflow-x: auto;
}

.default-scrollbar::-webkit-scrollbar,
.overview-page-table::-webkit-scrollbar,
.woningwaardering-table::-webkit-scrollbar {
  height: 10px;
  display: block;
}

.default-scrollbar::-webkit-scrollbar-track,
.overview-page-table::-webkit-scrollbar-track,
.woningwaardering-table::-webkit-scrollbar-track {
  background-color: var(--table-header-color);
}

.default-scrollbar::-webkit-scrollbar-thumb,
.overview-page-table::-webkit-scrollbar-thumb,
.woningwaardering-table::-webkit-scrollbar-thumb {
  background-color: var(--badge-color);
  border-radius: 100px;
  background-clip: padding-box;
  border: 2px solid transparent;
  min-width: 10px;
}

.default-scrollbar::-webkit-scrollbar-thumb:active,
.overview-page-table::-webkit-scrollbar-thumb:active,
.woningwaardering-table::-webkit-scrollbar-thumb:active {
  background-color: var(--badge-color);
}

/*#endregion scrollable tables */
/*#region case overview */
.case-overview .query-form {
  background: white;
}

/*#endregion case overview */
/*#region process step overview */
.process-step-overview .query-form {
  background: white;
  padding-left: 0px;
}

.process-step-overview .select__parent {
  z-index: 2;
}

.process-step-overview .opmerking-cell {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 400px;
}

/*#endregion process step overview */
/*#region overview tooltips */
.overview-tooltip .tooltip-inner {
  white-space: normal;
  word-break: break-word;
}

.tooltip-400 .tooltip-inner {
  max-width: 400px;
}

.tooltip-550 .tooltip-inner {
  max-width: 550px;
}

/*#endregion overview tooltips */
.openstaande_taken_tijdlijn {
  float: right;
}

.case-overview-checkbox {
  padding-top: 8px;
}

/*#region drop boxes */
.drop-box-standard-mwp {
  background-color: #F1F1F1;
  text-align: center;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 78px;
  border: 1px dashed #DDD;
  cursor: pointer;
}

.drop-box-standard-mwp .drop-box-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*#endregion drop boxes */
/*#region relation role icons */
.relation-role-icon {
  fill: var(--environment-blue);
}

.relation-role-icon-advanced-search {
  vertical-align: middle;
  margin-right: 10px;
}

.relation-role-icon-navbar-search,
.relation-role-icon-association-search {
  vertical-align: middle;
  margin-right: 5px;
}

.medebewoner-role-icon-advanced-search {
  vertical-align: middle;
  margin-right: 3px;
}

/*#endregion relation role icons */
.button-betalingsregeling-aanmaken {
  margin-top: 78px;
}

.case-card-info-table td {
  width: 50%;
}

/*#region Version History Table*/
.version-history-table {
  width: 100%;
}

.version-history-table .version-change {
  border-top: 1px solid #F0F0F0;
  vertical-align: top;
}

.version-history-table .version-change:first-child {
  border-top: none;
}

.version-history-table th {
  padding-top: 10px;
}

.version-history-table tr:last-child > td {
  padding-bottom: 10px;
}

.version-history-table tr > td:first-child {
  width: 200px;
}

.version-history-table .version-date {
  text-align: right;
}

.version-history-table .empty-field {
  font-style: italic;
}

/*#endregion Version History Table*/
/*#edit-cartotheek-item*/
.selected-cartotheek-current-value {
  height: 100%;
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
  font-size: 16px;
  padding: 4px 0px;
}

/*#endregion edit-cartotheek-item*/
.overeenkomsten-blade-container {
  display: flex;
  flex-direction: column;
}

/*#region Advanced Search*/
.advanced-search-container {
  display: flex;
}

@media (max-width: 992px) {
  .advanced-search-container {
    flex-direction: column;
  }
}
.advanced-search-container .search-container {
  width: 100%;
}

.advanced-search-options-container {
  display: flex;
  width: auto;
}

@media (min-width: 992px) {
  .advanced-search-options-container {
    padding-right: 0px;
  }
  .advanced-search-options {
    max-width: 300px;
  }
}
.advanced-search-options {
  min-height: auto;
  width: 100%;
}

/*#endregion Advanced Search*/
/*#region Account Panel*/
.account-panel {
  min-width: auto !important;
  padding: 10px;
}

.account-panel-button-container {
  display: flex;
  gap: 15px;
  padding-top: 10px;
}

/*#endregion Account Panel*/
/*#region Settings Page*/
.settings-container {
  display: flex;
  gap: 15px;
  padding: 20px 15px 0px 15px;
  height: 900px;
}

@media (max-width: 768px) {
  .settings-container {
    flex-direction: column;
  }
}
.settings-tab-selector {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 15px;
}

.settings-tab-selector .settings-tab-selector-header {
  padding-bottom: 30px;
  font-size: 16px;
}

.settings-tab-selector .settings-tab-selector-icon {
  padding-right: 10px;
}

.settings-tab-selector button {
  background-color: unset;
  border: none;
  border-radius: 3px;
  padding: 6px 16px;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
}

.settings-tab-selector button:hover {
  background-color: var(--hover-bg-color);
}

.settings-tab-selector button.settings-tab-selected {
  background-color: var(--selected-tab-color);
}

.settings-blade-container {
  width: 100%;
}

.settings-blade {
  background-color: white;
  padding: 15px 30px 15px 30px;
}

.settings-blade .settings-blade-header {
  padding-bottom: 20px;
  line-height: 50px;
  font-size: 16px;
}

.settings-blade .setting-editor-table,
.settings-blade .premium-credits-limit-table {
  max-width: 600px;
  margin-bottom: 30px;
}

.settings-blade .setting-editor-table td:first-child {
  padding-top: 11px;
}

/*#endregion Settings Page*/
.tracked-link:visited {
  color: #0000EE !important;
}

.rounded-corners {
  border-radius: 5px;
}

.search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 42px;
  gap: 10px;
  background-color: var(--search-background-color);
  padding-right: 20px;
  border: 1px solid var(--dark-input-text-color);
  border-radius: var(--button-default-border-radius);
}

.search-icon-container {
  display: flex;
  align-items: center;
  background-color: var(--blade-background-color);
  width: 42px;
  height: 100%;
  border-radius: var(--button-default-border-radius) 0 0 var(--button-default-border-radius);
}

.search-icon-container i {
  line-height: 0px;
  padding: 0px 12px 0px 12px;
}

.search-icon-container i svg {
  height: 16px;
  width: 16px;
}

.search-bar {
  width: 100%;
  background-color: unset;
  color: var(--input-text-color);
  box-shadow: none !important;
}

.form-control.quick-search {
  box-shadow: none !important;
}

.form-control.quick-search:focus {
  box-shadow: none !important;
}

#dropdownUnitSelector {
  width: 240px;
}

.hide-element {
  visibility: hidden;
}

.button-default {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  background-color: var(--button-default-color);
  border: 1px solid var(--button-default-border-color);
  border-radius: var(--button-default-border-radius);
  color: var(--primary-text-color);
  font-size: 16px;
  white-space: nowrap;
  padding: 0 10px;
}
