@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

/**************************/
/* CUSTOM STYLE GOES HERE */
@import url("StylesCustom.css");

:root {
  --body-color: #212121;
  --body-bg: #f1f1f1;
  --body-link-color: #212121;
  --body-link-hover: #e00600;
  --button-bg: #212121;
  --button--text: #fefffb;
  --button-hover-bg: #000;
  --button-hover-text: #fefffb;
  --card-bg: #fefffb;
  --card-border-color: #eaeaea;
  --context-menu-bg: #1a1a1a;
  --context-menu-link: #fefffb;
  --context-menu-hover: #cfd2d6;
  --error-color: #e00600;
  --highlight-color: #e00600;
  --input-border-color: #dedede;
  --input-bg: #fefffb;
  --input-disabled-bg: #e9ecef;
  --input-color: #374047;
  --table-bg: #f3f3f3;
  --table-alternate-bg: #fafafa;
  --table-border-color: #eaeaea;
  --table-header-bg: #212121;
  --table-header-color: #fefffb;
  --main-menu-bg: #212121;
  --main-menu-link: #fff;
  --main-menu-link-hover: #fefffb;
  --secondary-top-menu-bg: #2c2c2c;
}

* {
  box-sizing: border-box;
}

html, body {
  font: 300 20px/1.3em 'Poppins', sans-serif;
  color: var(--body-color);
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
}

  body:not(.LoginPage):not(.bodyCollaboration) {
    background: var(--body-bg);
    margin-left: 300px; /* same width as .top-menu__main-menu */
    padding-top: 43px;
    padding-left: 50px;
  }

  body.menu-init,
  .menu-init .top-menu__main-menu,
  .menu-init .top-menu__branding,
  .menu-init .top-menu__sidebar-push {
    /*
      .menu-init is to avoid showing transition on page load
      the class is added to the body after a 500ms timeout
    */
    transition: all 0.5s ease;
  }

  body.DashboardPage {
    padding-left: 0;
  }

/* Fixes for Bootstrap */
table {
  border-spacing: 0;
}

  table.clsPartContainer,
  table.clsPartContent,
  table.clsPart {
    border-collapse: separate;
  }

label {
  display: inline;
  font-size: 1em;
  line-height: normal;
}

input,
button,
select,
textarea {
  font-family: 'Poppins', sans-serif;
  line-height: normal;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tooltip .tooltip-inner {
  max-width: none;
}
/*******/

form {
  margin: 0;
  padding: 0;
}

a {
  color: var(--body-link-color);
  text-decoration: underline;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out;
}

  a:link,
  a:visited {
    color: var(--body-link-color);
  }

  a:focus,
  a:hover {
    color: var(--body-link-hover);
    text-decoration: none;
  }

  a[id^="oucNavigate_"] {
    font-size: .8rem;
  }

    a[id^="oucNavigate_"][href=""]:hover,
    a[id^="oucNavigate_"][href=""]:focus {
      color: var(--body-link-color);
    }

img[id$=imgArrow] {
  vertical-align: baseline;
}

.no-margin {
  margin: 0;
}

.HeaderClass {
  display: none;
}

.clsPart {
  background: var(--card-bg);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  margin: .5rem 0 1.5rem 0;
  /*border-top: 3px solid var(--body-color);*/
}

.clsPartContent,
.SectionConfiguration,
.sectionConfigurationContainer {
  padding: 1rem;
}

  .clsPartContent strong {
    display: inline-block;
  }

  .clsPartContent hr {
    border: 0;
    border-bottom: 1px solid var(--card-border-color);
  }

  .clsPartContent .subSectionTD > td {
    padding: .25rem;
    vertical-align: top;
  }

.clsPart .clsPartHead,
.clsPart .clsPartRight {
  display: none;
}

.clsPart .clsPartHeadCenter {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  padding: 1.25rem;
  border-bottom: 1px solid var(--card-border-color);
}

.clsPartContent .clsPartHeadCenter {
  font-size: 0.85rem;
  padding: 0.5rem;
}

.clsPartHeadText {
  font-weight: 700;
}

.promotion-nav {
  margin: .5rem .5rem .5rem 0;
}

.ContextMenuCell {
  position: fixed;
  top: 55px;
  margin-left: -50px;
  width: 0 !important;
  padding: .5rem .5rem .5rem .75rem;
  z-index: 998;
}

  .ContextMenuCell br {
    display: none;
  }

  .ContextMenuCell tr {
    display: block;
    margin-bottom: .25rem;
  }

  .ContextMenuCell td {
    position: relative;
    padding: .25rem;
  }

  .ContextMenuCell strong {
    background: #f3f3f3;
    padding: 0 .5rem;
    border-radius: .5rem;
  }

  .ContextMenuCell td.ContextMenuLink {
    vertical-align: middle !important;
  }

.ContextMenuLink img {
  max-width: none;
  padding-left: .25rem;
  pointer-events: none;
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 100;
}


/*
  * do not use $= when targetting src attributes
  * there may be a ?fv= at the end of the query string
*/
.ContextMenuCell img[src*="Title.gif"] {
  display: none;
}

.ContextMenuLink img[src*="productOpen.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFile%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M39 4v12h12L39 4z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M35 2H11v60h42V20H35V2z'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productNew.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ENew File%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M44 30a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm8 18h-6v6a2 2 0 0 1-4 0v-6h-6a2 2 0 0 1 0-4h6v-6a2 2 0 0 1 4 0v6h6a2 2 0 0 1 0 4z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M26 2H4v54h22.7A20 20 0 0 1 44 26v-6H26z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M30 4v12h12L30 4z'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFind Notes%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M29 3v12h12L29 3z'%3E%3C/path%3E%3Cpath data-name='layer2' d='M52.8 51.9a12 12 0 1 0-2.8 2.8l7.6 7.6a2 2 0 1 0 2.8-2.8zM35 45a8 8 0 1 1 8 8 8 8 0 0 1-8-8z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M27 45a16 16 0 0 1 16-16V19H25V1H3v52h26.2a15.9 15.9 0 0 1-2.2-8z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productEdit.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EEdit Document%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23e50500' d='M55.1 30L34.3 50.7 29.9 62l11.4-4.3L62.1 37l-7-7z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M27.9 4v12h12l-12-12z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M30.6 49.3l.3-.8.6-.6 10.4-10.4V20h-18V2h-22v54H28l2.6-6.7z'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productRelation.gif"],
.ContextMenuLink img[src*="productRelation1.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFile Manager%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M50 4v10h10L50 4z'%3E%3C/path%3E%3Cpath data-name='layer2' d='M42 54h-2.6c-3.5 0-9.3-.3-12.5-2.1a2 2 0 0 1 2-3.5c2.4 1.4 8.6 1.6 12.3 1.5-2.6-5.3-12.2-6-17.3-6s-8 2-12 2V44H2v18h10v-4c4 0 8 4 12 4h36c1.9 0 8-7.6-18-8z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M43.4 46H62V18H46V2H28v38.1c5.8.5 12 1.9 15.4 5.9z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productRelation2.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESync Files%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M26 4v8h8l-8-8zm22 26h8l-8-8v8zM21.4 54.6l-5-5a2 2 0 0 0-2.8 2.8l1.6 1.6H10a2 2 0 0 1-2-2v-2a2 2 0 1 0-4 0v2a6 6 0 0 0 6 6h5.2l-1.6 1.6a2 2 0 1 0 2.8 2.8l5-5 1.4-1.4-1.4-1.4z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M54 6h-5.2l1.6-1.6a2 2 0 0 0-2.8-2.8l-5 5L41.2 8l1.4 1.4 5 5a2 2 0 0 0 2.8-2.8L48.8 10H54a2 2 0 0 1 2 2v2a2 2 0 1 0 4 0v-2a6 6 0 0 0-6-6z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M36 16H22V2H6v40h30V16z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23e50500' d='M44 20h-4v26H28v14h30V34H44V20z'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productConfiguration.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFolder Settings%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M60.6 43.1a11.7 11.7 0 0 0 0-4.3l3.1-1.8-4-6.9-3.1 1.8a12 12 0 0 0-3.7-2.1V26h-8v3.7a12 12 0 0 0-3.7 2.1L38 30l-4 7 3 1.7a11.6 11.6 0 0 0 0 4.4L33.7 45l4 6.9 3.3-1.8a12 12 0 0 0 3.8 2.2V56h8v-3.7a12.1 12.1 0 0 0 3.9-2.3l3.3 2 4-7zM48.9 46a5 5 0 1 1 5-5 5 5 0 0 1-5 5z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M30.2 47a4 4 0 0 1 1.5-5.5l1.1-.6-.8-.5a4 4 0 0 1-1.4-5.4l4-6.9a4 4 0 0 1 2.4-1.9h1a4 4 0 0 1 2 .5l.8.5V26a4 4 0 0 1 4-4h8a4 4 0 0 1 3.2 1.6V14H24V8H4v40.3A1.7 1.7 0 0 0 5.7 50h26.2z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productPrice.gif"],
.ContextMenuLink img[src*="managePricelist.gif" i] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EUS Dollar%3C/title%3E%3Cdesc%3EA color styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M45.8 41.9c0-3.7-1.7-10.2-13.1-12.8-8.5-1.9-8.5-5.7-8.5-7 0-4.7 4-6.9 7.8-6.9a7.8 7.8 0 0 1 7.7 6.5 3 3 0 0 0 5.9-1A13.7 13.7 0 0 0 35 9.5V5a3 3 0 0 0-6 0v4.5c-6.3 1.2-10.8 6.2-10.8 12.6 0 3.7 1.7 10.2 13.1 12.8 5.6 1.3 8.5 3.6 8.5 7s-4 6.9-7.8 6.9a7.8 7.8 0 0 1-7.8-7.8 3 3 0 0 0-6 0A13.8 13.8 0 0 0 29 54.5V59a3 3 0 0 0 6 0v-4.5c6.3-1.2 10.8-6.2 10.8-12.6z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='stroke' d='M45.8 41.9c0-3.7-1.7-10.2-13.1-12.8-8.5-1.9-8.5-5.7-8.5-7 0-4.7 4-6.9 7.8-6.9a7.8 7.8 0 0 1 7.7 6.5 3 3 0 0 0 5.9-1A13.7 13.7 0 0 0 35 9.5V5a3 3 0 0 0-6 0v4.5c-6.3 1.2-10.8 6.2-10.8 12.6 0 3.7 1.7 10.2 13.1 12.8 5.6 1.3 8.5 3.6 8.5 7s-4 6.9-7.8 6.9a7.8 7.8 0 0 1-7.8-7.8 3 3 0 0 0-6 0A13.8 13.8 0 0 0 29 54.5V59a3 3 0 0 0 6 0v-4.5c6.3-1.2 10.8-6.2 10.8-12.6z' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1' stroke-linejoin='round' stroke-linecap='butt'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productFiles.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESettings%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M28 4v12h12L28 4z'%3E%3C/path%3E%3Cpath data-name='layer2' d='M58.6 49.1a11.7 11.7 0 0 0 0-4.3l3.1-1.8-4-6.9-3.1 1.8a12 12 0 0 0-3.7-2.1V32h-8v3.7a12 12 0 0 0-3.7 2.1L36 36l-4 7 3 1.7a11.6 11.6 0 0 0 0 4.4L31.7 51l4 6.9 3.3-1.8a12 12 0 0 0 3.8 2.2V62h8v-3.7a12.1 12.1 0 0 0 3.9-2.3l3.3 2 4-7zM46.8 52a5 5 0 1 1 5-5 5 5 0 0 1-5 5z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M28.2 53a4 4 0 0 1 1.5-5.5l1.1-.6-.8-.5a4 4 0 0 1-1.4-5.4l4-6.9a4 4 0 0 1 2.4-1.9h1a4 4 0 0 1 2 .5l.8.5V32a4 4 0 0 1 3.2-3.9V20H24V2H2v54h27.9z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productURL.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ELink%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M59.263 9.694l-4.957-4.957a9.347 9.347 0 0 0-13.218 0L32.826 13a9.348 9.348 0 0 0 0 13.218l.825.826 1.501 1.5 3.305-3.304-1.5-1.5-.826-.827a4.674 4.674 0 0 1-.001-6.609l8.262-8.262a4.675 4.675 0 0 1 6.609 0L55.958 13a4.674 4.674 0 0 1 0 6.608l-8.262 8.262a4.674 4.674 0 0 1-5.864.605l-3.341 3.34a9.349 9.349 0 0 0 12.51-.64l8.262-8.262a9.346 9.346 0 0 0 0-13.218zM27.87 47.697l-8.262 8.261a4.675 4.675 0 0 1-6.609 0l-4.957-4.957a4.671 4.671 0 0 1 0-6.609l8.262-8.261a4.674 4.674 0 0 1 6.61 0l.824.826 1.5 1.5 3.305-3.304-1.501-1.501-.824-.826a9.348 9.348 0 0 0-13.219 0l-8.262 8.262a9.346 9.346 0 0 0 0 13.218l4.957 4.957a9.348 9.348 0 0 0 13.22 0L31.173 51a9.351 9.351 0 0 0 .64-12.51l-3.34 3.34a4.674 4.674 0 0 1-.605 5.866z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M45.444 18.556a2.338 2.338 0 0 1 0 3.305L21.488 45.816a2.336 2.336 0 0 1-3.304 0 2.337 2.337 0 0 1 0-3.305L42.14 18.556a2.338 2.338 0 0 1 3.304 0z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="Excel.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EShare%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M16.999 27a2.991 2.991 0 0 0 2.25-1.015L29 14.935V47a3 3 0 0 0 6 0V14.586l9.812 10.466a3 3 0 0 0 4.377-4.104L32 3 14.75 22.016A3 3 0 0 0 17 27z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M55 42a3 3 0 0 0-3 3v11H12V45a3 3 0 0 0-6 0v14a3 3 0 0 0 3 3h46a3 3 0 0 0 3-3V45a3 3 0 0 0-3-3z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productDisponibilityText.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ETrolley Truck%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M44.8 55H21.9a7 7 0 0 0-4-5.4 2 2 0 0 0 .1-.6V1h-8a2 2 0 0 0 0 4h4v44a7 7 0 1 0 7.4 9.8h21.8l3.4 3.4a2 2 0 1 0 2.8-2.8z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ff0600' d='M44 19v14H34V19H22v32h34V19H44z'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productSearchKeywordSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EEdit Text%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M57 62a2 2 0 0 1-2-2V4a2 2 0 0 1 4 0v56a2 2 0 0 1-2 2z' fill='%23ff0600'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M7.001 9.992v1.001H7v6.959h4v-3.961h11.5v36.002H15v3.999h20v-3.999h-7.499V13.991h11.5v3.961h4v-7.96h-36z'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="synonymGroupSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ETextbook%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M14 8a4 4 0 0 0 4 4h32V4H18a4 4 0 0 0-4 4z' fill='%23ff0600'%3E%3C/path%3E%3Cpath data-name='layer1' d='M18 16a8 8 0 0 1-8-8v44a8 8 0 0 0 8 8h36V16zm24 24H22V24h20z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="synonymGroupNew.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStudy%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M30 10.7L8 1.8v41l22 9.7V10.7zm26-9.1l-22 9.1v41.8l22-9.9v-41z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M62 4.4a2 2 0 0 0-2 2v39L32 58.2 4 45.4v-39a2 2 0 1 0-4 0v40.3a2 2 0 0 0 1.2 1.8l30 13.6.8.2.8-.2 30-13.6a2 2 0 0 0 1.2-1.8V6.4a2 2 0 0 0-2-2z' fill='%23e50500'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="AttribContext.gif"],
.ContextMenuLink img[src*="AttribContextSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAdmin%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M60.725 48.949a13.123 13.123 0 0 0 0-4.032l2.9-2.8a1.03 1.03 0 0 0 .176-1.256L61 36.007a1.03 1.03 0 0 0-1.176-.475l-3.955 1.131a13.006 13.006 0 0 0-3.38-1.91l-1.01-4.039a1.03 1.03 0 0 0-1-.78h-5.6a1.031 1.031 0 0 0-1 .78L42.827 34.9a13.018 13.018 0 0 0-3.09 1.832l-4.207-1.2a1.03 1.03 0 0 0-1.176.475l-2.8 4.852a1.03 1.03 0 0 0 .176 1.256l3.2 3.1a12.753 12.753 0 0 0 0 3.443l-3.2 3.1a1.03 1.03 0 0 0-.176 1.256l2.8 4.852a1.03 1.03 0 0 0 1.176.475l4.207-1.2a13.018 13.018 0 0 0 3.09 1.832l1.047 4.19a1.03 1.03 0 0 0 1 .78h5.6a1.03 1.03 0 0 0 1-.78l1.01-4.039a13.008 13.008 0 0 0 3.38-1.91l3.955 1.131A1.03 1.03 0 0 0 61 57.859l2.8-4.852a1.03 1.03 0 0 0-.176-1.256zM48 53.333a6.4 6.4 0 1 1 6.4-6.4 6.4 6.4 0 0 1-6.4 6.4z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M32.847 46.045l-2.509-2.425a3.026 3.026 0 0 1-.518-3.694l2.8-4.852a3.061 3.061 0 0 1 3.458-1.4l3.26.933a15.028 15.028 0 0 1 1.779-1.053l.815-3.26a3.026 3.026 0 0 1 2.94-2.3h3.861l.281-1.048a1.471 1.471 0 0 0-.707-1.667l-5.135-2.851a18.577 18.577 0 0 0-1.484-5.341l3.059-5.1a1.471 1.471 0 0 0-.221-1.8L38.869 4.54a1.471 1.471 0 0 0-1.8-.221l-5.285 3.173a18.588 18.588 0 0 0-4.97-1.271L23.782.758a1.472 1.472 0 0 0-1.667-.707l-7.728 2.071A1.471 1.471 0 0 0 13.3 3.567l.107 6.36A18.222 18.222 0 0 0 9.928 13.4l-6.361-.1a1.471 1.471 0 0 0-1.446 1.09l-2.07 7.725a1.471 1.471 0 0 0 .707 1.667l5.463 3.033a18.588 18.588 0 0 0 1.271 4.97l-3.173 5.287a1.471 1.471 0 0 0 .221 1.8l5.66 5.655a1.471 1.471 0 0 0 1.8.221l5.1-3.059a18.577 18.577 0 0 0 5.341 1.484l2.851 5.135a1.471 1.471 0 0 0 1.667.707l5.877-1.575zm-15.1-14.723a9.6 9.6 0 1 1 13.576 0 9.6 9.6 0 0 1-13.578 0z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productRatingReviewSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFavorite Document%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23e50500' d='M46 54.9L36.1 62l3.8-11.5L30 44h12.2L46 32l3.8 12H62l-9.9 6.5L55.9 62 46 54.9z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M28 4v12h12L28 4z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M35.2 52.2l-7.4-4.8A4 4 0 0 1 30 40h9.3l2.7-8.6V20H24V2H2v54h31.9z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="productCustomizer.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESettings%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M28 4v12h12L28 4z'%3E%3C/path%3E%3Cpath data-name='layer2' d='M58.6 49.1a11.7 11.7 0 0 0 0-4.3l3.1-1.8-4-6.9-3.1 1.8a12 12 0 0 0-3.7-2.1V32h-8v3.7a12 12 0 0 0-3.7 2.1L36 36l-4 7 3 1.7a11.6 11.6 0 0 0 0 4.4L31.7 51l4 6.9 3.3-1.8a12 12 0 0 0 3.8 2.2V62h8v-3.7a12.1 12.1 0 0 0 3.9-2.3l3.3 2 4-7zM46.8 52a5 5 0 1 1 5-5 5 5 0 0 1-5 5z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M28.2 53a4 4 0 0 1 1.5-5.5l1.1-.6-.8-.5a4 4 0 0 1-1.4-5.4l4-6.9a4 4 0 0 1 2.4-1.9h1a4 4 0 0 1 2 .5l.8.5V32a4 4 0 0 1 3.2-3.9V20H24V2H2v54h27.9z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="exporttxt.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EOpen File%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M26 2H4v54h22.7A20 20 0 0 1 44 26v-6H26z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M30 4v12h12L30 4z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M44 30a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm7.4 15.4a2 2 0 0 1-2.8 0L46 42.8V54a2 2 0 1 1-4 0V42.8l-2.6 2.6a2 2 0 0 1-2.8-2.8l7.4-7.4 7.4 7.4a2 2 0 0 1 0 2.8z' fill='%23e50500'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="cartSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESearch Product%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M63.4 31.6L55.8 24a12 12 0 1 0-2.8 2.8l7.6 7.6a2 2 0 0 0 2.8-2.8zM38 17a8 8 0 1 1 8 8 8 8 0 0 1-8-8z' fill='%23e50500'%3E%3C/path%3E%3Ccircle data-name='layer2' cx='20' cy='55' r='4' fill='%23e50500'%3E%3C/circle%3E%3Ccircle data-name='layer2' cx='46' cy='55' r='4' fill='%23e50500'%3E%3C/circle%3E%3Cpath data-name='layer1' d='M52.2 31.7A15.8 15.8 0 0 1 46 33a16 16 0 0 1-14.8-10H15.8L11.9 6.5A2 2 0 0 0 10 5H2a2 2 0 0 0 0 4h6.4l9 38h33l4.2-12.9z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="prixSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFind Notes%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M29 3v12h12L29 3z'%3E%3C/path%3E%3Cpath data-name='layer2' d='M52.8 51.9a12 12 0 1 0-2.8 2.8l7.6 7.6a2 2 0 1 0 2.8-2.8zM35 45a8 8 0 1 1 8 8 8 8 0 0 1-8-8z' fill='%23ff0600'%3E%3C/path%3E%3Cpath data-name='layer1' d='M27 45a16 16 0 0 1 16-16V19H25V1H3v52h26.2a15.9 15.9 0 0 1-2.2-8z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="printer.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPrint%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23e50500' d='M14 4h36v12H14zm0 56h36V36H14zm8-18h20a2 2 0 0 1 0 4H22a2 2 0 0 1 0-4zm0 8h20a2 2 0 0 1 0 4H22a2 2 0 0 1 0-4z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M2 20v26h8V32h44v14h8V20zm9.4 9.4a2 2 0 0 1-1.4.6 2 2 0 0 1-1.4-.6A2 2 0 0 1 8 28a2 2 0 0 1 .6-1.4 2.1 2.1 0 0 1 2.8 0A2 2 0 0 1 12 28a2 2 0 0 1-.6 1.4zM54 30h-4a2 2 0 0 1 0-4h4a2 2 0 0 1 0 4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="transactionOpen.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBill%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M46.9 2L41 6l-6-4-6 4-6-4-6 4-6-4v54l6.1 6 6-4 6 4 6-4 6 4 6-4 6 4V8zM23 46h-4a2 2 0 0 1 0-4h4a2 2 0 0 1 0 4zm4-8h-8a2 2 0 0 1 0-4h8a2 2 0 0 1 0 4zm0-8h-8a2 2 0 0 1 0-4h8a2 2 0 0 1 0 4zm2-8H19a2 2 0 0 1 0-4h10a2 2 0 0 1 0 4zm13 16.6v.8a2 2 0 1 1-4 0v-.8a7 7 0 0 1-5-6.7 2 2 0 1 1 4 0 3 3 0 0 0 3 3c1.5 0 3-.8 3-2.6s0-1.9-3.4-2.6C33.8 28.3 33 25 33 23.1a6.5 6.5 0 0 1 5-6.3V16a2 2 0 1 1 4 0v.8a7 7 0 0 1 4.9 5.5 2 2 0 1 1-3.9.7 3 3 0 0 0-3-2.5c-1.5 0-3 .8-3 2.6s0 1.8 3.4 2.6c5.7 1.3 6.6 4.7 6.6 6.6a6.5 6.5 0 0 1-5 6.3z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="cartWarning.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EError Cart%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M47 3L31 33h32zm-2 12a2 2 0 1 1 4 0v6a2 2 0 1 1-4 0zm2 14a2 2 0 0 1-2-2 2 2 0 0 1 .6-1.4 2.1 2.1 0 0 1 2.8 0A2 2 0 0 1 49 27a2 2 0 0 1-2 2z' fill='%23e50500'%3E%3C/path%3E%3Ccircle data-name='layer2' cx='21' cy='57' r='4' fill='%23e50500'%3E%3C/circle%3E%3Ccircle data-name='layer2' cx='47' cy='57' r='4' fill='%23e50500'%3E%3C/circle%3E%3Cpath data-name='layer1' d='M31 37a4 4 0 0 1-3.5-5.9l3.2-6.1H16.8L12.9 8.5A2 2 0 0 0 11 7H3a2 2 0 0 0 0 4h6.4l9 38h33l3.8-12z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="/cart.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECart%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Ccircle data-name='layer2' cx='23.9' cy='55' r='4' fill='%23e50500'%3E%3C/circle%3E%3Ccircle data-name='layer2' cx='49.9' cy='55' r='4' fill='%23e50500'%3E%3C/circle%3E%3Cpath data-name='layer1' d='M23.4 47h31l7.7-24H19.7L15.9 6.5a2 2 0 0 0-2-1.5h-10a2 2 0 0 0 0 4h8.4l9 38z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="CustomerNew.gif"],
.ContextMenuLink img[src*="CustomerGroupNew.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAdd User%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M36.7 26.9c2.5 0 3-5.1 3-5.8s.1-3.8-2.4-3.8C42.6 4.5 28.4-2.3 17.8 5.1c-4.4 0-4.7 5.9-3.1 12.3-2.5 0-2.4 3-2.4 3.8s.6 5.8 3 5.8a14.6 14.6 0 0 0 4.2 7v1.6c0 1.6 0 4-8.1 5.6S2 50 2 50h28.1a17.8 17.8 0 0 1 3-12.1 3.6 3.6 0 0 1-.6-2.3V34a14.6 14.6 0 0 0 4.2-7.1z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M48 34a14 14 0 1 0 14 14 14 14 0 0 0-14-14zm6 16h-4v4a2 2 0 1 1-4 0v-4h-4a2 2 0 0 1 0-4h4v-4a2 2 0 1 1 4 0v4h4a2 2 0 0 1 0 4z' fill='%23e50500'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="/import.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EUpdate%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath fill='%23e50500' d='M31.933 49.458l17.256-18.406a3 3 0 1 0-4.377-4.1L35 37.414V5a3 3 0 0 0-6 0v32.066l-9.75-11.05a3 3 0 1 0-4.5 3.969z' data-name='layer2'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M55 42a3 3 0 0 0-3 3v11H12V45a3 3 0 0 0-6 0v14a3 3 0 0 0 3 3h46a3 3 0 0 0 3-3V45a3 3 0 0 0-3-3z' data-name='layer1'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="CustomerSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFind User%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M45 57a11.9 11.9 0 0 0 6.9-2.2l7.6 7.6a2 2 0 1 0 2.8-2.8L54.7 52a12 12 0 1 0-9.7 5zm0-20a8 8 0 1 1-8 8 8 8 0 0 1 8-8z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M29 45a15.9 15.9 0 0 1 2.6-8.8 5.3 5.3 0 0 1-.2-1.7V33a14.5 14.5 0 0 0 4.2-7c2.5 0 3-5.1 3-5.8s.1-3.8-2.4-3.8C41.6 3.5 27.4-3.3 16.8 4.1c-4.4 0-4.7 5.9-3.1 12.3-2.5 0-2.4 3-2.4 3.8s.6 5.8 3 5.8a14.6 14.6 0 0 0 4.2 7v1.6c0 1.6 0 4-8.1 5.6S1 49 1 49h28.5a15.9 15.9 0 0 1-.5-4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="CustomerGroupSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EUser Group%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M38.1 51.2c-8-1.1-8-4-8-5.6v-.9a14.6 14.6 0 0 0 4.2-7c2.4 0 3-5.1 3-5.8s-.2-3.6-1.3-3.9c4-14-8-20-18.4-12.8-4.4 0-5.8 6.4-4.2 12.8-1.1 0-1.3 3-1.3 3.8s.6 5.8 3 5.8c.8 2.9 3 5.3 4.9 7v1c0 1.6-.6 4.6-8.7 5.6S2 60 2 60h44s.1-7.7-7.9-8.8z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M53.7 44c-8-1.6-7.7-4.8-7.7-6.4V36a56.7 56.7 0 0 0 12.8-1.6c-3.3-3.3-6.4-4.7-6.4-18.5 0-16.3-16-11.2-16-11.2a8.4 8.4 0 0 0-7.3 3.6 13.6 13.6 0 0 1 8.8 5.2c2.7 3.5 3.5 8.3 2.4 13.6a11.6 11.6 0 0 1 1 4.7c0 2-.8 6.9-3.9 8.9a18.6 18.6 0 0 1-3.2 5.4 12.1 12.1 0 0 0 4.3 1.2 12.5 12.5 0 0 1 8.8 4.7H62s0-6.3-8.3-8z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="UserNew.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAdd Woman User%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M48 34a14 14 0 1 0 14 14 14 14 0 0 0-14-14zm6 16h-4v4a2 2 0 1 1-4 0v-4h-4a2 2 0 0 1 0-4h4v-4a2 2 0 1 1 4 0v4h4a2 2 0 0 1 0 4z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M30 48a17.9 17.9 0 0 1 2.4-8.9C30.2 38 30 37 30 36v-2a49 49 0 0 0 8.4-1.2 17.9 17.9 0 0 1 2.9-1.5c-3-2.8-5.3-4.6-5.3-17.3S28.8 1.2 22 2.4 12 8 12 14c0 13.7-2.7 14.7-6 18a61.4 61.4 0 0 0 12 2v2c0 1.6-.5 3.5-8.6 5.2A9.2 9.2 0 0 0 2 50h28.1a18.1 18.1 0 0 1-.1-2z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="UserSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIdentity%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath d='M10 3h8v12h-8zm36 0h8v12h-8z' fill='%23ffffff' data-name='layer1'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M58 9v10H42V9H22v10H6V9H2v50h60V9zM24 43H10a2 2 0 0 1 0-4h14a2 2 0 0 1 0 4zM8 33a2 2 0 0 1 2-2h10a2 2 0 0 1 0 4H10a2 2 0 0 1-2-2zm18-6H10a2 2 0 0 1 0-4h16a2 2 0 0 1 0 4zm4 24a5.093 5.093 0 0 1 4-5.138c4-.865 4-2.334 4-3.268v-1.486a9.264 9.264 0 0 1-2.937-6.908v-4.479a6.957 6.957 0 0 1 13.906 0V34.2A9.294 9.294 0 0 1 46 41.1v1.5c0 .934.029 2.4 4.15 3.268C53.926 46.651 54 51 54 51z' data-name='layer1'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="UserOpen.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EWomen%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M48 16.9c0 17.2 3.9 19 8 23.1a70.8 70.8 0 0 1-16 2v2c0 2-.4 6 9.6 8S60 62 60 62H4s0-8 9.8-10S24 46 24 44v-2a71 71 0 0 1-16-2c4.1-4.1 8-5.9 8-23.1 0 0 0-14 12-14 0 0 20-6.3 20 14z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="UserConfiguration.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAccount Female Setting%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M58.9 49.9A11.2 11.2 0 0 0 59 48a11.3 11.3 0 0 0-.2-2.1l2.8-1.7-3.6-6.5-2.9 1.7a11.1 11.1 0 0 0-3.4-2V34h-7.4v3.5a11 11 0 0 0-3.4 2L38 37.7l-3.7 6.5 2.8 1.6a11 11 0 0 0 0 4.1L34 51.7l3.7 6.5 3-1.8a11 11 0 0 0 3.5 2.1V62h7.4v-3.5a11.1 11.1 0 0 0 3.6-2.1l3.1 1.8 3.7-6.5zM48 52a4 4 0 1 1 4-4 4 4 0 0 1-4 4z' fill='%23ff0600'%3E%3C/path%3E%3Cpath data-name='layer1' d='M32 48.3l.7-.4-.4-.2a4 4 0 0 1-1.5-5.4l1.7-3C30.3 38.1 30 37 30 36v-2a57.4 57.4 0 0 0 10.6-1.7 4 4 0 0 1 .7-1c-3-2.8-5.3-4.6-5.3-17.3S28.8 1.2 22 2.4 12 8 12 14c0 13.7-2.7 14.7-6 18a61.3 61.3 0 0 0 12 2v2c0 1.6-.5 3.5-8.6 5.2A9.2 9.2 0 0 0 2 50h28.4a4 4 0 0 1 1.6-1.7z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="impersonate.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EWorker%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M50.3 49l-3.6-.8h-.1c-4.7-1.3-4.7-2.8-4.7-3.8v-2.8a20.4 20.4 0 0 0 4.7-7.8c3.1-1 4.2-5.1 4.2-7.1a8.1 8.1 0 0 0-1-4.7H54a2 2 0 0 0 0-4h-6c-.4-3.3-2.7-18-10-18a10.1 10.1 0 0 0-4.1 1.2 7.6 7.6 0 0 1-1.9.7 7.6 7.6 0 0 1-1.9-.7A10.1 10.1 0 0 0 26 0c-7.3 0-9.5 14.6-9.9 18H10a2 2 0 0 0 0 4h4.2a8.3 8.3 0 0 0-1.1 4.7c0 2 1.1 6 4.2 7a20.1 20.1 0 0 0 4.7 7.9v2.9c0 .2.1 2.3-4.5 3.6h-.2l-3.7.8C2.9 51 0 58.4 0 62v2h64v-2c0-3.7-2.9-11.1-13.7-13zm-26.4.5l5.6 3.3-2.1 5.3-6-7.2a10.6 10.6 0 0 0 2.5-1.4zM42.7 51l-6.1 7.1-2.1-5.3 5.6-3.4a10.4 10.4 0 0 0 2.6 1.6zM20.4 30h-1.6c-1.2 0-1.8-2.6-1.8-3.3 0-2.6.7-2.6.9-2.6h2V22H44v2h2c.3 0 .9 0 .9 2.6 0 .6-.6 3.3-1.8 3.3h-1.5l-.4 1.5a15.3 15.3 0 0 1-6.2 9.2 2 2 0 0 0 1 3.7 8.8 8.8 0 0 0 .1 1.6L32 49.7 25.9 46a8.5 8.5 0 0 0 .1-1.6 2 2 0 0 0 1-3.7 15.3 15.3 0 0 1-6.3-9.1z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="/promo.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ETag%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M59.6 4.4L38.4 3 3 38.4 25.6 61 61 25.6zm-8.5 14.2a4 4 0 1 1 0-5.7 4 4 0 0 1 0 5.7z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="adresseNew.gif"],
.ContextMenuLink img[src*="territoryNew.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAdd Geotag%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M22 2A18 18 0 0 0 4 20a17.7 17.7 0 0 0 .2 2.2C5.7 36.8 22 44.9 22 62a26.9 26.9 0 0 1 2.6-11.4 19.9 19.9 0 0 1 14.3-23.9 21.8 21.8 0 0 0 1-4.4A17.9 17.9 0 0 0 22 2zm0 24a6 6 0 1 1 6-6 6 6 0 0 1-6 6z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M44 30a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm8.1 18h-6v6a2 2 0 0 1-4 0v-6h-6a2 2 0 0 1 0-4h6v-6a2 2 0 0 1 4 0v6h6a2 2 0 1 1 0 4z' fill='%23e50500'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="adresseSearch.gif"],
.ContextMenuLink img[src*="territorySearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMap Marker%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M32 2a18.1 18.1 0 0 0-18.1 18.1C13.9 36.4 32 52.4 32 52.4s18.1-16 18.1-32.3A18.1 18.1 0 0 0 32 2zm0 24a6 6 0 1 1 6-6 6 6 0 0 1-6 6z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M52 46h-8.7a75.5 75.5 0 0 1-8.6 9.4L32 57.7l-2.6-2.3a75.5 75.5 0 0 1-8.7-9.4H12L4 62h56z' fill='%23fffbfb'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="warehouseSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStock Boxes%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M17 0v30h30V0zm18 10h-6a2 2 0 0 1 0-4h6a2 2 0 0 1 0 4z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M0 34v30h30V34zm18 10h-6a2 2 0 0 1 0-4h6a2 2 0 0 1 0 4zm16-10v30h30V34zm18 10h-6a2 2 0 0 1 0-4h6a2 2 0 0 1 0 4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="collaborationUser.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMale User%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32 32 0 0 0 32 0zm16.9 54.3l-2.3-.7c-8.1-1.5-8.1-4.1-8.1-5.7v-1a14.8 14.8 0 0 0 4.2-7.1c2.5 0 3-5.1 3-5.9s.1-3.8-2.4-3.8c5.4-14.6-8.9-20.5-19.6-13-4.4 0-4.8 6.5-3.1 13-2.5 0-2.4 3.1-2.4 3.8s.6 5.9 3 5.9a14.8 14.8 0 0 0 4.3 7.2v1c0 1.6 0 4.2-8.1 5.7l-2.3.6a28 28 0 1 1 33.7 0z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="CategoryManage.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EEdit Entry%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23e50500' d='M55 28L34.2 48.7 29.8 60l11.4-4.3L62 35l-7-7z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M10 12h28V4H10a4 4 0 0 0 0 8z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M31.4 45.9L42 35.3V16H10a8 8 0 0 1-8-8v38a8 8 0 0 0 8 8h17.9l2.6-6.7a4 4 0 0 1 .9-1.4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="categoryCreate.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ENew Folder%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M46 24a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm8 18h-6v6a2 2 0 1 1-4 0v-6h-6a2 2 0 0 1 0-4h6v-6a2 2 0 1 1 4 0v6h6a2 2 0 0 1 0 4z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M26 40a20 20 0 0 1 28-18.3V14H22V8H2v40.3A1.7 1.7 0 0 0 3.7 50h25A19.8 19.8 0 0 1 26 40z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="categoryLinked.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESyncing Document%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M40 23.5H24v32.7a1.3 1.3 0 0 0 1.3 1.3h35.4a1.3 1.3 0 0 0 1.3-1.3V27.5H40z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer2' d='M40 19.5v-12H18v-4H2v32.7a1.3 1.3 0 0 0 1.3 1.3H20v-18h20zM17.4 52.1l-5-5a2 2 0 0 0-2.8 2.8l1.6 1.6H6a2 2 0 0 1-2-2v-2a2 2 0 1 0-4 0v2a6 6 0 0 0 6 6h5.2l-1.6 1.6a2 2 0 0 0 2.8 2.8l5-5 1.4-1.4-1.4-1.4z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M58 9.5h-5.2l1.6-1.6a2 2 0 0 0-2.8-2.8l-5 5-1.4 1.4 1.4 1.4 5 5a2 2 0 0 0 2.8-2.8l-1.6-1.6H58a2 2 0 0 1 2 2v2a2 2 0 1 0 4 0v-2a6 6 0 0 0-6-6z' fill='%23e50500'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="categorySearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESearch Folder%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M62.4 54.6L54.8 47a12 12 0 1 0-2.8 2.8l7.6 7.6a2 2 0 1 0 2.8-2.8zM37 40a8 8 0 1 1 8 8 8 8 0 0 1-8-8z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M29 40a16 16 0 0 1 24-13.8V12H21V6H1v40.3A1.7 1.7 0 0 0 2.7 48h28.5a15.9 15.9 0 0 1-2.2-8z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="CategoryOrder.gif"],
.ContextMenuLink img[src*="ProductOrder.gif"],
.ContextMenuLink img[src*="shippingMethodOrder.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMultiple Files%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23f3f3f3' d='M46 4v8h8l-8-8z'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%23f3f3f3' d='M42 16V2H24v44h32V16H42z'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%23f3f3f3' d='M20 12h-4v42h30v-4H20V12z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23e50500' d='M12 20H8v42h30v-4H12V20z'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="catalogSecured.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESecured Documents%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M10 14h38v-4H20V6H2v41a3 3 0 0 0 1.1 2.3A4 4 0 0 1 6 46.1V18a4 4 0 0 1 4-4z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer2' d='M58 40v-8a8 8 0 1 0-16 0v8h-4v18h24V40zm-6 11a2 2 0 0 1-4 0v-4a2 2 0 0 1 4 0zm-6-11v-8a4 4 0 1 1 8 0v8z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M34 40v-4h4v-4a12 12 0 0 1 16-11.3V18H10v29a3 3 0 0 1-3 3h27z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="salesPerson.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EVerify User%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M36.7 26.9c2.5 0 3-5.1 3-5.8s.1-3.8-2.4-3.8C42.6 4.5 28.4-2.3 17.8 5.1c-4.4 0-4.7 5.9-3.1 12.3-2.5 0-2.4 3-2.4 3.8s.6 5.8 3 5.8a14.6 14.6 0 0 0 4.2 7v1.6c0 1.6 0 4-8.1 5.6S2 50 2 50h28.1a17.8 17.8 0 0 1 3-12.1 3.6 3.6 0 0 1-.6-2.3V34a14.6 14.6 0 0 0 4.2-7.1z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M48 34a14 14 0 1 0 14 14 14 14 0 0 0-14-14zm7.6 11.8l-8.4 9.5-5.9-5.9a2 2 0 1 1 2.8-2.8l2.9 2.8 5.6-6.3a2 2 0 1 1 3 2.7z' fill='%23e50500'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="CustomerOpen.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMen%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M50 51c-10-1.9-10-5-10-7v-1.2a18.2 18.2 0 0 0 5.2-8.8h.1c3 0 3.8-6.3 3.8-7.3s.1-4.7-3-4.7c6.5-18-11-25.2-24.2-16-5.4 0-5.9 8-3.9 16-3.1 0-3 3.8-3 4.7s.7 7.3 3.8 7.3a18.2 18.2 0 0 0 5.2 8.8V44c0 2 0 5.2-10 7A14.5 14.5 0 0 0 2.4 62h59.2A14.7 14.7 0 0 0 50 51z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="lockNew.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESecured Account%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M58 46V36a8 8 0 0 0-16 0v10h-4v16h24V46zm-6 10a2 2 0 0 1-4 0v-4a2 2 0 1 1 4 0zm-6-10V36a4 4 0 0 1 8 0v10z' fill='%23e50500'%3E%3C/path%3E%3Cpath data-name='layer1' d='M34 46v-4h4v-1.2l-1.5-.4c-4.3-1.6-4-3.7-4-4.8V34a14.6 14.6 0 0 0 4.2-7c2.5 0 3-5.1 3-5.8s.1-3.8-2.4-3.8C42.6 4.5 28.4-2.3 17.8 5.1c-4.4 0-4.7 5.9-3.1 12.3-2.5 0-2.4 3-2.4 3.8s.6 5.8 3 5.8a14.5 14.5 0 0 0 4.2 7v1.6c0 1.6 0 4-8.1 5.6S2 50 2 50h32z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="UserLogin.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EVerify User%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M36.7 26.9c2.5 0 3-5.1 3-5.8s.1-3.8-2.4-3.8C42.6 4.5 28.4-2.3 17.8 5.1c-4.4 0-4.7 5.9-3.1 12.3-2.5 0-2.4 3-2.4 3.8s.6 5.8 3 5.8a14.6 14.6 0 0 0 4.2 7v1.6c0 1.6 0 4-8.1 5.6S2 50 2 50h28.1a17.8 17.8 0 0 1 3-12.1 3.6 3.6 0 0 1-.6-2.3V34a14.6 14.6 0 0 0 4.2-7.1z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M48 34a14 14 0 1 0 14 14 14 14 0 0 0-14-14zm7.6 11.8l-8.4 9.5-5.9-5.9a2 2 0 1 1 2.8-2.8l2.9 2.8 5.6-6.3a2 2 0 1 1 3 2.7z' fill='%2395e477'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="warehouseNew.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAdd Square%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M0 0v64h64V0zm48 34H34v14a2 2 0 1 1-4 0V34H16a2 2 0 0 1 0-4h14V16a2 2 0 1 1 4 0v14h14a2 2 0 0 1 0 4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="CustomerGroup.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EUser Group%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M38.1 51.2c-8-1.1-8-4-8-5.6v-.9a14.6 14.6 0 0 0 4.2-7c2.4 0 3-5.1 3-5.8s-.2-3.6-1.3-3.9c4-14-8-20-18.4-12.8-4.4 0-5.8 6.4-4.2 12.8-1.1 0-1.3 3-1.3 3.8s.6 5.8 3 5.8c.8 2.9 3 5.3 4.9 7v1c0 1.6-.6 4.6-8.7 5.6S2 60 2 60h44s.1-7.7-7.9-8.8z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M53.7 44c-8-1.6-7.7-4.8-7.7-6.4V36a56.7 56.7 0 0 0 12.8-1.6c-3.3-3.3-6.4-4.7-6.4-18.5 0-16.3-16-11.2-16-11.2a8.4 8.4 0 0 0-7.3 3.6 13.6 13.6 0 0 1 8.8 5.2c2.7 3.5 3.5 8.3 2.4 13.6a11.6 11.6 0 0 1 1 4.7c0 2-.8 6.9-3.9 8.9a18.6 18.6 0 0 1-3.2 5.4 12.1 12.1 0 0 0 4.3 1.2 12.5 12.5 0 0 1 8.8 4.7H62s0-6.3-8.3-8z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="batch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EConference%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M26 14a6 6 0 1 1 6 6 6 6 0 0 1-6-6zm15 10H23a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h3v13a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V44h3a3 3 0 0 0 3-3V27a3 3 0 0 0-3-3z' fill='%23ffffff'%3E%3C/path%3E%3Ccircle data-name='layer1' cx='50' cy='10' r='6' fill='%23ffffff'%3E%3C/circle%3E%3Ccircle data-name='layer1' cx='14' cy='10' r='6' fill='%23ffffff'%3E%3C/circle%3E%3Cpath data-name='layer1' d='M59 20H41a7 7 0 0 1 7 7v14a7 7 0 0 1-4 6.3V53a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V40h3a3 3 0 0 0 3-3V23a3 3 0 0 0-3-3zM16 41V27a7 7 0 0 1 7-7H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h3v13a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-5.7a7 7 0 0 1-4-6.3z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="credit-card-batch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECredit Card%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M62 21v-5a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v5z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M2 25v23a3 3 0 0 0 3 3h54a3 3 0 0 0 3-3V25zm16 16h-8a2 2 0 0 1 0-4h8a2 2 0 0 1 0 4zm12-8H10a2 2 0 0 1 0-4h20a2 2 0 0 1 0 4zm24 0h-6a2 2 0 0 1 0-4h6a2 2 0 0 1 0 4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="/New.gif"],
.ContextMenuLink img[src*="PrixNew.gif"],
.ContextMenuLink img[src*="AttribNew.gif"],
.ContextMenuLink img[src*="CouponNew.gif"],
.ContextMenuLink img[src*="shippingCarrierNew.gif"],
.ContextMenuLink img[src*="shippingMethodNew.gif"],
.ContextMenuLink img[src*="CurrencyNew.gif"],
.ContextMenuLink img[src*="ISO3166GEONew.gif"],
.ContextMenuLink img[src*="UomNew.gif"],
.ContextMenuLink img[src*="paymentTermNew.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAdd Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32.001 32.001 0 0 0 32 0zm16 34H34v14a2 2 0 1 1-4 0V34H16a2 2 0 0 1 0-4h14V16a2 2 0 1 1 4 0v14h14a2 2 0 0 1 0 4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="AttribContextNew.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAdd Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32.001 32.001 0 0 0 32 0zm16 34H34v14a2 2 0 1 1-4 0V34H16a2 2 0 0 1 0-4h14V16a2 2 0 1 1 4 0v14h14a2 2 0 0 1 0 4z' fill='%23e50500'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="/Search.gif"],
.ContextMenuLink img[src*="PrixSearch.gif"],
.ContextMenuLink img[src*="AttribSearch.gif"],
.ContextMenuLink img[src*="paymentTermSearch"],
.ContextMenuLink img[src*="ISO3166GEOSearch"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESearch%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M61.122 56.88L41.54 37.284l-.037.037a22.01 22.01 0 1 0-4.173 4.175l-.031.031L56.878 61.12a3 3 0 0 0 4.244-4.242zM24 40a16 16 0 1 1 16-16 16.002 16.002 0 0 1-16 16z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="CouponSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EDollar Bill%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M62 24V14H2v10a8 8 0 1 1 0 16v10h60V40a8 8 0 1 1 0-16zM34 42.9v.8a2 2 0 0 1-4 0v-.8a7 7 0 0 1-5-6.7 2 2 0 0 1 4 0 3 3 0 0 0 3 3c1.5 0 3-.8 3-2.6s0-1.9-3.4-2.6c-5.7-1.3-6.6-4.7-6.6-6.5a6.5 6.5 0 0 1 5-6.3v-.8a2 2 0 1 1 4 0v.8a7 7 0 0 1 4.9 5.5 2 2 0 1 1-3.9.7 3 3 0 0 0-3-2.5c-1.5 0-3 .8-3 2.6s0 1.8 3.4 2.6c5.7 1.3 6.6 4.6 6.6 6.5a6.5 6.5 0 0 1-5 6.3z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="GiftCertificateSearch"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGiftbox%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M50.6 18.5A10 10 0 0 0 44 1a9.4 9.4 0 0 0-7.8 3.7 27.1 27.1 0 0 0-4.2 8.2 27.1 27.1 0 0 0-4.2-8.2A9.3 9.3 0 0 0 20 1a10 10 0 0 0-6.6 17.5c2.7 2.4 8.3 4.1 12.6 5.2V35h12V23.7c4.3-1.1 9.9-2.8 12.6-5.2zM39.3 7.3h.1A5.4 5.4 0 0 1 44 5a6 6 0 0 1 4 10.5c-2.5 2.2-9.4 4.1-13.8 5 .7-5.2 3.3-11.2 5.1-13.2zM14 11a6 6 0 0 1 6-6 5.3 5.3 0 0 1 4.6 2.2h.1c1.8 2 4.4 8 5.1 13.2-4.4-1-11.3-2.8-13.8-5a6 6 0 0 1-2-4.4z' fill='%23ff0600'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M42 23h18v12H42zM4 23h18v12H4zm4 16h14v24H8zm34 0h14v24H42z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ff0600' d='M26 39h12v24H26z'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="UomSearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EDesign%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23e50500' d='M46.899 6.274l6.293-6.293 10.854 10.854-6.293 6.293zM0 64l17.9-7.9-10-10L0 64z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M54.9 20L44.1 9.1 33.4 19.8 13.6 0 0 13.6l19.7 19.8-9.4 9.4 10.8 10.9 9.4-9.4L50 64l13.8-13.8-19.6-19.6zm-36.2 6.8l4.6-4.6-2.8-2.8-4.6 4.6-3.5-3.5 3-3-2.8-2.8-3 3-3.9-4 7.9-7.9 16.9 16.8-8 8zm39.4 23.4L50 58.3l-3.7-3.7 4.1-4.1-2.8-2.8-4.1 4.1-3.2-3.2 3.1-3.1-2.8-2.8-3.1 3.1-4.2-4.2 8.1-8z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="paymentTermOrder.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBank Cards%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M47.6 29H4.4A2.4 2.4 0 0 0 2 31.4v25.2A2.4 2.4 0 0 0 4.4 59h43.2a2.4 2.4 0 0 0 2.4-2.4V31.4a2.4 2.4 0 0 0-2.4-2.4zM12 53h-2a2 2 0 0 1 0-4h2a2 2 0 0 1 0 4zm10 0h-2a2 2 0 0 1 0-4h2a2 2 0 0 1 0 4zm2-8H10a2 2 0 0 1 0-4h14a2 2 0 0 1 0 4zm8 8h-2a2 2 0 0 1 0-4h2a2 2 0 0 1 0 4zm10 0h-2a2 2 0 0 1 0-4h2a2 2 0 0 1 0 4zm0-14h-6a2 2 0 0 1 0-4h6a2 2 0 0 1 0 4z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M61.9 30.6l-8.7-24a2.4 2.4 0 0 0-3.1-1.4L9.6 19.9A2.4 2.4 0 0 0 8.2 23l.7 2H13L54.4 9.9l1.4 3.8L24.7 25h22.9a6.4 6.4 0 0 1 6.4 6.4V36l6.4-2.3a2.4 2.4 0 0 0 1.5-3.1zm-10-8.7l-4.5 1.6h-.7a2 2 0 0 1-.7-3.9l4.5-1.6a2 2 0 1 1 1.4 3.8z' fill='%23ff0600'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="shippingCarrierSearch"],
.ContextMenuLink img[src*="shippingMethodSearch"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ETruck%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Ccircle data-name='layer1' cx='14' cy='50' r='6' fill='%23ffffff'%3E%3C/circle%3E%3Ccircle data-name='layer1' cx='50' cy='50' r='6' fill='%23ffffff'%3E%3C/circle%3E%3Cpath data-name='layer2' d='M14 40a9.9 9.9 0 0 1 6 2h20V8H2v34h6a9.9 9.9 0 0 1 6-2z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M23.8 48h16.4a9.9 9.9 0 0 1 .6-2H23.2a10 10 0 0 1 .6 2zM60 50h2v-4h-2.8a9.9 9.9 0 0 1 .8 4zm2-8V28a10 10 0 0 0-10-10h-8v24a9.9 9.9 0 0 1 12 0h6zM2 50h2a9.9 9.9 0 0 1 .8-4H2z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="CurrencySearch.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECoins%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cellipse data-name='layer2' cx='20' cy='40.9' rx='18' ry='5.1' fill='%23ff0600'%3E%3C/ellipse%3E%3Cpath data-name='layer2' d='M2 46.7v4c5.3 3 14.4 3.3 18 3.3s12.7-.3 18-3.3v-4c-5.3 3-14.4 3.3-18 3.3s-12.7-.3-18-3.3zm0 8v4c5.3 3 14.4 3.3 18 3.3s12.7-.3 18-3.3v-4c-5.3 3-14.4 3.3-18 3.3s-12.7-.3-18-3.3z' fill='%23ff0600'%3E%3C/path%3E%3Cpath data-name='layer1' d='M41.9 40.1a6 6 0 0 1 .1.8 5.6 5.6 0 0 1-1 3.2h3c3.6 0 12.7-.3 18-3.3v-4c-5.3 3-14.4 3.3-18 3.3zm.1 8v2.6a4 4 0 0 1-.3 1.4H44c3.6 0 12.7-.3 18-3.3v-4c-5.3 3-14.4 3.3-18 3.3z' fill='%23ffffff'%3E%3C/path%3E%3Cellipse data-name='layer1' cx='44' cy='7.1' rx='18' ry='5.1' fill='%23ffffff'%3E%3C/ellipse%3E%3Cpath data-name='layer1' d='M26 28.9v3.2c4.6.4 10.1 1.4 13.3 3.9l4.7.2c3.6 0 12.7-.3 18-3.3v-4c-5.3 3-14.4 3.3-18 3.3s-12.7-.4-18-3.3zm0-16v4c5.3 3 14.4 3.3 18 3.3s12.7-.3 18-3.3v-4c-5.3 3-14.4 3.3-18 3.3s-12.7-.4-18-3.3zm0 8v4c5.3 3 14.4 3.3 18 3.3s12.7-.3 18-3.3v-4c-5.3 3-14.4 3.3-18 3.3s-12.7-.4-18-3.3z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.FocusButton {
  background-color: #6699cc;
  color: #FFFFFF;
  font-weight: bold;
  border: solid 1px #000000;
  cursor: pointer;
}

.ContextMenuLink img[src*="ReasonNew.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ENew Comment%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M47 27a15 15 0 1 0 15 15 15 15 0 0 0-15-15zm7 17h-5v5a2 2 0 0 1-4 0v-5h-5a2 2 0 0 1 0-4h5v-5a2 2 0 0 1 4 0v5h5a2 2 0 0 1 0 4z' fill='%23ff0600'%3E%3C/path%3E%3Cpath data-name='layer1' d='M47 23a18.9 18.9 0 0 1 9 2.3V7H2v36h14v9.9L26.8 43h1.3c0-.3-.1-.7-.1-1a19 19 0 0 1 19-19z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="timeslotTemplate.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EDelivery Time%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M27 18.1a12 12 0 1 0-12 12 12 12 0 0 0 12-12zm-6 4h-8v-10a2 2 0 1 1 4 0v6h4a2 2 0 0 1 0 4z' fill='%23e50500'%3E%3C/path%3E%3Ccircle data-name='layer1' cx='25' cy='53.9' r='4' fill='%23ffffff'%3E%3C/circle%3E%3Ccircle data-name='layer1' cx='55' cy='53.9' r='4' fill='%23ffffff'%3E%3C/circle%3E%3Cpath data-name='layer1' d='M9 35.9H3a2 2 0 0 0 0 4h6a2 2 0 0 0 0-4zm0 8H7a2 2 0 0 0 0 4h2a2 2 0 0 0 0-4zM63 41l-3.1-3.1-4.6-4H49v12h14V41zM33 53.9h14a8 8 0 0 1 2.7-6H30.3a8 8 0 0 1 2.7 6zm-16-4.6v4.6a8 8 0 0 1 2.7-6H17zm46 4.5v-6h-2.7a8 8 0 0 1 2.7 6zM17 34v11.9h28v-22H29.9A16 16 0 0 1 17 34z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="timeslot.gif"],
.ContextMenuLink img[src*="categorySchedule.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ETiming%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32 32 0 0 0 32 0zm13.481 46.006L29.836 35.337c-.062-.039-.121-.081-.18-.123l-.178-.121.018-.009A4.045 4.045 0 0 1 28 30.975l3.843-22.689a.262.262 0 0 1 .519 0l3.917 23.572 9.567 13.786a.26.26 0 0 1-.365.362z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ContextMenuLink img[src*="services.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESoftware Service%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath fill='%23e50500' d='M41.779 52.019c-.361.018-1.3.057-2.574.057-3.463 0-9.344-.287-12.451-2.062a2 2 0 0 1 1.984-3.473c2.371 1.355 8.594 1.639 12.346 1.5C38.5 42.745 28.906 42 23.746 42c-6 0-8 2-12 2v-2h-10v18h10v-4c4 0 8 4 12 4h36c1.954 0 8.043-7.6-17.967-7.981z' data-name='layer3'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M15.746 38v1.2a26.758 26.758 0 0 1 8-1.2c7.592 0 17.287 1.407 20.766 8h17.742V18h-50v20z' data-name='layer2'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M12.254 4v10h50V4zM18 11a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm6 0a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm6 0a2 2 0 1 1 2-2 2 2 0 0 1-2 2z' data-name='layer1'%3E%3C/path%3E%3C/svg%3E");
}

a.ContextMenuLink {
  background: var(--context-menu-bg);
  border-radius: 38px;
  color: var(--context-menu-link);
  display: block;
  font-size: .75rem;
  overflow: hidden;
  padding: .15rem 0rem .25rem 2rem;
  position: relative;
  position: absolute;
  top: 0;
  left: -35px;
  text-decoration: none;
  transition: all .25s ease !important;
  white-space: nowrap;
  width: 0;
  z-index: 99;
}

  a.ContextMenuLink:after {
    /*
    transparent element between the links
    to avoid closing the menu while the mouse hovers the gaps between the links
  */
    content: "";
    display: block;
    height: .25rem; /* same as parent tr margin-bottom */
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }

.ContextMenuCell tr:last-child a.ContextMenuLink:after {
  display: none;
}

.menu-overlay {
  opacity: 0;
  transition: opacity 0.2s;
}

body:has(.ContextMenuCell:hover) .menu-overlay,
body:has(.ContextMenuCell:focus) .menu-overlay {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0.65;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

.ContextMenuCell:hover a.ContextMenuLink,
.ContextMenuCell:focus a.ContextMenuLink {
  box-shadow: none;
  color: var(--context-menu-link);
  max-width: auto;
  overflow: visible;
  padding-right: .75rem;
  width: auto;
}

  .ContextMenuCell:hover a.ContextMenuLink:hover,
  .ContextMenuCell:focus a.ContextMenuLink:hover {
    background: var(--main-menu-bg);
    color: var(--context-menu-hover);
  }

iframe,
.kollaboration-menu {
  background-color: var(--card-bg);
  border: 1px solid var(--card-border-color);
  border-radius: .25rem;
  padding: .47rem .75rem;
}

.dashboard-iframe {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.rwWindowContent iframe {
  padding: 0;
}

select,
textarea,
input[type="password"],
input[type="text"],
.ValidationTextBox,
.ValidationTextBoxError,
#txtStartDate .DatePickerButton,
#txtEndDate .DatePickerButton,
#txtDateFrom .DatePickerButton,
#txtDateTo .DatePickerButton,
#txtDateExpiration .DatePickerButton,
#txtEntCreationDate .DatePickerButton,
#txtDateCreated .DatePickerButton,
input[id$=_cmdOpenModal],
input[id$=_oPictureUpload],
input[id$=_imgToogleTree],
input[id$=_btnCalendarOpen],
.RadUpload.RadUpload_Kcentric .ruFakeInput,
.RadUpload_Kcentric .ruButton,
.RadUpload_Kcentric .ruButton.ruBrowse {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--input-bg);
  background-clip: padding-box;
  border: 1px solid var(--input-border-color);
  border-radius: .5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--input-color);
  display: inline-block;
  padding: .47rem .75rem;
  font-size: .85rem;
  line-height: normal;
  min-width: 70px;
  transition: all .2s ease-in-out;
}

  select,
  textarea,
  input[type="text"],
  input[type="password"],
  .ValidationTextBox,
  .ValidationTextBoxError,
  #txtStartDate .DatePickerButton,
  #txtEndDate .DatePickerButton,
  #txtDateFrom .DatePickerButton,
  #txtDateTo .DatePickerButton,
  #txtDateExpiration .DatePickerButton,
  #txtEntCreationDate .DatePickerButton,
  #txtDateCreated .DatePickerButton,
  input[id$=_cmdOpenModal],
  input[id$=_oPictureUpload],
  input[id$=_imgToogleTree],
  input[id$=_btnCalendarOpen],
  .RadUpload.RadUpload_Kcentric .ruFakeInput,
  .RadUpload_Kcentric .ruButton,
  .RadUpload_Kcentric .ruButton.ruBrowse {
    margin: .05rem 0 .5rem;
    width: calc(100% - 60px) !important;
    height: auto;
  }

input.input-block {
  width: 100% !important;
}

#trContentText textarea {
  width: 100% !important;
}

.ValidationTextBoxError {
  border-color: var(--error-color) !important;
}

.error-message {
  color: #e00600;
}

select {
  min-width: 120px;
}

.RadUpload_Kcentric .ruButton.ruBrowse {
  max-width: 50px;
}

.RadComboBox_Bootstrap {
  width: calc(100% - 60px) !important;
}

.textbox-semicolon,
.table__text--divider,
.opening-hours__day-time .opening-hours__spacer {
  display: inline-block;
  margin: .05rem 0 .5rem;
  padding: 0 .25rem 0 0;
}

/* small width inputs */
input[id^="txtIP"],
#oSectionShippingCharges input[type="text"],
#oSectionShippingHandling input[type="text"],
#oSectionRules input[type="text"] {
  width: 70px !important;
}

#oSectionShippingCharges .gridStyle span,
#oSectionShippingHandling .gridStyle span,
#oSectionRules .gridStyle span,
#oucSecureLinkBatchInvite_resultGrid.gridStyle span {
  width: auto;
}

/* default width inputs */
#oSectionShippingCharges select,
#oSectionShippingHandling select {
    width: auto !important;
}

/* color picker */
div[id$="_colorSelector"] {
  margin-bottom: .5rem;
}

/* Shorter field when there is a checkbox on the left */
input[type="checkbox"] ~ select,
input[type="checkbox"] ~ span select,
input[type="checkbox"] ~ textarea,
input[type="checkbox"] ~ span textarea,
input[type="checkbox"] ~ input[type="text"],
input[type="checkbox"] ~ span input[type="text"],
input[type="checkbox"] ~ .ValidationTextBox,
input[type="checkbox"] ~ span .ValidationTextBox,
input[type="checkbox"] ~ .ValidationTextBoxError,
input[type="checkbox"] ~ span .ValidationTextBoxError {
  width: calc(100% - 85px) !important;
}

a[id^="lnkMore"] {
  display: inline-block;
  margin: 0 0 .5rem;
  min-width: 65px; /* more than 10% will force it to fall on a new line (most input fields are 100% - 60px)*/
}

.RadComboBox.RadComboBox_Bootstrap .rcbInputCell,
.RadComboBox.RadComboBox_Bootstrap .rcbArrowCell {
  height: 40px;
}

.RadComboBox.RadComboBox_Bootstrap .rcbInputCell {
  padding-left: .75rem;
}

.RadComboBox.RadComboBox_Bootstrap .rcbArrowCell a {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}

.RadComboBox_Bootstrap .rcbInput {
  font-size: .85rem !important;
  width: 100%;
  height: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 5px 3px 0 5px;
  vertical-align: baseline;
}

/* Shorter field when there is a button on the right */
#txtContactEmail .ValidationTextBox,
#txtContactEmail .ValidationTextBoxError,
#txtWebSite .ValidationTextBox,
#txtWebSite .ValidationTextBoxError,
#txtEmail .ValidationTextBox,
#txtEmail .ValidationTextBoxError,
#txtEmailOrderConfirmation .ValidationTextBox,
#txtEmailOrderConfirmation .ValidationTextBoxError,
#txtDate .ValidationTextBox,
#txtDate .ValidationTextBoxError,
#txtDateCreated .ValidationTextBox,
#txtDateCreated .ValidationTextBoxError,
#txtStartDate .ValidationTextBox,
#txtStartDate .ValidationTextBoxError,
#txtEndDate .ValidationTextBox,
#txtEndDate .ValidationTextBoxError,
#txtDateStart .ValidationTextBox,
#txtDateStart .ValidationTextBoxError,
#txtDateBegin .ValidationTextBox,
#txtDateBegin .ValidationTextBoxError,
#txtDateEnd .ValidationTextBox,
#txtDateEnd .ValidationTextBoxError,
#txtDateFrom .ValidationTextBox,
#txtDateFrom .ValidationTextBoxError,
#txtDateTo .ValidationTextBox,
#txtDateTo .ValidationTextBoxError,
#txtDateExpiration .ValidationTextBox,
#txtDateExpiration .ValidationTextBoxError,
#txtEntCreationDate .ValidationTextBox,
#txtEntCreationDate .ValidationTextBoxError,
#oucGestionHoraire_txtDate .ValidationTextBox,
#oucGestionHoraire_txtDate .ValidationTextBoxError,
#oucPartnerSearch_divSalesPersonModalSearchControl .ValidationTextBox,
#oucPartnerSearch_divSalesPersonModalSearchControl .ValidationTextBoxError,
input[id$=txtModalSearch].ValidationTextBox,
input[id$=txtModalSearch].ValidationTextBoxError,
input[id$=_txtDate].ValidationTextBox,
input[id$=_txtDate].ValidationTextBoxError,
.RadUpload.RadUpload_Kcentric .ruFakeInput {
  width: calc(100% - 106px) !important;
}

  #txtContactEmail .ValidationTextBox:last-child,
  #txtContactEmail .ValidationTextBoxError:last-child,
  #txtWebSite .ValidationTextBox:last-child,
  #txtWebSite .ValidationTextBoxError:last-child,
  #txtEmail .ValidationTextBox:last-child,
  #txtEmail .ValidationTextBoxError:last-child,
  #txtEmailOrderConfirmation .ValidationTextBox:last-child,
  #txtEmailOrderConfirmation .ValidationTextBoxError:last-child,
  input[id$=txtModalSearch].ValidationTextBox:last-child,
  input[id$=txtModalSearch].ValidationTextBoxError:last-child {
    width: calc(100% - 60px) !important;
  }

input[disabled="disabled" i],
input[disabled="true" i],
input[disabled=""],
input[readonly="readonly" i],
input[readonly="true" i],
input[readonly=""],
textarea[disabled="disabled" i],
textarea[disabled="true" i],
textarea[disabled=""],
textarea[readonly="readonly" i],
textarea[readonly="true" i],
textarea[readonly=""],
select[disabled="disabled" i],
select[disabled="true" i],
select[disabled=""],
select:not([multiple]):not([size])[disabled="disabled" i],
select:not([multiple]):not([size])[disabled="true" i],
select:not([multiple]):not([size])[disabled=""],
.btWizard[disabled="disabled"],
.btWizard[disabled="true" i],
.btWizard[disabled=""],
.btWizard[readonly="readonly" i],
.btWizard[readonly="true" i],
.btWizard[readonly=""] {
  background-color: var(--input-disabled-bg) !important;
  border: 1px solid var(--input-border-color);
}

.ValidationTextBox + .formbutton,
.ValidationTextBoxError + .formbutton {
  margin-left: .15rem;
}

select:not([multiple]):not([size]) {
  padding: .47rem 2.25rem .47rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  background-color: var(--input-bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}

select[id^="lstPageSize"] {
  max-width: 100px !important;
}

select[multiple],
select[size] {
  width: 100% !important;
}

  select[multiple]:focus option:checked,
  select[size]:focus option:checked {
    background: var(--highlight-color) linear-gradient(0deg, var(--highlight-color) 0%, var(--highlight-color) 100%);
  }

#txtDate .ValidationTextBox,
#txtDate .ValidationTextBoxError,
#txtStartDate .ValidationTextBox,
#txtStartDate .ValidationTextBoxError,
#txtEndDate .ValidationTextBox,
#txtEndDate .ValidationTextBoxError,
#txtDateFrom .ValidationTextBox,
#txtDateFrom .ValidationTextBoxError,
#txtDateTo .ValidationTextBox,
#txtDateTo .ValidationTextBoxError,
#txtDateExpiration .ValidationTextBox,
#txtDateExpiration .ValidationTextBoxError,
#txtDateExpired .ValidationTextBox,
#txtDateExpired .ValidationTextBoxError,
#txtEntCreationDate .ValidationTextBox,
#txtEntCreationDate .ValidationTextBoxError,
#txtDateCreated .ValidationTextBox,
#txtDateCreated .ValidationTextBoxError,
#txtDateStart .ValidationTextBox,
#txtDateStart .ValidationTextBoxError,
#txtDateBegin .ValidationTextBox,
#txtDateBegin .ValidationTextBoxError,
#txtDateEnd .ValidationTextBox,
#txtDateEnd .ValidationTextBoxError,
#txtLastOrderDownloadDate .ValidationTextBox,
#txtLastOrderDownloadDate .ValidationTextBoxError,
#txtLastOrderUploadDate .ValidationTextBox,
#txtLastOrderUploadDate .ValidationTextBoxError,
#oucProductSearch_txtSearchDateFromDate .ValidationTextBox,
#oucProductSearch_txtSearchDateFromDate .ValidationTextBoxError,
#oucProductSearch_txtSearchDateToDate .ValidationTextBox,
#oucProductSearch_txtSearchDateToDate .ValidationTextBoxError,
input[id$=_txtModalSearch],
input[id$=_txtDate_txt],
input[id$=_txtDateFromDate_txt],
input[id$=_txtDateToDate_txt],
img[id$=_imgToogleTree],
.RadUpload.RadUpload_Kcentric .ruFakeInput {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#txtStartDate .DatePickerButton,
#txtEndDate .DatePickerButton,
#txtDateFrom .DatePickerButton,
#txtDateTo .DatePickerButton,
#txtDateExpiration .DatePickerButton,
#txtEntCreationDate .DatePickerButton,
#txtDateCreated .DatePickerButton,
input[id$=_cmdOpenModal],
input[id$=_btnCalendarOpen],
img[id$=_imgToogleTree],
.RadUpload_Kcentric .ruButton,
.RadUpload_Kcentric .ruButton.ruBrowse {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: transparent;
  cursor: pointer;
  min-width: 0;
  width: 46px !important;
}

#txtStartDate .DatePickerButton,
#txtEndDate .DatePickerButton,
#txtDateFrom .DatePickerButton,
#txtDateTo .DatePickerButton,
#txtDateExpiration .DatePickerButton,
#txtEntCreationDate .DatePickerButton,
#txtDateCreated .DatePickerButton,
input[id$=_btnCalendarOpen] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAgenda%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M32 2a2 2 0 0 0-2 2v14a2 2 0 1 0 4 0V4a2 2 0 0 0-2-2zM16 2a2 2 0 0 0-2 2v14a2 2 0 1 0 4 0V4a2 2 0 0 0-2-2zm32 0a2 2 0 0 0-2 2v14a2 2 0 1 0 4 0V4a2 2 0 0 0-2-2z' fill='%23202020'%3E%3C/path%3E%3Cpath data-name='layer1' d='M42 18a6 6 0 0 0 10 4.5V52H12V22.5A6 6 0 0 0 22 18h4a6 6 0 1 0 12 0zM22 8h4v6h-4z' fill='%23202020'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23202020' d='M54 8v6h2v42H8V14h2V8H2v54h60V8h-8z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23202020' d='M38 8h4v6h-4z'%3E%3C/path%3E%3C/svg%3E");
}

.RadUpload_Kcentric .ruButton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFind Document%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M9 13h38V9H19V5H1v41a3 3 0 0 0 1.1 2.3A4 4 0 0 1 5 45.1V17a4 4 0 0 1 4-4z' fill='%23202020'%3E%3C/path%3E%3Cpath data-name='layer2' d='M54.8 47.9a12 12 0 1 0-2.8 2.8l7.6 7.6a2 2 0 1 0 2.8-2.8zM37 41a8 8 0 1 1 8 8 8 8 0 0 1-8-8z' fill='%23202020'%3E%3C/path%3E%3Cpath data-name='layer1' d='M29 41a16 16 0 0 1 24-13.8V17H9v29a3 3 0 0 1-3 3h25.1a15.9 15.9 0 0 1-2.1-8z' fill='%23202020'%3E%3C/path%3E%3C/svg%3E");
}

img[id$=_imgToogleTree] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFind Document%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M9 13h38V9H19V5H1v41a3 3 0 0 0 1.1 2.3A4 4 0 0 1 5 45.1V17a4 4 0 0 1 4-4z' fill='%23202020'%3E%3C/path%3E%3Cpath data-name='layer2' d='M54.8 47.9a12 12 0 1 0-2.8 2.8l7.6 7.6a2 2 0 1 0 2.8-2.8zM37 41a8 8 0 1 1 8 8 8 8 0 0 1-8-8z' fill='%23202020'%3E%3C/path%3E%3Cpath data-name='layer1' d='M29 41a16 16 0 0 1 24-13.8V17H9v29a3 3 0 0 1-3 3h25.1a15.9 15.9 0 0 1-2.1-8z' fill='%23202020'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  margin-left: -40px;
  padding-left: 40px; /* Equal to width of new image */
  width: 40px !important; /* Width of new image */
  height: 40px; /* Height of new image */
}

#txtStartTime,
#txtEndTime,
#txtTimeCreated,
#txtHoursExpired,
#oucProductSearch_txtSearchDateFromTime,
#oucProductSearch_txtSearchDateToTime,
span[id$=_txtHour],
.gridStyle span[id$=_txtDateFromTime],
.gridStyle span[id$=_txtDateToTime],
.opening-hours__day-hours,
.opening-hours__day-time > span,
.marketplace-date-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: stretch;
  width: calc(100% - 60px) !important;
}

#txtLastOrderDownloadTime,
#txtLastOrderUploadTime {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: stretch;
}

  #txtStartTime .ValidationTextBox,
  #txtStartTime .ValidationTextBoxError,
  #txtEndTime .ValidationTextBox,
  #txtEndTime .ValidationTextBoxError,
  #txtTimeCreated .ValidationTextBox,
  #txtTimeCreated .ValidationTextBoxError,
  #txtHoursExpired .ValidationTextBox,
  #txtHoursExpired .ValidationTextBoxError,
  #txtLastOrderDownloadTime .ValidationTextBox,
  #txtLastOrderDownloadTime .ValidationTextBoxError,
  #txtLastOrderUploadTime .ValidationTextBox,
  #txtLastOrderUploadTime .ValidationTextBoxError,
  #oucProductSearch_txtSearchDateFromTime .ValidationTextBox,
  #oucProductSearch_txtSearchDateFromTime .ValidationTextBoxError,
  #oucProductSearch_txtSearchDateToTime .ValidationTextBox,
  #oucProductSearch_txtSearchDateToTime .ValidationTextBoxError,
  span[id$=_txtHour] .ValidationTextBox,
  span[id$=_txtHour] .ValidationTextBoxError,
  span[id$=_txtDateFromTime] .ValidationTextBox,
  span[id$=_txtDateFromTime] .ValidationTextBoxError,
  span[id$=_txtDateToTime] .ValidationTextBox,
  span[id$=_txtDateToTime] .ValidationTextBoxError,
  .opening-hours__day-hours select,
  .opening-hours__day-time span .ValidationTextBox,
  .opening-hours__day-time span .ValidationTextBoxError,
  .time-slot-template__time span .ValidationTextBox,
  .time-slot-template__time span .ValidationTextBoxError,
  .time-slot-template__time span select {
    margin-right: .25rem;
  }

#txtLastOrderDownloadDate,
#txtLastOrderUploadDate {
  width: 50%;
}

.gridStyle span[id$=_txtDateFromTime] span,
.gridStyle span[id$=_txtDateToTime] span {
    width: auto;
}

input[id$=_cmdOpenModal],
.RadUpload_Kcentric .ruBrowse {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFile Explorer%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M10 20v33a3 3 0 0 1-3 3h52a3 3 0 0 0 3-3V20z' fill='%23000000'%3E%3C/path%3E%3Cpath data-name='layer1' d='M10 16h44v-4H20V8H2v45a3 3 0 0 0 1.1 2.3A4 4 0 0 1 6 52.1V20a4 4 0 0 1 4-4z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.ValidationTextBox:focus {
  box-shadow: var(--highlight-color);
}

.ValidationTextBoxError {
  border-color: var(--error-color);
  color: var(--error-color);
}

.FormButton,
.FormButtonAuto,
.FormButtonLink,
#lblPowerSearchSortingLink,
.btWizard[id$=_cmdFilter],
.btWizard[id$=_cmdCancelFilter] {
  color: var(--button--text) !important;
  background-color: var(--button-bg);
  border: 0;
  border-radius: .5rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: .85rem;
  letter-spacing: unset;
  outline: 0;
  padding: .50rem 1.5rem;
  margin: .25rem 0;
  text-transform: none;
  text-decoration: none;
  transition: all .2s ease-in-out !important;
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none !important;
}

.FormButton,
#lblPowerSearchSortingLink,
.btWizard[id$=_cmdFilter],
.btWizard[id$=_cmdCancelFilter] {
  width: auto;
  display: inline-block;
}

  .FormButton:focus,
  .FormButton:hover,
  .FormButtonAuto:focus,
  .FormButtonAuto:hover,
  #lblPowerSearchSortingLink:focus,
  #lblPowerSearchSortingLink:hover {
    box-shadow: none;
    opacity: .8;
  }

.FormButtonLink {
  background: none !important;
  border: 0 !important;
  box-shadow: none;
  color: var(--body-link-color) !important;
}

input[id$=cmdCancel].FormButton,
input[id$=cmdCancelNewMessage].FormButton {
  background-color: var(--highlight-color);
}

input[id$=cmdPackingSlipSave].FormButton,
input[id$=cmdSave].FormButton,
input[id$=cmdForceComplete].FormButton {
  background-color: #00baff;
}

.FormButton[disabled="disabled"],
.ToolbarCell .ToolbarButton[disabled="disabled"] {
  box-shadow: none;
  color: #ced4da !important;
  cursor: auto !important;
  opacity: 1;
}

.FormButton[id="cmdAnonymizeUser"],
.FormButton[id="cmdAnonymizeCustomer"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EDetective%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M15.7 61l-4.8-1.2a6 6 0 0 1-4-8.3A13 13 0 0 0 .3 62v2h16.3z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer2' d='M47.7 11.7l-.9-2.1C43.5 2.3 42.4 0 40.3 0s-1.9.5-3.7 1.4-3.4 1.8-4.3 1.8-3.2-1.2-4.6-1.9S25.1 0 24.3 0 21.9 1 18 9.6l-.9 2C22.4 12.8 29 14 32.3 14s9.4-1.1 15.4-2.3z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M57.1 51.5a6 6 0 0 1-4 8.3l-3.9 1-1.9.4s-2.1 1.9-3.1 1.1L37 56.8l-5.6-4.4-5.3-4.2a2 2 0 0 0 1.5-.9 2 2 0 0 0-.7-2.7c-2.9-1.8-6.1-6.7-6.1-10.6v-2h-2c-1.2 0-1.8-2.6-1.8-3.3a8.3 8.3 0 0 1 .1-1.5 7.9 7.9 0 0 0 7.2 4.8c4.4 0 7.2-2.2 7.9-6 .7 3.8 3.5 6 7.9 6a7.7 7.7 0 0 0 6.6-3.8v.4c0 .6-.6 3.3-1.8 3.3h-2v2c0 4.1-2.9 9-5.6 10.6a2 2 0 0 0 .2 3.5l-2.1 2-.3.3 9.3 7.2.5.4v-.3l6.9-1.7a2 2 0 0 0 1.3-2.8L49.6 46l-1.1-3.4-.5-1.5a2 2 0 0 0-1.7-1.1h-.4a17.7 17.7 0 0 0 1.1-4.4c2.8-1.2 3.8-5 3.8-7a9.4 9.4 0 0 0-.6-3.8c6.2-.8 10.3-1.6 10.6-1.7a2 2 0 0 0 .3-3.8 88.9 88.9 0 0 1-9.5-4.3c-7 1.4-15.6 3-19.3 3S18.7 16.1 13 14.8l-9.5 4.6a2 2 0 0 0 .5 3.8c.3.1 4.1.8 9.8 1.6a9.4 9.4 0 0 0-.7 4c0 1.9 1 5.7 3.9 6.9a16 16 0 0 0 1.2 4.3 2 2 0 0 0-1.7 1.1l-6 12a2 2 0 0 0 1.3 2.8l6.9 1.7 1.7 5a2 2 0 0 0 1.9 1.4h41.4v-2a13 13 0 0 0-6.6-10.5z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  padding-left: 2.5rem;
}

.FormButton[id$="cmdSearch"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESearch%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M61.122 56.88L41.54 37.284l-.037.037a22.01 22.01 0 1 0-4.173 4.175l-.031.031L56.878 61.12a3 3 0 0 0 4.244-4.242zM24 40a16 16 0 1 1 16-16 16.002 16.002 0 0 1-16 16z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  padding-left: 2.5rem;
}

.FormButton[id$="cmdClear"],
.FormButton[id$="cmdReset"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERetry%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M3.307 22.023a3 3 0 0 1 4.17.784l2.476 3.622A27.067 27.067 0 0 1 36 6c14.557 0 26 12.036 26 26.584a26.395 26.395 0 0 1-45.066 18.678 3 3 0 1 1 4.244-4.242A20.395 20.395 0 0 0 56 32.584C56 21.344 47.248 12 36 12a21.045 21.045 0 0 0-20.257 16.059l4.314-3.968a3 3 0 0 1 4.062 4.418l-9.737 8.952c-.013.013-.03.02-.043.033-.067.06-.143.11-.215.163a2.751 2.751 0 0 1-.243.17c-.076.046-.159.082-.24.12a3.023 3.023 0 0 1-.279.123c-.08.03-.163.05-.246.071a3.045 3.045 0 0 1-.323.07c-.034.006-.065.017-.1.022-.051.006-.102-.002-.154.002-.063.004-.124.017-.187.017-.07 0-.141-.007-.212-.012l-.08-.004-.05-.003c-.06-.007-.118-.03-.178-.04a3.119 3.119 0 0 1-.388-.087c-.083-.027-.16-.064-.239-.097a2.899 2.899 0 0 1-.314-.146 2.753 2.753 0 0 1-.233-.151 2.807 2.807 0 0 1-.262-.2 2.857 2.857 0 0 1-.2-.19 3.013 3.013 0 0 1-.224-.262c-.03-.04-.069-.073-.097-.114L2.523 26.194a3.001 3.001 0 0 1 .784-4.17z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  padding-left: 2.5rem;
}

.FormButton[id$="cmdExportExcelOpenOptions"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EUpload%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M29 14.935V47h6V14.586l9.811 10.466 4.378-4.104L32 3 14.751 22.016l4.498 3.969L29 14.935z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M52 45v11H12V45H6v17h52V45h-6z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  padding-left: 2.5rem;
}

.btWizard[disabled="disabled"],
.btWizard[disabled="true" i],
.btWizard[disabled=""],
.btWizard[readonly="readonly" i],
.btWizard[readonly="true" i],
.btWizard[readonly=""] {
  box-shadow: none;
  cursor: auto !important;
  opacity: 1 !important;
}

.reTool,
.reTool span,
.reTool:link,
.reTool:visited {
  cursor: pointer !important;
}

.reToolbar.Bootstrap .reTool .LinkManagerProduct {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStorage Box%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%234b4b4b' d='M30 25.8L2 16.4v33.9l28 9.4V25.8z'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%234b4b4b' d='M32 22.2l26.8-8.9-26.8-9-26.8 9L32 22.2z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%234b4b4b' d='M34 25.8v33.9l28-9.4V16.4l-28 9.4z'%3E%3C/path%3E%3C/svg%3E");
}

.reToolbar.Bootstrap .reTool .LinkManagerCategory {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFile Folder%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M24 14V8H2v46a2 2 0 0 0 2 2h56a2 2 0 0 0 2-2V14z' fill='%234b4b4b'%3E%3C/path%3E%3C/svg%3E");
}

/* Fix height issues of wysiwyg editors */
.Bootstrap.RadEditor.reWrapper[style*="height"] {
    height: auto !important;
}

.Bootstrap.RadEditor .reModule[style*="height"] {
    height: auto !important;
    padding-bottom: .05rem;
}

.Bootstrap .reModule input[type="text"] {
    margin-bottom: .05rem;
}


#oSectionTopSellers [id$=_txtScore] {
  float: left;
}

  #oSectionTopSellers [id$=_txtScore] input {
    margin-right: 5px;
    width: auto !important;
  }

.ToolbarCell {
  border: 0;
  margin: 0;
  padding: 0;
}

  .ToolbarCell td {
    padding: .25rem;
  }

  .ToolbarCell .ToolbarButton,
  .btWizard#cmdPrev,
  .btWizard#cmdNext,
  #cmdRestoreAllOriginalContents {
    border: 0;
    border-radius: .5rem;
    box-sizing: initial;
    cursor: pointer;
    outline: 0;
    text-transform: none;
    text-decoration: none;
    transition: all .2s ease-in-out !important;
    -webkit-appearance: none !important;
    width: auto !important; /* there are hardcoded values in html */
    overflow: hidden;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }

  .ToolbarCell .ToolbarButton,
  .btWizard#cmdPrev,
  .btWizard#cmdNext,
  #cmdRestoreAllOriginalContents {
    color: var(--button--text);
    padding: .5rem 1rem .5rem 2.5rem;
    height: 30px !important; /* there are hardcoded values in html */
    background-size: 24px 24px;
    background-position: 1rem center;
    font-size: .75rem;
  }

  .ToolbarCell .ToolbarButton {
    background-color: var(--button-bg);
  }

    .ToolbarCell .ToolbarButton:hover,
    .ToolbarCell .ToolbarButton:focus,
    .btWizard#cmdPrev:hover,
    .btWizard#cmdPrev:focus,
    .btWizard#cmdNext:hover,
    .btWizard#cmdNext:focus {
      box-shadow: none;
      opacity: .8 !important;
    }

    .ToolbarCell .ToolbarButton[disabled="disabled"] {
      border: 1px solid #ced4da;
      opacity: 1 !important;
    }

  .ToolbarCell input[id$=cmdNew].ToolbarButton,
  .ToolbarCell input[id$=cmdAddFile].ToolbarButton {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ENew File%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M44 30a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm8 18h-6v6a2 2 0 0 1-4 0v-6h-6a2 2 0 0 1 0-4h6v-6a2 2 0 0 1 4 0v6h6a2 2 0 0 1 0 4z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M26 2H4v54h22.7A20 20 0 0 1 44 26v-6H26z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M30 4v12h12L30 4z'%3E%3C/path%3E%3C/svg%3E");
  }

  .ToolbarCell input[id$=cmdOpen].ToolbarButton,
  .ToolbarCell input[id$=cmdOpenCode].ToolbarButton,
  .ToolbarCell input[id$=cmdOpenList].ToolbarButton {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EUpload Archive%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M10 14h38v-4H20V6H2v41a3 3 0 0 0 1.1 2.3A4 4 0 0 1 6 46.1V18a4 4 0 0 1 4-4z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer2' d='M26 42a20 20 0 0 1 28-18.3V18H10v29a3 3 0 0 1-3 3h20.7a19.9 19.9 0 0 1-1.7-8z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M46 26a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm7.4 15.4a2 2 0 0 1-2.8 0L48 38.8V50a2 2 0 0 1-4 0V38.8l-2.6 2.6a2 2 0 0 1-2.8-2.8l7.4-7.4 7.4 7.4a2 2 0 0 1 0 2.8z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  }

.toolbar .ToolbarCell input[id$=cmdSave].ToolbarButton {
  background-color: #00baff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESave%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M54 2h-2v18a4 4 0 0 1-4 4H28a4 4 0 0 1-4-4V2H2v60h60V10zm-2 54H12V32h40z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer2' d='M48 2H28v18h20zm-4 12a2 2 0 1 1-4 0v-4a2 2 0 1 1 4 0z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M22 42h20a2 2 0 0 0 0-4H22a2 2 0 0 0 0 4zm0 8h16a2 2 0 0 0 0-4H22a2 2 0 0 0 0 4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.toolbar .ToolbarCell input[id$=cmdDelete].ToolbarButton {
  background-color: #e00600;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ETrash Can%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M58 8H44V5.9A5.9 5.9 0 0 0 38.1 0H25.9A5.9 5.9 0 0 0 20 5.9V8H6a2 2 0 0 0 0 4h3.7l2.8 45.2a7 7 0 0 0 6.8 6.8h25.4a7 7 0 0 0 6.9-6.8L54.3 12H58a2 2 0 0 0 0-4zM24 5.9A1.9 1.9 0 0 1 25.9 4h12.2A1.9 1.9 0 0 1 40 5.9V8H24zm.1 50.1H24a2 2 0 0 1-2-1.9l-2-36a2 2 0 0 1 4-.2l2 36a2 2 0 0 1-1.9 2.1zm9.9-2a2 2 0 0 1-4 0V18a2 2 0 0 1 4 0zm8 .1a2 2 0 0 1-2 1.9h-.1a2 2 0 0 1-1.9-2.1l2-36a2 2 0 0 1 4 .2z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ToolbarCell input[id$=cmdCancel].ToolbarButton,
.ToolbarCell input[id$=cmdCancelCode].ToolbarButton,
.ToolbarCell input[id$=cmdCancelList].ToolbarButton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECancel%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 2a30 30 0 1 0 30 30A30 30 0 0 0 32 2zm0 7a22.89 22.89 0 0 1 13.598 4.454L13.453 45.597A22.996 22.996 0 0 1 32 9zm0 46a22.89 22.89 0 0 1-13.598-4.454l32.145-32.143A22.996 22.996 0 0 1 32 55z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ToolbarCell input[id$=cmdPreviousResult].ToolbarButton,
.btWizard#cmdPrev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Left Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M64 32a32 32 0 1 0-32 32 32.001 32.001 0 0 0 32-32zM34.79 44.361L19.984 31.828 34.79 19.307a2 2 0 1 1 2.583 3.054l-11.195 9.47 11.196 9.478a2 2 0 1 1-2.585 3.052z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ToolbarCell input[id$=cmdNextResult].ToolbarButton,
.btWizard#cmdNext {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Right Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M0 32A32 32 0 1 0 32 0 32 32 0 0 0 0 32zm29.21-12.36l14.805 12.534-14.805 12.52a2 2 0 1 1-2.583-3.055l11.195-9.467-11.196-9.479a2 2 0 1 1 2.585-3.052z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-position: right 1rem center !important;
  padding-right: 2.5rem !important;
  padding-left: 1rem !important;
}

.ToolbarCell input[id$=cmdAddFolderRoot].ToolbarButton,
.ToolbarCell input[id$=cmdAddFolder].ToolbarButton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ENew Folder%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M46 24a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm8 18h-6v6a2 2 0 1 1-4 0v-6h-6a2 2 0 0 1 0-4h6v-6a2 2 0 1 1 4 0v6h6a2 2 0 0 1 0 4z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M26 40a20 20 0 0 1 28-18.3V14H22V8H2v40.3A1.7 1.7 0 0 0 3.7 50h25A19.8 19.8 0 0 1 26 40z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ToolbarCell input[id$=cmdUpdateFile].ToolbarButton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EEdit Document%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M55.1 30L34.3 50.7 29.9 62l11.4-4.3L62.1 37l-7-7z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M27.9 4v12h12l-12-12z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M30.6 49.3l.3-.8.6-.6 10.4-10.4V20h-18V2h-22v54H28l2.6-6.7z'%3E%3C/path%3E%3C/svg%3E");
}

.ToolbarCell input[id$=cmdAddLink].ToolbarButton,
.ToolbarCell input[id$=cmdUpdateLink].ToolbarButton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ELink%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M59.263 9.694l-4.957-4.957a9.347 9.347 0 0 0-13.218 0L32.826 13a9.348 9.348 0 0 0 0 13.218l.825.826 1.501 1.5 3.305-3.304-1.5-1.5-.826-.827a4.674 4.674 0 0 1-.001-6.609l8.262-8.262a4.675 4.675 0 0 1 6.609 0L55.958 13a4.674 4.674 0 0 1 0 6.608l-8.262 8.262a4.674 4.674 0 0 1-5.864.605l-3.341 3.34a9.349 9.349 0 0 0 12.51-.64l8.262-8.262a9.346 9.346 0 0 0 0-13.218zM27.87 47.697l-8.262 8.261a4.675 4.675 0 0 1-6.609 0l-4.957-4.957a4.671 4.671 0 0 1 0-6.609l8.262-8.261a4.674 4.674 0 0 1 6.61 0l.824.826 1.5 1.5 3.305-3.304-1.501-1.501-.824-.826a9.348 9.348 0 0 0-13.219 0l-8.262 8.262a9.346 9.346 0 0 0 0 13.218l4.957 4.957a9.348 9.348 0 0 0 13.22 0L31.173 51a9.351 9.351 0 0 0 .64-12.51l-3.34 3.34a4.674 4.674 0 0 1-.605 5.866z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M45.444 18.556a2.338 2.338 0 0 1 0 3.305L21.488 45.816a2.336 2.336 0 0 1-3.304 0 2.337 2.337 0 0 1 0-3.305L42.14 18.556a2.338 2.338 0 0 1 3.304 0z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ToolbarCell input[id$=cmdAddContent].ToolbarButton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAdd Note%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M46 30a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm8 18h-6v6a2 2 0 0 1-4 0v-6h-6a2 2 0 0 1 0-4h6v-6a2 2 0 0 1 4 0v6h6a2 2 0 0 1 0 4z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M26 46a20 20 0 0 1 20-20V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 1 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 1 1 0-4V2H2v56h28a19.9 19.9 0 0 1-4-12z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.ToolbarCell input[id$=cmdUpdateContent].ToolbarButton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EEdit Note%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M55 30L34.2 50.7 29.8 62l11.4-4.3L62 37l-7-7z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M30.5 49.3a4 4 0 0 1 .9-1.4L46 33.3V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 1 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2H2v56h25.1z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

#cmdRestoreAllOriginalContents {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERotate Left%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M24.224 28.593l-12.26 11.273L2 26l4.63-3.103 3.332 4.11A26.995 26.995 0 0 1 36 6c14.52 0 26 12.488 26 27a25.791 25.791 0 0 1-26 26 26.925 26.925 0 0 1-18.953-7.719l4.244-4.241A20.968 20.968 0 0 0 36 53a19.786 19.786 0 0 0 20-20c0-11.203-8.788-21-20-21a20.979 20.979 0 0 0-20.126 16.12l4.288-3.943z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

  #cmdRestoreAllOriginalContents[disabled] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERotate Left%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M24.224 28.593l-12.26 11.273L2 26l4.63-3.103 3.332 4.11A26.995 26.995 0 0 1 36 6c14.52 0 26 12.488 26 27a25.791 25.791 0 0 1-26 26 26.925 26.925 0 0 1-18.953-7.719l4.244-4.241A20.968 20.968 0 0 0 36 53a19.786 19.786 0 0 0 20-20c0-11.203-8.788-21-20-21a20.979 20.979 0 0 0-20.126 16.12l4.288-3.943z' fill='%23ced4da'%3E%3C/path%3E%3C/svg%3E");
  }

.ToolbarCell .ToolbarText {
  font-size: 1em;
}

.ToolbarCell .ToolbarTex {
  color: var(--button-bg);
  transition: all .2s ease-in-out;
  white-space: nowrap;
}

.ToolbarCell input,
.ToolbarCell select,
.ToolbarCell textarea {
  background-color: var(--input-bg);
}

  .ToolbarCell select,
  .ToolbarCell textarea,
  .ToolbarCell input[type="text"],
  .ToolbarCell .ValidationTextBox,
  .ToolbarCell .ValidationTextBoxError,
  .ToolbarCell #txtStartDate .DatePickerButton,
  .ToolbarCell #txtEndDate .DatePickerButton,
  .ToolbarCell #txtDateFrom .DatePickerButton,
  .ToolbarCell #txtDateTo .DatePickerButton,
  .ToolbarCell input[id$=_cmdOpenModal],
  .ToolbarCell input[id$=_oPictureUpload],
  .ToolbarCell input[id$=_imgToogleTree],
  .ToolbarCell .RadUpload_Kcentric .ruButton {
    width: auto !important;
    height: 45px;
  }

.toolbar .ToolbarTextInput {
  margin-bottom: 0;
}

.toolbar.fixed {
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid #eaeaea;
  position: fixed;
  z-index: 2;
}

  .toolbar.fixed .ToolbarButton {
    background-position: .65rem center;
    background-size: 18px 18px;
    font-size: .65rem;
    height: 20px !important;
    padding: .25rem .5rem .25rem 1.75rem;
  }

  .toolbar.fixed .ToolbarCell input[id$=cmdNextResult].ToolbarButton,
  .toolbar.fixed .btWizard#cmdNext {
    background-position: right .65rem center !important;
    padding-right: 1.75rem !important;
    padding-left: .5rem !important;
  }

  .toolbar.fixed select,
  .toolbar.fixed textarea,
  .toolbar.fixed input[type="text"],
  .toolbar.fixed .ValidationTextBox,
  .toolbar.fixed .ValidationTextBoxError {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .toolbar.fixed .ToolbarText {
    font-size: .65rem;
  }

.toolbar:not(.fixed) {
  width: 100% !important;
}

.MessageTable {
  width: 100%;
  border: 0;
  margin: .5rem 0 1rem 0;
}

  .MessageTable td {
    background: var(--card-bg);
    border: 1px solid var(--card-bg);
    padding: .75rem 1.25rem .75rem 3rem;
  }

  .MessageTable tr:last-child .WarningMessage,
  .MessageTable tr:last-child .SuccessMessage,
  .MessageTable tr:last-child .ErrorMessage {
    margin-bottom: 0;
  }

  .MessageTable .WarningMessage,
  .MessageTable .SuccessMessage,
  .MessageTable .ErrorMessage {
    background-position: 1rem center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-bottom: .5rem;
  }

  .MessageTable .WarningMessage,
  table.MessageTable td.WarningMessage {
    background-color: #fff3cd;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPriority Warning%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32.037 32.037 0 0 0 32 0zm-.144 12.818a3.048 3.048 0 0 1 3.189 2.9c.004.095.004.195 0 .289L34 38.003a2.002 2.002 0 0 1-4 0l-1.045-21.996a3.048 3.048 0 0 1 2.9-3.189zm2.978 36.018a4.01 4.01 0 0 1-6.84-2.83 4.005 4.005 0 1 1 8.01 0 4.062 4.062 0 0 1-1.17 2.83z' fill='%23664d03'%3E%3C/path%3E%3C/svg%3E");
    background-position: 16px 13px;
    border: 1px solid #ffecb5;
    color: #664d03;
  }

  .MessageTable .SuccessMessage,
  table.MessageTable td.SuccessMessage {
    background-color: #d1e7dd;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EChecked Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M54.626 9.372a32 32 0 1 0 0 45.254 32 32 0 0 0 0-45.254zM47.37 26.456l-17.38 17.38-10.407-10.407a2 2 0 1 1 2.828-2.828l7.578 7.578 14.553-14.55a2 2 0 0 1 2.828 2.827z' fill='%230f5132'%3E%3C/path%3E%3C/svg%3E");
    background-position: 16px 13px;
    border: 1px solid #badbcc;
    color: #0f5132;
  }

  .MessageTable .ErrorMessage,
  table.MessageTable td.ErrorMessage {
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EDelete Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M54.629 9.372a32 32 0 1 0 0 45.254 32.001 32.001 0 0 0 0-45.254zM44.727 41.9a2 2 0 1 1-2.828 2.828l-9.9-9.9-9.899 9.9a2 2 0 0 1-2.828-2.828l9.9-9.9-9.9-9.9a2 2 0 0 1 2.828-2.827L32 29.17l9.899-9.898a2 2 0 0 1 2.828 2.828l-9.9 9.898z' fill='%23842029'%3E%3C/path%3E%3C/svg%3E");
    background-position: 16px 13px;
    color: #842029;
  }

img[src*="/manager_images/succes.gif"],
img[src*="/manager_images/echec.gif"] {
  width: 24px;
  height: 24px;
}

img[src*="/manager_images/succes.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EChecked Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M54.626 9.372a32 32 0 1 0 0 45.254 32 32 0 0 0 0-45.254zM47.37 26.456l-17.38 17.38-10.407-10.407a2 2 0 1 1 2.828-2.828l7.578 7.578 14.553-14.55a2 2 0 0 1 2.828 2.827z' fill='%2395e477'%3E%3C/path%3E%3C/svg%3E");
}

img[src*="/manager_images/echec.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EChecked Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M54.626 9.372a32 32 0 1 0 0 45.254 32 32 0 0 0 0-45.254zM47.37 26.456l-17.38 17.38-10.407-10.407a2 2 0 1 1 2.828-2.828l7.578 7.578 14.553-14.55a2 2 0 0 1 2.828 2.827z' fill='%2395e477'%3E%3C/path%3E%3C/svg%3E");
}

table[id$=_oMainToolbar] .ToolbarText {
  display: none;
}

.link-container,
.well {
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: .25rem;
}

.well {
  display: block;
  background: #f5f5f5;
  border: solid 1px #e3e3e3;
}

.link-container__message {
  margin: 0;
  padding: 0;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 32px;
  background-repeat: no-repeat;
  background-size: 25px;
}

/* SUCCESS */
.link-container--success {
  background: #d1e7dd;
  border: solid 1px #badbcc;
  color: #0f5132;
}

  .link-container--success .link-container__message {
    border-bottom: solid 1px #badbcc;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EChecked Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M54.626 9.372a32 32 0 1 0 0 45.254 32 32 0 0 0 0-45.254zM47.37 26.456l-17.38 17.38-10.407-10.407a2 2 0 1 1 2.828-2.828l7.578 7.578 14.553-14.55a2 2 0 0 1 2.828 2.827z' fill='%230f5132'%3E%3C/path%3E%3C/svg%3E");
  }

/* WARNING */
.link-container--warning {
  background: #fff3cd;
  border: solid 1px #ebdcb2;
  color: #664d03;
}

  .link-container--warning .link-container__message {
    border-bottom: solid 1px #ebdcb2;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPriority Warning%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32.037 32.037 0 0 0 32 0zm-.144 12.818a3.048 3.048 0 0 1 3.189 2.9c.004.095.004.195 0 .289L34 38.003a2.002 2.002 0 0 1-4 0l-1.045-21.996a3.048 3.048 0 0 1 2.9-3.189zm2.978 36.018a4.01 4.01 0 0 1-6.84-2.83 4.005 4.005 0 1 1 8.01 0 4.062 4.062 0 0 1-1.17 2.83z' fill='%23664d03'%3E%3C/path%3E%3C/svg%3E");
  }

/* ERROR */
.link-container--error {
  background: #f2dede;
  border: solid 1px #eed3d7;
  color: #b94a48;
}

  .link-container--error .link-container__message {
    border-bottom: solid 1px #eed3d7;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EImportant Warning%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M31.998 4.298L.038 59.702h63.925zM30 25.702a2 2 0 0 1 4 0v15.995a2 2 0 1 1-4 0zm2.004 26a3.005 3.005 0 0 1-2.13-5.12 3.108 3.108 0 0 1 4.25 0 3 3 0 0 1-2.12 5.12z' fill='%23b94a48'%3E%3C/path%3E%3C/svg%3E");
  }

/*
  phone input followed by extension input
*/
span[id$=txtPhone],
span[id$=txtContactPhone] {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 185px;
  width: calc(100% - 60px) !important;
}

  span[id$=txtPhone] input[id$=txt],
  span[id$=txtContactPhone] input[id$=txt] {
    flex-grow: 2;
    margin-right: .5rem;
    min-width: 185px;
    width: auto !important;
  }

  span[id$=txtPhone] input[id$=txtExt],
  span[id$=txtContactPhone] input[id$=txtExt] {
    font-size: .65rem;
    margin-left: .5rem;
    padding-left: 3px;
    padding-right: 3px;
    width: 45px !important;
  }

.top-menu__main-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background: var(--main-menu-bg);
  z-index: 1050;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 65%), 0 2px 6px 0 rgb(0 0 0 / 54%);
}

  /* Scrollbar !important required to override website style */
  .top-menu__main-menu::-webkit-scrollbar {
    width: 20px !important;
  }

  /* Scrollbar !important required to override website style */
  .top-menu__main-menu::-webkit-scrollbar-track {
    background-color: transparent !important;
  }

  /* Scrollbar !important required to override website style */
  .top-menu__main-menu::-webkit-scrollbar-thumb {
    background-color: #9ca3af4d !important;
    border-radius: 20px !important;
    border: 6px solid transparent !important;
    background-clip: content-box !important;
  }

    /* Scrollbar !important required to override website style */
    .top-menu__main-menu::-webkit-scrollbar-thumb:hover {
      background-color: #9ca3afa6 !important;
    }

#oucTopMenu_oMainMenu {
  height: calc(100vh - 70px); /* 70px: branding is set to height 50px and 20px of vertical margins. */
  overflow-y: auto;
}

.top-menu__branding {
  background: url('/admin/manager_images/logo-kecommerce-white.png') no-repeat 18px 0;
  height: 50px;
  margin: 10px 0 10px 0;
  padding: 0 5px 0 18px;
}

.top-menu__divider {
  display: none;
}

.top-menu__sidebar-push {
  position: fixed;
  top: 2px;
  left: 300px;
  z-index: 1001;
}

  .top-menu__sidebar-push .button {
    background: none;
    border: 0;
    color: transparent;
    cursor: pointer;
    padding: .5rem;
  }

    .top-menu__sidebar-push .button:hover {
      opacity: .8;
    }

  .top-menu__sidebar-push .icon::before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 1rem;
  }

  .top-menu__sidebar-push .icon::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMove Left%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M31.242 21.007a3.001 3.001 0 0 1-.249 4.236L27.891 28H55a3 3 0 0 1 0 6H27.89l3.103 2.758a3 3 0 0 1-3.986 4.485L15.484 31l11.523-10.242a3 3 0 0 1 4.235.249z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M11 10a3 3 0 0 1 3 3v36a3 3 0 0 1-6 0V13a3 3 0 0 1 3-3z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
    transition: transform .3s ease-in-out;
  }

body.menu-collapsed .top-menu__sidebar-push .icon::before {
  transform: rotate(-180deg);
}

body.menu-collapsed:not(.LoginPage) {
  margin-left: 70px;
}

.menu-collapsed .top-menu__sidebar-push {
  left: 70px;
}

.menu-collapsed .top-menu__branding {
  background-image: url('/admin/manager_images/logotype-kecommerce-white.png');
  border-bottom: 1px solid #535862;
}

.menu-collapsed .top-menu__main-menu .RadMenu_Kcentric a.rmLink::after {
  display: none !important;
}

.top-menu__main-menu,
.menu-collapsed .top-menu__main-menu.is-opened,
#oucTopMenu_oMainMenu {
  width: 300px;
}

.menu-collapsed .top-menu__main-menu {
  width: 70px;
}

  .top-menu__main-menu .RadMenu_Kcentric a.rmLink .rmText,
  .menu-collapsed .top-menu__main-menu.is-opened .RadMenu_Kcentric a.rmLink .rmText {
    width: auto;
    height: auto;
  }

  .menu-collapsed .top-menu__main-menu .RadMenu_Kcentric a.rmLink .rmText {
    width: 20px;
    height: 25px;
    overflow: hidden;
  }

  .menu-collapsed .top-menu__main-menu.is-opened .top-menu__branding {
    height: 50px;
    background-image: url('/admin/manager_images/logo-kecommerce-white.png');
  }

  .menu-collapsed .top-menu__main-menu.is-opened .RadMenu_Kcentric a.rmLink {
    width: auto;
    overflow: auto;
  }

    .menu-collapsed .top-menu__main-menu.is-opened .RadMenu_Kcentric a.rmLink::after {
      display: block !important;
    }

  .menu-collapsed .top-menu__main-menu.is-opened ~ .top-menu__sidebar-push {
    left: 300px;
  }

.top-menu__secondary-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: var(--secondary-top-menu-bg);
  text-align: right;
  z-index: 999;
  height: 43px;
}

  .top-menu__secondary-menu .rmRootGroup {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: end;
  }

  .top-menu__secondary-menu .rmItem {
    width: auto;
    flex: 0 1 auto;
  }

.top-menu__knowledge-base {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 0;
}

.top-menu__knowledge-base-link {
  float: left;
  margin: 5px 12px 0 0;
}

.top-menu__knowledge-base input[type="text"],
.top-menu__knowledge-base .FormButton {
  font-size: .7rem;
  height: 33px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.top-menu__knowledge-base input[type="text"] {
  background-color: var(--input-bg);
  margin: 0 5px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 15rem !important;
}

.top-menu__knowledge-base .FormButton {
  background-color: #9ca3af4d;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EExternal Link%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='8' d='M30 62h32V2H2v32' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath data-name='layer1' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='8' d='M26 56V38H8m18 0L2 62' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
  background-position: 14px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  color: #ffffff !important;
  padding-right: 1rem;
  padding-left: 1.75rem;
}

.RadTreeView_Default .rtImg {
  display: none !important;
}

.RadTreeView.RadTreeView_Default .rtIn {
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: 3px;
  padding: 0 2px 2px;
}

.RadTreeView_Default .rtIn a {
  text-decoration: none;
}

.RadTreeView_Default .rtHover .rtIn {
  background: transparent !important;
  border-color: transparent !important;
  color: #e00600 !important;
  text-decoration: underline;
}

.RadTreeView_Default .rtSelected .rtIn {
  background: var(--highlight-color) !important;
  border-color: transparent !important;
  color: #fff !important;
}

  .RadTreeView_Default .rtSelected .rtIn a {
    color: #fff;
  }

.RadTreeView.RadTreeView_Default[disabled],
.RadTreeView.RadTreeView_Default .rtDisabled {
  opacity: 1;
}

.RadTreeView_Default .rtImg[src*="category.gif"] + .rtIn::before {
  /* Default black icon*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStack%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer3' fill='%23000000' d='M32 33.9l26.9-14.2 5.2-2.7L32 0-.1 17l5.2 2.8L32 33.9z'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%23000000' d='M32 38.5L10 26.8-.1 32.1l5.3 2.7L32 49.1l26.9-14.2 5.2-2.8L54 26.8 32 38.5z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23000000' d='M32 53.6L9.8 41.8-.1 47 32 64l32.1-17-9.9-5.2L32 53.6z'%3E%3C/path%3E%3C/svg%3E");
}

.RadTreeView_Default .rtSelected .rtImg[src*="category.gif"] + .rtIn::before {
  /* White icon */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStack%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer3' fill='%23ffffff' d='M32 33.9l26.9-14.2 5.2-2.7L32 0-.1 17l5.2 2.8L32 33.9z'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M32 38.5L10 26.8-.1 32.1l5.3 2.7L32 49.1l26.9-14.2 5.2-2.8L54 26.8 32 38.5z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M32 53.6L9.8 41.8-.1 47 32 64l32.1-17-9.9-5.2L32 53.6z'%3E%3C/path%3E%3C/svg%3E");
}

.RadTreeView_Default img[src*="MoveUp.gif"],
.RadTreeView_Default img[src*="MoveDown.gif"] {
  background-position: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.RadTreeView_Default img[src*="MoveUp.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIndicator Up%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M49.121 26.122L35.128 12.128l-.012-.012L33 10 16.879 26.122a3 3 0 0 0 4.242 4.243l8.88-8.88V51a3 3 0 0 0 6 0V21.486l8.878 8.879a3 3 0 0 0 4.242-4.243z' fill='%23e00600'%3E%3C/path%3E%3C/svg%3E");
}

.RadTreeView_Default img[src*="MoveDown.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIndicator Down%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M16.879 36.878l13.994 13.994.012.012L33 53l16.121-16.122a3 3 0 0 0-4.242-4.242L36 41.516V11.999a3 3 0 0 0-6 0v29.515l-8.879-8.878a3 3 0 0 0-4.242 4.242z' fill='%23e00600'%3E%3C/path%3E%3C/svg%3E");
}

.RadTreeView_Default .treeSelected img[src*="MoveUp.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIndicator Up%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M49.121 26.122L35.128 12.128l-.012-.012L33 10 16.879 26.122a3 3 0 0 0 4.242 4.243l8.88-8.88V51a3 3 0 0 0 6 0V21.486l8.878 8.879a3 3 0 0 0 4.242-4.243z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.RadTreeView_Default .treeSelected img[src*="MoveDown.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIndicator Down%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M16.879 36.878l13.994 13.994.012.012L33 53l16.121-16.122a3 3 0 0 0-4.242-4.242L36 41.516V11.999a3 3 0 0 0-6 0v29.515l-8.879-8.878a3 3 0 0 0-4.242 4.242z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

div[id$="_divTree"] {
  z-index: 2;
}

.RadRating.RadRating_kcentric a,
.RadRating.RadRating_kcentric a span {
  cursor: pointer;
}

/* image tab */
div[id$="_tabPicturesPage"] .ValidationTextBox,
div[id$="_tabPicturesPage"] .ValidationTextBoxError {
  width: 300px !important;
}

.gridResultStyle td {
  padding: .5rem;
  font-size: .75rem;
  font-weight: 700;
  border-bottom: 1px solid var(--card-border-color);
}

.gridResultStyle select,
select[id$=_lstPageSize],
.bodyCollaboration select[id$=lstPageSize] {
  font-size: .75rem !important;
  padding-right: 2rem;
  width: auto !important;
}

.gridStyle tr.gridHeaderStyle {
  background: var(--table-header-bg);
}

  .gridStyle tr.gridHeaderStyle td {
    padding: .5rem;
    color: var(--table-header-color);
    font-size: 16px;
  }

.gridStyle span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

  .gridStyle span[id^=oURLList_],
  .gridStyle span[id$=_lblCustomer] {
    white-space: normal;
  }

  .gridStyle span[id$=lblTotal] {
    text-align: right;
  }

input[id$=cmdDelete],
input[id$=cmdDeleteEligibleProduct],
input[id$=btnFreeProductRemove],
input[id$=_cmdDeleteNewLine],
input[id$=_cmdRemoveCategory],
input[id$=_btnDelete],
input[id$=_cmdDeleteProductKits],
input[id$="_cmdDeleteFeelistProduct"],
.btWizard {
  border: 0;
  background-color: var(--button-bg);
  border-radius: .5rem;
  display: inline-block;
  padding: 1rem;
  transition: all .2s ease-in-out !important;
  -webkit-appearance: none !important;
  width: auto;
  outline: inherit;
}

#divCmdDelete > #cmdDelete,
#oSectionPredefinedValue #cmdDelete {
  background-position: 1rem center;
  padding: .50rem 1.5rem .50rem 2.5rem;
}

.btWizard {
  padding: .75rem 1.25rem;
}

a[id$=cmdOpen],
a[id$=lnkOpen],
a[id$=linkOpen],
a[id$=cmdInvoiceAndShip],
a[id$=lnkPrintInvoice],
a[id$=lnkPrintPackingSlip],
a[id$=lnkSelect],
a[id$=lnkImpersonate],
a[id$=linkDownload],
input[type="image"][id$=imgEmailInvoice],
input[type="image"][id$=imgDelete],
input[type="image"][id$=cmdOpen],
input[type="image"][id$=cmdMoveDown],
input[type="image"][id$=cmdMoveUp],
input[type="image"][id$=cmdMoveDownDefault],
input[type="image"][id$=cmdMoveUpDefault],
input[type="image"][id$=imgIconEdit],
input[type="image"][id$=imgIconDelete],
input[type="image"][id$=ImgDelete],
input[type="image"][id$=cmdClone],
input[type="image"][id$=cmdEdit],
input[type="image"][src*="iconEdit.gif"],
input[type="image"][src*="SmallDelete.gif"],
input[type="image"][id$=cmdSelect],
img[src*="/SendMailDownload.gif"],
img[src*="/SendMail.gif"],
img[src*="/Email.gif"],
img[src*="/Select.gif"],
img[src*="Open.gif"],
img[src*="/completeOrder.gif"],
img[src*="GridIcons/UserConfiguration.gif"],
.price-checker-search {
  color: var(--button--text);
  background-color: var(--button-bg);
  border: 0;
  border-radius: .5rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: unset;
  outline: 0;
  padding: .5rem;
  margin: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all .2s ease-in-out !important;
  -webkit-appearance: none !important;
  width: auto;
}

input[id$=cmdDelete],
input[id$=cmdDeleteEligibleProduct],
input[id$=btnFreeProductRemove],
input[id$=_cmdDeleteNewLine],
input[id$=_cmdRemoveCategory],
input[id$=imgDelete],
input[id$=_btnDelete],
input[id$=_cmdDeleteProductKits],
input[type="image"][id$=imgEmailInvoice],
input[type="image"][id$=imgDelete],
input[type="image"][id$=cmdOpen],
input[type="image"][id$=cmdMoveDown],
input[type="image"][id$=cmdMoveUp],
input[type="image"][id$=cmdMoveDownDefault],
input[type="image"][id$=cmdMoveUpDefault],
input[type="image"][id$=imgIconEdit],
input[type="image"][id$=imgIconDelete],
input[type="image"][id$=ImgDelete],
input[type="image"][id$=cmdModify],
input[type="image"][id$=cmdClone],
input[type="image"][id$=cmdEdit],
input[type="image"][src*="SmallDelete.gif"],
input[type="image"][id$=cmdSelect],
input[type="image"][id$="_cmdDeleteFeelistProduct"],
img[src*="Open.gif"],
img[src*="/SendMailDownload.gif"],
img[src*="/SendMail.gif"],
img[src*="/Email.gif"],
img[src*="/Select.gif"],
img[src*="/completeOrder.gif"],
img[src*="GridIcons/UserConfiguration.gif"],
.btWizard {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}

input[id$=cmdDelete],
input[id$=cmdDeleteEligibleProduct],
input[id$=btnFreeProductRemove],
input[id$=_cmdDeleteNewLine],
input[id$=_cmdRemoveCategory],
input[id$=imgDelete],
input[id$=_btnDelete],
input[id$=_cmdDeleteProductKits],
input[type="image"][id$=ImgDelete],
input[type="image"][id$=imgDelete],
input[type="image"][src*="SmallDelete.gif"],
input[type="image"][id$="_cmdDeleteFeelistProduct"] {
  background-color: #e00600;
}

  a[id$=cmdOpen]:hover,
  a[id$=cmdOpen]:focus,
  a[id$=lnkOpen]:hover,
  a[id$=lnkOpen]:focus,
  a[id$=linkOpen]:hover,
  a[id$=linkOpen]:focus,
  a[id$=cmdInvoiceAndShip]:hover,
  a[id$=cmdInvoiceAndShip]:focus,
  a[id$=lnkPrintInvoice]:hover,
  a[id$=lnkPrintInvoice]:focus,
  a[id$=lnkSelect]:hover,
  a[id$=lnkSelect]:focus,
  a[id$=lnkImpersonate]:hover,
  a[id$=lnkImpersonate]:focus,
  a[id$=linkDownload]:hover,
  a[id$=linkDownload]:focus,
  input[id$=cmdDelete]:hover,
  input[id$=cmdDelete]:focus,
  input[id$=cmdDeleteEligibleProduct]:hover,
  input[id$=cmdDeleteEligibleProduct]:focus,
  input[id$=imgDelete]:hover,
  input[id$=imgDelete]:focus,
  input[type="image"][id$=imgEmailInvoice]:hover,
  input[type="image"][id$=imgEmailInvoice]:focus,
  input[type="image"][id$=cmdOpen]:hover,
  input[type="image"][id$=cmdOpen]:focus,
  input[type="image"][id$=cmdMoveDown]:hover,
  input[type="image"][id$=cmdMoveDown]:focus,
  input[type="image"][id$=cmdMoveDownDefault]:hover,
  input[type="image"][id$=cmdMoveDownDefault]:focus,
  input[type="image"][id$=cmdMoveUp]:hover,
  input[type="image"][id$=cmdMoveUp]:focus,
  input[type="image"][id$=cmdMoveUpDefault]:hover,
  input[type="image"][id$=cmdMoveUpDefault]:focus,
  input[type="image"][id$=imgIconDelete]:hover,
  input[type="image"][id$=imgIconDelete]:focus,
  input[type="image"][src*="SmallDelete.gif"]:hover,
  input[type="image"][src*="SmallDelete.gif"]:focus,
  input[type="image"][id$=ImgDelete]:hover,
  input[type="image"][id$=ImgDelete]:focus,
  input[type="image"][id$=imgIconEdit]:hover,
  input[type="image"][id$=imgIconEdit]:focus,
  input[type="image"][id$=cmdModify]:hover,
  input[type="image"][id$=cmdModify]:focus,
  input[type="image"][id$=cmdClone]:hover,
  input[type="image"][id$=cmdClone]:focus,
  input[type="image"][id$=cmdEdit]:hover,
  input[type="image"][id$=cmdEdit]:focus,
  .btWizard:hover,
  .btWizard:focus {
    box-shadow: none;
    opacity: .8;
  }

a[id$=cmdOpen] img,
a[id$=lnkOpen] img,
a[id$=linkOpen] img,
a[id$=cmdInvoiceAndShip] img,
a[id$=lnkPrintInvoice] img,
a[id$=lnkPrintPackingSlip] img,
a[id$=lnkSelect] img,
a[id$=lnkImpersonate] img,
a[id$=linkDownload] img {
  display: none;
}

input[type="image"][id$=imgEmailInvoice],
input[type="image"][id$=imgDelete],
input[type="image"][id$=cmdOpen],
input[type="image"][id$=cmdMoveDown],
input[type="image"][id$=cmdMoveDownDefault],
input[type="image"][id$=cmdMoveUp],
input[type="image"][id$=cmdMoveUpDefault],
input[type="image"][id$=imgIconDelete],
input[type="image"][src*="SmallDelete.gif"],
input[type="image"][id$=ImgDelete],
input[type="image"][id$=imgIconEdit],
input[type="image"][id$=cmdModify],
input[type="image"][id$=cmdClone],
input[type="image"][id$=cmdEdit],
input[type="image"][id$=cmdSelect],
img[src*="/GridIcons/Open.gif"],
img[src*="/SendMailDownload.gif"],
img[src*="/SendMail.gif"],
img[src*="/Select.gif"],
img[src*="/Email.gif"],
img[src*="/completeOrder.gif"],
img[src*="GridIcons/UserConfiguration.gif"] {
  /* input type="image". Using content-visibility to hide picture*/
  padding: 1rem;
  min-width: 41px;
  min-height: 41px;
}

a[id$=cmdOpen]:before,
a[id$=lnkOpen]:before,
a[id$=linkOpen]:before,
a[id$=cmdInvoiceAndShip]:before,
a[id$=lnkPrintInvoice]:before,
a[id$=lnkPrintPackingSlip]:before,
a[id$=lnkSelect]:before,
a[id$=lnkImpersonate]:before,
a[id$=linkDownload]:before,
.price-checker-search:before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 1rem;
}

/* left/right picker */
div[id^="divSearchPicker"] table {
  width: 100%;
}

div[id^="divSearchPicker"] iframe {
  padding: 0;
}

input[type="button"][value=">"],
button[id$=cmdAdd],
input[type="button"][value=">>"],
.picker-button-left,
button[id$=cmdAddAll],
input[type="button"][value="<"],
button[id$=cmdRemove],
input[type="button"][value="<<"],
.picker-button-right,
button[id$=cmdRemoveAll],
input[type="button"][value="/\\"],
input[type="button"][value="\\/"],
input[type="image"][id$=cmdMoveDown],
input[type="image"][id$=cmdMoveUp]
input[type="image"][id$=cmdMoveDownDefault],
input[type="image"][id$=cmdMoveUpDefault],
input[id$=cmdAddOneVert],
input[id$=cmdRemoveOneVert],
input[id$=cmdAddAllVert],
input[id$=cmdRemoveAllVert],
input[type="image"][id$=cmdMoveUpDefault] {
  color: transparent;
  cursor: pointer;
  margin: .05rem .5rem;
  white-space: nowrap;
}

a[id$=cmdOpen]:before,
a[id$=lnkOpen]:before,
a[id$=linkOpen]:before,
input[type="image"][id$=cmdOpen],
input[type="image"][id$=imgIconEdit],
input[type="image"][id$=cmdModify] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFile Explorer%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M10 20v33a3 3 0 0 1-3 3h52a3 3 0 0 0 3-3V20z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M10 16h44v-4H20V8H2v45a3 3 0 0 0 1.1 2.3A4 4 0 0 1 6 52.1V20a4 4 0 0 1 4-4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

a[id$=cmdInvoiceAndShip]:before,
img[src*="/completeOrder.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECopied To Clipboard%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M46 30a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm8.5 13.3l-9.4 10.6-6.5-6.5a2 2 0 1 1 2.8-2.8l3.5 3.5 6.6-7.4a2 2 0 0 1 3 2.7z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M34 8a2 2 0 0 0-2-2h-3.1a5 5 0 0 0-9.8 0H16a2 2 0 0 0-2 2v4h20zm7 4v14.7a19.9 19.9 0 0 1 5-.7V10a2 2 0 0 0-2-2h-6v4h3zM27.3 53H7V12h3V8H4a2 2 0 0 0-2 2v46a2 2 0 0 0 2 2h26a19.9 19.9 0 0 1-2.7-5z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M26 46a19.9 19.9 0 0 1 .1-2H18a2 2 0 0 1 0-4h8.9a20 20 0 0 1 3.1-6H18a2 2 0 0 1 0-4h12a2 2 0 0 1 2 1.8 20.1 20.1 0 0 1 5-3.6V16H11v33h15.3a20 20 0 0 1-.3-3zm-8-26h12a2 2 0 0 1 0 4H18a2 2 0 0 1 0-4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

a[id$=lnkPrintInvoice]:before,
a[id$=lnkPrintPackingSlip]:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPrint%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M14 4h36v12H14zm0 56h36V36H14zm8-18h20a2 2 0 0 1 0 4H22a2 2 0 0 1 0-4zm0 8h20a2 2 0 0 1 0 4H22a2 2 0 0 1 0-4z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M2 20v26h8V32h44v14h8V20zm9.4 9.4a2 2 0 0 1-1.4.6 2 2 0 0 1-1.4-.6A2 2 0 0 1 8 28a2 2 0 0 1 .6-1.4 2.1 2.1 0 0 1 2.8 0A2 2 0 0 1 12 28a2 2 0 0 1-.6 1.4zM54 30h-4a2 2 0 0 1 0-4h4a2 2 0 0 1 0 4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

a[id$=lnkSelect]:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESynced Folder%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M46 24a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm8.5 13.3l-9.4 10.6-6.5-6.5a2 2 0 0 1 2.8-2.8l3.5 3.5 6.6-7.4a2 2 0 1 1 3 2.7z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M26 40a20 20 0 0 1 28-18.3V14H22V8H2v40.3A1.7 1.7 0 0 0 3.7 50h25A19.9 19.9 0 0 1 26 40z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

a[id$=lnkImpersonate]:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EWorker%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M50.3 49l-3.6-.8h-.1c-4.7-1.3-4.7-2.8-4.7-3.8v-2.8a20.4 20.4 0 0 0 4.7-7.8c3.1-1 4.2-5.1 4.2-7.1a8.1 8.1 0 0 0-1-4.7H54a2 2 0 0 0 0-4h-6c-.4-3.3-2.7-18-10-18a10.1 10.1 0 0 0-4.1 1.2 7.6 7.6 0 0 1-1.9.7 7.6 7.6 0 0 1-1.9-.7A10.1 10.1 0 0 0 26 0c-7.3 0-9.5 14.6-9.9 18H10a2 2 0 0 0 0 4h4.2a8.3 8.3 0 0 0-1.1 4.7c0 2 1.1 6 4.2 7a20.1 20.1 0 0 0 4.7 7.9v2.9c0 .2.1 2.3-4.5 3.6h-.2l-3.7.8C2.9 51 0 58.4 0 62v2h64v-2c0-3.7-2.9-11.1-13.7-13zm-26.4.5l5.6 3.3-2.1 5.3-6-7.2a10.6 10.6 0 0 0 2.5-1.4zM42.7 51l-6.1 7.1-2.1-5.3 5.6-3.4a10.4 10.4 0 0 0 2.6 1.6zM20.4 30h-1.6c-1.2 0-1.8-2.6-1.8-3.3 0-2.6.7-2.6.9-2.6h2V22H44v2h2c.3 0 .9 0 .9 2.6 0 .6-.6 3.3-1.8 3.3h-1.5l-.4 1.5a15.3 15.3 0 0 1-6.2 9.2 2 2 0 0 0 1 3.7 8.8 8.8 0 0 0 .1 1.6L32 49.7 25.9 46a8.5 8.5 0 0 0 .1-1.6 2 2 0 0 0 1-3.7 15.3 15.3 0 0 1-6.3-9.1z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

a[id$=linkDownload]:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EDownload%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath d='M49.189 31.052l-4.378-4.104L35 37.414V2h-6v35.066l-9.751-11.05-4.498 3.969 17.182 19.473 17.256-18.406z' fill='%23ffffff' data-name='layer2'%3E%3C/path%3E%3Cpath d='M52 45v11H12V45H6v17h52V45h-6z' fill='%23ffffff' data-name='layer1'%3E%3C/path%3E%3C/svg%3E");
}

input[type="button"][value=">"],
button[id$=cmdAdd] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIndicator Right%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M38.879 47.121l13.993-13.993.012-.012L55 31 38.879 14.879a3 3 0 0 0-4.242 4.242l8.879 8.88H13.999a3 3 0 0 0 0 6h29.515l-8.877 8.878a3 3 0 0 0 4.242 4.242z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

input[type="button"][value=">>"],
button[id$=cmdAddAll],
.picker-button-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMove Right%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M32.758 21.007a3.001 3.001 0 0 0 .249 4.236L36.109 28H9a3 3 0 0 0 0 6h27.11l-3.103 2.758a3 3 0 0 0 3.986 4.485L48.516 31 36.993 20.758a3 3 0 0 0-4.235.249z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M53 10a3 3 0 0 0-3 3v36a3 3 0 0 0 6 0V13a3 3 0 0 0-3-3z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

input[type="button"][value="<"],
button[id$=cmdRemove] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIndicator Left%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M25.121 47.121L11.128 33.128l-.012-.012L9 31l16.121-16.121a3 3 0 0 1 4.242 4.242l-8.879 8.88h29.517a3 3 0 1 1 0 6H20.486l8.877 8.878a3 3 0 0 1-4.242 4.242z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

input[type="button"][value="<<"],
button[id$=cmdRemoveAll],
.picker-button-left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMove Left%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M31.242 21.007a3.001 3.001 0 0 1-.249 4.236L27.891 28H55a3 3 0 0 1 0 6H27.89l3.103 2.758a3 3 0 0 1-3.986 4.485L15.484 31l11.523-10.242a3 3 0 0 1 4.235.249z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M11 10a3 3 0 0 1 3 3v36a3 3 0 0 1-6 0V13a3 3 0 0 1 3-3z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

input[type="button"][value="/\\"],
input#cmdMoveUpDefault,
input[type="image"][id$=cmdMoveUp],
input[type="image"][id$=cmdMoveUpDefault],
input[id$="cmdRemoveOneVert"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIndicator Up%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M49.121 26.122L35.128 12.128l-.012-.012L33 10 16.879 26.122a3 3 0 0 0 4.242 4.243l8.88-8.88V51a3 3 0 0 0 6 0V21.486l8.878 8.879a3 3 0 0 0 4.242-4.243z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  margin: .05rem;
}

input[type="button"][value="\\/"],
input#cmdMoveDownDefault,
input[type="image"][id$=cmdMoveDown],
input[type="image"][id$=cmdMoveDownDefault],
input[id$="cmdAddOneVert"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIndicator Down%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M16.879 36.878l13.994 13.994.012.012L33 53l16.121-16.122a3 3 0 0 0-4.242-4.242L36 41.516V11.999a3 3 0 0 0-6 0v29.515l-8.879-8.878a3 3 0 0 0-4.242 4.242z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  margin: .05rem;
}

input[id$="cmdAddAllVert"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMove Bottom%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M10 52.998A3 3 0 0 1 13 50h36a3 3 0 1 1 0 6H13a3.001 3.001 0 0 1-3-3.002z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M40.993 32.758a3.001 3.001 0 0 0-4.236.249L34 36.109V9a3 3 0 0 0-6 0v27.11l-2.758-3.103a3 3 0 0 0-4.485 3.986L31 48.516l10.242-11.523a3 3 0 0 0-.249-4.235z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  margin: .05rem;
}

input[id$="cmdRemoveAllVert"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMove Top%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M54 11a3.001 3.001 0 0 1-3 3H15a3 3 0 1 1 0-6h35.999A3 3 0 0 1 54 11z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M23.007 31.242a3.001 3.001 0 0 0 4.236-.249L30 27.891V55a3 3 0 0 0 6 0V27.89l2.758 3.103a3 3 0 0 0 4.485-3.986L33 15.484 22.758 27.007a3 3 0 0 0 .249 4.235z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  margin: .05rem;
}

input[type="image"][id$=imgEmailInvoice],
img[src*="/SendMailDownload.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ERead Email%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M45.2 42.2L62 59.1V30.6L45.2 42.2zM2 30.2v28.9l16.8-16.9L2 30.2zm22.3 12.1L4.8 62h54.4L39.7 42.3c-3.2-3.1-12.2-3.1-15.4 0zM58 24.6v3.9l2.5-1.8-2.5-2.1zm-52 0l-2.3 1.9L6 28.1v-3.5z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M42.2 39.3L54 31.2V2H10v29.2l11.6 8.1c4.8-4.4 15.9-4.4 20.6 0zM46 22H24v-4h22zM18 10h10v4H18zm0 16h28v4H18z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

img[src*="/SendMail.gif"],
img[src*="/Email.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EEnvelope%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M59.1 12H5l27 24.7L59.1 12z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M32 42.1L2 14.7V52h60V14.7L32 42.1z'%3E%3C/path%3E%3C/svg%3E");
}

img[src*="/Select.gif"],
input[type="image"][id$=cmdSelect] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESynced Archive%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M10 14h38v-4H20V6H2v41a3 3 0 0 0 1.1 2.3A4 4 0 0 1 6 46.1V18a4 4 0 0 1 4-4z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer2' d='M46 26a16 16 0 1 0 16 16 16 16 0 0 0-16-16zm8.5 13.3l-9.4 10.6-6.5-6.5a2 2 0 1 1 2.8-2.8l3.5 3.5 6.6-7.4a2 2 0 0 1 3 2.7z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M26 42a20 20 0 0 1 28-18.3V18H10v29a3 3 0 0 1-3 3h20.7a19.9 19.9 0 0 1-1.7-8z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

input[id$=cmdDelete],
input[id$=cmdDeleteEligibleProduct],
input[id$=btnFreeProductRemove],
input[id$=_cmdDeleteNewLine],
input[id$=_cmdRemoveCategory],
input[id$=imgDelete],
input[id$=ImgDelete],
input[id$=imgIconDelete],
input[id$=_btnDelete],
input[id$=_cmdDeleteProductKits],
input[id$="_cmdDeleteFeelistProduct"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ETrash Can%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M58 8H44V5.9A5.9 5.9 0 0 0 38.1 0H25.9A5.9 5.9 0 0 0 20 5.9V8H6a2 2 0 0 0 0 4h3.7l2.8 45.2a7 7 0 0 0 6.8 6.8h25.4a7 7 0 0 0 6.9-6.8L54.3 12H58a2 2 0 0 0 0-4zM24 5.9A1.9 1.9 0 0 1 25.9 4h12.2A1.9 1.9 0 0 1 40 5.9V8H24zm.1 50.1H24a2 2 0 0 1-2-1.9l-2-36a2 2 0 0 1 4-.2l2 36a2 2 0 0 1-1.9 2.1zm9.9-2a2 2 0 0 1-4 0V18a2 2 0 0 1 4 0zm8 .1a2 2 0 0 1-2 1.9h-.1a2 2 0 0 1-1.9-2.1l2-36a2 2 0 0 1 4 .2z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

input[type="image"][id$=cmdClone] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECopy%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M14 14h50v50H14z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M50 0H0v50h10V10h40V0z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 16px 16px;
}

img[src*="Open.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFile Explorer%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M10 20v33a3 3 0 0 1-3 3h52a3 3 0 0 0 3-3V20z' fill='%23ffffff'%3E%3C/path%3E%3Cpath data-name='layer1' d='M10 16h44v-4H20V8H2v45a3 3 0 0 0 1.1 2.3A4 4 0 0 1 6 52.1V20a4 4 0 0 1 4-4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

img[src*="GridIcons/UserConfiguration.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECogwheel%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M56.26 35.8a24.7 24.7 0 0 0 0-7.59l5.454-5.274a1.939 1.939 0 0 0 .332-2.364l-5.274-9.134a1.939 1.939 0 0 0-2.213-.895l-7.444 2.13a24.487 24.487 0 0 0-6.363-3.6l-1.9-7.6A1.94 1.94 0 0 0 36.97 0H26.423a1.939 1.939 0 0 0-1.881 1.469L22.57 9.356a24.5 24.5 0 0 0-5.817 3.444l-7.92-2.262a1.939 1.939 0 0 0-2.213.895l-5.273 9.134a1.939 1.939 0 0 0 .331 2.364l6.029 5.829a24.013 24.013 0 0 0 0 6.48l-6.029 5.829a1.94 1.94 0 0 0-.331 2.364l5.273 9.134a1.94 1.94 0 0 0 2.213.895l7.92-2.262a24.5 24.5 0 0 0 5.817 3.448l1.972 7.887A1.939 1.939 0 0 0 26.423 64H36.97a1.94 1.94 0 0 0 1.882-1.469l1.9-7.6a24.487 24.487 0 0 0 6.363-3.6l7.444 2.13a1.939 1.939 0 0 0 2.213-.895l5.274-9.134a1.94 1.94 0 0 0-.332-2.364zM32.02 46a14 14 0 1 1 14-14 14 14 0 0 1-14 14z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

input[type="image"][id$=cmdEdit] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EEdit%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M7.9 46.1L0 64l17.9-7.9-10-10z'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%23ffffff' d='M46.899 6.274l6.293-6.293 10.854 10.854-6.293 6.293z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23ffffff' d='M10.31 42.807l33.73-33.73 10.853 10.855L21.164 53.66z'%3E%3C/path%3E%3C/svg%3E");
}

tr.gridItemStyle > td,
tr.gridAlternateItemStyle > td {
  border-bottom: 1px solid var(--table-border-color);
  white-space: nowrap;
  padding: .5rem;
}

tr.gridAlternateItemStyle > td {
  background-color: var(--table-alternate-bg);
}

tr.gridItemStyle:hover > td,
tr.gridAlternateItemStyle:hover > td {
  background-color: var(--table-bg);
  border-bottom: 1px solid var(--table-border-color);
}

.gridStyle .gridHeaderStyle a,
.gridStyle .gridHeaderStyle a:link,
.gridStyle .gridHeaderStyle a:hover,
.gridStyle .gridHeaderStyle a:visited,
.gridStyle .gridHeaderStyle a:active,
.gridStyle .gridHeaderStyle a:focus {
  display: block;
  text-decoration: none;
  color: var(--table-header-color);
}

.gridFooterStyle td {
  padding-top: 1rem;
}

/* pagination */
.GridPageButton {
  display: inline-block;
  padding: .5rem 1rem;
  text-align: center;
  border-radius: .5rem;
  min-width: 48px;
  min-height: 48px;
  background: var(--card-bg);
  color: #000;
  text-decoration: none;
  margin: 5px 2px;
}

/* captcha range */
#oSectionConfiguration input[type="range"] {
  width: calc(100% - 75px) !important;
}

  #oSectionConfiguration input[type="range"] + label {
    margin: 0;
    width: 15px;
  }

.GridPageButton[href]:hover,
.GridPageButton[href]:focus {
  background-color: var(--button-bg);
  color: var(--button--text);
}

.GridPageButton[href=""],
.GridPageButton:not([href]),
span.GridPageButton {
  /* active page */
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  color: var(--body-link-color);
}

.repeaterTopLeft,
.repeaterTopRight,
.repeaterBottomLeft,
.repeaterBottomRight {
  padding: .25rem;
}

  .repeaterTopRight select {
    max-width: 100px;
  }

.SectionTable,
.SectionConfiguration {
  width: 100%;
  border-collapse: collapse;
}

  .SectionTable > table {
    width: 100%;
    margin-bottom: .5rem;
  }

  .SectionTable .FormCell {
    padding: .25rem;
    vertical-align: top;
  }

#CustomerContainer .configurationRow:has(td:last-child:is(:empty)),
#PartnerGroupContainer .configurationRow:has(td:last-child:is(:empty)) {
  /* Hidding rows with empty cells because the code hides the label and the select, but not the containing row */
  display: none;
}

#CustomerContainer .configurationRow td:has(#chkCheckoutInformationsToDisplaySpecify),
#PartnerGroupContainer .configurationRow td:has(#chkCheckoutInformationsToDisplaySpecify) {
  /* adjust the spacing of a specific configuration row without modifying the html */
  padding-top: 15px;
}

#CustomerContainer #chkCheckoutInformationsToDisplaySpecify,
#PartnerGroupContainer #chkCheckoutInformationsToDisplaySpecify {
  margin-top: 5px;
}

.SectionTable .FormCell.align-middle {
  vertical-align: middle;
}

.configurationRow label,
.configurationRowAlternate label {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: .25rem;
  font-size: .75rem;
  vertical-align: top;
}

.configurationRow > td,
.configurationRowAlternate > td {
  padding: .25rem 0;
  border-bottom: 1px solid var(--table-border-color);
  vertical-align: middle !important;
}

  .configurationRow > td:first-child > .ListPickerStyle,
  .configurationRowAlternate > td:first-child > .ListPickerStyle {
    margin-left: 0.25rem;
  }

.configurationRow input[type="checkbox"],
.configurationRow input[type="radio"],
.configurationRowAlternate input[type="checkbox"],
.configurationRowAlternate input[type="radio"] {
  margin: 3px .25rem 0;
}

.configurationRow span[disabled],
.configurationRowAlternate span[disabled] {
  display: inline-block;
}

[id^=oSectionMarketplaceConfiguration] .configurationRow span[disabled] {
  width: 100%;
}

[id^=oSectionMarketplaceConfiguration] .configurationRow input[type="checkbox"],
[id^=oSectionMarketplaceConfiguration] .configurationRow input[type="radio"] {
  margin-top: 5px;
}

[id^=oSectionMarketplaceConfiguration] .configurationRow label {
  margin-bottom: 0;
}

.configurationRow > td.subSectionTD td,
.configurationRowAlternate > td.subSectionTD td {
  border-bottom: 0;
}

.configurationRow input[type="text"],
.configurationRow select,
.configurationRowAlternate input[type="text"],
.configurationRowAlternate select {
  box-shadow: none;
  margin: 0;
  width: 300px;
}

/* color picker */
.configurationRow div[id$="_colorSelector"] {
  margin-bottom: 0;
}

.configurationRow select#lstImageProductZoomEnabled,
.configurationRow .ListPickerStyle select {
  margin-left: 0;
}

.configurationRow .DatePickerButton {
  margin: 0;
}

.configurationRow select {
  line-height: normal;
}

.configurationRow input[type="text"] {
  background: var(--input-bg);
}

.configurationRow [id^="txtImageProductWidth"] input[type="text"],
.configurationRow [id^="txtImageProductHeight"] input[type="text"],
.configurationRow #txtImageProductGroupWidth input[type="text"],
.configurationRow #txtImageProductGroupHeight input[type="text"],
.configurationRow #txtImageCategoryWidth input[type="text"],
.configurationRow #txtImageCategoryHeight input[type="text"],
.configurationRow #txtImageBrandWidth input[type="text"],
.configurationRow #txtImageBrandHeight input[type="text"],
.configurationRow #txtImagePromotionWebWidth input[type="text"],
.configurationRow #txtImagePromotionWebHeight input[type="text"],
.configurationRow #txtImagePaymentMethodWidth input[type="text"],
.configurationRow #txtImagePaymentMethodHeight input[type="text"],
.configurationRow #txtImageShippingCarrierWidth input[type="text"],
.configurationRow #txtImageShippingCarrierHeight input[type="text"] {
  margin-left: 0;
  width: 40% !important;
}

.configurationRow #txtGlobalTimeslotReservationTimeMinute_txt,
.configurationRow #txtGlobalTimeslotGenerationNumberOfDays_txt,
.configurationRow #txtGlobalTimeslotReservationMinimumStartTimeMinute_txt {
  width: 90px !important;
}

.configurationRow span[id^="oucImageProductBackgroundColor"] {
  padding-left: 0 !important;
}

.configurationRow #txtImageZoomMultiplier input[type="text"] {
  padding-right: .25rem;
  padding-left: .25rem;
  width: 30px !important;
}

.configurationRow:hover td {
  background-color: var(--table-bg);
}

.configurationRow .MessageTable {
  margin-right: auto;
  margin-left: auto;
  width: 98%;
}

.configurationRow .FormButton {
  display: inline-block;
  width: auto;
  color: var(--button--text);
}

.configurationRow .clsPartHeadCenter {
  padding-right: 0;
}

.configurationRow span[id$="_txtColor"],
.FormCell span[id$="_txtColor"] {
  width: 100%;
}

.configurationRow input[id$="_txtColor_txt"],
.FormCell input[id$="_txtColor_txt"] {
  margin-left: 0;
  width: 100% !important;
}

.configurationRow div[id^=divSearchPicker_] td:first-child {
  padding-left: 0;
}

.configurationRow div[id^=divSearchPicker_] td:last-child {
  padding-right: 0;
}

.configurationRow.configurationRow-subsection td {
  border: 0;
  vertical-align: top;
}

.configurationRow tr.well {
  padding: 0;
}

  .configurationRow tr.well td {
    vertical-align: middle;
  }

.configurationRow > .well {
  padding: 9px 15px;
}

/* Default pictures */
.default-pictures input[type="checkbox"] {
  margin-top: 0;
}

.default-pictures label {
  vertical-align: baseline;
}

.default-pictures-language select {
  max-width: 300px;
}

#trIntegrationConversionTable input[type="text"] {
  margin-bottom: 0.25rem;
}

.accordion-heading .accordion-toggle {
  background: var(--button-bg);
  color: var(--button--text);
  border-radius: .5rem;
  text-decoration: none;
  font-size: .85rem;
}

  .accordion-heading .accordion-toggle:hover,
  .accordion-heading .accordion-toggle:focus {
    opacity: .8;
  }

.accordion-toggle:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-inner .clsPartHead,
.accordion-inner .clsPartHeadCenter,
.accordion-inner .clsPartRight {
  display: none;
}

.accordion-body .clsPart {
  background: transparent;
  box-shadow: none;
  border-radius: initial;
  margin: 0;
}

.nav-tabs a {
  text-decoration: none;
}

.FooterClass {
  padding: 0 1rem .25rem 0;
}

  .FooterClass img {
    display: none;
  }

  .FooterClass #oucFooter_lblFooter {
    display: block;
    font-size: .7rem;
    text-align: right;
    width: 100%;
  }

  .FooterClass table {
    width: 100%;
  }

  .FooterClass .Copyright {
    text-align: right;
    font-size: .65rem;
    color: rgba(0, 0, 0, .5);
  }

body:not(.LoginPage) .FooterClass .Copyright {
  padding: 0 15px 15px 0;
}


/*************** Transaction table ****************/

.transaction-table {
  table-layout: fixed;
}

  .transaction-table tr.gridItemStyle > td,
  .transaction-table tr.gridAlternateItemStyle > td {
    white-space: normal;
  }

  .transaction-table tr.gridHeaderStyle > td,
  .transaction-table tr.gridHeaderStyle > th {
    vertical-align: bottom;
  }

  .transaction-table tr.gridHeaderStyle > td,
  .transaction-table tr.gridHeaderStyle > th,
  .transaction-table tr.gridItemStyle > td,
  .transaction-table tr.gridAlternateItemStyle > td {
    font-size: .65rem;
    line-height: 1.2;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

    .transaction-table tr.gridHeaderStyle > td:first-child,
    .transaction-table tr.gridHeaderStyle > th:first-child,
    .transaction-table tr.gridItemStyle > td:first-child,
    .transaction-table tr.gridAlternateItemStyle > td:first-child {
      padding-left: 0;
    }

    .transaction-table tr.gridHeaderStyle > td:last-child,
    .transaction-table tr.gridHeaderStyle > th:last-child,
    .transaction-table tr.gridItemStyle > td:last-child,
    .transaction-table tr.gridAlternateItemStyle > td:last-child {
      padding-right: 0;
    }


/*************** Find a Store ****************/
.opening-hours__day-hours select {
  max-width: 200px;
}

.opening-hours__day-time .opening-hours__spacer {
  width: auto !important;
}

.opening-hours__day-time {
  align-items: center;
  flex-direction: row;
}


/*************** Time Slots Template ****************/
.table__cell--time-slot-start-end {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.table__cell--time-slot-qty {
  text-align: left
}

  .table__cell--time-slot-qty input[type=text] {
    max-width: 200px;
  }

.generated-time-slots__input {
  max-width: 100px;
}

.time-slot-template__time > span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: stretch;
}

.time-slots-days th,
.time-slots-days td {
  text-align: left;
  width: 20%;
}

/**************** Calendar Style ******************/
.CalendarMainTable {
  font-family: Arial, sans-serif;
  background-color: var(--card-bg);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: var(--body-color);
  font-size: 16px;
}

  .CalendarMainTable b {
    color: var(--body-color);
    font-weight: bold;
  }

.CalendarHeader > table {
  width: 100%;
}

.CalendarHeaderCell {
  color: var(--body-color);
  cursor: pointer;
  padding: 4px;
}

.CalendarHeaderButton,
.CalendarHeaderButtonHover {
  background: var(--card-bg);
  border: 1px solid var(--card-border-color);
  border-radius: 4px;
  cursor: pointer;
  padding: 4px;
  font-size: 14px;
}

.CalendarHeaderButtonHover {
  border-color: var(--button-bg);
}

.CalendarMonthDropDown,
.CalendarYearDropDown {
  background: var(--card-bg);
  border: 1px solid var(--card-border-color);
  margin-left: 7px;
  font-size: 14px;
}

.CalendarMonthDropDownSelected,
.CalendarYearDropDownSelected {
  background-color: var(--highlight-color);
  color: #fff;
  font-size: 14px;
}

.CalendarContent {
  padding: 0 5px;
  background-color: var(--card-bg);
}

.CalendarContentGrid {
  border: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.CalendarDay,
.CalendarDayToday {
  padding: 4px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

  .CalendarDay:hover {
    background: #eaeaea;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
  }

.CalendarDayToday {
  background-color: #f1f1f1;
}

.CalendarDayWeekEnd {
  padding: 4px;
  text-decoration: none;
  color: #909090;
  cursor: pointer;
}

.CalendarDaySelected,
.CalendarDaySelectedToday,
.CalendarDaySelectedWeekEnd {
  padding: 4px;
  background: var(--highlight-color);
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}

.CalendarVerticalLine {
  background-color: #d0d0d0;
  padding: 0px;
}

.CalendarFooter {
  padding: 5px;
  text-align: center;
}

.CalendarFooterLink {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  color: #999;
}



/************************************
Replicate the Bootstrap flexbox columns
*/
.row {
  display: flex;
  flex-basis: 0;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

  .row:not(:last-child) {
    margin-bottom: 15px;
  }

.row__inner {
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  box-sizing: border-box;
}

.container-box {
  padding: .5rem;
  border-radius: .25rem;
  border: 1px solid var(--card-border-color);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

/***********************/

#ExportSection_SectionTemplate,
#ImportSection_SectionTemplate {
  box-sizing: border-box;
  padding: .5rem;
}

.unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.import-columns__item:not(:last-child) {
  margin-bottom: .5rem;
}

.import-columns__item input,
.import-columns__item label {
  cursor: pointer;
}

.import-columns__option {
  padding-left: 20px !important;
  margin-top: 2px !important;
}

  .import-columns__option span {
    display: inline-block;
    vertical-align: middle;
  }

.import-columns__item .ValidationTextBox,
.import-columns__item .ValidationTextBoxError,
.import-columns__item select,
.condition-span .ValidationTextBox,
.condition-span .ValidationTextBoxError,
.condition-span select {
  display: block;
  max-width: 300px;
}

.import-columns__item .customDropdown {
    max-width: 300px;
}

  .import-columns__item .ValidationTextBox
  .import-columns__item .ValidationTextBoxError,
  .import-columns__item .customDropdown {
    margin-bottom: 0 !important;
  }


/**************** End Calendar Style ******************/

.loginPage {
  background: #212121;
  background: -moz-linear-gradient(0deg, #212121 50%, #191d1e 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#212121), color-stop(100%,#283139));
  background: -webkit-linear-gradient(0deg, #212121 50%,#191d1e 100%);
  background: -o-linear-gradient(0deg, #212121 50%,#191d1e 100%);
  background: -ms-linear-gradient(0deg, #212121 50%,#191d1e 100%);
  background: linear-gradient(0deg, #212121 50%,#191d1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#191d1e',GradientType=1 );
  background-attachment: fixed;
}

.loginPage__canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: .75;
}

.loginPage .HeaderClass,
.loginPage .clsPartHeadText,
.loginPage .clsPartHeadCenter,
.loginPage .clsPartRight,
.loginPage .MessageTable + br {
  display: none;
}

.LoginTable .FormButtonAuto {
  display: inline-block;
}

.LoginTable hr {
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.LoginTable #oucLogin_txtPartner,
.LoginTable #oucLogin_txtUserName,
.LoginTable #oucLogin_txtPassword,
.LoginTable #oucLogin_txtEmail {
  position: relative;
  display: block;
  width: 100%;
}

.LoginTable #oucLogin_txtPassword {
  margin-bottom: 15px;
}

  .LoginTable #oucLogin_txtPartner:before,
  .LoginTable #oucLogin_txtUserName:before,
  .LoginTable #oucLogin_txtPassword:before,
  .LoginTable #oucLogin_txtEmail:before {
    display: block;
    color: #999;
    position: absolute;
    pointer-events: none;
    top: 25%;
    margin: auto;
    margin-left: .15rem;
    content: "";
    width: 1rem;
    height: 1rem;
  }

.LoginTable #oucLogin_txtPartner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='Partner' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EUser%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M50 51c-10-1.9-10-5-10-7v-3.2c3.6-3.3 6-8.7 6-14.8v-9.6C46 6 38.6 2 32 2S18 6 18 16.4V26c0 6.1 2.4 11.5 6 14.8V44c0 2 0 5.2-10 7A14.5 14.5 0 0 0 2.4 62h59.2A14.7 14.7 0 0 0 50 51z' fill='%23202020'%3E%3C/path%3E%3C/svg%3E");
}

.LoginTable #oucLogin_txtUserName:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='Username' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPrice Tag%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M59.6 4.4L38.4 3 3 38.4 19.9 44l5.7 17L61 25.6zM38.4 34.1l-8.5 8.5a2 2 0 1 1-2.9-2.8l8.5-8.5a2 2 0 1 1 2.8 2.8zm0-11.3L24.2 37a2 2 0 0 1-2.8-2.8L35.5 20a2 2 0 1 1 2.8 2.8zm12.7-4.2a4 4 0 1 1 0-5.7 4 4 0 0 1 0 5.7z' fill='%23202020'%3E%3C/path%3E%3C/svg%3E");
}

.LoginTable #oucLogin_txtPassword:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='Password' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ELock%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M48 28h-1V15a15 15 0 0 0-30 0v13h-1a8 8 0 0 0-8 8v20a8 8 0 0 0 8 8h32a8 8 0 0 0 8-8V36a8 8 0 0 0-8-8zM21 15a11 11 0 0 1 22 0v13H21zm13 36a2 2 0 0 1-4 0V41a2 2 0 0 1 4 0z' fill='%23202020'%3E%3C/path%3E%3C/svg%3E");
}

.LoginTable #oucLogin_txtEmail:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='Email' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMail%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23202020' d='M2 14.7v34.4l17.2-17.5L2 14.7zm42.8 16.9L62 49.1V14.7L44.8 31.6z'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%23202020' d='M59.1 12H5l27 26.6L59.1 12z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23202020' d='M32 44.2l-10-9.8L4.7 52h54.6L42 34.4l-10 9.8z'%3E%3C/path%3E%3C/svg%3E");
}

.LoginTable .ValidationTextBox,
.LoginTable .ValidationTextBoxError {
  display: block;
  width: 100% !important;
  padding: .47rem .75rem .47rem 1.5rem;
  color: var(--body-color);
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-bottom: 2px solid var(--card-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: .85rem;
}

  .LoginTable .ValidationTextBox:focus {
    box-shadow: var(--highlight-color);
  }

.LoginTable .ValidationTextBoxError {
  border-color: var(--highlight-color);
  color: var(--highlight-color);
}

.LoginTable .FormButton,
.LoginTable .FormButtonAuto {
  background-color: var(--highlight-color);
}

.LoginTable #oucLogin_oSectionEmail .FormButton,
.LoginTable #oucLogin_oSectionEmail .FormButtonAuto,
.login-2fa-buttons #cmdCancel {
  background-color: var(--button-bg);
}

.LoginTable .FormButtonAuto,
.LoginTable .FormButtonLink {
  display: inline-block;
}

.LoginPage #oucLogin_lnkEn,
.LoginPage #oucLogin_lnkFr {
  color: #fff;
  font-size: .65rem;
}

.LoginPage .Copyright {
  text-align: center;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, .25);
}

.page-new-password #EasyEcomStatusBar + br {
  display: none;
}

#txtSecurityCode.login-2fa-input {
  width: 100% !important;
}

.login-2fa-buttons {
  display: flex;
  justify-content: space-between;
}

  .login-2fa-buttons .FormButtonAuto {
    width: 48%;
  }

/* Inline width property table fix */
table[width="95%"] {
  width: 98% !important;
}

/* permission table */
.RadGrid.RadGrid_Bootstrap .rgExpand,
.RadGrid.RadGrid_Bootstrap .rgCollapse {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Down%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23000000' d='M32.001 40L46 26l-4.485-4-9.514 9.515L22.487 22 18 26l14.001 14z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  transition: all .2s ease-in-out;
}

.RadGrid.RadGrid_Bootstrap .rgExpand {
  transform: rotate(-90deg);
}

.RadGrid.RadGrid_Bootstrap .rgDetailTable {
  border: 0;
}

.RadGrid_Bootstrap .rgRow > td,
.RadGrid_Bootstrap .rgAltRow > td,
.RadGrid_Bootstrap .rgEditRow > td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.RadGrid_Bootstrap .rgExpand,
.RadGrid_Bootstrap .rgCollapse {
  height: 22px;
}

.rgMasterTable tr:not([class]) > td {
  /* td that contains tables */
  padding: 0;
}

/* kollaboration */
.bodyCollaboration {
  padding: 15px;
}

.kollaboration-menu .FormButton,
.kollaboration-menu .FormButtonAuto {
  width: auto;
}

.kollaboration-menu #divTree {
  max-width: 290px;
}

.kollaboration-menu #txtQuickSearch,
.kollaboration-menu #btnQuickSearch {
  float: left;
  height: 40px;
}

.kollaboration-menu #txtQuickSearch {
  width: calc(100% - 65px) !important;
}

.kollaboration-menu #btnQuickSearch {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESearch%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M61.122 56.88L41.54 37.284l-.037.037a22.01 22.01 0 1 0-4.173 4.175l-.031.031L56.878 61.12a3 3 0 0 0 4.244-4.242zM24 40a16 16 0 1 1 16-16 16.002 16.002 0 0 1-16 16z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  font-size: 0;
  margin: 0 0 0 5px;
  width: 40px;
}

.kollaboration-main {
  padding-right: 15px;
}

  .kollaboration-main iframe {
    padding: 0;
  }

.kollaboration-tabs {
  margin-top: 1rem;
}

.bodyCollaboration .gridStyle span {
  width: auto;
}

.bodyCollaboration img[src*="Images/plus.gif"],
.bodyCollaboration img[src*="Images/minus.gif"] {
  width: 24px;
  height: 24px;
}

.bodyCollaboration img[src*="Images/plus.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAdd%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23202020' d='M44 29h-9v-9h-6v9h-9v6h9v9h6v-9h9v-6z'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/minus.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMinus%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23202020' d='M20 30h24v6H20z'%3E%3C/path%3E%3C/svg%3E");
}

.kollaboration-menu #imgDashBoard {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EHome Button%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M33.436 1.481a2 2 0 0 0-2.872 0L0 33c-.178.172.752 1 1 1h7v29a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V46a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V34h7c.248 0 1.178-.828 1-1z' fill='%23202020'%3E%3C/path%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}

.bodyCollaboration a[id$=lnkReturnBackParent] {
  margin-right: 5px;
  vertical-align: middle;
}

.bodyCollaboration img[src*="Images/bigfile.gif"],
.bodyCollaboration img[src*="Images/folderup.gif"] {
  width: 30px;
  height: 30px;
}

.bodyCollaboration img[src*="Images/download.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIndicator Down%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M16.879 36.878l13.994 13.994.012.012L33 53l16.121-16.122a3 3 0 0 0-4.242-4.242L36 41.516V11.999a3 3 0 0 0-6 0v29.515l-8.879-8.878a3 3 0 0 0-4.242 4.242z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/exportToWord.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EShare%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M16.999 27a2.991 2.991 0 0 0 2.25-1.015L29 14.935V47a3 3 0 0 0 6 0V14.586l9.812 10.466a3 3 0 0 0 4.377-4.104L32 3 14.75 22.016A3 3 0 0 0 17 27z' fill='%23000000'%3E%3C/path%3E%3Cpath data-name='layer1' d='M55 42a3 3 0 0 0-3 3v11H12V45a3 3 0 0 0-6 0v14a3 3 0 0 0 3 3h46a3 3 0 0 0 3-3V45a3 3 0 0 0-3-3z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/extranetToMail.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMail%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23000000' d='M2 14.7v34.4l17.2-17.5L2 14.7zm42.8 16.9L62 49.1V14.7L44.8 31.6z'%3E%3C/path%3E%3Cpath data-name='layer2' fill='%23000000' d='M59.1 12H5l27 26.6L59.1 12z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23000000' d='M32 44.2l-10-9.8L4.7 52h54.6L42 34.4l-10 9.8z'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/folderup.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EUndo%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M31 21.996V10L3 30l28 20V38c11.135.004 21.271.434 30 16 0-9.887-1.45-31.729-30-32.004z' fill='%23202020'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/openlink.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EShare%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M33 21.996V10l28 20-28 20V38c-11.133.004-21.271.434-30 16 0-9.887 1.45-31.729 30-32.004z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/pin.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPin%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M42.6.2L39.8 3a7 7 0 0 0-1.6 7.3l-9.1 9.1H17.8l-6.2 6.2 12 12L.7 60.4a2 2 0 1 0 2.8 2.8l22.9-22.7 12 12 6.2-6.2V34.9l9.1-9.1a7 7 0 0 0 7.3-1.6l2.8-2.8z' fill='%23e00600'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/folder.gif"],
.bodyCollaboration img[src*="Images/bigfolder.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFile Explorer%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M10 20v33a3 3 0 0 1-3 3h52a3 3 0 0 0 3-3V20z' fill='%23000000'%3E%3C/path%3E%3Cpath data-name='layer1' d='M10 16h44v-4H20V8H2v45a3 3 0 0 0 1.1 2.3A4 4 0 0 1 6 52.1V20a4 4 0 0 1 4-4z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/foldersticky.gif"],
.bodyCollaboration img[src*="Images/bigfoldersticky.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFile Folder%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M24 14V8H2v46a2 2 0 0 0 2 2h56a2 2 0 0 0 2-2V14z' fill='%23e00600'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/bigfile.gif"],
.bodyCollaboration img[src*="Images/default.gif"],
.bodyCollaboration img[src*="Images/bigdefault.gif"],
.bodyCollaboration img[src*="Images/doc.gif"],
.bodyCollaboration img[src*="Images/bigdoc.gif"],
.bodyCollaboration img[src*="Images/pdf.gif"],
.bodyCollaboration img[src*="Images/bigpdf.gif"],
.bodyCollaboration img[src*="Images/ppt.gif"],
.bodyCollaboration img[src*="Images/bigppt.gif"],
.bodyCollaboration img[src*="Images/xls.gif"],
.bodyCollaboration img[src*="Images/bigxls.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFile%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23000000' d='M39 4v12h12L39 4z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23000000' d='M35 2H11v60h42V20H35V2z'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/defaultsticky.gif"],
.bodyCollaboration img[src*="Images/bigdefaultsticky.gif"],
.bodyCollaboration img[src*="Images/docsticky.gif"],
.bodyCollaboration img[src*="Images/bigdocsticky.gif"],
.bodyCollaboration img[src*="Images/pdfsticky.gif"],
.bodyCollaboration img[src*="Images/bigpdfsticky.gif"],
.bodyCollaboration img[src*="Images/pptsticky.gif"],
.bodyCollaboration img[src*="Images/bigpptsticky.gif"],
.bodyCollaboration img[src*="Images/xlssticky.gif"],
.bodyCollaboration img[src*="Images/bigxlssticky.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFile%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23e00600' d='M39 4v12h12L39 4z'%3E%3C/path%3E%3Cpath data-name='layer1' fill='%23e00600' d='M35 2H11v60h42V20H35V2z'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/bmp.gif"],
.bodyCollaboration img[src*="Images/bigbmp.gif"],
.bodyCollaboration img[src*="Images/gif.gif"],
.bodyCollaboration img[src*="Images/biggif.gif"],
.bodyCollaboration img[src*="Images/jpg.gif"],
.bodyCollaboration img[src*="Images/bigjpg.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EImage%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23000000' d='M40 4v12h12L40 4z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M36 20V2H10v60h44V20zm-12 2a4 4 0 1 1-4 4 4 4 0 0 1 4-4zm-6 32c0-2.1 1-12 6-12s4 4 6 4 2.5-12 8-12 8 18.3 8 20z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/bmpsticky.gif"],
.bodyCollaboration img[src*="Images/bigbmpsticky.gif"],
.bodyCollaboration img[src*="Images/gifsticky.gif"],
.bodyCollaboration img[src*="Images/biggifsticky.gif"],
.bodyCollaboration img[src*="Images/jpgsticky.gif"],
.bodyCollaboration img[src*="Images/bigjpgsticky.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EImage%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23e00600' d='M40 4v12h12L40 4z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M36 20V2H10v60h44V20zm-12 2a4 4 0 1 1-4 4 4 4 0 0 1 4-4zm-6 32c0-2.1 1-12 6-12s4 4 6 4 2.5-12 8-12 8 18.3 8 20z' fill='%23e00600'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/content.gif"],
.bodyCollaboration img[src*="Images/bigcontent.gif" i] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ENote%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M46 2v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2H8v60h48V2z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/contentsticky.gif"],
.bodyCollaboration img[src*="Images/bigcontentsticky.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ENote%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M46 2v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2H8v60h48V2z' fill='%23e00600'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/txt.gif"],
.bodyCollaboration img[src*="Images/bigtxt.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ENote Text%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M46 2v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2H8v60h48V2zm-8 50H18a2 2 0 1 1 0-4h20a2 2 0 0 1 0 4zm8-10H18a2 2 0 0 1 0-4h28a2 2 0 0 1 0 4zm0-10H18a2 2 0 0 1 0-4h28a2 2 0 0 1 0 4zm0-10H18a2 2 0 0 1 0-4h28a2 2 0 0 1 0 4z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/txtsticky.gif"],
.bodyCollaboration img[src*="Images/bigtxtsticky.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ENote Text%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M46 2v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2h-8v6a2 2 0 0 1 0 4h-4a2 2 0 0 1 0-4V2H8v60h48V2zm-8 50H18a2 2 0 1 1 0-4h20a2 2 0 0 1 0 4zm8-10H18a2 2 0 0 1 0-4h28a2 2 0 0 1 0 4zm0-10H18a2 2 0 0 1 0-4h28a2 2 0 0 1 0 4zm0-10H18a2 2 0 0 1 0-4h28a2 2 0 0 1 0 4z' fill='%23e00600'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/link.gif"],
.bodyCollaboration img[src*="Images/biglink.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ELink%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M59.263 9.694l-4.957-4.957a9.347 9.347 0 0 0-13.218 0L32.826 13a9.348 9.348 0 0 0 0 13.218l.825.826 1.501 1.5 3.305-3.304-1.5-1.5-.826-.827a4.674 4.674 0 0 1-.001-6.609l8.262-8.262a4.675 4.675 0 0 1 6.609 0L55.958 13a4.674 4.674 0 0 1 0 6.608l-8.262 8.262a4.674 4.674 0 0 1-5.864.605l-3.341 3.34a9.349 9.349 0 0 0 12.51-.64l8.262-8.262a9.346 9.346 0 0 0 0-13.218zM27.87 47.697l-8.262 8.261a4.675 4.675 0 0 1-6.609 0l-4.957-4.957a4.671 4.671 0 0 1 0-6.609l8.262-8.261a4.674 4.674 0 0 1 6.61 0l.824.826 1.5 1.5 3.305-3.304-1.501-1.501-.824-.826a9.348 9.348 0 0 0-13.219 0l-8.262 8.262a9.346 9.346 0 0 0 0 13.218l4.957 4.957a9.348 9.348 0 0 0 13.22 0L31.173 51a9.351 9.351 0 0 0 .64-12.51l-3.34 3.34a4.674 4.674 0 0 1-.605 5.866z' fill='%23000000'%3E%3C/path%3E%3Cpath data-name='layer1' d='M45.444 18.556a2.338 2.338 0 0 1 0 3.305L21.488 45.816a2.336 2.336 0 0 1-3.304 0 2.337 2.337 0 0 1 0-3.305L42.14 18.556a2.338 2.338 0 0 1 3.304 0z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/linksticky.gif"],
.bodyCollaboration img[src*="Images/biglinksticky.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ELink%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M59.263 9.694l-4.957-4.957a9.347 9.347 0 0 0-13.218 0L32.826 13a9.348 9.348 0 0 0 0 13.218l.825.826 1.501 1.5 3.305-3.304-1.5-1.5-.826-.827a4.674 4.674 0 0 1-.001-6.609l8.262-8.262a4.675 4.675 0 0 1 6.609 0L55.958 13a4.674 4.674 0 0 1 0 6.608l-8.262 8.262a4.674 4.674 0 0 1-5.864.605l-3.341 3.34a9.349 9.349 0 0 0 12.51-.64l8.262-8.262a9.346 9.346 0 0 0 0-13.218zM27.87 47.697l-8.262 8.261a4.675 4.675 0 0 1-6.609 0l-4.957-4.957a4.671 4.671 0 0 1 0-6.609l8.262-8.261a4.674 4.674 0 0 1 6.61 0l.824.826 1.5 1.5 3.305-3.304-1.501-1.501-.824-.826a9.348 9.348 0 0 0-13.219 0l-8.262 8.262a9.346 9.346 0 0 0 0 13.218l4.957 4.957a9.348 9.348 0 0 0 13.22 0L31.173 51a9.351 9.351 0 0 0 .64-12.51l-3.34 3.34a4.674 4.674 0 0 1-.605 5.866z' fill='%23e00600'%3E%3C/path%3E%3Cpath data-name='layer1' d='M45.444 18.556a2.338 2.338 0 0 1 0 3.305L21.488 45.816a2.336 2.336 0 0 1-3.304 0 2.337 2.337 0 0 1 0-3.305L42.14 18.556a2.338 2.338 0 0 1 3.304 0z' fill='%23e00600'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/ascx.gif"],
.bodyCollaboration img[src*="Images/bigascx.gif"],
.bodyCollaboration img[src*="Images/aspx.gif"],
.bodyCollaboration img[src*="Images/bigaspx.gif"],
.bodyCollaboration img[src*="Images/cs.gif"],
.bodyCollaboration img[src*="Images/bigcs.gif"],
.bodyCollaboration img[src*="Images/vb.gif"],
.bodyCollaboration img[src*="Images/bigvb.gif"],
.bodyCollaboration img[src*="Images/xml.gif"],
.bodyCollaboration img[src*="Images/bigxml.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECode File%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23000000' d='M40 4v12h12L40 4z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M36 20V2H10v60h44V20zm-8.5 22.7a2 2 0 0 1-3 2.6L16.3 36l8.2-9.3a2 2 0 1 1 3 2.6L21.7 36zm12 2.6a2 2 0 0 1-3-2.6l5.8-6.7-5.8-6.7a2 2 0 1 1 3-2.6l8.2 9.3z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/ascxsticky.gif"],
.bodyCollaboration img[src*="Images/bigascxsticky.gif"],
.bodyCollaboration img[src*="Images/aspxsticky.gif"],
.bodyCollaboration img[src*="Images/bigaspxsticky.gif"],
.bodyCollaboration img[src*="Images/cssticky.gif"],
.bodyCollaboration img[src*="Images/bigcssticky.gif"],
.bodyCollaboration img[src*="Images/vbsticky.gif"],
.bodyCollaboration img[src*="Images/bigvbsticky.gif"],
.bodyCollaboration img[src*="Images/xmlsticky.gif"],
.bodyCollaboration img[src*="Images/bigxmlsticky.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECode File%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23e00600' d='M40 4v12h12L40 4z'%3E%3C/path%3E%3Cpath data-name='layer1' d='M36 20V2H10v60h44V20zm-8.5 22.7a2 2 0 0 1-3 2.6L16.3 36l8.2-9.3a2 2 0 1 1 3 2.6L21.7 36zm12 2.6a2 2 0 0 1-3-2.6l5.8-6.7-5.8-6.7a2 2 0 1 1 3-2.6l8.2 9.3z' fill='%23e00600'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/zip.gif"],
.bodyCollaboration img[src*="Images/bigzip.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EArchive Folder%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M54 34h-2V2H40v10h2a2 2 0 0 1 0 4h-2v4h2a2 2 0 0 1 0 4h-2v4h2a2 2 0 0 1 0 4h-2v10h2v12h-8V42h2v-6h-2a2 2 0 0 1 0-4h2v-4h-2a2 2 0 0 1 0-4h2v-4h-2a2 2 0 0 1 0-4h2v-4h-2a2 2 0 0 1 0-4h2V2H8v60h44v-8h2a2 2 0 0 0 2-2V36a2 2 0 0 0-2-2z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/zipsticky.gif"],
.bodyCollaboration img[src*="Images/bigzipsticky.gif"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EArchive Folder%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M54 34h-2V2H40v10h2a2 2 0 0 1 0 4h-2v4h2a2 2 0 0 1 0 4h-2v4h2a2 2 0 0 1 0 4h-2v10h2v12h-8V42h2v-6h-2a2 2 0 0 1 0-4h2v-4h-2a2 2 0 0 1 0-4h2v-4h-2a2 2 0 0 1 0-4h2v-4h-2a2 2 0 0 1 0-4h2V2H8v60h44v-8h2a2 2 0 0 0 2-2V36a2 2 0 0 0-2-2z' fill='%23e00600'%3E%3C/path%3E%3C/svg%3E");
}

.bodyCollaboration img[src*="Images/ascx.gif"],
.bodyCollaboration img[src*="Images/ascxsticky.gif"],
.bodyCollaboration img[src*="Images/aspx.gif"],
.bodyCollaboration img[src*="Images/aspxsticky.gif"],
.bodyCollaboration img[src*="Images/bmp.gif"],
.bodyCollaboration img[src*="Images/bmpsticky.gif"],
.bodyCollaboration img[src*="Images/content.gif"],
.bodyCollaboration img[src*="Images/contentsticky.gif"],
.bodyCollaboration img[src*="Images/cs.gif"],
.bodyCollaboration img[src*="Images/cssticky.gif"],
.bodyCollaboration img[src*="Images/default.gif"],
.bodyCollaboration img[src*="Images/defaultsticky.gif"],
.bodyCollaboration img[src*="Images/doc.gif"],
.bodyCollaboration img[src*="Images/docsticky.gif"],
.bodyCollaboration img[src*="Images/folder.gif"],
.bodyCollaboration img[src*="Images/foldersticky.gif"],
.bodyCollaboration img[src*="Images/gif.gif"],
.bodyCollaboration img[src*="Images/gifsticky.gif"],
.bodyCollaboration img[src*="Images/jpg.gif"],
.bodyCollaboration img[src*="Images/jpgsticky.gif"],
.bodyCollaboration img[src*="Images/link.gif"],
.bodyCollaboration img[src*="Images/linksticky.gif"],
.bodyCollaboration img[src*="Images/pdf.gif"],
.bodyCollaboration img[src*="Images/pdfsticky.gif"],
.bodyCollaboration img[src*="Images/ppt.gif"],
.bodyCollaboration img[src*="Images/pptsticky.gif"],
.bodyCollaboration img[src*="Images/txt.gif"],
.bodyCollaboration img[src*="Images/txtsticky.gif"],
.bodyCollaboration img[src*="Images/vb.gif"],
.bodyCollaboration img[src*="Images/vbsticky.gif"],
.bodyCollaboration img[src*="Images/xls.gif"],
.bodyCollaboration img[src*="Images/xlssticky.gif"],
.bodyCollaboration img[src*="Images/xml.gif"],
.bodyCollaboration img[src*="Images/xmlsticky.gif"],
.bodyCollaboration img[src*="Images/zip.gif"],
.bodyCollaboration img[src*="Images/zipsticky.gif"],
.bodyCollaboration img[src*="Images/download.gif"],
.bodyCollaboration img[src*="Images/exportToWord.gif"],
.bodyCollaboration img[src*="Images/extranetToMail.gif"],
.bodyCollaboration img[src*="Images/openlink.gif"],
.bodyCollaboration img[src*="Images/pin.gif"] {
  width: 16px;
  height: 16px;
}

.bodyCollaboration img[src*="Images/bigascx.gif"],
.bodyCollaboration img[src*="Images/bigascxsticky.gif"],
.bodyCollaboration img[src*="Images/bigaspx.gif"],
.bodyCollaboration img[src*="Images/bigaspxsticky.gif"],
.bodyCollaboration img[src*="Images/bigbmp.gif"],
.bodyCollaboration img[src*="Images/bigbmpsticky.gif"],
.bodyCollaboration img[src*="Images/bigcontent.gif" i],
.bodyCollaboration img[src*="Images/bigcontentsticky.gif"],
.bodyCollaboration img[src*="Images/bigcs.gif"],
.bodyCollaboration img[src*="Images/bigcssticky.gif"],
.bodyCollaboration img[src*="Images/bigdefault.gif"],
.bodyCollaboration img[src*="Images/bigdefaultsticky.gif"],
.bodyCollaboration img[src*="Images/bigdoc.gif"],
.bodyCollaboration img[src*="Images/bigdocsticky.gif"],
.bodyCollaboration img[src*="Images/bigfolder.gif"],
.bodyCollaboration img[src*="Images/bigfoldersticky.gif"],
.bodyCollaboration img[src*="Images/biggif.gif"],
.bodyCollaboration img[src*="Images/biggifsticky.gif"],
.bodyCollaboration img[src*="Images/bigjpg.gif"],
.bodyCollaboration img[src*="Images/bigjpgsticky.gif"],
.bodyCollaboration img[src*="Images/biglink.gif"],
.bodyCollaboration img[src*="Images/biglinksticky.gif"],
.bodyCollaboration img[src*="Images/bigpdf.gif"],
.bodyCollaboration img[src*="Images/bigpdfsticky.gif"],
.bodyCollaboration img[src*="Images/bigppt.gif"],
.bodyCollaboration img[src*="Images/bigpptsticky.gif"],
.bodyCollaboration img[src*="Images/bigtxt.gif"],
.bodyCollaboration img[src*="Images/bigtxtsticky.gif"],
.bodyCollaboration img[src*="Images/bigvb.gif"],
.bodyCollaboration img[src*="Images/bigvbsticky.gif"],
.bodyCollaboration img[src*="Images/bigxls.gif"],
.bodyCollaboration img[src*="Images/bigxlssticky.gif"],
.bodyCollaboration img[src*="Images/bigxml.gif"],
.bodyCollaboration img[src*="Images/bigxmlsticky.gif"],
.bodyCollaboration img[src*="Images/bigzip.gif"],
.bodyCollaboration img[src*="Images/bigzipsticky.gif"] {
  width: 32px;
  height: 32px;
}

.bodyCollaboration #lstType td {
  width: 50%;
}

#lnkImgDashBoard {
  text-decoration: none;
}

#oucIdentification_imgIcon {
  vertical-align: top;
}

#imgImageOverview {
  border: 1px solid #dedede;
}

/*******************************/
/*	power search sorting page	*/
.powerSearchSortingPage #lstStatus {
  margin-bottom: 0px;
}

.disableMessageSection {
  margin-top: 15px;
}

.sortable-element {
  border: 1px solid var(--input-color);
  cursor: move;
  padding: 8px;
  margin: 4px;
  background-color: var(--input-bg);
}

.sortable-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 968px;
  height: 100%;
  box-sizing: border-box;
}

  .sortable-list li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.4em;
    height: 18px;
  }

    .sortable-list li span {
      position: absolute;
      margin-right: -1.3em;
    }

.ui-icon {
  float: right !important;
}

.container {
  background-color: #E0E0E0;
  border: 3px dashed gray;
  padding: 5px;
}

.picker-button:not(:last-child) {
  margin-bottom: 15px;
}

/* Integration config - conversion tables */
.config-tabs-content {
  background: var(--card-bg);
}

.config-tabs-table thead {
  border-bottom: 1px solid var(--card-border-color);
}

.config-tabs-table th,
.config-tabs-table td {
  border: 0;
  padding: 10px;
}

  .config-tabs-table td td:first-child {
    padding-left: 0;
  }

/* Price checker */
.price-checker-content {
  padding: .5rem;
}

.price-checker-content-collapse {
  padding-bottom: .5rem;
  text-align: center;
}

.price-checker-content p,
.price-checker-detail {
  margin-bottom: 1.25em;
}

.price-checker-detail {
  background-repeat: no-repeat;
  background-size: 48px 48px;
  padding-left: 65px;
}

.price-checker-detail-final {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStar%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%23000000' d='M64.04 24.805L41.504 22.13 32 1.511 22.494 22.13-.04 24.805l16.661 15.413-4.424 22.271L32 51.398l19.803 11.091-4.424-22.271L64.04 24.805z'%3E%3C/path%3E%3C/svg%3E");
}

.price-checker-detail-priority {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMove Top%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M54 11a3.001 3.001 0 0 1-3 3H15a3 3 0 1 1 0-6h35.999A3 3 0 0 1 54 11z' fill='%23000000'%3E%3C/path%3E%3Cpath data-name='layer1' d='M23.007 31.242a3.001 3.001 0 0 0 4.236-.249L30 27.891V55a3 3 0 0 0 6 0V27.89l2.758 3.103a3 3 0 0 0 4.485-3.986L33 15.484 22.758 27.007a3 3 0 0 0 .249 4.235z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.price-checker-detail-lowest {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStore Sale%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M58.5 27.8c0-4.8-3.9-6.7-8.1-8.1-5.9-1.9-6.2-2.4-6.2-3.9s2.5-3.1 4.9-3.1 4.5 1.3 5.3 4.1a2 2 0 0 0 3.8-1.1c-1.1-3.8-3.6-6.2-7.1-6.8V7a2 2 0 1 0-4 0v2c-3.6.6-6.9 3-6.9 6.9s3.8 6.1 8.9 7.7 5.4 2.9 5.4 4.3-2.8 3.3-5.4 3.3-5.4-2.8-5.6-4.4a2 2 0 0 0-4 .5 9 9 0 0 0 7.6 7.7v2a2 2 0 1 0 4 0v-2c5.1-.6 7.4-3.9 7.4-7.2z' fill='%23000000'%3E%3C/path%3E%3Ccircle data-name='layer2' cx='25' cy='55' r='4' fill='%23000000'%3E%3C/circle%3E%3Ccircle data-name='layer2' cx='51' cy='55' r='4' fill='%23000000'%3E%3C/circle%3E%3Cpath data-name='layer1' d='M41.6 25zM55 38.2a6 6 0 0 1-11.8-.2 13 13 0 0 1-7.6-10.2 6 6 0 0 1 1.2-4.4l.3-.3H20.8L17 6.5A2 2 0 0 0 15 5H7a2 2 0 0 0 0 4h6.4l9 38h33L59 35.8a12.2 12.2 0 0 1-4 2.4z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.price-checker-detail-origins {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBill%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M46.9 2L41 6l-6-4-6 4-6-4-6 4-6-4v54l6.1 6 6-4 6 4 6-4 6 4 6-4 6 4V8zM23 46h-4a2 2 0 0 1 0-4h4a2 2 0 0 1 0 4zm4-8h-8a2 2 0 0 1 0-4h8a2 2 0 0 1 0 4zm0-8h-8a2 2 0 0 1 0-4h8a2 2 0 0 1 0 4zm2-8H19a2 2 0 0 1 0-4h10a2 2 0 0 1 0 4zm13 16.6v.8a2 2 0 1 1-4 0v-.8a7 7 0 0 1-5-6.7 2 2 0 1 1 4 0 3 3 0 0 0 3 3c1.5 0 3-.8 3-2.6s0-1.9-3.4-2.6C33.8 28.3 33 25 33 23.1a6.5 6.5 0 0 1 5-6.3V16a2 2 0 1 1 4 0v.8a7 7 0 0 1 4.9 5.5 2 2 0 1 1-3.9.7 3 3 0 0 0-3-2.5c-1.5 0-3 .8-3 2.6s0 1.8 3.4 2.6c5.7 1.3 6.6 4.7 6.6 6.6a6.5 6.5 0 0 1-5 6.3z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

.price-checker-detail p,
.price-checker-detail li {
  line-height: normal;
  margin-bottom: .25em;
}

.price-checker-accordions {
  margin-top: 20px;
}

  .price-checker-accordions .RadAjaxPanel {
    padding: .5rem;
  }

  .price-checker-accordions .gridResultStyle td,
  .price-checker-accordions #divSectionSummaryPanel {
    padding: 0;
  }

  .price-checker-accordions .gridStyle tr.gridHeaderStyle td,
  .price-checker-accordions tr.gridItemStyle > td,
  .price-checker-accordions tr.gridAlternateItemStyle > td {
    padding: .25rem; /* more compact tables */
  }

.accordion-price-list-product .price-checker-highlight td,
.accordion-price-list-customer-group .price-checker-highlight td,
.accordion-price-list-customer .price-checker-highlight td,
.accordion-price-list-global .price-checker-highlight td,
.accordion-price-list-price-group .price-checker-highlight td.price-group-list,
.accordion-price-list-price-group .price-checker-highlight td.price-list-priority,
.accordion-price-list-price-group .price-checker-highlight td.price-list-quantity,
.accordion-price-list-price-group .price-checker-highlight td.price-list-modifier {
  background-color: #d1e7dd !important;
  color: #0f5132 !important;
}

.price-checker-highlight a {
  color: #0f5132 !important;
}

.accordion-price-list-product .price-checker-highlight td:first-child,
.accordion-price-list-customer-group .price-checker-highlight td:first-child,
.accordion-price-list-customer .price-checker-highlight td:first-child,
.accordion-price-list-global .price-checker-highlight td:first-child,
.accordion-price-list-price-group .price-checker-highlight td.price-group-list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStar%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='%230f5132' d='M64.04 24.805L41.504 22.13 32 1.511 22.494 22.13-.04 24.805l16.661 15.413-4.424 22.271L32 51.398l19.803 11.091-4.424-22.271L64.04 24.805z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 5px 7px;
  background-size: 18px 18px;
  padding-left: 30px !important;
}

.price-checker-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESearch%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M61.122 56.88L41.54 37.284l-.037.037a22.01 22.01 0 1 0-4.173 4.175l-.031.031L56.878 61.12a3 3 0 0 0 4.244-4.242zM24 40a16 16 0 1 1 16-16 16.002 16.002 0 0 1-16 16z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.pricegroup-row-merged .price-group-name,
.pricegroup-row-merged .price-group-priority {
  display: none;
}

.price-checker-info,
.price-checker-warning,
.email-history-info {
  display: inline-block !important;
  margin-left: 5px;
  vertical-align: middle;
  width: 16px !important;
  height: 16px !important;
}

.price-checker-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EQuestion Help%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32.037 32.037 0 0 0 32 0zm2.124 49.127a3.039 3.039 0 0 1-2.13.879 2.998 2.998 0 0 1-2.11-5.12 3.095 3.095 0 0 1 4.24 0 3.018 3.018 0 0 1 0 4.24zm2.974-15.705C34 36.52 34 37.754 34 39.182v.826a2 2 0 1 1-4 0v-.825c0-2.448.315-4.634 4.27-8.59 3.266-3.266 3.716-5.103 3.716-6.6 0-.061-.068-5.985-5.986-5.985-5.728 0-6.982 4.32-6.982 5.984a2 2 0 1 1-4 0c0-3.86 2.981-9.984 10.982-9.984 7.275 0 9.986 6.124 9.986 9.984 0 3.184-1.462 6.004-4.888 9.43z' fill='%23202020'%3E%3C/path%3E%3C/svg%3E");
}

.price-checker-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPriority Warning%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32.037 32.037 0 0 0 32 0zm-.144 12.818a3.048 3.048 0 0 1 3.189 2.9c.004.095.004.195 0 .289L34 38.003a2.002 2.002 0 0 1-4 0l-1.045-21.996a3.048 3.048 0 0 1 2.9-3.189zm2.978 36.018a4.01 4.01 0 0 1-6.84-2.83 4.005 4.005 0 1 1 8.01 0 4.062 4.062 0 0 1-1.17 2.83z' fill='%23202020'%3E%3C/path%3E%3C/svg%3E");
}

#lblOtherQuantityBreaks {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPriority Warning%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32.037 32.037 0 0 0 32 0zm-.144 12.818a3.048 3.048 0 0 1 3.189 2.9c.004.095.004.195 0 .289L34 38.003a2.002 2.002 0 0 1-4 0l-1.045-21.996a3.048 3.048 0 0 1 2.9-3.189zm2.978 36.018a4.01 4.01 0 0 1-6.84-2.83 4.005 4.005 0 1 1 8.01 0 4.062 4.062 0 0 1-1.17 2.83z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 30px;
  white-space: normal;
}

/* email history */
.email-history-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EQuestion Help%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32.037 32.037 0 0 0 32 0zm2.124 49.127a3.039 3.039 0 0 1-2.13.879 2.998 2.998 0 0 1-2.11-5.12 3.095 3.095 0 0 1 4.24 0 3.018 3.018 0 0 1 0 4.24zm2.974-15.705C34 36.52 34 37.754 34 39.182v.826a2 2 0 1 1-4 0v-.825c0-2.448.315-4.634 4.27-8.59 3.266-3.266 3.716-5.103 3.716-6.6 0-.061-.068-5.985-5.986-5.985-5.728 0-6.982 4.32-6.982 5.984a2 2 0 1 1-4 0c0-3.86 2.981-9.984 10.982-9.984 7.275 0 9.986 6.124 9.986 9.984 0 3.184-1.462 6.004-4.888 9.43z' fill='%23b98801'%3E%3C/path%3E%3C/svg%3E");
}

span[id$="_lblRecipientEmailAddress"] {
  white-space: normal;
}

span[id$='_lblStatusPending'] {
  display: none;
}

.status-pending {
  color: #b98801;
}

.status-sent {
  color: #009105;
}

.status-failed,
.status-retry {
  color: #e90000;
}

#oEmailGrid.gridStyle span {
  width: auto;
}

#oEmailGrid .tooltip {
  font-size: .7rem;
  max-width: 330px;
  white-space: normal;
}

#oEmailGrid .tooltip-inner {
  text-align: left;
}

/* Cards */
.card-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.card {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
  width: 31%;
}

  .card table {
    width: 100%;
  }

  .card .gridStyle span {
    display: inline;
    width: auto;
  }

  .card td:last-child {
    text-align: right;
  }

  .card td:only-child {
    text-align: left;
  }

  .card tr.gridItemStyle > td:empty,
  .card tr.gridAlternateItemStyle > td:empty {
    border: 0;
    padding: 0;
  }

.admin-card {
  border: 1px solid #eaeaea;
  border-radius: .25rem;
}

  .admin-card:not(:last-child) {
    margin-bottom: 1rem;
  }

.admin-card__header {
  background: #000;
  border-radius: .25rem .25rem 0 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 12px 1rem;
}

.admin-card__body {
  padding: 1rem;
}

/* Shipping carrier configs */
input.status-authorized,
input.status-unauthorized,
input.status-expired {
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 34px;
}

input.status-authorized {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EChecked Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M54.626 9.372a32 32 0 1 0 0 45.254 32 32 0 0 0 0-45.254zM47.37 26.456l-17.38 17.38-10.407-10.407a2 2 0 1 1 2.828-2.828l7.578 7.578 14.553-14.55a2 2 0 0 1 2.828 2.827z' fill='%2301a401'%3E%3C/path%3E%3C/svg%3E");
}

input.status-unauthorized {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EDelete Circle%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M54.629 9.372a32 32 0 1 0 0 45.254 32.001 32.001 0 0 0 0-45.254zM44.727 41.9a2 2 0 1 1-2.828 2.828l-9.9-9.9-9.899 9.9a2 2 0 0 1-2.828-2.828l9.9-9.9-9.9-9.9a2 2 0 0 1 2.828-2.827L32 29.17l9.899-9.898a2 2 0 0 1 2.828 2.828l-9.9 9.898z' fill='%23e30000'%3E%3C/path%3E%3C/svg%3E");
}

input.status-expired {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPriority Warning%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M32 0a32 32 0 1 0 32 32A32.037 32.037 0 0 0 32 0zm-.144 12.818a3.048 3.048 0 0 1 3.189 2.9c.004.095.004.195 0 .289L34 38.003a2.002 2.002 0 0 1-4 0l-1.045-21.996a3.048 3.048 0 0 1 2.9-3.189zm2.978 36.018a4.01 4.01 0 0 1-6.84-2.83 4.005 4.005 0 1 1 8.01 0 4.062 4.062 0 0 1-1.17 2.83z' fill='%23ccaa00'%3E%3C/path%3E%3C/svg%3E");
}

#oucShippingCarrierIntegrationSettings_cmdAuthorizeUPSAccount,
#oucShippingCarrierIntegrationSettings_lblSettingUPSV2AuthorizationExpirationMessage {
  float: left;
}

#oucShippingCarrierIntegrationSettings_lblSettingUPSV2AuthorizationExpirationMessage {
  display: block;
  font-size: .7rem;
  font-style: italic;
  max-width: 400px;
  padding: 5px 0 0 15px;
}


.shipping-carrier-default-custom {
  color: #666;
  font-size: 0.65em;
  font-style: italic;
  line-height: 1.2;
  margin: 0;
  padding-left: 20px;
}

/* Batch invite */
#oucSecureLinkBatchInvite_resultGrid td:first-child {
  width: 120px;
}

.modal-batch-invitation {
  margin-left: -400px;
  width: 800px;
}

  .modal-batch-invitation .modal-footer {
    font-weight: 700;
    text-align: left;
  }

    .modal-batch-invitation .modal-footer span {
      margin-right: 20px;
    }

#oucSecureLinkBatchInvite_lblSearchFilterDesc {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EImportant Warning%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M31.998 4.298L.038 59.702h63.925zM30 25.702a2 2 0 0 1 4 0v15.995a2 2 0 1 1-4 0zm2.004 26a3.005 3.005 0 0 1-2.13-5.12 3.108 3.108 0 0 1 4.25 0 3 3 0 0 1-2.12 5.12z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  display: block;
  margin-left: 35px;
  min-height: 30px;
  padding-left: 50px;
}

/* BOGO */
.eligible-products-sep {
  margin: 1rem 0;
}

.free-product-table > tbody > tr > td,
.eligible-products-table > tbody > tr > td {
  border-bottom: solid 1px #eaeaea;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.eligible-product-action {
  width: 100px;
}

.eligible-product-action,
.eligible-product-quantity {
  text-align: center;
}

  .eligible-product-quantity input[type="text"] {
    margin-bottom: 0 !important;
    text-align: center;
    width: 100px !important;
  }

.elibigle-same-chk {
  box-sizing: border-box;
  font-size: 16px !important;
  margin: 0 !important;
  min-height: 48px;
  padding-top: 13px;
}

label[for] {
  cursor: pointer;
}

.free-product-image {
  width: 70px;
}

.free-product-title {
  margin-bottom: 10px;
}