@import "root.css";
html, body {
  min-height: 100%;
  font-family: "Roboto";
  font-weight: 300;
}

body {
  position: relative;
}

.reputation-bar {
  width: 100%;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #444444;
  cursor: pointer;
}

.reputation-bar div {
  height: 100%;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 20px;
}

.navbar .brand {
  white-space: nowrap;
  font-size: 1.8em;
  padding-top: 0;
}

.navbar .brand .sub {
  font-size: 0.6em;
}

.outdated-browser-alert {
  display: none;
}

.ie.ie5 .outdated-browser-alert {
  display: block;
}

.ie.ie6 .outdated-browser-alert {
  display: block;
}

.ie.ie7 .outdated-browser-alert {
  display: block;
}

.ie.ie8 .outdated-browser-alert {
  display: block;
}

.ie.ie9 .outdated-browser-alert {
  display: block;
}

body.ie.ie7 input,
body.ie.ie8 .row-fluid [class*=span] {
  min-height: 20px;
}

a {
  color: var(--blue);
}

a:hover, a:active, a:focus {
  color: var(--bluelight);
}

h2 {
  margin-bottom: 0;
}

form {
  margin-bottom: 0;
}

fieldset legend {
  width: auto;
  border: none;
  line-height: 20px;
  margin: 0;
  padding: 0 10px;
  font-size: 18px;
}

.input-auto {
  width: auto;
}

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

.bd-sidebar {
  overflow: hidden;
}

.virtual-select .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
  border-color: var(--success);
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}

body .bg-info {
  background-color: var(--blue) !important;
}
body .text-info {
  color: var(--blue);
}
body .btn-primary,
body .btn-info {
  background-color: var(--blue);
  border-color: var(--blue);
}
body .btn-primary:not(:disabled):not(.disabled):hover, body .btn-primary:not(:disabled):not(.disabled):active,
body .btn-info:not(:disabled):not(.disabled):hover,
body .btn-info:not(:disabled):not(.disabled):active {
  background-color: var(--bluelight);
  border-color: var(--bluelight);
}
body .btn-outline-primary {
  color: var(--blue);
  border-color: var(--blue);
}
body .btn-outline-primary:not(:disabled):not(.disabled):hover, body .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: var(--bluelight);
  border-color: var(--bluelight);
}
body .dropdown-item.active, body .dropdown-item:active {
  background-color: var(--blue);
}

.page-item.active .page-link {
  background-color: var(--blue);
  border-color: var(--blue);
}

.page-item .page-link {
  color: var(--blue);
}

.pagination .page-item select {
  border-radius: 0;
  border-left: 0;
  color: var(--blue);
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-red {
  background-color: var(--red) !important;
}

.image-tooltip {
  position: relative;
}

.image-tooltip img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.image-tooltip:hover img {
  display: block;
}

.my-color-input {
  position: relative;
}

.my-color-input span {
  position: absolute;
  top: calc(50% - 16px);
  right: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
}

.navbar-dark .navbar-brand {
  color: #333;
}

.navbar-dark .navbar-brand:hover {
  color: #222;
}

.navbar {
  background-color: var(--white);
  padding: 0rem 1rem;
}
.navbar .customer-name {
  flex-grow: 1;
  text-align: center;
}

.navbar .logo {
  height: 75px;
  margin-right: 20px;
}

.navbar .nav-item-hightlight,
.navbar .nav-item-hightlight .nav-link,
.navbar .nav-item-hightlight .nav-link i {
  white-space: nowrap;
  color: var(--yellow);
}

.navbar .nav-item-hightlight .nav-link:hover,
.navbar .nav-item-hightlight .nav-link:hover i {
  color: var(--danger);
}

.navbar .dropdown-menu {
  right: 0;
  left: inherit;
}

.navbar a {
  color: #333;
}

.breadcumb-nav {
  margin-right: -15px;
  margin-left: -15px;
  position: sticky;
  top: 74px;
  z-index: 10;
  display: flex;
}
@media (max-width: 576px) {
  .breadcumb-nav {
    position: relative;
    top: 0;
  }
}
.breadcumb-nav .breadcrumb {
  flex-grow: 1;
  border-radius: 0;
}
.breadcumb-nav .breadcumb-nav__tools {
  text-align: right;
  background-color: #e9ecef;
  margin-bottom: 1rem;
  padding: 0.75rem 1.5rem;
}
.breadcumb-nav .breadcumb-nav__tools > a {
  color: black;
}
.breadcumb-nav .breadcumb-nav__tools a {
  text-decoration: none;
}
.breadcumb-nav .breadcumb-nav__tools a :hover {
  text-decoration: none;
}
.breadcumb-nav .breadcumb-nav__tools a.tools-item {
  margin-right: 10px;
}
.breadcumb-nav .breadcumb-nav__tools i {
  color: var(--blue);
  margin-right: 10px;
}

.product-lined {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
.product-lined a {
  font-size: 14px;
}

.auto-complete + .dropdown-menu {
  display: block;
}

.auto-complete + .dropdown-menu .active a {
  color: inherit;
}

@media (max-width: 768px) {
  .top-navigation {
    width: 100%;
    text-align: right;
  }
}
.bd-navbar .bd-navbar-nav .nav-customer-select {
  max-width: 250px;
  overflow-x: hidden;
  vertical-align: middle;
}
.bd-navbar .bd-navbar-nav .nav-customer-select i {
  vertical-align: middle;
}
.bd-navbar .bd-navbar-nav .nav-customer-select .nav-customer-select__name {
  vertical-align: middle;
  width: calc(100% - 20px);
  overflow-x: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 769px) {
  .bd-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    border-bottom: 2px solid var(--blue);
  }
  .bd-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 74px;
    z-index: 8;
    height: calc(100vh - 74px);
    border-right: 1px solid var(--bluelight);
  }
  .bd-content {
    order: 1;
  }
  .bd-content .content {
    min-height: calc(100vh - 231px);
  }
}
.width10 {
  width: 10px !important;
  min-width: 10px !important;
  max-width: 10px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width20 {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width30 {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width40 {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width50 {
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width60 {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width70 {
  width: 70px !important;
  min-width: 70px !important;
  max-width: 70px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width80 {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width90 {
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width100 {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width110 {
  width: 110px !important;
  min-width: 110px !important;
  max-width: 110px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width120 {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width130 {
  width: 130px !important;
  min-width: 130px !important;
  max-width: 130px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width140 {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width150 {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width160 {
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width170 {
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width180 {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width190 {
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.width200 {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal.big {
  width: 800px;
}

.modal.big .form-horizontal .control-label {
  width: 300px;
}

.modal.big .form-horizontal .controls {
  margin-left: 320px;
}

.pagination {
  margin: 10px 0;
}

.login {
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 0 15px;
}
.login .dialog {
  width: 100%;
  max-width: 430px;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.login .dialog .brand {
  background: transparent url("../img/mailfabriek-landscape-orgineel.svg") no-repeat left top;
  background-size: 370px auto;
  height: 100px;
}
.login .dialog .form-group {
  position: relative;
  margin-bottom: 30px;
}
.login .dialog .form-group input {
  width: 100%;
  height: 50px;
  background-color: transparent;
  font-size: 16px;
  line-height: 46px;
  padding: 0 30px 0 50px;
  border: 0;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  outline: 0;
  transition: all 0.3s ease-in-out;
}
.login .dialog .form-group input:is(:focus) {
  border-bottom-color: var(--blue);
  box-shadow: none;
}
.login .dialog .form-group i {
  width: 50px;
  position: absolute;
  color: #999;
  font-size: 18px;
  line-height: 50px;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.login .dialog .btn {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 36px;
  border-radius: 6px;
}
.login .inlog-subscript a {
  color: #888;
}

@media (max-width: 576px) {
  .login .dialog {
    width: calc(100% - 2em);
    max-width: calc(100% - 2em);
    margin: 1em;
  }
  .login .dialog .brand {
    font-size: 1.5em;
    background-size: 100% auto;
  }
}
.block-header h2 {
  background-color: var(--blue);
}

h1 {
  color: #aaa;
}

.row.space {
  margin-bottom: 10px;
}

.row-fluid.space {
  margin-bottom: 10px;
}

.row-fluid.no-space {
  margin-bottom: 0px;
}

footer {
  clear: both;
  color: #b4b4bf;
  padding: 1em;
  padding-top: 4em;
  font-size: 0.85em;
  line-height: 1.3em;
}

footer hr {
  margin: 2em -2em;
  border-top: 1px solid #cfcfd6;
}

footer a {
  color: #b4b4bf;
}

.nav.nav-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.25em 0em 0.25em 0em !important;
  color: black;
}

.nav.nav-list li.active > a {
  color: var(--blue);
}

.nav.nav-list .has-subs {
  position: relative;
}

.nav.nav-list .has-subs .children {
  position: absolute;
  right: 10px;
  top: 7px;
}

.nav.nav-list .has-subs ul {
  display: none;
}

.nav.nav-list .has-subs.active ul {
  display: list-item;
}

.nav.nav-list .has-subs ul {
  list-style: none;
  margin-left: 20px;
  border-left: 2px solid #eee;
  padding: 0;
}

.nav.nav-list .has-subs li a {
  padding-left: 0.5em !important;
}

.nav.nav-list .has-subs li.active {
  background-color: #CFCFD6 !important;
}

.nav.nav-list .has-subs li.active > a {
  border: none !important;
  background-color: #CFCFD6 !important;
}

.uppercase {
  text-transform: uppercase;
}

.btn.btn-tools {
  margin: 0;
  padding: 2px 10px 0;
}

.data-table {
  background-color: white;
}

.data-table td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 500px;
}

.data-table td.right {
  text-align: right;
}

.auto-complete-custom.loading,
.auto-complete.loading {
  background-image: url("../img/spinner.gif");
  background-repeat: no-repeat;
  background-position: center right 10px;
}

/*******************************/
/***** CKeditor fixes **********/
/*******************************/
input.cke_dialog_ui_input_text, input.cke_dialog_ui_input_password, textarea.cke_dialog_ui_input_textarea {
  height: auto;
}

.mf_ckeditor_dynamische_velden {
  width: 150px !important;
  display: block;
}

.mf_ckeditor_dynamische_velden .cke_combo_button {
  width: 100% !important;
}

.mf_ckeditor_dynamische_velden .cke_combo_button .cke_combo_inlinelabel {
  width: 125px !important;
  color: #0077b3;
}

.cke_combopanel {
  width: 200px !important;
}

.cke_dialog_contents_body .highlight {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2f96b4", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.cke_dialog_contents_body .highlight span {
  text-shadow: 0 1px 0 #888;
}

body.templates .content .template-preview .card,
body.emailen .content .template-preview .card {
  overflow: hidden;
  max-width: 540px;
  height: 220px;
}

body.templates .content .template-preview .card .template-preview-image,
body.emailen .content .template-preview .card .template-preview-image {
  display: block;
  max-height: 220px;
}

body.templates .content .template-preview .card .card-img.loading,
body.emailen .content .template-preview .card .card-img.loading {
  width: auto;
  height: auto;
  margin: auto;
  margin-top: 100px;
  display: block;
}

body.templates .content .template-preview .card .card-no-image,
body.emailen .content .template-preview .card .card-no-image {
  height: 220px;
  background-color: #868e96;
  color: #dee2e6;
  text-align: center;
}

body.templates .content .template-preview .card .template-new,
body.emailen .content .template-preview .card .template-new {
  display: block;
  width: 100%;
  height: 220px;
  line-height: 220px;
  font-size: 100px;
  background-color: #F4F4F4;
  text-align: center;
}

body.templates .content .template-preview .card .right-corner-label,
body.emailen .content .template-preview .card .right-corner-label {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  border-left: 1px solid var(--blue);
  border-top: 1px solid var(--blue);
  border-top-left-radius: 5px;
  font-size: 11px;
  padding: 5px;
  background-color: #EA8989;
  color: white;
}

body.emailen .content {
  /*background-color:#F1FCEF;*/
}

.dropdown-menu.klantenselect {
  left: inherit;
  right: 0px;
  max-width: 80vw;
  width: 450px;
}
.dropdown-menu.klantenselect .klantenselect__wrapper {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown-menu.klantenselect .klantenselect__wrapper .dropdown-item {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu.klantenselect .klantsearch {
  margin: 0;
}
.dropdown-menu.klantenselect .klantsearch-noresults {
  display: none;
}

/*******************************/
/************* Home ************/
/*******************************/
.home .product.list {
  height: 400px;
  position: relative;
}

.home .product.list li {
  position: relative;
}

.home .product.list li a {
  color: inherit;
}

.home .product.list li a.remove-icon {
  position: absolute;
  top: 1em;
  right: 0;
}

.home .product.list .call-to-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.25rem;
}

/*******************************/
/********* E-mailadressen *****/
/*******************************/
.import-preview-table {
  max-width: 100%;
}

.import-preview-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px !important;
}

.adres-nieuw-knoppen {
  position: relative;
  z-index: 99;
  margin-top: 1rem;
}

/******************************/
/********** MEDIA *************/
/*******************************/
.media-list {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.media-list li {
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
}

.media-list li ul {
  padding-left: 10px;
  display: none;
}

.media-list li.is-active > ul {
  display: block;
}

.media-list li.is-active > .inhoud .folder-close {
  display: none;
}

.media-list li.is-active > .inhoud .folder-open {
  display: inline-block;
}

.media-list li .inhoud {
  display: block;
  height: 24px;
  position: relative;
}

.media-list li .inhoud .folder-open {
  display: none;
}

.media-list li .inhoud .options {
  position: absolute;
  top: 0;
  display: none;
  margin-left: 5px;
  right: 0px;
  background-color: white;
}

.media-list li .inhoud:hover .options {
  display: inline;
}

.media-list li:hover > .inhoud {
  background-color: #F5F5F5;
}

.media-list.files {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.media-list.files li .inhoud .filename {
  display: block;
  float: left;
  width: 80%;
  width: calc(100% - 75px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-list.files li .inhoud.current-active {
  font-weight: 700;
}

.media-list.files li .inhoud .options {
  right: 75px;
}

.media-list.files li .inhoud .filesize {
  display: block;
  float: right;
  color: grey;
  width: 75px;
  text-align: right;
}

.media-list.files li:hover.filesize {
  color: black;
}

.file-header {
  position: relative;
}

.file-header .add-file {
  position: absolute;
  right: 20px;
  top: 5px;
}

#filedetails .preview {
  max-width: 100%;
}

.upload-drop .box .box__uploading,
.upload-drop .box .box__success,
.upload-drop .box .box__error {
  display: none;
}

.upload-drop {
  display: table;
  width: 100%;
}

.upload-drop .box {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.upload-drop .box.is-dragover {
  background-color: grey;
}

.upload-drop .box.is-uploading .box__uploading {
  display: block;
}

.upload-drop .box.is-uploading .box__input {
  display: none;
}

.upload-drop .box.is-success {
  background-color: #9ccc67;
}

.upload-drop .box.is-success .box__success {
  display: block;
}

.upload-drop .box.is-error {
  background-color: #d3869b;
  color: white;
}

.upload-drop .box.is-error .box__error {
  display: block;
}

.content.popup .popup-header {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(136, 136, 136);
}

.content.popup .popup-body {
  padding-top: 10px;
  padding-bottom: 50px;
}

/******************************/
/**** NIEUWSBRIEF VERZENDEN ***/
/******************************/
.content.emailen {
  min-width: 1400px;
}

.reponsive-resize {
  font-size: 24px;
}

.reponsive-resize.smaller {
  font-size: 16px;
  margin-right: 10px;
  line-height: 24px;
}

.reponsive-resize.black {
  color: black;
}

#externalTabs .sitename {
  font-size: 10px;
  max-width: 100px;
}

#berichtpreview {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 99999;
  background-color: white;
  box-shadow: 5px 5px 5px rgb(136, 136, 136);
  width: 500px;
  height: 50%;
  overflow: hidden;
}

#berichtpreview iframe {
  width: 200%;
  height: 200%;
  border: none;
  overflow: hidden;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.5);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
}

#nieuwsbriefcss textarea {
  height: 300px;
  font-size: 11px;
}

#nieuwsbrieftxt textarea {
  height: 300px;
}

#adressen-aantal {
  font-weight: bold;
  font-size: 16px;
}

.verzenden-bevestigen-adressen {
  border: 1px solid silver;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}

#onderwerp .whitespace {
  height: 20px;
}

#opmaakframe {
  min-width: 100%;
  min-height: 100%;
  background-color: white;
}

#externframe {
  width: 800px;
  height: 70%;
  background-color: white;
  position: fixed;
  top: 20%;
  right: -900px;
  z-index: 9999;
  border: 1px solid black;
  transition: right 0.5s;
  overflow: hidden;
  background-clip: padding-box;
  border: 1px solid #cfcfd6;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 4px 4px 10px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 4px 4px 10px 0px rgba(100, 100, 100, 0.5);
}

#externframe .navbar-inner {
  padding: 15px 10px 5px 10px;
  border-radius: 0;
  margin-bottom: 5px;
  border-left: 0;
  border-right: 0;
}

#externframe.template .close-frame {
  position: absolute;
  top: 5px;
  left: 5px;
}

#externframe.bericht .close-frame {
  position: absolute;
  top: 5px;
  right: 5px;
}

#externframe.bericht {
  left: -900px;
  transition: left 0.5s;
}

#externframe.show {
  right: 0;
}

#externframe.bericht.show {
  left: 0;
}

#externframe .close-frame {
  font-size: 20px;
  cursor: pointer;
}

#externframe iframe {
  height: 100%;
}

#external-dragging {
  background-color: white;
  z-index: 999999;
  position: absolute;
}

.ext_content_loading_overlayer {
  background: transparent url("../img/1px-black-40pct.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 9999999;
}

.ext_content_loading_overlayer img {
  position: absolute;
  top: 45%;
  left: 35%;
}

/******************************/
/**** STATISTIEKEN ***/
/******************************/
.info-label {
  display: block;
  float: left;
  width: 50%;
  padding: 5px 0;
}

.dropdown-menu-small {
  width: 100px;
  min-width: 100px;
  padding: 5px;
}

.color-picker {
  position: relative;
}

.color-picker .current-color {
  display: block;
  width: 16px;
  height: 16px;
}

.color-picker .color-pallet {
  position: absolute;
  z-index: 4;
  right: 0;
}

.color-picker .color-pallet.no-opacity .vc-sketch-hue-wrap {
  height: 24px;
}

.color-picker .color-pallet.no-opacity .vc-sketch-hue-wrap .vc-hue-picker {
  height: 22px;
}

.color-picker .color-pallet.no-opacity .vc-sketch-alpha-wrap {
  display: none;
}

.color-picker .color-pallet.no-opacity .vc-sketch-field--single:last-child {
  display: none;
}

.chart-mail-stats-wrapper .chart-mail-stats {
  height: 120px;
  display: block;
  overflow-y: auto;
  margin-bottom: 20px;
}
.chart-mail-stats-wrapper .hc-cat-title {
  font-size: 13px;
  font-weight: bold;
}
.chart-mail-stats-wrapper .highcharts-figure,
.chart-mail-stats-wrapper .highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}
.chart-mail-stats-wrapper #container_time {
  height: 200px;
}
.chart-mail-stats-wrapper .highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.chart-mail-stats-wrapper .highcharts-data-table table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.chart-mail-stats-wrapper .highcharts-data-table table th {
  font-weight: 600;
  padding: 0.5em;
}
.chart-mail-stats-wrapper .highcharts-data-table table td, .chart-mail-stats-wrapper .highcharts-data-table table th, .chart-mail-stats-wrapper .highcharts-data-table table caption {
  padding: 0.5em;
}
.chart-mail-stats-wrapper .highcharts-data-table table tr, .chart-mail-stats-wrapper .highcharts-data-table table tr:nth-child(even) {
  background: #f8f8f8;
}
.chart-mail-stats-wrapper .highcharts-data-table table tr:hover {
  background: #f1f7ff;
}

#builder {
  position: relative;
  /** Rows in de tabbladen aan de linkerkant **/
  /** content in de tabbladen aan de linkerkant. **/
}
#builder .row.builder-save-tools {
  margin: -56px 0 20px 0;
  position: sticky;
  top: 82px;
  z-index: 11;
}
#builder .builder-tabs {
  margin-top: 13px;
  position: sticky;
  top: 147px;
  z-index: 9;
  max-height: calc(100vh - 147px);
  overflow-y: auto;
}
#builder .builder-tabs .nav-link {
  padding: 0.5rem 0.75rem;
}
#builder .builder-tabs .core-reset-settings {
  text-align: right;
}
#builder .ck-editor__main .ck-content {
  padding: 10px;
}
#builder .ck-editor__main .ck-content p {
  margin: 0;
}
#builder .config-label {
  font-weight: bolder;
}
#builder .config-pannel {
  position: fixed;
  top: 130px;
  left: 0px;
  width: 40%;
  padding: 0 20px 20px 20px;
  background-color: white;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
  max-height: calc(100vh - 140px);
  overflow: auto;
  z-index: 10;
}
#builder .config-pannel.slide-in-out-enter-active {
  transition: all 0.3s ease;
}
#builder .config-pannel.slide-in-out-leave-active {
  transition: all 0.3s ease;
}
#builder .config-pannel.slide-in-out-enter {
  left: -1000px;
}
#builder .config-pannel.slide-in-out-leave-to {
  left: -1000px;
}
#builder .config-pannel .config-panel__header {
  background-color: var(--blue);
  padding: 10px;
  margin: 0 -20px 20px -20px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 160;
}
#builder .config-pannel .config-panel__header .config-panel__header-title {
  font-weight: bold;
  color: white;
}
#builder .config-pannel .config-panel__header .close-icon {
  color: white;
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
#builder .config-pannel .config-panel__header .close-icon:hover {
  background-color: white;
  color: var(--blue);
}
#builder .config-pannel .config-row__cols {
  margin-left: -20px;
  margin-right: -20px;
}
#builder .config-pannel .config-row__cols .nav.nav-tabs {
  margin: 0 5px;
}
#builder .config-pannel .config-row__cols .nav.nav-tabs .nav-item {
  margin-right: 5px;
}
#builder .config-pannel .config-row__cols .nav.nav-tabs .nav-link {
  color: var(--blue);
  padding: 0.25rem 0.5rem;
}
#builder .config-pannel .config-row__cols .nav.nav-tabs .nav-link.active {
  color: var(--blue);
}
#builder .config-pannel .config-row__cols .tab-content {
  border-radius: 0;
  padding: 20px;
}
#builder .config-pannel .social-list .well {
  position: relative;
}
#builder .config-pannel .social-list .well .social-remove {
  position: absolute;
  right: 10px;
  top: 5px;
}
#builder .config-pannel .social-list .well .social-move {
  position: absolute;
  right: 50px;
  top: 5px;
  cursor: grab;
}
#builder .config-pannel .social-list .sortable-ghost .well {
  opacity: 0.5;
  background: #c8ebfb;
}
#builder .config-pannel .ck.ck-editor .ck-editor__editable {
  max-height: 300px;
}
#builder .search-list .search-list__results {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 9;
  background: white;
  width: 100%;
  border: 1px solid #ced4da;
  padding: 5px;
  box-shadow: 0px 5px 10px 0px #888;
  max-height: 400px;
  overflow-y: auto;
}
#builder .search-list .search-list__results .search-list__results-item {
  border-bottom: 1px solid #ced4da;
}
#builder .search-list input:focus + .search-list__results,
#builder .search-list .search-list__results:focus,
#builder .search-list .search-list__results:active {
  display: block;
}
#builder .tab-content {
  padding: 0;
}
#builder .builder-content > .sortable-ghost {
  display: none;
}
#builder .tpl-body {
  min-height: 50px;
  position: relative;
}
#builder .tpl-body .saving-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: 9;
  opacity: 90%;
}
#builder .tpl-body .saving-content .spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #000;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
  position: absolute;
  top: 50vh;
  left: 50%;
}
#builder .tpl-body > div {
  min-height: 50px;
}
#builder .tpl-body p {
  margin: 0;
}
#builder .tpl-body strong {
  font-weight: bold;
}
#builder .tpl-body img {
  max-width: 100%;
  height: auto;
}
#builder .tpl-body table.row {
  display: table;
  margin: 0;
}
#builder .tpl-body .table {
  border-collapse: collapse;
  color: inherit;
  margin: 0;
}
#builder .tpl-body table tr td {
  padding: 0;
  border: 1px solid #F5F5F5;
  color: inherit;
}
#builder .tpl-body .tpl-tools__hover {
  display: none;
  height: 24px;
  background-color: var(--bluelight);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 1px;
  z-index: 9;
  position: absolute;
  bottom: 100%;
  width: 100%;
  overlow: hidden;
  /** dragging icon **/
  /** info label **/
}
#builder .tpl-body .tpl-tools__hover > span {
  background-color: var(--blue);
  font-size: 14px;
  line-height: 20px;
  color: white;
  padding: 2px 5px;
}
#builder .tpl-body .tpl-tools__hover > span:first-child {
  border-top-left-radius: 5px;
  overflow: hidden;
}
#builder .tpl-body .tpl-tools__hover > span:last-child {
  border-top-right-radius: 5px;
  overflow: hidden;
}
#builder .tpl-body .tpl-tools__hover .tpl__dragging {
  cursor: grab;
}
#builder .tpl-body .tpl-tools__hover .tpl__info {
  cursor: pointer;
  align-self: flex-start;
}
#builder .tpl-body .tpl-tools__hover .tpl__info.action-info {
  flex-grow: 2;
  cursor: grab;
}
#builder .tpl-body .tpl-tools__hover .tpl__info.action-delete {
  background-color: var(--red);
}
#builder .tpl-body .tpl-tools__hover.tpl-tools-api {
  bottom: 0;
  background-color: var(--yellowlight);
}
#builder .tpl-body .tpl-tools__hover.tpl-tools-api > span {
  background-color: var(--yellow);
}
#builder .tpl-body .tpl-tools__hover.tpl-tools-api > span:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 5px;
}
#builder .tpl-body .tpl-tools__hover.tpl-tools-api > span:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
}
#builder .tpl-body .tpl-tools__hover.tpl-tools-api .tpl__info.action-delete {
  z-index: 10;
}
#builder .tpl-body .tpl-tools__hover.tpl-tools-api .tpl__dragging {
  z-index: 99;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
#builder .tpl-body .configurable:after {
  /** border for hover on row **/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  outline: 2px solid var(--blue);
  outline-offset: -2px;
  background: transparent !important;
  opacity: 1 !important;
  z-index: 2;
  pointer-events: none;
  display: none;
}
#builder .tpl-body .configurable.tpl-col__content-api:after {
  outline-color: var(--yellow);
}
#builder .tpl-body .configurable.tpl-row:after {
  outline-color: var(--green);
}
#builder .tpl-body .configurable.tpl-row > .tpl-tools__hover > .tpl__info,
#builder .tpl-body .configurable.tpl-row > .tpl-tools__hover > .tpl__dragging {
  background-color: var(--green);
}
#builder .tpl-body .mouseover > .tpl-tools__hover {
  display: flex;
}
#builder .tpl-body .mouseover.configurable:after {
  display: block;
}
#builder .tpl-body .active.configurable:after {
  display: block;
}
#builder .tpl-body .tpl-row {
  position: relative;
}
#builder .tpl-body .tpl-row .tpl-row__container {
  margin: auto;
}
#builder .tpl-body .tpl-row .tpl-row__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  vertical-align: top;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content {
  vertical-align: top;
  position: relative;
  z-index: 8;
  min-height: 10px;
  overflow: visible;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content .content-empty-text,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content .content-empty-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  display: block;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content.tpl-col__empty,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content.tpl-col__empty {
  text-align: center;
  background-color: rgba(222, 242, 250, 0.85);
  color: #2faade;
  outline: 1px dashed var(--blue);
  outline-offset: -1px;
  height: 100%;
  font-size: 14px;
  min-height: 50px;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content .tpl-api__empty .content-empty-text,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content .tpl-api__empty .content-empty-text {
  text-align: center;
  background-color: rgba(222, 242, 250, 0.85);
  color: #2faade;
  outline: 1px dashed var(--red);
  outline-offset: -1px;
  height: 100%;
  font-size: 14px;
  min-height: 50px;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content .tpl-api__empty,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content .tpl-api__empty {
  min-height: 50px;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content.tpl-col__content-img,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content.tpl-col__content-img {
  font-size: 0;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content .tpl-col__content-dragdrop,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content .tpl-api__content-dragdrop,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content .tpl-col__content-dragdrop,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content .tpl-api__content-dragdrop {
  width: 100%;
  height: 100%;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content .tpl-col__content-dragdrop:empty,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content .tpl-api__content-dragdrop:empty,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content .tpl-col__content-dragdrop:empty,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content .tpl-api__content-dragdrop:empty {
  min-height: 50px;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content .tpl-api__content-dragdrop:empty,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content .tpl-api__content-dragdrop:empty {
  min-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content.dragging-over .tpl-col__empty,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content.dragging-over .tpl-col__empty {
  display: none;
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content .tpl__dragging,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content .tpl__dragging {
  /*left:inherit;
  right:100%;
  border-radius:0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;*/
}
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-col__content .content-block,
#builder .tpl-body .tpl-row .tpl-row__content .tpl-col .tpl-api__content .content-block {
  position: relative;
  z-index: 2;
}
#builder .tpl-body .tpl-row.row-selector__row {
  margin: auto;
}
#builder .tpl-body .content-block.content-text figure.image {
  margin: 0 auto;
  display: block;
}

@media (max-width: 1600px) {
  #builder .tab-content .col-content-custom {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#builder .row-selector {
  padding: 10px;
  background-color: var(--light);
}

#builder .row-selector__row {
  border: 1px dotted silver;
  position: relative;
  padding: 10px;
  background-color: white;
  margin-bottom: 10px;
  display: flex;
  cursor: grab;
}

#builder .row-selector__row:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
}

#builder .row-selector__row .row-selector__row__col {
  background-color: #ddd;
  margin-left: 10px;
}

#builder .row-selector__row .row-selector__row__col:first-child {
  margin-left: 0;
}

#builder .content-selector {
  background-color: var(--light);
  padding: 15px 0;
}

#builder .content-selector__wrapper {
  background-color: white;
  border: 1px dotted silver;
  position: relative;
  cursor: grab;
  margin-bottom: 15px;
}

#builder .content-selector__wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#builder .content-selector__wrapper:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
}

#builder .content-selector__wrapper.add-extern {
  cursor: pointer;
}

#builder .content-selector__wrapper.add-extern:hover {
  box-shadow: none;
}

#builder .content-selector__wrapper .content-selector__content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#builder .content-selector__wrapper .content-selector__content i {
  font-size: 34px;
  display: block;
  width: 100%;
}

#builder .content-selector__wrapper .content-selector__content label {
  cursor: grab;
  margin: 0;
}

#builder .content-selector__wrapper.sortable-ghost {
  position: relative;
  margin-bottom: 0px;
  height: 90px;
  width: 100%;
}

#builder .content-selector__wrapper.sortable-ghost:after {
  content: "";
  display: block;
  padding-bottom: 0;
}

#builder .content-selector__wrapper.sortable-ghost .content-selector__content label {
  display: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}


/*# sourceMappingURL=css.css.map */
