/* Icons */
@font-face {
  font-family: 'icons';
  src: url('../icons.html');
  src: url('../iconsd41d.html#iefix') format('embedded-opentype'), url('../icons-2.html') format('woff'), url('../icons-3.html') format('truetype'), url('../icons-4.html#icons') format('svg');
  font-weight: normal;
  font-style: normal; }
/* Edit order */
#order-delivery-note-box .inside {
  margin: 0;
  padding: 0; }

#order-delivery-note-box .button {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-top: 0.65em;
  margin-bottom: 0.35em; }

#order-delivery-note-box span.print-preview-loading {
  position: absolute;
  right: 2.5em;
  top: -2.1em; }

#order-delivery-note-box .print-actions {
  padding: 10px 12px; }

#order-delivery-note-box .print-info {
  margin-top: 0.3em;
  border-top: 1px solid #ddd;
  padding: 10px 12px;
  margin-bottom: 0;
  background-color: #f5f5f5; }
/* All orders */
.type-shop_order .column-order_actions .print-preview-button, .type-shop_order .column-wc_actions .print-preview-button {
  display: block;
  text-indent: -9999px;
  position: relative;
  height: 1em;
  width: 1em;
  padding: 0 !important;
  height: 2em !important;
  width: 2em; }

.type-shop_order .column-order_actions .print-preview-button:before, .type-shop_order .column-wc_actions .print-preview-button:before {
  font-family: "icons";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  line-height: 1.85;
  content: "\e603"; }

.type-shop_order .column-order_actions .print-preview-button.invoice:before, .type-shop_order .column-wc_actions .print-preview-button.invoice:before {
  content: "\e602"; }

.type-shop_order .column-order_actions .print-preview-button.delivery-note:before, .type-shop_order .column-wc_actions .print-preview-button.delivery-note:before {
  content: "\e601"; }

.type-shop_order .column-order_actions .print-preview-button.receipt:before, .type-shop_order .column-wc_actions .print-preview-button.receipt:before {
  content: "\e604"; }

.type-shop_order .column-order_actions .print-preview-button.credit-note:before, .type-shop_order .column-wc_actions .print-preview-button.credit-note:before {
  content: "\e600"; }

.type-shop_order .column-order_actions span.print-preview-loading, .type-shop_order .column-wc_actions span.print-preview-loading {
  float: left;
  margin-top: 3px; }

.type-shop_order .column-order_actions .print-preview-button span, .type-shop_order .column-wc_actions .print-preview-button span {
  display: none; }

.print-preview-loading {
  visibility: hidden;
  vertical-align: middle;
  margin: 0; }

.print-preview-loading.is-active {
  visibility: visible; }
/* Settings */
.wcdn-image-select-field {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: 1px solid #ddd;
  width: 125px;
  height: 125px; }

.wcdn-image-select-attachment {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.wcdn-image-select-attachment .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.wcdn-image-select-attachment img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.wcdn-image-select-attachment img.portrait {
  max-height: none;
  max-width: 100%; }

.wcdn-image-select-spinner {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px; }

.wcdn-image-select-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 10px;
  padding-bottom: 10px; }

.wcdn-image-select-buttons .button {
  max-width: 105px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }
#nbt-alert {
  border: 1px solid #ccc;
  padding: 0 15px;
  margin-bottom: 15px; }

#nbt_alerts_submit {
  text-transform: uppercase;
  border-radius: 0px;
  padding: 12px;
  transition: all 0.2s ease-out 0s;
  color: #fff;
  margin-bottom: 15px; }

#nbt_alerts_submit:hover {
  background: #fbc443;
  color: #fff;
  border-color: #fbc443; }

#nbt_alerts_email {
  width: 100%;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  border-image: initial;
  padding: 8px 10px;
  margin-bottom: 15px; }

#nbt-alert .g-recaptcha {
  margin-bottom: 15px; }

#nbt_alerts_headline {
  font-weight: 600; }

.nbt-notifi-change {
  display: block;
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 13px; }
