/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
#dividePopupWrap .impersonatePopupContainer .messages {
  margin: 0;
  margin-bottom: 10px;
}
#dividePopupWrap .impersonatePopupContainer .messages li {
  padding: 10px 15px;
}
#dividePopupWrap .impersonatePopupContainer .messages li.warning {
  background: #ffeedd;
  border: 1px solid #dd6e00;
  color: #454545;
}
#dividePopupWrap .impersonatePopupContainer .messages li.error {
  background: #ffdedd;
  border: 1px solid #dd0600;
  color: #454545;
}
#dividePopupWrap .impersonatePopupContainer .messages li a {
  text-decoration: underline;
}
#dividePopupWrap .impersonatePopupContainer .siteForm {
  padding: 0;
}
#dividePopupWrap .impersonatePopupContainer .row {
  overflow: hidden;
}
#dividePopupWrap .impersonatePopupContainer .row input[type="text"],
#dividePopupWrap .impersonatePopupContainer .row input[type="email"],
#dividePopupWrap .impersonatePopupContainer .row input[type="password"],
#dividePopupWrap .impersonatePopupContainer .row input[type="search"],
#dividePopupWrap .impersonatePopupContainer .row input[type="tel"],
#dividePopupWrap .impersonatePopupContainer .row input[type="number"],
#dividePopupWrap .impersonatePopupContainer .row input[type="url"],
#dividePopupWrap .impersonatePopupContainer .row input[type="date"],
#dividePopupWrap .impersonatePopupContainer .row select {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #dedede;
}
#dividePopupWrap .impersonatePopupContainer .row.smallInput > input {
  width: 300px;
  margin: 0 15px 0 0;
}
#dividePopupWrap .impersonatePopupContainer table.high tr th {
  font-weight: 700;
  background: white;
  padding: 5px 3px;
}
#dividePopupWrap .impersonatePopupContainer table.high tr td {
  vertical-align: middle;
}
#dividePopupWrap .impersonatePopupContainer table.high tr td .bttn {
  height: 50px;
  min-width: unset;
  width: 152px;
  margin-bottom: 0;
}
#dividePopupWrap .impersonatePopupContainer td[data-impersonate-label="E-mail"] {
  min-height: 33px;
}
#dividePopupWrap .impersonatePopupContainer .row.halfWidth {
  margin-bottom: 0;
}
#dividePopupWrap .impersonatePopupContainer .row.halfWidth label {
  display: block;
  width: 100%;
  font-size: inherit;
  font-weight: bold;
  float: none;
}
#dividePopupWrap .impersonatePopupContainer .row.halfWidth label[for="searchBttn"] {
  color: white;
}
#dividePopupWrap .impersonatePopupContainer .row.halfWidth select {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  #dividePopupWrap .impersonatePopupContainer .row.halfWidth {
    float: left;
    width: 47.5%;
  }
}
#dividePopupWrap .impersonatePopupContainer #searchBttn {
  height: 50px;
}
#customerEmailDialog {
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
}
#customerEmailDialog.customerEmailDialog__active {
  display: block;
  animation: slide-up 0.4s ease-out;
}
#customerEmailDialog #dialogMessage {
  margin: 0 0 30px;
}
#customerEmailDialog .error {
  color: #e34144;
  background: white;
}
#customerEmailDialog .modal__body {
  padding: 0;
}
#customerEmailDialog .modal__footer {
  border-bottom: 1px solid #dedede;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
#customerEmailDialog button {
  display: inline;
  margin: 15px 0 0;
  height: 50px;
  width: 200px;
}
#customerEmailDialog button + button,
#customerEmailDialog button + .close {
  margin: 15px 0 0 5px;
}
.customerTableWrapper {
  position: relative;
  min-height: 930px;
  padding-top: 10px;
}
.loadingOverlay:before {
  top: 20px !important;
}
@media only screen and (max-width: 767px) {
  table[data-impersonate-role="customerTable"],
  table[data-impersonate-role="customerTable"] thead,
  table[data-impersonate-role="customerTable"] tbody,
  table[data-impersonate-role="customerTable"] th,
  table[data-impersonate-role="customerTable"] td,
  table[data-impersonate-role="customerTable"] tr {
    display: block;
  }
  table[data-impersonate-role="customerTable"] thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table[data-impersonate-role="customerTable"] tr {
    border: 1px solid #dedede;
    margin: 20px 0 0;
  }
  table[data-impersonate-role="customerTable"] tr td {
    border: none;
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-left: 50%;
  }
  table[data-impersonate-role="customerTable"] tr td:before {
    content: attr(data-impersonate-label);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 700;
  }
  table[data-impersonate-role="customerTable"] tr td[data-impersonate-label="E-mail"] {
    padding: 2px 5px 4px 50%;
    max-width: none;
  }
  table[data-impersonate-role="customerTable"] tr td[data-impersonate-label="Voornaam"] {
    overflow: hidden;
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
