
html {
  box-sizing: border-box;
  /*overflow-y: auto; MAP: this stuffs up embedding in edit mode*/
}
*, *:before, *:after {
  box-sizing: inherit;
}

.dnm-dashboard-chart-options, .dnm-panel-option-inline, .dnm-page h2, .dnm-page .dnm-section-intro > h3, img, .dnm-btn, .dncp-btn, .dnm-label, .dnm-noselect, .dnm-popup-header > h3, .dnm-tabs-selectors, .dnm-menu-container, .dnm-innermenu-container , .dnm-content-header-container, .dnm-content-footer-container, .dnm-section-with-panels > h3, .dnm-section .dnm-section-panels .dnm-panel h3, .dnm-field-container > label:has(input) > span, .dnm-field-checkbox label, .dnm-field-radio label, .dnm-field-link label, label.checkbox:has(input[type="checkbox"]:not(:disabled)), .dnm-field-suffix, .dnm-field-prefix, .dnm-field-label, .dnm-section-key {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@charset "UTF-8";

@font-face {
  font-family: "dnmicons";
  src:url(/Fonts/dnmicons.eot?TS0TS);
  src:url(/Fonts/dnmicons.eot?#iefix) format("embedded-opentype"),
    url(/Fonts/dnmicons.woff?TS0TS) format("woff"),
    url(/Fonts/dnmicons.ttf?TS0TS) format("truetype"),
    url(/Fonts/dnmicons.svg#dnmicons) format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "dnmicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a[class^="dnm-icon-"]:before,
a[class*=" dnm-icon-"]:before,
div[class^="dnm-icon-"]:before,
div[class*=" dnm-icon-"]:before {
  color: currentColor;
  font-family: "dnmicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  height:50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:18px;
  position:absolute;
  top:16px;
  left:20px;
}

[class^="dnm-icon-"]:hover:before,
[class*=" dnm-icon-"]:hover:before {
  color: white;
}

a[class^="dnm-icon-"],
a[class*=" dnm-icon-"],
div[class^="dnm-icon-"],
div[class*=" dnm-icon-"] {
  height: 22px;
}

[class^="dnm-icon-selected"]:before,
[class*=" dnm-icon-selected"]:before {
  color: white;
}

.dnm-icon.dnm-icon-home:before {
  content: "\62";
}
.dnm-icon.dnm-icon-decoration_processes:before {
  content: "\61";
}
.dnm-icon.dnm-icon-marketing:before {
  content: "\64";
}
.dnm-icon.dnm-icon-products:before {
  content: "\65";
}
.dnm-icon.dnm-icon-reports:before {
  content: "\66";
}
.dnm-icon.dnm-icon-fc_settings:before {
  content: "\67";
}
.dnm-icon.dnm-icon-stock:before {
  content: "\68";
}
.dnm-icon.dnm-icon-users:before {
  content: "\69";
}
.dnm-icon.dnm-icon-websites:before,
.dnm-icon.dnm-icon-website:before {
  content: "j";
}

.dnm-icon-ok {
  background-image: url(/images/icons/v7/16-tick.png?TS0TS);
  background-repeat: no-repeat;
  background-position: center;
}

.dnm-icon-remove {
  background-image: url(/images/icons/v7/16-delete.png?TS0TS);
  background-repeat: no-repeat;
  background-position: center;
}

.dnm-icon-plan-locked {
  background-image: url(/images/icons/open-iconic/png/lock-locked.png?TS0TS);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  opacity: 0.5;
}

.dnm-page h2, .dnm-page h3, .dnm-page h4 {
  color: var(--body);
  line-height: 1em;
}

.dnm-page h2 {
  font-size:2em;
  font-weight: 100;
  margin-top:0;
  font: 300 normal 24px/40px "Roboto Flex", Arial, sans-serif;
}

.dnm-page h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}

.dnm-page .dnm-section-intro h3 {
  margin-top: 8px;
}

.dnm-page .dnm-section-intro > h3 {
  border-bottom: 1px dotted var(--backdrop);
  background: linear-gradient(var(--backdrop) 0 0) padding-box, linear-gradient(to right, #00000020, #00000012 88%, #00000000) border-box;
  font-size: 1.1384615384615384em;
  color: var(--body);
}

.dnm-page .dnm-section-intro .dnm-section-intro-extra h3 {
  margin-top: 16px;
}

.dnm-page h4 {
  font-size:1.2em;
  font-weight: 500;
}


/******************************************* UTILITY CLASSES **********************************************/
.dnm-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nowrap, .nowrap span { white-space: nowrap; }

.dnm-nonvis {
  display: none !important;  
}

.dnm-valign-middle {
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;  
}

.dnm-can-disable:not(td) {
  position: relative;  
}

.dnm-disable-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  display: none;
  z-index: 5;
  top: 0px;
  left: 0px;
}

.dnm-disable-overlay.dnm-more-visible {
  opacity: 0.3;
}

.dnm-disabled .dnm-disable-overlay {
  display: block;  
}

.dnm-disabled .dnm-disable-reason {
  position: absolute;
  width: 300px;
  height: 50px !important;
  z-index: 501;
  left: 50%;
  top: 50%;
  margin-left: -125px;
  margin-top: -25px;
  border: 2px solid black;
  border-radius: 3px;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.2em;
  padding: 5px;
  padding-top: 13px;
}

.dnm-table td.dnm-disabled:has(.dnm-disable-overlay),
.dnm-table th.dnm-disabled:has(.dnm-disable-overlay) {
  position: relative;
  pointer-events: none;
}

.dnm-mpage-edit-page-container .dnm-disable-overlay {
  z-index: 5;  
}


.dnm-field-disable-overlay-container {
  position: relative;  
}

.dnm-field-disable-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;  
}

.dnm-field-overlay-disabled .dnm-field-disable-overlay-container {
  opacity: 0.3;
}

.dnm-field-overlay-disabled .dnm-field-disable-overlay {
  display: block;
}

.dnm-field-overlay-disabled .dnm-field-disable-overlay.dnm-with-action {
  cursor: pointer;  
}

.dnm-field-select .dnm-field-disable {
  opacity: 0.3;
}


.dnm-not-visible {
  visibility: hidden;  
}

.text_right,
.dnm-table td.text_right {
  text-align: right;
  justify-content: right;
}

.text_left,
.dnm-table td.text_left {
  text-align: left;
  justify-content: left;
}

.text_center,
.dnm-table td.text_center {
  text-align: center;
  justify-content: center;
}

/************** buttons **************/
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.dnm-btn.active {
  box-shadow: none !important;
  background: var(--accent-color-100);
  color: #fff;
}

.btn-group {
  display: inline-flex;
  vertical-align: middle;
}

.btn-group .dnm-btn {
  margin: 0;
  border-right-width: 0;
  border-radius: 0;
}

.btn-group .dnm-btn:first-child {
  border-radius: 5px 0 0 5px;
}

.btn-group .dnm-btn:last-child {
  border-radius: 0 5px 5px 0;
  border-right-width: 1px;
}

.btn-group .dnm-btn:only-child {
  border-radius: 5px;
  border-right-width: 1px;
}

.btn-group:before,
.btn-group:after {
  content: none;
}

span.dnm-btn,
a.dnm-btn,
input.dnm-btn,
input.dncp-btn {
  background-color: #fff;
  width: auto;
  height: auto;
  border: 1px solid #00000030;
  border-radius: 4px;
  display: inline-block;
  font-weight: 400;
  padding: 0px 10px 1px 10px;
  line-height: 25px;
  vertical-align: middle;
  text-decoration: none;
  color: var(--accent-color-100);
  margin: 0 6px 0 0;
  cursor: pointer;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,.03);
}

.dnm-btn.dnm-btn-condensed {
  padding-left: 4px;
  padding-right: 4px;
}

input.dnm-btn:disabled,
input.dncp-btn:disabled {
  cursor: default;
}

span.dnm-btn:last-child,
a.dnm-btn:last-child,
input.dnm-btn:last-child,
input.dncp-btn:last-child {
  margin-right: 0;
}

span.dnm-btn:first-child,
a.dnm-btn:first-child,
input.dnm-btn:first-child,
input.dncp-btn:first-child {
  margin-left: 0;
}

span.dnm-btn:only-child,
a.dnm-btn:only-child,
input.dnm-btn:only-child,
input.dncp-btn:only-child {
  margin-right: 0;
  margin-left: 0;
}

span.dnm-btn:focus,
a.dnm-btn:focus,
input.dnm-btn:focus,
input.dncp-btn:focus {
  box-shadow: none;
}

a.dnm-btn:hover,
input.dnm-btn:hover {
  background-color: #f4f6fb;
}

.popup.simple .dnm-btn {
  height: 30px;
}

.attached-menu a.dnm-btn:hover,
.attached-menu input.dnm-btn:hover {
  background-color: #f1f1f1;
}

.dnm-field-content-container + .dnm-btn,
div[id*="table"] + div:has(.dnm-btn) {
  margin-top: 10px;
}

a.dnm-btn-small,
input.dnm-btn-small {
  padding: 5px 10px;
  height: auto;
  line-height: 20px;
}

a.dnm-btn-smaller,
input.dnm-btn-smaller,
span.dnm-btn-smaller {
  padding: 2px 8px;
  height: auto;
  line-height: 16px;
}

a.dnm-btn-big,
input.dnm-btn-big {
  font-size: 1.3em;
  line-height: 1.2em;
  padding: 5px 10px;
  height: auto;
  line-height: normal;
}

a.dnm-btn.dnm-btn-primary,
input.dnm-btn.dnm-btn-primary,
input.dncp-btn.dncp-btn-primary {
  background-color: var(--accent-color-100);
  border: 1px solid transparent;
  color: #FFF;
}

a.dnm-btn.dnm-btn-primary:hover,
input.dnm-btn.dnm-btn-primary:hover,
input.dncp-btn.dncp-btn-primary:hover {
  background-color: var(--accent-color-85);
  color: #FFF!important;
}

a.dnm-btn.dnm-btn-publish,
input.dnm-btn.dnm-btn-publish {
  background-color: #26b526;
  border: 1px solid #26b526;
  color: #FFF;
}

a.dnm-btn.dnm-btn-publish:hover,
input.dnm-btn.dnm-btn-publish:hover {
  background-color: #52bd52;
  border: 1px solid #52bd52;
  color: #FFF!important;
}


a.dnm-btn.dnm-btn-cancel,
input.dnm-btn.dnm-btn-cancel {
  background-color: #fff;
  color: var(--nav);
  border: 1px solid #00000034;
}

a.dnm-btn.dnm-btn-delete,
input.dnm-btn.dnm-btn-delete,
a.dnm-btn.dnm-btn-dangerous,
input.dnm-btn.dnm-btn-dangerous {
  background-color: #e74c3c;
  border: 1px solid transparent;
  color: #fff;
}

a.dnm-btn.dnm-btn-delete:hover,
input.dnm-btn.dnm-btn-delete:hover,
a.dnm-btn.dnm-btn-dangerous:hover,
input.dnm-btn.dnm-btn-dangerous:hover {
  background-color: #e86759;
  color: #fff;
}

a.dnm-btn.dnm-btn-cancel:hover,
input.dnm-btn.dnm-btn-cancel:hover {
  background-color: #f4f4f4;
}

a.dnm-btn.dnm-warning,
input.dnm-btn.dnm-warning {
  background-color: #ed8c0c;
  border: 1px solid #ed8c0c;
  color: #fff;
}

a.dnm-btn.dnm-warning:hover,
input.dnm-btn.dnm-warning:hover {
  background-color: #f59c16;
  color: #fff;
}

input.dncp-btn.dncp-btn-remove {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
}

a.dnm-btn.dnm-btn-primary:not(.dnm-disabled),
input.dnm-btn.dnm-btn-primary:not(.dnm-disabled),
input.dncp-btn.dncp-btn-primary:not(.dnm-disabled),
a.dnm-btn.dnm-btn-publish:not(.dnm-disabled),
input.dnm-btn.dnm-btn-publish:not(.dnm-disabled),
a.dnm-btn.dnm-btn-delete:not(.dnm-disabled),
input.dnm-btn.dnm-btn-delete:not(.dnm-disabled),
a.dnm-btn.dnm-btn-dangerous:not(.dnm-disabled),
input.dnm-btn.dnm-btn-dangerous:not(.dnm-disabled),
a.dnm-btn.dnm-warning:not(.dnm-disabled),
input.dnm-btn.dnm-warning:not(.dnm-disabled) {
  box-shadow: 0 1px 2px 0px rgba(0,0,0,.1);
}

span.dnm-btn.dnm-disabled,
a.dnm-btn.dnm-disabled,
input.dnm-btn.dnm-disabled,
input.dnm-btn:disabled,
input.dnm-btn.dnm-btn-primary:disabled,
input.dnm-btn.dnm-btn-warning:disabled,
input.dnm-btn.dnm-btn-cancel:disabled,
input.dnm-btn.dnm-btn-delete:disabled,
input.dnm-btn.dnm-btn-dangerous:disabled {
  background-color: #efefef;
  color: #ababab !important;
  border-color: #00000026;
}

a.dnm-btn.dnm-disabled,
input.dnm-btn.dnm-disabled{
  pointer-events: none;
}

a.dnm-btn.dnm-disabled.dnm-with-tooltip,
input.dnm-btn.dnm-disabled.dnm-with-tooltip {
  pointer-events: auto;
  cursor: not-allowed;
}

input.dnm-btn.dnm-disabled + span {
  position: absolute;
  top: 40px;
  left: -40px;
  background-color: #d6ecff;
  border: 1px solid #62b0f5;
  border-radius: 2px;
  box-sizing: border-box;
  color: #444;
  height: 0;
  line-height: 1.2em;
  margin: 20px 0 0;
  min-width: 200px;
  max-width: 400px;
  opacity: 0;
  overflow: hidden;
  padding: 0 15px;
  z-index: 999;
}

input.dnm-btn.dnm-disabled:hover + span {
  display:block;
  opacity: 1;
  height:auto;
  margin: 5px 0 10px;
  padding: 15px;
  text-align: left
}

.dnm-btn.dnm-btn-small.dnm-btn-move {
  background-image: url(/images/dnm/icon-move.png?TS0TS);
  background-position: center center;
  background-repeat: no-repeat;
  height: 29px;
  padding: 0 13px;
  vertical-align: top;
}

.dnm-btn.dnm-btn-small.dnm-btn-move:hover {
  background-image: url(/images/dnm/icon-move-hover.png?TS0TS);
}

.dnm-btn.dnm-btn-float {
  position: absolute;
  top:30px;
  right:30px;
}

a.dnm-btn.dnm-btn-sort-up,
input.dnm-btn.dnm-btn-sort-up {
  background-image: url(/images/dnm/icon-sort-up.png?TS0TS);
}

a.dnm-btn.dnm-btn-sort-down,
input.dnm-btn.dnm-btn-sort-down {
  background-image: url(/images/dnm/icon-sort-down.png?TS0TS);
}

a.dnm-btn.dnm-btn-sort-up,
input.dnm-btn.dnm-btn-sort-up,
a.dnm-btn.dnm-btn-sort-down,
input.dnm-btn.dnm-btn-sort-down {
  background-position: center 7px;
  background-repeat: no-repeat;
  display:inline;
}

a.dnm-btn.dnm-btn-sort-up:hover,
input.dnm-btn.dnm-btn-sort-up:hover,
a.dnm-btn.dnm-btn-sort-down:hover,
input.dnm-btn.dnm-btn-sort-down:hover {
  background-position: center -30px;
  background-repeat: no-repeat;
}

.dnm-footer-action .dnm-btn[onclick^="dnmSetSaveAndContinue"] {
  border-color: var(--accent-color-100);
}

.dnm-footer-action .dnm-btn:disabled[onclick^="dnmSetSaveAndContinue"] {
  border-color: #00000026;
}

a.dnm-btn.dnm-btn-drag {
    background-image: url(/images/dnm/icon-drag.svg?TS0TS);
    background-position: center 9px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: move;
    padding: 18px;
  }

a.dnm-btn.dnm-btn-drag:hover {
    background-position: center -21px;
  }

a.dnm-btn.dnm-btn-arrow-down {
  background-image: url(/images/dnm/icon-downarrow-blue.png?TS0TS);
  background-position: right 12px bottom 9px;
  background-repeat: no-repeat;
  padding-right: 35px;
  cursor: default;
}

.dnm-attached-action div[onclick*="showAttachedMenu"] a.dnm-btn.dnm-btn-arrow-down {
  cursor: pointer;
}

a.dnm-btn.dnm-btn-primary.dnm-btn-arrow-down {
  background-image: url(/images/dnm/icon-downarrow.png?TS0TS);
}

a.dnm-btn.dnm-btn-arrow-up,
input.dnm-btn.dnm-btn-arrow-up {
  background-image: url(/images/dnm/icon-uparrow-blue.png?TS0TS);
  background-position: right 12px bottom 9px;
  background-repeat: no-repeat;
  padding-right: 35px;
}

a.dnm-btn.dnm-btn-primary.dnm-btn-arrow-up,
input.dnm-btn.dnm-btn-primary.dnm-btn-arrow-up,
a.dnm-btn.dnm-btn-publish.dnm-btn-arrow-up,
input.dnm-btn.dnm-btn-publish.dnm-btn-arrow-up {
  background-image: url(/images/dnm/icon-uparrow.png?TS0TS);
}

/* make a button look like a link */
.dnm-btn.dnm-action-link {
  border: 0px;
  min-width: 110px;
}

/*a.dnm-btn.dnm-btn-arrow-down:hover {
  background-image: url(/images/dnm/icon-downarrow.png?TS0TS);
  }*/

a.dnm-btn.dnm-btn-select-image,
a.dnm-btn.dnm-btn-clear-image {
  border-radius: 30px;
  background-color: #C9C7C8;
  border: 1px solid #C9C7C8;
  color: #FFFFFF;
  width: 190px;
  text-align: center;
  height: auto;
  line-height: 1em;
  padding: 8px 12px;
  margin-left: 15px;
}

.dnm-field-file-image-2-btns a.dnm-btn.dnm-btn-select-image,
.dnm-field-file-image-2-btns a.dnm-btn.dnm-btn-clear-image {
  width: 95px;
}

.dnm-small-text {
  font-size: 0.8em;
}
.dnm-tiny-text {
  font-size: 0.6em;
}

.dnm-constrained-text-120 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
}

.dnm-panel-field-container + .submit {
  margin-top: 16px;
}

label { color: inherit; }

/* banner things */

.dnm-banner-slides {
  margin: 0 0 10px;
}

.dnm-banner-slides li a {
  color: #404040 !important;
  display: block;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 10px 5px;
  padding: 2px 10px 2px 2px;
  text-align: left; 
  border:1px solid #ccc;
}

.dnm-banner-slides li a.current   {
  box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 3px rgba(0, 0, 0, .3);
}

.dnm-banner-slides li a:before {
  background-image: url(/images/dnm/icon-drag.svg?TS0TS);
  background-repeat: no-repeat;
  background-position: center 3px;
  background-size: 24px auto;
  content: ".";
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  text-indent: -9999px;
  width: 30px;
}

.dnm-banner-slides li a:hover:before {
  background-position: center -33px;
  background-color:var(--accent-color-100);
}

/*************** LIST ***************/

.dnm-list {
  font-size: 13px;
   list-style: disc outside none;
   margin-bottom: 0;
   padding: 0 10px 0 10px;
}
.dnm-list li {
  line-height: 20px;
  margin-bottom: 6px;
}

/*************** thumbnail/image grid ************/
.dnm-grid-container {
  letter-spacing: -0.31em; 
}

.dnm-grid-container .dnm-grid {
  margin: 0px;
  padding: 0px;
  padding-left:  15px;
}

.dnm-grid-container .dnm-grid-item {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  letter-spacing: normal;
  word-spacing: normal;
}

.dnm-grid-container .dnm-grid-item .dnm-grid-image {
  overflow: hidden;
  flex-shrink: 0;
}

.dnm-grid-container .dnm-grid-item .dnm-grid-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity:0.9;
}
    
.dnm-grid-container.dnm-grid-image-cropped .dnm-grid-image img {
  width: 100%;
}

.dnm-grid-text-centered {
  text-align: center;  
}

.dnm-popup .dnm-grid-container .dnm-grid {
  padding-left: 0px;
}

/************** table ****************/
table.dnm-table {
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  margin-bottom: 15px;
  width: 100%;
}

table.dnm-table:last-child,
table.dnm-table:has(+ div:empty),
table.dnm-table:has(+ .pagination:empty),
table.dnm-table:nth-last-child(n+2):has(+ script) {
  margin: 0;
}

div:has(> table.dnm-table:only-child) ~ .dnm-btn,
div:has(> table.dnm-table:only-child) + div:has(> .dnm-btn:only-child) {
  margin-top: 15px;
}

.dnm-field-content-container div:last-child table.dnm-table:last-child {
  margin-bottom: 0;
}

.dnm-table th, .dnm-table td {
  border: 1px solid red;
  border-width: 0 1px 1px 0;
  border-color: #00000020 #00000006;
  vertical-align: middle;
  line-height: 16px;
  padding: 8px 10px;
  text-align: left;
}

table.table-with-mixed-content td {
  line-height: 16px !important;
}

.dnm-table th:last-child, .dnm-table td:last-child {
  border-right-width: 0;
}

.dnm-table th {
  padding: 8px 10px;
  font-weight: normal;
  text-transform: capitalize;
  color: var(--bold);
}

.dnm-table .key-spacer {
  padding: 0;
  width: 0;
  border: 0;
  position: relative;
}

td label:only-child {
  margin: 0;
}

.dnm-table tbody tr:last-child th:not(:has(+ td)) {
  border-bottom-width: 0;
}

.dnm-table:has(.key-spacer) tr.green td:first-child::before,
.dnm-table:has(.key-spacer) tr.red td:first-child::before,
.dnm-table:has(.key-spacer) tr.yellow td:first-child::before,
.dnm-table:has(.key-spacer) tr.orange td:first-child::before,
.dnm-table:has(.key-spacer) tr.blue td:first-child::before,
.dnm-table:has(.key-spacer) tr.skyblue td:first-child::before,
.dnm-table:has(.key-spacer) tr.purple td:first-child::before {
  transform: translateX(-10px);
}

.dnm-table td:has(.dnm-field-checkbox:only-child) {
  height: 40px;
}

.dnm-panel-field-container-field_group .dnm-table tr:last-child td {
  border-bottom-width: 0;
}

.dnm-table.dnm-tight th, .dnm-table.dnm-tight td {
  padding: 3px;  
}

.dnm-table.dnm-table-no-margin-bottom {
  margin-bottom: 0px;
}

.dnm-table.dnm-table-noborder th, .dnm-table.dnm-table-noborder td {
  border-bottom: 0px;
  }
  
.dnm-table.dnm-table-allborder td {
  border: 1px solid #dfe0e2;
  border-color: #00000020 #00000012;
}

.dnm-table.dnm-table-header-border th,
.dnm-table.dnm-table-allborder th {
  border: 1px solid #dfe0e2;
  border-color: #00000020 #00000014;
  padding: 6px 10px;
}

.dnm-table.dnm-table-allborder tr th:first-child,
.dnm-table.dnm-table-allborder tr td:first-child,
.dnm-table.dnm-table-row-border tr td:first-child {
  border-left: 1px solid #00000020;
}

.dnm-table.dnm-table-allborder tr th:last-child,
.dnm-table.dnm-table-allborder tr th:has(+ td:last-child[style*="display: none"]),
.dnm-table.dnm-table-allborder tr th:has(+ td:last-child[style*="display:none"]),
.dnm-table.dnm-table-allborder tr td:last-child,
.dnm-table.dnm-table-allborder tr td:has(+ td:last-child[style*="display: none"]),
.dnm-table.dnm-table-allborder tr td:has(+ td:last-child[style*="display:none"]),
.dnm-table.dnm-table-row-border tr td:last-child {
  border-right: 1px solid #00000020;
}

.dnm-table.dnm-table-overflow {
  max-width:100%;
}

.dnm-table.dnm-auto-size {
  width: auto;
}

.dnm-table.dnm-table-centered th, 
.dnm-table.dnm-table-centered td,
.dnm-table th.centered, 
.dnm-table td.centered {
  text-align: center;
}

.dnm-table.dnm-table-centered .dnm-field-radio label:empty,
.dnm-table.dnm-table-centered .dnm-field-checkbox label:empty,
.dnm-table td.centered .dnm-field-radio label:empty,
.dnm-table td.centered .dnm-field-checkbox label:empty,
.dnm-table th.centered .dnm-field-radio label:empty,
.dnm-table th.centered .dnm-field-checkbox label:empty  {
  display: none;
}

.dnm-table.dnm-table-centered td .dnm-field-checkbox,
.dnm-table.dnm-table-centered th .dnm-field-checkbox,
.dnm-table.dnm-table-centered td .dnm-field-radio-option,
.dnm-table.dnm-table-centered th .dnm-field-radio-option,
.dnm-table td.centered .dnm-field-checkbox,
.dnm-table th.centered .dnm-field-checkbox,
.dnm-table td.centered .dnm-field-radio-option,
.dnm-table th.centered .dnm-field-radio-option {
  /* center checkbox and radio buttons */
  justify-content: center;
}

.dnm-table.dnm-table-vert-top th, .dnm-table.dnm-table-vert-top td {
  vertical-align: top;
}

.dnm-table.dnm-table-white tr {
  background-color: #ffffff;
}

.dnm-table tbody tr:hover td:not([style*="background-color"]):not(.dnm-dashboard-cell-highlight),
.table tbody tr:hover td:not([style*="background-color"]):not(.dnm-dashboard-cell-highlight),
.dnm-table tbody tr:hover th:not([style*="background-color"]):not(.dnm-dashboard-cell-highlight),
.table tbody tr:hover th:not([style*="background-color"]):not(.dnm-dashboard-cell-highlight) {
  background-color: #27235c0f !important;
}

.dnm-table tbody tr:hover td:hover:not([style*="background-color"]):not(.dnm-dashboard-cell-highlight),
.table tbody tr:hover td:hover:not([style*="background-color"]):not(.dnm-dashboard-cell-highlight),
.dnm-table tbody tr:hover th:hover:not([style*="background-color"]):not(.dnm-dashboard-cell-highlight),
.table tbody tr:hover th:hover:not([style*="background-color"]):not(.dnm-dashboard-cell-highlight) {
  background-color: #27235c14 !important;
}

.dnm-table thead th {
  padding: 0 10px 8px 10px;
  font-weight: 500;
}

.dnm-table thead th
.dnm-table thead tr:hover th,
.dnm-table thead tr:hover th:hover {
  background-color:transparent;
  box-shadow:none;
}

.dnm-table.dnm-table-allborder thead th,
.dnm-table.dnm-table-allborder thead tr:hover th,
.dnm-table.dnm-table-allborder thead tr:hover th:hover {
  padding: 9px 10px;
}

div.dnm-truncate {
  position: relative
}

.dnm-table tr td.dnm-truncate .dnm-truncate > span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d6ecff;
  border: 1px solid #62b0f5;
  border-radius: 2px;
  box-sizing: border-box;
  color: #444;
  height: 0;
  line-height: 1.2em;
  margin: 20px 0 0;
  max-width: 400px;
  opacity: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: padding 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) .02s;
  z-index: 1;
  pointer-events: none;
}

.dnm-table tr td.dnm-truncate:hover .dnm-truncate > span:not(:empty) {
  display:block;
  opacity: 1;
  height:auto;
  margin: 15px 0 0 -10px;
  padding: 10px 15px;
  border-radius: 3px;
  transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) .05s;
}

.dnm-table.dnm-table-with-attached-actions {
  width: 97%;
}

.dnm-table-actions {
  text-align: right!important;
  white-space: nowrap;
}

.dnm-table-actions {
  width: 1px;
}

.dnm-table-actions > span {
  display: inline-flex;
  align-items: center;
}

/*#sort_products_table_tbody td:first-child {
  position: relative;
  border-right-color: #ddd;
  border-bottom-color: #ccc;
}*/

.dnm-table tr.green td:first-child::before,
.dnm-table tr.red td:first-child::before,
.dnm-table tr.yellow td:first-child::before,
.dnm-table tr.orange td:first-child::before,
.dnm-table tr.blue td:first-child::before,
.dnm-table tr.skyblue td:first-child::before,
.dnm-table tr.purple td:first-child::before {
  background-color: transparent;
  border-radius: 2px 0 0 2px;
  content: "";
  display: inline-block;
  height: 70%;
  max-height: 28px;
  margin: auto 0;
  width: 10px;
  vertical-align: middle;
  transform: translateX(-10px);
  float: left;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  text-align: left;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, -4px 3px 3px -4px rgba(0, 0, 0, .5) inset;
}

.dnm-table tr.green td:first-child::before, 
.product.green td:first-child::before {
  background-color: #26b526;
}    

.dnm-table tr.red td:first-child::before, 
.product.red td:first-child::before {
  background-color: #da3b2b;
}

.dnm-table tr.yellow td:first-child::before,  
.product.yellow td:first-child::before {
  background-color: #e9c514;
}    
 
.dnm-table tr.orange td:first-child::before,
.product.orange td:first-child::before {
  background-color: #ed8c0c;
}  

.dnm-table tr.skyblue td:first-child::before,
.product.skyblue td:first-child::before {
  background-color: #389ec7;
}

.dnm-table tr.purple td:first-child::before,
.product.purple td:first-child::before {
  background-color: #9a83cd;
}

.dnm-table tr.blue td:first-child::before,
.product.blue td:first-child::before {
  background-color: #5b617b;
}

.dnm-table tr.red {
  background-color: #feeae6 !important;
}

.dnm-table tr.skyblue {
  background-color: #f0faff !important;
}

.dnm-table tr.yellow {
  background-color: #fffcdd !important;
}
 
.dnm-table tr.green {
  background-color: #f0fcee !important;
}
 
.dnm-table tr.orange {
  background-color: #ffeedd !important;
}

.dnm-table tr.purple {
  background-color: #f8f0ff !important;
}

.dnm-table tr.blue {
  background-color: #eaebf0 !important;
}

.dnm-filtered-table tr.green,
.dnm-filtered-table tr.orange,
.dnm-filtered-table tr.skyblue,
.dnm-filtered-table tr.purple,
.dnm-filtered-table tr.blue,
.dnm-filtered-table tr.red,
.dnm-filtered-table tr.yellow {
  display: none;
}

.dnm-filtered-table.dnm-filter-show-green tr.green,
.dnm-filtered-table.dnm-filter-show-orange tr.orange,
.dnm-filtered-table.dnm-filter-show-skyblue tr.skyblue,
.dnm-filtered-table.dnm-filter-show-purple tr.purple,
.dnm-filtered-table.dnm-filter-show-blue tr.blue,
.dnm-filtered-table.dnm-filter-show-red tr.red,
.dnm-filtered-table.dnm-filter-show-yellow tr.yellow {
  display: table-row;
}

.dnm-table .highlight td {
  background-color: #27235c0f;
}

.dnm-listing-height-70 {
  height: 70px;
}

.dnm-listing-width-50 {
  width: 50px;
}
.dnm-listing-width-70 {
  width: 70px;
}

.dnm-table.sku-prices .dnm-input-with-suffix {
  width: 100%;
  z-index: 1;
  position: relative;
}

.dnm-table.sku-prices td > div:has(.dnm-input-with-suffix) {
  display: inline-flex;
}

.dnm-table.dnm-table-form-fields {
  margin-top: 12px;
}

.dnm-table.dnm-compact th, 
.dnm-table.dnm-compact td {
  padding: 4px;
  font-size:  0.9em;
}

.dnm-table.dnm-very-compact th, 
.dnm-table.dnm-very-compact td {
  padding: 2px;
  font-size:  0.8em;
}

.dnm-table a.dnm-sortable-header {
  cursor: pointer;
}

.dnm-table a.dnm-sortable-header b {
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  left: 2px;
  top:  1px;
}

.dnm-table a.dnm-sortable-header.asc b {
  background-image: url(/images/icons/open-iconic/png/caret-top.png?TS0TS);
  top:  0px;
}

.dnm-table a.dnm-sortable-header.desc b {
  background-image: url(/images/icons/open-iconic/png/caret-bottom.png?TS0TS);
}

.dnm-sortable-table tr.drag-highlight {
  border-top: 5px solid var(--accent-color-100);
}

.dnm-sortable-table td {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.dnm-sortable-table td.dnm-no-drag {
  cursor: default;
}

.dnm-sortable-table-bottom-placeholder {
  height: 5px;
  line-height: 5px;
  border-width: 0px;
}
.dnm-sortable-table-bottom-placeholder td {
  border-width: 0px;
}
.dnm-sortable-table .dnm-icon-move,
.dnm-icon-move {
  background-image: url(/images/icons/v7/24-sortdrag.png?TS0TS);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  display: inline-block;
  cursor: grab;
}

.icon-move {
  cursor: grab;
}

table.dnm-table.dnm-table-transactions .dnm-transaction-row {
  background-color: #ffffff;
}

table.dnm-table tr.dnm-summary-totals td {
  font-weight: bold;
}

.dnm-table.dnm-table-shipping-carriers td {
  padding: 20px;
}

.dnm-table.dnm-table-shipping-carriers div ul {
  padding: 0px;
  margin: 0px -15px;
}

.dnm-table.dnm-table-shipping-carriers {
  margin: 0;
}

.dnm-section-shipping-carriers .dnm-panel .dnm-panel-field-container:last-of-type {
  padding: 0;
}

.dnm-shipping-carrier-manage td:first-child {
  text-align: center;
}

.dnm-shipping-carrier-manage td img {
  max-width: 100px;
  max-height: 60px;
}

/************** Website Editing Tables Popup ****************/


.dnm-edit-page .dnm-table {
   background-color:#fff;
   border:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

.dnm-edit-page table.dnm-table thead td{
  background-color:#ddd;
}

/************** table key ****************/

.dnm-table-key {
  padding: 15px 0 0 0;
}

/************** key ****************/
.dnm-section-content {
  padding: 10px 30px;
  position: relative;
  background:#fff;
}

.dnm-section-content.dnm-section-key {
  padding: 0;
}

.dnm-section-content.dnm-section-key .label {
  display: inline-block;
  margin: 2px 1px;
}

.dnm-panel-field-container:has(table tr.red) + .dnm-section-key .label-red[style*="display: none"] {
  display: inline-block !important;
}

.pagination:empty + .dnm-section-content.dnm-section-key {
  margin-top: 15px;
}

/************** popups **************/
body.dnm-popup-visible {
  position: fixed;
  height: auto;
  min-height: 100%;
  width: 100%;
}

.dnm-popup-container {
  display:none;
}
.dnm-popup-container .dnm-popup-background {
  z-index: 999;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  content: "";
}
.dnm-popup-container .dnm-popup {
  opacity: 1.0;
  z-index: 1000;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1000;
  position: relative;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.20);
}

.dnm-popup-container.dnm-non-modal .dnm-popup { 
  position: absolute;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.42);
  background-color:#E8E8E8;
}
.dnm-popup-container.dnm-non-modal .dnm-popup-background {
  display: none;  
}

.dnm-popup-container.dnm-non-modal .dnm-popup {
  bottom: auto;
  right: auto;
}

.dnm-popup-container.dnm-movable .dnm-popup .dnm-popup-header {
  cursor: grab;  
}

.dnm-popup-container .dnm-popup .dnm-popup-header {
  height: 50px;
  background-color: var(--accent-color-100);
  color: #fff;
  width: 100%; 
  padding: 0 0 0 20px;
  border-radius: 4px 4px 0 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.dnm-popup-container .dnm-popup .dnm-popup-header  > h3, 
.dnm-popup-container .dnm-popup-passthrough .dnm-popup-header > h3 {
  margin: 0 50px 0 0 !important;
  color: #fff;
  font-size: 1.15em;
  line-height: 50px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dnm-popup-container .dnm-popup .dnm-popup-header-close {
  cursor: pointer;
  background: url(/images/om/icon_sprite.png?TS0TS) -405px -103px no-repeat;
  color: #404040;
  display: inline-block;
  float: right;
  font-weight: normal;
  line-height: 1.8em;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  width: 43px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  padding-left: 15px;
}

.dnm-popup-content .popup-content {
  padding: 0;
}

.dnm-popup-icon {
  height: 75px !important;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 75px;
  z-index: 999;
}

.dnm-popup-icon.dnm-icon-alert-warning {
  background-image: url(/images/dnm/popup-alert-warning-sml.png?TS0TS);
}

.dnm-popup > .dnm-popup-content {
  margin: 5px;
}

.dnm-no-popup-content-padding .dnm-popup-content-container .dnm-popup-content-scroll {
  padding: 0;
}

.dnm-no-popup-content-padding .dnm-popup-content-container .dnm-tabs-panel {
  padding: 15px;
}

.dnm-no-popup-content-padding .dnm-popup-content-container .dnm-tabs-panel.dnm-no-padding {
  padding: 0px;
}


/* use calc(100vh - buffer) to get nice scrolling */
.dnm-popup-content-container .dnm-popup-content-scroll {
  overflow-x: auto;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
  max-width: calc(100vw - 50px);
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.dnm-popup.dnm-with-header .dnm-popup-content-scroll {
  max-height: calc(100vh - 100px);
  max-height: calc(100dvh - 100px);
}

.dnm-popup.dnm-with-tabs .dnm-popup-content-scroll {
  max-height: calc(100vh - 100px);
  max-height: calc(100dvh - 100px);
}

.dnm-popup.dnm-with-header.dnm-with-tabs .dnm-popup-content-scroll {
  max-height: calc(100vh - 130px);
  max-height: calc(100dvh - 130px);
}

.dnm-popup.dnm-with-footer .dnm-popup-content-scroll {
  max-height: calc(100vh - 100px);
  max-height: calc(100dvh - 100px);
}

.dnm-popup.dnm-with-footer-4 .dnm-popup-content-scroll {
  max-height: calc(100vh - 170px);
  max-height: calc(100dvh - 170px);
}

.dnm-popup.dnm-with-footer-5 .dnm-popup-content-scroll {
  max-height: calc(100vh - 200px);
  max-height: calc(100dvh - 200px);
}

.dnm-popup.dnm-with-header.dnm-with-footer .dnm-popup-content-scroll {
  max-height: calc(100vh - 200px);
  max-height: calc(100dvh - 200px);
}

.dnm-popup.dnm-with-header.dnm-with-tabs.dnm-with-footer .dnm-popup-content-scroll {
  max-height: calc(100vh - 250px);
  max-height: calc(100dvh - 250px);
}
}




.dnm-popup-content-container .dnm-popup-content-scroll.ps-container {
  position: relative;
}

.dnm-save-edit-popup .dnm-popup-content-container .dnm-popup-content-scroll {
  padding: 0px;
  background: transparent !important;
}

.dnm-popup.dnm-with-tabs .dnm-popup-content-container .dnm-popup-content {
  padding: 0px;  
  display: inline-block;
}

/* - deprecated
.dnm-popup-container.dnm-no-auto-size .dnm-popup-content-container .dnm-popup-content,
.dnm-popup-container.dnm-no-sizing .dnm-popup-content-container .dnm-popup-content {
  display: block;
}
*/

.dnm-popup.dnm-with-tabs .dnm-popup-content-container .dnm-popup-content .dnm-section {
  margin-bottom: 0px;  
  
}

.dnm-popup .dnm-popup-content-container .dnm-popup-content .dnm-section .dnm-section-panels {
  border: 0px solid #dfe0e2;
  background-color:transparent;
}

.dnm-popup-content > .dnm-content-margin-buster {
  height: 0.1px;
  visibility: hidden;
}

.dnm-popup-container .dnm-popup-footer {
  background-color: var(--backdrop);
  z-index: 2;
  top: 100%;
  width:100%;
  text-align: right;
  padding-top: 5px;
  margin: 0px;
  z-index: 1;
  position: relative;
  border-top:1px solid #ddd;
  display: inline-flex;
  justify-content: right;
  gap: 6px;
}

.dnm-popup-container .dnm-popup-footer:empty,
.dnm-popup-container .dnm-popup-footer:has(#async_progress_actions[style*="none"]) {
    display: none;
}

.dnm-popup-container .dnm-popup-footer .dnm-btn {
  width: 100%;  
  display: inline-block;
  text-align: center;
  font-weight: 600;
}

.dnm-popup-container .dnm-popup-footer .dnm-btn:focus {
  box-shadow: none;
}

#async_progress_actions {
  margin: 0;
}

.dnm-popup-container .dnm-popup-footer.dnm-2-button .dnm-btn {
  width: 47%;  
  margin: 0;
}

.dnm-popup-container .dnm-popup-footer.dnm-3-button .dnm-btn {
  width: 31%;  
  margin: 0;
  font-size: 0.8em;
}

.dnm-popup.dnm-with-footer-4 .dnm-popup-footer {
  height: 120px;
  padding: 3px;
}
.dnm-popup.dnm-with-footer-5 .dnm-popup-footer {
  height: 150px;
  padding: 3px;
}

.dnm-popup.dnm-with-footer-4 .dnm-popup-footer .dnm-btn,
.dnm-popup.dnm-with-footer-5 .dnm-popup-footer .dnm-btn {
  width: 100%;
  height: 25px;
  margin: 0 0 5px 0px;
  padding: 3px 3px;
}

#async_progress_dialog .dnm-popup {
  overflow: hidden;
}

@media only screen and (min-width: 600px) {
  .dnm-popup-container .dnm-popup {
    border-radius: 6px 6px 5px 5px;
    min-width: 500px;
    overflow: visible;
  }
  .dnm-popup-container .dnm-popup-footer {    
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 8px 10px;
    border-radius: 0 0 5px 5px;
  }
  .dnm-popup-container .dnm-popup-footer .dnm-btn {
    width: auto;
    min-width: 100px;  
    padding-left: 10px;
    padding-right: 10px;
  }
  .dnm-popup-container .dnm-popup-footer.dnm-2-button .dnm-btn {
    min-width: 100px;  
    width: auto;
    line-height: 25px;
  }
  .dnm-popup-container .dnm-popup-footer.dnm-3-button .dnm-btn {
    min-width: 100px;  
    width: auto;
    font-size: 1em;
  }
  
  .dnm-popup.dnm-with-footer-4 .dnm-popup-content-container,
  .dnm-popup.dnm-with-footer-5 .dnm-popup-content-container {
    margin-bottom: -50px;
    padding-bottom: 50px;
  }

  
  .dnm-popup.dnm-with-footer-4 .dnm-popup-footer,
  .dnm-popup.dnm-with-footer-5 .dnm-popup-footer {
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 5px 5px 5px 5px;
  }
  
  .dnm-popup.dnm-with-footer-4 .dnm-popup-footer .dnm-btn,
  .dnm-popup.dnm-with-footer-5 .dnm-popup-footer .dnm-btn {
    min-width: 100px;  
    width: auto;
    height: auto;
    margin-left: 10px;
    padding: 5px 3px;
    padding-right: 3px;
    font-size: 1em;
  }
  .dnm-popup.dnm-with-footer-5 .dnm-popup-footer .dnm-btn {
    min-width: 70px;
  }
}    
    
.dnm-popup-container .dnm-popup.dnm-no-fullscreen {
  border-radius: 4px;
  box-shadow: 0px 0px 10px 3px contrast($color-body, 20%);
  width: auto;
  height: auto;
  padding-bottom: 5px;
}

.dnm-popup-container.dnm-alt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1000;
}

.dnm-popup.dnm-popup-loading .dnm-popup-content {
  height: 100px;
  width: 300px;  
  text-align: center;
  padding-top: 40px;
  font-size: 1.2em;
}

.dnm-popup .dnm-popup-content > p {
  padding: 5px;  
}

.dnm-popup-container .dnm-edit-template-popup {
  max-height: 95%;
  max-width: 95%;
  width: 95%;
  height: 95%;
  background-color: transparent;
}

.dnm-edit-template-popup .dnm-popup-content,
.dnm-edit-template-popup .dnm-popup-content-scroll {
  height: 100%;
  padding: 0px;
  background-color: transparent;
}

.dnm-edit-template-popup .dnm-popup-content-scroll:has(.dnm-template-editor-iframe.loading) {
  background-color: #505050;
}

.dnm-popup .dnm-popup-content .cprod-add-product .section {
  margin: 0px;
}

.dnm-popup .dnm-popup-content .cprod-add-product .section #select_product_list_container {
  height: 500px;
}

.dnm-popup .section:only-child {
  margin: 0;
}

.dnm-popup .section .section-content > div:last-child {
  margin: 0;
}

.dnm-popup .section {
  margin-bottom: 0;
}

/******** NESTED POPUPS ********/


.dnm-popup-with-nested-panels .dnm-popup-content {
  height: 100%;
}

.dnm-mpage-settings-panel .dnm-section.dnm-section-with-nested-panels {
  min-height: 510px;  
}

.dnm-section.dnm-section-with-nested-panels {
  overflow: hidden;  
}

.dnm-section.dnm-section-with-nested-panels .dnm-nested-panel {
  transition: left 0.25s ease-out, margin-left 0.20s ease-out;
  visibility: hidden;
  opacity: 0;
  left: 110%;
  width: 100%;
  height: 0px;
  pointer-events: none;
}

.dnm-section.dnm-section-with-nested-panels .dnm-nested-panel-current {
  visibility: visible;
  opacity: 1;
  left: 0px;
  height: auto;
  pointer-events: auto;
}

.dnm-section.dnm-section-with-nested-panels .dnm-nested-panel-stacked {
  margin-left: -110%;
  left: 0px;
  opacity: 1;
}

.dnm-section.dnm-section-with-nested-panels .dnm-nested-panel-deeper {
  position: absolute;
  width: 100%;
  top: 0px;
}

.dnm-page-manager .dnm-section.dnm-section-with-nested-panels .dnm-nested-panel-deeper {
  top: 15px;
}

.dnm-page-manager .dnm-section.dnm-section-with-panels-1.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel-deeper .dnm-panel:first-of-type {
  padding-right: 35px;
}

.dnm-page-manager .dnm-section.dnm-section-with-nested-panels .dnm-nested-panel-current {
  left: 20px;
}

.dnm-nested-link,
.dnm-nested-link:hover {
  color: #ffffff;
}

/*
MAP: why?
.dnm-popup input[type="text"], .dnm-popup select {
    width: 100% !important;
}
*/

/** tabbed popup **/
.dnm-popup .dnm-tabs-selectors {
  padding-left: 10px;  
  z-index: 1;
  position: relative;
  border-bottom:1px solid #ddd;
  background-color: var(--backdrop);
  white-space: nowrap;
}
.dnm-popup .dnm-tabs-selectors .dnm-tabs-selector {
  display: inline-block;
  margin: 5px 5px 0px 0;
  color: var(--nav);
  padding: 8px 6px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
 
.dnm-popup .dnm-tabs-selectors .dnm-tabs-selector:hover {
  color: #000;
  border-bottom-color: #ccc;
}

.dnm-popup .dnm-tabs-selectors .dnm-tabs-selector.dnm-alt, 
.dnm-popup .dnm-tabs-selectors .dnm-tabs-selector.dnm-alt:hover {
  border-bottom-color: var(--accent-color-100);
  color: #000;
}

.dnm-popup .dnm-tabs-panels {
  display:inline-block;
}

.dnm-popup .dnm-tabs-panels .dnm-tabs-panel {
  display:none;
}

.dnm-popup .dnm-tabs-panels .dnm-tabs-panel.dnm-alt {
  display:inline-block;
}

.dnm-popup-container.dnm-no-auto-size .dnm-popup .dnm-tabs-panels,
.dnm-popup-container.dnm-no-auto-size .dnm-popup .dnm-tabs-panels .dnm-tabs-panel.dnm-alt,
.dnm-popup-container.dnm-no-sizing .dnm-popup .dnm-tabs-panels,
.dnm-popup-container.dnm-no-sizing .dnm-popup .dnm-tabs-panels .dnm-tabs-panel.dnm-alt {
  display: block;
}

/*********** msgbox/prompt **************/
.dnm-popup.dnm-popup-prompt.dnm-with-icon .dnm-prompt-text,  
.dnm-popup.dnm-popup-msgbox.dnm-with-icon .dnm-msgbox-text {
  display: inline-block;
  width: 100%;
  vertical-align:top;  
  padding-left: 100px;
  margin-left: -71px;
}
.dnm-prompt-icon,
.dnm-msgbox-icon {
  display: inline-block;
  max-width: 70px;
  width: 100%;
  vertical-align:top;
  text-align:center;
}
.dnm-prompt-icon div,
.dnm-msgbox-icon div {
  display: inline-block;
  max-height: 70px;
  width: 100%;
  vertical-align:top;
  text-align:center;
  overflow: hidden;
}

/******************************************** MAIN PANEL LAYOUT *******************************************/

.dnm-page body {
  background-color: #f9f9f9;
}

.dnm-page p {
  color: var(--nav);
}

.dnm-page p:last-child {
  margin: 0;
}

/** SMALL SCREEN / DEFAULT (MOBILE FIRST) **/

.dnm-menu-container {
  position: fixed;
  padding-top:50px;
  z-index: 9;
  height: 100%;
  width: 0px; /* dont show in mobile unless menu button state */
  transition: width 0.25s 0s ease;
}

.dnm-page-container.dnm-showing-sub-menu.dnm-page-container-test .dnm-menu-container {
  width: 205px;
}
.dnm-page-container.dnm-showing-main-menu.dnm-page-container-test .dnm-menu-container {
  width: 265px;
}


.dnm-menu-scroll-container {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  z-index: 2;
}

.dnm-main-menu-container {
  width: 260px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #242A34;
  height: 100%;
}

.dnm-page-container.dnm-showing-sub-menu .dnm-main-menu-container { 
  width: 60px;
  z-index: 1;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
  transition:all 0.25s 0s ease;
}

.dnm-page-container.dnm-showing-sub-menu .dnm-main-menu-container:hover { 
  z-index:1;
  transition:all 0.25s 0s ease;
  width: 260px;
}

.dnm-sub-menu-container .dnm-sub-menu-label, .dnm-sub-menu-container .dnm-sub-menu-top-heading {
  opacity: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 17px;
}

.dnm-page-container.dnm-showing-sub-menu .dnm-main-menu-container:hover + .dnm-sub-menu-container .dnm-sub-menu-label,
.dnm-page-container.dnm-showing-sub-menu .dnm-main-menu-container:hover + .dnm-sub-menu-container .dnm-sub-menu-top-heading
 {
  opacity: 0.55;
  transition:all 0.25s 0s ease;
}

.dnm-main-menu-background {
  width: 0px;
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  bottom: 0px;
  background-color: #63696E;
  z-index: 1;
}


.dnm-missing-app-required-temp a:not(.dnm-main-menu-link)::before,
.dnm-missing-app-required a:not(.dnm-main-menu-link)::before {
    background: #ffcc00 none repeat scroll 0 0;
    color: #000000;
    content: "+";
    font-size: 13px;
    font-weight: bold;
    line-height: 5px;
    padding: 3px 2px 5px 2px;
    position: absolute;
    right: 13px;
    top: 20px;
}


.dnm-sub-menu-container {
  width: 200px;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  /*background-color: #f2f2f2;*/
  background-color: #393E46;
  height: 100%;
}

.dnm-sub-menu-container.dnm-sub-menu-container-back {
  background-color: #FFFFFF;
  border-right: 1px solid #DDDDDD;
}

.dnm-sub-menu-container.dnm-sub-menu-container-back .dnm-sub-menu-label {
  color: var(--body);
}

.dnm-sub-menu-container.dnm-sub-menu-container-back .dnm-sub-menu-node > a:hover .dnm-sub-menu-label {
  color: var(--fade);
}

.dnm-sub-menu-container.dnm-sub-menu-container-back .dnm-sub-menu-subnode.dnm-selected .dnm-sub-menu-label,
.dnm-sub-menu-container.dnm-sub-menu-container-back .dnm-sub-menu-node.dnm-selected > a:last-child .dnm-sub-menu-label,
.dnm-sub-menu-container.dnm-sub-menu-container-back .dnm-sub-menu-node.dnm-selected a:has(+ .dnm-sub-menu-sub-nodes .dnm-sub-menu-subnode.dnm-selected) .dnm-sub-menu-label,
.dnm-sub-menu-container.dnm-sub-menu-container-back .dnm-sub-menu-node.dnm-selected .dnm-sub-menu-subnode.dnm-selected .dnm-sub-menu-label {
  color: var(--dark);
}

.dnm-sub-menu-container.dnm-sub-menu-container-back .dnm-sub-menu-subnode:not(.dnm-selected) .dnm-sub-menu-label:hover {
  color: var(--fade);
}

.dnm-innermenu-container {
  width: 250px;
  display: block;
  top: 100px;
  left: -220px;
  background-color: #fff;
  min-height:100%;
  border-right: 1px solid #00000020;
  z-index:1;
  background-image:url(/images/dnm/icon-innermenu.svg?TS0TS);
  background-size:16px;
  background-repeat:no-repeat;
  background-position:226px 8px;
  transition:left 0.25s 0.25s ease;
  box-shadow: 4px 0 4px -4px rgba(0,0,0,.02);
}

.dnm-innermenu-container:hover {
  left:0;
  background-image:none;
  transition:left 0.25s 0.25s ease;
}

.dnm-innermenu-container:hover .dnm-innermenu-node a {
  color:#333!important;
  transition:left 0.55s 0.55s ease;
}

.dnm-innermenu-node {
  position: relative;  
}

.dnm-innermenu-node.dnm-missing-app-required a::before {
  right: 9px;
  top: 0px;
}

.dnm-page-container.dnm-showing-main-menu .dnm-sub-menu-container {
  left: 60px;
}


.dnm-sub-menu-background {
  width: 0px;
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  bottom: 0px;
  height: 100%;
  left: 0px;
  background-color: #3b3c42;
  z-index: 1;
}


.dnm-main-content-container {
  vertical-align:top;
  position: static; /* IT MUST BE STATIC OR POPUPS WILL NOT WORK!!! */ 
  display: inline-block;
  width: 100%;
  padding-top:50px;
  padding-left: 0px;
  /*background-color: #FF0000;*/
  z-index: 1;
}

.dnm-main-content-container #maintenance_message {
  height: 22px;  
}

.dnm-content-menu-container {
  vertical-align:top;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #f2f2f2;
  z-index: 4;
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #dfe0e2;
}

.dnm-content-header-container {
  position: fixed;
  display: inline-block;
  width: 100%;
  z-index: 7; /* MAP: needs to be higher than the dnm-attached-menu */
  background-color: #ffffff;
}

.dnm-content-context-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 3;
  height: 50px;
  border-bottom: 1px solid #dfe0e2;
  text-align:center;
}


.dnm-content-heading-container {
  vertical-align:top;
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 2;
  height: 50px;
  border-bottom:1px solid #e3e3e3;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0,0,0,.05);
  box-shadow: 0px 4px 4px -4px rgba(0,0,0,.05);
}

.dnm-content-heading-container .dnm-content-heading-version-mismatch {
  vertical-align:middle;
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 2;
  height: 50px;
  background-color:#f00;
  color: #fff;
  font-size: 1.3em;
  padding: 16px;
}

.dnm-content-container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
  padding-top:0px;
}

.dnm-with-content-header .dnm-content-container {
  padding-top:50px;
}

.dnm-with-nav-context .dnm-content-container {
  padding-top:100px;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


.fade-in {
  opacity:0;  
  -webkit-animation:fadeIn ease-in 1;  
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.25s;
  -moz-animation-duration:0.25s;
  animation-duration:0.25s;
}

.fade-in.fade-one {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fade-in.fade-two {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay:0.6s;
  animation-delay: 0.6s;
}

.fade-in.fade-three {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}



.dnm-content-container > div {
  padding: 20px 20px 0px 20px;
  position:relative;
}

body.dnm-edit-page {
  overflow: hidden;  
}

.dnm-edit-page .dnm-content-container > div {
  padding: 0px 0px 0px 0px;
}

.dnm-content-container > div.dnm-innermenu-container {
  position:fixed;
}

.dnm-content-container-bg {
    background-image: url(/images/dnm/dec-bg-SUB.jpg?TS0TS);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    width: 100%;
}

#dnm-content-container-sub {
  background-color:red;
 }


.dnm-page-with-footer-actions .dnm-content-container {
  padding-bottom: 30px;  
}

.dnm-content-footer-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  padding: 7px 0 7px 260px;
  text-align: center;
  height: 43px;
  -webkit-box-shadow: 0px 4px 4px 4px rgba(0,0,0,.05);
  box-shadow: 0px 4px 4px 4px rgba(0,0,0,.05);
}

.dnm-content-footer-container .dnm-section-with-panels .dnm-section-panels {
  align-items: center;
}

/** BIGGER SCREENS - SHOW LHS MENU **/
@media only screen and (min-width: 1100px) {

 
  .dnm-page-container.dnm-showing-sub-menu.dnm-page-allow-full-width .dnm-menu-container { 
    width: 205px;
  }
  
  .dnm-page-container.dnm-showing-main-menu.dnm-page-allow-full-width .dnm-menu-container { 
    width: 265px;
  }



  
  .dnm-page-container.dnm-page-allow-full-width .dnm-main-menu-background {
    width: 60px;
  }
  
  .dnm-page-container.dnm-showing-main-menu.dnm-page-allow-full-width .dnm-sub-menu-background { 
    width: 200px;
    left: 60px;
  }
  
  .dnm-page-container.dnm-page-allow-full-width .dnm-main-content-container {
    padding-top: 50px;
    /*padding-left: 200px;*/
  }
  
  .dnm-page-container.dnm-showing-sub-menu.dnm-page-allow-full-width .dnm-main-content-container {
    padding-left: 200px;
  }
  
  .dnm-page-container.dnm-showing-main-menu.dnm-page-allow-full-width .dnm-main-content-container { 
    padding-left: 260px;
  }
  
  .dnm-page-container.dnm-page-allow-full-width .dnm-content-header-container {
    margin-left: -200px;
    padding-left: 200px;
  }
  
  .dnm-page-container.dnm-showing-main-menu.dnm-page-allow-full-width .dnm-content-header-container {
    margin-left: -260px;
    padding-left: 260px;
  }
  
  .dnm-page-container.dnm-showing-innermenu.dnm-page-allow-full-width .dnm-content-container > div { 
    padding-left: 270px;
  }

  .dnm-page-container.dnm-showing-innermenu.dnm-page-allow-full-width .dnm-content-container > div.dnm-innermenu-container { 
    padding-left: 0px;
  }

  .dnm-page-container.dnm-page-allow-full-width .dnm-innermenu-container  { 
    left:260px;
    top:100px;
    background-image:none;
  }

  body.dnm-store .dnm-page-container.dnm-page-allow-full-width .dnm-innermenu-container {
    left: 200px;
  }

  .dnm-page-container.dnm-page-allow-full-width .dnm-store .dnm-innermenu-container {
    margin-left: -60px;
  }

  .dnm-page-container.dnm-page-allow-full-width .dnm-innermenu-container .dnm-innermenu-node a {
    color:var(--body) !important;
    font-size:1em;
  }

  .dnm-page-container.dnm-page-allow-full-width .dnm-innermenu-container .dnm-innermenu-node a.dnm-selected,
  .dnm-page-container.dnm-page-allow-full-width .dnm-innermenu-container .dnm-innermenu-node a.dnm-selected:hover {
    color: var(--dark) !important;
  }

  .dnm-page-container.dnm-page-allow-full-width .dnm-innermenu-container .dnm-innermenu-node a:hover {
    color: var(--fade) !important;
  }

  .dnm-page-container.dnm-page-allow-full-width .dnm-innermenu-container:hover {
    left:260px;
    background-image:none;
  }
}




/******************************************** LHS MENU *******************************************/
.dnm-main-menu-node {
  position: relative;
}

.dnm-main-menu-node:nth-last-child(3) {
  margin-bottom: 25px;
}

.dnm-main-menu-node a.dnm-main-menu-link,
.dnm-main-menu-node a.dnm-main-menu-tooltip div {
  display: block;
  width: 100%;
  height: 50px;
  color: #B0B0B1;
  vertical-align: middle;
  font-weight: 400;
  padding: 16px 0px 16px 60px;
  background-position: 21px 15px;
  background-size: 18px auto;
  background-repeat: no-repeat;
  text-decoration: none;
}

.dnm-main-menu-node.dnm-selected a.dnm-main-menu-link, 
.dnm-main-menu-node.dnm-selected a.dnm-main-menu-tooltip div {
  color:#fff;
}

.dnm-main-menu-node:hover a.dnm-main-menu-tooltip:before,
.dnm-main-menu-node:hover a.dnm-main-menu-link:before,
.dnm-main-menu-node:hover a.dnm-main-menu-tooltip div,
.dnm-main-menu-node:hover a.dnm-main-menu-link div {
  color: #FFF;
}

.dnm-main-menu-node .dnm-selected a{
  font-weight:bold;
}


.dnm-main-menu-node:hover a.dnm-main-menu-link{
  transition: background-color 0.25s 0s ease;
  background-position: 21px -30px;
}

.dnm-main-menu-node.dnm-main-menu-node-system_status_fc.dnm-status-testing:hover a.dnm-main-menu-link {
  transition: background-color 0.25s 0s ease;
  background-position: 21px 15px;
}

.dnm-main-menu-node.dnm-selected a.dnm-main-menu-link {
  background-position: 21px 15px;
}

.dnm-main-menu-node a.dnm-main-menu-tooltip {
  position: absolute;
  display: block;
  width: 0px;
  height: 50px;
  z-index: 100;
  overflow: hidden;
  left: 40px;
  top: 0;
  background-color: #242a34;
  /*border-radius: 0 5px 5px 0;*/
  white-space: nowrap;
  transition: width 0.25s 0s ease;
  text-decoration: none;
}

.dnm-main-menu-node:hover > .dnm-main-menu-tooltip div {
  color:var(--accent-color-100);
}

.dnm-main-menu-node a.dnm-main-menu-tooltip:hover {
  text-decoration: none;
}

.dnm-main-menu-node a.dnm-main-menu-tooltip div {
  padding: 16px 0px 16px 20px;
}


.dnm-main-menu-node.dnm-missing-app-required a:not(.dnm-main-menu-link)::before {
  right: 0px;
  top: 18px;
}


.dnm-main-menu-container:hover a.dnm-main-menu-tooltip {
  width: 200px;
  transition: width 0.25s 0s ease;
}

.dnm-main-menu-node.dnm-main-menu-node-home a.dnm-main-menu-link {
  /*background-image: url(/images/dnm/icon-home.svg?TS0TS);*/
  margin-top:15px;
}

.dnm-content-title-home {
  background-image: url(/images/dnm/icon-home-18.svg?TS0TS);
}

.dnm-main-menu-node.dnm-main-menu-node-websites a.dnm-main-menu-link {
  /*background-image: url(/images/dnm/icon-websites.svg?TS0TS);*/
}
.dnm-content-title-websites {
  background-image: url(/images/dnm/icon-websites-18.svg?TS0TS);
}

.dnm-main-menu-node.dnm-main-menu-node-website a.dnm-main-menu-link {
  /*background-image: url(/images/dnm/icon-websites.png?TS0TS);*/
}
.dnm-content-title-website {
  background-image: url(/images/dnm/icon-websites-18.svg?TS0TS);
}


.dnm-content-title-mode-store {
  background-image: url(/images/dnm/icon-websites-18.svg?TS0TS);
}

.dnm-main-menu-node.dnm-main-menu-node-products a.dnm-main-menu-link {
  /*background-image: url(/images/dnm/icon-products.svg?TS0TS);*/
}
.dnm-content-title-products {
  background-image: url(/images/dnm/icon-products-18.svg?TS0TS);
}


.dnm-main-menu-node.dnm-main-menu-node-stock a.dnm-main-menu-link {
  /*background-image: url(/images/dnm/icon-stockdesigns.svg?TS0TS);*/
}
.dnm-content-title-stock {
  background-image: url(/images/dnm/icon-stockdesigns-18.svg?TS0TS);
}


.dnm-main-menu-node.dnm-main-menu-node-decoration_processes a.dnm-main-menu-link {
  /*background-image: url(/images/dnm/icon-decoprocess.svg?TS0TS);*/
}
.dnm-content-title-decoration_processes {
  background-image: url(/images/dnm/icon-decoproc-18.svg?TS0TS);
}


.dnm-main-menu-node.dnm-main-menu-node-marketing a.dnm-main-menu-link {
  /*background-image: url(/images/dnm/icon-marketing.svg?TS0TS);*/
}
.dnm-content-title-marketing {
  background-image: url(/images/dnm/icon-marketing-18.svg?TS0TS);
}

.dnm-main-menu-node.dnm-main-menu-node-users a.dnm-main-menu-link {
  /*background-image: url(/images/dnm/icon-users.svg?TS0TS);*/
}
.dnm-content-title-users {
  background-image: url(/images/dnm/icon-user-18.svg?TS0TS);
}

.dnm-main-menu-node.dnm-main-menu-node-fc_settings a.dnm-main-menu-link {
  /*background-image: url(/images/dnm/icon-settings.svg?TS0TS);*/
}

.dnm-content-title-fc_settings {
  background-image: url(/images/dnm/icon-settings-18.svg?TS0TS);
}

.dnm-main-menu-node.dnm-main-menu-node-reports a.dnm-main-menu-link {
  /*background-image: url(/images/dnm/icon-reports.svg?TS0TS);*/
}
.dnm-content-title-reports {
  background-image: url(/images/dnm/icon-reports-18.svg?TS0TS);
}

.dnm-main-menu-node.dnm-main-menu-node-apps a.dnm-main-menu-link,
.dnm-main-menu-node.dnm-main-menu-node-apps a.dnm-main-menu-tooltip div {
  background-color: #FFCC00;
  color: #000;
}

.dnm-main-menu-node.dnm-main-menu-node-apps a.dnm-main-menu-link {
  background-image: url(/images/dnm/icon-apps.png?TS0TS);
  background-position: 21px 18px;
}

.dnm-main-menu-node.dnm-main-menu-node-apps a:hover {
  background-color: #ffcc00;
  color: #000;
  text-decoration: none;
}
.dnm-main-menu-node.dnm-main-menu-node-apps a:hover > div {
  color: #000;
}
.dnm-content-title-apps {
  background-image: url(/images/dnm/icon-apps.png?TS0TS);
}

.dnm-main-menu-node.dnm-main-menu-node-system_status_fc {
  margin-top: 15px;
  margin-bottom: -15px;
}

.dnm-main-menu-node.dnm-main-menu-node-system_status_fc.dnm-status-live {
    display: none;
}

.dnm-content-heading-icon.dnm-content-heading-icon-system_status_fc {
  background-size: 26px auto;
}

.dnm-main-menu-node.dnm-main-menu-node-system_status_fc.dnm-status-live a.dnm-main-menu-link {
  background-image: url(/images/dnm/icon-status-live.svg?TS0TS);
}
.dnm-content-title-system_status_fc.dnm-status-live,
h2.dnm-status.dnm-status-live {
  background-image: url(/images/dnm/icon-status-live.svg?TS0TS);
  padding: 0 0 0 55px;
}

.dnm-main-menu-node.dnm-main-menu-node-system_status_fc.dnm-status-testing a.dnm-main-menu-link {
  background-image: url(/images/dnm/icon-status-testing.svg?TS0TS);
}
.dnm-content-title-system_status_fc.dnm-status-testing,
h2.dnm-status.dnm-status-testing {
  background-image: url(/images/dnm/icon-status-testing.svg?TS0TS);
  padding: 0 0 0 55px;
}

.dnm-main-menu-node.dnm-main-menu-node-system_status_fc.dnm-status-under-construction a.dnm-main-menu-link {
  background-image: url(/images/dnm/icon-status-construction.svg?TS0TS);
}
.dnm-content-title-system_status_fc.dnm-status-under-construction {
  background-image: url(/images/dnm/icon-status-construction.svg?TS0TS);
}


h2.dnm-status {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 45px auto;
  margin-bottom: 20px;
  padding: 0 0 0 55px;
}


/* sub menu */
.dnm-sub-menu-container .dnm-sub-menu-back {
  height: auto;
  background-color: #fff;
  padding: 18px 0 0 0;
  text-align: center;
  width: 100%;
}

.dnm-sub-menu-container .dnm-sub-menu-back a {
  color: var(--accent-color-100);
}

.dnm-sub-menu-container .dnm-sub-menu-sub-heading {
  color: #E7E6EB;
  background-color: rgba(255,255,255,0.1);
  padding: 8px;
  margin: 10px 0 5px 0;
  text-align: center;
}

.dnm-sub-menu-container .dnm-sub-menu-heading {
  color: #E7E6EB;
  font-size: 1.1em;
  letter-spacing: 0em;
  line-height: 3.25em;
  height:50px;
  background-size:24px auto;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 10px;
  padding-left: 15px;
}

.dnm-sub-menu-container .dnm-sub-menu-heading span {
  background-color: rgba(255,255,255,0.1);
  padding: 4px;
}

.dnm-sub-menu-heading-fc_settings {
  background-image: url(/images/dnm/icon-settings-18.svg?TS0TS);
}

.dnm-sub-menu-heading-website,
.dnm-sub-menu-heading-websites {
  background-image: url(/images/dnm/icon-websites-18.svg?TS0TS);
}

.dnm-sub-menu-heading-manage_website {
  height: 0px !important;
}

.dnm-sub-menu-heading-products {
  background-image: url(/images/dnm/icon-products-18.svg?TS0TS);
}

.dnm-sub-menu-heading-stock {
  background-image: url(/images/dnm/icon-stockdesigns-18.svg?TS0TS);
}

.dnm-sub-menu-heading-stock {
  background-image: url(/images/dnm/icon-stockdesigns-18.svg?TS0TS);
}

.dnm-sub-menu-heading-decoration_processes {
  background-image: url(/images/dnm/icon-decoproc-18.svg?TS0TS);
}

.dnm-sub-menu-heading-marketing {
  background-image: url(/images/dnm/icon-marketing-18.svg?TS0TS);
}

.dnm-sub-menu-heading-users {
  background-image: url(/images/dnm/icon-user-18.svg?TS0TS);
}

.dnm-sub-menu-heading-reports {
  background-image: url(/images/dnm/icon-reports-18.svg?TS0TS);
}

.dnm-sub-menu-node-nav_header_settings {
}

.dnm-sub-menu-container .dnm-sub-menu-top-heading {
  margin: 5px 0;
}

.dnm-sub-menu-container .dnm-sub-menu-node {
  position: relative; 
  padding: 0; 
}

.dnm-sub-menu-container .dnm-sub-menu-node:nth-last-child(3) {
  margin-bottom: 25px;
}

.dnm-sub-menu-container .dnm-sub-menu-node .dnm-sub-menu-subnode {
  position: relative;
}

.dnm-sub-menu-container .dnm-sub-menu-node a {
  color: #9FA7B3;
  display: block;
  min-height: 25px;
  padding: 5px 10px 5px 15px;
  text-decoration: none;
}

.dnm-sub-menu-container .dnm-sub-menu-node a:hover {
  color: #fff;
}

.dnm-sub-menu-container .dnm-sub-menu-node a:hover:after {
  background: var(--accent-color-100);
  content: " ";
  display: block;
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
}

.dnm-sub-menu-container .dnm-sub-menu-node a[onclick] {
  padding-right: 25px;
}

.dnm-sub-menu-container .dnm-sub-menu-node.dnm-selected:not(.dnm-expanded) > a,
.dnm-sub-menu-container .dnm-sub-menu-node a.dnm-selected,
.dnm-sub-menu-container .dnm-sub-menu-subnode.dnm-selected > a,
.dnm-innermenu-container .dnm-innermenu-node a.dnm-selected {
  color: #fff;
  font-weight: 500;
}

.dnm-sub-menu-container .dnm-sub-menu-node.dnm-selected a:has(+ .dnm-sub-menu-sub-nodes .dnm-sub-menu-subnode.dnm-selected) .dnm-sub-menu-label {
  color: #fff;
}

.dnm-sub-menu-container .dnm-sub-menu-node .dnm-sub-menu-subnode a {
  padding: 5px 10px 5px 25px;
}

.dnm-sub-menu-node a {
  font-size: 1em;
}

.dnm-sub-menu-node .dnm-sub-menu-sub-nodes {
  cursor: default;
  background-color: #2b2f36;
  overflow: hidden;
  padding: 0;
  border: 0px solid transparent;
  transition: border-color .2s ease, border-width .2s ease, padding .2s ease, box-shadow .2s ease;
}

.dnm-sub-menu-container.dnm-sub-menu-container-back .dnm-sub-menu-node .dnm-sub-menu-sub-nodes {
  background-color: var(--backdrop);
}

.dnm-sub-menu-node.dnm-expanded .dnm-sub-menu-sub-nodes {
  padding: 0;
  border: 1px solid #00000012;
  border-width: 1px 0;
  box-shadow: inset 0px 6px 6px -6px #00000006, inset 0px -6px 6px -6px #00000006;
}

.dnm-sub-menu-node .dnm-sub-menu-sub-nodes a{
 color : #94979C;
}

.dnm-sub-menu-node .dnm-sub-menu-sub-nodes .dnm-sub-menu-subnode {
  overflow:hidden;
  max-height:0;
  opacity: 0;
  transition: max-height 0.16s cubic-bezier(0.39, 0.58, 0.57, 1), opacity .10s ease-in-out;
}

.dnm-sub-menu-node.dnm-expanded .dnm-sub-menu-sub-nodes .dnm-sub-menu-subnode {
  overflow:hidden;
  max-height: 28px;
  opacity: 1;
}

.dnm-sub-menu-node.dnm-collapsed .dnm-sub-menu-sub-nodes > .dnm-sub-menu-subnode:last-of-type {
  padding-bottom:0;
}

.dnm-sub-menu-container.dnm-sub-menu-container-back .dnm-sub-menu-node.dnm-expanded > a::before,
.dnm-sub-menu-container.dnm-sub-menu-container-back .dnm-sub-menu-node.dnm-collapsed > a::before {
  background-image: url(/images/dnm/angle-left-blue.svg?TS0TS);
}

.dnm-sub-menu-node.dnm-expanded > a::before, .dnm-sub-menu-node.dnm-collapsed > a::before {
  background-image: url(/images/dnm/angle-left-white.svg?TS0TS);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  content: "";
  display: block;
  height: 27px;
  margin-right: 5px;
  position: absolute;
  right: 2px;
  top: 0;
  width: 15px;
}

.dnm-sub-menu-node.dnm-expanded > a::before {
  transform: rotate(-90deg);
  transition: all 0.25s ease-in-out 0s;
}

.dnm-sub-menu-node.dnm-collapsed > a::before {
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out 0s;
}

.dnm-sub-menu-node.dnm-collapsed,
.dnm-sub-menu-node.dnm-expanded,
.dnm-sub-menu-node.dnm-expanded > a::before,
.dnm-sub-menu-node.dnm-collapsed > a::before {
  cursor: pointer;
}

.dnm-sub-menu-subnode.dnm-missing-app-required-temp a,
.dnm-sub-menu-node.dnm-missing-app-required a {
  color: #888;  
}

.dnm-sub-menu-subnode.dnm-missing-app-required-temp a::before,
.dnm-sub-menu-node.dnm-missing-app-required a::before {
  right: 9px;
  top: 6px;
}

.dnm-sub-menu-node.dnm-with-status > a:first-of-type div::before {
  content: "\25CF\0020";
  white-space: pre;
}

.dnm-sub-menu-node.dnm-status-notice > a:first-of-type div::before {
  color: #ffcc00;
}

.dnm-sub-menu-node.dnm-status-active > a:first-of-type div::before {
  color: #05d3ab;
}

.dnm-sub-menu-node.dnm-status-inactive > a:first-of-type {
  color: #888;
}

.dnm-attached-button-menu {
  display: inline-block;
}

.dnm-attached-button-menu.dnm-collapsed  {
  overflow:hidden;
  max-height:0;
  -webkit-transition:max-height 0.25s ease;
  -moz-transition:max-height 0.25s ease;
  -o-transition:max-height 0.25s ease;
  transition:max-height 0.25s ease;
}

.dnm-attached-button-menu.dnm-expanded {
  overflow:hidden;
  max-height: 300px;
  -webkit-transition:max-height 0.25s ease;
  -moz-transition:max-height 0.25s ease;
  -o-transition:max-height 0.25s ease;
  transition:max-height 0.25s ease;
}

/* Innermenu */

.dnm-innermenu-container .dnm-innermenu-node a {
  color: transparent;
  display: flex;
  align-items: center;
  padding: 6px 0 6px 20px;
  text-decoration: none;
  transition: max-height 2s 0s ease;
}

.dnm-innermenu-container .dnm-innermenu-node a:hover {
  color: var(--nav) !important;
}

.dnm-page-container.dnm-showing-innermenu .dnm-main-content-container .dnm-content-container > div.dnm-innermenu-container {
  padding:10px 0 0 0;
}

.dnm-page-container.dnm-showing-innermenu .dnm-main-content-container.dnm-with-nav-context .dnm-content-container > div.dnm-innermenu-container {
  padding:60px 0 0 0;
}

.dnm-page-container.dnm-showing-innermenu .dnm-main-content-container.dnm-with-nav-context .dnm-content-container > div.dnm-innermenu-container {
  padding:60px 0 0 0;
}

.dnm-page-container.dnm-showing-innermenu .dnm-content-container > div.dnm-innermenu-container.dnm-innermenu-category-container h3 {
    padding: 0 0 10px 15px;
    margin:0px;
  }

.dnm-innermenu-container .dnm-innermenu-scroll-container {
  height: 100%;
  position: fixed;
  width: 250px;
}

.dnm-innermenu-container .dnm-innermenu-scroll-container .dnm-innermenu-scroll {
  height: 100%;
  position: relative;
}

.dnm-page-container.dnm-showing-innermenu .dnm-content-container > div { 
  padding-left: 60px;
}

.dnm-page-notice-container.dnm-page-notice-success > div {
  padding-left: 10px;
}

    
/************************************  CONTENT CONTEXT *************************/

.dnm-content-context-container .dnm-content-context-message {
  padding-top: 16px;
  display: inline-block;
  
}

.dnm-content-context-container .dnm-content-context-message label {
  display: none;
}
@media only screen and (min-width: 500px) {
  .dnm-content-context-container .dnm-content-context-message label {
    display: inline-block;
  }
}

.dnm-content-context-container .dnm-content-context-name {
  color: #000;
  font-weight: bold;
  padding: 0 10px 0 10px;
}

.dnm-content-context-container .dnm-btn {
   
}

/************************************  CONTENT TOP MENU *************************/

/* dropdown menu */
.dnm-content-top-menu-dropdown {
  position: relative;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.2s;
  top:-1px;
  background-color: #fff;
  width: 100%;
  text-align: left;
  z-index: 999;
}

.dnm-content-top-menu-dropdown > div {
  width: 100%;
  border:1px solid #dbdbdb;
  padding: 10px;
}

.dnm-content-top-menu-dropdown-node {
  padding: 5px;  
  position: relative;  
}

.dnm-content-top-menu-dropdown-node.dnm-missing-app-required a {
  color: #aaa;  
}

.dnm-content-top-menu-dropdown-node.dnm-missing-app-required a:before {
  top: auto;
  right: auto;
}

.dnm-content-top-menu-dropdown-node.dnm-missing-app-required .dnm-content-top-menu-label {
  margin-left: 20px;
  
}

.dnm-content-top-menu-current {
  width: 100%; 
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #8c909c;
  font-size: 1em;
  height: 40px;
  padding: 0 11px;
  vertical-align: top;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  margin-top: 15px;
  position: relative;
}

.dnm-content-top-menu-current-arrow {
  position: absolute;
  right: 10px;
  top: 10px;  
}

.dnm-content-top-menu-current:hover {
  color: var(--body);  
  border-color: var(--lite);
}

.dnm-content-menu-container.dnm-alt .dnm-content-top-menu-dropdown {
  max-height: 1000px;  
  
}

/* inline menu */
.dnm-content-top-menu-inline {
  display: none;
}

.dnm-content-top-menu-inline .dnm-content-top-menu-node {
  display: inline-block;  
  margin-right:40px;
  position: relative;  
}

.dnm-content-top-menu-inline .dnm-content-top-menu-node a {
  color: #1b1b1b;
  display: block;
  height: 48px;
  padding: 16px 0 0;
  text-decoration: none;
}

.dnm-content-top-menu-node a:hover {
  color: var(--accent-color-100);
}

.dnm-content-top-menu-inline .dnm-content-top-menu-node:hover {
  border-bottom: 2px solid #54AFFF;
}

.dnm-content-top-menu-inline .dnm-content-top-menu-node.dnm-selected {
  border-bottom: 2px solid var(--accent-color-100);
}

.dnm-content-top-menu-node.dnm-selected a {
  color: #1b1b1b;
}

.dnm-content-top-menu-inline .dnm-content-top-menu-node.dnm-missing-app-required a {
  padding: 18px 37px 0px 10px;
  color: #aaa;  
}


/** make the top menu responsive  **/
@media only screen and (min-width: 500px) {
  .dnm-content-menu-container.dnm-content-menu-small .dnm-content-top-menu-dropdown-container {
    display:none;
  }
  .dnm-content-menu-container.dnm-content-menu-small .dnm-content-top-menu-inline {
    display:block;
  }
  .dnm-content-menu-container.dnm-content-menu-small {
    height: 50px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 700px) {
  .dnm-content-menu-container.dnm-content-menu-medium .dnm-content-top-menu-dropdown-container {
    display:none;
  }
  .dnm-content-menu-container.dnm-content-menu-medium .dnm-content-top-menu-inline {
    display:block;
  }
  .dnm-content-menu-container.dnm-content-menu-medium {
    height: 50px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 900px) {
  .dnm-content-menu-container.dnm-content-menu-large .dnm-content-top-menu-dropdown-container {
    display:none;
  }
  .dnm-content-menu-container.dnm-content-menu-large .dnm-content-top-menu-inline {
    display:block;
  }
  .dnm-content-menu-container.dnm-content-menu-large {
    height: 50px;
    padding-right: 0px;
  }
}
/* we need to show dropdown when nav is showing for a bit.. */
@media only screen and (min-width: 1100px) {
  .dnm-page-container.dnm-page-allow-full-width .dnm-content-menu-container.dnm-content-menu-large .dnm-content-top-menu-dropdown-container {
    display:block;
  }
  .dnm-page-container.dnm-page-allow-full-width .dnm-content-menu-container.dnm-content-menu-large .dnm-content-top-menu-inline {
    display:none;
  }
  .dnm-page-container.dnm-page-allow-full-width .dnm-content-menu-container.dnm-content-menu-large {
    height: 70px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .dnm-page-container.dnm-page-allow-full-width .dnm-content-menu-container.dnm-content-menu-large .dnm-content-top-menu-dropdown-container {
    display:none;
  }
  .dnm-page-container.dnm-page-allow-full-width .dnm-content-menu-container.dnm-content-menu-large .dnm-content-top-menu-inline {
    display:block;
  }
  .dnm-page-container.dnm-page-allow-full-width .dnm-content-menu-container.dnm-content-menu-large {
    height: 50px;
    padding-right: 0px;
  }
}


@media only screen and (min-width: 1600px) {
  .dnm-page-container.dnm-page-allow-full-width .dnm-content-menu-container.dnm-content-menu-xlarge .dnm-content-top-menu-dropdown-container {
    display:none;
  }
  .dnm-page-container.dnm-page-allow-full-width .dnm-content-menu-container.dnm-content-menu-xlarge .dnm-content-top-menu-inline {
    display:block;
  }
  .dnm-page-container.dnm-page-allow-full-width .dnm-content-menu-container.dnm-content-menu-xlarge {
    height: 50px;
    padding-right: 0px;
  }
}


/************************************  CONTENT HEADING *************************/

.dnm-content-heading-title-container {
  display:inline-block;  
  width: 100%;
  padding-left: 20px;
  height: 50px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 21px 50%;
  background-size: 20px auto;
  overflow: hidden;
  direction: rtl;
  text-align: left;
  background-image:none;
}

.dnm-content-page-with-actions .dnm-content-heading-title-container {
  margin-right: -45px;
  padding-right: 45px;
}

.dnm-content-page-extra-popdown {
  display: inline-block;
  width: 35px;  
  height: 35px;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin: 7px 5px;
  text-align: center;
  padding-top: 8px;
  color: var(--accent-color-100);
}

.dnm-content-heading-actions-container {
  display:none;
  width: 0%;
  height: 50px;
  vertical-align: top;
  text-align: right;
  padding-top:10px;
  padding-right: 10px;
}

.dnm-content-heading-container.dnm-alt .dnm-content-heading-actions-container {
  width: 300px;
  max-width: 100%;  
  position: absolute;
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 999;
  border:1px solid #dbdbdb;
  transition: max-height 0.2s;
  top:49px;
  height: auto;
  padding-top: 0px;
  border-top-width: 0px;
}

.dnm-innermenu-container a.dnm-btn,
.dnm-innermenu-container span.dnm-btn,
.dnm-innermenu-container input.dnm-btn,
.dnm-table td a.dnm-btn,
.dnm-table td span.dnm-btn,
.dnm-table td input.dnm-btn
 {
  margin:0;
  border-radius:0;
  margin-left:-1px;
  position:relative;
}

.dnm-innermenu-container a.dnm-btn:first-of-type,
.dnm-innermenu-container span.dnm-btn:first-of-type,
.dnm-innermenu-container input.dnm-btn:first-of-type,
.dnm-table td a.dnm-btn:first-of-type,
.dnm-table td span.dnm-btn:first-of-type,
.dnm-table td input.dnm-btn:first-of-type {
  border-radius:4px 0 0 4px;
}

.dnm-innermenu-container a.dnm-btn:last-of-type,
.dnm-innermenu-container span.dnm-btn:last-of-type,
.dnm-innermenu-container input.dnm-btn:last-of-type,
.dnm-table td a.dnm-btn:last-of-type,
.dnm-table td span.dnm-btn:last-of-type,
.dnm-table td input.dnm-btn:last-of-type  {
  border-radius:0 4px 4px 0;
}

.dnm-table td a.dnm-btn:only-of-type,
.dnm-table td span.dnm-btn:only-of-type,
.dnm-table td input.dnm-btn:only-of-type  {
  border-radius: 4px;
}


/* heading title/breadcrump */

.dnm-content-heading-icon {
  display: inline-block;
  width: 18px;  
  height: 50px;
  background-repeat: no-repeat;
  background-position: center 42%;
  background-size: 20px auto;
  vertical-align:top;
}

.dnm-content-heading-prefix {
  display: none;
  height: 50px;
  vertical-align: top;
}

.dnm-content-heading-breadcrumb-node {
  display: inline-block;
  height: 50px;
  margin-right: 2px;  
  vertical-align: top;
}

.dnm-content-heading-breadcrumb-section {
  display: inline-block;
  height: 50px;
  vertical-align: top;
}


.dnm-content-heading-breadcrumb-divider {
  display: inline-block;
  height: 50px;
  margin-right: 2px;
  vertical-align: top;
  padding: 16px 0 0;
}

.dnm-content-heading-breadcrumb-node a {
  display: block;
  height: 50px;
  padding: 16px 0 0;
}

.dnm-content-heading-page-title {
  display: inline-block;
  height: 50px;
  padding: 16px 0 0;
  color: #242a34;
  direction: ltr;
}

/* page actions */
.dnm-content-page-action {
  display: inline-block;
}

.dnm-content-page-extra-actions {
  display: inline-block;
  cursor: pointer;
  background-image: url(/images/dnm/menumore.png?TS0TS);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px 15px;
}

.dnm-content-page-extra-actions-container {
  max-height: 0px;  
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  right: 0;
  width: 300px;
  max-width: 100%; 
  text-align: center;
  z-index: 999;
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 1px;
  border-radius: 0 0 5px 5px;
  transition: max-height 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  top: 49px;
  box-shadow: -1px 2px 4px -2px rgba(0,0,0,0.2);
}

.dnm-content-heading-actions-container.dnm-alt .dnm-content-page-extra-actions-container {
  max-height: 1000px;
  overflow: hidden;
}

.dnm-content-page-extra-actions-container .dnm-content-page-action {
  display: block;
  margin: 10px;  
}

.dnm-content-page-extra-actions-container .dnm-content-page-action a {
  width: 100%;  
}

/* for when we are seeing the menu in popdown */
.dnm-content-heading-container.dnm-alt .dnm-content-page-action {
  display: block;
  margin: 10px;  
}
.dnm-content-heading-container.dnm-alt .dnm-content-page-action a {
  width: 100%;  
}

.dnm-content-heading-container.dnm-alt .dnm-content-page-extra-actions {
  display: none;  
}

.dnm-content-heading-container.dnm-alt .dnm-content-page-extra-actions-container {
  position: static;
  max-height: 1000px;
  border-width:0px;
}


/** make the page actions and the title breadcrumbs responsive  **/
@media only screen and (min-width: 400px) {
  /* show small page actions */
  .dnm-content-heading-container.dnm-content-page-actions-small .dnm-content-page-extra-popdown {
    display: none;
  }
  .dnm-content-heading-container.dnm-content-page-actions-small .dnm-content-heading-title-container {
    margin-right: -200px;
    padding-right: 200px;
  }
  
  .dnm-content-heading-container.dnm-content-page-actions-small .dnm-content-heading-actions-container {
    display: inline-block; 
    width: 200px;
  }
  /* show the full breadcrumbs if its small and there are no actions */
  .dnm-content-heading-container.dnm-content-page-actions-none.dnm-content-title-small .dnm-content-heading-prefix {
    display: inline-block;
  }
}

@media only screen and (min-width: 500px) {
  /* show medium page actions */
  .dnm-content-heading-container.dnm-content-page-actions-medium .dnm-content-page-extra-popdown {
    display: none;
  }
  .dnm-content-heading-container.dnm-content-page-actions-medium .dnm-content-heading-title-container {
    margin-right: -300px;
    padding-right: 300px;
  }
  
  .dnm-content-heading-container.dnm-content-page-actions-medium .dnm-content-heading-actions-container {
    display: inline-block; 
    width: 300px;
  }
  
  /* show the full breadcrumbs if its small and there are small actions, or medium with no actions */
  .dnm-content-heading-container.dnm-content-page-actions-none.dnm-content-title-medium .dnm-content-heading-prefix,
  .dnm-content-heading-container.dnm-content-page-actions-small.dnm-content-title-small .dnm-content-heading-prefix {
    display: inline-block;
  }
}

@media only screen and (min-width: 600px) {
  .dnm-content-heading-container.dnm-content-page-actions-large .dnm-content-page-extra-popdown {
    display: none;
  }
  .dnm-content-heading-container.dnm-content-page-actions-large .dnm-content-heading-title-container {
    margin-right: -550px;
    padding-right: 550px;
  }
  
  .dnm-content-heading-container.dnm-content-page-actions-large .dnm-content-heading-actions-container {
    display: inline-flex;
    width: 550px;
    align-items: start;
    justify-content: right;
  }
  
  /* show the full breadcrumbs if its small and there are small/medium actions, or medium with small actions */
  .dnm-content-heading-container.dnm-content-page-actions-small.dnm-content-title-medium .dnm-content-heading-prefix,
  .dnm-content-heading-container.dnm-content-page-actions-medium.dnm-content-title-small .dnm-content-heading-prefix {
    display: inline-block;
  }
}

@media only screen and (min-width: 700px) {
  /* show the full breadcrumbs if its small and there are large actions, or medium with medium actions, or large with no actions */
  .dnm-content-heading-container.dnm-content-page-actions-none.dnm-content-title-large .dnm-content-heading-prefix,
  .dnm-content-heading-container.dnm-content-page-actions-medium.dnm-content-title-medium .dnm-content-heading-prefix,
  .dnm-content-heading-container.dnm-content-page-actions-large.dnm-content-title-small .dnm-content-heading-prefix {
    display: inline-block;
  }
}

@media only screen and (min-width: 800px) {
  /* show the full breadcrumbs if its medium and there are large actions, or large with small actions */
  .dnm-content-heading-container.dnm-content-page-actions-large.dnm-content-title-medium .dnm-content-heading-prefix,
  .dnm-content-heading-container.dnm-content-page-actions-small.dnm-content-title-large .dnm-content-heading-prefix {
    display: inline-block;
  }
}

@media only screen and (min-width: 900px) {
  /* show the full breadcrumbs if its large and there are large actions */
  .dnm-content-heading-container.dnm-content-page-actions-large.dnm-content-title-large .dnm-content-heading-prefix {
    display: inline-block;
  }
}

/**************************** CONTENT NOTICE **********************************/

.dnm-content-container .dnm-page-notice-container {
  width: 100%;
  color: #fff;
  font-size: 1.3em;
  height: auto;
  position: relative;
  overflow: hidden;
  transition: max-height 0.25s cubic-bezier(0.36, 0, 0.66, -0.56), padding 0.25s cubic-bezier(0.36, 0, 0.66, -0.56);
  padding: 25px;
  box-sizing: border-box;
  max-height: 600px;
}

.dnm-content-container .dnm-page-notice-container.dnm-page-notice-minor,
.dnm-content-container .dnm-page-notice-container.dnm-alt.dnm-page-notice-minor {
  height: auto;
  padding: 5px;  
  margin-bottom: 2px;
}

.dnm-content-container .dnm-page-notice-container.dnm-alt { 
  max-height: 0;
  padding: 0 25px 0 25px;
}

.dnm-page-notice-container.dnm-page-notice-success {
  background-color: #26b526;
}

.dnm-page-notice-container.dnm-page-notice-warning {
  background-color: #ed8c0c;
}

.dnm-page-notice-container.dnm-page-notice-error {
  background-color: #be2d2d;
}

.dnm-page-notice-container .dnm-page-notice {
  display: inline-block;  
  width: 100%;
  margin-left: -1px;
  margin-right: -50px;
  padding-right: 50px;
  padding-bottom: 2px;
  vertical-align: middle;
}

.dnm-page-notice-close {
  background-image: url(/images/dnm/help-popup-close.png?TS0TS);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  background-size: 20px;
  height: 100%  ;
  width: 20px;
  position: absolute;
  padding: 0 40px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

/*** SMALLER NOTICE ****/
.dnm-notice-container {
  width: 100%;
  color: #fff;
  font-size: 1.3em;
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.dnm-notice-container.dnm-centered {
  text-align: center;
}


.dnm-notice-container h2,
.dnm-notice-container h3,
.dnm-notice-container h4 {
  color: inherit;
}

.dnm-notice-container h2 {
  font-size: 1.7em;
  line-height: 1.1em;
}

.dnm-notice-container.dnm-notice-success {
  background-color: #50CC21;
}
.dnm-notice-container.dnm-notice-info {
  background-color: var(--accent-color-100);
}
.dnm-notice-container.dnm-notice-warning {
  background-color: #FF6600;
}
.dnm-notice-container.dnm-notice-error {
  background-color: #be2d2d;
}
.dnm-notice-container.dnm-notice-warning .dnm-btn-primary {
  background-color: #b74900;
  border-color: #b74900;
}
.dnm-notice-container.dnm-notice-warning .dnm-btn-primary:hover {
  background-color: #682a00;
  border-color: #b74900;
}

.dnm-notice-container.dnm-notice-error .dnm-btn-primary {
  background-color: #960000;
  border-color: #960000;
}
.dnm-notice-container.dnm-notice-error .dnm-btn-primary:hover {
  background-color: #5a0000;
  border-color: #960000;
}

.dnm-notice-container.dnm-notice-info .dnm-btn-primary {
  background-color: #0c61ab;
  border-color: #0c61ab;
}
.dnm-notice-container.dnm-notice-info .dnm-btn-primary:hover {
  background-color: #094d89;
  border-color: #094d89;
}

.dnm-status-pill {
  padding: 4px 8px;
  border-radius: 3px;
  text-align: center;
  line-height: 1.8em;
}
div.dnm-status-pill {
  text-align: left;
}
.dnm-status-pill.dnm-info,
.dnm-status-pill.dnm-info a {
  color: #0c61ab;
  background: #a6d5ff;
}
.dnm-status-pill.dnm-alert,
.dnm-status-pill.dnm-alert a {
  color: #464c21;
  background: #fff9b5;
}
.dnm-status-pill.dnm-warning,
.dnm-status-pill.dnm-warning a {
  color: #464c21;
  background: #fff9b5;
}
.dnm-status-pill.dnm-success,
.dnm-status-pill.dnm-success a {
  color: #006908;
  background: #d7f7c2;
}

.dnm-status-pill.dnm-error,
.dnm-status-pill.dnm-error a {
  color: #930000;
  background: #ffdede;
}

.dnm-status-pill a {
  font-weight: bold;
}

.dnm-status-pill a:hover {
  text-decoration: underline;
}

.alert {
  margin-bottom: 0;
  border-radius: 2px;
  padding: 8px 14px;
}

.dnm-panel-field-container .alert {
  padding: 5px 8px;
  vertical-align: middle;
  display: inline-block;
}

#dnm_work_area > .alert {
  margin-bottom: 15px;
}

#dnm_work_area > .alert h4 {
  font-size: 1.1em;
}

.alert-danger,
.alert-error {
  padding: 14px 16px;
}


/****************************  CONTENT FOOTER *********************************/

.dnm-footer-actions-container {
  display: flex;
  justify-content: center;
}

.dnm-footer-action {
  display: inline-block;
}

.dnm-content-footer-container .dnm-footer-action {
  margin: 0 6px 0 0;
}

.dnm-content-footer-container .dnm-footer-action:last-child {
  margin: 0;
}

.dnm-footer-action.dnm-primary a,
.dnm-footer-action.dnm-primary input {
  background-color: var(--accent-color-100);
  border: 1px solid var(--accent-color-100);
  color: #FFF;
  transition: background-color 0.25s 0s ease;
}

/***************************** HELP *******************************************/

.dnm-page .askai-frame-widget {
  z-index: 998;
  bottom: 120px;
  box-shadow: 0 2px 16px rgb(0 0 0 / 35%);
}

.dnm-page #askai-floating-button {
  z-index: 998;
  bottom: 50px;
}

#dnm-help-video-popup .dnm-intro-video-outer-container {
  width: 1000px;
  max-width: 100%;
  position: relative;
}

#dnm-help-video-popup .dnm-intro-video-container-height {
  width: 100%;  
  padding-top: 56.3%;
  line-height: 0px;
  font-size: 0px;
}

#dnm-help-video-popup .dnm-intro-video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;  
}

.dnm-help-button {
  cursor: pointer;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 0;
  color: #FFF;
  background: #009933;
  border-radius: 5px 5px 0 0;
  height: 30px;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  transition: height 0.25s 0s ease;
  overflow: hidden;
}

.dnm-help-button:hover {
  height: 40px;  
}

.dnm-help-popup {
  height: auto; 
  max-height: 0px;
  z-index: 10;
  overflow: hidden;
  border-radius: 15px 0 0 0;
  background-color: var(--body);
  bottom: 0px;
  color: #fff;
  position: fixed;
  right: 0;
  width: 100%;
  transition: max-height 0.75s 0s ease;
  box-sizing: border-box; 
  z-index: 1;
}

.dnm-help-popup > div {
  padding: 20px;
}

.dnm-help-popup.dnm-alt {
  max-height: 500px;
}

.dnm-help-close {
  background-image: url(/images/dnm/help-popup-close.png?TS0TS);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  float: none;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.dnm-help-popup h3 {
  margin: 0 0 20px 0;
  color: #fff;
  padding: 0!important;
  margin: 10px 0 20px 0;
  padding: 30px 0 0 30px;
  font-size: 1.3em;
  font-weight: bold; 
}

.dnm-help-popup h4,
.dnm-help-popup h5,
.dnm-help-popup a {
  color: #fff;
}

.dnm-help-popup h4 {
  margin-bottom: 10px;  
}

.dnm-help-popup .dnm-help-panel {
  width: 100%;
  display: inline-block;  
  padding: 5px;
  vertical-align: top;
  margin-bottom: 20px;
  position: relative;
}

.dnm-help-video {
  margin-bottom: 5px;  
  width: 130px;
  display: inline-block;
}

.dnm-help-search {
  width: 100%;    
  margin-bottom: 20px;
}

.dnm-help-search-container {
  display: inline-block;
  width: 100%;
  margin-right: -100px;
  padding-right: 110px;  
  vertical-align: top;
}
#support-search-box-input {
  width: 100%;
  margin: 0 0 0 0;  
  border-radius: 2px;
  font-size: 1.0em;
  padding: 0 11px;
  color: #6e6e6e;
  height: 45px;
  vertical-align: top;
}

.dnm-btn.dnm-help-search-submit {
  width: 100px;
  display: inline-block;
  height: 45px;
}

/***************************** LAUNCH CHECKLIST *******************************************/
#dnm-launch-checklist {
  background: #fff none repeat scroll 0 0;
  bottom: -2px;
  left: 20px;
  position: fixed;
  transition: all 0.25s ease 0s;
  z-index: 999;
}

#dnm-launch-checklist #dnm-launch-checklist-header {
  background-color: #e8337e;
  background-image: url(/images/dnm/launch_icons.png?TS0TS);
  background-position: right 15px;
  background-repeat: no-repeat;
  padding: 0 15px
}

#dnm-launch-checklist #dnm-launch-checklist-header> h3 {
    background-image: url(/images/dnm/launch_rocket.png?TS0TS);
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 15px 0 15px 50px;
}

#dnm-launch-checklist #dnm-launch-checklist-steps {
  background-color: #f3f4f6;
  border: 1px solid #ccc;
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.25s ease 0s;
}

#dnm-launch-checklist.dnm-launch-checklist-open #dnm-launch-checklist-steps {
  height: auto;
  transition:all 0.25s 0s ease;
}

#dnm-launch-checklist.dnm-launch-checklist-open #dnm-launch-checklist-header {
  background-position: right -25px;
  background-color: var(--nav);
}

#dnm-launch-checklist #dnm-launch-checklist-steps ul {
  margin: 20px 0 10px;
}

#dnm-launch-checklist #dnm-launch-checklist-steps li {
  position: relative;
}

 #dnm-launch-checklist #dnm-launch-checklist-steps ul li a {
    background-color: #fff;
    background-image: url(/images/dnm/launch_tick.png?TS0TS);
    background-position: 6px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 12px 10px 12px 50px;
    text-decoration: none;
    width: 100%;
}

#dnm-launch-checklist #dnm-launch-checklist-steps ul li a.dnm-checklist-done {
  background-image:url(/images/dnm/launch_tick_done.png?TS0TS);
}

#dnm-launch-checklist #dnm-launch-checklist-steps ul li a.dnm-checklist-help {
  color:#fff;
  background-color:var(--accent-color-100);
  background-image:url(/images/dnm/launch_tick_help.png?TS0TS);
  border-radius: 2px;
}

#dnm-launch-checklist #dnm-launch-checklist-steps ul li a.dnm-checklist-help:hover {
  text-decoration: underline;
}

.dnm-section-launch-panels {
  padding: 0 0 0 180px;
  background-repeat: no-repeat;
  background-image: url(/images/dnm/launch_panel.png?TS0TS);
  background-position:left 18px;
}

.dnm-section-launch-panels.dnm-alt {
  background-image: url(/images/dnm/launch_panel_ticked.png?TS0TS);
}

.dnm-section.dnm-section-launch-panels .dnm-section-panels {
  background-color: transparent;
  border-color: -moz-use-text-color #dfe0e2 -moz-use-text-color -moz-use-text-color;
  border-style: none solid none none;
  border-width: 0 1px 0 0;
  padding: 0 30px 0 0;
  width: 50%;
}

.dnm-section.dnm-section-launch-panels .dnm-section-intro {
  padding: 0 0 0 30px;
  width: 50%;
}

.dnm-launch-step {
  
}

.dnm-checklist-video {
    background-color: var(--nav) !important;
    background-image: none !important;
    background-position: center center !important;
    height: auto;
    margin: 0 !important;
    padding: 10px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    visibility: hidden;
}

 #dnm-launch-checklist #dnm-launch-checklist-steps ul li a:hover + .dnm-checklist-video,
#dnm-launch-checklist #dnm-launch-checklist-steps ul li a.dnm-checklist-video:hover
  {
  visibility: visible;
 }
/*
.dnm-main-menu-node.dnm-selected a.dnm-main-menu-link.dnm-launch-path,
.dnm-sub-menu-container .dnm-sub-menu-node.dnm-selected a.dnm-launch-path,
.dnm-content-top-menu-node.dnm-selected a.dnm-launch-path
 {
  background-color: #e8337e!important;
  transition:all 0.25s 0s ease;
  color:#fff;
}

.dnm-sub-menu-container .dnm-sub-menu-node.dnm-selected a,
.dnm-content-top-menu-node.dnm-selected a
 {
  transition:all 3s 0s ease;
}
*/
@media only screen and (min-width: 800px) {
  .dnm-help-popup {
    width: 800px;
  }
  .dnm-help-popup.dnm-help-popup-with-videos .dnm-help-panel-other-container {
    display: inline-block;
    margin-right: -150px;
    padding-right: 160px;
    width: 100%;
  }
  .dnm-help-popup .dnm-help-topics-panel {
    width: 66%;
  }
  .dnm-help-popup .dnm-help-other-panel {
    width: 32%;
  }
  .dnm-help-popup .dnm-help-panel.dnm-help-videos-panel {
    width: 130px;  
  }
}

/*************************** SAVE EDIT **************************************/

.dnm-popup-container.dnm-popup-save-edit-container .dnm-popup-background {
  background-color: #000000;
}

.dnm-popup-container.dnm-popup-save-edit-container .dnm-popup {
  background-color: var(--accent-color-100);
  border-radius: 200px;
  height: 70px;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 15px;
  white-space: nowrap;
}

.dnm-popup-container.dnm-popup-save-edit-container .dnm-popup .dnm-popup-content-container {
  background-color: transparent !important;
}

.dnm-popup-container.dnm-popup-save-edit-container .dnm-popup-content {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}

.dnm-popup-container.dnm-popup-save-edit-container .dnm-popup-content img {
  height: 40px;
  padding-right: 10px;
}

.loader_ring {
  display: inline-flex;
  width: 57px;
  height: 70px !important;
  margin: 0 !important;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  padding: 0 15px 0 0;
  /* box-sizing: border-box; */
}
.loader_ring::after {
  content: " ";
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  top: -1px;
  bottom: 1px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loader_ring 1s cubic-bezier(0.7, 0.3, 0.3, 0.7) infinite;
}
@keyframes loader_ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*************************** CANCEL EDIT **************************************/
.dnm-popup.dnm-cancel-edit-popup {
  width: 700px;
}

.dnm-cancel-edit-popup .dnm-popup-content {
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


/************************** APPLICATION PAGES *********************************/

/** Panel structure **/

.dnm-grouped_sections.dnm-tabs .dnm-tabs-selectors .dnm-tabs-selector {
  display:inline-block;
  margin: 0 10px 0 0;
  color: var(--nav);
  height: auto;
  padding: 0 6px 8px 6px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
 
.dnm-grouped_sections.dnm-tabs .dnm-tabs-selectors .dnm-tabs-selector:hover {
  color: var(--black);
  border-bottom-color: #ccc;
}

.dnm-grouped_sections.dnm-tabs .dnm-tabs-selectors .dnm-tabs-selector.dnm-alt, 
.dnm-grouped_sections.dnm-tabs .dnm-tabs-selectors .dnm-tabs-selector.dnm-alt:hover {
  border-bottom-color: var(--accent-color-100);
  color: var(--black);
}

.dnm-grouped_sections.dnm-tabs .dnm-tabs-panels .dnm-tabs-panel {
  max-height: 0px;
  opacity: 0.0;
  visibility: visible;
}

.dnm-grouped_sections.dnm-tabs .dnm-tabs-panels .dnm-tabs-panel.dnm-alt {
  max-height: 999999px;
  opacity: 1.0;
}

.dnm-section,
.dnm-grouped_sections {
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
  position:relative;
}

.dnm-popup-content .dnm-section:last-child,
.dnm-popup-content .dnm-section:has(+ script:last-child),
.dnm-popup-content .dnm-grouped_sections:last-child {
  margin-bottom: 0;
}

.dnm-tabs-panels .dnm-section {
  display: none;
}

.dnm-tabs-panels .dnm-tabs-panel.dnm-alt .dnm-section {
  display: inline-block;
}

.dnm-section.dnm-section-no-margin,
.dnm-section.dnm-section-no-margin .submit,
.dnm-panel-field-container .dnm-field-content-container .dnm-section:last-child {
  margin: 0;
}

.dnm-search-tabs {
  margin-bottom:0px;
}

.dnm-section > div {
  vertical-align: top;
  position: relative;
}

.dnm-section .dnm-section-intro {
  width:100%;
  display:inline-block;
  padding-right: 0;
  margin-bottom: 20px;
}

.dnm-section .dnm-section-intro p {
  color: var(--lite);
}

@media only screen and (min-width: 800px){
  .dnm-section .dnm-section-intro {
    width:30%;
    display:inline-block;
  }
}

.dnm-section .dnm-section-intro > :not(h3):not(.dnm-btn) {
  padding-right: 20px;
}

td:has(input[type=checkbox]:not([disabled])) + td label[for]:only-child,
.dnm-section .dnm-section-intro input[type="checkbox"] + label[for],
input[type="checkbox"][id] + label[for],
div:not([class*="dnm-"]) > label:has(input[type=checkbox]) span,
td[onclick*="pressInput"]:not(.dnm-disabled):has(.dnm-field-container:only-child input:not(:disabled)),
td[onclick*="pressInput"]:not(.dnm-disabled):has(.dnm-field-checkbox:only-child input:not(:disabled)),
td[onclick*="pressInput"]:not(.dnm-disabled):has(input:only-child:not(:disabled)),
td[onclick*="pressInput"]:not(.dnm-disabled):has(.dnm-disable-overlay + .dnm-field-checkbox input:not(:disabled)) {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dnm-section .dnm-section-intro-extra {
  padding: 10px 0 0 0;
}

.dnm-section .dnm-section-introtop {
  width:100%;
  display:inline-block;
  padding-bottom: 30px;
}

.dnm-section .dnm-section-introtop h3 {
  margin-top:0;
}

.dnm-section .dnm-section-intro ul {
  list-style: outside none disc;
}

.dnm-section .dnm-section-intro ul li {
  
}

.dnm-section.dnm-panel-intro-center .dnm-section-intro {
  text-align: center;
}

.dnm-section .dnm-section-introimage {
  margin-top:20px;
}

.dnm-section .dnm-section-introimage-50 {
  width:50%;
  height:50%;
}

.dnm-section .dnm-section-introimage-30 {
  width:30%;
  height:30%;
}

/*PANELS*/
.dnm-section .dnm-section-panels,
.dnm-section-with-panels,
.col-middle .section {
  width:100%;
  display: inline-block;
  background-color: #fff;
  border: 1px solid red;
  border-color: #00000020;
  padding: 18px 24px 24px 24px;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
}

.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-checkbox + input[type="hidden"] + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio_checkbox + input[type="hidden"] + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio + input[type="hidden"] + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-checkbox + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio_checkbox + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-checkbox + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio_checkbox + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-checkbox + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio_checkbox + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio + input[type="hidden"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-checkbox + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio_checkbox + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-checkbox + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio_checkbox + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-checkbox + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio_checkbox + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-checkbox + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio_checkbox + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio + div[style*="display: none"]:last-child),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-checkbox:last-child:not([style*="display: none"])),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio_checkbox:last-child:not([style*="display: none"])),
.dnm-section.dnm-section-with-panels-2 .dnm-section-panels:not(:only-of-type):has(.dnm-panel:first-child .dnm-panel-field-container-radio:last-child:not([style*="display: none"])),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-checkbox + input[type="hidden"] + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio_checkbox + input[type="hidden"] + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio + input[type="hidden"] + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-checkbox + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio_checkbox + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio + input[type="hidden"] + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-checkbox + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio_checkbox + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio + input[type="hidden"] + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-checkbox + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio_checkbox + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio + input[type="hidden"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-checkbox + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio_checkbox + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-checkbox + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio_checkbox + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-checkbox + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio_checkbox + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-checkbox + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio_checkbox + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-checkbox:last-child:not([style*="display: none"])),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio_checkbox:last-child:not([style*="display: none"])),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child .dnm-panel-field-container-radio:last-child:not([style*="display: none"])),
.dnm-section-panels:first-child:has(> .dnm-panel:only-child > div > .dnm-panel-field-container:only-child > .dnm-field-content-container > p:only-child),
.dnm-section-panels:first-child:has(> .dnm-panel:only-child > div > .dnm-panel-field-container:only-child > .dnm-field-content-container > p:first-child + p:nth-child(2):last-child),
.dnm-section-intro + .dnm-section-panels:last-child:has(> .dnm-panel:only-child > div > .dnm-panel-field-container:only-child > .dnm-field-content-container > p:only-child),
.dnm-section-intro + .dnm-section-panels:last-child:has(> .dnm-panel:only-child > div > .dnm-panel-field-container:only-child > .dnm-field-content-container > p:first-child + p:nth-child(2):last-child),
.dnm-section-intro + .dnm-section-panels:last-child:has(> .dnm-panel:only-child > div > .dnm-panel-field-container:only-child > .dnm-field-content-container > div > p:only-child),
.dnm-section-intro + .dnm-section-panels:last-child:has(> .dnm-panel:only-child > div > .dnm-panel-field-container:only-child > .dnm-field-content-container > div > p:first-child + p:nth-child(2):last-child),
.dnm-section .dnm-section-panels:has(.dnm-panel-field-container:last-child .dnm-field-image-preview-remove-container + script:last-child),
.dnm-section .dnm-section-panels:has(.dnm-panel-field-container:last-child .dnm-field-image-preview-select-container + script:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child  > div > .dnm-panel-field-container-text.dnm-input-text-fake + div[style*="display: none"] + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child  > div > .dnm-panel-field-container-text.dnm-input-text-fake + div[style*="display: none"] + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child  > div > .dnm-panel-field-container-text.dnm-input-text-fake + div[style*="display: none"]:last-child),
.dnm-section .dnm-section-panels:not(:only-of-type):has(.dnm-panel:last-child  > div > .dnm-panel-field-container-text.dnm-input-text-fake:last-child:not([style*="display: none"]))  {
  padding-bottom: 20px;
}

.dnm-popup-content .dnm-section-panels , .dnm-popup-content .dnm-section-with-panels {
  background-color: transparent;
  border:0px solid white;
  padding:0px;
}

.dnm-section.dnm-section-tight .dnm-section-panels {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dnm-section.dnm-section-no-margin {
  margin: 0px;
}
/*PANELS*/
.dnm-section.dnm-section-with-panels:not(.dnm-section-with-panels-1):not(.dnm-section-with-panels-2):not(.dnm-section-with-panels-3):not(.dnm-section-with-panels-4),
.dnm-section.dnm-section-with-panels-4:not(.dnm-panel-grouped):not(.dnm-section-intro-with-panels):not(.dnm-panel-chart-nav),
.dnm-section.dnm-section-with-panels-3:not(.dnm-panel-grouped):not(.dnm-section-intro-with-panels):not(.dnm-panel-chart-nav),
.dnm-section.dnm-section-with-panels-2:not(.dnm-panel-grouped):not(.dnm-section-intro-with-panels):not(.dnm-panel-chart-nav),
.dnm-section.dnm-section-with-panels-1:not(.dnm-section-intro-with-panels):not(.dnm-panel-chart-nav),
.col-middle .section {
  box-shadow: 0 1px 6px 0px rgba(0,0,0,.03);
  border-radius: 5px;
}

.dnm-section-with-transparent-panels,
.dnm-popup-content .dnm-section.dnm-section-with-panels {
  background-color: transparent;
  border:0px;
  padding:0px;
  margin-bottom: 0px;
  box-shadow: none !important;
}

.dnm-section-with-full-table {
  border:0px;
  padding:0px;
}

.dnm-section-with-full-table .dnm-section-panels {
  padding: 0px;
  border: 0px;
  border-bottom: 0px;
}

.dnm-section.dnm-section-field-table:has(.dnm-field-content-container > div[id^="foptions"][style^="display"]) {
  display: none;
}

/*PANELS*/
.dnm-section.dnm-section-intro-with-panels.dnm-section-with-full-table .dnm-section-panels:has(> .dnm-panel:only-child > div > .dnm-panel-field-container:only-child .dnm-field-content-container:nth-child(2):last-child > table.dnm-table:only-child),
.dnm-section-with-panels.dnm-section-with-panels-1:has(> div > .dnm-section-with-panels.dnm-section-with-panels-1.dnm-section-with-transparent-panels),
.dnm-section-with-panels.dnm-section-with-panels-1:has(div.dnm-popup-content > .dnm-section-with-panels.dnm-section-with-panels-1) {
  background-color: #fff;
  border: 1px solid blue;
  border-color: #00000020;
  box-shadow: 0 1px 6px 0px rgba(0,0,0,.03);
}

.dnm-section-with-panels.dnm-section-with-panels-1:has(.dnm-section-with-panels.dnm-section-with-panels-1),
.dnm-popup .dnm-section-with-panels.dnm-section-with-panels-1:has(> div > .dnm-section-with-panels.dnm-section-with-panels-1.dnm-section-with-transparent-panels) {
  box-shadow: none;
  background: transparent;
  border: none;
}

.dnm-section-with-panels h3:empty {
  display: none;
}

.dnm-section-with-white-text p,
.dnm-section-with-white-text h2,
.dnm-section-with-white-text h2 em,
.dnm-section-with-white-text h3 {
  color:#fff;
}

.dnm-section-with-transparent-panels .dnm-section-panels {
  background: none;
  border: none;
  padding: 0 30px;
}

.dnm-section-with-icon {
  position:relative;
}

.dnm-section-with-icon h3,
.dnm-section-with-icon .dnm-field-content-container {
  padding-left: 15px;
}

.dnm-section.dnm-section-with-icon .dnm-section-icon,
.dnm-panel.dnm-panel-with-icon .dnm-section-icon {
  background-position: center center;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  left: -5px;
  top: -5px;
  position: absolute;
}

.dnm-section.dnm-section-with-icon .dnm-section-icon-important,
.dnm-panel.dnm-panel-with-icon .dnm-section-icon-important {
  background-image: url(/images/dnm/panel-icon-important.png?TS0TS)
}

.dnm-section.dnm-section-with-icon .dnm-section-icon-information,
.dnm-panel.dnm-panel-with-icon .dnm-section-icon-information {
  background-image: url(/images/dnm/panel-icon-information.png?TS0TS)
}
/*
No longer using form_warning.. the dnm template will check the field for errors and add classes higher up to allow better styling...
*/
.dnm-panel-field-container .form_warning {
  display: none;  
}

.dnm-panel-field-container.dnm-with-errors .dnm-field-sections-container  input {
  border: 1px solid #a22d2d;
}
.dnm-panel-field-container.dnm-with-errors .dnm-field-sections-container select {
  border: 1px solid #a22d2d;
}
.dnm-field-errors {
  background-color: #a22d2d;
  color: white;
  padding: 5px;  
  border-radius: 2px;
}

.dnm-panel-field-container.dnm-with-errors.dnm-with-html .dnm-field-errors {
  margin-top: 2px;
}

.dnm-field-error {
  padding: 4px;
  border-radius: 3px;
  color: #930000;
  background: #ffdede;
}

.dnm-section-with-panels .dnm-section-panels {
  display: inline-flex;
  background: transparent;
  border: 0px;
  padding: 0;
}

.dnm-section-with-panels .dnm-section-panels:has(> .dnm-panel:only-child > div:empty:only-child) {
  display: none;
}

.dnm-section-with-panels > h3 {
  margin-top: 2px;
}

.dnm-section.dnm-section-intro-with-panels .dnm-section-panels,
.dnm-section:has(.dnm-section-with-panels:only-child) .dnm-section-with-panels:has(.dnm-panel:only-child) {
  width:100%;
  box-shadow: 0 1px 6px 0px rgba(0,0,0,.03);
}

.dnm-section.dnm-section-with-transparent-panels .dnm-section-panels {
  width:100%;
  box-shadow: none !important;
}

@media only screen and (min-width: 800px){
  .dnm-section.dnm-section-intro-with-panels .dnm-section-panels {
    width:70%;
  }
}

.dnm-section .dnm-section-panels .dnm-panel:first-of-type,
.dnm-section .dnm-section-panels .dnm-panel:last-of-type {
  padding-left:0px;
  padding-right:0px;
}

.dnm-popup .dnm-section-with-transparent-panels .dnm-section-panels {
  width: 100%;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-1 .dnm-panel:first-of-type,
.dnm-section.dnm-section-with-panels-1 > .dnm-section-panels .dnm-panel:first-of-type,
.dnm-section-with-panels-1 .dnm-panel:first-of-type {
  padding-right:0px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-1 .dnm-panel:last-of-type,
.dnm-section.dnm-section-with-panels-1 > .dnm-section-panels .dnm-panel:last-of-type,
.dnm-section-with-panels-1 .dnm-panel:last-of-type {
  padding-left:0px;
  padding-bottom:0px;
}

.dnm-section .dnm-section-panels .dnm-panel {
  width: 100%;
}

.dnm-section.dnm-section-intro-with-panels .dnm-section-panels .dnm-panel {
  position:unset;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-1 .dnm-panel,
.dnm-section.dnm-section-with-panels-1 > .dnm-section-panels .dnm-panel,
.dnm-section-with-panels-1 .dnm-panel{
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-2 .dnm-panel,
.dnm-section.dnm-section-with-panels-2 > .dnm-section-panels > .dnm-panel,
.dnm-section-with-panels-2 .dnm-panel{
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.dnm-mpage-settings-panel .dnm-section-panels > .dnm-panel.dnm-panel-expandable {
  padding-top: 0;
}

.dnm-mpage-settings-panel .dnm-section-panels > .dnm-panel {
  padding-top: 15px;
  vertical-align: middle;
}

.dnm-mpage-settings-panel .dnm-section:first-child .dnm-section-panels > .dnm-panel,
.dnm-mpage-settings-panel .dnm-section.dnm-section-with-panels .dnm-section-panels > .dnm-panel:first-child,
.dnm-mpage-settings-panel .dnm-section.dnm-section-with-panels .dnm-section-panels > .dnm-panel.dnm-2panel,
.dnm-mpage-settings-panel .dnm-section.dnm-section-with-panels-2 > .dnm-section-panels > .dnm-panel:nth-child(2) {
  padding-top: 0;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-2 .dnm-panel:first-of-type,
.dnm-section.dnm-section-with-panels-2 > .dnm-section-panels > .dnm-panel:first-of-type,
.dnm-section-with-panels-2 .dnm-panel:first-of-type {
  padding-right:15px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-2 .dnm-panel:last-of-type,
.dnm-section.dnm-section-with-panels-2 > .dnm-section-panels > .dnm-panel:last-of-type,
.dnm-section-with-panels-2 .dnm-panel:last-of-type {
  padding-left:15px;
}

.dnm-popup .dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-2 .dnm-panel:last-of-type,
.dnm-popup .dnm-section-with-panels-2 > .dnm-section-panels > .dnm-panel:last-of-type {
  padding-left:0px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-3 .dnm-panel,
.dnm-section.dnm-section-with-panels-3 > .dnm-section-panels > .dnm-panel {
  padding-right:15px;
  padding-left:15px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-3 .dnm-panel:first-of-type,
.dnm-section.dnm-section-with-panels-3 > .dnm-section-panels > .dnm-panel:first-of-type {
  padding-left:0px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-3 .dnm-panel:last-of-type,
.dnm-section.dnm-section-with-panels-3 > .dnm-section-panels > .dnm-panel:last-of-type {
  padding-right:0px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-3 .dnm-panel,
.dnm-section.dnm-section-with-panels-3 > .dnm-section-panels > .dnm-panel {
  display: inline-block;
  width: 33.333333%;
}

.dnm-section.dnm-section-with-panels-3 > .dnm-section-panels > .dnm-panel.dnm-panel-no-padding-left {
  padding-left: 0;
}


.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-4 .dnm-panel,
.dnm-section.dnm-section-with-panels-4 > .dnm-section-panels > .dnm-panel {
  padding-right:10px;
  padding-left:10px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-4 .dnm-panel:first-of-type,
.dnm-section.dnm-section-with-panels-4 > .dnm-section-panels > .dnm-panel:first-of-type {
  padding-left:0px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-4 .dnm-panel:last-of-type,
.dnm-section.dnm-section-with-panels-4 > .dnm-section-panels > .dnm-panel:last-of-type {
  padding-right:0px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-4 .dnm-panel,
.dnm-section.dnm-section-with-panels-4 > .dnm-section-panels > .dnm-panel {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding-top: 0;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-4 .dnm-panel.dnm-2panel,
.dnm-section.dnm-section-with-panels-4 > .dnm-section-panels > .dnm-panel.dnm-2panel {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}


.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-5 .dnm-panel,
.dnm-section.dnm-section-with-panels-5 > .dnm-section-panels > .dnm-panel {
  padding-right:10px;
  padding-left:10px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-5 .dnm-panel:first-of-type,
.dnm-section.dnm-section-with-panels-5 > .dnm-section-panels > .dnm-panel:first-of-type {
  padding-left:0px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-5 .dnm-panel:last-of-type,
.dnm-section.dnm-section-with-panels-5 > .dnm-section-panels > .dnm-panel:last-of-type {
  padding-right:0px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-5 .dnm-panel,
.dnm-section.dnm-section-with-panels-5 > .dnm-section-panels > .dnm-panel {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-6 .dnm-panel,
.dnm-section.dnm-section-with-panels-6 > .dnm-section-panels > .dnm-panel {
  padding-right:10px;
  padding-left:10px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-6 .dnm-panel:first-of-type,
.dnm-section.dnm-section-with-panels-6 > .dnm-section-panels > .dnm-panel:first-of-type {
  padding-left:0px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-6 .dnm-panel:last-of-type,
.dnm-section.dnm-section-with-panels-6 > .dnm-section-panels > .dnm-panel:last-of-type {
  padding-right:0px;
}

.dnm-section.dnm-section-with-nested-panels .dnm-section-panels .dnm-nested-panel.dnm-nested-panel-with-panels-6 .dnm-panel,
.dnm-section.dnm-section-with-panels-6 > .dnm-section-panels > .dnm-panel {
  display: inline-block;
  width: 16.6%;
  vertical-align: top;
}

.dnm-section .dnm-section-panels .dnm-panel.dnm-panel-category {
  width:25%;
}

.dnm-section .dnm-section-panels .dnm-panel.dnm-panel-content {
  width:75%;
}

.dnm-section.dnm-panel-grouped .dnm-section-panels,
.dnm-section.dnm-panel-grouped,
.dnm-section.dnm-section-with-panels.dnm-panel-grouped.dnm-section-with-panels-4 {
  background:transparent;
  border:0px;
  padding:0;
  box-shadow: none;
}

.dnm-section.dnm-section-with-panels-2.dnm-panel-sidepanel .dnm-section-panels .dnm-panel:first-of-type {
  width: 33.333333%;
  padding-right: 30px;
}

.dnm-section.dnm-section-with-panels-2.dnm-panel-sidepanel .dnm-section-panels .dnm-panel:last-of-type {
  width: 66.666666%;
  padding-left: 0;
}

.dnm-section.dnm-section-with-panels-2.dnm-panel-sidepanel .dnm-section-panels {
  width: 100%;
}

.dnm-panel.dnm-panel-with-border {
  border: 1px solid #dfe0e2;
  border-radius: 3px;
}

.dnm-section.dnm-panel-grouped > .dnm-section-panels > .dnm-panel > div {
  background-color: #fff;
  border: 1px solid green;
  border-color: #00000020;
  padding: 20px;
  border-radius: 5px;
}

.dnm-section.dnm-panel-grouped.dnm-section-with-panels-2 > .dnm-section-panels > .dnm-panel > div,
.dnm-section.dnm-panel-grouped.dnm-section-with-panels-3 > .dnm-section-panels > .dnm-panel > div,
.dnm-section.dnm-panel-grouped.dnm-section-with-panels-4 > .dnm-section-panels > .dnm-panel > div {
  box-shadow: 0 1px 6px 0px rgba(0,0,0,.03);
}

.dnm-section.dnm-panel-grouped > .dnm-section-panels > .dnm-panel.dnm-panel-content > div {
  background-color: transparent;
  border: 0 none;
  padding: 0;
}

.dnm-section.dnm-panel-grouped .dnm-panel.dnm-panel-transparent > div {
  background: transparent;
  border: 0;
  padding: 0px;
}


.dnm-section .dnm-section-panels.dnm-panel-divider {
  width: 100%;
}

.dnm-section.dnm-panel-divider .dnm-section-panels .dnm-panel:first-of-type {
  border-right: 1px solid #dfe0e2;
  padding-right:30px;
}

.dnm-section.dnm-panel-divider .dnm-section-panels .dnm-panel:last-of-type {
  padding-left:30px;
}

.dnm-section.dnm-panel-nopadding {
  padding: 0;
}

.dnm-section.dnm-no-padding-or-margin,
.dnm-section.dnm-section-with-panels.dnm-no-padding-or-margin {
  margin: 0px;  
  padding: 0;
}

.dnm-section.dnm-no-padding-or-margin > .dnm-section-panels {
  margin: 0px;  
  padding: 0;
}

.dnm-section.dnm-no-padding-or-margin > .dnm-section-panels > .dnm-panel {
  margin: 0px;  
  padding: 0;
}

/* attached actions/menus */

.dnm-section.dnm-section-with-attached-menu .dnm-section-panels {
  padding-top:65px;
}

.dnm-section-with-panels.dnm-section.dnm-section-with-attached-menu .dnm-section-panels {
  padding-top:0px;
}

.dnm-section .dnm-attached-menu {
  position:absolute;
  right: 20px;
  top: 20px;
  z-index: 6;
}

.dnm-section .dnm-attached-menu-top-zero {
  top:0px;
}

.dnm-section .dnm-attached-menu-types-config {
  top: 6px;
  right: 6px;
}

.dnm-section .dnm-attached-menu > div {
  position: relative;
  z-index: 1;
}

.dnm-section .dnm-attached-menu .dnm-attached-action-embedded-right {
  margin-left: 0;
  float:right;
  position:relative;
  top: -4px;
  right: -5px;
}

.dnm-section .dnm-attached-menu .dnm-attached-action-embedded-right-top {
  position:relative;
  top: -25px;
  right: -5px;
}

.dnm-section .dnm-attached-menu div.attached-menu {
  position: absolute;
  display:none;
  text-align: left;
  z-index: 3001;
  width: 330px;
  margin-top: 1px;
  background-color: #fff;
  border-radius: 4px;
  color: var(--body);
  top: 35px;
  right: -1px;
}

.dnm-section .dnm-attached-menu div.dnm-attached-menu.slim {
  width: 170px;
}

.dnm-section > .dnm-attached-menu input, 
.dnm-section > .dnm-attached-menu select {
  margin-bottom: 0px;
  width: auto;  
}

.dnm-section .dnm-attached-menu .dnm-field-link {
  position:relative;
}

.dnm-section .dnm-attached-menu img {
  position: absolute;
  top:5px;
}

.dnm-section .dnm-attached-menu div.attached-menu .dnm-panel-field-container:last-of-type {
  padding-bottom:0px;
}

.dnm-section .dnm-field-link-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    position: absolute;
}

.dnm-section .dnm-field-link a {
  padding-left:34px;
}


/*.dnm-section .dnm-panel-field-container-link .dnm-field-section-height-setter {
  height:30px;
}*/

.dnm-panel-field-container table td div.attached-action-right-container,
.dnm-panel-field-container table th div.attached-action-right-container {
  float:right;
  height: 1px;
  width:1px;  
  margin-right: -12px;
}

.dnm-panel-field-container table th div.attached-action-right-container {
  margin-top: -10px;
}

.dnm-panel-field-container table.dnm-table td div.attached-action-right-container {
  margin-top: -5px;
}

.dnm-panel-field-container table.dnm-table.table-with-mixed-content td div.attached-action-right-container {
  margin-top: 0px;
}

.dnm-section .input-append span.add-on,
.dnm-section .input-prepend span.add-on {
  height: 28px;
  padding: 4px 2px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ddd;
  border-right-width: 0;
  border-radius: 2px 0 0 2px;
}

.dnm-section .input-append span.add-on {
  border: 1px solid #ddd;
  border-left-width: 0;
  border-radius: 0 2px 2px 0;
}

.dnm-attached-menu .action-cog-32 {
  cursor: pointer;
  width: 35px;
  height: 30px;
  background-size:26px auto;
  background-repeat: no-repeat;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  background-color:transparent;
  background-position:center 2px;
  position: relative;
  border-radius: 2px 2px 0 0;
}

.action-cog-24 {
  cursor: pointer;
  background-image: url(/images/icons/v7/24-cog.png?TS0TS);
  width: 24px;
  height: 24px;
}

.action-cog-24:hover {
  background-image: url(/images/icons/v7/24-cog-over.png?TS0TS);
}

.action-add-32 {
  cursor: pointer;
  background-image: url(/images/icons/v7/32-add.png?TS0TS);
  width: 32px;
  height: 32px;
}

.action-down-32 {
  cursor: pointer;
  background-image: url(/images/icons/v7/24-sort-down.png?TS0TS);
  width: 32px;
  height: 32px;
}

.action-up-32 {
  cursor: pointer;
  background-image: url(/images/icons/v7/24-sort-up.png?TS0TS);
  width: 32px;
  height: 32px;
}

.dnm-multi-page-action {
  display:inline-block;
  margin: 0 6px 0 0;
}

.dnm-footer-action .dnm-multi-page-action {
  margin: 0;
}

/*
.dnm-panel-field-container .attached-action-right {
  position:absolute;  
  padding: 3px;
  border: 1px solid #ccc;
  border-left-width: 0;
  border-radius: 0 3px 3px 0;
  background-color: #fff;
}
*/

.dnm-panel-field-container table.dnm-table td div.attached-action-right-container .attached-action-right  {
  padding: 1px;
}

.dnm-panel-field-container table.dnm-table.table-with-mixed-content td div.ttached-action-right-container .attached-action-right  {
  padding: 3px;
}

.dnm-panel-field-container .attached-action-embedded-right {
  padding: 3px;
  position:absolute;
  top:5px;
  right:5px;
  background:transparent;
  border:0px;
}
`
.dnm-panel-field-container .attached-action:hover {
   background-color: #D3DEE8;
}

.dnm-panel-field-container .attached-action-alt {
  background-color: #D3DEE8;
  border-color: #D3DEE8;
}

.dnm-panel-field-container .attached-action a {
  text-decoration: none; 
  color: var(--nav);
}

.dnm-panel-field-container .attached-action a:hover {
  text-decoration: underline; 
}

.dnm-panel-field-container div.attached-menu {
  position:absolute;
  display:none;
  text-align: left;
  padding: 0px;
  z-index: 3001;
  border-radius: 4px;
  margin-top: 10px;
  background-color: #fff;
  color: var(--body);
}

.dnm-panel-field-container div.attached-menu hr {
   margin: 8px;
}


.dnm-panel-field-container div.attached-menu h4 {
  font-weight: bold;
  margin-bottom: 0px;
  padding-top:10px;
  padding-bottom:5px;
  font-size: 14px;
  color: var(--body); 
}

.dnm-panel-field-container div.attached-menu li img {
  margin-right: 15px; 
  padding-top:6px;
  padding-bottom:6px;
}

.dnm-panel-field-container div.attached-menu li label.disabled:hover {
   text-decoration: none;
} 

.dnm-panel-field-container div.attached-menu li label.radio.disabled,
.dnm-panel-field-container div.attached-menu li label.checkbox.disabled {
  cursor: default  !important;
}

.dnm-panel-field-container div.attached-menu li label input[type="radio"],
.dnm-panel-field-container div.attached-menu li label input[type="checkbox"]{
  margin-left: 4px !important;
  margin-right: 23px !important;
  margin-top: 3px !important;
  float:left;
  height: auto;
}

.dnm-panel-field-container div.attached-menu div.form-inline {
  padding: 1px !important; 
}

.dnm-panel-field-container div.attached-menu .form-inline {
  float: none !important; 
}

.dnm-panel-field-container div.attached-menu div.well div.multiple-inline-options.form-inline label input[type="radio"] {
  margin-right: 3px !important;
}  

.dnm-panel-field-container div.attached-menu div.well div.form-inline li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
}


div.attached-menu .dnm-field-radio,
div.attached-menu .dnm-field-checkbox {
    width: 100%;
}

div.attached-menu .dnm-field-radio-option,
div.attached-menu .dnm-field-checkbox {
  margin: 0;
  padding: 0 0 0 12px;
  width: 100%;
}

div.attached-menu li li .dnm-field-radio-option,
div.attached-menu li li .dnm-field-checkbox {
  padding-left: 25px;
}

div.attached-menu .dnm-field-radio .dnm-field-radio-option:hover,
div.attached-menu label.checkbox:hover,
div.attached-menu .dnm-field-checkbox:hover {
  background: #f1f1f1;
}

div.attached-menu .dnm-btn {
  margin: 0;
  border-radius: 0;
  padding: 7px 12px;
  width: 100%;
  height: auto;
  line-height: normal;
}

div.attached-menu .dnm-btn:focus {
  box-shadow: none;
}

.dnm-section .attached-action a {
  background-position: center center;
  background-repeat: no-repeat;
  width:32px;
  height:32px;
  display: block;
  cursor:pointer;
}

.dnm-section .attached-action.attached-action-add a {
  background-image: url(/images/icons/v7/24-add.png?TS0TS);
}

.dnm-section .attached-action.attached-action-delete a {
  background-image: url(/images/icons/v7/24-delete.png?TS0TS);
}

.dnm-section .attached-action a {  
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}

/*
.dnm-section .attached-action-left a { 
  border: 1px solid #dddddd;
  border-right-width: 0;
  border-radius: 3px 0px 0px 3px;
  background-color: #eeeeee;
}
*/
.dnm-panel-field-container .dnm-table td .attached-action-left {
  margin-right: -8px; 
}


.dnm-panel-field-container .attached-action-container-with-inputs input {
  height: 22px;
}

.dnm-panel-field-container .attached-action-container-with-inputs .btn {
  height: 22px;
  line-height: 22px;
}


.dnm-panel-field-container .attached-action-container-with-inputs .attached-action {
  display: inline-block; 
}



div #decoration_pricing_menu ul li a
{
margin-left:40px;
margin-bottom:15px;
}





/* Table formatting */

.dnm-section .dnm-section-panels .dnm-panel .dnm-panel-table-container  {

}

.dnm-section .dnm-section-panels .dnm-panel .dnm-panel-table-container table {

}

.dnm-section .dnm-section-panels .dnm-panel .dnm-panel-table-container table tr {

}

.dnm-section .dnm-section-panels .dnm-panel .dnm-panel-table-container table tr th {
  background-color:transparent;
  border:0px;

}

.dnm-section .dnm-section-panels .dnm-panel .dnm-panel-table-container table tr td {
  border-bottom: 1px solid #eee;
  border-left:0px;
  padding: 5px 10px;
  vertical-align: middle;
  position:relative;
}

.dnm-table-date {
    width: 120px;
}


/* heading formatting */


.dnm-section .dnm-section-panels .dnm-panel h3 {
  margin-top: 2px;
}

.dnm-section .dnm-section-panels .dnm-panel .dnm-field-content-container > h3:nth-child(n+2) {
  margin-top: 1em;
}

/** Inputs **/

.dnm-panel-field-container,
.dnm-panel-field-container.top-padding:first-child,
.dnm-panel-field-container-radio + div:has(> table:first-child) {
  padding-top: 16px;  
}

.dnm-panel-field-container-checkbox + .dnm-panel-field-container-checkbox,
.dnm-panel-field-container-checkbox + div[style*="display: none"] + .dnm-panel-field-container-checkbox,
.dnm-panel-field-container-checkbox + div[style*="display: none"] + div[style*="display: none"] + .dnm-panel-field-container-checkbox {
  padding-top: 14px;  
}

.dnm-panel-field-container-radio_checkbox {
  padding-top: 10px;
}

.dnm-panel-field-container:not(.dnm-panel-field-container-indent) + .dnm-panel-field-container-indent,
.dnm-panel-field-container.tight-padding {
  padding-top: 8px;
}

.dnm-section-icon + .dnm-panel-field-container {
  padding-top: 0;
  padding-left: 15px;
}

.dnm-panel-field-container.no-padding,
.dnm-panel-field-container:first-child,
.dnm-panel-field-container:first-child[style*="display: none"] + .dnm-panel-field-container:not([style]),
.dnm-panel-field-container:first-child[style*="display: none"] + .dnm-panel-field-container[style*="display: none"] + .dnm-panel-field-container:not([style]),
.dnm-panel-field-container:first-child[style*="display: none"] + .dnm-panel-field-container[style*="display: none"] + .dnm-panel-field-container[style*="display: none"] + .dnm-panel-field-container:not([style]),
.dnm-panel-field-container-radio_checkbox:first-child,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.price-type-details .dnm-panel-field-container[class*="dnm-panel-field-container-"][style*="none;"]:first-child + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + [style*="none;"] + .dnm-panel-field-container,
.dnm-panel-field-container[style^="display:none"]:first-child + .dnm-panel-field-container,
.dnm-panel-field-container[style^="display:none"]:first-child + .dnm-panel-field-container[style^="display:none"] + .dnm-panel-field-container,
.dnm-panel-field-container[style^="display:none"]:first-child + .dnm-panel-field-container[style^="display:none"] + .dnm-panel-field-container[style^="display:none"] + .dnm-panel-field-container,
input[type="hidden"]:first-child + .dnm-panel-field-container,
input[type="hidden"]:first-child + input[type="hidden"] + .dnm-panel-field-container,
input[type="hidden"]:first-child + input[type="hidden"] + input[type="hidden"] + .dnm-panel-field-container,
.dnm-panel-field-container:has(> .dnm-field-content-container > :only-child[style*="display: none"]),
.dnm-panel-field-container:has(> .dnm-field-content-container > .can-be-disabled > div[style*="display: none"]),
.dnm-panel-field-container:first-child[style*="display: none"] + .dnm-panel-field-container,
.dnm-panel-field-container:first-child[style*="display: none"] + .dnm-panel-field-container:first-child[style*="display: none"] + .dnm-panel-field-container,
h3 + .dnm-panel-field-container {
  padding-top: 0;
}

.dnm-data-entry-table .dnm-panel-field-container {
  padding-top: 0;
}

.dnm-panel-field-container-indent {
  margin-left: 20px;
  margin-top: 0;
}

.dnm-panel-field-container-disabled {
  pointer-events: none;
  opacity: .5;
}

.dnm-panel-field-container-right {
  text-align: right;
  float: right;
}

.dnm-panel-field-container-half-width {
  width:50%;
  display:inline-block;
}

.dnm-panel-field-container.dnm-btn-group {
  position: absolute;
  right: 30px;
  top: 30px;
}

.dnm-field-container {
  display: inline-block;
  width: 100%;  
  vertical-align: middle;
  position: relative;
}

.dnm-field-container:has(> .dnm-field-select:only-child > select[style*="display:none"]:only-child),
.dnm-field-container:has(> .dnm-field-select:only-child > select[style*="display: none"]:only-child) {
  display: none;
}

.dnm-field-container.dnm-field-container-content-prefix {
  position: relative;
}

.dnm-field-container.dnm-field-container-content-prefix.dnm-content-prefix-email input[type="text"] {
  padding-left: 50px;
}

.dnm-field-container.dnm-field-container-content-prefix.dnm-content-prefix-url input[type="text"] {
  padding-left: 45px;
}

.dnm-field-container.dnm-field-container-content-prefix span {
  position: absolute;
  color: #aaaaaa;
  margin-left: 11px;
  top: 7px;
}

.dnm-panel-field-container.dnm-with-extra-information .dnm-field-container,
.dnm-panel-field-container.dnm-with-extra-information .dnm-field-affix-container,
.dnm-panel-field-container.dnm-input-with-suffix .dnm-field-container,
.dnm-panel-field-container.dnm-input-with-prefix .dnm-field-container,
.dnm-panel-field-container.dnm-input-with-before .dnm-field-container,
.dnm-panel-field-container.dnm-input-with-after .dnm-field-affix-container,
.dnm-panel-field-container.dnm-input-with-after .dnm-field-container,
.dnm-panel-field-container-text input[type="text"]:has(+ .dnm-field-suffix) {
  width: auto;
  z-index: 1;
  position: relative;
  transition: z-index 0s ease .13s;
}

.dnm-panel-field-container.dnm-input-with-after .dnm-field-affix-container:has(.dnm-helptext-container:hover) {
  z-index: 999;
  transition: z-index 0s ease 0s;
}

.dnm-with-extra-information .dnm-field-container {
    width: auto !important;
}

.dnm-input-with-numvalue .dnm-field-container {
    width: auto !important;
}

.dnm-field-affix-container {
  display: inline-flex;
  vertical-align: middle;
  white-space: nowrap;
  width:100%;
}

.dnm-field-custom-page-container .dnm-field-affix-container .dnm-field-container {
  width: 100% !important;
}

.dnm-field-custom-page-container .dnm-field-affix-container .dnm-field-prefix {
  min-width: fit-content !important;
  white-space: nowrap !important;
}


td.centered .dnm-field-affix-container:only-child {
  width: auto;
}

td.centered .dnm-field-affix-container:only-child .dnm-field-checkbox,
td.centered .disable_overlay:first-child + .dnm-field-affix-container:last-child .dnm-field-checkbox {
  padding: 4px 0;
}

.dnm-field-affix-container > div {
  white-space: normal;
}

.dnm-with-help-text .dnm-field-affix-container {
  white-space: normal;
}


.dnm-panel-field-container.dnm-with-image .dnm-field-sections-container,
.dnm-panel-field-container.dnm-with-html .dnm-field-sections-container,
.dnm-half-input-width .dnm-field-sections-container {
  width:50%;
  display:inline-block;
}

.dnm-panel-field-container.dnm-with-html .dnm-field-section-height-setter {
  display:inline-block;
  height:auto;
}

.dnm-panel-field-container-field_group {
  background-color: #f9fafb;
  border: 1px solid #00000010;
  margin-top: 10px;
  padding: 12px 15px 14px !important;
  border-radius: 4px;
}

.attached-menu .dnm-panel-field-container-field_group {
  border-radius: 0;
  border-width: 1px 0;
}

.dnm-panel-field-container-field_group.no-top-margin {
  margin-top: 0;
}

.dnm-section-panels .dnm-panel:first-child > div > .dnm-panel-field-container-field_group:first-child {
  margin-top: 0;
}

.dnm-section.dnm-section-with-panels-1:has(.dnm-section-intro) .dnm-section-panels:has(.dnm-panel:first-child .dnm-panel-field-container:first-child .dnm-field-content-container > table.dnm-table-allborder),
.dnm-section.dnm-section-with-panels-1:has(.dnm-section-intro) .dnm-section-panels:has(.dnm-panel:first-child .dnm-panel-field-container:first-child .dnm-field-content-container > div > table.dnm-table-allborder),
.dnm-section.dnm-section-with-panels-1:not(:has(.dnm-section-intro)):has(.dnm-section-intro) .dnm-section-panels:has(.dnm-panel:first-child .dnm-panel-field-container:first-child .dnm-field-content-container > table.dnm-table-allborder),
.dnm-section.dnm-section-with-panels-1:not(:has(.dnm-section-intro)):has(.dnm-panel:first-child .dnm-panel-field-container:first-child .dnm-field-content-container > div > table.dnm-table-allborder),
.dnm-section.dnm-section-with-panels-1:not(:has(.dnm-section-intro)):has(.dnm-panel:first-child .dnm-panel-field-container:first-child .dnm-field-content-container > table.dnm-table-allborder),
.dnm-section.dnm-section-with-panels-1:not(:has(.dnm-section-intro)):has(.dnm-panel:first-child .dnm-panel-field-container:first-child .dnm-field-content-container > table.table-bordered) {
  padding-top: 24px;
}

.dnm-section-panels:has(> .dnm-panel:first-child > div > .dnm-panel-field-container-field_group:first-child),
.dnm-section-panels:has(> .dnm-panel:first-child > div > .dnm-panel-field-container:first-child > .dnm-field-content-container > .dnm-btn:only-child) {
  padding-top: 20px;
}

.dnm-section-with-panels-1:has(.dnm-introducing-decopay) {
  padding: 20px;
}

.dnm-section > h3:first-child + .dnm-section-panels {
  padding-top: 0 !important;
}

.dnm-panel-field-container-field_group-half-width > div {
  width: 50%;
}

.dnm-panel-field-container-custom-field-group > div {
  display: inline-block;
  position: relative;
}

.dnm-panel-field-container-checkbox-bleed .dnm-panel-field-container:last-of-type {
  padding-left: 15px;
  padding-bottom: 15px;
}

.dnm-field-section-height-setter {
  display:inline-block;
  width: 0px;
  vertical-align: middle;  
}

.dnm-field-section-height-setter:has(~ .dnm-field-after input[type="text"][style]) {
  height: 32px;
}

.dnm-panel-field-container-no-height-setter .dnm-field-section-height-setter {
  height: 0;
}

input:focus,
textarea:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

select {
  text-overflow: ellipsis;
}

select,
input[type="file"] {
  margin-bottom: 0;
}

.dnm-field-container input[type="text"],
.dnm-field-container input[type="password"],
.dnm-field-container input[type="number"],
.dnm-field-container select,
.dnm-field-container textarea,
.dnm-table input[type="text"],
.dnm-table input[type="password"],
.dnm-table select,
.dnm-table textarea,
.dnm-with-content input[type="text"],
.dnm-with-content select,
.dnm-with-content textarea,
.dnm-field-after input[type="text"],
.dnm-field-after select,
.dnm-field-after textarea,
.dnm-prompt-text input[type="text"],
.dnm-input {
  border: 1px solid #00000028;
  border-radius: 2px;
  box-sizing: border-box;
  color: var(--dark);
  font-size: 1em;
  height: 28px;
  padding: 5px 10px 6px 10px;
  vertical-align: middle;
  width: 49.6%;
  margin: 0 0 0 0;
  resize: vertical;
  background-color: #fcfcfc;
  background-clip: padding-box;
  transition: border-color .1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.dnm-field-container input[type="number"]:disabled {
  background-color: #e0e0e0; 
  color: #6c757d;
  border-color: #ced4da; 
  cursor: not-allowed;
}

.dnm-field-container input[type="text"]:not(:disabled):not([readonly]):hover,
.dnm-field-container input[type="password"]:not(:disabled):not([readonly]):hover,
.dnm-field-container select:not(:disabled):not([readonly]):hover,
.dnm-field-container textarea:not(:disabled):not([readonly]):hover,
.dnm-table input[type="text"]:not(:disabled):not([readonly]):hover,
.dnm-table input[type="password"]:not(:disabled):not([readonly]):hover,
.dnm-table select:not(:disabled):not([readonly]):hover,
.dnm-table textarea:not(:disabled):not([readonly]):hover,
.dnm-with-content input[type="text"]:not(:disabled):not([readonly]):hover,
.dnm-with-content select:not(:disabled):not([readonly]):hover,
.dnm-with-content textarea:not(:disabled):not([readonly]):hover,
.dnm-field-after input[type="text"]:not(:disabled):not([readonly]):hover,
.dnm-field-after select:not(:disabled):not([readonly]):hover,
.dnm-field-after textarea:not(:disabled):not([readonly]):hover,
.dnm-prompt-text input[type="text"]:not(:disabled):not([readonly]):hover,
.dnm-input:not(:disabled):not([readonly]):hover {
  border-color: #00000044;
}

.dnm-field-container input[type="text"]:not(:disabled):not([readonly]):focus,
.dnm-field-container input[type="password"]:not(:disabled):not([readonly]):focus,
.dnm-field-container select:not(:disabled):not([readonly]):focus,
.dnm-field-container textarea:not(:disabled):not([readonly]):focus,
.dnm-table input[type="text"]:not(:disabled):not([readonly]):focus,
.dnm-table input[type="password"]:not(:disabled):not([readonly]):focus,
.dnm-table select:not(:disabled):not([readonly]):focus,
.dnm-table textarea:not(:disabled):not([readonly]):focus,
.dnm-with-content input[type="text"]:not(:disabled):not([readonly]):focus,
.dnm-with-content select:not(:disabled):not([readonly]):focus,
.dnm-with-content textarea:not(:disabled):not([readonly]):focus,
.dnm-field-after input[type="text"]:not(:disabled):not([readonly]):focus,
.dnm-field-after select:not(:disabled):not([readonly]):focus,
.dnm-field-after textarea:not(:disabled):not([readonly]):focus,
.dnm-prompt-text input[type="text"]:not(:disabled):not([readonly]):focus,
.dnm-prompt-text input[type="password"]:not(:disabled):not([readonly]):focus,
.dnm-prompt-text select:not(:disabled):not([readonly]):focus,
.dnm-prompt-text textarea:not(:disabled):not([readonly]):focus,
.dnm-input:not(:disabled):not([readonly]):focus {
  background-color: #fff;
  border-color: var(--accent-color-100) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset !important;
  outline: none;
 }

.dnm-panel-field-container-text:not(.dnm-input-text-fake) .dnm-field-container input[type="text"]:disabled,
.dnm-panel-field-container-text:not(.dnm-input-text-fake) .dnm-field-container input[type="password"]:disabled,
.dnm-panel-field-container-select:not(.dnm-input-text-fake) .dnm-field-container select:disabled,
.dnm-panel-field-container-textarea:not(.dnm-input-text-fake) .dnm-field-container textarea:disabled,
.dnm-table input[type="text"]:disabled,
.dnm-table input[type="password"]:disabled,
.dnm-table select:disabled,
.dnm-table textarea:disabled,
.dnm-with-content input[type="text"]:disabled,
.dnm-with-content select:disabled,
.dnm-with-content textarea:disabled,
.dnm-field-after input[type="text"]:disabled,
.dnm-field-after select:disabled,
.dnm-field-after textarea:disabled,
.dnm-prompt-text input[type="text"]:disabled,
.dnm-prompt-text input[type="password"]:disabled,
.dnm-prompt-text select:disabled,
.dnm-prompt-text textarea:disabled,
.dnm-input:disabled,
.dnm-field-select select:disabled {
  background-color: #ebebeb;
  color: #707070;
  opacity: 1;
 }

 .dnm-panel-field-container-select-nc select {
  min-height: 60px;
 }

.dnm-field-container input[type="file"] {
  border:0px;
  padding:0px!important;
  padding:0px!important;
}

.dnm-table input[type="text"],
.dnm-table input[type="password"],
.dnm-table select,
.dnm-table textarea {
  height:auto;
  width:100%;
  padding: 5px 8px;
}

.dnm-table input[type="text"],
.dnm-table input[type="password"],
.dnm-table select {
  max-height: 28px;
  min-height: 28px;
}

.dnm-table .input-prepend input[type="text"],
.dnm-table .input-prepend input[type="password"],
.dnm-table .input-prepend select {
  height: 28px;
}

.dnm-table input[type="text"][readonly],
.dnm-table input[type="text"][disabled],
.dnm-with-content input[type="text"][readonly],
.dnm-with-content input[type="text"][disabled],
.dnm-field-container input[type="text"][readonly] {
  background-color: #eee;
}

.dnm-table input[type="text"][readonly]:focus,
.dnm-with-content input[type="text"][readonly]:focus {
  background-color: #eee;
  border: 1px solid #ddd;
  box-shadow: none !important;
}

.dnm-table textarea.input-full-cell {
  position: absolute;
  top: 8px;
  left: 10px;
  height: calc(100% - 16px);
  width: calc(100% - 20px);
}

.dnm-table .input-prepend.input-append input[type="text"].dnm-input-numvalue-with-addon,
.dnm-table input[type="text"].dnm-input-numvalue-with-addon {
  width: 100%;
  min-width: 50px;
}

.dnm-table td span.add-on,
.dnm-table td span.dnm-field-prefix,
.dnm-table td span.dnm-field-suffix {
  width: auto;
  box-sizing: border-box;
  padding: 5px 8px !important;
}
 
.dnm-table .input-prepend.input-append input[type="text"],
.dnm-table .input-prepend.input-append input[type="select"] {
  width: auto;
}


.dnm-field-container textarea {
  min-height: 91px;
  height: auto;
  padding: 8px 10px;
}

.dnm-field-container input:only-of-type,
.dnm-field-container select:only-of-type,
.dnm-field-container textarea:only-of-type,
.dnm-field-after input:only-of-type,
.dnm-field-after select:only-of-type,
.dnm-field-after textarea:only-of-type,
.dnm-field-content-container select:only-of-type,
.dnm-prompt-text input[type="text"]
 {
    width: 100%;
}

.dnm-field-icon .dnm-field-container input {
    background-position: 11px center;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size:18px auto;
}

.dnm-field-icon-phone .dnm-field-container > input {
    background-image: url(/images/dnm/field-icon-phone.svg?TS0TS);
}

.dnm-field-icon-email .dnm-field-container > input {
    background-image: url(/images/dnm/field-icon-email.svg?TS0TS);
}

.dnm-input-text-fake input[type="text"] {
  border: none;
  border-color: transparent;
  background-color: transparent !important;
  cursor: default;
  padding: 0;
  height: auto;
}

#selected_file,
#selected_file2,
#selected_file3 {
  line-height: 25px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 400;
  padding: 0px 10px 1px 10px;
  line-height: 25px;
  vertical-align: middle;
  border: 1px solid #00000028;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dnm-panel-field-container.dnm-input-with-date input[type="text"] {
  margin-right: -46px;
}

.dnm-field-select {
  position: relative;
}

.dnm-field-select select,
.dnm-section-content.dnm-order-management-api select,
.form-horizontal .control-group .controls select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 6px 5px 10px;
  padding-right: 20px !important;
  height: 28px;
  line-height: normal !important;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}

.form-horizontal .control-group .controls select {
  outline: none;
}

.form-horizontal .control-group .controls select,
.form-horizontal .control-group .controls input {
  border-radius: 2px;
  background-color: #fcfcfc;
}

.form-horizontal .control-group .controls select:focus,
.form-horizontal .control-group .controls input:focus {
  background-color: #fff;
  border-color: var(--accent-color-100) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset !important;
}

.dnm-field-select select:disabled {
  cursor: default;
}

.dnm-section-content.dnm-order-management-api .form li span {
  display: inline-block;
  position: relative;
}

.form-horizontal .control-group .controls:has(> select) {
  position: relative;
  width: auto;
}

.dnm-field-select:has(> select:not([style*="display: none"]):not([style*="display:none"]))::after,
.dnm-section-content.dnm-order-management-api span:has(select)::after,
.dnm-field-suffix:has(select)::after,
.dnm-re-rule-multi div:has(> select)::after,
.dnm-calendar-date-select .cds_header span::after,
.dnm-calendar-date-select .cds_buttons span::after,
.form-horizontal .control-group .controls:has(> select)::after {
  content: ".";
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 6px;
  display: inline-block;
  border: 4px solid var(--dark);
  border-color: #404040 transparent transparent;
  width: 0;
  pointer-events: none;
  line-height: 1.8em;
}

.dnm-field-container:has(> .dnm-field-select select[style*="display: none"]) {
  display: none;
}

/* .label */

.dnm-label { 
  border-radius: 2px;
  color: #333333;
  font-weight: normal;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: bold;
  background:transparent;
  margin-right:5px;
  display: inline-block;
}

.dnm-label-thin {
  padding: 1px 7px;
}

.dnm-label-wide {
  display: inline-block;
  margin-bottom: 10px !important;
  padding: 10px;
}

.dnm-label-empty {
  background: transparent;
}

.dnm-label h3, 
.dnm-label h4, 
.dnm-label h5 {
  margin-bottom: 0;
} 

.dnm-label-blue {
  background: #575c75 !important;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.dnm-label-skyblue {
  background: #389ec7 !important;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.dnm-label-green {
  background: #26b526 !important;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.dnm-label-red {
  background: #da3b2b !important;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.dnm-label-orange {
  background: #ed8c0c !important;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.dnm-label-yellow {
  background: #eab11b !important;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
.dnm-label-purple {
  background: #AC52C5 !important;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

.dnm-label .btn {
  margin: -2px -5px 0 7px;
}

.dnm-label-bold {
  font-weight: bold;
}


/** Help tips **/
.dnm-panel-field-container .dnm-helptext {
  background-color: #333;
  border: 0px solid #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fafafa;
  height: auto;
  min-height: 0;
  max-height: 0;
  line-height: 16px;
  margin: -20px 0 0 0;
  max-width: 0;
  font-size: 0;
  width: max-content;
  left: 25px;
  opacity: 0;
  padding: 0;
  position: relative;
  z-index: 5;
  font-weight: normal;
  top: -7px;
  display: block;
  visibility: hidden;
  transition: opacity .14s ease, visibility 0s ease .15s, padding 0s ease .15s, max-height 0s ease .15s, min-height 0s ease .15s, max-width 0s ease .15s, font-size 0s ease .15s;
  display: none;
  overflow-wrap: break-word;
  outline: 1px solid #ffffff26;
  white-space: pre-line;
}

.dnm-panel-field-container .dnm-helptext-container .dnm-helptext {
  display: block;
}

.dnm-panel-field-container .dnm-helptext-popup {
  white-space: normal;
  left: 10px;
  top: 15px;
  display: inline-block;
  min-width: 250px;
}

.dnm-panel-field-container .dnm-helptext.dnm-helptext-w140 { /* special case when we need to force a width */
  max-width: none;
  min-width: auto;
  width: 140px;
}

.dnm-panel-field-container span.dnm-helptext-container:hover:not(:has(.dnm-helptext:hover)) .dnm-helptext {
  opacity: 1;
  visibility: visible;
  transition: opacity .14s ease .01s, max-width 0s ease 0s, font-size 0s ease 0s;
  min-height: 36px;
  max-height: 750px;
  max-width: 260px;
  padding: 10px 14px;
  font-size: 1em;
}

.dnm-panel-field-container span.dnm-helptext-container:hover:not(:has(.dnm-helptext:hover)) .dnm-helptext:has(.dnm-helpimage:last-child) {
  padding-bottom: 14px;
}

.dnm-panel-field-container span.dnm-helptext-container .dnm-helptext:after, .dnm-panel-field-container span.dnm-helptext-container .dnm-helptext:before{
  right: 100%;
  top: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dnm-panel-field-container span.dnm-helptext-container .dnm-helptext:after {
  border-color: rgba(51, 51, 51, 0);
  border-right-color: #333;
  border-width: 5px;
  margin-top: 0;
  pointer-events: none;
}
.dnm-panel-field-container span.dnm-helptext-container .dnm-helptext:before {
  border-color: rgba(51, 51, 51, 0);
  border-right-color: #333;
  border-width: 5px;
  margin-top: 0;
  pointer-events: none;
}

.dnm-helptext p {
  color: #fafafa;
  margin: 0 0 0 0;
}

.dn-text-with-tooltip {
  text-decoration: underline;
  cursor: help;
}
.dn-tooltip-anchor {
  position: relative;
}

.dn-text-with-tooltip .dn-tooltip {
  display: none;
  position: absolute;
  background: #333;
  color: #ffffff;
  padding: 10px;
  white-space: nowrap;
  z-index: 100;
  border-radius: 3px;
  margin-left: 5px;
}

.dn-text-with-tooltip:hover .dn-tooltip {
  display: inline-block;
}

.dn-tooltip-anchor .dn-tooltip.dn-tooltip-left {
  right: 10px;
}

.dnm-helpimage {
  margin-top: 10px;
}


/* checkboxes and radio buttons */
.dnm-field-checkbox, .dnm-field-radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.dnm-field-checkbox, .dnm-field-radio-option {
  display: inline-flex;
  align-items: center;
}

.dnm-table td.centered .dnm-panel-field-container-checkbox:only-child .dnm-field-sections-container {
  display: inline-flex;
}

.dnm-table td.centered:has(> .dnm-field-checkbox:only-child) {
  line-height: 0;
}

td.centered .dnm-field-checkbox,
td.centered .dnm-field-radio-option,
.dnm-field-checkbox.centered {
  justify-content: center;
}

.dnm-field-checkbox label span[style] {
  padding: 2px 6px;
  border-radius: 2px;
}

.dnm-field-checkbox.block, .dnm-field-radio.block {
  display: block;
}

.dnm-field-checkbox ul,
.dnm-field-radio ul {
  margin-left: 0;
}

.dnm-field-checkbox ul .form-inline label,
.dnm-field-radio ul .form-inline label {
  padding-left: 5px;
}

.dnm-field-radio ul .form-inline {
  margin-bottom: 5px;
}

.dnm-field-checkbox input[type="checkbox"],
.dnm-field-radio input[type="radio"],
.dnm-with-content input[type="checkbox"],
.dnm-with-content input[type="radio"] {
  margin: 0;
  width: 14px !important;
  height: 14px !important;
  vertical-align: middle;
  float: none;
  display: inline-block;
  accent-color: var(--accent-color-100);
  flex-shrink: 0;
}

input[type="radio"][disabled]:not(:checked),
input[type="checkbox"][disabled]:not(:checked),
input[type="radio"][readonly]:not(:checked),
input[type="checkbox"][readonly]:not(:checked) {
  filter: brightness(0.915);
}

.dnm-field-checkbox input[type="checkbox"] + label,
.dnm-field-radio input[type="radio"] + label,
.dnm-with-content input[type="checkbox"] + label,
.dnm-with-content input[type="radio"] + label {
  display: inline-block;
}

.dnm-popup .dnm-section-with-panels-2 .dnm-field-checkbox:not(.centered):not(:has(.dnm-helptext-container)) input[type="checkbox"] + label,
.dnm-popup .dnm-section-with-panels-2 .dnm-field-radio:not(.centered):not(:has(.dnm-helptext-container)) input[type="radio"] + label {
  width: calc(100% - 16px);
}

.dnm-field-checkbox input[type="checkbox"] + label[for],
.dnm-field-radio input[type="radio"] + label[for],
.dnm-with-content input[type="checkbox"] + label[for],
.dnm-with-content input[type="radio"] + label[for],
.dnm-with-content input[type="checkbox"] + span label,
.dnm-with-content input[type="radio"] + span label {
  cursor: pointer;
  margin: 0;
  color: var(--body);
  font-weight: 500;
  vertical-align: middle;
}

.dnm-field-checkbox label,
.dnm-field-radio label,
.dnm-field-link label {
  color: var(--body);
  display: inline-block;
  margin: 0 0 0 0;
  position: relative;
  padding: 3px 0 3px 6px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 500;
  line-height: 15px;
}

.dnm-field-checkbox label span,
.dnm-field-radio label span,
.dnm-field-link label span {
  line-height: 15px;
}

.dnm-table td .dnm-field-checkbox input[type="checkbox"] + label[for],
.dnm-table td .dnm-field-radio input[type="radio"] + label[for],
.dnm-with-content .dnm-table input[type="checkbox"] + label[for],
.dnm-with-content .dnm-table input[type="radio"] + label[for],
.dnm-with-content .dnm-table input[type="checkbox"] + span label,
.dnm-with-content .dnm-table input[type="radio"] + span label {
  line-height: 16px;
  vertical-align: middle;
}

.dnm-with-content td input[type="radio"] + span:has(label[for]) {
  padding: 0 0 0 6px;
  vertical-align: middle;
}

.dnm-field-checkbox-right > label:has(+ input[type=checkbox][disabled]) {
  cursor: default;
}

.dnm-field-checkbox label h4,
.dnm-field-radio label h4,
.dnm-field-link label h4 {
  margin-bottom: 0px;
}

.dnm-field-checkbox-right {
  width: 100%;
}

.dnm-field-checkbox-right label {
  margin: 0 -16px 0 0;
  padding: 3px 24px 3px 0;
  z-index: 1;
}

.dnm-table td .dnm-field-checkbox label,
.dnm-table td .dnm-field-radio-checkbox label,
.dnm-table td .dnm-field-radio-option label,
.dnm-field-radio-option label
.dnm-field-checkbox label {
  min-height: 14px;
  min-width: 14px;
}

.dnm-field-link label {
  margin: 5px 0 0 0px;
}

.dnm-field-link label a {
  color:#242a34;
}

.dnm-input-with-after label {
  margin-right: 10px;
}

.dnm-label-span {
  background-size: 0 auto;
  border: 1px solid #00000048;
  height: 14px;
  position: relative;
  display: inline-block;
  transition: background-size 0.1s ease 0s, background-color 0.1s ease 0s;
  width: 14px;
  background-color:#fff;
  background-image: url(/images/dnm/checks-tick.svg?TS0TS);
  background-position: center;
  background-repeat: no-repeat;
  margin-left:0;
  margin-bottom: 0;
  border-radius:2px;
  cursor: pointer;
  vertical-align: middle;
  float: none;
  box-sizing: border-box;
  display: none;
}

label.checkbox:has(input[type="checkbox"]:not(:disabled)) {
  cursor: pointer;
}

label.checkbox:has(input[type="checkbox"]) input + span {
  padding-left: 5px;
}

#add_option_sys_container td {
  padding: 3px 0;
}

/* specify field width */
input.dnm-tiny,
.dnm-table input.dnm-tiny {
  width: 30px;  
}
input.dnm-small,
.dnm-table input.dnm-small {
  width: 60px;  
}
input.dnm-medium,
.dnm-table input.dnm-medium {
  width: 90px;  
}
input.dnm-large,
.dnm-table input.dnm-large {
  width: 150px;  
}
input.dnm-xlarge,
.dnm-table input.dnm-xlarge {
  width: 200px;  
}



/* file/image field */

.dnm-field-container .dnm-field-file {
  padding-right: 10px;  
}

.dnm-field-container .dnm-field-file input {
  width: 100%;
  padding: 10px;
}

.dnm-panel-field-container.dnm-with-image-thumbnail .dnm-field-sections-container {
  width: 50%;
  margin-right: -100px;
  padding-right: 100px;
  display:inline-block;
}

.dnm-panel-field-container.dnm-with-image-thumbnail .dnm-field-container {
  width: 100%;
}

.dnm-field-image-thumbnail {
  /*background: none repeat scroll 0 0 #f6f8f8;
  border: 1px solid #eee;*/
  display: inline-block;
  /*max-width: 250px !important;
  padding: 30px;
  width:100px;*/
  padding:5px;
  vertical-align: top; 
}

.dnm-field-image-thumbnail.dnm-field-image-thumbnail-bordered .dnm-field-image-thumbnail-container {
  border: 5px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 rgba(142,154,173,.1);
  display: table;
}

.dnm-field-image-thumbnail-container {
  width:  50px; 
  height: 50px; 
  /*margin-left: 20px;*/
  margin-bottom: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
}

.dnm-field-image-thumbnail-container.dnm-larger-100-image {
  width:  100px; 
  height: 100px; 
}

.dnm-field-image-thumbnail-container.dnm-larger-150-image {
  width:  150px; 
  height: 150px; 
}

.dnm-field-image-thumbnail-container.dnm-larger-200-image {
  width:  200px; 
  height: 200px; 
}

.dnm-field-image-thumbnail-container.dnm-larger-300-image {
  width:  300px; 
  height: 300px; 
}

.dnm-field-image-preview-image {
  background-color: #fff;
  max-height:100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dnm-field-image-preview-thumbnail-50-container {
  position: relative;
  width:  50px; 
  height: 50px; 
  border: 1px solid #00000024;
}

.dnm-field-image-preview-thumbnail-75-container {
  position: relative;
  width:  75px; 
  height: 75px; 
  border: 1px solid #00000024;
}

.dnm-field-image-preview-thumbnail-100-container {
  position: relative;
  width:  100px; 
  height: 100px; 
  border: 1px solid #00000024;
}

.dnm-field-image-preview-thumbnail-200-container {
  position: relative;
  width:  200px; 
  height: 200px; 
  border: 1px solid #00000024;
  background-color: #F9F9F9;
}

.dnm-field-image-preview-thumbnail-300-container {
  position: relative;
  width:  300px; 
  height: 300px; 
  border: 1px solid #00000024;
}

.dnm-field-image-preview-thumbnail-auto-container {
  position: relative;
  width:  auto; 
  height: auto; 
  border: 1px solid #00000024;
  display: table;
}

.dnm-field-image-preview-thumbnail-auto-container .dnm-field-image-preview-image {
  position: relative;
  max-height: 100px;
  max-width: 100px;
}

.dnm-field-image-preview-select-container {
  display: inline-block;
}

.dnm-field-image-preview-remove-container {
  display: inline-block;
}

.dnm-field-image-preview-remove-container::before {
  content: " | ";
  color: var(--dark);
}

.dnm-field-image-preview-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.dnm-field-image-gallery-container .dnm-grid-item {
  width: 110px;
  height: 110px;
  border: 5px solid #ffffff;
  border-radius: 3px;
  position: relative;
  margin-top: 6px;
  margin-left: 6px;
  box-shadow:0 2px 0 0 rgba(142,154,173,.1);
}

.dnm-field-image-gallery-container .dnm-grid-item-drag {
  display: inline-block;
  cursor: move;
}

.dnm-field-image-gallery-container .dnm-grid-item-drag.drag-placeholder {
  cursor: initial;
}

.dnm-field-image-gallery-container .dnm-grid-item-drag.drag-highlight {
  border: 0px solid var(--accent-color-100);
  border-left-width: 5px;
}

.dnm-field-image-gallery-container .dnm-grid-item .dnm-grid-image {
  line-height: 100px;
  height: 102px;
  width: 102px;
  text-align: center;
  background: url(/images/trans-display.gif?TS0TS);
}

.dnm-field-image-gallery-container .dnm-grid-item .dnm-grid-image img {
  display: inline-block;
  max-height: 100px;
  padding: 5px;
}

.dnm-field-image-gallery-container .dnm-grid-item-overlay {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.dnm-field-image-gallery-container .dnm-grid-item-overlay .dnm-grid-item-background {
  background-color: #222222;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}


.dnm-field-image-gallery-container .dnm-grid-item-overlay .dnm-grid-item-background:hover {
  background-color: #fff;
  opacity: 0.5;
}

.dnm-field-image-gallery-container .dnm-grid-item-overlay .dnm-grid-item-remove-container {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.dnm-field-image-gallery-container .dnm-grid-item-overlay .dnm-grid-item-add-container {
  position: absolute;
  top: 35px;
  left: 0px;
  width: 100%;
  height: 25px;
  cursor: pointer;
}

.dnm-field-image-gallery-container .dnm-grid-item-overlay .dnm-grid-item-remove,
.dnm-field-image-gallery-container .dnm-grid-item-overlay .dnm-grid-item-add {
  padding: 3px 5px;
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.dnm-field-image-gallery-container .dnm-grid-item-overlay .dnm-grid-item-remove-container .dnm-grid-item-background,
.dnm-field-image-gallery-container .dnm-grid-item-overlay .dnm-grid-item-add-container .dnm-grid-item-background
 {
  background-color: #222222;
  opacity: 0.5;
  z-index: 0;
}

.dnm-custom-file-upload {
  display: inline-block;
  color: var(--accent-color-100);
  padding: 4px 0 0 0;
  cursor: pointer;
  margin-bottom: 0;
}

.dnm-custom-file-upload:hover {
  background: transparent; 
  color: var(--accent-color-85);
}

.dnm-hide {
  display:none;
}

.dnm-dark {
  background-color: white;
  opacity: 0.4; 
}

.dnm-field-content-container h3 + div:is(:last-child):has(> img:only-child) {
  text-align: center;
}

/* stuff around the form field */

/*
MAP: why is this here?
.dnm-panel-field-container-radio .dnm-field-container label {
  height: auto;
  margin: 5px 0 0 -24px;
}
*/


.dnm-panel-field-container .dnm-input-numvalue {
  max-width:150px
}

.dnm-panel-field-container .dnm-input-numvalue-tiny {
  max-width:60px
}

.dnm-input-numvalue-tiny {
  max-width:60px;
  min-width: 45px;
}

.dnm-input-numvalue-mini {
  max-width:30px;
  min-width:30px
}

.dnm-field-suffix,
.dnm-field-prefix {
  background: #f5f7f7 none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: inline-flex;
  height: 28px;
  line-height: 1em;
  min-width: 22px;
  padding: 8px 6px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
}

.dnm-field-prefix {
  border-right-width: 0;
  border-radius: 2px 0 0 2px;
}

.dnm-field-suffix {
  border-left-width: 0;
  border-radius: 0 2px 2px 0;
}

.dnm-input-with-suffix-disabled .dnm-field-suffix,
.dnm-input-with-prefix-disabled .dnm-field-prefix {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.dnm-field-suffix-compact,
.dnm-field-prefix-compact {
  padding-right: 8px;
  padding-left: 8px;
}

/*
.dnm-table .dnm-field-suffix,
.dnm-table .dnm-field-prefix {
  height: auto !important;
  min-height: 30px;
  padding: 7px;
  min-width:30px;
}
*/

.dnm-field-suffix {
  margin-left: -1px;
}

.dnm-field-prefix {
  margin-right: -1px;
}

.dnm-field-css-suffix {
  padding: 0px;  
}

.dnm-field-css-suffix select {
  width: 50px;
  height:28px;
}

.dnm-field-before,
.dnm-field-after {
  display: inline-block;
  vertical-align: middle;  
  margin-left: 4px;
}

.dnm-field-extra-information {
  display: inline-block;
  color: #909090;  
  vertical-align: middle; 
  margin-left: 15px;
}

.dnm-field-image {
  display: inline-block;
  vertical-align: top; 
  text-align: center;
  width:50%;
}

.dnm-field-image img {
  max-width:100%;
}

.dnm-field-html {
  display: inline-block;
  vertical-align: middle; 
  width:50%;
  padding-left:10px;
  box-sizing:border-box;
}

.dnm-with-html .dnm-field-html .dnm-btn { margin-top: 0; }

.dnm-field-radio-option {
  margin-left: 0;
  margin-right: 0;
  padding-top: 6px;
  display: flex;
  align-items: center;
}

.dnm-field-radio-option:first-child {
  padding-top: 0;
}

.dnm-field-radio.dnm-field-radio-inline .dnm-field-radio-option  {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 12px;
  padding-top: 0;
}

.dnm-field-after .dnm-field-radio-inline,
.dnm-field-after .dnm-field-checkbox {
  margin-left: 20px;
}

.dnm-field-after .dnm-field-select {
  margin-left: 10px;
  position: relative;
}


/* a ribbon of icons/buttons that can be selected */
.dnm-button-ribbon {
  width: 100%;  
  display: inline-block;
}
.dnm-button-ribbon .dnm-button-ribbon-button {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  cursor: pointer;
  padding: 6px 10px 7px;
}

.dnm-button-ribbon .dnm-button-ribbon-button:hover {
  border-color: var(--accent-color-100);
}

.dnm-button-ribbon .dnm-button-ribbon-button.dnm-alt,
.dnm-button-ribbon .dnm-button-ribbon-button.dnm-alt:hover {
  border-color: var(--accent-color-100); 
  background-color: var(--accent-color-100);
  color: #ffffff;
}

h3 .dnm-button-ribbon {
  width: auto;
  margin-left: 10px;
}

/* a grid of arrows for position */
.dnm-background-position-selector {
  width: 90px;  
}

.dnm-background-position-selector .dnm-background-position-node {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.dnm-background-position-selector .dnm-background-position-node.dnm-alt {
  color: var(--accent-color-100); 
}

.dnm-background-position-selector .dnm-background-position-node > div {
  background-image: url(/images/icons/open-iconic/png/caret-top-2x.png?TS0TS);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

.dnm-background-position-selector .dnm-background-position-node.dnm-alt > div {
  background-image: url(/images/icons/open-iconic/png/caret-top-2x-blue.png?TS0TS);
}

.dnm-background-position-node.dnm-pos-nw > div {
  transform: rotate(-45deg);
}
.dnm-background-position-node.dnm-pos-ne > div {
  transform: rotate(45deg);
}
.dnm-background-position-node.dnm-pos-w > div {
  transform: rotate(-90deg);
}
.dnm-background-position-node.dnm-pos-c > div {
  background-image: url(/images/icons/open-iconic/png/media-record-2x.png?TS0TS);
}
.dnm-background-position-selector .dnm-background-position-node.dnm-pos-c.dnm-alt > div {
  background-image: url(/images/icons/open-iconic/png/media-record-2x-blue.png?TS0TS);
}

.dnm-background-position-node.dnm-pos-e > div {
  transform: rotate(90deg);
}
.dnm-background-position-node.dnm-pos-sw > div {
  transform: rotate(-135deg);
}
.dnm-background-position-node.dnm-pos-se > div {
  transform: rotate(135deg);
}
.dnm-background-position-node.dnm-pos-s > div {
  transform: rotate(180deg);
}

.dnm-field-padding-top {
  position: relative;
  width: 97px;
  left: 35%;
  text-align: center;  
}
.dnm-field-padding-left {
  position: relative;
  width: 97px;
  left: 5%;
  text-align: center;  
  display: inline-block;
}
.dnm-field-padding-right {
  position: relative;
  width: 97px;
  left: 53%;
  text-align: center;  
  display: inline-block;
}
.dnm-field-padding-bottom {
  position: relative;
  width: 97px;
  left: 35%;
  text-align: center;  
}


.dnm-field-sections-container.dnm-field-css-value .dnm-field-container {
  margin-right: -50px;
  padding-right: 50px;
  width: 100%;
}

.dnm-field-sections-container.dnm-field-css-value .dnm-field-suffix {
  width: 50px;
  padding: 0px;
  border-width:0px;
  position:relative;
}

.dnm-field-sections-container.dnm-field-css-value .dnm-field-suffix select {
  width: 100%;
  height: 28px;
  background-color: #ddd;
  margin: 0px;
  padding: 0px 0px 0px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.dnm-field-sections-container.dnm-field-css-value .dnm-field-suffix:has(> select) {
  z-index: 2;
}

.dnm-panel-option-list-half-width > div {
  width: 49%;
  display: inline-block;
}

.dnm-field-label {
  color: var(--label);
  margin-top: 0;
  margin-bottom: 0;
  padding: 1px 0 3px 0;
  font-weight: 600;
  line-height: 1em;
}

.dnm-section .dnm-section-intro .dnm-field-label {
  font-weight: normal;
}

.dnm-field-label:empty {
  display: none;
}

.dnm-field-label > span {
  vertical-align: middle;
}

.search-btn .dnm-field-label {
  padding: 0;
}

.dnm-field-content-container > ul,
.dnm-field-content-container > ol {
  margin: 0;
}

.dnm-panel-field-container span.dnm-helptext-container {
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  vertical-align: top;
  width: 16px;
  position: relative;
}

.dnm-panel-field-container span.dnm-helptext-container::before {
  content: " ";
  background-image: url(/images/dnm/icon-help.svg?TS0TS);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  display: inline-block;
  height: 15px;
  width: 16px;
  position: relative;
}

.dnm-panel-field-container span.dnm-helptext-container:hover::before {
  filter: brightness(.8) contrast(2);
}

.dnm-panel-field-container span.dnm-helptext-container.dnm-helptext-container-middle {
  vertical-align: middle;
}

.dnm-panel-option-list .dnm-panel-field-container .dnm-field-label {
  display: none;  
}

.dnm-panel-field-container.dnm-field-label-display .dnm-field-label {
  display:inline-block;
}

.dnm-panel-field-container.dnm-field-label-display .dnm-field-label:empty {
  display: none;
}

.dnm-panel-option-inline .dnm-panel-field-container {
  display: inline-block;
  margin-right: 25px;
  width: auto;
  padding-top: 0;
}

.dnm-panel-option-inline .dnm-panel-field-container .dnm-field-label {
  display: none;  
}

/* displays option fields closer together */
.dnm-field-option-list .dnm-field-label {
    display: none;
}

/*displays fields inline */
.dnm-field-with-btn-inline .dnm-field-html {
    margin-left: 10px;
    vertical-align: middle;
    width:auto;
    padding-left: 10px;
}


/*statistic fields*/
.dnm-panel-field-container.dnm-panel-field-container-text.dnm-statistic {
    padding-bottom: 0;
}

.dnm-statistic .dnm-field-label {
    display: inline-block;
    font-weight: bold;
    width: 80px;
}

.dnm-statistic .dnm-field-sections-container {
    display: inline-block;
    width: auto;
}

.dnm-statistic .dnm-field-section-height-setter {
    height: 25px;
}

.dnm-statistic .dnm-field-container > input {
    background: none;
    border: medium none;
    height: 35px;
}

#info_page_is_active_container:has(input[type="checkbox"]:not(:checked)) ~ .dnm-panel-field-container div.cke_inner {
  opacity: .75;
  pointer-events: none;
  filter: brightness(0.95);
}

.cke_dialog_background_cover {
  opacity: .7 !important;
}

.cke_dialog {
  border-radius: 5px !important;
  overflow: hidden !important;
}

.cke_dialog_tab + .cke_dialog_tab {
  margin-left: 6px !important;
}

.cke_dialog_contents_body {
  padding: 10px 22px 20px 20px !important;
}

.cke_dialog_title {
  cursor: grab !important;
}

.cke_dialog_tab:focus {
  border-bottom-color: transparent !important;
}

.cke_dialog_close_button {
  background-image: url(/images/om/icon_sprite.png?TS0TS) !important;
  background-position: -403px -108px !important;
  height: 39px !important;
  width: 42px !important;
  top: 0 !important;
  right: 0 !important;
}

/* search fields */
.dnm-section.dnm-simple-search {
  padding: 3px; 
  background-color: #fff;
  border-radius: 4px;
}
.dnm-section.dnm-simple-search .dnm-panel-field-container {
  padding-bottom: 0px;
  padding-top: 0px;
}
.dnm-section.dnm-simple-search .dnm-panel-field-container input[type="text"] {
  border-width: 0px;  
  font-size: 1em;
  background-color: transparent;
  height: 30px;
}

.dnm-section.dnm-simple-search .dnm-panel-field-container input[type="text"]:focus {
  box-shadow: none !important;
}

.dnm-section.dnm-simple-search:has(input:focus) {
  background-color: #fff;
  border: 1px solid var(--accent-color-100);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset !important;
}

/* inline search button */
.dnm-panel-field-container.dnm-btn-group.search-btn.dnm-with-content {
  top: 1px;
  right: 1px;
}

.search-btn input {
  font-size: 13px !important;
}

/* advanced search button */
.adv-search-btn {
    float: right;
}

div[id^="group_search_form"] {
  display: flex;
  align-items: self-end;
  margin-bottom: 20px;
  gap: 10px;
}

div[id^="group_search_form"] > div:first-child {
  flex-grow: 1;
  width: 100%;
}

div[id^="group_search_form"] > div:last-child {
  flex-shrink: 1;
  width: auto;
  padding-bottom: 1px;
  white-space: nowrap;
}

.site_search_form {
  margin-bottom: 15px;
}

/************************** APP MODULES ***************************************/

/** listing in popup **/
.dnm-popup .dnm-app-listing {
  width: 800px;  
  max-width: 100%;
  padding: 20px;
}

.dnm-popup .dnm-app-listing .dnm-listing-app {
  width: 98%;  
  border: 1px solid #eee;
  margin-bottom: 1%;
  margin-right: 1%;
  padding: 7px;
  background-color: #F8F8F8;
  position: relative;
  cursor: pointer;
}

.dnm-popup .dnm-app-listing .dnm-listing-app:hover {
  background-color: #EEE;
}

.dnm-popup .dnm-app-listing .dnm-listing-app a {
  display: block;
  width: 100%;  
  text-decoration: none;
}

.dnm-popup .dnm-app-listing .dnm-listing-app .dnm-listing-app-thumb {
  display: inline-block;
  vertical-align: top;
}

.dnm-listing-app-thumb img {
  width: 100%;  
}

.dnm-popup .dnm-app-listing .dnm-listing-app .dnm-listing-app-details {
  display: inline-block;
  width: 100%;
  padding-left: 140px;
  margin-left: -140px;
  vertical-align: top;
  position: relative;
}

.dnm-listing-app .dnm-app-listing-price {
  position: absolute;
  bottom: 0;
  right: 0;  
  padding: 10px;
}

/** app modules listing page **/
.dnm-app-module-listing-thumb-name {
  width: 200px;
}

.dnm-app-module-listing-thumb-name img {
  border: 1px solid #00000024;
  border-radius: 2px;
}

.dnm-app-module-listing-price {
  width: 90px;
  font-weight: bold;
  margin-top: 6px;
  color: var(--accent-color-100);
}

.dnm-app-module-listing-description {
  width: 300px;
}

div.dnm-app-module-listing-unavailable {
  color: #da4f49;
}

div.dnm-app-module-listing-required {
  color: #E2C116;
}

/** app modules displayed under intro section **/
a.dnm-app-module-for-intro div,
a.dnm-app-module-for-intro div:hover {
  text-decoration: none;
}

a.dnm-app-module-for-intro span:hover {
  text-decoration: underline;
}

.dnm-app-module-for-intro div {
  padding: 5px;
  display: inline-block;
  margin-top: 5px;
  color: #5e5e5e;
}

.dnm-app-module-for-intro div,
.dnm-app-module-for-intro span {
  font-size: 10px;
}

.dnm-app-module-for-intro div.dnm-app-module-for-intro-desc {
  width: auto;
  background-color: #FFCC00;
  border-radius: 5px 0px 0px 5px;
}

.dnm-app-module-for-intro div.dnm-app-module-for-intro-price {
  width: auto;
  background-color: #242A34;
  border-radius: 0px 5px 5px 0px;
  margin-right: 5px;
  color: #FFFFFF;
}

@media only screen and (min-width: 1100px) and (max-width: 1250px), only screen and (min-width: 800px) and (max-width: 950px) {
  .dnm-app-module-for-intro div {
    display: block;
    margin-top: 0px;
  }

  .dnm-app-module-for-intro div.dnm-app-module-for-intro-desc,
  .dnm-app-module-for-intro div.dnm-app-module-for-intro-price {
    width: 100%;
    text-align: center;
  }

  .dnm-app-module-for-intro div.dnm-app-module-for-intro-desc {
    border-radius: 5px 5px 0px 0px;
  }

  .dnm-app-module-for-intro div.dnm-app-module-for-intro-price {
    border-radius: 0px 0px 5px 5px;
  }
}

@media only screen and (min-width: 1400px) {
  .dnm-app-module-for-intro div {
    padding: 10px;
  }
}

@media only screen and (min-width: 1500px) {
  .dnm-app-module-for-intro div,
  .dnm-app-module-for-intro span {
    font-size: inherit;
  }
}

@media only screen and (min-width: 1600px) {
  .dnm-app-module-for-intro div {
    padding: 15px;
  }
}

.dnm-app-module-for-intro span {
  width: 63px;
  display: inline-block;
}

/* Information message when there is no data */

.dnm-no-data {
  text-align: center;
  height:500px;
  z-index:1;
  position:relative;
}

.dnm-no-data:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background-position: center center;
  background-repeat: no-repeat;
}


.dnm-no-data h2 {
  padding-top:140px;
}

.dnm-no-coupon:before {
  background-image: url(/images/admin/coupons_empty.png?TS0TS);
}

.dnm-no-price-tables:before {
  background-image: url(/images/admin/price_tables_empty.png?TS0TS); 
}

.dnm-no-rush:before {
  background-image: url(/images/admin/rush_empty.png?TS0TS); 
}

.dnm-no-extra-charges:before {
  background-image: url(/images/admin/rush_empty.png?TS0TS); 
}

.dnm-no-account-terms:before {
  background-image: url(/images/admin/account_terms_empty.png?TS0TS); 
}

.dnm-no-discounts:before {
  background-image: url(/images/admin/discounts_empty.png?TS0TS); 
}

.dnm-no-store-orders:before {
  background-image: url(/images/admin/store_orders_empty.png?TS0TS); 
}

.dnm-no-custom-fields:before {
  background-image: url(/images/admin/custom_fields.png?TS0TS); 
}

.dnm-no-store-designs:before {
  background-image: url(/images/admin/designs_empty.png?TS0TS); 
}

.dnm-no-gift-certs:before {
  background-image: url(/images/admin/gift_cert_empty.png?TS0TS); 
}

.dnm-no-supplier-products:before {
  background-image: url(/images/admin/supplier_products_empty.png?TS0TS);
}

.dnm-no-decorated-products:before {
  background-image: url(/images/admin/decorated_products_empty.png?TS0TS);
}

.dnm-no-store-groups:before {
  background-image: url(/images/admin/store_groups_empty.png?TS0TS);
  background-size: contain;
}

.dnm-no-live-shipping-carriers:before {
  background-image: url(/images/admin/shipping_empty.png?TS0TS); 
}

.dnm-no-data h2 em, .dnm-no-data.dnm-no-data-small h2 {
  color: #777777;
  display: block;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}

.dnm-panel-field-container.dnm-no-data.dnm-with-content {
  padding-bottom: 0;
}

.dnm-no-data .dnm-btn {
  margin-top:30px!important;
}

.dnm-no-data.dnm-no-data-small em {
  font-size: 14px;
}

/* Payment Methods Page */

#payment_gateway_container {}

#payment_gateway_container > div {
    display: inline-block;
    text-align: center;
    width: 100%;
}

#payment_gateway_container #payment_gateway_current {}
#payment_gateway_container #payment_gateway_paypalexpress {}

#payment_gateway_container .payment_gateway_block {
    display: inline-block;
    width: auto;
    margin-bottom:30px;
}

#payment_gateway_container .payment_gateway_block:first-of-type {
  margin-right:30px;
}

#payment_gateway_container .payment_gateway_block:only-of-type {
  margin-right:0px;margin-right;
}

.dnm-select-payment-gateway {
  cursor: pointer;
  height: 185px;
  text-align: center;
}

.dnm-select-payment-gateway.dnm-alt {
  opacity: 0.5;
}

.dnm-select-payment-gateway img {
  max-height: 150px;
}

.dnm-popup .dnm-select-payment-gateway .dnm-payment-gateway-desc {
  margin-top: 15px;
}

.dnm-alt-payments-edit,
.dnm-alt-payments-container {
  text-align: center;
}

.dnm-alt-payments-container {
  margin-bottom: 30px;
}

.dnm-alt-payments-container .dnm-alt-payment {
  display: inline-block;
  max-width: 200px;
}

.dnm-alt-payment-actions {

}

.dnm-alt-payment-logo {
  padding:  30px;
}

.dnm-alt-payment img {
  max-height: 100px;
}


.dnm-decopay-status-pill {
  padding: 4px 8px;
  border-radius: 3px;
  text-align: center;
}
.dnm-decopay-status-pill.dnm-dp-unavailable {
  display: none;
}
.dnm-decopay-status-pill.dnm-dp-unrequested {
  display: none;
}
.dnm-decopay-status-pill.dnm-dp-info-needed {
  color: #464c21;
  background: #fff9b5;
}
.dnm-decopay-status-pill.dnm-dp-pending {
  color: #464c21;
  background: #fff9b5;
}
.dnm-decopay-status-pill.dnm-dp-active {
  color: #006908;
  background: #d7f7c2;
}

.dnm-decopay-status-pill.dnm-dp-info-needed-error,
.dnm-decopay-status-pill.dnm-dp-error {
  color: #930000;
  background: #ffdede;
}

.dnm-decopay-awaiting_approval ul {
  margin-left: 0;
}

.dnm-decopay-awaiting_approval div {
  text-align: center;
}

/* disputes */
.dnm-dispute-customer-communication-email-report {
  padding: 20px;
  background-color: #fff;
}
.dnm-dispute-customer-communication-email-report pre {
  background-color: #fff;
  font-size: 12px;
  font-family: monospace;
  padding: 0px;
  margin: 0 0 0 0;
  line-height: 1.4em;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  border-width: 0px;
  border-radius: 0px;
}
.dnm-evidence-warning {
  padding: 5px;
  color: #983705;
  background: #f8e5b9;
}


.dnm-dispute-files {
  padding-top:  10px;
}

.dnm-dispute-files-header {
  border-top: 1px solid #CCC;
  padding-top: 10px;
}

.dnm-dispute-files-header .dnm-btn {
  margin-left:  30px;
}

.dnm-dispute-files-list {
  min-width: 200px;
}
.dnm-dispute-files-list > div {
  padding-left: 5px;
}

.dnm-dispute-due-past {
  padding: 5px;
  color: #930000;
  background: #ffdede;
}
.dnm-dispute-due-soon {
  padding: 5px;
  color: #983705;
  background: #f8e5b9;
}
.dnm-dispute-due-later {
  padding: 5px;
  color: #002693;
  background: #d0e9ff;
}
.dnm-dispute-due-plenty {
  padding: 5px;
  color: #0f9300;
  background: #e2ffd0;
}

.dnm-dispute-lost {
  padding: 5px;
  color: #930000;
  background: #ffdede;
}
.dnm-dispute-refunded, .dnm-dispute-closed {
  padding: 5px;
  color: #983705;
  background: #f8e5b9;
}
.dnm-dispute-need-response {
  padding: 5px;
  color: #464c21;
  background: #fff9b5;
}
.dnm-dispute-under-review {
  padding: 5px;
  color: #002693;
  background: #d0e9ff;
}
.dnm-dispute-won {
  padding: 5px;
  color: #006908;
  background: #d7f7c2;
}

.dnm-table-transactions .dnm-payment-type img {
  max-width: 20px;
  vertical-align: middle;
}
.dnm-table-transactions .dnm-payment-type span {
  vertical-align: middle;
}

.dnm-decopay-balance.dnm-credit-card-icon {
  border-radius: 3px;
}

.dnm-decopay-statement-descriptor {
  font-size: 20px;
  line-height: 1.2em;
  font-family: 'Courier Prime', monospace;
}


.dnm-well {
  padding: 10px 0px;
  min-height: 20px;
}

.well {
  background-color: #f9f9fa;
  border: 1px solid #00000012;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dnm-color-button { border: 1px solid #eee; cursor: pointer; border-radius:4px; height:25px;}
.dnm-color-button.dnm-color-with-opacity { 
  background-image: url(/images/trans-display-small-hic.gif?TS0TS);
  background-color: white;
  position: relative;
}

.dnm-color-button.dnm-color-with-opacity .dnm-color-swatch {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 3px;
}

.dnm-color-selector-field { 
  position: relative;
}

.dnm-color-selector-field > div > .dnm-color-button {
  display: inline-block;
  width: 30px;
  z-index: 2;
  position: relative;
  vertical-align: middle;
}
.dnm-color-selector-field > div > label {
  display: inline-block;
  width: 100%;
  margin-left: -30px;
  padding-left: 40px;
  vertical-align: middle;
  margin-bottom: 0px;
}

.dnm-color-button.dnm-color-off {
  background-image: url(/images/trans-display-small-hic.gif?TS0TS);  
}

/* Product Categories */

.dnm-list-with-hierarchy-on-left h3 {
  margin-top: 0;
}

.dnm-list-with-hierarchy-on-left .section {
  margin: 0;
}

.dnm-list-with-hierarchy-on-left .pagination {
  text-align: center;
}

.dnm-list-with-hierarchy-on-left .pagination a,
.dnm-list-with-hierarchy-on-left .pagination span {
  border: none;
  padding: 0 5px;
  float: none;
  line-height: 20px;
}

.dnm-list-with-hierarchy-on-left .pagination .dnm-page_entries_info {
  display: block;
}

.dnm-list-with-hierarchy-on-left .product_categories {
  max-height: 550px;
  position: relative;
  padding-right: 11px;
}

.dnm-list-with-hierarchy-on-left-interior {
  overflow: hidden;  
}

/* categories */
.dnm-product-categories {
  margin: 0;
  padding: 0;
}

#designer .dnm-product-categories {
  height: 420px;
  overflow: auto;
}

.dnm-product-categories ul {
  margin: 0 0 0 18px;
  position: relative;
}

.dnm-product-categories ul:before {
  background: url(/images/admin/cat.gif?TS0TS);
  content: "";
  display: block;
  height: 100%;
  left: 0; 
  margin: -11px 0 0 -10px;
  padding: 5px 0 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}

.dnm-product-categories ul li { 
  
}
.dnm-product-categories ul li:last-child { 
  padding-bottom: 4px;
}

.dnm-p-category > input[type="checkbox"] {
  margin: 4px 1px 1px;
}

.cat_drop_between {
  line-height: 4px;
    padding: 2px 0;
}

.cat_drop_between_over {
  background-color: #CCCCCC;  
}

.cat_drop {
  background-color: #777777;  
}

.dnm-product-categories ul li span:hover {
  background: -moz-linear-gradient(center top , #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(center top , #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(center top, #f8f8f8 , #f2f2f2);
  background: -webkit-gradient(linear, 50% 0, 50% 100%, from(#f8f8f8), to(#f2f2f2));
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .75) inset, 0 1px 3px rgba(0, 0, 0, .125), 0 1px 1px -1px rgba(0, 0, 0, .05);
}

.cat_drop_between {
  border-radius: 2px;
  height: 3px;
  line-height: 3px;
}
.cat_drop_between.cat_drop_between_over {
  background: var(--accent-color-85);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
  height: 3px;
  line-height: 3px;
}

.dnm-product-categories ul li label,
.dnm-product-categories ul li span { 
  display: block;
  line-height: 13px;
  padding: 6px 0 5px; 
  position: relative;
}

.dnm-product-categories ul li span.selected, 
.dnm-product-categories ul li.div_node span.selected {
  background: var(--accent-color-100);
}

.dnm-product-categories ul li span.selected a, 
.dnm-product-categories ul li.div_node span.selected a {
  color: #fff !important;
}

.dnm-product-categories ul li.div_node span {
  background:#dedbdb;
}

.dnm-product-categories ul li.div_node span a {
  color: var(--nav) !important; 
}

.dnm-product-categories ul li .private:after {
  background: url(/images/bootstrap/glyphicons-halflings.png?TS0TS) -287px -24px no-repeat;
  content: "";
  display: inline-block;
  margin: 0 0 0 5px;
  position: absolute;
  height: 16px;
  width: 16px;
}

.dnm-product-categories ul li label:after,
.dnm-product-categories ul li span:after {
  background: url(/images/admin/cat_h.gif?TS0TS);
  content: "";
  display: block;
  height: 1px;
  line-height: 1px;
  margin: -1px -5px 0;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 15px;
  z-index: 1;
}
.dnm-product-categories input {
  position: absolute;
  height:auto;
}

.dnm-product-categories ul li input {
  margin: 7px 0 0 17px!important;
}

.dnm-product-categories > .dnm-p-category:not(:last-child) {
  margin-bottom: 10px;
}

/* divider margin */
.dnm-section .dnm-section-panels .dnm-panel .dnm-p-category > h3 {
  margin: 15px 0 10px;
}

/* tax configuration against type/product */
.dnm-tax-configuration input[type="text"] {
  width: 50px;
  text-align: right;
}

/* select category manager */

.popup .dnm-sc-manager {
  padding: 15px;
}

.popup .dnm-sc-manager .foot {
  padding: 10px 0 0 0;
}

.dnm-sc-manager::before {
  border: 9px solid ;
  border-color: transparent transparent #00000020  transparent;

  background: transparent none;
  content: ".";
  display: block;
  height: 0;
  position: absolute;
  left:17px;
  text-indent: -9999px;
  top: -18px;
  width: 0;
}

.dnm-sc-manager::after {
  border: 8px solid;
  border-color: transparent  transparent #fff transparent;
  top: 8px;
  background: transparent none;
  content: ".";
  display: block;
  height: 0;
  position: absolute;
  left:18px;
  text-indent: -9999px;
  top: -15px;
  width: 0;
}

.dnm-sc-manager-noselect:after,
.dnm-sc-manager-noselect:before {
  display: none !important;
}

/* select product categories against blank product */

.dnm-product-categories ul li label { 
  padding: 8px 18px 8px 36px; 
  xxxposition: relative;
}
.dnm-product-categories ul li label:before {
  background: #aaa;
  content: "";
  display: block;
  height: 5px;
  margin: -3px -11px 0;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 5px;
  z-index: 1;
}
.dnm-product-categories ul li label:after {
  background: url(/images/admin/cat_h.gif?TS0TS);
  content: "";
  display: block;
  height: 1px;
  line-height: 1px;
  margin: -1px -5px 0;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 15px;
  z-index: 1;
}

.dnm-product-categories ul li span a.divider,
.dnm-product-categories ul li span a.null,
.dnm-product-categories ul li span a.close,
.dnm-product-categories ul li span a.open {
  -moz-transform: scale(.6);
  -ms-transform: scale(.6);
  -o-transform: scale(.6);
  -webkit-transform: scale(.6);
  background: url(/images/bootstrap/glyphicons-halflings.png?TS0TS) -312px -72px no-repeat;
  display: inline-block;
  float: none;
  font-size: 12px;
  height: 16px;
  line-height: 13px;
  margin: 2px;
  opacity: .3;
  text-decoration: none;
  width: 16px;
}
.dnm-product-categories ul li span a.divider {
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);
  background-position: -264px -24px;
}
.dnm-product-categories ul li span a.open {
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);
  background-position:0 -96px;
}
.dnm-product-categories ul li span a.close {
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);
  background-position: -24px -96px;
}
.dnm-product-categories ul li span a.hasthumb {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/*  */

.dnm-product-categories ul li span a {
  color: #777 !important;
}

.dnm-product-categories ul li.disabled span a {
  color: #ccc !important;
}

.dnm-product-categories ul li span a b {
  font-weight: normal;
}

.dnm-product-categories ul li.disabled span a:nth-child(2):after {
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  -webkit-transform: scale(.9);
  transform: scale(.9);
  background-image: url(/images/bootstrap/glyphicons-halflings.png?TS0TS);
  background-position: -120px -120px;
  content: "";
  display: inline-block;
  height: 14px;
  margin: -3px 0 -3px 8px;
  opacity: .2;
  width: 16px;
}

.dnm-selectable-product-categories .dnm-p-category > label {
  margin: 0 0 5px 0px; 
}



.dnm-select-products-hierarchy {
  overflow: hidden;
  padding: 10px 0;
}

.dnm-select-products-hierarchy  ul {
  margin: 0 0 10px 20px;
  padding: 0 0 10px;
  position: relative;
}
.dnm-select-products-hierarchy  .subcats:before {
    background: url(/images/admin/cat.gif?TS0TS) repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: -87px 0 0 5px;
    padding: 5px 0 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: -1;
}

.dnm-select-products-hierarchy li:last-child ul:before {
  content: none;  
}

.dnm-select-products-hierarchy ul.dnm-p-products { 
  display: block; 
  margin: 0 0 0 20px;
  padding: 0 0 10px 20px;
}
.dnm-select-products-hierarchy ul.dnm-p-products::after { 
  clear: both; 
  content:"."; 
  display:block; 
  height: 0; 
  line-height: 0; 
  visibility: hidden; 
}

.dnm-select-products-hierarchy-popup {
  width: 190px;
  float: left;
}

.dnm-select-products-listing {
  width: 100% !important;
}

.dnm-p-products li {
  border: 1px solid #aaa;
  display: block; 
  float: left; 
  margin: 1px 5px 1px 1px;
  padding: 3px; 
  position:relative;  
  text-align: center; 
  width: 50px; 
}
.dnm-p-products > li.alt { 
  border: 2px solid var(--accent-color-100);
  margin: 0 4px 0 0;
}

.dnm-p-products li img {
  display: block;
}

/* popup? */
.dnm-p-products li div { 
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  background-color: #fff; 
  border: 1px solid #aaa;
  cursor: pointer;
  display: none;
  left: -20px;
  position: absolute;
  text-align: center; 
  top: -20px;  
  z-index: 100;
}
.dnm-p-products li div img {
  width: 80px;  
}
.dnm-p-products li div span {
  background-color: #fff;
  display: block;   
  font-size: 11px;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}

.dnm-p-products li:hover div { 
  display: block;
  margin: 1px;
}
.dnm-p-products li.alt div {
  border: 2px solid #0685e1;
  margin: 0;
}

.dnm-p-category > label {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 7px 15px; 
  padding-left: 20px;
  position: relative;
}

.dnm-selectable-product-categories .dnm-p-category > label {
  margin: 0 0 5px 0px; 
}

.dnm-p-category > label:before {
  background: #aaa;
  content: "";
  display: block;
  height: 5px;
  margin: -2px -13px 0 0;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 5px;
  z-index: -1;
}
.dnm-p-category > label:after {
  background: url(/images/admin/cat_h.gif?TS0TS) repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 1px;
  line-height: 1px;
  margin: -1px -10px 0;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 20px;
  z-index: -1;
}

.dnm-user-profile-icon img {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  object-fit: cover;
  border: 1px solid #00000016;
  background-color: #fff;
}

.dnm-user-profile-image-round {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #00000016;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
  object-fit: cover;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  text-indent: -10000px;
}

.dnm-user-select-notify .dnm-nofity-option {
  display: none;
}
.dnm-user-select-notify.dnm-show-fc_admin-notify .dnm-admin-notify {
  display: block;
}
.dnm-user-select-notify.dnm-show-fc_sales-notify .dnm-sales-notify {
  display: block;
}
.dnm-user-select-notify.dnm-show-fc_sales_staff-notify .dnm-sales-staff-notify {
  display: block;
}
.dnm-user-select-notify.dnm-show-fc_purchasing-notify .dnm-purchasing-notify {
  display: block;
}
.dnm-user-select-notify.dnm-show-fc_digitizing-notify .dnm-digitizing-notify {
  display: block;
}
.dnm-user-select-notify.dnm-show-fc_production-notify .dnm-production-notify {
  display: block;
}
.dnm-user-select-notify.dnm-show-fc_shipping-notify .dnm-shipping-notify {
  display: block;
}

.dnm-user-select-notify.dnm-show-fc_process_refund-notify .dnm-process-refund-notify {
  display: block;
}

.dnm-font-library-browser {
  background-color: #ffffff;
  border: 1px solid #dfe0e2;
}

.dnm-font-library-browser + div div:has( > table) {
  overflow-x: auto;
  max-width: 100%;
  box-sizing: border-box;
}

/* store signup */

.dnm-panel-affiliate-personal-details .dnm-panel-field-container  span.form_warning {
  display: block;
  background-color: #a22d2d;
  color: white;
  padding: 5px;
  border-radius: 2px;
}

.dnm-panel-store-general .dnm-panel-field-container span.form_warning {
  display: block;
  background-color: #a22d2d;
  color: white;
  padding: 5px;
  border-radius: 2px;
}

/* stock designs*/

#stock_designs_sub_categories_container {
  float:right;
}

#stock-designs-table td img{
  background-color: #ECECEC;
  border: 1px solid #dfe0e2;
}

/* store designs*/
#asset_tb td.thumb_border img{
  background-color: #ECECEC;
  border: 1px solid #dfe0e2;
}

#asset_form .product_image img{
  background-color: #F9F9F9;
  border: 1px solid #dfe0e2;
}

.dnm-edit-template-popup .dnm-popup-content {
  font-size: 0px; 
  overflow-x: hidden; 
}

/* supplier products*/

.product-image-panel .dnm-section-panels {
  min-height: 220px
}

.dnm-s-product-image {
  padding: 5px;
}

.dnm-s-product-image-box {
  height: 100px;
  width: 100px;
  border: 1px #d3d3d3 solid;
  overflow: hidden;
}

.dnm-s-product-img {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
}

.dnm-s-product-image .dnm-s-product-image-actions {
  padding: 5px 10px 0 0;
  float: left;
}

.dnm-s-product-image-color-thumb {
  position:absolute;
  margin: 5px;
  z-index: 2;
  width: 150px;
}

.dnm-product-thumb-preview {
  position: relative;
  height: 135px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  margin-top: -15px;
}

.dnm-product-thumb-preview .product-thumb-name {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  cursor: default;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.dnm-product-thumb-preview .product-thumb-name p{
  font-size: 1em;
  color: white;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  max-height: 105px;
  line-height: 1.5em;
}

.dnm-product-price-table tr.dnm-product-price-prefix td:first-child {
  text-align: center;
}

.dnm-cproduct-sp .product_color_list {
  padding: 2px;
  margin: 2px;
}

.dnm-cproduct-sp .color_cell {
  border: solid 2px #ccc;
}

.dnm-cproduct-sp .selected_color_cell {
  border: solid 2px var(--accent-color-100);
}
.dnm-innermenu-product-image {
  border-bottom:.1px solid #ebebeb; 
  text-align: center;
  margin-bottom: 10px; 
}

tr.dnm-related-product-row img,
tr.dnm-sort-design-row img {
  max-height:35px;
} 

tr.dnm-dec-area-row img {
  max-height:50px;
} 

.dnm-bulk-action-select-container {
  margin-bottom: -2px;
  margin-left: 5px;
  background: none;
  display:none;
}

tr.dnm-decorated-product-row td.dnm-decorated-product-count {
  width: 135px;
  text-align: right;
}

tr.dnm-process-selection-row td .dnm-field-checkbox{
  padding: 8px 0;
}

#add_view_templates {
  width: 800px;  
}

.dnm-product-facets {
  margin-bottom: 5px;  
}

.dnm-product-facets h3 {
  margin-bottom: 2px;  
}

.dnm-product-facet-value {
  display: inline-block;  
  margin-right: 10px;
}

#sku_inventory_log_popup_content h3 {
  margin: 0px;
}

#sku_inventory_log_popup_content.change_log {
  padding: 10px;
}

#sku_inventory_log_tbody tr.dnm-order-total td {
  line-height: 25px;
}

#sku_table_tbody td .dnm-sku-inv-on-order {
  min-width: 50px;
}

#sku_table_tbody td .dnm-sku-sku-code {
  min-width: 80px;
}

#sku_table_tbody td .dnm-sku-gtin-code {
  min-width: 115px;
}

#sku_table_tbody td {
  padding: 6px 3px;
}

#sku_table_tbody tr.dnm-discontinued {
  background-color: #ffff00;
}

#store_decorated_products_popup_content h3 {
  margin: 10px 0px;
}

/* calendar styles */

.dnm-calendar-date-select {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #DDD;
  border-radius: 2px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  left: 470px;
  top: 340px;
  width: 280px;
  height: 310px;
  z-index: 9999;
  margin-top: 4px;
  margin-left: 1px;
  padding: 0px 10px;
  border-radius: 5px;
}

.dnm-calendar-date-select:before {
    border: 9px solid ;
    border-color: transparent transparent #ddd  transparent;

    background: transparent none;
    content: ".";
    display: block;
    height: 0;
    position: absolute;
    left:17px;
    text-indent: -9999px;
    top: -18px;
    width: 0;
}

.dnm-calendar-date-select:after {
    border: 8px solid;
    border-color: transparent  transparent #fff transparent;
    top: 8px;
    background: transparent none;
    content: ".";
    display: block;
    height: 0;
    position: absolute;
    left:18px;
    text-indent: -9999px;
    top: -15px;
    width: 0;
}

.dnm-calendar-date-select-embedded:before {
  display: none !important;
}

.dnm-calendar-date-select-embedded:after {
  display: none !important;
}

.dnm-calendar-date-select a {
    color: #fff;
}
.dnm-calendar-date-select .cds_header {
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    padding: 10px 5px;
    text-align: center;
}
.dnm-calendar-date-select .cds_header:after {
    clear: both;
    content: "";
    display: table;
}
* html .dnm-calendar-date-select .cds_header {
    height: 1px;
}
* + html .cds_header {
    min-height: 1px;
}
.dnm-calendar-date-select .cds_header .next, .dnm-calendar-date-select .cds_header .prev, .dnm-calendar-date-select .cds_header .close {
  background: var(--accent-color-100);
  border: 1px solid transparent;
  border-radius: 2px 2px 2px 2px;
  display: inline-block;
  font-weight: bold;
  line-height: 16px;
  margin-top: 2px;
  padding: 5px;
}
.dnm-calendar-date-select .cds_header .next:hover, .dnm-calendar-date-select .cds_header .prev:hover, .dnm-calendar-date-select .cds_header .close:hover {
  background-color: var(--accent-color-85);
}
.dnm-calendar-date-select .cds_header a.close {
  float: right;
  margin-left: 5px;
  font-size: 0;
  width: 22px;
  background-image: url(/images/om/icon_sprite.png?TS0TS);
  background-repeat: no-repeat;
  background-position: -416px -215px;
  opacity: 1;
}

.dnm-calendar-date-select .cds_header .next {
    float: right;
}
.dnm-calendar-date-select .cds_header .prev {
    float: left;
}
.dnm-calendar-date-select .cds_header span,
.dnm-calendar-date-select .cds_buttons span {
  display: inline-block;
  margin-top: 2px;
  position: relative;
  line-height: normal;
}
.dnm-calendar-date-select .cds_header select,
.dnm-calendar-date-select .cds_buttons select {
  width: 80px !important;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: normal;
  border-radius: 2px;
}
.dnm-calendar-date-select .cds_body {
    margin-bottom: 5px;
    padding: 0 2px 5px;
}
.dnm-calendar-date-select .cds_body table {
}
.dnm-calendar-date-select .cds_body table th {
    border-bottom: 1px solid #DDD;
    padding: 4px;
}
.dnm-calendar-date-select .cds_body table td {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDD;
    border-radius: 0 !important;
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
}
.dnm-calendar-date-select .cds_body table td.today {
    background-image: url(/images/om/na_bg.png?TS0TS);
}
.dnm-calendar-date-select .cds_body table td:hover {
  background: var(--accent-color-10);
}
.dnm-calendar-date-select .cds_body table td.weekend.selected, .dnm-calendar-date-select .cds_body table td.selected {
    background-color: var(--accent-color-100);
    border-color: var(--accent-color-100);
    color: #fff !important;
}
.dnm-calendar-date-select .cds_body table td:last-child {
    border-width: 0 1px 1px;
}
.dnm-calendar-date-select .cds_body table td.weekend {
    background: var(--backdrop);
}
.dnm-calendar-date-select .cds_body table td.weekend:not(.disabled):hover {
  background: #dbe7f0;
}
.dnm-calendar-date-select .cds_body table td.disabled {
    color: #d3d3d3;
}
.dnm-calendar-date-select .cds_body table td.selected:not(.disabled):hover {
  background: var(--accent-color-85);
}
.dnm-calendar-date-select .cds_buttons {
  text-align: right;
  margin: 0;
}
.dnm-calendar-date-select .cds_buttons span:not(:has(select)) {
  display: none;
}
.dnm-calendar-date-select .cds_buttons a {
  background: var(--accent-color-100);
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
  margin-left: 5px;
  padding: 4px 8px;
  vertical-align: middle;
}
.dnm-calendar-date-select .cds_buttons a:hover {
  background: var(--accent-color-85);
}
.dnm-calendar-date-select .cds_buttons select {
    width: 70px;
    margin-bottom: 0px;
}
.dnm-calendar-date-select .cds_footer {
    float: left;
    font-weight: bold;
    margin: 5px;
}
.dnm-calendar-date-select .cds_footer span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
}
.dnm-calendar-date-select .cds_bottom {
}

#search_date_between, 
#date_between {
  background: none repeat scroll 0 0 #FFF;
    border: medium none;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 10px 0 0;
    padding: 10px;
    position: absolute;
    top: 100%;
}

.cds_image_icon {
  border:0px;
  margin-top:-2px;
  margin-left:10px;
  cursor:pointer;
}

.dnm-edit-page .dnm-calendar-date-select {
  z-index: 1000;
}

.dnm-edit-page .dnm-calendar-date-select span,
.dnm-edit-page .dnm-calendar-date-select .cds_body table th,
.dnm-edit-page .dnm-calendar-date-select .cds_body table td {
  color: #5e5e5e;
}

.dnm-footer-edit-page-settings-title-panel {
  width: auto !important;
  flex-shrink: 0;
}

/* Notices */
.dnm-tabs-panel.dnm-tabs-panel-general_tab.dnm-alt .dnm-section-panels {
  padding: 0 5px;
}

.dnm-tabs-panel.dnm-tabs-panel-general_tab.dnm-alt .dnm-panel-field-container {
  padding-bottom: 2px;
}

.dnm-message-container {
    border-bottom: 1px solid #dfe0e2;
    padding: 15px 10px;
    list-style: none;
}

.dnm-message-container:last-of-type {
    border-bottom: 0;
}

.dnm-cancellation-notice-container {
  float: left;
  margin: 0 0 30px;
}

.dnm-cancellation-notice-container span {
  font-size: 14px;
}

.dnm-cancellation-notice-container a {
  color: #ffffff;
  text-decoration: underline;
}

.dnm-notice-time {
  color: #aaa;
  float: right;
  font-size: 12px;

}

#deconetwork_notices {
    margin: 0;
}

.dnm-tabs-panel.dnm-tabs-panel-general_tab.dnm-alt .dnm-no-data {
  padding: 30px;
}

/* Cancellation Request */
.dnm-cancellation-request-phone p {
  font-size: 14px;  
}
.dnm-cancellation-request-phone .dnm-phone {
  font-weight: bold;  
}

.dnm-cancellation-request-phone .dnm-code {
  color: #FF2222;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* SELECT THEME */

#dmn-select-theme-panels {
  margin: 0;
}

#dmn-select-theme-panels li.dmn-select-theme-theme {
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 15px;
  vertical-align: top;
  width: 48%;
  position: relative;
}

#dmn-select-theme-panels #select_theme_5.dmn-select-theme-theme {
  display: none;
}

.dmn-select-theme-theme:nth-child(2n+1) {
  padding-left: 0;
  padding-right: 15px !important;
}

#dmn-select-theme-panels li form > div {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfe0e2;
  display: inline-block;
  padding: 30px;
  position: relative;
  width: 100%;
  min-height: 260px;
  box-sizing:border-box;
}

#dmn-select-theme-panels li.selected .dnm-section-icon.dmn-select-theme-selected {
  background-image: url(/images/dnm/theme-icon-selected.png?TS0TS);
  height: 60px;
  position: absolute;
  right: 12px;
  top: -3px;
  width: 60px;
  z-index: 3;
}

#dmn-select-theme-panels li div.dmn-select-theme-image {
  display: inline-block;
  margin-right: 30px;
  width: 175px;
}

#dmn-select-theme-panels li div.dmn-select-theme-details {
  display: inline-block;
  width: calc(100% - 210px);
  vertical-align: top;
}

#dmn-select-theme-panels li div.dmn-select-theme-details ul {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
}

#dmn-select-theme-panels li div.dmn-select-theme-details ul li {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 10px 10px 0;
  width: 40px;
  border-radius: 3px;
}


#dmn-select-theme-panels li div.dmn-select-theme-image img {
  max-width: 175px;
}

#dmn-select-theme-panels li div.dmn-select-theme-details h3 {
  margin:0 0 15px 0;
}

#dmn-select-theme-panels li div.dmn-select-theme-details ul li.selected {
    border: 3px solid var(--accent-color-100);
}

#dmn-select-theme-panels li div.dmn-select-theme-details ul li.active {
  border: 2px solid var(--accent-color-100);
  box-shadow: none !important;
}

/* SELECT THEME V3 */

.dnm-select-theme-v3 #dmn-select-theme-panels li.dmn-select-theme-theme {
  padding-right: 15px;
}

.dnm-select-theme-v3 #dmn-select-theme-panels li.dmn-select-theme-theme.selected {
  border: 5px solid var(--accent-color-100);
}

.dnm-select-theme-v3 #dmn-select-theme-panels li div.dmn-select-theme-image img {
  max-width: 100%;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #00000034;
}

.dnm-select-theme-v3 #dmn-select-theme-panels li div.dmn-select-theme-image img:hover {
  opacity: 0.5;
}

.dnm-select-theme-v3 #dmn-select-theme-panels li div.dmn-select-theme-image {
  width: 100%;
}

.dnm-select-theme-v3 #dmn-select-theme-panels li div.dmn-select-theme-details {
  width: 100%;
}

.dnm-select-theme-v3 #dmn-select-theme-panels li div.dmn-select-theme-details h3 {
  margin: 10px 0 0 0;
  font-size: 1.3em;
}



/* decolinked */

.dnm-dl-powertxt {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 18px;
}



/* Change Plans */

#dnm-plan-panes {}

#dnm-plan-panes .dnm-plan-pane {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
  width: 25%;
}

#dnm-plan-panes .dnm-plan-pane:last-of-type {
  padding-right: 0px;
}

#dnm-plan-panes .dnm-plan-pane .dnm-plan-pane-container {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfe0e2;
  display: inline-block;
  padding: 30px;
  position: relative;
  width: 100%;
  text-align: center;
  }

  #dnm-plan-panes .dnm-plan-pane .dnm-plan-pane-container input {
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 28px;
  }

#dnm-plan-panes .dnm-plan-pane .dnm-plan-pane-container label {
    background: var(--accent-color-100) none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 1.2em;
    padding: 15px 30px;
    width: auto;
    transition:background 0.25s 0.25s ease;
}

#dnm-plan-panes .dnm-plan-pane .dnm-plan-pane-container label.dnm-plan-currentplan, #dnm-plan-panes .dnm-plan-pane .dnm-plan-pane-container input[type=radio]:checked + label.dnm-plan-currentplan {
    background: #dbdbdb!important;
    border-radius: 2px;
    color: #999!important;
    transition:background 0.25s 0.25s ease;
  }


#dnm-plan-panes .dnm-plan-pane  .dnm-plan-pane-container .dnm-plan-pane-description {
    min-height: 220px;
}

#dnm-plan-panes .dnm-plan-pane .dnm-plan-pane-container input[type=radio]:checked + label {
  background:#009933!important;
  transition:background 0.25s 0.0s ease;
}



/* DASHBOARD */

.dnm-section.dnm-panel-chart {
  padding: 18px 20px 10px 20px
}

.dnm-section.dnm-panel-chart-nav {
  padding: 0px;
  border: none;
  background: none;
  margin-bottom: 5px;
}

ul.dnm-dashboard-chart-options {
  text-align: center;
}

ul.dnm-dashboard-chart-options li {
  display: inline-block;
  text-align: center;
}

ul.dnm-dashboard-chart-options li a {
  background: #fff;
  color: var(--body);
  display: block;
  line-height: 2.5em;
  margin: 5px;
  padding: 0 15px 0 15px;
  border-radius: 101px;
  border: 1px solid #00000020;
}

ul.dnm-dashboard-chart-options li a:hover {
  background: #f4f6fb;
}

ul.dnm-dashboard-chart-options li.current a {
  background: var(--accent-color-100);
  color: #fff;
}

.dnm-table.dnm-dashboard-table td {
  text-align: right;
}

.dnm-table.dnm-dashboard-table td:first-child {
  text-align: left;
}

.dnm-table.dnm-dashboard-table td.dnm-dashboard-cell-highlight {
  font-weight: bold;
  background-color: #faebd7;
}

.dnm-panel .quick-start li {
  width: 20%;
}

.dnm-panel .quick-start.dashboard_fc li {
  width: 16.6%;
}

.dnm-panel .quick-start.dashboard_fc_quote_only_plan li {
  width: 25%;
}

.dnm-panel .glance {
  margin: 0;
}

.dnm-panel #glance_fc .glance li {
  margin: 0;
  width: 14%;
}

.dnm-panel .glance { 
  padding: 10px 0 !important;
  xxxtext-align: center;
}

.dnm-panel.glance:after { 
  clear: both; 
  content: ""; 
  display: table;
}
* html .dnm-panel .glance { 
  height: 1px; 
}
* + html .dnm-panel .glance { 
  min-height: 1px; 
}

.dnm-panel .glance li { 
  display: inline-block;
  margin: 0;
  width: 16.6%; 
  padding: 0 1%;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.dnm-panel .glance li:after {
  background: rgba(0, 0, 0, .05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .4);
  content: "";
  display: block;
  height: 90px;
  margin: -45px -20px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}

.dnm-panel .glance li:first-child {
  margin-left: 0;
}

.dnm-panel .glance li:last-child:after {
  content: none;
}

.dnm-panel .glance li span.figure { 
  color: #404040; 
  display: block; 
  font: normal 100 28px "Roboto Flex", Arial, sans-serif; 
  letter-spacing: -0.035em;
  margin: 0 0 5px; 
  padding: 0 7px; 
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8); 
}
@media only screen and (max-width: 1140px), only screen and (max-device-width: 1140px) {
  .dnm-panel .glance li span.figure {
    font-size: 23px;  
  }
}
.dnm-panel .glance li label { 
  display: block;
  font-size: 11px;
  font-weight: normal; 
  margin: 0; 
  padding: 0;
  text-transform: uppercase;
}

.dnm-panel [class*="change"] {
  background: rgba(0, 0, 0, .04);
  color: #888;
  display: inline-block;
  padding: 1px 7px;
}

.dnm-panel .changeup {
  background: #92B06A;
  color: #fff;

}

.dnm-panel .ppr .changeup,
.dnm-panel #store .changeup {
  background: #92B06A;
  color: #fff;
}
.dnm-panel .changedown {
  background: #DD5F32;
  color: #fff;
}

/* well */

.dnm-panel .well { 
  box-shadow: none;
  background: #f9f9fa;
  border: 1px solid #00000012;
  margin: 0 0 20px;
  padding: 12px 15px;
  border-radius: 3px;
}

.dnm-panel .well.well-thin {
  padding: 10px;
}

.dnm-panel .well.well-empty {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.dnm-panel .nav-pills > li > a {
  background: #ADC4CC;
  color: #888;
  padding-bottom: 5px;
  padding-top: 5px;
}

.dnm-panel .nav-pills > .active > a,
.dnm-panel .nav-pills > .active > a:hover, 
.dnm-panel .nav-pills a.alt, 
.dnm-panel .nav-pills a.alt:hover,
.dnm-panel .nav-pills .alt a, 
.dnm-panel .nav-pills .alt a:hover {
  background-color: #506469;

  color: #fff !important;
}

.dnm-panel #ro_p,
.dnm-panel #ro_aw,
.dnm-panel #ro_u, 
.dnm-panel #ro_n,
.dnm-panel #ro_pr, 
.dnm-panel #ro_s,
.dnm-panel #ro_po,
.dnm-panel #ro_st
{

}

.dnm-panel #ro_p.alt, 
.dnm-panel #ro_aw.alt,
.dnm-panel #ro_u.alt, 
.dnm-panel #ro_n.alt,
.dnm-panel #ro_pr.alt, 
.dnm-panel #ro_s.alt,
.dnm-panel #ro_po.alt,
.dnm-panel #ro_st.alt {

}

.dnm-panel .nav.nav-pills a {
  color:#fff;
  text-transform: capitalize;
}

.nav.nav-pills li.alt a {
  font-weight: bold;
  text-decoration: underline;
}

.dnm-panel #ro_p, 
.dnm-panel .s_pending {
  background-color: #DD5F32;
}

.dnm-panel #ro_aw, 
.dnm-panel .aw_pending {
  background-color: #595C8F;
}

.dnm-panel #ro_u, 
.dnm-panel .s_unconfirmed {
  background-color: #ADC4CC;
}

.dnm-panel #ro_n, 
.dnm-panel .s_new {
  background-color: #92B06A ;
}

.dnm-panel #ro_pr, 
.dnm-panel .s_processed {
  background-color: #E19D29 ;
}

.dnm-panel #ro_s, 
.dnm-panel .s_shipped {
  background-color: #77d26d ;
}


.dnm-panel #ro_po,
.dnm-panel .s_awaiting_po {
  background-color: #e6a4ed;
}

.dnm-panel #ro_st,
.dnm-panel .s_awaiting_stock {
  background-color: #c587f1;
}

.dnm-panel #recent_orders_container td span.label {
  border-radius: 0px;
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
  padding: 7px 10px;
  width: 80%;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
}

/* Production Blockout Specic */

#production_blockouts_table input[type="text"] {
  max-width:200px;
}

/* Decoration Process */

.dnm-decoproc-hero {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  height:200px;
  text-align: center;
}

.dnm-decoproc-hero-summary {
  height:150px;
  padding-top:60px;
}

.dnm-decoproc-hero .dnm-btn {
  font-size: 18px;
  padding:10px 30px;
}


.dnm-sidemenu {
  margin:0;
}

.dnm-sidemenu li {}

.dnm-sidemenu li a {
  color: #242a34;
  display: block;
  height: 30px;
  padding: 7px 20px 0 0;
  text-decoration: none;
  border-bottom:2px solid transparent;
  position:relative;
}

.dnm-sidemenu li a.dnm-selected {
  font-weight: bold;
}

.dnm-sidemenu li a.dnm-selected::before {
    background-color:var(--accent-color-100);
    width:3px;
    height:23px;
    position:relative;
    left:-7px;
    position: absolute;
    content:" ";
}

/* Order display options */

.dnm-order-display-option .dnm-field-label {
  padding-left: 20px;
  font-weight: 500;
  color: var(--body);
} 

.dnm-order-display-color {
  display: inline-block; 
  width: 18px; 
  height: 18px; 
  vertical-align: middle; 
  border: 1px solid #00000070;
  border-radius: 2px;
  margin-left: 5px;
  background-image: url(/images/trans-display-hic.gif?TS0TS);
  cursor: pointer;
  margin-top: -2px;
} 


/* Shipping methods */

.dnm-shipping-methods .dnm-dispatch-address {
  text-align: center;
  padding: 0px;
  padding-top: 10px;
  background: #fff;
  border: 1px solid #00000016;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0px rgba(0,0,0,.03);
}

.dnm-shipping-methods .dnm-dispatch-address .dnm-map {
  padding: 15px 0 0 0;
}

.dnm-shipping-methods .dnm-dispatch-address .dnm-map .dnm-map-iframe {
  height:300px; 
  width:100%
}

#dispatch_user_map {
  background: transparent url(/images/ajax-loader.gif?TS0TS) no-repeat center center;
}

.dnm-state-loading {
  background: transparent url(/images/ajax-loader.gif?TS0TS) no-repeat center center;
  height:20px;
  width: 25px;
  position: absolute;
  top: 98px;
  right: 20px;
}

/*************** API ***************/

.dnm-section-content.dnm-order-management-api input, 
.dnm-section-content.dnm-order-management-api select {
  width:200px;
}

.dnm-section-content.dnm-order-management-api input[type="checkbox"] {
  width: auto;
}

.dnm-order-management-api label[for] {
  cursor: pointer;
}

.dn-api-output-container {
  margin-top: 10px;
}

/*************** Catalogs ***************/

.dnm-table tr.dnm-table-total td {
  font-weight:bold;
}

/*************** Select Libraries ***************/

.dnm-select-library table {
  width:100%
}

/*.dnm-select-library .library-border {
  width: 95%;
  margin: 3px;
  padding: 20px;
  padding-top:2px;
  border: 3px solid #CCCCCC;
}*/

.dnm-select-library td {
  padding: 1px;
  height: 40px;
  min-height: 40px;
}

.dnm-select-library table tr th {
  text-transform:uppercase;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #404040;
}

.dnm-select-library table th {
  font-weight:normal;
}

.dnm-select-library tr.package td {
    border-bottom: 1px solid #DDDDDD;
}

.dnm-select-library tr.package td label {
    padding-top: 2px;
    font-weight: bold;
    font-size:14px;
}

.dnm-select-library tr.package td small {
    margin-left: 30px;
}

.dnm-select-library tr.package.indented td:first-child {
  padding-left: 30px;
}

.dnm-select-library td.library-price {
    text-align: right;
    padding-right: 30px;
}

.dnm-select-library td.library-consumer-price {
  text-align: right;
}

.dnm-select-library tr.library.indented td:first-child {
  padding-left: 60px;
}

.dnm-select-library tr.library td:first-child {
  padding-left: 30px;
}

.dnm-select-library .checkbox,
.dnm-select-library .checkbox span {
  vertical-align: middle;
  padding: 0;
  display: inline-block;
  margin: 0;
}

/**************** hierarchy *******************/

.dnm-hierarchy-container {
  padding: 5px;  
}

.dnm-hierarchy-nodes-container ul {
  margin: 0px;  
}
.dnm-hierarchy-node.dnm-root {
  
}

.dnm-hierarchy-node {
  padding-left:10px;  
}

.dnm-hierarchy-node.dnm-root.dnm-visible-root {
  padding-left:15px;
}


li.dnm-hierarchy-node > .dnm-hierarchy-expander {
  display: inline-block;  
  cursor: pointer;
  margin-left: -10px;
  margin-right: 2px;
  vertical-align: middle;
  transition: transform 0.1s linear;
  background-image: url(/images/icons/open-iconic/png/caret-right.png?TS0TS);
  width: 8px;
  height: 8px;
}

.dnm-hierarchy-label {
  display: inline-block;  
  padding-top:2px;
  vertical-align: middle;
  margin: 0px;
  margin-bottom: 0px;
}

.dnm-hierarchy-label > label {
  display: inline-block;  
  cursor: pointer;
  vertical-align: middle;
  margin: 0px;
  margin-bottom: 0px;
}

.dnm-hierarchy-actions {
  display: none;  
}
.dnm-hierarchy-actions > div {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.8em;
  cursor: pointer;
}

.dnm-hierarchy-actions > div:hover {
  text-decoration: underline;  
}

.dnm-hierarchy-label:hover .dnm-hierarchy-actions {
  display: inline-block;  
}

.dnm-hierarchy-node > ul.dnm-hierarchy-children {
  display:none;
}

li.dnm-hierarchy-node.dnm-expanded > ul.dnm-hierarchy-children {
  display: block;
}
li.dnm-hierarchy-node.dnm-expanded > .dnm-hierarchy-expander {
  transform: rotate(90deg);   
}
li.dnm-hierarchy-node.dnm-selected > .dnm-hierarchy-label > label {
  font-weight: bold;  
}





/*************** websites pages ***************/
.dnm-page-elements-box {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
  padding-top: 10px;
  padding-bottom:5px;
  padding-right:7px;
  padding-left:7px;
  float:left;
  width:100%;
  height:50px;
}

.dnm-page-elements-box-container {
  display: inline-block;
  width: 100%;
}

.dnm-page-elements-drag-handle {
  display: inline-block;
  width: 5%;
}

.dnm-page-elements-description {
  display: inline-block;
  width: 50%;
}

.dnm-page-elements-actions {
  display: inline-block;
  width: 40%;
  text-align: right;
  white-space: nowrap;
  float: right;
}

.dnm-page-elements-box-container .dnm-page-elements-actions select {
  width: 100px;
}

.dnm-focus-window-blocker {
  display: none;  
}

body.dnm-with-focus-window .dnm-focus-window-blocker {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
}

/*************** select resource popup *****************/
.dnm-popup-container .dnm-popup.dnm-select-resource-popup {
  min-width: 80%;
  min-height: 80%;
}

.dnm-popup.dnm-select-resource-popup .dnm-popup-content {
  height: 100%;
  position: relative;  
}

.dnm-popup.dnm-select-resource-popup .dnm-tabs-panels {
  height: 100%;
  position: relative;
  
}

.dnm-popup.dnm-select-resource-popup .dnm-tabs-panel {
  height: 100%;
  position: relative;
}

.dnm-popup.dnm-select-resource-popup .dnm-tabs-panel > div {
  height: 100%;
  position: relative;
}



.dnm-popup.dnm-select-resource-popup .dnm-select-resource-panel {
  height: 100%;
  position: relative;
}

.dnm-select-resource-panel .dnm-select-resource-hierarchy-panel {
  width: 184px; 
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  padding-top: 10px;
  background-color: #fafafa;
  border-right: 1px solid #d2d7de;
  z-index: 1;
}

.dnm-hierarchy.dnm-hierarchy-with-footer-actions {
  height: 100%;
  margin-bottom: -30px;
}

.dnm-select-resource-panel .dnm-select-resource-hierarchy-panel .dnm-section {
  border-top-width: 0px;
}

.dnm-select-resource-panel.dnm-width-hierarchy .dnm-select-resource-resource-panel {
  width: 100%;
  margin-left: -184px;
  padding-left: 184px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  z-index: 0;  
}

.dnm-select-resource-popup .dnm-popup-content-container .dnm-popup-content-scroll {
  padding: 0px;
  height: 100vh;
}

.dnm-select-resource-popup .dnm-popup-content-container .dnm-popup-content .dnm-select-resource-resource-panel .dnm-simple-search {
  border: 1px solid #ddd;
  padding: 2px;
  max-width: 98%;
  margin: 10px;
  background:transparent;
}

.dnm-select-resource-panel .dnm-tabs-selectors {
  background:#fff;
}

.dnm-resource-listing .dnm-resource-actions  {
  border-bottom:1px solid #ddd;
  background-color:#fff;
}

.dnm-resource-listing .dnm-resource-actions > div {
  display: inline-block;
  padding-left:10px;
}

.dnm-resource-listing .dnm-resource-actions .dnm-panel-field-container {
  padding-bottom:0px;
}

.dnm-resource-listing .dnm-resource-actions .dnm-field-multifile {
  margin-left: 50px;
}



.dnm-resource-drop-overlay {
  display: none;  
}

.dnm-is-dragover .dnm-resource-drop-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
  z-index: 2;  
  text-align: center;
}

.dnm-resource-drop-overlay .dnm-resource-drop-message {
  display: inline-block;
  vertical-align: middle;
  height: 120px;
  width: 400px;
  background-image: url(/images/icons/open-iconic/png/data-transfer-download-8x.png?TS0TS);
  background-position: top center;
  background-repeat: no-repeat;
}

.dnm-resource-drop-overlay .dnm-resource-drop-message > div {
  margin-top: 80px;
  font-size: 30px;  
}

.dnm-select-resource-panel .dnm-select-resource-resource-panel .dnm-grid-item {
  width: 160px;
  height: 160px;
  cursor: pointer;
  border: 5px solid #242527;
  border-radius: 3px;
  position: relative;
  margin-top: 6px;
  margin-left: 6px;
  box-shadow:0 2px 0 0 rgba(142,154,173,.1);
}

.dnm-select-resource-panel .dnm-select-resource-resource-panel .dnm-grid-item.dnm-selected {
  border-color: var(--accent-color-100);
}

.dnm-select-resource-panel .dnm-select-resource-resource-panel .dnm-grid-item .dnm-grid-image img {
  width: 140px;
  height: 140px;  
  object-fit: scale-down;
  margin: 5px;
}

.dnm-select-resource-panel .dnm-resource-overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.dnm-resource-overlay .dnm-background {
  background-color: #222222;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.dnm-resource-overlay .dnm-resource-name-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
}

.dnm-resource-overlay .dnm-resource-name-container .dnm-resource-name {
  padding: 10px 5px;
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dnm-resource-overlay .dnm-resource-name-container .dnm-background,
.dnm-resource-overlay .dnm-resource-details-container .dnm-background {
  background-color: #222222;
  opacity: 0.5;
  z-index: 0;
}

.dnm-resource-overlay .dnm-resource-details-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
}

.dnm-resource-overlay .dnm-resource-details-container .dnm-resource-attr {
  padding: 5px 5px 5px 30px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: right;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dnm-resource-attr a,
.dnm-resource-attr a:hover {
  color: #ffffff;
}

.dnm-resource-overlay .dnm-resource-details-container .dnm-resource-details {
  background-image: url(/images/icons/open-iconic/png/zoom-in-2x-white.png?TS0TS);
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 3;
  left: 7px;
  top: 7px;
}

.dnm-resource-overlay .dnm-resource-details-container .dnm-resource-details .dnm-resource-details-hover {
  position: absolute;
  left: 2px;
  top: 2px;
  max-height: 0px;
  max-width: 0px;
  overflow: hidden; 
  /*transition: all 0.25s ease-in-out 0s;*/
}

.dnm-resource-overlay .dnm-resource-details-container .dnm-resource-details:hover .dnm-resource-details-hover {
  max-height: 600px;
  max-width: 600px;
}

.dnm-resource-details-hover > div {
  border: 3px solid #ddd;
  border-radius: 5px;
  background-color: #fff;  
  padding: 10px;
}

.dnm-resource-details-hover > div > img {
  max-width: 570px;
  margin-bottom: 10px;
  padding: 15px;
  background: url(/images/trans-display.gif?TS0TS);
  box-sizing: content-box;
}

.dnm-resource-details-hover label {
  display: inline-block;  
  margin-right: 10px;
}


.dnm-select-resource-panel .dnm-grid-item:hover .dnm-resource-overlay {
  display: block;  
}

.dnm-select-resource-panel .dnm-pagination {
  margin: 6px;
}

.dnm-resource-overlay .dnm-resource-details-container .dnm-resource-options {
  background-image: url(/images/icons/open-iconic/png/ellipses-2x-white.png?TS0TS);
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 2;
  right: 7px;
  top: 7px;
}

.dnm-resource-overlay .dnm-resource-details-container .dnm-resource-options .dnm-resource-options-hover {
  position: absolute;
  left: 2px;
  top: 2px;
  max-height: 0px;
  max-width: 0px;
  overflow: hidden; 
  transition: all 0.25s ease-in-out 0s;
}

.dnm-resource-overlay .dnm-resource-details-container .dnm-resource-options:hover .dnm-resource-options-hover {
  max-height: 200px;
  max-width: 200px;
  
}

.dnm-resource-options-hover > div {
  border: 3px solid #dddddd;
  border-radius: 5px;
  background-color: #ffffff;  
  padding: 5px;
}

.dnm-resource-options-hover > div > div {
  padding: 5px;
}

.dnm-resource-options-hover a {
  cursor: pointer;  
}


/***************** Image Effects *******************/

.dnm-popup-container .dnm-popup.dnm-edit-image-effects-popup {
  max-width: 630px;
  max-height: 700px;
}

.dnm-edit-image-effects-popup .dnm-popup-content-scroll {
  background-color: #fff;
}

.dnm-edit-image-effects-popup .dnm-popup-content {
  width: 630px;
  height: 600px;
}

.dnm-add-image-effect-popup .dnm-popup-content-container .dnm-popup-content {
  padding: 0px;
}

.dnm-image-effects-thumbnail-overlay {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.dnm-add-image-effect-link-container {
  text-align: center;
  padding-top: 5px;
}

.dnm-image-effects-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.dnm-table.dnm-image-effects-list-table {
  border: 0;
  margin-bottom: 0;
  border-collapse: separate;
}

.dnm-table.dnm-image-effects-list-table tr td {
  padding: 5px;
}

.dnm-table.dnm-image-effects-list-table .dnm-image-effects-row {
  height: 35px;
}

.dnm-table.dnm-image-effects-list-table .dnm-panel-field-container.dnm-panel-field-container-inline.dnm-panel-field-container-range .dnm-field-sections-container {
  margin-top: 0px;
}

.dnm-table.dnm-image-effects-list-table tr.drag-highlight td {
  border-top: 35px solid transparent;
}

.dnm-panel-field-container-range.dnm-panel-field-container.dnm-input-with-suffix .dnm-field-container,
.dnm-panel-field-container-range.dnm-panel-field-container.dnm-input-with-prefix .dnm-field-container {
  width: calc(100% - 25px);
}

.dnm-panel-field-container-range.dnm-panel-field-container.dnm-input-with-prefix.dnm-input-with-suffix .dnm-field-container {
  width: calc(100% - 50px);
}


.dnm-add-image-effect-grid-container {
  margin: 0px;  
}

.dnm-add-image-effect-grid-container .dnm-grid {
  margin: 0px;
}

.dnm-add-image-effect-grid-container .dnm-grid-item {
  width:115px;
  height:120px;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  padding:13px;
  position: relative;
}

.dnm-add-image-effect-grid-container .dnm-grid-image {
  height:50px;  
}

.dnm-add-image-effect-grid-container .dnm-grid-text {
  font-size: 11px;  
}

.dnm-add-image-effect-grid-container .dnm-grid-item:hover .dnm-grid-item-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}

.dnm-add-image-effect-grid-container .dnm-grid-item-overlay > div {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
}

.dnm-grid-item-overlay {
  display: none;
}

/***************** Links List *******************/

.dnm-table.dnm-links-list-table {
  margin-top: 10px;
}

.dnm-table.dnm-links-list-table tr th {
  padding: 8px 10px;
}

.dnm-table.dnm-links-list-table tr td {
  padding: 5px;
}

.dnm-table.dnm-links-list-table tr td.dnm-draggable-indicator {
  width: 35px;
}

.dnm-table.dnm-links-list-table tr td.dnm-links-list-link-name {
  width: 20%;
}

.dnm-table.dnm-links-list-table tr td.dnm-links-list-link-level {
  width: 20%;
}

.dnm-table.dnm-links-list-table tr td.dnm-links-list-link-cat {
  width: 15%;
}

.dnm-table.dnm-links-list-table .dnm-links-list-row {
  height: 35px;
}

.dnm-table.dnm-links-list-table tr.drag-highlight td{
  border-top: 35px solid transparent;
}

.dnm-stk-cat-container,
.dnm-str-cat-container {
  display: none;
}

.dnm-stk-cat-container.dnm-alt,
.dnm-str-cat-container.dnm-alt {
  display: inline-block;
}

.dnm-str-cat-container {
  width: 52%;
}

/*************** paginator *********************/



.dnm-pagination > a,
.dnm-pagination > span {
    display: inline-block;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px;
    min-width: 30px;
    text-align: center;
    background-color:#fff;
}
.dnm-pagination > span.dnm-current {
    background-color: var(--accent-color-100);
    color: #FFF;
}
  

.dnm-pagination > a {
  cursor: pointer;  
}

.dnm-pagination .dnm-disabled {
  opacity: 0.7;
}


/*************** waiting *********************/
.dnm-async-action-container {
	position:absolute;  
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.dnm-async-action-background {
	position:absolute;  
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.4;
}
.dnm-async-action-container .dnm-async-action {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  height: 24px;
  width: 24px;
}

.dnm-async-action-container .dnm-async-action img {
  width: 100%;
  height: 100%;
}

.dnm-notification {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4CAF50;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 600px;
  text-align: center;
  word-wrap: break-word;
  font-size: 18px;
}

.progress_context ul {
  margin: 5px 0 0 0;
}


/*************** Nothing added bg images ***************/


/*************** Upload Progress Bar ***************/

.dnm-progress-bar-container {
  border-radius: 2px;
  border: 1px solid var(--accent-color-100);
  height: 30px;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
}

.dnm-progress-bar {
  background-color: var(--accent-color-100);
  height: 28px;
  text-indent: -9999px;
  box-sizing: border-box;
}

.dnm-progress-bar-text {
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}

.graph-percentage {
  background-color: var(--accent-color-100);
  border-radius: 2px;
}

/************* FORM WIDGET *************/

.dnm-add-form-field:hover {
  text-decoration: none;
}

.dnm-add-form-field:hover div {
  color: #fff;
  border: 1px solid #fff;
  background-color:var(--accent-color-100);
}

.dnm-add-form-field div {
  transition: background-color 0.25s;
  border: 1px solid var(--accent-color-100);
  text-align: center;
  height: 45px;
  font-size: 25px;
  padding-top: 4px;
  background-color:#fff;
}

.dnm-form-field-listing-label {
  width: 190px;
}

.dnm-form-field-listing-icon {
  width: 22px !important;
  padding: 8px 0 8px 8px !important;
}

/************* JSON EVENT LOG ***********/
.dnm-json-event-log {
  background-color: #171932;
  font-weight: bold;
}

td.dnm-db-audit-log {
  padding: 0px;
  border-top-color: #000000;
}

.dnm-db-audit-log .dnm-json-event-log {
  padding: 2px;
  border-radius: 0px;
  font-weight: 600;
  min-height: 36px;
}



/*! miniTip CSS - v1.5.3 */

#dnm_tool_tip {
  /* main styles for tooltip */
  background-color: #333;
	border: 4px solid #333;
	color: #ffffff;
	font-size: 1em;
	border-radius: 3px;
    /* end editing style */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
  z-index: 99999;
}

/* title bar style */
#dnm_tool_tip_t {
	background-color: #222222;
	font-weight: 700;
	padding: 4px 6px;
}

/* main content style */
#dnm_tool_tip_c { padding: 4px 8px }


/* arrow holder, no need to edit */
#dnm_tool_tip_a {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* arrow pointing down, change border-top color to change color of the arrow */
#dnm_tool_tip .n {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #333;
	border-bottom: 0;
}

/* arrow pointing up, change border-bottom color to change color of the arrow */
#dnm_tool_tip .s {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #333;
	border-top: 0;
}

/* arrow pointing left, change border-right color to change color of the arrow */
#dnm_tool_tip .e {
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 8px solid #333;
	border-left: 0;
}

/* arrow pointing right, change border-left color to change color of the arrow */
#dnm_tool_tip .w {
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-left: 8px solid #333;
	border-right: 0;
}

.hidden_team_name_font, .hidden_regular_text_font {
  display: none;
}

/* popup fixes */
#cat_selector_pop { 
  width: 100vw !important;
}

#group_search {
  width: 100vw !important;
}

.dnm-template-editor-iframe {
  height: calc(100vh - 50px);
  width: calc(100% + 1px);
}

/* shopify */
.dnm-list-shopify-thumbnail {
  max-width: 25px;
}

.dnm-shopify-match .dnm-shopify-match-product {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  gap: 5px;
}

.dnm-shopify-match .dnm-shopify-previous-match-container {
  position: absolute;
  right: 20px;
}

.dnm-shopify-match-product-details {
  order: 1;
  width: 200px;
  text-align: center;
  position: relative;
}

.dnm-shopify-match-product-details .dnm-shopify-match-product-details-thumbnail {
  width: 200px;
  height: 200px;
}

.dnm-shopify-match-product-details .dnm-shopify-match-product-details-thumbnail img {
  max-height: 100%;
}

.dnm-shopify-match-product-details-name {
  position:absolute;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.dnm-shopify-match-product-details-name div {
  border: 2px solid black;
  background-color: white;
  color: black;
  font-size: 14px;
  padding: 3px;
}

.dnm-shopify-match-variant-count {
  margin-top: 10px;
}


.dnm-shopify-match .dnm-shopify-match-select-product {
  order: 2;
}

.dnm-shopify-match .dnm-shopify-match-select-product h3 {
  margin-top: 0px;
}

.dnm-shopify-match .dnm-tabs-panels {
  width: 100%;
}
.dnm-shopify-match .dnm-tabs-panel {
  width: 100%;
  padding: 10px;
}

.dnm-table tr td.dnm-shopify-color-thumbnail {
  width: 30px;
  padding: 0 0;
}
.dnm-shopify-color-name {
  width: 80px;
}
.dnm-shopify-color-name span {
  display: inline-block;
  width: 80px;
  overflow:hidden;
  text-overflow: ellipsis;
}
.dnm-shopify-color-name-match {
  width: 100px;
}
.dnm-shopify-color-name-match span {
  display: inline-block;
  width: 100px;
  overflow:hidden;
  text-overflow: ellipsis;
}
.dnm-shopify-color-panel .dnm-product-color-list {
  flex-flow: wrap;
}

.dnm-shopify-blank-product-list {
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
}

.dnm-shopify-blank-product-list.dnm-shopify-view-list {
  flex-direction: column;
}

.dnm-shopify-blank-product-list-entry {
  width: 100px;
  height: 100px;
  padding: 3px;
  text-align: center;
  border: 2px solid lightgrey;
  cursor: pointer;
}

.dnm-shopify-blank-product-list-entry:hover {
  border: 2px solid grey;
}

.dnm-shopify-blank-product-list-entry.dnm-alt {
  border: 2px solid black;
}

.dnm-shopify-blank-product-list-entry img {
  max-width: 94px;
  max-height: 80px;
}

.dnm-shopify-blank-product-list-entry span {
  width: 94px;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

.dnm-shopify-blank-product-list-entry.dnm-no-product {
  display:flex;
  align-items: center;
}

.dnm-shopify-blank-product-list-entry.dnm-no-product span {
  font-size: 12px;
  line-height: 1.4em;
  white-space: normal;
}

.dnm-shopify-blank-product-list-entry-options {
  font-size: 11px;
}



.dnm-shopify-previous-match-list {
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
}

.dnm-shopify-previous-match-list-entry {
  width: 100px;
  height: 100px;
  padding: 3px;
  text-align: center;
  border: 2px solid lightgrey;
  cursor: pointer;
  position: relative;
}

.dnm-shopify-previous-match-list-entry .dnm-shopify-previous-match-score {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 2;
  display: inline-block;
  color: #fff;
  border-radius: 9px;
  padding: 3px 5px;
}

.dnm-shopify-previous-match-score.dnm-match-score-perfect {
  color: #006908;
  background: #d7f7c2;
}
.dnm-shopify-previous-match-score.dnm-match-score-good {
  color: #0c61ab;
  background: #a6d5ff;
}
.dnm-shopify-previous-match-score.dnm-match-score-ok {
  color: #464c21;
  background: #fff9b5;
}
.dnm-shopify-previous-match-score.dnm-match-score-bad {
  color: #930000;
  background: #ffdede;
}


.dnm-shopify-previous-match-list-entry:hover {
  border: 2px solid grey;
}

.dnm-shopify-previous-match-list-entry.dnm-alt {
  border: 2px solid black;
}

.dnm-shopify-previous-match-list-entry > img {
  max-width: 94px;
  max-height: 80px;
}

.dnm-shopify-previous-match-list-entry > span {
  width: 94px;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

.dnm-shopify-previous-match-list-container {
  display: inline-block;
  width: 100%;
  margin-right: -200px;
  padding-right: 200px;
  vertical-align: top;
}

.dnm-shopify-previous-match-details-container {
  display: inline-block;
  width: 195px;
  vertical-align: top;
}

.dnm-shopify-previous-match-details-shopify-product {
  text-align: center;
}

.dnm-shopify-previous-match-details .dnm-shopify-match-details {
  margin-top: 10px;
}


.dnm-shopify-previous-match-details .dnm-shopify-blank-product-list-entry {
  width: 75px;
  height: 75px;
  cursor: default;
}

.dnm-shopify-previous-match-details .dnm-shopify-blank-product-list-entry:hover {
  border: 2px solid lightgrey;
}

.dnm-shopify-previous-match-details .dnm-shopify-blank-product-list-entry img {
  max-width: 69px;
  max-height: 55px;
}

.dnm-shopify-previous-match-details .dnm-shopify-blank-product-list-entry span {
  width: 69px;
  font-size: 9px;
}

.dnm-shopify-order-lines table tbody td {
  min-height: 47px;
}



/*
color panel
*/

.dnm-product-color-list {
  display: flex;
  gap: 2px;
}

.dnm-product-color-list .dnm-product-color-list-entry {
  display: inline-flex;
  width: 25px;
  height: 25px;
  flex-wrap: nowrap;
  flex-direction: column;
}

.dnm-product-color-list.dnm-many-colors .dnm-product-color-list-entry {
  width: 20px;
  height: 20px;
}

.dnm-product-color-list.dnm-too-many-colors .dnm-product-color-list-entry {
  width: 10px;
  height: 10px;
}

.dnm-product-color-list.dnm-selectable .dnm-product-color-list-entry {
  cursor: pointer;
}

.dnm-product-color-list .dnm-product-color-list-entry.dnm-alt {
  outline: 2px solid #1682e2;
} 

.dnm-product-color-list .dnm-product-color-list-entry.dnm-1-color div {
  height: 100%;
}

.dnm-product-color-list .dnm-product-color-list-entry.dnm-2-color div {
  height: 50%;
}

.dnm-product-color-list .dnm-product-color-list-entry.dnm-3-color div {
  height: 33%;
}

.dnm-product-color-list .dnm-product-color-list-entry.dnm-4-color div {
  height: 25%;
}

.dnm-product-color-list .dnm-product-color-list-entry.dnm-5-color div {
  height: 20%;
}

/* design match */
.dnm-shopify-design-config-container {
  display: flex;
  gap: 10px;
}

.dnm-shopify-design-match-view-container {
  width: 410px;
}

.dnm-shopify-design-match-view {
  width: 400px;
  height: 400px;
  position: relative;
}

.dnm-shopify-design-match-view-area {
  outline: 1px solid red;
  position: absolute;
}

.dnm-shopify-design-placement {
  position: absolute;
  background-size: contain;
}

.dnm-shopify-selected-design img {
  max-width: 300px;
  max-height: 200px;
  margin-bottom: 5px;
}

.dnm-quality-poor {
  color: #895200;
}

.dnm-quality-bad {
  color: #da3b2b;
}

.dnm-shopify-order-details {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  gap: 5px;
}

.dnm-shopify-order-details > div {
  width: 50%;
}

.dnm-shopify-order-details td {
  padding: 5px;
}

.dnm-shopify-order-details th {
  text-align: right;
}

.dnm-shopify-order-customer-details div {
  line-height: 1.5em;
}

.dnm-order-line-mapped-product {
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  align-items: center;
}

.dnm-order-line-mapped-product img {
  max-height: 30px;
}

.dnm-order-line-mapped-product div {
  position: relative;
}

.dnm-order-line-mapped-product div.dnm-preview-thumbnail {
  display: none;
}

.dnm-order-line-mapped-product div:hover div.dnm-preview-thumbnail {
  position: absolute;
  bottom: 0px;
  display: block;
  z-index: 10;
  height: 100px;
  width: 100px;
}

.dnm-order-line-mapped-product div:hover div.dnm-preview-thumbnail img {
  max-height: 300px;
  border: 2px solid black;
}

/*************** select asset popup *****************/

.dnm-select-asset-popup {
  width: 80%;
}

#select_asset_site_container {
  height: 100%;
}

.dnm-resource-listing .dnm-resource-actions {
  min-height: 40px;
  line-height: 36px;
}
#lightwindow_overlay {
  /* REQUIRED */
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 500;
  /* REQUIRED */
}

#lightwindow {
  /* REQUIRED */
  /* Of Note - The height and width of this element are set to 0px */
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: 5000;
  line-height: 0;
  /* REQUIRED */
}

  #lightwindow_container { display: none; margin: 0; padding: 0; position: absolute; visibility: hidden; }

  /* IE6 needs this or it messes with our positioning */
  * html #lightwindow_container {
    overflow: hidden;
  }

  #lightwindow_contents {
    font-size: 4em!important;
    overflow: hidden;
    z-index: 0;
    position: relative;
    border: 10px solid #ffffff;
    background-color: #ffffff;
  }    

#lightwindow_loading {
  /* REQUIRED */
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
  position: absolute;
  /* REQUIRED */
  background-color: #f0f0f0;
  padding: 10px;
}

  #lightwindow_loading_shim { 
    display: none;
    left: 0px; 
    position: absolute; 
    top: 0px;
    width: 100%; 
    height: 100%;
  }

  #lightwindow_loading span {
      font-size: 12px;
    line-height: 32px;
    color: #444444;
    float: left;
    padding: 0 10px 0 0;
  }

  #lightwindow_loading span a,
  #lightwindow_loading span a:link, 
  #lightwindow_loading span a:visited {
    color: #09F;
    text-decoration: none;
    cursor: pointer;
  }

  #lightwindow_loading span a:hover,
  #lightwindow_loading span a:active {
    text-decoration: underline;
  }


  #lightwindow_loading img {
       float: left;
       margin: 0 10px 0 0;
  }


/*-----------------------------------------------------------------------------------------------
  I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
  I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
  /* REQUIRED */
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  /* REQUIRED */
}
  /* We need to shim the navigation for IE, though its more of a sub-floor */
  #lightwindow_navigation_shim { 
    /* REQUIRED */
    display: none;
    left: 0px; 
    position: absolute; 
    top: 0px;
    width: 100%; 
    height: 100%;
    /* REQUIRED */
  }

  #lightwindow_navigation a,
  #lightwindow_navigation a:link,
  #lightwindow_navigation a:visited,
  #lightwindow_navigation a:hover,
  #lightwindow_navigation a:active { 
    /* REQUIRED */
    outline: none;
    /* REQUIRED */
  }

  #lightwindow_previous, 
  #lightwindow_next {
    width: 49%;
    height: 100%;
    background: transparent; /* Trick IE into showing hover */
    display: block;
  }
  
  #lightwindow_previous { 
    float: left;
    left: 0px;
  }

  #lightwindow_next { 
    float: right;
    right: 0px;
  }

  #lightwindow_previous:hover, 
  #lightwindow_previous:active { 
    background: url(/images/prevlabel.gif) left 15% no-repeat; 
  }

  #lightwindow_next:hover, 
  #lightwindow_next:active { 
    background: url(/images/nextlabel.gif) right 15% no-repeat; 
  }
  
  #lightwindow_previous_title,
  #lightwindow_next_title {
    display: none;
  }
     
#lightwindow_galleries {
  width: 100%;
  position: absolute;
  z-index: 50; 
  display: none;
  overflow: hidden;
  margin: 0 0 0 10px;
  bottom: 0px;
  left: 0px;
}

  #lightwindow_galleries_tab_container {
    width: 100%;
    height: 0px;
    overflow: hidden;
  }

  a#lightwindow_galleries_tab,    
  a:link#lightwindow_galleries_tab,
  a:visited#lightwindow_galleries_tab {
    display: block;
    height: 20px;
    width: 77px;
    float: right;
    line-height: 22px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 11px;
    color: #ffffbe;
    background: url(/images/black-70.png) repeat 0 0 transparent;
  }
  
  * html a#lightwindow_galleries_tab,    
  * html a:link#lightwindow_galleries_tab,
  * html a:visited#lightwindow_galleries_tab {  
    background: none;
    background-color: #000000;
    opacity: .70;
    filter: alpha(opacity=70);
  }

  a:hover#lightwindow_galleries_tab,
  a:active#lightwindow_galleries_tab {
    color: #ffffbe;

  }

  #lightwindow_galleries_tab_span {
    display: block;
    height: 20px;
    width: 63px;
    padding: 0 7px 0 7px;
  }
  
  #lightwindow_galleries_tab .up  {
    background: url(/images/arrow-up.gif) no-repeat 60px 5px transparent;
  }

  #lightwindow_galleries_tab .down {
    background: url(/images/arrow-down.gif) no-repeat 60px 6px transparent;
  }

  #lightwindow_galleries_list {
    background: url(/images/black-70.png) repeat 0 0 transparent;
    overflow: hidden;
    height: 0px;
  }

  * html #lightwindow_galleries_list {
    background: none;
    background-color: #000000;
    opacity: .70;
    filter: alpha(opacity=70);
  }  

  .lightwindow_galleries_list {
    width: 200px;
    float: left;
    margin: 0 0 10px 0;
    padding: 10px;
  }

  .lightwindow_galleries_list h1 {  
    color: #09F;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 0 5px 0;
    font-size: 16px;
  }

  .lightwindow_galleries_list li {
    margin: 5px 0 5px 0;
    list-style-type: none;
  }

  .lightwindow_galleries_list a, 
  .lightwindow_galleries_list a:link, 
  .lightwindow_galleries_list a:visited {
    display: block;
    line-height: 22px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0 0 10px;
    font-size: 11px;
  }

  .lightwindow_galleries_list a:hover, 
  .lightwindow_galleries_list a:active {
    background: #000000;
    color: #ffffbe;
    border-left: 3px solid #ffffbe;
    padding: 0 0 0 7px;
  }
    
#lightwindow_data {
  /* REQUIRED */
  position: absolute;
  /* REQUIRED */
}

  #lightwindow_data_slide {
    /* REQUIRED */
    position: relative;
    /* REQUIRED */
  }

  #lightwindow_data_slide_inner {
    background-color: #ffffff;
    padding: 0 10px 10px 10px;
  }

  #lightwindow_data_caption {
    padding: 10px 0 0 0;
    color: #666666;
    line-height: 25px;
    background-color: #ffffff;
    clear: both;
  }

  #lightwindow_data_details {
    background-color: #f0f0f0;
    padding: 0 10px 0 10px;
    height: 20px;
  }
  
  #lightwindow_data_author_container {
    width: 40%;
    text-align: right;
    color: #666666;
     font-style: italic;
    font-size: 10px;
    line-height: 20px;
    float: right;
    overflow: hidden;
  }
  
  #lightwindow_data_gallery_container {
    font-size: 10px;
    width: 40%;
    text-align: left;
    color: #666666;
    line-height: 20px;
    float: left;
    overflow: hidden;
  }
  
#lightwindow_title_bar {
  height: 25px;
  overflow: hidden;    
}

  #lightwindow_title_bar_title {
    color: #ffffbe;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    float: left;
  }

  a#lightwindow_title_bar_close_link,  
  a:link#lightwindow_title_bar_close_link,
  a:visited#lightwindow_title_bar_close_link {
    float: right;
    text-align: right;    
    cursor: pointer;
    color: #ffffbe;
    line-height: 25px;
    padding: 0;
    margin: 0;
  }
  
  a:hover#lightwindow_title_bar_close_link,
  a:active#lightwindow_title_bar_close_link {
    color: #ffffff;
  }

/*-----------------------------------------------------------------------------------------------
  Theme styling stuff
-----------------------------------------------------------------------------------------------*/  

#lightwindow p {
  color: #000000;
  padding-right: 10px;
}



*, *:before, *:after {
  box-sizing: inherit;
}

.dn-dncp-popup-container div,
.dn-dncp-popup-container h3 {
  color: #fff;  
}

/* Search */


.dncp-sp-query {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(255,255,255,0.5);
  border-radius: 3px;
  border-style: none;
  box-sizing: border-box;
  font-size: 14px;
  height: 30px;
  padding-left: 10px;
  position: relative;
  color: #fff;
  width: 80%;
  margin-bottom: 0px;
}

.dncp-sp-query::-webkit-input-placeholder {
  color: rgba(255,255,255,0.8);
}

.dncp-sp-results {
  background-color: white;
  border: 1px solid #bbb;
  border-width: 1px 1px 0px 1px;
  display: none;
  list-style: none;
  margin: 0;
  max-height: 300px;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  width: 90%;
  z-index: 1;
}

.dncp-sp-results li {
  border: 1px solid #bbb;
  border-width: 0px 0px 1px 0px;
  color: #111;
  cursor: pointer;
  padding: 1rem;
  position: relative;
}

.dncp-sp-results li .dncp-color-swatch {
  float: right;
}

.dncp-sp-result-palettename {
  background-color: #ddd;
  border-radius: 2px;
  float: right;
  font-size: 0.75em;
  line-height: 2em;
  margin-right: 6px;
  margin-top: -0.3em;
  padding: 0 6px;
}

/* Colors in use */

.dncp-ciu {
  background-color: #2d323a;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 5px 12px;
  white-space: nowrap;
}

.dncp-ciu h3 {
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  margin-right: 2px;
  vertical-align: middle;
  font-weight: normal;
}



.dncp-ciu-colors {
  display: inline-block;
  vertical-align: middle;
  /*height: 1rem;*/
  height: 30px;
  margin: 0;
}

.dncp-ciu-swatch {
  cursor: pointer;
  width: 30px;
  height: 30px;  
}

/* Palette name (tab heading) */
.dncp-palettes-tabs {
  background-color: #353c47;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  padding: 0 4px;
}

h3.dncp-pp-name {
  color: #fff;
  border-bottom: 1px solid #555;
  cursor: pointer;
  font-size: 16px;
  /*font-size: 11px;*/
  line-height: 1.5;
  font-weight: normal;
  height: 46px;
  overflow: hidden;
  margin: 0 4px;
  padding: 12px 0;
  pointer-events: all;
  text-align: center;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.dncp-pp-name.dncp-active {
  border-bottom: 3px solid #1993ff;
  font-weight: bold;
}

/* Palette colors */

.dncp-pp-colors {
  background-color: #3B424D;
  display: none;
  line-height: 1;
  padding: 7px;
  width: 100%;
  margin: 0px;
}

.dncp-pp-colors.dncp-active {
  display: block;
}

/* Color slider panel name (tab heading) */

h3.dncp-csp-name {

}


/* Color slider panel */

.dncp-csp {
  background-color: #3B424D;
  display: none;
  padding: 8px;
  width: 100%;
}

.dncp-csp.dncp-active {
  display: block;
}

.dncp-csp-sv {
  display: block;
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.dncp-csp-hue {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 20px;
  cursor: pointer;
}

.dncp-csp-sv-bg {
  cursor: pointer;  
}

.dncp-csp-hue::before { 
  background: linear-gradient(to right, red 0%, #ff0 17%, lime 33%, cyan 50%, blue 66%, #f0f 83%, red 100%); content: '';
  display: block;
  height: 100%;
  width: 100%;
}

.dncp-csp-hue-pointer { 
  pointer-events: none;
  position: absolute; 
  top: 0;
}

.dncp-csp-hue-pointer {
  margin-left: -3px;
  width: 6px;
  border: 1px solid #eee;
  height: 100%; 
  background-color: rgba(0,0,0,0);
}

.dncp-csp-values {
  display: block; 
  position: relative;
}

.dncp-csp-type-container {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  position: relative;  
  z-index: 2;
}

.dncp-csp-values-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -110px;
  padding-left: 110px;  
  position: relative;
  z-index: 1;
}

.dncp-csp-type {
  height: 40px;
  margin-bottom: 0;
  padding: 0;
  width: 100px;
  font-size: 20px;
  color: #000000;
}



.dncp-csp-value-container {
  display: none;  
  padding: 2px;
}

.dncp-rgb .dncp-csp-value-container.dncp-csp-value-rgb {
  display: block;  
}
.dncp-cmyk .dncp-csp-value-container.dncp-csp-value-cmyk {
  display: block;  
}
.dncp-html .dncp-csp-value-container.dncp-csp-value-html {
  display: block;  
}

.dncp-csp-value-label {
  margin-bottom: 0;
  display: inline-block;
  width: 20px;
  line-height: 30px;
  font-size: 16px;
  vertical-align: middle;
  color: #ffffff;
}

.dncp-csp-value {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0px 8px;
  width: 60px;
  color: #000000;
}

.dncp-csp-value input { 
  height: 24px;
  text-align: right;
}

/* Result area */

.dncp-ra {
  background-color: #2D323A;
  border-top: 1px solid #000;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 8px;
}
.dncp-ra-final {
  background-image: url("/images/trans-display-small-hic.gif");
  border: 1px solid #999;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  height: 35px;
  width: 50px;
}
.dncp-ra-final-solid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}
.dncp-ra-final-alpha {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}
.dncp-ra-name {
  display: inline-block;
  height: 24px;
  position: relative;
  font-size: 12px;
  line-height: 35px;
  padding: 0 6px;
  vertical-align: top;
}
.dncp-ra .dncp-footer-buttons {
  position: absolute;
  right: 8px;
  top: 6px;
}
.dncp-ra .dncp-btn {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.dncp-ra .dncp-mask-option {
  display: inline-block;
  height: 21px;
  width: 26px;
  background-image: url(/javascripts/dn-color-picker/mask.png);
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

.dncp-ra .dncp-mask-option.dncp-selected {
  border: 2px solid #568dff;
  border-radius: 2px;
}

.dncp-ra .dncp-eye-dropper {
  display: inline-block;
  height: 21px;
  width: 26px;
  background-image: url(/javascripts/dn-color-picker/eyedropper.png);
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

.dncp-ra .dncp-eye-dropper.dncp-selected {
  border: 2px solid #568dff;
  border-radius: 2px;
}

.dncp-ra-alpha-controls {
  display: inline-block;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  padding: 0 6px;
  vertical-align: top;
}
.dncp-ra-alpha-label {
  display: inline-flex;
  height: 24px;
  padding: 0 6px;
  align-items: center;
}
input[type="range"].dncp-ra-alpha {
  background: none;
  display: inline-block;
  height: 24px;
  padding: 0 6px;
  vertical-align: top;
  width: 100px;
}

/* Color tile (swatch) */

.dncp-color-swatch {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.dncp-color-swatch a {
  border: 1px solid #a2a2a2;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.dncp-color-swatch a.dncp-active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 0, 0, 0.1), 0 0 0 3px #0898D0;
}

/* Popup styling */

body.dncp-popup-visible {
  overflow: hidden;
  height: auto;
  min-height: 100%;
  width: 100%;
}

.dncp-popup-container {
  display: none;
}
.dncp-popup-container.dncp-alt {
  display: block;
  /*width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4000;*/
}

.dncp-popup-container.dncp-alt .dncp-popup-background {
  z-index: 4000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
}
.dncp-popup-container.dncp-alt .dncp-popup {
  opacity: 1.0;
  z-index: 4001;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-color: #444444;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (min-width: 800px) {
  .dncp-popup-container.dncp-non-modal .dncp-popup {
    transform: none;  
    position: absolute;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.42);
    bottom: auto;
    right: auto;
  }
}

.dncp-popup-container .dncp-popup .dncp-header-bar {
  padding: 7px 7px 0px 7px;
}

.dncp-popup-container.dncp-movable .dncp-popup .dncp-header-bar {
  cursor: grab;  
  
}

.dncp-popup-container .dncp-popup .dncp-popup-header {
  height: 130px;
  background-color: #2d323a;
  color: #fff;
  width: 100%; 
  z-index: 1;
  position: relative;
}

.dncp-popup-container .dncp-popup .dncp-popup-header  > h3, 
.dncp-popup-container .dncp-popup-passthrough .dncp-popup-header > h3 {
  margin: 0px;
  color: #fff;
  font-size: 1.15em;
  /*margin: -5px -5px 0 -5px;*/
}

.dncp-popup-container .dncp-popup .dncp-popup-header-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  padding: 8px 12px 6px 12px;
  font-size: 1.5em;
  font-weight: 900;
}

.dncp-popup-container .dncp-popup .dncp-popup-header-close::after {
  content: "\00D7";
}

.dncp-popup-icon {
  height: 75px;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 75px;
  z-index: 999;
}

.dncp-popup-icon.dncp-icon-alert-warning {
  background-image: url(/images/dnm/popup-alert-warning-sml.png);
}

.dncp-popup > .dncp-popup-content {
  margin: 5px;  
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.dncp-popup-content-container {
  height: 100%;
  position: relative;
  z-index: 0;
}

.dncp-popup.dncp-with-header .dncp-popup-content-container {
  margin-top: -130px;
  padding-top: 130px;
}
.dncp-popup.dncp-with-footer .dncp-popup-content-container {
  margin-bottom: -60px;
  padding-bottom: 60px;
}
    

.dnm-no-popup-content-padding .dncp-popup-content-container .dncp-popup-content-scroll {
  padding: 0;
}

.dnm-no-popup-content-padding .dncp-popup-content-container .dnm-tabs-panel {
  padding: 15px;
}

.dnm-no-popup-content-padding .dncp-popup-content-container .dnm-tabs-panel.dnm-no-padding {
  padding: 0px;
}

.dncp-popup-content-container .dncp-popup-content-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  background-color: #3f4652;
}

.dncp-popup-content-container .dncp-popup-content-scroll.ps-container {
  position: relative;
}

.dnm-save-edit-popup .dncp-popup-content-container .dncp-popup-content-scroll {
  padding: 0px;
}

.dncp-popup-container.dncp-no-auto-size .dncp-popup-content-container .dncp-popup-content,
.dncp-popup-container.dncp-no-sizing .dncp-popup-content-container .dncp-popup-content {
  display: block;
}

.dncp-popup .dncp-popup-content-container .dncp-popup-content .dnm-section .dnm-section-panels {
  border: 0px solid #e5e6e8;
  background-color:transparent;
}

.dncp-popup-footer {
  height: 60px;  
}   
    
.dncp-popup-container  .dncp-popup.dnm-no-fullscreen {
  border-radius: 4px;
  box-shadow: 0px 0px 10px 3px contrast($color-body, 20%);
  width: auto;
  height: auto;
  padding-bottom: 5px;
}

.dncp-popup.dncp-popup-loading .dncp-popup-content {
  height: 100px;
  width: 300px;  
  text-align: center;
  padding-top: 40px;
  font-size: 1.2em;
}

.dncp-popup .dncp-popup-content > p {
  padding: 5px;  
}

.dncp-popup-container .dnm-edit-template-popup {
  max-height: 95%;
  max-width: 95%;
  width: 95%;
  height: 95%;
  background-color: white;
}

.dnm-edit-template-popup .dncp-popup-content,
.dnm-edit-template-popup .dncp-popup-content-scroll {
  height: 100%;
  padding: 0px;
}

.dncp-not-visible {
  visibility: hidden;  
}

@media only screen and (min-width: 800px) {
  .dncp-popup-container.dncp-alt.dncp-non-modal .dncp-popup {
    transform: none;  
    position: fixed;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.42);
    bottom: auto;
    right: auto;
  }

  .dncp-popup-container.dncp-alt .dncp-popup {
    width: 485px;
    height: 300px;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
  }
  
  .dncp-popup-content-container .dncp-popup-content-scroll {
    height: 170px;  
  }
  
  .dncp-popup-content {
    min-height: 170px;  
  }
  
  .dncp-popup-container .dncp-popup .dncp-popup-header {
    height: 97px;  
  }
  
  .dncp-popup-footer {
    height: 40px;  
  }
  
  .dncp-popup.dncp-with-header .dncp-popup-content-container {
    margin-top: -97px;
    padding-top: 97px;
  }
  .dncp-popup.dncp-with-footer .dncp-popup-content-container {
    margin-bottom: -40px;
    padding-bottom: 40px;
  }
  
  .dncp-ciu {
    height: 30px;
    padding: 0px 12px;
  }
  
  .dncp-ciu h3 {
    font-size: 11px;
  }
  
  .dncp-ciu-colors {
    height: 20px;
  }
  
  .dncp-color-swatch {
    width: 20px;
    height: 20px;  
  }
  
  /* Palette name (tab heading) */
  .dncp-palettes-tabs {
    height: 30px;
  }
  
  h3.dncp-pp-name {
    font-size: 11px;
    height: 30px;
    padding: 9px 0px;
  }
  
  .dncp-csp {
    padding: 7px;  
  }
  
  .dncp-csp-sv {
    width: 150px;  
    height: 150px;
    padding-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  
  .dncp-csp-hue-container {
    display: inline-block;
    width: 100%;
    margin-left: -150px;
    padding-left: 160px;
    vertical-align: top;
  }
  
  .dncp-csp-hue {
    margin-top: 0px;
    margin-bottom: 5px;
    height: 15px;
  }
  
  .dncp-csp-values {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    vertical-align: top;
  }
  
  .dncp-csp-type {
    font-size: 11px;
    height: 20px;
  }
  
  .dncp-csp-value-container {
    padding: 1px;  
  }
  
  .dncp-csp-value-label {
    line-height: 20px;
    font-size: 11px;
  }
  
  .dncp-csp-value {
    height: 20px;
    font-size: 11px;
  }
  
  .dncp-ra {
    height: 40px;  
  }
  
  .dncp-ra-final {
    height: 22px;
    width: 100px;
  }
  .dncp-ra-name {
    line-height: 22px;  
  }
  
  .dncp-ra .dncp-btn {
    height: 25px;  
    padding: 0 10px;
  }
}
/*
.calendar_date_select {
  color:white;
  border:#777 1px solid;
  display:block;
  width:195px;
  z-index: 1000;
}*/
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
  position: absolute;
  z-index: 99;
}
/*
.calendar_date_select thead th {
  font-weight:bold;
  background-color: #aaa;
  border-top:1px solid #777;
  border-bottom:1px solid #777;
  color: white !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #555;
}

.calendar_date_select .cds_footer {
  background-color: black;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background-color: #ccc;
  border-bottom: 2px solid #aaa;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}

.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select .cds_header select.month {
  width:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}
.calendar_date_select .cds_buttons a {
  color: white;
  font-size: 9px;
}

.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select td.weekend {
  background-color: #eee;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.calendar_date_select td div {
  color: #000;
}
.calendar_date_select td div.other {
  color: #ccc;
}
.calendar_date_select td.selected div {
  color:white;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #ddd;
}
.calendar_date_select td.selected {
  background-color:#777;
}

.calendar_date_select td.hover {
  background-color:#ccc;
}

.calendar_date_select td.today {
  border: 1px dashed #999;
}*/

