<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* perfect-scrollbar v0.6.11 */
.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x&gt;.ps-scrollbar-x-rail,.ps-container.ps-active-y&gt;.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x&gt;.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x&gt;.ps-scrollbar-x-rail&gt;.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y&gt;.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y&gt;.ps-scrollbar-y-rail&gt;.ps-scrollbar-y{background-color:#999}.ps-container&gt;.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:3px;height:5px}.ps-container&gt;.ps-scrollbar-x-rail&gt;.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:5px}.ps-container&gt;.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:3px;width:5px}.ps-container&gt;.ps-scrollbar-y-rail&gt;.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:5px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x&gt;.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x&gt;.ps-scrollbar-x-rail&gt;.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y&gt;.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y&gt;.ps-scrollbar-y-rail&gt;.ps-scrollbar-y{background-color:#999}.ps-container:hover&gt;.ps-scrollbar-x-rail,.ps-container:hover&gt;.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover&gt;.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover&gt;.ps-scrollbar-x-rail:hover&gt;.ps-scrollbar-x{background-color:#999}.ps-container:hover&gt;.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover&gt;.ps-scrollbar-y-rail:hover&gt;.ps-scrollbar-y{background-color:#999}

#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  &gt; h3, 
.dncp-popup-container .dncp-popup-passthrough .dncp-popup-header &gt; 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 &gt; .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 &gt; 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;
}*/

</pre></body></html>