@media (min-width: 1200px) {
  .container {
      width:90%
  }
}

div.div-style-1 {
  background-color: #f9f6f4;
  color: #0D0C0C !important;
  box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
  outline: solid 1px #dddddd
}

div.div-style-2 {
  background-color: #F2EDE9;
  color: #0D0C0C !important;
  outline: solid 1px #dfd3ca
}

div.div-style-3 {
  background-color: #C5AA75;
  color: #ffffff !important;
  outline: solid 1px #846a37
}

div.div-style-4 {
  background-color: #373d3f;
  color: #ffffff !important;
  outline: solid 1px #000
}

/* This is used for the informatie memorandum page */
.dashboard__main hr {
  margin-top: 0;
  margin-bottom: 12px;
}

.dashboard__main div.panel {
  margin-bottom: 12px;
}

.dashboard__main div.panel>div.panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashboard__main div.panel>div.panel-heading>div.panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 22px;
}

.dashboard__main div.panel>div.panel-heading>div.panel-title>a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 12px 0;
}

.dashboard__main div.panel .panel-primary {
  background-color: #EFDBA9 !important;
  color: #070707 !important;
}

.dashboard__main .repeater-item:nth-child(even) {
  background-color: #F4F4F4;
}

.dashboard__main div.panel div>.panel-body {
  padding: 0 12px;
}

.dashboard__main div.panel div>.panel-body .repeater-items .repeater-item {
  margin: 4px 0;
}

.dashboard__main div.panel div>.panel-body .repeater-items .repeater-item .dashboard_information-page {
  padding-left: 14px;
}

.image-delete {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 27px;
}

.dataroom__folder {
  width: 100%;
  /* or any other width */
  position: relative;
}

.dataroom__folder::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.dataroom__folder .div-style-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 6px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dataroom__folder .div-style-1 .wem-icon-inlin {
  color: #9A9A9A !important;
}

.dataroom__folder .div-style-1 .dataroom__folder-content {
  margin: auto;
  height: 75%;
}

.dataroom__folder .div-style-1 .dataroom__lable-name {
  max-width: 200px;
  max-height: 50px;
  overflow: hidden;
}

.dataroom__folder .div-style-1 .dataroom__lable-name p {
  overflow-wrap: break-word;
  margin: 0;
}

.dataroom__lable {
  position: relative;
}

.dataroom__lable-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 2px;
  height: 22px;
  min-width: 22px;
  border-radius: 13px;
  margin-top: -15px;
}

.dataroom__lable-item p {
  margin: 0;
  color: #fff !important;
}

.dataroom__lable-folder-item {
  padding: 0 6px;
}

.dataroom__lable-folder-item:nth-child(2) {
  top: 26px;
}

.dataroom__lable-folder-item p:nth-child(1) {
  margin: 0 4px 0 0;
}

.dataroom__lable-folder-item-succes {
  padding: 0 0 0 3px;
}

.dataroom__lable-item-info {
  background: #2bb7c8;
}

.dataroom__lable-item-succes {
  background: #75C57E;
}

.dataroom__lable-item-warning {
  background: #f69918;
}

.dataroom__lable-item-danger {
  background: #ef4141;
}

.dataroom__index-item>div>table>tbody>tr {
  height: 30px;
}

.dataroom__index-files .alert {
  background-color: #f5f5f5 !important;
  border-color: #EEE !important;
  color: #9A9A9A;
}

.dataroom__index-item>div>table>tbody>tr>td:nth-child(5) {
  padding: 0 4px 0 0;
}

.dataroom__index-files>div>table {
  margin-bottom: 8px !important;
}

.dataroom__index-item-non-active {
  background: #f5f5f5;
}

.dataroom__index-item-non-active tr td:nth-child(-n+3) {
  opacity: 0.5;
}

.dataroom__button-lable-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 6px;
  margin-top: -28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dataroom__button-lable-container .button-badge {
  position: relative;
}

.dataroom__button-lable-container .button-badge:nth-child(2) {
  margin-left: 21px;
}

.dataroom__button-lable-container .button-badge p {
  color: #fff;
}

.dataroom__button-lable-container .button-badge-danger {
  background: #ef4141;
}

.text__container-danger {
  margin-top: 4px;
}

.text__container-danger p {
  color: #ef4141;
}

.im_selection-container .div-style-1,
.im_selection-container .div-style-3 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.im_selection-container .div-style-3 {
  background: #e9ecef !important;
}

.im_selection-container .div-style-3 p {
  color: #070707;
}

.im_selection-container .im_selection-icon>p>img {
  border-radius: 4px;
}

.im_selection-container h4:first-child {
  margin-bottom: 12px;
}

.im_lable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-top: 12px;
}

.im_lable .im_lable-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.im_lable .im_lable-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_lable .im_lable-value p {
  margin: 2px 4px;
}

.im_view,
.im_container {
  width: 100vw;
  max-width: 1398px;
  height: 80vh;
  max-height: 1200px;
}

.im_view tr,
.im_container tr {
  border-bottom-color: #fff;
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}

.im_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.im_view .im_background {
  height: 80vh;
  width: 33%;
  display: block;
  z-index: 1;
}

.im_view .im_content {
  position: absolute;
  z-index: 2;
}

.im_view .im_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  /* dit zet richting van de afbeelding en content */
}

.im_view .im_container .im_container-text {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  /* dit zet de breedte van de content */
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 24px;
}

.im_view .im_container .im_container-text H2,
.im_view .im_container .im_container-text H4,
.im_view .im_container .im_container-text p {
  display: block;
  margin: 12px 24px 12px 24px;
}

.im_view .im_container .im_media-container {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
  /* dit zet de breedte van de afbeelding */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 24px;
}

.im_view .im_container .im_media-container .div-style-1 {
  overflow: hidden;
  -ms-flex-item-align: center;
  align-self: center;
}

.im_view .im_container .im_container-image .div-style-1 {
  width: 520px;
}

.im_view .im_container .im_container-table .div-style-1 {
  max-width: 1000px;
  min-width: 520px;
  overflow: auto;
  max-height: calc(100% - 100px);
  margin-bottom: 0;
}

.im_view .im_container .im_container-quadrant {
  position: absolute;
  top: 20vh;
}

.im_view .im_container .im_mediabox {
  -ms-flex-item-align: center;
  align-self: center;
}

.im_view .im_container .im_mediabox div>div>div>p {
  overflow: hidden;
}

.im_view .im_container .im_mediabox div>div>div>p>img {
  width: 480px;
  height: 320px;
  -o-object-fit: contain;
  object-fit: contain;
}

.im_view .im_page-number {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 50px;
  z-index: 200;
  width: 100%;
}

.im_view .im_page-number .text-center {
  display: inline-block;
  padding: 4px;
  background-color: #fff;
  border-radius: 25px;
}

.im_view .im_page-number .text-center p {
  margin-left: 4px;
  margin-top: 2px;
}

.im_view .im_edit-panel {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 50%;
  max-width: 650px;
  min-width: 550px;
  z-index: 10000;
}

.im_view .im_edit-panel div.panel div.panel-body {
  padding: 15px;
  overflow-x: auto;
  max-height: 55vh;
}

.im_footer {
  position: absolute;
  bottom: 0;
  z-index: 200;
  width: 100%;
  background: #fff;
  padding: 10px;
  border-top: 1px solid #9A9A9A;
}

.im_instance .im_background {
  margin: 0;
  width: 100%;
  height: 100%;
}

.im_instance .im_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.im_instance .im_content H2 {
  font-size: 48px;
}

.im_no-image .im_background {
  display: none;
}

.im_no-image .im_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* dit zet richting van de afbeelding en content */
}

.im_no-image .im_container .im_container-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  /* dit zet de breedte van de content */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_no-image .im_container .im_media-container {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
  /* dit zet de breedte van de afbeelding */
}

.im_1-3-horizontal-Image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_1-3-horizontal-Image .im_background {
  height: 33%;
  width: 100%;
}

.im_1-3-horizontal-Image .im_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* dit zet richting van de afbeelding en content */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.im_1-3-horizontal-Image .im_container .im_container-text {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
  /* dit zet de breedte van de content */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.im_1-3-horizontal-Image .im_container .im_container-text-image {
  margin-right: 550px;
}

.im_1-3-horizontal-Image .im_container .im_media-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  /* dit zet de breedte van de afbeelding */
  -ms-flex-item-align: end;
  align-self: end;
}

.im_2-3-horizontal-image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_2-3-horizontal-image .im_background {
  height: 66%;
  width: 100%;
}

.im_2-3-horizontal-image .im_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* dit zet richting van de afbeelding en content */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.im_2-3-horizontal-image .im_container .im_container-text {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
  /* dit zet de breedte van de content */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  position: absolute;
}

.im_2-3-horizontal-image .im_container .im_container-text-image {
  margin-right: 550px;
}

.im_2-3-horizontal-image .im_container .im_media-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  /* dit zet de breedte van de afbeelding */
  -ms-flex-item-align: end;
  align-self: end;
}

.im_cover-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_cover-page .im_background {
  height: 100%;
  width: 100%;
}

.im_cover-page .im_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* dit zet richting van de afbeelding en content */
}

.im_cover-page .im_container .im_container-text {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
  /* dit zet de breedte van de content */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  background: white;
}

.im_cover-page .im_container .im_container-text H1,
.im_cover-page .im_container .im_container-text H2 {
  font-size: 38px;
}

.im_cover-page .im_container .im_media-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  /* dit zet de breedte van de afbeelding */
}

.im_1-3-vertical-image-left-side {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_1-3-vertical-image-left-side .im_background {
  height: 100%;
  width: 33%;
}

.im_1-3-vertical-image-left-side .im_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /* dit zet richting van de afbeelding en content */
}

.im_1-3-vertical-image-left-side .im_container .im_container-text {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
  /* dit zet de breedte van de content */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_1-3-vertical-image-left-side .im_container .im_text-only {
  margin-left: 33%;
}

.im_1-3-vertical-image-left-side .im_container .im_media-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  /* dit zet de breedte van de afbeelding */
}

.im_2-3-vertical-image-left-side {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_2-3-vertical-image-left-side .im_background {
  height: 100%;
  width: 66%;
}

.im_2-3-vertical-image-left-side .im_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /* dit zet richting van de afbeelding en content */
}

.im_2-3-vertical-image-left-side .im_container .im_container-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  /* dit zet de breedte van de content */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_2-3-vertical-image-left-side .im_container .im_text-only {
  margin-left: 66%;
}

.im_2-3-vertical-image-left-side .im_container .im_media-container {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
  /* dit zet de breedte van de afbeelding */
}

.im_1-3-verticale-image-right-side,
.im_Table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_1-3-verticale-image-right-side .im_background,
.im_Table .im_background {
  height: 100%;
  width: 33%;
  position: absolute;
  right: 0;
}

.im_1-3-verticale-image-right-side .im_container,
.im_Table .im_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* dit zet richting van de afbeelding en content */
}

.im_1-3-verticale-image-right-side .im_container .im_container-text,
.im_Table .im_container .im_container-text {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
  /* dit zet de breedte van de content */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_1-3-verticale-image-right-side .im_container .im_text-only,
.im_Table .im_container .im_text-only {
  max-width: 66%;
}

.im_1-3-verticale-image-right-side .im_container .im_media-container,
.im_Table .im_container .im_media-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  /* dit zet de breedte van de afbeelding */
}

.im_2-3-vertical-image-right-side {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_2-3-vertical-image-right-side .im_background {
  height: 100%;
  width: 66%;
  position: absolute;
  right: 0;
}

.im_2-3-vertical-image-right-side .im_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* dit zet richting van de afbeelding en content */
}

.im_2-3-vertical-image-right-side .im_container .im_container-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  /* dit zet de breedte van de content */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.im_2-3-vertical-image-right-side .im_container .im_text-only {
  max-width: 33%;
}

.im_2-3-vertical-image-right-side .im_container .im_media-container {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
  /* dit zet de breedte van de afbeelding */
}

.im_textblock-options .cke_top {
  display: none;
}

#im_table {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  max-height: 80vh;
  overflow: auto;
}

#im_table .table__header {
  background-color: #EFDBA9;
  border: 1px solid #adb5bd;
  border-radius: 2px;
}

#im_table .table__header .table__header-label {
  display: block;
  width: 133.5px;
  background: none;
  text-align: right;
  height: 30px;
  padding: 6px;
}

#im_table .table__header .table__header-label p {
  text-align: right;
}

#im_table .table__header .column-a:first-child {
  width: 200px;
}

#im_table .table__header .column-a:first-child p {
  text-align: left;
}

#im_table .table__body .repeater-item:nth-child(even) {
  background: #e9ecef;
}

#im_table .table__body .repeater-item:nth-child(odd) {
  background: #F4F4F4;
}

#im_table .table__body .repeater-item .tabel__body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1px 0;
  border-radius: 2px;
}

#im_table .table__body .repeater-item .tabel__body-row .tabel__body-label,
#im_table .table__body .repeater-item .tabel__body-row .tabel__body-separation {
  display: block;
  width: 200px;
  height: 30px;
  padding: 6px;
}

#im_table .table__body .repeater-item .tabel__body-row .tabel__body-label {
  background: none;
}

#im_table .table__body .repeater-item .tabel__body-row .tabel__body-separation {
  background: none;
}

#im_table .table__body .repeater-item .tabel__body-row .tabel__body-item .form-control {
  max-width: 100px;
  text-align: right;
}

#im_table .table__body .repeater-item .tabel__body-tile-row {
  background: #fff;
}

#im_table .table__body .repeater-item .tabel__body-row-seperation {
  height: 12px;
  background: #fff;
}

#im_table .tabel__body-item {
  display: block;
  width: 133.5px;
  background: none;
  text-align: right;
  height: 30px;
  padding: 0 6px;
}

#im_table .table__header-label,
#im_table .tabel__body-label,
#im_table .tabel__body-item {
  margin: 2px;
}

.im_image-block {
  padding: 16px 0 0;
}

.im_image-block .div-style-1 {
  padding: 0;
}

.im_image-block .div-style-1 img {
  border-radius: 4px;
}

.im_button-unclickable {
  pointer-events: none;
  opacity: 0.3;
}

.im_section-title {
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 33vh;
}

.im_section-title h1,
.im_section-title h2 {
  background: white;
}

.im_tableOfContents {
  max-width: 500px;
}

.im_tableOfContents-page div div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.im_tableOfContents-page div div p {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  margin-left: 32px;
}

.im_tableOfContents-chapter div div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.im_tableOfContents-chapter h5 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  margin-left: 24px !important;
}

.content__panel .input-group {
  margin-bottom: 24px;
}

.content__panel div.panel-body {
  padding: 0 !important;
}

.content__panel div.panel {
  margin-bottom: 0 !important;
  border: none;
}

.content__panel div.panel>div.panel-heading {
  background: linear-gradient(127deg, #070707 0%, #070707 35%, #343a40 100%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.content__panel div.panel>div.panel-heading>div>a::before {
  display: none;
}

@media (max-width: 980px) {
  .content__panel div.panel>div.panel-heading>div>a::before {
    display: block;
    color: #fff !important;
  }
}

.content__panel div.panel div.panel-title h3 {
  color: #fff !important;
}

.content__panel .content__container {
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: auto;
  border-width: 0 1px 1px 1px;
  /* top right bottom left */
  border-style: solid;
  border-color: #dee2e6;
}

.content__panel .content__container div.panel {
  border: none;
}

.content__panel .content__container div.panel>div.panel-heading {
  background: #fff;
}

.content__panel .content__container div.panel div.panel-title {
  margin-top: 0;
  color: #070707 !important;
}

.content__panel .content__container div.panel .panel-heading:last-child {
  border: none;
}

.content__panel .content__container div.panel div.panel-body {
  background-color: #F4F4F4;
}

.content__panel .content__container div.panel div.panel-body .concept-list {
  width: inherit;
  margin: 16px 16px 24px 16px;
}

.content__panel .content__container .content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 8px 12px;
}

.content__panel .content__container .content__block .content__block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content__panel .content__container .content__block .content__block-icon {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.content__panel .content__container .content__block-open {
  color: #070707;
}

.content__panel .content__container .content__block-open .wem-icon-inline {
  color: #070707;
}

.content__panel .content__container .content__block-blocked {
  color: #adb5bd;
  pointer-events: none;
}

.content__panel .content__container .content__block-blocked .wem-icon-inline,
.content__panel .content__container .content__block-blocked .content__block-title>p {
  color: #adb5bd;
}

.content__panel .content__container .content__block-done {
  color: #C5A975;
}

.content__panel .content__container .content__block-done .wem-icon-inline,
.content__panel .content__container .content__block-done .content__block-title>p {
  color: #C5A975;
}

.content__panel .content__container .content__block-selected .div-style-1 {
  background-color: #e9ecef;
}

.content__panel .content__container .content__block-selected .div-style-1 .content__block-open,
.content__panel .content__container .content__block-selected .div-style-1 .content__block-blocked,
.content__panel .content__container .content__block-selected .div-style-1 .content__block-done {
  color: #070707;
}

.content__panel .content__container .content__block-selected .div-style-1 .content__block-open .wem-icon-inline,
.content__panel .content__container .content__block-selected .div-style-1 .content__block-blocked .wem-icon-inline,
.content__panel .content__container .content__block-selected .div-style-1 .content__block-done .wem-icon-inline {
  color: #070707;
}

.content__panel .content__container .div-style-1 {
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 0;
}

.content__panel .content__container .div-style-1:hover {
  background-color: #F4F4F4 !important;
}

@media (max-width: 767px) {

  .content__panel .content__container-user-dashboard .div-style-1:nth-child(1),
  .content__panel .content__container-user-dashboard .div-style-1:nth-child(3),
  .content__panel .content__container-user-dashboard .div-style-1:nth-child(4),
  .content__panel .content__container-user-dashboard .div-style-1:nth-child(5) {
    display: none;
  }
}

/*@media (max-width: 767px) {
    .content__user-dashboard {

    }
}*/
#content__panel-info>div>div.panel-heading {
  background: #2bb7c8;
}

#content__panel-info .content__container .div-style-1:first-child {
  padding: 12px;
}

#content__panel-info .content__container .content__block-title::before {
  content: none;
}

#content__panel-info .content__container .content__block-title wem-icon-inline {
  margin-right: 4px;
}

.top-menu__block {
  margin-top: 12px;
  border-bottom: 2px #C5A975 solid;
  margin-bottom: 24px;
}

.top-menu__block img {
  height: 50px;
  margin: 0px auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-menu__block .btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

/* START MARKET CARD */

.market-card__div-style {
  margin-bottom: 24px;
}

.market-card__div-style .div-style-1 {
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 14px rgba(7, 7, 7, 0.15);
  box-shadow: 0 0px 14px rgba(7, 7, 7, 0.15);
  border-radius: 4px;
}

.market-card__div-style .div-style-1 h1,
.market-card__div-style .div-style-1 h2,
.market-card__div-style .div-style-1 h3,
.market-card__div-style .div-style-1 h4,
.market-card__div-style .div-style-1 h5,
.market-card__div-style .div-style-1 h6,
.market-card__div-style .div-style-1 p {
  color: #070707;
}

.market-card__div-style .div-style-1:hover .market-card__icon {
  background: #dee2e6;
}

.market-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  border-radius: 4px;
}

.market-card__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  max-width: 30%;
  overflow: hidden;
  background: linear-gradient(127deg, #F4F4F4 0%, #F4F4F4 35%, #e9ecef 100%);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.market-card__icon>div>div>div>p>img {
  position: absolute;
}

.market-card__icon>div>div>div>p:nth-child(1)>img {
  top: -30px;
  left: -40px;
  mix-blend-mode: multiply;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  opacity: 0.2;
}

.market-card__icon>div>div>div>p:nth-child(2)>img {
  margin-left: -40px;
  margin-top: 20px;
}

.market-card__icon .market-card__icon-front {
  display: block;
  width: 100%;
  margin: auto;
}

.market-card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 9;
  -ms-flex-positive: 9;
  flex-grow: 9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 70%;
  height: 140px;
  padding: 10px 0 10px 12px;
}

.market-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-height: 50px;
}

.market-card__header .market-card__header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.market-card__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  margin-right: 12px;
  width: inherit;
}

.market-card__header-title h4 {
  font-weight: 600 !important;
  color: #C5A975 !important;
}

.market-card__content {
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.market-card__content-block {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 76px;
  line-height: 2;
  padding-right: 12px;
}

.market-card__content-info {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  max-width: 37%;
  margin-left: 12px;
}

@media (min-width: 576px) {
  .market-card__content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .market-card__content-block {
    max-width: 59%;
    border-right: 1px solid #dee2e6;
  }
}

.market-card__content-info h4,
.market-card__content-info p {
  margin: 0;
}

.market-card__content-info h4 {
  font-weight: 600;
  font-size: 20px;
}

.market-card__content-info small {
  font-size: 12px;
  color: #9A9A9A;
}

.market-card__content-info .market-card__content-specific {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 4%;
}

.market-card__content-info .market-card__content-specific .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

@media (max-width: 980px) {
  .market-card__div-style:first-child {
    margin-top: 24px;
  }

  .market-card__icon {
    max-width: 20%;
  }

  .market-card__container {
    max-width: 80%;
  }

  .market-card__container .market-card__content-specific .box:first-child {
    display: none;
  }
}

@media (max-width: 576px) {
  .market-card__div-style:first-child {
    margin-top: 24px;
  }

  .market-card__icon {
    max-width: 15%;
  }

  .market-card__icon>div>div>div>p:nth-child(2)>img {
    width: 40px;
    margin-left: -20px;
    margin-top: 40px;
  }

  .market-card__container {
    max-width: 85%;
  }

  .market-card__container .market-card__content-specific {
    display: none;
  }
}

/* END MARKET CARD */

.message__container {
  margin-bottom: 16px;
}

.message__container .panel-body {
  background: #f5f5f5;
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.message__container .panel-body .repeater-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.message__container .repeater-items .message__container-div-style .div-style-1,
.message__container .repeater-items .message__container-div-style .div-style-2,
.message__container .repeater-items .message__container-div-style .div-style-3,
.message__container .repeater-items .message__container-div-style .div-style-4 {
  margin: 8px 4px;
  padding: 8px 8px 12px;
}

.message__container .repeater-items .message__container-div-style .div-style-2 {
  background-color: #FAEECF;
}

.message__container .repeater-items .message__container-div-style .div-style-3,
.message__container .repeater-items .message__container-div-style .div-style-4 {
  background-color: #D3D2CF;
}

.message__container .repeater-items .message__container-div-style hr {
  margin: 4px 0;
  padding: 0;
}

.message__container .message__container-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message__container .message__container-user img {
  margin-right: 4px;
  width: 14px;
}

/*This pannel is used in:
    - Marketplace selected item
*/
div.dashboard__main.dashboard__main-im>div>div>div>div>div.panel-heading>div>a:hover {
  text-decoration-color: #575757 !important;
}

div.dashboard__main.dashboard__main-im>div>div>div>div>div.panel-heading>div>a::before {
  color: #070707 !important;
}

div.dashboard__main.dashboard__main-im>div>div>div>div>div.panel-heading>div>a::before:hover {
  color: #575757 !important;
}

div.dashboard__main.dashboard__main-im>div>div>div>div>div.panel-heading>div>a>p {
  color: #070707;
}

div.dashboard__main.dashboard__main-im>div>div>div>div>div.panel-heading>div>a>p:hover {
  text-decoration: none;
  color: #575757;
}

.marketplace__main div.panel>div.panel-heading>div.panel-title a[data-toggle=collapse]::before {
  display: none;
}

@media only screen and (max-width: 576px) {
  .marketplace__main div.panel>div.panel-heading>div.panel-title a[data-toggle=collapse]::before {
    display: block;
    color: white;
  }
}

.marktplace__panel-info .panel-block__icon {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 12px;
}

.marktplace__panel-info .panel-block__icon img {
  mix-blend-mode: multiply;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.05;
  height: 350px;
  position: relative;
  margin-top: -70px;
  margin-left: -70px;
}

.marktplace__panel-info .panel-block__container {
  position: relative;
  z-index: 100;
}

.dashboard__main .panel-heading {
  position: relative;
}

.dashboard__main .panel__title-buttons .repeater-grid-col a[data-toggle=collapse].collapsed,
.dashboard__main .panel__title-buttons .repeater-grid-col a[data-toggle=collapse] {
  display: none;
}

.dashboard__main .panel__title-buttons .repeater-grid-col a[data-toggle=collapse].collapsed::before,
.dashboard__main .panel__title-buttons .repeater-grid-col a[data-toggle=collapse]::before {
  display: none;
}

.dashboard__main .panel__title-buttons .repeater-grid-col .panel__title-h3 {
  display: block;
}

.dashboard__main .panel__title-buttons .repeater-grid a::before,
.dashboard__main .panel__title-buttons .panel__title-buttons a::before {
  display: none;
}

.tab-label {
  display: grid;
}

.tab-label>div>div>div .div-style-2 {
  padding: 8px 15px 5px 10px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}

.tab-label>div>div>div .div-style-2 .col-sm-8,
.tab-label>div>div>div .div-style-2 .col-md-8,
.tab-label>div>div>div .div-style-2 .col-lg-8 {
  padding-right: 0;
}

.tab-label>div>div>div .div-style-2 .col-sm-4,
.tab-label>div>div>div .div-style-2 .col-md-4,
.tab-label>div>div>div .div-style-2 .col-lg-4 {
  padding-left: 0;
  padding-right: 4px;
}

.tab-label>div>div>div .div-style-2 p {
  margin: 0;
  padding: 0;
  color: #fff;
}

.tab-label>div>div>div .div-style-2 .btn-xs {
  padding: 1px 2px;
}

.field__label-counter {
  margin-top: -15px;
}

.label_message-box .div-style-1 {
  padding: 8px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.label_message-box .div-style-1 h1 {
  margin-bottom: 0 !important;
}

.lable__profile-container {
  position: relative;
}

.lable__profile-container .button-badge {
  top: 0px;
  right: 0px;
}

.lable__profile-image {
  display: block;
}

.lable__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: auto;
  margin: auto;
}

.lable__profile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: auto;
  overflow: hidden;
  border-radius: 50px;
}

.label__profile-button {
  position: absolute;
  right: 0;
}

.lable__profile-image h1 {
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4F4F4;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #070707 !important;
}

.lable__profile-image .button-badge {
  top: 0;
  right: 0;
}

.lable__profile-image .button-badge .badge-lable {
  color: #fff;
}

.lable__profile-text {
  width: 110px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-left: 8px;
}

.tabel__body-label p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tabel__body-label div>div>p:hover {
  overflow: visible;
  white-space: unset;
  position: absolute;
  background: white;
  display: block;
  z-index: 300;
  padding: 2px;
  border-radius: 2px;
  max-width: 200px;
}

#bv_table .wem-table-wrapper {
  border-radius: 4px;
}

#bv_table .wem-table-wrapper>table>tbody>tr {
  height: 45px;
  width: 133.5px;
  text-align: right;
  height: 45px;
  padding: 6px;
  border: 1px solid #adb5bd;
}

#bv_table .wem-table-wrapper>table>tbody>tr:nth-child(2n)>td.success {
  background-color: #F5F5F5;
}

#bv_table .wem-table-wrapper>table>tbody>td.default {
  background-color: #F5F5F5;
}

#bv_table .wem-table-wrapper>table>tbody .form-control {
  text-align: end;
}

#bv_table .wem-table-wrapper>table>tbody .text-right {
  padding-left: 8px;
}

#bv_table .wem-table-wrapper>table>tbody>tr>td {
  vertical-align: middle !important;
  width: 133.5px;
  text-align: right;
  height: 30px;
  padding: 6px;
  border: 1px solid #adb5bd;
  border-radius: 2px;
}

#bv_table .wem-table-wrapper>table>tbody>tr:nth-child(2n+1)>td.success {
  background-color: #EFDBA9;
}

#bv_table .wem-table-wrapper>table>tbody>tr:nth-child(2n+1)>td.default {
  background-color: #FFF;
}

/* Dit is mijn CSS */