@font-face {
  font-family: "IconFont";
  src: url("/css/fonts/fontawesome-webfont.eot");
  src: url("/css/fonts/fontawesome-webfont.eot?#ieFix") format("embedded-opentype"), url("/css/fonts/fontawesome-webfont.woff2") format("woff2"), url("/css/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IconFontRegular";
  src: url("/css/fonts/fontawesome-webfont-regular.eot");
  src: url("/css/fonts/fontawesome-webfont-regular.eot?#ieFix") format("embedded-opentype"), url("/css/fonts/fontawesome-webfont-regular.woff2") format("woff2"), url("/css/fonts/fontawesome-webfont-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.onlyCS * {
  text-decoration: underline !important;
  -webkit-text-decoration-color: rgba(206, 6, 92, 0.25) !important;
          text-decoration-color: rgba(206, 6, 92, 0.25) !important;
}

.dark_mode_switch {
  font-family: IconFont;
}

html[data-product=e-follow] .dark_mode_switch {
  color: #6699cc;
}

html[data-product=mops] .dark_mode_switch {
  color: #990000;
}

html[data-product=docq] .dark_mode_switch {
  color: #a93c58;
}

html[fullscreen-mode] {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
}

html[fullscreen-mode] body {
  height: 100%;
  padding: 0;
  margin: 0;
}

/* normalize: HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none !important;
}

/* normalize: Links */
a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

/* normalize: Text-level semantics */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #6699cc;
  color: #FFFFFF;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* normalize: Embedded content */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* normalize:  Grouping content */
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* normalize: Forms */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], span.button {
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.inlineTextChange > input {
  display: none;
  margin-top: -2px;
  margin-bottom: -2px;
}

.inlineTextChange > input.on {
  display: inline;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

.defaultDivContainer {
  border: 1px solid #bfbfbf;
  background-color: #f4f4f4;
}

html[dark-mode] .defaultDivContainer {
  border: 1px solid black;
  background-color: #383838;
}

.logList {
  border: 1px solid #bfbfbf;
  background-color: #f4f4f4;
}

.logList .entry:hover {
  background-color: #ffffff;
}

html[dark-mode] .logList {
  border: 1px solid black;
  background-color: #383838;
}

html[dark-mode] .logList .entry:hover {
  background-color: #2b2b2b;
}

/* edited normalize: Tables */
table {
  border-collapse: separate;
  border-spacing: 2px;
}

table.hoverable-table .tr-divider {
  pointer-events: none;
}

table.hoverable-table tr:not(.tr-headline) {
  background-color: initial;
  transition-duration: 200ms;
}

html[data-product=e-follow] table.hoverable-table tr:not(.tr-headline):hover {
  background-color: rgba(102, 153, 204, 0.1);
  transition-duration: 100ms;
}

html[data-product=mops] table.hoverable-table tr:not(.tr-headline):hover {
  background-color: rgba(153, 0, 0, 0.1);
  transition-duration: 100ms;
}

html[data-product=docq] table.hoverable-table tr:not(.tr-headline):hover {
  background-color: rgba(169, 60, 88, 0.1);
  transition-duration: 100ms;
}

table.table-style-0 {
  border-spacing: 0;
  color: #454545;
}

table.table-style-0 tr {
  cursor: pointer;
  font-family: verdana, helvetica, arial, sans-serif;
  border-top: 1px solid #f4f4f4;
}

table.table-style-0 tr th:not(:first-child) {
  border-left: 1px solid #f4f4f4;
}

table.table-style-0 tr th {
  border-bottom: 3px solid #f4f4f4;
  color: #f4f4f4;
  background-color: #78899a;
  font-weight: bold;
  text-align: left;
  padding: 5px 8px 7px 5px;
}

table.table-style-0 tr th:not(:last-child) {
  border-right: 1px solid #c1c9d1;
}

table.table-style-0 tr td, table.table-style-0 tr th {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

table.table-style-0 tr.odd {
  background-color: #ececec;
}

table.table-style-0 tr.even {
  background-color: #d5d5d5;
}

table.table-style-0 tr.selected {
  color: #f4f4f4;
}

table.table-style-0 tr.selected :after {
  color: #f4f4f4;
}

html[data-product=e-follow] table.table-style-0 tr.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #7da8d4 0%, #4f8ac4 100%);
}

html[data-product=e-follow] table.table-style-0 tr.selected :after {
  color: #f4f4f4;
}

html[data-product=mops] table.table-style-0 tr.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #b80000 0%, #7a0000 100%);
}

html[data-product=mops] table.table-style-0 tr.selected :after {
  color: #f4f4f4;
}

html[data-product=docq] table.table-style-0 tr.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #bd4665 0%, #92344c 100%);
}

html[data-product=docq] table.table-style-0 tr.selected :after {
  color: #f4f4f4;
}

table.table-style-0 tr:hover {
  color: #f4f4f4;
}

table.table-style-0 tr:hover.odd {
  background-color: #ececec;
}

table.table-style-0 tr:hover.even {
  background-color: #d5d5d5;
}

table.table-style-0 tr:hover :after {
  color: #f4f4f4 !important;
}

html[data-product=e-follow] table.table-style-0 tr:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] table.table-style-0 tr:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] table.table-style-0 tr:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] table.table-style-0 tr:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] table.table-style-0 tr:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] table.table-style-0 tr:hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] table.table-style-0 tr:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=mops] table.table-style-0 tr:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=docq] table.table-style-0 tr:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

table.table-style-1 tr {
  background-color: #f4f4f4 !important;
  text-align: center;
}

table.table-style-1 tr th {
  color: #f4f4f4;
  background-color: #78899a;
  padding: 5px;
}

table.table-style-1 tr.odd {
  background-color: #ececec !important;
}

table.table-style-1 tr.even {
  background-color: #d5d5d5 !important;
}

table.table-style-1 tr:hover.odd {
  background-color: #ececec;
}

table.table-style-1 tr:hover.even {
  background-color: #d5d5d5;
}

table.table-style-1 tr:hover :after {
  color: #f4f4f4 !important;
}

table.no-cell-spacing {
  border-spacing: 0;
  border-collapse: collapse;
}

table tr th.collapsed,
table tr td.collapsed {
  display: none;
}

table tr td.title {
  padding: 6px;
}

table tr td.center {
  text-align: center;
}

html[dark-mode] table.table-style-0 {
  color: #efefef !important;
}

html[dark-mode] table.table-style-0 tr {
  border-top: 1px solid #383838;
}

html[dark-mode] table.table-style-0 tr th:not(:first-child) {
  border-left: 1px solid #383838;
}

html[dark-mode] table.table-style-0 tr th {
  border-bottom: 3px solid #383838;
  background-color: #29353e;
}

html[dark-mode] table.table-style-0 tr th:not(:last-child) {
  border-right: 1px solid #5c778b;
}

html[dark-mode] table.table-style-0 tr.odd {
  background-color: #303030 !important;
}

html[dark-mode] table.table-style-0 tr.even {
  background-color: #242424 !important;
}

html[dark-mode] table.table-style-0 tr:hover.odd {
  background-color: #303030;
}

html[dark-mode] table.table-style-0 tr:hover.even {
  background-color: #242424;
}

html[dark-mode] table.table-style-1 tr {
  background-color: #383838 !important;
  text-align: center;
}

html[dark-mode] table.table-style-1 tr th {
  color: #efefef;
  background-color: #29353e;
  padding: 5px;
}

html[dark-mode] table.table-style-1 tr.odd {
  background-color: #303030 !important;
}

html[dark-mode] table.table-style-1 tr.even {
  background-color: #242424 !important;
}

html[dark-mode] table.table-style-1 tr:hover {
  background-color: #383838;
}

html[dark-mode] table.table-style-1 tr:hover.odd {
  background-color: #303030;
}

html[dark-mode] table.table-style-1 tr:hover.even {
  background-color: #242424;
}

td, th {
  padding: 4px;
}

html[data-product=e-follow] ::-moz-selection {
  text-shadow: #8cb3d9 1px 1px 0;
  background-color: rgba(102, 153, 204, 0.9);
  color: white;
}

html[data-product=e-follow] ::selection {
  text-shadow: #8cb3d9 1px 1px 0;
  background-color: rgba(102, 153, 204, 0.9);
  color: white;
}

html[data-product=mops] ::-moz-selection {
  text-shadow: #cc0000 1px 1px 0;
  background-color: rgba(153, 0, 0, 0.9);
  color: white;
}

html[data-product=mops] ::selection {
  text-shadow: #cc0000 1px 1px 0;
  background-color: rgba(153, 0, 0, 0.9);
  color: white;
}

html[data-product=docq] ::-moz-selection {
  text-shadow: #c35571 1px 1px 0;
  background-color: rgba(169, 60, 88, 0.9);
  color: white;
}

html[data-product=docq] ::selection {
  text-shadow: #c35571 1px 1px 0;
  background-color: rgba(169, 60, 88, 0.9);
  color: white;
}

html[data-product=e-follow] select:focus > option:checked {
  color: #f4f4f4;
  background: #79a6d2 !important;
}

html[data-product=mops] select:focus > option:checked {
  color: #f4f4f4;
  background: #b30000 !important;
}

html[data-product=docq] select:focus > option:checked {
  color: #f4f4f4;
  background: #bc4362 !important;
}

/* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(244, 244, 244, 0.75);
}

html[dark-mode] ::-webkit-scrollbar-track {
  background: rgba(56, 56, 56, 0.75);
}

/* Custom Scrollbar (e.g. Chrome, Edge, ..) */
html[data-product=e-follow] ::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#538cc6, #6699cc, #6699cc, #6699cc, #538cc6);
  box-shadow: 0 0 4px -1px #000 inset;
  border-radius: 7px;
}

html[data-product=e-follow] ::-webkit-scrollbar-thumb:hover {
  background: #4080bf;
}

html[data-product=mops] ::-webkit-scrollbar-thumb {
  background-image: linear-gradient(maroon, #990000, #990000, #990000, maroon);
  box-shadow: 0 0 4px -1px #000 inset;
  border-radius: 7px;
}

html[data-product=mops] ::-webkit-scrollbar-thumb:hover {
  background: #660000;
}

html[data-product=docq] ::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#96354e, #a93c58, #a93c58, #a93c58, #96354e);
  box-shadow: 0 0 4px -1px #000 inset;
  border-radius: 7px;
}

html[data-product=docq] ::-webkit-scrollbar-thumb:hover {
  background: #832f44;
}

html[data-product=e-follow] textarea::-moz-selection {
  color: #FFFFFF;
  background-color: #8cb3d9;
}

html[data-product=e-follow] textarea::selection {
  color: #FFFFFF;
  background-color: #8cb3d9;
}

html[data-product=mops] textarea::-moz-selection {
  color: #FFFFFF;
  background-color: #cc0000;
}

html[data-product=mops] textarea::selection {
  color: #FFFFFF;
  background-color: #cc0000;
}

html[data-product=docq] textarea::-moz-selection {
  color: #FFFFFF;
  background-color: #c35571;
}

html[data-product=docq] textarea::selection {
  color: #FFFFFF;
  background-color: #c35571;
}

html[data-product=e-follow] input:focus::-moz-selection {
  background: #6699cc;
  color: #f4f4f4;
}

html[data-product=e-follow] input:focus::selection {
  background: #6699cc;
  color: #f4f4f4;
}

html[data-product=mops] input:focus::-moz-selection {
  background: #990000;
  color: #f4f4f4;
}

html[data-product=mops] input:focus::selection {
  background: #990000;
  color: #f4f4f4;
}

html[data-product=docq] input:focus::-moz-selection {
  background: #a93c58;
  color: #f4f4f4;
}

html[data-product=docq] input:focus::selection {
  background: #a93c58;
  color: #f4f4f4;
}

html[data-product=e-follow] textarea {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  color: #454545;
  outline-color: #6699cc;
}

html[data-product=mops] textarea {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  color: #454545;
  outline-color: #990000;
}

html[data-product=docq] textarea {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  color: #454545;
  outline-color: #a93c58;
}

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-weight: bold;
  font-size: 1em;
  margin: 0 0 5px;
  cursor: default;
}

h5 {
  font-weight: bold;
  font-size: 0.9em;
  margin: 0 0 5px;
  cursor: default;
}

h6 {
  font-size: 0.85em;
  margin: 0 0 0.6em;
}

h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
  display: inline-block;
}

body {
  font-family: "Trebuchet MS", verdana, arial, sans !important;
  font-size: 10pt;
  color: #454545;
}

html[dark-mode] body {
  color: #efefef;
}

html[data-product=e-follow] body {
  background: #ffffff url(/images/bg_body.png) repeat-x;
}

html[data-product=docq] body {
  background: #ffffff url(/images/bg_body_docq.png) repeat-x;
}

html[data-product=mops] body {
  background: #ffffff url(/images/bg_body_mops.png) repeat-x;
}

html[data-product=e-follow][dark-mode] body {
  background: #2b2b2b none;
}

html[data-product=docq][dark-mode] body {
  background: #2b2b2b none;
}

html[data-product=mops][dark-mode] body {
  background: #2b2b2b none;
}

html[data-product=e-follow][data-development-mode] body {
  background: #ffffff url(https://www.control-systems.de/downloads/tmp/e-follow50.png) repeat !important;
}

html[data-product=docq][data-development-mode] body {
  background: #ffffff url(https://www.control-systems.de/downloads/tmp/docq50.png) repeat !important;
}

html[data-product=mops][data-development-mode] body {
  background: #ffffff url(https://www.control-systems.de/downloads/tmp/mops50.png) repeat !important;
}

html[data-product=e-follow][data-development-mode][dark-mode] body {
  background: #2b2b2b url(https://www.control-systems.de/downloads/tmp/e-follow50.png) repeat !important;
}

html[data-product=docq][data-development-mode][dark-mode] body {
  background: #2b2b2b url(https://www.control-systems.de/downloads/tmp/docq50.png) repeat !important;
}

html[data-product=mops][data-development-mode][dark-mode] body {
  background: #2b2b2b url(https://www.control-systems.de/downloads/tmp/mops50.png) repeat !important;
}

#wall {
  border-radius: 6px;
  box-shadow: 3px 3px 10px #0c1b0c80;
  display: flex;
  flex-direction: row;
  width: 960px;
  background-color: #ffffff;
  margin: 10px auto 10px auto;
  border: 2px solid #78899a;
  min-height: 600px;
}

html[dark-mode] #wall {
  background-color: #2b2b2b;
  border: 2px solid #29353e;
}

html[fullscreen-mode] #wall {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  border-radius: initial;
}

#appIcon {
  margin: 10px;
  width: 165px;
  height: 77px;
  background-size: contain !important;
}

html[data-product=e-follow] #appIcon:not(.pro) {
  background: url(/images/ControlSystems_Logo.jpg) no-repeat;
}

html[data-product=e-follow] #appIcon.pro {
  background: url(/images/e-follow-professional.svg) no-repeat;
}

html[data-product=mops] #appIcon {
  background: url(/images/mops.svg) no-repeat 0 0;
}

html[data-product=docq] #appIcon {
  background: url(/images/docq.svg) no-repeat 0 0;
}

html[data-product=e-follow][dark-mode] #appIcon:not(.pro) {
  background: url(/images/ControlSystems_Logo.jpg) no-repeat;
}

html[data-product=e-follow][dark-mode] #appIcon.pro {
  background: url(/images/e-follow-professional_dark_mode.svg) no-repeat;
}

html[data-product=e-follow][cloud-mode] #appIcon {
  background: url(/images/e-follow-cloud.svg) no-repeat;
}

html[data-product=e-follow][cloud-mode][dark-mode] #appIcon {
  background: url(/images/e-follow-cloud_dark_mode.svg) no-repeat;
}

html[data-product=mops][dark-mode] #appIcon {
  background: url(/images/mops_dark_mode.svg) no-repeat 0 0;
}

html[data-product=docq][dark-mode] #appIcon {
  background: url(/images/docq_dark_mode.svg) no-repeat 0 0;
}

#development_mode_container {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  filter: drop-shadow(0px 2px 4px rgba(50, 50, 50, 0.8));
  z-index: 990;
  touch-action: none;
}

#development_mode_container:hover > * {
  transform: translateY(-100%);
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
}

#development_mode_container > * {
  transform: translateY(0%);
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
}

html[fullscreen-mode] #development_mode_container {
  position: absolute;
}

#development_mode {
  pointer-events: none;
  display: block;
  background-color: red;
  padding: 4px;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 10px, calc(50% - 200px) 10px, calc(50% + 200px - 200px) 100px, calc(50% - 200px + 200px) 100px, calc(50% + 200px) 10px, 0px 10px);
          clip-path: polygon(0px 0px, 100% 0px, 100% 10px, calc(50% - 200px) 10px, calc(50% + 200px - 200px) 100px, calc(50% - 200px + 200px) 100px, calc(50% + 200px) 10px, 0px 10px);
}

#loading, #progress {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  width: 100%;
  height: 100%;
  cursor: wait;
  background-color: gray;
  opacity: 0.3;
}

#loadingBox {
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 160px;
  left: 40%;
  z-index: 9999;
  width: 200px;
  height: 50px;
  padding: 50px;
  text-align: center;
  border: 2px solid #78899a;
  color: white;
}

html[data-product=e-follow] #loadingBox {
  background-color: #6699cc;
}

html[data-product=mops] #loadingBox {
  background-color: #990000;
}

html[data-product=docq] #loadingBox {
  background-color: #a93c58;
}

#loadingBox #loadingImage {
  border-radius: 4px;
  width: 160px;
  height: 13px;
  margin: 20px;
  background: url(/images/loading.gif) no-repeat;
  background-size: 160px 13px;
}

#statusBar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 10px;
  z-index: 20;
}

html[data-product=e-follow] #statusBar span {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 1px 1px 5px #6699cc;
  border: 1px solid #6699cc;
  border-top: none;
  background-color: #6699cc;
  padding: 14px 50px 7px 50px;
  color: #f4f4f4;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.9em;
}

html[data-product=mops] #statusBar span {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 1px 1px 5px #990000;
  border: 1px solid #990000;
  border-top: none;
  background-color: #990000;
  padding: 14px 50px 7px 50px;
  color: #f4f4f4;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.9em;
}

html[data-product=docq] #statusBar span {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 1px 1px 5px #a93c58;
  border: 1px solid #a93c58;
  border-top: none;
  background-color: #a93c58;
  padding: 14px 50px 7px 50px;
  color: #f4f4f4;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.9em;
}

#headButtons {
  display: flex;
  flex-direction: row-reverse;
  margin: 10px 5px 10px auto;
}

#headButtons > .utility {
  text-decoration: underline;
}

#headButtons #headButtonsDarkMode {
  display: none;
}

#headButtons #headButtonsDarkMode #dark_mode_switch {
  margin: auto 6px;
}

html[data-product=e-follow] #navigator {
  display: flex;
  flex-direction: column;
  position: relative;
  float: left;
  padding: 8px;
  width: 185px;
  min-width: 185px;
  overflow-y: auto;
}

html[data-product=e-follow] #navigator .nav-group {
  margin: 10px 5px;
}

html[data-product=e-follow] #navigator .nav-title {
  cursor: pointer;
  padding: 3px 0;
  font-family: verdana, arial, sans, sans-serif;
  font-size: 0.9em;
  color: #6699cc;
}

html[dark-mode] html[data-product=e-follow] #navigator .nav-title {
  color: #8cb3d9;
}

html[data-product=e-follow] #navigator .nav-option {
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1px;
  padding: 3px 3px 3px 25px;
}

html[data-product=e-follow] #navigator .nav-option.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #7da8d4 0%, #4f8ac4 100%);
}

html[data-product=e-follow] #navigator .nav-option.selected :after {
  color: #f4f4f4;
}

html[data-product=e-follow] #navigator .nav-option:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] #navigator .nav-option:hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] #navigator .nav-option:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] #navigator #navigator-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

html[data-product=mops] #navigator {
  display: flex;
  flex-direction: column;
  position: relative;
  float: left;
  padding: 8px;
  width: 185px;
  min-width: 185px;
  overflow-y: auto;
}

html[data-product=mops] #navigator .nav-group {
  margin: 10px 5px;
}

html[data-product=mops] #navigator .nav-title {
  cursor: pointer;
  padding: 3px 0;
  font-family: verdana, arial, sans, sans-serif;
  font-size: 0.9em;
  color: #990000;
}

html[dark-mode] html[data-product=mops] #navigator .nav-title {
  color: #cc0000;
}

html[data-product=mops] #navigator .nav-option {
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1px;
  padding: 3px 3px 3px 25px;
}

html[data-product=mops] #navigator .nav-option.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #b80000 0%, #7a0000 100%);
}

html[data-product=mops] #navigator .nav-option.selected :after {
  color: #f4f4f4;
}

html[data-product=mops] #navigator .nav-option:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] #navigator .nav-option:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] #navigator .nav-option:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] #navigator #navigator-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

html[data-product=docq] #navigator {
  display: flex;
  flex-direction: column;
  position: relative;
  float: left;
  padding: 8px;
  width: 185px;
  min-width: 185px;
  overflow-y: auto;
}

html[data-product=docq] #navigator .nav-group {
  margin: 10px 5px;
}

html[data-product=docq] #navigator .nav-title {
  cursor: pointer;
  padding: 3px 0;
  font-family: verdana, arial, sans, sans-serif;
  font-size: 0.9em;
  color: #a93c58;
}

html[dark-mode] html[data-product=docq] #navigator .nav-title {
  color: #c35571;
}

html[data-product=docq] #navigator .nav-option {
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1px;
  padding: 3px 3px 3px 25px;
}

html[data-product=docq] #navigator .nav-option.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #bd4665 0%, #92344c 100%);
}

html[data-product=docq] #navigator .nav-option.selected :after {
  color: #f4f4f4;
}

html[data-product=docq] #navigator .nav-option:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] #navigator .nav-option:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] #navigator .nav-option:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] #navigator #navigator-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

html[data-product=e-follow] #version-footer {
  margin-top: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=e-follow] #version-footer #product_version {
  display: block;
  text-align: center;
  margin: 20px 5px 5px 5px;
  font-size: 0.9em;
  font-style: italic;
  color: rgba(102, 153, 204, 0.75);
}

html[data-product=mops] #version-footer {
  margin-top: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=mops] #version-footer #product_version {
  display: block;
  text-align: center;
  margin: 20px 5px 5px 5px;
  font-size: 0.9em;
  font-style: italic;
  color: rgba(153, 0, 0, 0.75);
}

html[data-product=docq] #version-footer {
  margin-top: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=docq] #version-footer #product_version {
  display: block;
  text-align: center;
  margin: 20px 5px 5px 5px;
  font-size: 0.9em;
  font-style: italic;
  color: rgba(169, 60, 88, 0.75);
}

html[data-product=e-follow][dark-mode] #version-footer #product_version {
  color: rgba(140, 179, 217, 0.75);
}

html[data-product=mops][dark-mode] #version-footer #product_version {
  color: rgba(204, 0, 0, 0.75);
}

html[data-product=docq][dark-mode] #version-footer #product_version {
  color: rgba(195, 85, 113, 0.75);
}

#header-and-content {
  display: flex;
  flex-direction: column;
  flex: auto;
  width: 0;
}

#content {
  border-radius: 6px;
  float: right;
  padding: 8px;
  background: #f4f4f4;
  border: 1px solid #78899a;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 5px;
  flex: auto;
}

html[dark-mode] #content {
  background: #383838;
  border: 1px solid #29353e;
}

#content .innerContent {
  border: 1px solid #78899a;
  background-color: #ffffff;
}

html[dark-mode] #content .innerContent {
  border: 1px solid #29353e;
  background-color: #2b2b2b;
}

input, select, textarea {
  color: #454545;
  font-size: 1.0em;
  box-sizing: border-box;
  outline: 0;
  border: 1px solid #b2bcc6;
  line-height: normal;
  border-radius: 2px;
  padding: 2px 4px;
}

html[data-product=e-follow] input:focus, html[data-product=e-follow] select:focus, html[data-product=e-follow] textarea:focus {
  border-color: #6699cc;
}

html[data-product=mops] input:focus, html[data-product=mops] select:focus, html[data-product=mops] textarea:focus {
  border-color: #990000;
}

html[data-product=docq] input:focus, html[data-product=docq] select:focus, html[data-product=docq] textarea:focus {
  border-color: #a93c58;
}

input:disabled, select:disabled, textarea:disabled {
  color: #a9a9a9;
}

html[dark-mode] input, html[dark-mode] select, html[dark-mode] textarea {
  background-color: #454545;
  color: #efefef;
  border: 1px solid #52697b;
}

html[dark-mode] input:disabled, html[dark-mode] select:disabled, html[dark-mode] textarea:disabled {
  color: #606060;
}

input.empty {
  color: #bbbbbb;
}

input.numeric, input.float, input.currency {
  text-align: right;
  width: 60px;
}

.unit {
  min-width: 16px;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.c {
  text-align: center;
}

.warning {
  color: #d22c15 !important;
  font-weight: bold !important;
}

/* ~~~ draggable boxes ~~~ */
div.dragBox {
  border-radius: 8px;
  box-shadow: 3px 3px 10px #0c1b0c80;
  display: none;
  z-index: 999;
  background: #f4f4f4;
  border: 2px solid #a4afbb;
}

div.dragBox div.boxTitle {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: move;
  margin: 0;
  padding-top: 5px;
  padding-left: 20px;
  height: 25px;
  background-color: #a4afbb;
  color: #f4f4f4;
}

div.dragBox div.boxClose {
  cursor: pointer;
  margin: 0 4px 0 auto;
  width: 19px;
  height: 19px;
  float: right;
  background: url(/images/close.png) no-repeat 0 0;
}

div.dragBox div.boxClose:hover {
  background-position: 0 -19px;
}

div.dragBox div.boxContent {
  margin: 15px 20px;
}

div.dragBox span.link.cancel {
  margin-right: 15px;
}

div.dragBox span.link.cancel.disabled {
  color: #a9a9a9;
  background-color: #f4f4f4;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

div.dragBox span.button.ok {
  margin-left: 15px;
}

html[dark-mode] div.dragBox {
  background: #383838;
  border: 2px solid #475c6c;
}

html[dark-mode] div.dragBox div.boxTitle {
  background-color: #475c6c;
  color: #efefef;
}

html[dark-mode] div.dragBox span.link.cancel.disabled {
  color: #606060;
  background-color: #383838;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[dark-mode] div.dragBox span.button.ok {
  margin-left: 15px;
}

#message_box {
  width: 600px;
}

#message_box hr.divider {
  margin: 20px 0 0 0;
  height: 0;
  border: solid #DDDDDD;
  border-width: 1px 0 0;
}

#message_box .boxTitle.state-error {
  background-color: #a42210;
}

#message_box.state-error {
  border-color: #a42210;
}

#message_box .boxTitle.state-warning {
  background-color: #ffa215;
}

#message_box.state-warning {
  border-color: #ffa215;
}

#message_box .boxTitle.state-handling {
  background-color: #a741b4;
}

#message_box.state-handling {
  border-color: #a741b4;
}

html[dark-mode] #message_box hr.divider {
  border: solid #84848480;
  border-width: 1px 0 0;
}

#config_help_box {
  border-radius: 8px;
  box-shadow: 3px 3px 10px #0c1b0c80;
  width: 350px;
  display: none;
  background: white;
  border: 2px solid #a4afbb;
  z-index: 999;
}

#config_help_box div.boxTitle {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: move;
  margin: 0;
  height: 21px;
  background-color: #a4afbb;
  color: #f4f4f4;
}

#config_help_box div.boxTitle span {
  font-size: 0.9em;
  padding-left: 30px;
  padding-top: 5px;
}

#config_help_box div.boxClose {
  cursor: pointer;
  margin: 0 4px 0 auto;
  width: 19px;
  height: 19px;
  float: right;
  background: url(/images/close.png) no-repeat 0 0;
}

#config_help_box div.boxClose:hover {
  background-position: 0 -19px;
}

#config_help_box ul.helpCaptions {
  margin: 5px;
}

html[data-product=e-follow] #config_help_box ul.helpCaptions li {
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 10px;
  margin: 2px 5px auto -5px;
  text-decoration: underline;
}

html[data-product=e-follow] #config_help_box ul.helpCaptions li.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #7da8d4 0%, #4f8ac4 100%);
  text-decoration: none;
}

html[data-product=e-follow] #config_help_box ul.helpCaptions li.selected :after {
  color: #f4f4f4;
}

html[data-product=e-follow] #config_help_box ul.helpCaptions li:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] #config_help_box ul.helpCaptions li:hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] #config_help_box ul.helpCaptions li:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=mops] #config_help_box ul.helpCaptions li {
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 10px;
  margin: 2px 5px auto -5px;
  text-decoration: underline;
}

html[data-product=mops] #config_help_box ul.helpCaptions li.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #b80000 0%, #7a0000 100%);
  text-decoration: none;
}

html[data-product=mops] #config_help_box ul.helpCaptions li.selected :after {
  color: #f4f4f4;
}

html[data-product=mops] #config_help_box ul.helpCaptions li:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] #config_help_box ul.helpCaptions li:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] #config_help_box ul.helpCaptions li:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=docq] #config_help_box ul.helpCaptions li {
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 10px;
  margin: 2px 5px auto -5px;
  text-decoration: underline;
}

html[data-product=docq] #config_help_box ul.helpCaptions li.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #bd4665 0%, #92344c 100%);
  text-decoration: none;
}

html[data-product=docq] #config_help_box ul.helpCaptions li.selected :after {
  color: #f4f4f4;
}

html[data-product=docq] #config_help_box ul.helpCaptions li:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] #config_help_box ul.helpCaptions li:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] #config_help_box ul.helpCaptions li:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

#config_help_box div.helpText {
  display: none;
  padding: 10px 15px 30px 15px;
}

#config_help_box div.helpText a.helpLink {
  color: #4080bf;
  text-decoration: underline;
  font-size: 0.9em;
}

#config_help_box div.helpText a.helpBlue {
  color: #4080bf;
  font-size: 0.9em;
}

html[dark-mode] #config_help_box {
  background: #383838;
  border: 2px solid #475c6c;
}

html[dark-mode] #config_help_box div.boxTitle {
  background-color: #475c6c;
  color: #efefef;
}

html[dark-mode] #config_help_box div.helpText a.helpLink {
  color: #4080bf;
  text-decoration: underline;
  font-size: 0.9em;
}

html[dark-mode] #config_help_box div.helpText a.helpBlue {
  color: #4080bf;
  font-size: 0.9em;
}

/* ~~~ buttons ~~~ */
html[data-product=e-follow] button:not(.note-btn),
html[data-product=e-follow] span.button:not(.note-btn) {
  padding: 6px;
  width: 126px;
  height: 28px;
  line-height: 15px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 4px;
  outline: 0;
  font-family: verdana, helvetica, arial, sans-serif;
  text-decoration: none;
  text-overflow: ellipsis;
  border: none;
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #7da8d4 0%, #4f8ac4 100%);
}

html[data-product=e-follow] button:not(.note-btn) span:after,
html[data-product=e-follow] span.button:not(.note-btn) span:after {
  color: #6699cc;
}

html[data-product=e-follow] button:not(.note-btn) :after,
html[data-product=e-follow] span.button:not(.note-btn) :after {
  color: #f4f4f4;
}

html[data-product=e-follow] button:not(.note-btn):hover,
html[data-product=e-follow] span.button:not(.note-btn):hover {
  box-shadow: none;
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] button:not(.note-btn):hover :after,
html[data-product=e-follow] span.button:not(.note-btn):hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] button:not(.note-btn):active,
html[data-product=e-follow] span.button:not(.note-btn):active {
  box-shadow: none;
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] button:not(.note-btn).disabled,
html[data-product=e-follow] span.button:not(.note-btn).disabled {
  box-shadow: inset 0 0 2px 1px #f0f0f0;
  border-color: #9c9c9c;
  color: #a9a9a9;
  background: #c3c3c3;
  line-height: 15px;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=mops] button:not(.note-btn),
html[data-product=mops] span.button:not(.note-btn) {
  padding: 6px;
  width: 126px;
  height: 28px;
  line-height: 15px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 4px;
  outline: 0;
  font-family: verdana, helvetica, arial, sans-serif;
  text-decoration: none;
  text-overflow: ellipsis;
  border: none;
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #b80000 0%, #7a0000 100%);
}

html[data-product=mops] button:not(.note-btn) span:after,
html[data-product=mops] span.button:not(.note-btn) span:after {
  color: #990000;
}

html[data-product=mops] button:not(.note-btn) :after,
html[data-product=mops] span.button:not(.note-btn) :after {
  color: #f4f4f4;
}

html[data-product=mops] button:not(.note-btn):hover,
html[data-product=mops] span.button:not(.note-btn):hover {
  box-shadow: none;
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] button:not(.note-btn):hover :after,
html[data-product=mops] span.button:not(.note-btn):hover :after {
  color: #f4f4f4;
}

html[data-product=mops] button:not(.note-btn):active,
html[data-product=mops] span.button:not(.note-btn):active {
  box-shadow: none;
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] button:not(.note-btn).disabled,
html[data-product=mops] span.button:not(.note-btn).disabled {
  box-shadow: inset 0 0 2px 1px #f0f0f0;
  border-color: #9c9c9c;
  color: #a9a9a9;
  background: #c3c3c3;
  line-height: 15px;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=docq] button:not(.note-btn),
html[data-product=docq] span.button:not(.note-btn) {
  padding: 6px;
  width: 126px;
  height: 28px;
  line-height: 15px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 4px;
  outline: 0;
  font-family: verdana, helvetica, arial, sans-serif;
  text-decoration: none;
  text-overflow: ellipsis;
  border: none;
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #bd4665 0%, #92344c 100%);
}

html[data-product=docq] button:not(.note-btn) span:after,
html[data-product=docq] span.button:not(.note-btn) span:after {
  color: #a93c58;
}

html[data-product=docq] button:not(.note-btn) :after,
html[data-product=docq] span.button:not(.note-btn) :after {
  color: #f4f4f4;
}

html[data-product=docq] button:not(.note-btn):hover,
html[data-product=docq] span.button:not(.note-btn):hover {
  box-shadow: none;
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] button:not(.note-btn):hover :after,
html[data-product=docq] span.button:not(.note-btn):hover :after {
  color: #f4f4f4;
}

html[data-product=docq] button:not(.note-btn):active,
html[data-product=docq] span.button:not(.note-btn):active {
  box-shadow: none;
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] button:not(.note-btn).disabled,
html[data-product=docq] span.button:not(.note-btn).disabled {
  box-shadow: inset 0 0 2px 1px #f0f0f0;
  border-color: #9c9c9c;
  color: #a9a9a9;
  background: #c3c3c3;
  line-height: 15px;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=e-follow][dark-mode] button:not(.note-btn).disabled,
html[data-product=e-follow][dark-mode] span.button:not(.note-btn).disabled {
  box-shadow: inset 0 0 2px 1px #7a7a7a;
  border-color: #3a3a3a;
  color: #7a7a7a;
  background: #474747;
}

html[data-product=mops][dark-mode] button:not(.note-btn).disabled,
html[data-product=mops][dark-mode] span.button:not(.note-btn).disabled {
  box-shadow: inset 0 0 2px 1px #7a7a7a;
  border-color: #3a3a3a;
  color: #7a7a7a;
  background: #474747;
}

html[data-product=docq][dark-mode] button:not(.note-btn).disabled,
html[data-product=docq][dark-mode] span.button:not(.note-btn).disabled {
  box-shadow: inset 0 0 2px 1px #7a7a7a;
  border-color: #3a3a3a;
  color: #7a7a7a;
  background: #474747;
}

.round-icon-button {
  background-color: #f4f4f4;
  box-shadow: 0 0 2px 2px rgba(69, 69, 69, 0.5);
  color: #454545;
  font-family: IconFont;
  font-size: 1.5em;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  padding: 6px;
}

.round-icon-button:after {
  content: '\f2d2';
  margin: auto;
}

html[dark-mode] .round-icon-button {
  background-color: #383838;
  box-shadow: 0 0 2px 2px rgba(239, 239, 239, 0.5);
  color: #efefef;
}

span.button:active {
  text-indent: 1px;
}

span.button.disabled {
  text-indent: 0;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=e-follow] .sortButton {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(/images/sort_button.svg) no-repeat 0px 0px;
  background-size: 120px 60px !important;
}

html[data-product=e-follow] .sortButton:hover {
  background: url(/images/sort_button.svg) no-repeat 0px -20px;
  background-size: 120px 60px !important;
}

html[data-product=e-follow] .sortButton:active {
  background: url(/images/sort_button.svg) no-repeat 0px -40px;
  background-size: 120px 60px !important;
}

html[data-product=e-follow] .sortButton.desc {
  background: url(/images/sort_button.svg) no-repeat -20px 0px;
  background-size: 120px 60px !important;
}

html[data-product=e-follow] .sortButton.desc:hover {
  background: url(/images/sort_button.svg) no-repeat -20px -20px;
  background-size: 120px 60px !important;
}

html[data-product=e-follow] .sortButton.desc:active {
  background: url(/images/sort_button.svg) no-repeat -20px -40px;
  background-size: 120px 60px !important;
}

html[data-product=mops] .sortButton {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(/images/sort_button.svg) no-repeat -40px 0px;
  background-size: 120px 60px !important;
}

html[data-product=mops] .sortButton:hover {
  background: url(/images/sort_button.svg) no-repeat -40px -20px;
  background-size: 120px 60px !important;
}

html[data-product=mops] .sortButton:active {
  background: url(/images/sort_button.svg) no-repeat -40px -40px;
  background-size: 120px 60px !important;
}

html[data-product=mops] .sortButton.desc {
  background: url(/images/sort_button.svg) no-repeat -60px 0px;
  background-size: 120px 60px !important;
}

html[data-product=mops] .sortButton.desc:hover {
  background: url(/images/sort_button.svg) no-repeat -60px -20px;
  background-size: 120px 60px !important;
}

html[data-product=mops] .sortButton.desc:active {
  background: url(/images/sort_button.svg) no-repeat -60px -40px;
  background-size: 120px 60px !important;
}

html[data-product=docq] .sortButton {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(/images/sort_button.svg) no-repeat -80px 0px;
  background-size: 120px 60px !important;
}

html[data-product=docq] .sortButton:hover {
  background: url(/images/sort_button.svg) no-repeat -80px -20px;
  background-size: 120px 60px !important;
}

html[data-product=docq] .sortButton:active {
  background: url(/images/sort_button.svg) no-repeat -80px -40px;
  background-size: 120px 60px !important;
}

html[data-product=docq] .sortButton.desc {
  background: url(/images/sort_button.svg) no-repeat -100px 0px;
  background-size: 120px 60px !important;
}

html[data-product=docq] .sortButton.desc:hover {
  background: url(/images/sort_button.svg) no-repeat -100px -20px;
  background-size: 120px 60px !important;
}

html[data-product=docq] .sortButton.desc:active {
  background: url(/images/sort_button.svg) no-repeat -100px -40px;
  background-size: 120px 60px !important;
}

/* ~~~ links ~~~ */
html[data-product=e-follow] a {
  cursor: pointer;
  text-decoration: none;
  color: #4080bf;
}

html[data-product=e-follow] a:hover {
  text-decoration: none;
}

html[data-product=e-follow] a[href]:hover {
  text-decoration: underline;
}

html[data-product=mops] a {
  cursor: pointer;
  text-decoration: none;
  color: #660000;
}

html[data-product=mops] a:hover {
  text-decoration: none;
}

html[data-product=mops] a[href]:hover {
  text-decoration: underline;
}

html[data-product=docq] a {
  cursor: pointer;
  text-decoration: none;
  color: #832f44;
}

html[data-product=docq] a:hover {
  text-decoration: none;
}

html[data-product=docq] a[href]:hover {
  text-decoration: underline;
}

html[data-product=e-follow][dark-mode] a {
  color: #8cb3d9;
}

html[data-product=mops][dark-mode] a {
  color: #cc0000;
}

html[data-product=docq][dark-mode] a {
  color: #c35571;
}

.link-container {
  display: block;
  margin-bottom: 3px;
  min-width: 96px;
}

.link-container.left-align {
  text-align: left;
}

.link-container.right-align {
  text-align: right;
}

.right-align {
  text-align: right;
}

html[data-product=e-follow][dark-mode] a.link, html[data-product=e-follow][dark-mode] span.link, html[data-product=e-follow][dark-mode] div.link, html[data-product=e-follow][dark-mode] .utility {
  color: #8cb3d9;
}

html[data-product=mops][dark-mode] a.link, html[data-product=mops][dark-mode] span.link, html[data-product=mops][dark-mode] div.link, html[data-product=mops][dark-mode] .utility {
  color: #cc0000;
}

html[data-product=docq][dark-mode] a.link, html[data-product=docq][dark-mode] span.link, html[data-product=docq][dark-mode] div.link, html[data-product=docq][dark-mode] .utility {
  color: #c35571;
}

html[data-product=e-follow] a.link, html[data-product=e-follow] span.link, html[data-product=e-follow] div.link, html[data-product=e-follow] .utility {
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #4080bf;
  text-decoration: none;
  font-size: 0.9em;
  margin: auto 5px;
  padding: 2px 10px;
}

html[data-product=e-follow] a.link.alert, html[data-product=e-follow] span.link.alert, html[data-product=e-follow] div.link.alert, html[data-product=e-follow] .utility.alert {
  color: #ab0b0b;
}

html[data-product=e-follow] a.link:hover, html[data-product=e-follow] span.link:hover, html[data-product=e-follow] div.link:hover, html[data-product=e-follow] .utility:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
  text-decoration: none;
}

html[data-product=e-follow] a.link:hover :after, html[data-product=e-follow] span.link:hover :after, html[data-product=e-follow] div.link:hover :after, html[data-product=e-follow] .utility:hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] a.link:active, html[data-product=e-follow] span.link:active, html[data-product=e-follow] div.link:active, html[data-product=e-follow] .utility:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] a.link.disabled, html[data-product=e-follow] span.link.disabled, html[data-product=e-follow] div.link.disabled, html[data-product=e-follow] .utility.disabled {
  color: #a9a9a9;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=e-follow] a.link.disabled:hover, html[data-product=e-follow] span.link.disabled:hover, html[data-product=e-follow] div.link.disabled:hover, html[data-product=e-follow] .utility.disabled:hover {
  background: inherit;
}

html[data-product=mops] a.link, html[data-product=mops] span.link, html[data-product=mops] div.link, html[data-product=mops] .utility {
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #660000;
  text-decoration: none;
  font-size: 0.9em;
  margin: auto 5px;
  padding: 2px 10px;
}

html[data-product=mops] a.link.alert, html[data-product=mops] span.link.alert, html[data-product=mops] div.link.alert, html[data-product=mops] .utility.alert {
  color: #ab0b0b;
}

html[data-product=mops] a.link:hover, html[data-product=mops] span.link:hover, html[data-product=mops] div.link:hover, html[data-product=mops] .utility:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
  text-decoration: none;
}

html[data-product=mops] a.link:hover :after, html[data-product=mops] span.link:hover :after, html[data-product=mops] div.link:hover :after, html[data-product=mops] .utility:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] a.link:active, html[data-product=mops] span.link:active, html[data-product=mops] div.link:active, html[data-product=mops] .utility:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] a.link.disabled, html[data-product=mops] span.link.disabled, html[data-product=mops] div.link.disabled, html[data-product=mops] .utility.disabled {
  color: #a9a9a9;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=mops] a.link.disabled:hover, html[data-product=mops] span.link.disabled:hover, html[data-product=mops] div.link.disabled:hover, html[data-product=mops] .utility.disabled:hover {
  background: inherit;
}

html[data-product=docq] a.link, html[data-product=docq] span.link, html[data-product=docq] div.link, html[data-product=docq] .utility {
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #832f44;
  text-decoration: none;
  font-size: 0.9em;
  margin: auto 5px;
  padding: 2px 10px;
}

html[data-product=docq] a.link.alert, html[data-product=docq] span.link.alert, html[data-product=docq] div.link.alert, html[data-product=docq] .utility.alert {
  color: #ab0b0b;
}

html[data-product=docq] a.link:hover, html[data-product=docq] span.link:hover, html[data-product=docq] div.link:hover, html[data-product=docq] .utility:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
  text-decoration: none;
}

html[data-product=docq] a.link:hover :after, html[data-product=docq] span.link:hover :after, html[data-product=docq] div.link:hover :after, html[data-product=docq] .utility:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] a.link:active, html[data-product=docq] span.link:active, html[data-product=docq] div.link:active, html[data-product=docq] .utility:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] a.link.disabled, html[data-product=docq] span.link.disabled, html[data-product=docq] div.link.disabled, html[data-product=docq] .utility.disabled {
  color: #a9a9a9;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=docq] a.link.disabled:hover, html[data-product=docq] span.link.disabled:hover, html[data-product=docq] div.link.disabled:hover, html[data-product=docq] .utility.disabled:hover {
  background: inherit;
}

div.link {
  margin: 1px 0 0 0;
}

/* ^^^^ links ^^^^ */
html[data-product=e-follow] .switch {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  height: 12px;
  width: 24px;
  margin: 0;
  cursor: pointer;
  border-radius: 12px;
  background-color: #FFFFFF;
  transition-duration: 100ms;
  transition-property: box-shadow, background-color, border-color;
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #6699cc;
}

html[data-product=e-follow] .switch:before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: relative;
  top: -2px;
  left: -4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition-duration: 100ms;
}

html[data-product=e-follow] .switch.on:before {
  left: 12px;
  background-color: #FFFFFF;
}

html[data-product=e-follow] .switch:before {
  background-color: #FFFFFF;
  border-color: #6699cc;
  border: 1px solid #d9d9d9;
}

html[data-product=e-follow] .switch.on {
  background-color: #8cb3d9;
  border-color: #538cc6;
}

html[data-product=e-follow] .switch.on:before {
  background-color: #6699cc;
  border-color: #538cc6;
  border: 1px solid #538cc6;
}

.ie8 html[data-product=e-follow] .switch {
  background-color: #d9e6f2;
  height: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ie8 html[data-product=e-follow] .switch:before {
  top: -2px;
}

html[data-product=e-follow] .switch.info {
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #6699cc;
}

html[data-product=e-follow] .switch.info:before {
  background-color: #FFFFFF;
  border-color: #6699cc;
  border: 1px solid #d9d9d9;
}

html[data-product=e-follow] .switch.info.on {
  background-color: #8cb3d9;
  border-color: #538cc6;
}

html[data-product=e-follow] .switch.info.on:before {
  background-color: #6699cc;
  border-color: #538cc6;
  border: 1px solid #538cc6;
}

html[data-product=e-follow] .switch.warn {
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #ffa215;
}

html[data-product=e-follow] .switch.warn:before {
  background-color: #FFFFFF;
  border-color: #ffa215;
  border: 1px solid #d9d9d9;
}

html[data-product=e-follow] .switch.warn.on {
  background-color: #ffb648;
  border-color: #fb9700;
}

html[data-product=e-follow] .switch.warn.on:before {
  background-color: #ffa215;
  border-color: #fb9700;
  border: 1px solid #fb9700;
}

html[data-product=e-follow] .switch.error {
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #a42210;
}

html[data-product=e-follow] .switch.error:before {
  background-color: #FFFFFF;
  border-color: #a42210;
  border: 1px solid #d9d9d9;
}

html[data-product=e-follow] .switch.error.on {
  background-color: #d22c15;
  border-color: #8d1d0e;
}

html[data-product=e-follow] .switch.error.on:before {
  background-color: #a42210;
  border-color: #8d1d0e;
  border: 1px solid #8d1d0e;
}

html[data-product=e-follow] .switch.disabled {
  background-color: #dcdccf;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=e-follow] .switch.disabled:before {
  border-color: #c3c3c3;
  background-color: #e9e9e1;
}

html[data-product=mops] .switch {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  height: 12px;
  width: 24px;
  margin: 0;
  cursor: pointer;
  border-radius: 12px;
  background-color: #FFFFFF;
  transition-duration: 100ms;
  transition-property: box-shadow, background-color, border-color;
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #990000;
}

html[data-product=mops] .switch:before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: relative;
  top: -2px;
  left: -4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition-duration: 100ms;
}

html[data-product=mops] .switch.on:before {
  left: 12px;
  background-color: #FFFFFF;
}

html[data-product=mops] .switch:before {
  background-color: #FFFFFF;
  border-color: #990000;
  border: 1px solid #d9d9d9;
}

html[data-product=mops] .switch.on {
  background-color: #cc0000;
  border-color: maroon;
}

html[data-product=mops] .switch.on:before {
  background-color: #990000;
  border-color: maroon;
  border: 1px solid maroon;
}

.ie8 html[data-product=mops] .switch {
  background-color: #ff3333;
  height: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ie8 html[data-product=mops] .switch:before {
  top: -2px;
}

html[data-product=mops] .switch.info {
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #6699cc;
}

html[data-product=mops] .switch.info:before {
  background-color: #FFFFFF;
  border-color: #6699cc;
  border: 1px solid #d9d9d9;
}

html[data-product=mops] .switch.info.on {
  background-color: #8cb3d9;
  border-color: #538cc6;
}

html[data-product=mops] .switch.info.on:before {
  background-color: #6699cc;
  border-color: #538cc6;
  border: 1px solid #538cc6;
}

html[data-product=mops] .switch.warn {
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #ffa215;
}

html[data-product=mops] .switch.warn:before {
  background-color: #FFFFFF;
  border-color: #ffa215;
  border: 1px solid #d9d9d9;
}

html[data-product=mops] .switch.warn.on {
  background-color: #ffb648;
  border-color: #fb9700;
}

html[data-product=mops] .switch.warn.on:before {
  background-color: #ffa215;
  border-color: #fb9700;
  border: 1px solid #fb9700;
}

html[data-product=mops] .switch.error {
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #a42210;
}

html[data-product=mops] .switch.error:before {
  background-color: #FFFFFF;
  border-color: #a42210;
  border: 1px solid #d9d9d9;
}

html[data-product=mops] .switch.error.on {
  background-color: #d22c15;
  border-color: #8d1d0e;
}

html[data-product=mops] .switch.error.on:before {
  background-color: #a42210;
  border-color: #8d1d0e;
  border: 1px solid #8d1d0e;
}

html[data-product=mops] .switch.disabled {
  background-color: #dcdccf;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=mops] .switch.disabled:before {
  border-color: #c3c3c3;
  background-color: #e9e9e1;
}

html[data-product=docq] .switch {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  height: 12px;
  width: 24px;
  margin: 0;
  cursor: pointer;
  border-radius: 12px;
  background-color: #FFFFFF;
  transition-duration: 100ms;
  transition-property: box-shadow, background-color, border-color;
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #a93c58;
}

html[data-product=docq] .switch:before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: relative;
  top: -2px;
  left: -4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition-duration: 100ms;
}

html[data-product=docq] .switch.on:before {
  left: 12px;
  background-color: #FFFFFF;
}

html[data-product=docq] .switch:before {
  background-color: #FFFFFF;
  border-color: #a93c58;
  border: 1px solid #d9d9d9;
}

html[data-product=docq] .switch.on {
  background-color: #c35571;
  border-color: #96354e;
}

html[data-product=docq] .switch.on:before {
  background-color: #a93c58;
  border-color: #96354e;
  border: 1px solid #96354e;
}

.ie8 html[data-product=docq] .switch {
  background-color: #dda1b0;
  height: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ie8 html[data-product=docq] .switch:before {
  top: -2px;
}

html[data-product=docq] .switch.info {
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #6699cc;
}

html[data-product=docq] .switch.info:before {
  background-color: #FFFFFF;
  border-color: #6699cc;
  border: 1px solid #d9d9d9;
}

html[data-product=docq] .switch.info.on {
  background-color: #8cb3d9;
  border-color: #538cc6;
}

html[data-product=docq] .switch.info.on:before {
  background-color: #6699cc;
  border-color: #538cc6;
  border: 1px solid #538cc6;
}

html[data-product=docq] .switch.warn {
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #ffa215;
}

html[data-product=docq] .switch.warn:before {
  background-color: #FFFFFF;
  border-color: #ffa215;
  border: 1px solid #d9d9d9;
}

html[data-product=docq] .switch.warn.on {
  background-color: #ffb648;
  border-color: #fb9700;
}

html[data-product=docq] .switch.warn.on:before {
  background-color: #ffa215;
  border-color: #fb9700;
  border: 1px solid #fb9700;
}

html[data-product=docq] .switch.error {
  background-color: rgba(160, 160, 160, 0.5);
  border-color: #a42210;
}

html[data-product=docq] .switch.error:before {
  background-color: #FFFFFF;
  border-color: #a42210;
  border: 1px solid #d9d9d9;
}

html[data-product=docq] .switch.error.on {
  background-color: #d22c15;
  border-color: #8d1d0e;
}

html[data-product=docq] .switch.error.on:before {
  background-color: #a42210;
  border-color: #8d1d0e;
  border: 1px solid #8d1d0e;
}

html[data-product=docq] .switch.disabled {
  background-color: #dcdccf;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=docq] .switch.disabled:before {
  border-color: #c3c3c3;
  background-color: #e9e9e1;
}

html[dark-mode] .switch.disabled {
  background-color: #4e4e4e;
}

html[dark-mode] .switch.disabled:before {
  border-color: #7a7a7a;
  background-color: #636363;
}

span.multiswitch {
  display: flex;
  margin: auto 10px;
}

span.multiswitch span {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url(/images/multiswitch.png) no-repeat;
}

span.multiswitch span.on {
  background-position: 0 0;
}

span.multiswitch span.on:hover {
  background-position: 0 -16px;
}

span.multiswitch span.on.active {
  background-position: 0 -32px;
  cursor: default;
}

span.multiswitch span.on.disabled {
  background-position: 0 -48px;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

span.multiswitch span.mid {
  background-position: -16px 0;
}

span.multiswitch span.mid:hover {
  background-position: -16px -16px;
}

span.multiswitch span.mid.active {
  background-position: -16px -32px;
  cursor: default;
}

span.multiswitch span.mid.disabled {
  background-position: -16px -48px;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

span.multiswitch span.off {
  background-position: -32px 0;
}

span.multiswitch span.off:hover {
  background-position: -32px -16px;
}

span.multiswitch span.off.active {
  background-position: -32px -32px;
  cursor: default;
}

span.multiswitch span.off.disabled {
  background-position: -32px -48px;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* ^^^^ buttons ^^^^ */
/* ~~~ checkbox ~~~ */
html[data-product=e-follow] .checkbox {
  cursor: default;
  float: left;
  width: 16px;
  height: 16px;
  font-size: 1.3em;
}

html[data-product=e-follow] .checkbox:after {
  color: #6699cc;
  font-family: IconFontRegular;
  content: "\f0c8";
}

html[data-product=e-follow] .checkbox.hidden:after {
  content: "";
}

html[data-product=e-follow] .checkbox.checked:after {
  color: #6699cc;
  font-family: IconFont;
  content: "\f14a";
}

html[data-product=e-follow] .checkbox:hover:after {
  color: #b3cce6;
}

html[data-product=e-follow] .checkbox:active:after {
  color: #336699;
}

html[data-product=mops] .checkbox {
  cursor: default;
  float: left;
  width: 16px;
  height: 16px;
  font-size: 1.3em;
}

html[data-product=mops] .checkbox:after {
  color: #990000;
  font-family: IconFontRegular;
  content: "\f0c8";
}

html[data-product=mops] .checkbox.hidden:after {
  content: "";
}

html[data-product=mops] .checkbox.checked:after {
  color: #990000;
  font-family: IconFont;
  content: "\f14a";
}

html[data-product=mops] .checkbox:hover:after {
  color: red;
}

html[data-product=mops] .checkbox:active:after {
  color: #330000;
}

html[data-product=docq] .checkbox {
  cursor: default;
  float: left;
  width: 16px;
  height: 16px;
  font-size: 1.3em;
}

html[data-product=docq] .checkbox:after {
  color: #a93c58;
  font-family: IconFontRegular;
  content: "\f0c8";
}

html[data-product=docq] .checkbox.hidden:after {
  content: "";
}

html[data-product=docq] .checkbox.checked:after {
  color: #a93c58;
  font-family: IconFont;
  content: "\f14a";
}

html[data-product=docq] .checkbox:hover:after {
  color: #d07b91;
}

html[data-product=docq] .checkbox:active:after {
  color: #5e2131;
}

/* --- checkbox --- */
/* ~~~ menu ~~~ */
html[data-product=e-follow] div.menu {
  margin-top: 10px;
  margin-left: 5px;
}

html[data-product=e-follow] div.menu span.menu_item {
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  padding: 3px 20px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 1em;
  color: #4080bf;
}

html[data-product=e-follow] div.menu span.menu_item:not(.disabled):hover, html[data-product=e-follow] div.menu span.menu_item:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] div.menu span.menu_item:not(.disabled):hover :after, html[data-product=e-follow] div.menu span.menu_item:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=e-follow] div.menu span.menu_item:not(.disabled):active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] div.menu span.menu_item.active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] div.menu span.menu_item.disabled {
  color: #a9a9a9;
  background-color: #f4f4f4;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=e-follow] div.menu div.dropdown {
  border-radius: 6px;
  box-shadow: 3px 3px 10px #0c1b0c80;
  display: none;
  position: absolute;
  margin-top: 6px;
  z-index: 30;
  background-color: #f4f4f4;
  border: solid 2px #78899a;
  color: #6699cc;
}

html[data-product=e-follow] div.menu div.dropdown div.dropdown_item {
  border-radius: 4px;
  cursor: pointer;
  margin: 10px;
  padding: 4px 15px;
}

html[data-product=e-follow] div.menu div.dropdown div.dropdown_item:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] div.menu div.dropdown div.dropdown_item:hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] div.menu div.dropdown div.dropdown_item:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] div.menu div.search {
  float: left;
  display: inline-block;
}

html[data-product=mops] div.menu {
  margin-top: 10px;
  margin-left: 5px;
}

html[data-product=mops] div.menu span.menu_item {
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  padding: 3px 20px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 1em;
  color: #660000;
}

html[data-product=mops] div.menu span.menu_item:not(.disabled):hover, html[data-product=mops] div.menu span.menu_item:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] div.menu span.menu_item:not(.disabled):hover :after, html[data-product=mops] div.menu span.menu_item:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=mops] div.menu span.menu_item:not(.disabled):active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] div.menu span.menu_item.active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] div.menu span.menu_item.disabled {
  color: #a9a9a9;
  background-color: #f4f4f4;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=mops] div.menu div.dropdown {
  border-radius: 6px;
  box-shadow: 3px 3px 10px #0c1b0c80;
  display: none;
  position: absolute;
  margin-top: 6px;
  z-index: 30;
  background-color: #f4f4f4;
  border: solid 2px #78899a;
  color: #990000;
}

html[data-product=mops] div.menu div.dropdown div.dropdown_item {
  border-radius: 4px;
  cursor: pointer;
  margin: 10px;
  padding: 4px 15px;
}

html[data-product=mops] div.menu div.dropdown div.dropdown_item:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] div.menu div.dropdown div.dropdown_item:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] div.menu div.dropdown div.dropdown_item:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] div.menu div.search {
  float: left;
  display: inline-block;
}

html[data-product=docq] div.menu {
  margin-top: 10px;
  margin-left: 5px;
}

html[data-product=docq] div.menu span.menu_item {
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  padding: 3px 20px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 1em;
  color: #832f44;
}

html[data-product=docq] div.menu span.menu_item:not(.disabled):hover, html[data-product=docq] div.menu span.menu_item:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] div.menu span.menu_item:not(.disabled):hover :after, html[data-product=docq] div.menu span.menu_item:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=docq] div.menu span.menu_item:not(.disabled):active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] div.menu span.menu_item.active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] div.menu span.menu_item.disabled {
  color: #a9a9a9;
  background-color: #f4f4f4;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=docq] div.menu div.dropdown {
  border-radius: 6px;
  box-shadow: 3px 3px 10px #0c1b0c80;
  display: none;
  position: absolute;
  margin-top: 6px;
  z-index: 30;
  background-color: #f4f4f4;
  border: solid 2px #78899a;
  color: #a93c58;
}

html[data-product=docq] div.menu div.dropdown div.dropdown_item {
  border-radius: 4px;
  cursor: pointer;
  margin: 10px;
  padding: 4px 15px;
}

html[data-product=docq] div.menu div.dropdown div.dropdown_item:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] div.menu div.dropdown div.dropdown_item:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] div.menu div.dropdown div.dropdown_item:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] div.menu div.search {
  float: left;
  display: inline-block;
}

html[data-product=e-follow][dark-mode] div.menu span.menu_item {
  color: #8cb3d9;
}

html[data-product=e-follow][dark-mode] div.menu span.menu_item.active {
  color: #efefef;
}

html[data-product=e-follow][dark-mode] div.menu span.menu_item.disabled {
  color: #606060;
  background-color: #383838;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=e-follow][dark-mode] div.dropdown {
  background-color: #383838 !important;
  border: solid 2px #29353e !important;
  color: #8cb3d9 !important;
}

html[data-product=mops][dark-mode] div.menu span.menu_item {
  color: #cc0000;
}

html[data-product=mops][dark-mode] div.menu span.menu_item.active {
  color: #efefef;
}

html[data-product=mops][dark-mode] div.menu span.menu_item.disabled {
  color: #606060;
  background-color: #383838;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=mops][dark-mode] div.dropdown {
  background-color: #383838 !important;
  border: solid 2px #29353e !important;
  color: #cc0000 !important;
}

html[data-product=docq][dark-mode] div.menu span.menu_item {
  color: #c35571;
}

html[data-product=docq][dark-mode] div.menu span.menu_item.active {
  color: #efefef;
}

html[data-product=docq][dark-mode] div.menu span.menu_item.disabled {
  color: #606060;
  background-color: #383838;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=docq][dark-mode] div.dropdown {
  background-color: #383838 !important;
  border: solid 2px #29353e !important;
  color: #c35571 !important;
}

/* ~~~ tabs ~~~ */
div.tabs {
  margin-top: 3px;
  margin-bottom: -1px;
  overflow-y: visible;
  overflow-x: hidden;
  white-space: nowrap;
}

div.tabs span.tab, div.tabs span.dropdownButton {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: inline-block;
  background-color: #78899a;
  color: #f4f4f4;
  margin-right: 3px;
  padding: 5px 18px;
  border: 1px solid #78899a;
  border-bottom: none;
  font-size: 0.9em;
  float: left;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tabs span.tab.hidden, div.tabs span.dropdownButton.hidden {
  display: none;
}

div.tabs span.tab.shown, div.tabs span.dropdownButton.shown {
  display: inline-block;
}

div.tabs span.tab.active, div.tabs span.dropdownButton.active {
  cursor: default;
}

div.tabs span.tab.active, div.tabs span.tab:hover, div.tabs span.dropdownButton.active, div.tabs span.dropdownButton:hover {
  background-color: #ffffff;
  color: #454545;
}

html[dark-mode] div.tabs span.tab.active, html[dark-mode] div.tabs span.tab:hover, html[dark-mode] div.tabs span.dropdownButton.active, html[dark-mode] div.tabs span.dropdownButton:hover {
  background-color: #2b2b2b;
  color: #efefef;
}

div.tabs span.dropdownButton {
  margin-right: 0;
  float: right;
}

div.tabs div.menu {
  margin: 0;
}

div.tabs div.menu div.dropdown {
  width: 300px;
}

div.tabs div.menu div.dropdown div.dropdown_item {
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-product=e-follow] div.tabs div.menu div.dropdown div.dropdown_item:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] div.tabs div.menu div.dropdown div.dropdown_item:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] div.tabs div.menu div.dropdown div.dropdown_item:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] div.tabs div.menu div.dropdown div.dropdown_item:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] div.tabs div.menu div.dropdown div.dropdown_item:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] div.tabs div.menu div.dropdown div.dropdown_item:hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] div.tabs div.menu div.dropdown div.dropdown_item:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=mops] div.tabs div.menu div.dropdown div.dropdown_item:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=docq] div.tabs div.menu div.dropdown div.dropdown_item:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[dark-mode] div.tabs span.tab, html[dark-mode] div.tabs span.dropdownButton {
  background-color: #29353e;
  color: #7590a4;
  border: 1px solid #29353e;
  border-bottom: none;
}

html[dark-mode] div.tabs span.tab.active, html[dark-mode] div.tabs span.tab:hover, html[dark-mode] div.tabs span.dropdownButton.active, html[dark-mode] div.tabs span.dropdownButton:hover {
  background-color: #2b2b2b;
  color: #efefef;
}

div.noTabs {
  border-radius: 4px;
}

div.withTabsNoButton {
  border-radius: 4px;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
}

div.withTabsAndButton {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

div.tabsClose {
  float: right;
  margin-top: 3px;
  display: inline-block;
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: url(/images/close.png) no-repeat -19px 0;
}

div.tabsClose:hover {
  background-position: -19px -19px;
}

/* ~~~ expander ~~~ */
div.expander {
  border-radius: 4px;
  min-height: 18px;
  line-height: 18px;
  padding: 2px 6px;
  white-space: normal;
  cursor: pointer;
  margin-bottom: 2px;
  font-style: italic;
  color: #f4f4f4;
}

html[data-product=e-follow] div.expander {
  background-color: #6699cc;
  border: 1px solid #538cc6;
}

html[data-product=mops] div.expander {
  background-color: #990000;
  border: 1px solid maroon;
}

html[data-product=docq] div.expander {
  background-color: #a93c58;
  border: 1px solid #96354e;
}

div.expander.collapsed {
  border: 1px solid #b4b4b4;
  background-color: #f4f4f4;
}

html[data-product=e-follow] div.expander.collapsed {
  color: #FFFFFF;
}

html[data-product=mops] div.expander.collapsed {
  color: #FFFFFF;
}

html[data-product=docq] div.expander.collapsed {
  color: #FFFFFF;
}

html[data-product=e-follow] div.expander:hover, div.expander.collapsed:hover {
  border: 1px solid #6e9ecf;
  background-color: #81abd5;
  color: #FFFFFF;
}

html[data-product=mops] div.expander:hover, div.expander.collapsed:hover {
  border: 1px solid #a30000;
  background-color: #bd0000;
  color: #FFFFFF;
}

html[data-product=docq] div.expander:hover, div.expander.collapsed:hover {
  border: 1px solid #b13f5c;
  background-color: #bf4a68;
  color: #FFFFFF;
}

div.expander:after {
  float: right;
  padding-right: 1px;
  font-family: IconFont;
  content: "\f077";
  font-style: normal;
}

div.expander.collapsed:after {
  font-family: IconFont;
  content: "\f078";
}

div.expanderContent {
  margin: 5px 15px 15px 15px;
  white-space: normal;
}

html[data-product=e-follow] div.expanderMenuButton {
  height: 18px;
  width: 18px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-style: italic;
}

html[data-product=e-follow] div.expanderMenuButton .dropdown {
  margin-top: 20px !important;
}

html[data-product=e-follow] div.expanderMenuButton:after {
  font-family: IconFont;
  content: "\f0c9";
  font-style: normal;
  font-size: 1.33em;
  padding-left: 3px;
  color: #6699cc;
}

html[data-product=e-follow] div.expanderMenuButton:hover:after {
  color: #b3cce6;
}

html[data-product=e-follow] div.expanderMenuButton .disabled:after {
  color: #a9a9a9;
}

html[data-product=mops] div.expanderMenuButton {
  height: 18px;
  width: 18px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-style: italic;
}

html[data-product=mops] div.expanderMenuButton .dropdown {
  margin-top: 20px !important;
}

html[data-product=mops] div.expanderMenuButton:after {
  font-family: IconFont;
  content: "\f0c9";
  font-style: normal;
  font-size: 1.33em;
  padding-left: 3px;
  color: #990000;
}

html[data-product=mops] div.expanderMenuButton:hover:after {
  color: red;
}

html[data-product=mops] div.expanderMenuButton .disabled:after {
  color: #a9a9a9;
}

html[data-product=docq] div.expanderMenuButton {
  height: 18px;
  width: 18px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-style: italic;
}

html[data-product=docq] div.expanderMenuButton .dropdown {
  margin-top: 20px !important;
}

html[data-product=docq] div.expanderMenuButton:after {
  font-family: IconFont;
  content: "\f0c9";
  font-style: normal;
  font-size: 1.33em;
  padding-left: 3px;
  color: #a93c58;
}

html[data-product=docq] div.expanderMenuButton:hover:after {
  color: #d07b91;
}

html[data-product=docq] div.expanderMenuButton .disabled:after {
  color: #a9a9a9;
}

/* ~~~ box ~~~ */
#box hr.divider {
  margin: 20px 0 0 0;
  height: 0;
  border: solid #DDDDDD;
  border-width: 1px 0 0;
}

#box div.boxContent {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 0.8em;
}

#box div.boxContent input[type="text"], #box div.boxContent input[type="password"] {
  font-size: 1.0em;
}

#box div.boxContent div.caption {
  font-size: 1.2em;
  margin: 25px auto;
}

#box div.boxContent div.row {
  margin-top: 5px;
}

#box div.boxContent div.row.first {
  margin-top: 10px;
}

#box div.boxContent span.shortLink {
  border-radius: 4px;
  cursor: pointer;
  color: #4080bf;
  text-decoration: underline;
  font-size: 0.9em;
  margin: auto 2px;
  padding: 2px 5px;
}

#box div.boxContent span.shortLink:hover {
  text-decoration: none;
}

html[data-product=e-follow] #box div.boxContent span.shortLink:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] #box div.boxContent span.shortLink:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] #box div.boxContent span.shortLink:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] #box div.boxContent span.shortLink:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] #box div.boxContent span.shortLink:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] #box div.boxContent span.shortLink:hover :after {
  color: #f4f4f4;
}

#box div.boxContent td.empty {
  width: 15px;
}

#box div.boxContent select.operator {
  width: 45px;
  font-size: 1.1em;
}

html[dark-mode] #box hr.divider {
  border: solid #84848480;
  border-width: 1px 0 0;
}

div.boxContent select {
  font-size: 1.0em;
  width: 138px;
}

div.boxContent td > select {
  width: 100%;
}

.multiSelect {
  border: 1px solid #bfbfbf;
  background-color: white;
  height: 200px;
  overflow-x: visible;
  overflow-y: scroll;
  padding: 5px 3px;
}

.multiSelect.disabled {
  background-color: #f0f0f0;
}

html[data-product=e-follow] .multiSelect div.multiSelectOption {
  border-radius: 4px;
  cursor: pointer;
  font-family: verdana, helvetica, arial, sans-serif;
  padding: 5px 10px;
  margin: 2px;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-product=e-follow] .multiSelect div.multiSelectOption.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #7da8d4 0%, #4f8ac4 100%);
}

html[data-product=e-follow] .multiSelect div.multiSelectOption.selected :after {
  color: #f4f4f4;
}

html[data-product=e-follow] .multiSelect div.multiSelectOption:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] .multiSelect div.multiSelectOption:hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] .multiSelect div.multiSelectOption:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] .multiSelect div.multiSelectOption div.checkbox {
  margin: -1px 10px auto 3px;
}

html[data-product=e-follow] .multiSelect div.multiSelectOption div.name {
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
}

html[data-product=mops] .multiSelect div.multiSelectOption {
  border-radius: 4px;
  cursor: pointer;
  font-family: verdana, helvetica, arial, sans-serif;
  padding: 5px 10px;
  margin: 2px;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-product=mops] .multiSelect div.multiSelectOption.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #b80000 0%, #7a0000 100%);
}

html[data-product=mops] .multiSelect div.multiSelectOption.selected :after {
  color: #f4f4f4;
}

html[data-product=mops] .multiSelect div.multiSelectOption:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] .multiSelect div.multiSelectOption:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] .multiSelect div.multiSelectOption:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] .multiSelect div.multiSelectOption div.checkbox {
  margin: -1px 10px auto 3px;
}

html[data-product=mops] .multiSelect div.multiSelectOption div.name {
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
}

html[data-product=docq] .multiSelect div.multiSelectOption {
  border-radius: 4px;
  cursor: pointer;
  font-family: verdana, helvetica, arial, sans-serif;
  padding: 5px 10px;
  margin: 2px;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-product=docq] .multiSelect div.multiSelectOption.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #bd4665 0%, #92344c 100%);
}

html[data-product=docq] .multiSelect div.multiSelectOption.selected :after {
  color: #f4f4f4;
}

html[data-product=docq] .multiSelect div.multiSelectOption:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] .multiSelect div.multiSelectOption:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] .multiSelect div.multiSelectOption:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] .multiSelect div.multiSelectOption div.checkbox {
  margin: -1px 10px auto 3px;
}

html[data-product=docq] .multiSelect div.multiSelectOption div.name {
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
}

html[dark-mode] .multiSelect {
  background-color: #383838;
  border: 1px solid black;
}

html[dark-mode] .multiSelect.disabled {
  background-color: #323232;
}

.entryList {
  display: inline-block;
  margin: 15px 15px;
  box-sizing: border-box;
  padding: 2px;
  border: 1px solid #bfbfbf;
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: #f4f4f4;
  white-space: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
}

html[data-product=e-follow] .entryList .entry, html[data-product=e-follow] .entryList .category {
  border-radius: 4px;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 5px;
}

html[data-product=e-follow] .entryList .entry.selected, html[data-product=e-follow] .entryList .category.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #7da8d4 0%, #4f8ac4 100%);
}

html[data-product=e-follow] .entryList .entry.selected :after, html[data-product=e-follow] .entryList .category.selected :after {
  color: #f4f4f4;
}

html[data-product=e-follow] .entryList .entry:not(.disabled), html[data-product=e-follow] .entryList .category:not(.disabled) {
  cursor: pointer;
}

html[data-product=e-follow] .entryList .entry:not(.disabled):hover, html[data-product=e-follow] .entryList .entry:not(.disabled):focus, html[data-product=e-follow] .entryList .category:not(.disabled):hover, html[data-product=e-follow] .entryList .category:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] .entryList .entry:not(.disabled):hover :after, html[data-product=e-follow] .entryList .entry:not(.disabled):focus :after, html[data-product=e-follow] .entryList .category:not(.disabled):hover :after, html[data-product=e-follow] .entryList .category:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=e-follow] .entryList .entry:not(.disabled):active, html[data-product=e-follow] .entryList .category:not(.disabled):active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] .entryList .entry.disabled, html[data-product=e-follow] .entryList .category.disabled {
  color: #a9a9a9;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=mops] .entryList .entry, html[data-product=mops] .entryList .category {
  border-radius: 4px;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 5px;
}

html[data-product=mops] .entryList .entry.selected, html[data-product=mops] .entryList .category.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #b80000 0%, #7a0000 100%);
}

html[data-product=mops] .entryList .entry.selected :after, html[data-product=mops] .entryList .category.selected :after {
  color: #f4f4f4;
}

html[data-product=mops] .entryList .entry:not(.disabled), html[data-product=mops] .entryList .category:not(.disabled) {
  cursor: pointer;
}

html[data-product=mops] .entryList .entry:not(.disabled):hover, html[data-product=mops] .entryList .entry:not(.disabled):focus, html[data-product=mops] .entryList .category:not(.disabled):hover, html[data-product=mops] .entryList .category:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] .entryList .entry:not(.disabled):hover :after, html[data-product=mops] .entryList .entry:not(.disabled):focus :after, html[data-product=mops] .entryList .category:not(.disabled):hover :after, html[data-product=mops] .entryList .category:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=mops] .entryList .entry:not(.disabled):active, html[data-product=mops] .entryList .category:not(.disabled):active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] .entryList .entry.disabled, html[data-product=mops] .entryList .category.disabled {
  color: #a9a9a9;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=docq] .entryList .entry, html[data-product=docq] .entryList .category {
  border-radius: 4px;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 5px;
}

html[data-product=docq] .entryList .entry.selected, html[data-product=docq] .entryList .category.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #bd4665 0%, #92344c 100%);
}

html[data-product=docq] .entryList .entry.selected :after, html[data-product=docq] .entryList .category.selected :after {
  color: #f4f4f4;
}

html[data-product=docq] .entryList .entry:not(.disabled), html[data-product=docq] .entryList .category:not(.disabled) {
  cursor: pointer;
}

html[data-product=docq] .entryList .entry:not(.disabled):hover, html[data-product=docq] .entryList .entry:not(.disabled):focus, html[data-product=docq] .entryList .category:not(.disabled):hover, html[data-product=docq] .entryList .category:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] .entryList .entry:not(.disabled):hover :after, html[data-product=docq] .entryList .entry:not(.disabled):focus :after, html[data-product=docq] .entryList .category:not(.disabled):hover :after, html[data-product=docq] .entryList .category:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=docq] .entryList .entry:not(.disabled):active, html[data-product=docq] .entryList .category:not(.disabled):active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] .entryList .entry.disabled, html[data-product=docq] .entryList .category.disabled {
  color: #a9a9a9;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[dark-mode] .entryList {
  background-color: #383838;
  border: 1px solid black;
}

html[dark-mode] .entryList .entry.disabled {
  color: #606060;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

div.listArea {
  background-color: #f4f4f4;
  border: 1px solid #bfbfbf;
  white-space: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
}

html[data-product=e-follow] div.listArea div.entry {
  border-radius: 4px;
  cursor: pointer;
  font-family: verdana, helvetica, arial, sans-serif;
  padding: 5px 15px;
  margin: 5px;
}

html[data-product=e-follow] div.listArea div.entry div.name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-product=e-follow] div.listArea div.entry:not(.disabled):hover, html[data-product=e-follow] div.listArea div.entry:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] div.listArea div.entry:not(.disabled):hover :after, html[data-product=e-follow] div.listArea div.entry:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=e-follow] div.listArea div.entry:not(.disabled):hover .checkbox:after, html[data-product=e-follow] div.listArea div.entry:not(.disabled):focus .checkbox:after {
  color: #f4f4f4 !important;
}

html[data-product=e-follow] div.listArea div.entry:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=mops] div.listArea div.entry {
  border-radius: 4px;
  cursor: pointer;
  font-family: verdana, helvetica, arial, sans-serif;
  padding: 5px 15px;
  margin: 5px;
}

html[data-product=mops] div.listArea div.entry div.name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-product=mops] div.listArea div.entry:not(.disabled):hover, html[data-product=mops] div.listArea div.entry:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] div.listArea div.entry:not(.disabled):hover :after, html[data-product=mops] div.listArea div.entry:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=mops] div.listArea div.entry:not(.disabled):hover .checkbox:after, html[data-product=mops] div.listArea div.entry:not(.disabled):focus .checkbox:after {
  color: #f4f4f4 !important;
}

html[data-product=mops] div.listArea div.entry:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=docq] div.listArea div.entry {
  border-radius: 4px;
  cursor: pointer;
  font-family: verdana, helvetica, arial, sans-serif;
  padding: 5px 15px;
  margin: 5px;
}

html[data-product=docq] div.listArea div.entry div.name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-product=docq] div.listArea div.entry:not(.disabled):hover, html[data-product=docq] div.listArea div.entry:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] div.listArea div.entry:not(.disabled):hover :after, html[data-product=docq] div.listArea div.entry:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=docq] div.listArea div.entry:not(.disabled):hover .checkbox:after, html[data-product=docq] div.listArea div.entry:not(.disabled):focus .checkbox:after {
  color: #f4f4f4 !important;
}

html[data-product=docq] div.listArea div.entry:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[dark-mode] div.listArea {
  background-color: #383838;
  border: 1px solid black;
}

input.searchBar {
  box-sizing: border-box;
  padding: 3px 3px 3px 23px;
  margin: 0;
  height: 24px;
  width: 100%;
  background: #ffffff url(/images/search.png) no-repeat 3px 3px;
  color: #78899a;
  border: 1px solid #bfbfbf;
}

html[data-product=e-follow] input.searchBar:focus {
  outline: 0;
  border: 1px solid #6699cc;
}

html[data-product=mops] input.searchBar:focus {
  outline: 0;
  border: 1px solid #990000;
}

html[data-product=docq] input.searchBar:focus {
  outline: 0;
  border: 1px solid #a93c58;
}

html[data-product=e-follow] span.sortButtonPaginatedList {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: url(/images/sort_button.svg) no-repeat 0px 0px;
  background-size: 144px 72px !important;
}

html[data-product=e-follow] span.sortButtonPaginatedList:hover {
  background: url(/images/sort_button.svg) no-repeat 0px -24px;
  background-size: 144px 72px !important;
}

html[data-product=e-follow] span.sortButtonPaginatedList:active {
  background: url(/images/sort_button.svg) no-repeat 0px -48px;
  background-size: 144px 72px !important;
}

html[data-product=e-follow] span.sortButtonPaginatedList.desc {
  background: url(/images/sort_button.svg) no-repeat -24px 0px;
  background-size: 144px 72px !important;
}

html[data-product=e-follow] span.sortButtonPaginatedList.desc:hover {
  background: url(/images/sort_button.svg) no-repeat -24px -24px;
  background-size: 144px 72px !important;
}

html[data-product=e-follow] span.sortButtonPaginatedList.desc:active {
  background: url(/images/sort_button.svg) no-repeat -24px -48px;
  background-size: 144px 72px !important;
}

html[data-product=mops] span.sortButtonPaginatedList {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: url(/images/sort_button.svg) no-repeat -48px 0px;
  background-size: 144px 72px !important;
}

html[data-product=mops] span.sortButtonPaginatedList:hover {
  background: url(/images/sort_button.svg) no-repeat -48px -24px;
  background-size: 144px 72px !important;
}

html[data-product=mops] span.sortButtonPaginatedList:active {
  background: url(/images/sort_button.svg) no-repeat -48px -48px;
  background-size: 144px 72px !important;
}

html[data-product=mops] span.sortButtonPaginatedList.desc {
  background: url(/images/sort_button.svg) no-repeat -72px 0px;
  background-size: 144px 72px !important;
}

html[data-product=mops] span.sortButtonPaginatedList.desc:hover {
  background: url(/images/sort_button.svg) no-repeat -72px -24px;
  background-size: 144px 72px !important;
}

html[data-product=mops] span.sortButtonPaginatedList.desc:active {
  background: url(/images/sort_button.svg) no-repeat -72px -48px;
  background-size: 144px 72px !important;
}

html[data-product=docq] span.sortButtonPaginatedList {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: url(/images/sort_button.svg) no-repeat -96px 0px;
  background-size: 144px 72px !important;
}

html[data-product=docq] span.sortButtonPaginatedList:hover {
  background: url(/images/sort_button.svg) no-repeat -96px -24px;
  background-size: 144px 72px !important;
}

html[data-product=docq] span.sortButtonPaginatedList:active {
  background: url(/images/sort_button.svg) no-repeat -96px -48px;
  background-size: 144px 72px !important;
}

html[data-product=docq] span.sortButtonPaginatedList.desc {
  background: url(/images/sort_button.svg) no-repeat -120px 0px;
  background-size: 144px 72px !important;
}

html[data-product=docq] span.sortButtonPaginatedList.desc:hover {
  background: url(/images/sort_button.svg) no-repeat -120px -24px;
  background-size: 144px 72px !important;
}

html[data-product=docq] span.sortButtonPaginatedList.desc:active {
  background: url(/images/sort_button.svg) no-repeat -120px -48px;
  background-size: 144px 72px !important;
}

html[data-product=e-follow][dark-mode] div.searchbar .search-reset {
  background: #2b2b2b;
  color: #2b2b2b;
  border: 1px solid black;
  border-right-style: hidden;
}

html[data-product=e-follow][dark-mode] div.searchbar:before {
  color: black;
}

html[data-product=e-follow][dark-mode] div.searchbar .search-text {
  border: 1px solid black;
}

html[data-product=e-follow][dark-mode] div.searchbar .search-text > input {
  background-color: #454545;
  color: #efefef;
}

html[data-product=e-follow][dark-mode] div.searchbar .search-field-name {
  background: #2b2b2b;
  color: #2b2b2b;
  border: 1px solid black;
  border-left-style: hidden;
}

html[data-product=e-follow][dark-mode] div.searchbar .search-field-name.on {
  background-color: #6699cc;
  color: #2b2b2b;
}

html[data-product=e-follow][dark-mode] div.searchbar .search-field-name.on:after {
  border-top-color: #2b2b2b;
}

html[data-product=e-follow][dark-mode] div.searchbar .search-field-name:hover {
  background-color: #9fbfdf;
  color: #2b2b2b;
}

html[data-product=e-follow][dark-mode] div.searchbar .search-field-name:hover:after {
  border-top-color: white;
}

html[data-product=e-follow][dark-mode] div.searchbar .search-field-select {
  background-color: #2b2b2b;
  box-shadow: 3px 3px 7px black;
}

html[data-product=e-follow][dark-mode] div.searchbar.search-field-all .search-text {
  border: 1px solid black;
}

html[data-product=mops][dark-mode] div.searchbar .search-reset {
  background: #2b2b2b;
  color: #2b2b2b;
  border: 1px solid black;
  border-right-style: hidden;
}

html[data-product=mops][dark-mode] div.searchbar:before {
  color: black;
}

html[data-product=mops][dark-mode] div.searchbar .search-text {
  border: 1px solid black;
}

html[data-product=mops][dark-mode] div.searchbar .search-text > input {
  background-color: #454545;
  color: #efefef;
}

html[data-product=mops][dark-mode] div.searchbar .search-field-name {
  background: #2b2b2b;
  color: #2b2b2b;
  border: 1px solid black;
  border-left-style: hidden;
}

html[data-product=mops][dark-mode] div.searchbar .search-field-name.on {
  background-color: #990000;
  color: #2b2b2b;
}

html[data-product=mops][dark-mode] div.searchbar .search-field-name.on:after {
  border-top-color: #2b2b2b;
}

html[data-product=mops][dark-mode] div.searchbar .search-field-name:hover {
  background-color: #e60000;
  color: #2b2b2b;
}

html[data-product=mops][dark-mode] div.searchbar .search-field-name:hover:after {
  border-top-color: white;
}

html[data-product=mops][dark-mode] div.searchbar .search-field-select {
  background-color: #2b2b2b;
  box-shadow: 3px 3px 7px black;
}

html[data-product=mops][dark-mode] div.searchbar.search-field-all .search-text {
  border: 1px solid black;
}

html[data-product=docq][dark-mode] div.searchbar .search-reset {
  background: #2b2b2b;
  color: #2b2b2b;
  border: 1px solid black;
  border-right-style: hidden;
}

html[data-product=docq][dark-mode] div.searchbar:before {
  color: black;
}

html[data-product=docq][dark-mode] div.searchbar .search-text {
  border: 1px solid black;
}

html[data-product=docq][dark-mode] div.searchbar .search-text > input {
  background-color: #454545;
  color: #efefef;
}

html[data-product=docq][dark-mode] div.searchbar .search-field-name {
  background: #2b2b2b;
  color: #2b2b2b;
  border: 1px solid black;
  border-left-style: hidden;
}

html[data-product=docq][dark-mode] div.searchbar .search-field-name.on {
  background-color: #a93c58;
  color: #2b2b2b;
}

html[data-product=docq][dark-mode] div.searchbar .search-field-name.on:after {
  border-top-color: #2b2b2b;
}

html[data-product=docq][dark-mode] div.searchbar .search-field-name:hover {
  background-color: #c96881;
  color: #2b2b2b;
}

html[data-product=docq][dark-mode] div.searchbar .search-field-name:hover:after {
  border-top-color: white;
}

html[data-product=docq][dark-mode] div.searchbar .search-field-select {
  background-color: #2b2b2b;
  box-shadow: 3px 3px 7px black;
}

html[data-product=docq][dark-mode] div.searchbar.search-field-all .search-text {
  border: 1px solid black;
}

html[data-product=e-follow] div.searchbar {
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 85%;
  border: 0;
  cursor: text;
  position: relative;
}

html[data-product=e-follow] div.searchbar .search-reset {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  height: 24px;
  width: 20px;
  background: #ffffff;
  color: #FFFFFF;
  border: 1px solid #bfbfbf;
  border-right-style: hidden;
  border-radius: 4px 0 0 4px;
  position: relative;
  cursor: text;
  box-shadow: none;
  line-height: 22px;
}

html[data-product=e-follow] div.searchbar .search-reset:before {
  font-family: IconFont;
  content: "\f002";
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 22px;
  line-height: 20px;
  padding: 0 1px 0 0;
  font-size: 1.33em;
  color: gray;
}

html[data-product=e-follow] div.searchbar .search-reset.on {
  cursor: pointer;
}

html[data-product=e-follow] div.searchbar .search-reset.on:before {
  font-family: IconFont;
  content: "\d7";
  color: #6699cc;
}

html[data-product=e-follow] div.searchbar .search-reset.on:hover {
  background-color: #6699cc;
  color: #FFFFFF;
}

html[data-product=e-follow] div.searchbar .search-reset.on:hover:before {
  color: #FFFFFF;
}

html[data-product=e-follow] div.searchbar .search-text {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 24px;
  border: 1px solid #bfbfbf;
  border-right: 0;
  border-left: 0;
}

html[data-product=e-follow] div.searchbar .search-text > input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 1px 2px 1px 2px;
  border: 0;
  outline: 0;
  line-height: 22px;
}

.ie9 html[data-product=e-follow] div.searchbar .search-text > input {
  padding-left: 2px;
}

html[data-product=e-follow] div.searchbar .search-field-name {
  float: right;
  display: block;
  margin: 0;
  padding: 0 9px 0 2px;
  width: auto;
  height: 24px;
  min-width: 20px;
  max-width: 200px;
  background: #ffffff;
  color: #FFFFFF;
  border: 1px solid #bfbfbf;
  border-left-style: hidden;
  border-radius: 0 4px 4px 0;
  font-size: 0.9em;
  line-height: 22px;
  box-shadow: none;
}

html[data-product=e-follow] div.searchbar .search-field-name:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  left: 4px;
  border-style: solid;
  border-width: 7px 3px 0 3px;
  border-color: #6699cc transparent transparent transparent;
}

html[data-product=e-follow] div.searchbar .search-field-name.on {
  background-color: #6699cc;
  color: #FFFFFF;
}

html[data-product=e-follow] div.searchbar .search-field-name.on:after {
  border-top-color: #FFFFFF;
}

html[data-product=e-follow] div.searchbar .search-field-name:hover {
  background-color: #9fbfdf;
  color: #FFFFFF;
}

html[data-product=e-follow] div.searchbar .search-field-name:hover:after {
  border-top-color: #FFFFFF;
}

html[data-product=e-follow] div.searchbar .search-field-select {
  box-sizing: border-box;
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 10;
  background-color: #FFFFFF;
  border: 1px solid #6699cc;
  border-radius: 4px;
  box-shadow: 3px 3px 7px #737373;
  opacity: 1;
  transition: transform 0.15s ease, opacity 0.10s ease-in-out, visibility 0.10s;
  transform-origin: 100% 0 0;
  transform: none;
}

html[data-product=e-follow] div.searchbar .search-field-select.hidden {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0) scaleX(0);
}

html[data-product=e-follow] div.searchbar .search-field-option {
  padding: 6px 3px;
  cursor: pointer;
}

html[data-product=e-follow] div.searchbar .search-field-option:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

html[data-product=e-follow] div.searchbar .search-field-option:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

html[data-product=e-follow] div.searchbar .search-field-option:hover {
  background-color: #c6d9ec;
}

html[data-product=e-follow] div.searchbar.search-field-all .search-text {
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

html[data-product=e-follow] div.searchbar.search-field-all .search-field-name {
  display: none;
}

html[data-product=e-follow] div.searchbar.search-field-all .search-field-select {
  display: none;
}

html[data-product=e-follow] div.searchbar.focused:before {
  color: #6699cc;
}

html[data-product=e-follow] div.searchbar.focused .search-reset, html[data-product=e-follow] div.searchbar.focused .search-text, html[data-product=e-follow] div.searchbar.focused .search-field-name {
  border-color: #6699cc;
}

html[data-product=mops] div.searchbar {
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 85%;
  border: 0;
  cursor: text;
  position: relative;
}

html[data-product=mops] div.searchbar .search-reset {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  height: 24px;
  width: 20px;
  background: #ffffff;
  color: #FFFFFF;
  border: 1px solid #bfbfbf;
  border-right-style: hidden;
  border-radius: 4px 0 0 4px;
  position: relative;
  cursor: text;
  box-shadow: none;
  line-height: 22px;
}

html[data-product=mops] div.searchbar .search-reset:before {
  font-family: IconFont;
  content: "\f002";
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 22px;
  line-height: 20px;
  padding: 0 1px 0 0;
  font-size: 1.33em;
  color: gray;
}

html[data-product=mops] div.searchbar .search-reset.on {
  cursor: pointer;
}

html[data-product=mops] div.searchbar .search-reset.on:before {
  font-family: IconFont;
  content: "\d7";
  color: #990000;
}

html[data-product=mops] div.searchbar .search-reset.on:hover {
  background-color: #990000;
  color: #FFFFFF;
}

html[data-product=mops] div.searchbar .search-reset.on:hover:before {
  color: #FFFFFF;
}

html[data-product=mops] div.searchbar .search-text {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 24px;
  border: 1px solid #bfbfbf;
  border-right: 0;
  border-left: 0;
}

html[data-product=mops] div.searchbar .search-text > input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 1px 2px 1px 2px;
  border: 0;
  outline: 0;
  line-height: 22px;
}

.ie9 html[data-product=mops] div.searchbar .search-text > input {
  padding-left: 2px;
}

html[data-product=mops] div.searchbar .search-field-name {
  float: right;
  display: block;
  margin: 0;
  padding: 0 9px 0 2px;
  width: auto;
  height: 24px;
  min-width: 20px;
  max-width: 200px;
  background: #ffffff;
  color: #FFFFFF;
  border: 1px solid #bfbfbf;
  border-left-style: hidden;
  border-radius: 0 4px 4px 0;
  font-size: 0.9em;
  line-height: 22px;
  box-shadow: none;
}

html[data-product=mops] div.searchbar .search-field-name:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  left: 4px;
  border-style: solid;
  border-width: 7px 3px 0 3px;
  border-color: #990000 transparent transparent transparent;
}

html[data-product=mops] div.searchbar .search-field-name.on {
  background-color: #990000;
  color: #FFFFFF;
}

html[data-product=mops] div.searchbar .search-field-name.on:after {
  border-top-color: #FFFFFF;
}

html[data-product=mops] div.searchbar .search-field-name:hover {
  background-color: #e60000;
  color: #FFFFFF;
}

html[data-product=mops] div.searchbar .search-field-name:hover:after {
  border-top-color: #FFFFFF;
}

html[data-product=mops] div.searchbar .search-field-select {
  box-sizing: border-box;
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 10;
  background-color: #FFFFFF;
  border: 1px solid #990000;
  border-radius: 4px;
  box-shadow: 3px 3px 7px #737373;
  opacity: 1;
  transition: transform 0.15s ease, opacity 0.10s ease-in-out, visibility 0.10s;
  transform-origin: 100% 0 0;
  transform: none;
}

html[data-product=mops] div.searchbar .search-field-select.hidden {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0) scaleX(0);
}

html[data-product=mops] div.searchbar .search-field-option {
  padding: 6px 3px;
  cursor: pointer;
}

html[data-product=mops] div.searchbar .search-field-option:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

html[data-product=mops] div.searchbar .search-field-option:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

html[data-product=mops] div.searchbar .search-field-option:hover {
  background-color: #ff1a1a;
}

html[data-product=mops] div.searchbar.search-field-all .search-text {
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

html[data-product=mops] div.searchbar.search-field-all .search-field-name {
  display: none;
}

html[data-product=mops] div.searchbar.search-field-all .search-field-select {
  display: none;
}

html[data-product=mops] div.searchbar.focused:before {
  color: #990000;
}

html[data-product=mops] div.searchbar.focused .search-reset, html[data-product=mops] div.searchbar.focused .search-text, html[data-product=mops] div.searchbar.focused .search-field-name {
  border-color: #990000;
}

html[data-product=docq] div.searchbar {
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 85%;
  border: 0;
  cursor: text;
  position: relative;
}

html[data-product=docq] div.searchbar .search-reset {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  height: 24px;
  width: 20px;
  background: #ffffff;
  color: #FFFFFF;
  border: 1px solid #bfbfbf;
  border-right-style: hidden;
  border-radius: 4px 0 0 4px;
  position: relative;
  cursor: text;
  box-shadow: none;
  line-height: 22px;
}

html[data-product=docq] div.searchbar .search-reset:before {
  font-family: IconFont;
  content: "\f002";
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 22px;
  line-height: 20px;
  padding: 0 1px 0 0;
  font-size: 1.33em;
  color: gray;
}

html[data-product=docq] div.searchbar .search-reset.on {
  cursor: pointer;
}

html[data-product=docq] div.searchbar .search-reset.on:before {
  font-family: IconFont;
  content: "\d7";
  color: #a93c58;
}

html[data-product=docq] div.searchbar .search-reset.on:hover {
  background-color: #a93c58;
  color: #FFFFFF;
}

html[data-product=docq] div.searchbar .search-reset.on:hover:before {
  color: #FFFFFF;
}

html[data-product=docq] div.searchbar .search-text {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 24px;
  border: 1px solid #bfbfbf;
  border-right: 0;
  border-left: 0;
}

html[data-product=docq] div.searchbar .search-text > input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 1px 2px 1px 2px;
  border: 0;
  outline: 0;
  line-height: 22px;
}

.ie9 html[data-product=docq] div.searchbar .search-text > input {
  padding-left: 2px;
}

html[data-product=docq] div.searchbar .search-field-name {
  float: right;
  display: block;
  margin: 0;
  padding: 0 9px 0 2px;
  width: auto;
  height: 24px;
  min-width: 20px;
  max-width: 200px;
  background: #ffffff;
  color: #FFFFFF;
  border: 1px solid #bfbfbf;
  border-left-style: hidden;
  border-radius: 0 4px 4px 0;
  font-size: 0.9em;
  line-height: 22px;
  box-shadow: none;
}

html[data-product=docq] div.searchbar .search-field-name:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  left: 4px;
  border-style: solid;
  border-width: 7px 3px 0 3px;
  border-color: #a93c58 transparent transparent transparent;
}

html[data-product=docq] div.searchbar .search-field-name.on {
  background-color: #a93c58;
  color: #FFFFFF;
}

html[data-product=docq] div.searchbar .search-field-name.on:after {
  border-top-color: #FFFFFF;
}

html[data-product=docq] div.searchbar .search-field-name:hover {
  background-color: #c96881;
  color: #FFFFFF;
}

html[data-product=docq] div.searchbar .search-field-name:hover:after {
  border-top-color: #FFFFFF;
}

html[data-product=docq] div.searchbar .search-field-select {
  box-sizing: border-box;
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 10;
  background-color: #FFFFFF;
  border: 1px solid #a93c58;
  border-radius: 4px;
  box-shadow: 3px 3px 7px #737373;
  opacity: 1;
  transition: transform 0.15s ease, opacity 0.10s ease-in-out, visibility 0.10s;
  transform-origin: 100% 0 0;
  transform: none;
}

html[data-product=docq] div.searchbar .search-field-select.hidden {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0) scaleX(0);
}

html[data-product=docq] div.searchbar .search-field-option {
  padding: 6px 3px;
  cursor: pointer;
}

html[data-product=docq] div.searchbar .search-field-option:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

html[data-product=docq] div.searchbar .search-field-option:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

html[data-product=docq] div.searchbar .search-field-option:hover {
  background-color: #d78ea0;
}

html[data-product=docq] div.searchbar.search-field-all .search-text {
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

html[data-product=docq] div.searchbar.search-field-all .search-field-name {
  display: none;
}

html[data-product=docq] div.searchbar.search-field-all .search-field-select {
  display: none;
}

html[data-product=docq] div.searchbar.focused:before {
  color: #a93c58;
}

html[data-product=docq] div.searchbar.focused .search-reset, html[data-product=docq] div.searchbar.focused .search-text, html[data-product=docq] div.searchbar.focused .search-field-name {
  border-color: #a93c58;
}

div.paginator-container {
  margin-top: 3px;
}

div.paginator-container div.paginator-buttons {
  display: table;
  table-layout: fixed;
  width: 100%;
}

div.paginator-container div.paginator-buttons-row {
  display: table-row;
}

div.paginator-container div.paginator-buttons div.link {
  border-radius: 4px;
  cursor: pointer;
  display: table-cell;
  height: 12px;
  line-height: 12px;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  text-align: center;
  margin: 0 1px 0 1px;
  padding: 2px 0 4px 0;
}

div.paginator-container div.paginator-buttons div.link.disabled {
  color: #a9a9a9;
  background: inherit;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

div.paginator-container div.paginator-buttons div.link.disabled:hover {
  background: inherit;
}

div.paginator-container div.paginator-buttons div.link.disabled:active {
  background: inherit;
}

div.paginator-container div.paginator-select {
  padding-top: 7px;
  text-align: center;
}

div.paginator-container div.paginator-select.disabled {
  color: #a9a9a9;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

div.paginator-container div.paginator-select select:disabled {
  color: #a9a9a9;
}

html[dark-mode] div.paginator-container div.paginator-buttons div.link.disabled {
  color: #a9a9a9;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[dark-mode] div.paginator-container div.paginator-select.disabled {
  color: #606060;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[dark-mode] div.paginator-container div.paginator-select select:disabled {
  color: #606060;
}

.paginator-container.inline {
  white-space: nowrap;
  float: right;
  overflow: hidden;
}

.paginator-container.inline .paginator-select {
  display: table-cell;
  padding-top: 0;
  width: 50px;
}

.paginator-container.inline .paginator-select select {
  margin: 0;
  width: 50px;
}

ul.menu, ul.menu ul {
  background-color: #f4f4f4;
  color: #6699cc;
  padding: 0 0 0 0;
  margin: 0;
  list-style: none;
}

html[dark-mode] ul.menu, html[dark-mode] ul.menu ul {
  background-color: #383838;
}

ul.menu ul {
  border-radius: 6px;
  box-shadow: 3px 3px 10px #0c1b0c80;
  background-color: #f4f4f4;
  border: solid 2px #78899a;
  padding: 10px;
  position: absolute;
  margin-top: 6px;
  display: none;
  z-index: 35;
}

ul.menu ul ul {
  top: 0;
}

html[dark-mode] ul.menu ul {
  background-color: #383838;
  border: solid 2px #29353e;
}

html[data-product=e-follow] ul.menu {
  padding: 10px 0 10px 0;
}

html[data-product=e-follow] ul.menu > li {
  text-transform: uppercase;
}

html[data-product=e-follow] ul.menu li {
  border-radius: 6px;
  padding: 3px 20px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  color: #4080bf;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 1em;
}

html[data-product=e-follow] ul.menu li:not(.disabled):hover, html[data-product=e-follow] ul.menu li:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] ul.menu li:not(.disabled):hover :after, html[data-product=e-follow] ul.menu li:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=e-follow] ul.menu li:not(.disabled):active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] ul.menu li.active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] ul.menu li.disabled {
  color: #a9a9a9;
  background-color: #f4f4f4;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=e-follow] ul.menu li[data-name-activated].activated {
  color: #FFFFFF;
  background-color: #6699cc;
}

html[data-product=e-follow] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):hover, html[data-product=e-follow] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):hover :after, html[data-product=e-follow] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=mops] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):hover, html[data-product=mops] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):hover :after, html[data-product=mops] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=docq] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):hover, html[data-product=docq] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):hover :after, html[data-product=docq] html[data-product=e-follow] ul.menu li[data-name-activated]:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=e-follow] html[data-product=e-follow] ul.menu li[data-name-activated]:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=mops] html[data-product=e-follow] ul.menu li[data-name-activated]:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=docq] html[data-product=e-follow] ul.menu li[data-name-activated]:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=e-follow] ul.menu ul > li {
  display: block;
  padding: 4px 15px;
  position: relative;
  text-transform: none;
}

html[data-product=e-follow] ul.menu ul > li:not(:first-child) {
  margin: 10px 0 0 0;
}

html[data-product=e-follow] ul.menu ul > li.submenu {
  padding-right: 30px;
}

html[data-product=e-follow] ul.menu ul > li.submenu:after {
  font-family: IconFont;
  content: "\f054";
  position: absolute;
  font-size: 1.2em;
  top: 5px;
  right: 9px;
}

html[data-product=mops] ul.menu {
  padding: 10px 0 10px 0;
}

html[data-product=mops] ul.menu > li {
  text-transform: uppercase;
}

html[data-product=mops] ul.menu li {
  border-radius: 6px;
  padding: 3px 20px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  color: #660000;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 1em;
}

html[data-product=mops] ul.menu li:not(.disabled):hover, html[data-product=mops] ul.menu li:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] ul.menu li:not(.disabled):hover :after, html[data-product=mops] ul.menu li:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=mops] ul.menu li:not(.disabled):active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] ul.menu li.active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] ul.menu li.disabled {
  color: #a9a9a9;
  background-color: #f4f4f4;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=mops] ul.menu li[data-name-activated].activated {
  color: #FFFFFF;
  background-color: #990000;
}

html[data-product=e-follow] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):hover, html[data-product=e-follow] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):hover :after, html[data-product=e-follow] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=mops] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):hover, html[data-product=mops] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):hover :after, html[data-product=mops] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=docq] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):hover, html[data-product=docq] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):hover :after, html[data-product=docq] html[data-product=mops] ul.menu li[data-name-activated]:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=e-follow] html[data-product=mops] ul.menu li[data-name-activated]:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=mops] html[data-product=mops] ul.menu li[data-name-activated]:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=docq] html[data-product=mops] ul.menu li[data-name-activated]:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=mops] ul.menu ul > li {
  display: block;
  padding: 4px 15px;
  position: relative;
  text-transform: none;
}

html[data-product=mops] ul.menu ul > li:not(:first-child) {
  margin: 10px 0 0 0;
}

html[data-product=mops] ul.menu ul > li.submenu {
  padding-right: 30px;
}

html[data-product=mops] ul.menu ul > li.submenu:after {
  font-family: IconFont;
  content: "\f054";
  position: absolute;
  font-size: 1.2em;
  top: 5px;
  right: 9px;
}

html[data-product=docq] ul.menu {
  padding: 10px 0 10px 0;
}

html[data-product=docq] ul.menu > li {
  text-transform: uppercase;
}

html[data-product=docq] ul.menu li {
  border-radius: 6px;
  padding: 3px 20px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  color: #832f44;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 1em;
}

html[data-product=docq] ul.menu li:not(.disabled):hover, html[data-product=docq] ul.menu li:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] ul.menu li:not(.disabled):hover :after, html[data-product=docq] ul.menu li:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=docq] ul.menu li:not(.disabled):active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] ul.menu li.active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] ul.menu li.disabled {
  color: #a9a9a9;
  background-color: #f4f4f4;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=docq] ul.menu li[data-name-activated].activated {
  color: #FFFFFF;
  background-color: #a93c58;
}

html[data-product=e-follow] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):hover, html[data-product=e-follow] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):hover :after, html[data-product=e-follow] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=mops] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):hover, html[data-product=mops] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):hover :after, html[data-product=mops] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=docq] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):hover, html[data-product=docq] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):focus {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):hover :after, html[data-product=docq] html[data-product=docq] ul.menu li[data-name-activated]:not(.disabled):focus :after {
  color: #f4f4f4;
}

html[data-product=e-follow] html[data-product=docq] ul.menu li[data-name-activated]:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=mops] html[data-product=docq] ul.menu li[data-name-activated]:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=docq] html[data-product=docq] ul.menu li[data-name-activated]:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] ul.menu ul > li {
  display: block;
  padding: 4px 15px;
  position: relative;
  text-transform: none;
}

html[data-product=docq] ul.menu ul > li:not(:first-child) {
  margin: 10px 0 0 0;
}

html[data-product=docq] ul.menu ul > li.submenu {
  padding-right: 30px;
}

html[data-product=docq] ul.menu ul > li.submenu:after {
  font-family: IconFont;
  content: "\f054";
  position: absolute;
  font-size: 1.2em;
  top: 5px;
  right: 9px;
}

html[data-product=e-follow][dark-mode] ul.menu li {
  color: #8cb3d9;
}

html[data-product=e-follow][dark-mode] ul.menu li.disabled {
  color: #606060;
  background-color: #383838;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=mops][dark-mode] ul.menu li {
  color: #cc0000;
}

html[data-product=mops][dark-mode] ul.menu li.disabled {
  color: #606060;
  background-color: #383838;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=docq][dark-mode] ul.menu li {
  color: #c35571;
}

html[data-product=docq][dark-mode] ul.menu li.disabled {
  color: #606060;
  background-color: #383838;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Overlays */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  box-shadow: 0 2px 10px #0c1b0c;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
  border: 0;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  border: 1px solid #bfbfbf;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  cursor: default;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  cursor: default;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-widget {
  font-size: 1.1em;
}

.ui-widget-content {
  border: 1px solid #bfbfbf;
  background: #ffffff 50% bottom repeat-x;
}

html[dark-mode] .ui-widget-content {
  border: 1px solid #bfbfbf;
  background: #2b2b2b 50% bottom repeat-x;
}

.ui-widget-header {
  border: 1px solid #bfbfbf;
  background: #f4f4f4 50% 50% repeat-x;
  font-weight: bold;
}

html[dark-mode] .ui-widget-header {
  border: 1px solid #bfbfbf;
  background: #383838 50% 50% repeat-x;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f4f4f4 50% 50% repeat-x;
  font-weight: bold;
  color: #454545;
}

html[dark-mode] .ui-state-default,
html[dark-mode] .ui-widget-content .ui-state-default,
html[dark-mode] .ui-widget-header .ui-state-default {
  background: #383838 50% 50% repeat-x;
  color: #efefef;
}

html[dark-mode] .ui-state-default a,
html[dark-mode] .ui-state-default a:link,
html[dark-mode] .ui-state-default a:visited {
  color: #efefef;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: bold;
  color: #f4f4f4;
}

html[data-product=e-follow] .ui-state-hover, html[data-product=e-follow]
.ui-widget-content .ui-state-hover, html[data-product=e-follow]
.ui-state-focus, html[data-product=e-follow]
.ui-widget-content .ui-state-focus, html[data-product=e-follow]
.ui-widget-header .ui-state-focus {
  background: #8cb3d9;
}

html[data-product=mops] .ui-state-hover, html[data-product=mops]
.ui-widget-content .ui-state-hover, html[data-product=mops]
.ui-state-focus, html[data-product=mops]
.ui-widget-content .ui-state-focus, html[data-product=mops]
.ui-widget-header .ui-state-focus {
  background: #cc0000;
}

html[data-product=docq] .ui-state-hover, html[data-product=docq]
.ui-widget-content .ui-state-hover, html[data-product=docq]
.ui-state-focus, html[data-product=docq]
.ui-widget-content .ui-state-focus, html[data-product=docq]
.ui-widget-header .ui-state-focus {
  background: #c35571;
}

html[dark-mode] .ui-state-hover,
html[dark-mode] .ui-widget-content .ui-state-hover,
html[dark-mode] .ui-state-focus,
html[dark-mode] .ui-widget-content .ui-state-focus,
html[dark-mode] .ui-widget-header .ui-state-focus {
  color: #383838;
}

.ui-widget-header .ui-state-hover {
  background: #ffffff 50% 50% repeat-x;
}

html[dark-mode] .ui-widget-header .ui-state-hover {
  background: #2b2b2b 50% 50% repeat-x;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: bold;
  color: #f4f4f4;
}

html[data-product=e-follow] .ui-state-active, html[data-product=e-follow]
.ui-widget-content .ui-state-active, html[data-product=e-follow]
.ui-widget-header .ui-state-active {
  background: #6699cc;
}

html[data-product=mops] .ui-state-active, html[data-product=mops]
.ui-widget-content .ui-state-active, html[data-product=mops]
.ui-widget-header .ui-state-active {
  background: #990000;
}

html[data-product=docq] .ui-state-active, html[data-product=docq]
.ui-widget-content .ui-state-active, html[data-product=docq]
.ui-widget-header .ui-state-active {
  background: #a93c58;
}

html[dark-mode] .ui-state-active,
html[dark-mode] .ui-widget-content .ui-state-active,
html[dark-mode] .ui-widget-header .ui-state-active {
  color: #383838;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #f4f4f4;
  text-decoration: none;
}

html[dark-mode] .ui-state-active a,
html[dark-mode] .ui-state-active a:link,
html[dark-mode] .ui-state-active a:visited {
  color: #f4f4f4;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  color: #ffffff;
}

html[data-product=e-follow] .ui-state-highlight, html[data-product=e-follow]
.ui-widget-content .ui-state-highlight {
  background: #8cb3d9;
}

html[data-product=mops] .ui-state-highlight, html[data-product=mops]
.ui-widget-content .ui-state-highlight {
  background: #cc0000;
}

html[data-product=docq] .ui-state-highlight, html[data-product=docq]
.ui-widget-content .ui-state-highlight {
  background: #c35571;
}

html[dark-mode] .ui-state-highlight,
html[dark-mode] .ui-widget-content .ui-state-highlight {
  color: #000000;
}

/* images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background: url(/images/arrows_circle.png) no-repeat;
  width: 16px;
  height: 16px;
}

.ui-icon-circle-triangle-e {
  background-position: -16px -16px;
}

.ui-state-hover .ui-icon-circle-triangle-e {
  background-position: -16px 0;
}

.ui-icon-circle-triangle-w {
  background-position: 0 -16px;
}

.ui-state-hover .ui-icon-circle-triangle-w {
  background-position: 0 0;
}

.ui-corner-all {
  border-radius: 6px;
}

.paginatedList {
  overflow-x: hidden;
}

.paginatedList .listTitle {
  margin-bottom: 6px;
  min-width: 65px;
  display: flex;
}

.paginatedList .listValues {
  background-color: #f4f4f4;
  border-radius: 4px;
  overflow: visible;
}

html[dark-mode] .paginatedList .listValues {
  background-color: #383838;
}

.paginatedList .listValues .emptyList {
  padding: 11px 7px;
  text-align: center;
  font-weight: bold;
  color: #9b9b9b;
  text-shadow: 0 1px 1px #FFFFFF;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[dark-mode] .paginatedList .listValues .emptyList {
  color: #787878;
  text-shadow: 0 1px 1px black;
}

.paginatedList .listPaginator {
  min-width: 85px;
  height: 50px;
  overflow: hidden;
}

.emptyPlaceholder {
  padding: 11px 7px;
  text-align: center;
  font-weight: bold;
  color: #9b9b9b;
  text-shadow: 0 1px 1px #FFFFFF;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.emptyPlaceholder.hidden {
  display: none;
}

html[dark-mode] .emptyPlaceholder {
  color: #787878;
  text-shadow: 0 1px 1px black;
}

html[data-product=e-follow] .paginatedListItem {
  display: block;
  height: 30px;
  position: relative;
  margin-bottom: 2px;
}

html[data-product=e-follow] .paginatedListItem button.down, html[data-product=e-follow] .paginatedListItem button.up {
  padding: 4px;
}

html[data-product=e-follow] .paginatedListItem button.down:after, html[data-product=e-follow] .paginatedListItem button.up:after {
  content: '';
  position: relative;
  display: block;
  width: 0;
  height: 0;
  top: -0.5px;
}

html[data-product=e-follow] .paginatedListItem button.down:after {
  border-style: solid;
  border-width: 9.5px 5px 0 5px;
  border-color: #6699cc transparent transparent transparent;
}

html[data-product=e-follow] .paginatedListItem button.down:hover:after {
  border-top-color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem button.down:active:after {
  border-top-color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem button.down.disabled:after {
  border-top-color: #a9a9a9;
}

html[data-product=e-follow] .paginatedListItem button.up {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

html[data-product=e-follow] .paginatedListItem button.up:after {
  border-style: solid;
  border-width: 0 5px 9.5px 5px;
  border-color: transparent transparent #6699cc transparent;
}

html[data-product=e-follow] .paginatedListItem button.up:hover:after {
  border-bottom-color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem button.up:active:after {
  border-bottom-color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem button.up.disabled:after {
  border-bottom-color: #a9a9a9;
}

html[data-product=e-follow] .paginatedListItem .checkArea, html[data-product=e-follow] .paginatedListItem .selectArea {
  height: 100%;
}

html[data-product=e-follow] .paginatedListItem div.checkArea {
  width: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

html[data-product=e-follow] .paginatedListItem div.selectArea {
  margin-left: 32px;
}

html[data-product=e-follow] .paginatedListItem button {
  display: block;
  margin: 0;
  padding: 3px;
  font-size: 1.07em;
  line-height: 15px;
  height: 100%;
  width: 100%;
  background: #eaeaea;
  color: #454545;
  border: none;
  box-shadow: none;
}

html[data-product=e-follow] .paginatedListItem button.checkAction {
  border-right: 1px solid #dbdbdb;
  padding: 4px 6px;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

html[data-product=e-follow] .paginatedListItem button.checkAction span {
  display: block;
  width: 20px;
  height: 20px;
  color: #6699cc;
}

html[data-product=e-follow] .paginatedListItem button.checkAction span:after {
  font-family: IconFontRegular;
  content: "\f0c8";
  font-size: 1.3em;
  position: relative;
  top: 3px;
  left: 0;
}

html[data-product=e-follow] .paginatedListItem button.checkAction:hover span {
  color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem button.checkAction:active span {
  color: white;
}

html[data-product=e-follow] .paginatedListItem button.checkAction.checked span:after {
  font-family: IconFont;
  content: "\f14a";
}

html[data-product=e-follow] .paginatedListItem button.selectAction {
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 13px;
  text-align: left;
  padding: 1px 6px 1px 4px;
}

html[data-product=e-follow] .paginatedListItem button.selectAction span.itemname {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-product=e-follow] .paginatedListItem button.selectAction span.sub {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-product=e-follow] .paginatedListItem button.selectAction span.itemname ~ span {
  font-size: 0.8em;
  font-style: italic;
}

html[data-product=e-follow] .paginatedListItem button.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #7da8d4 0%, #4f8ac4 100%);
}

html[data-product=e-follow] .paginatedListItem button.selected :after {
  color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem button.selected:after {
  color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem button:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] .paginatedListItem button:hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem button:hover:after {
  color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem button:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] .paginatedListItem.has-error .selectAction:after {
  font-family: IconFont;
  content: "\f06a";
}

html[data-product=e-follow] .paginatedListItem.has-warning .selectAction:after {
  font-family: IconFont;
  content: "\f071";
}

html[data-product=e-follow] .paginatedListItem.has-handling .selectAction:after {
  width: 20px;
  height: 30px;
  content: '';
  background: no-repeat center/100% url(/images/e.png);
}

html[data-product=e-follow] .paginatedListItem.has-handling .selectAction.selected:after, html[data-product=e-follow] .paginatedListItem.has-handling .selectAction:hover:after {
  filter: brightness(0) invert(1);
}

html[data-product=e-follow] .paginatedListItem.has-error .selectArea:hover + .tooltip, html[data-product=e-follow] .paginatedListItem.has-warning .selectArea:hover + .tooltip, html[data-product=e-follow] .paginatedListItem.has-handling .selectArea:hover + .tooltip {
  display: block;
}

html[data-product=e-follow] .paginatedListItem.has-error .selectAction, html[data-product=e-follow] .paginatedListItem.has-warning .selectAction, html[data-product=e-follow] .paginatedListItem.has-handling .selectAction {
  padding-right: 20px;
}

html[data-product=e-follow] .paginatedListItem.has-error .selectAction:after, html[data-product=e-follow] .paginatedListItem.has-warning .selectAction:after, html[data-product=e-follow] .paginatedListItem.has-handling .selectAction:after {
  font-size: 15px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 30px;
}

html[data-product=e-follow] .paginatedListItem.has-error .selectAction:hover:after, html[data-product=e-follow] .paginatedListItem.has-error .selectAction.selected:after, html[data-product=e-follow] .paginatedListItem.has-warning .selectAction:hover:after, html[data-product=e-follow] .paginatedListItem.has-warning .selectAction.selected:after, html[data-product=e-follow] .paginatedListItem.has-handling .selectAction:hover:after, html[data-product=e-follow] .paginatedListItem.has-handling .selectAction.selected:after {
  color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem.has-error .selectAction:active:after, html[data-product=e-follow] .paginatedListItem.has-warning .selectAction:active:after, html[data-product=e-follow] .paginatedListItem.has-handling .selectAction:active:after {
  color: white;
}

html[data-product=e-follow] .paginatedListItem.has-warning .selectAction:after {
  color: #ffa215;
}

html[data-product=e-follow] .paginatedListItem.has-error .selectAction:after {
  color: #a42210;
}

html[data-product=e-follow] .paginatedListItem.has-handling .selectAction:after {
  color: #a741b4;
}

html[data-product=e-follow] .paginatedListItem .tooltip {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #78899a;
  box-shadow: 2px 2px 5px #78899a;
  padding: 3px;
  z-index: 5;
  min-height: 18px;
  min-width: 40px;
}

html[data-product=e-follow] .paginatedListItem .tooltip:before, html[data-product=e-follow] .paginatedListItem .tooltip:after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  border: 0 solid transparent;
}

html[data-product=e-follow] .paginatedListItem .tooltip:before {
  top: -9px;
  right: 5.5px;
  border-width: 0 5px 8.7px 5px;
  border-bottom-color: #78899a;
}

html[data-product=e-follow] .paginatedListItem .tooltip:after {
  top: -7px;
  right: 6.1px;
  border-width: 0 4.5px 7.8px 4.5px;
  border-bottom-color: #f4f4f4;
}

html[data-product=e-follow] .paginatedListItem .tooltip [data-state] {
  display: none;
  padding: 0 3px 0 16px;
  margin-bottom: 3px;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

html[data-product=e-follow] .paginatedListItem .tooltip [data-state]:before {
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
}

html[data-product=e-follow] .paginatedListItem .tooltip .state-error, html[data-product=e-follow] .paginatedListItem .tooltip .state-warning, html[data-product=e-follow] .paginatedListItem .tooltip .state-handling {
  display: none;
}

html[data-product=e-follow] .paginatedListItem .tooltip .state-error.on, html[data-product=e-follow] .paginatedListItem .tooltip .state-warning.on, html[data-product=e-follow] .paginatedListItem .tooltip .state-handling.on {
  display: block;
}

html[data-product=e-follow] .paginatedListItem .tooltip .state-warning {
  color: #ffa215;
}

html[data-product=e-follow] .paginatedListItem .tooltip .state-warning:before {
  font-family: IconFont;
  content: "\f071";
}

html[data-product=e-follow] .paginatedListItem .tooltip .state-error {
  color: #a42210;
}

html[data-product=e-follow] .paginatedListItem .tooltip .state-error:before {
  font-family: IconFont;
  content: "\f05e";
}

html[data-product=e-follow] .paginatedListItem .tooltip .state-handling {
  color: #a741b4;
}

html[data-product=e-follow] .paginatedListItem .tooltip .state-handling:before {
  width: 15px;
  height: 11px;
  content: '';
  background: no-repeat center/100% url(/images/e.png);
}

html[data-product=mops] .paginatedListItem {
  display: block;
  height: 30px;
  position: relative;
  margin-bottom: 2px;
}

html[data-product=mops] .paginatedListItem button.down, html[data-product=mops] .paginatedListItem button.up {
  padding: 4px;
}

html[data-product=mops] .paginatedListItem button.down:after, html[data-product=mops] .paginatedListItem button.up:after {
  content: '';
  position: relative;
  display: block;
  width: 0;
  height: 0;
  top: -0.5px;
}

html[data-product=mops] .paginatedListItem button.down:after {
  border-style: solid;
  border-width: 9.5px 5px 0 5px;
  border-color: #990000 transparent transparent transparent;
}

html[data-product=mops] .paginatedListItem button.down:hover:after {
  border-top-color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem button.down:active:after {
  border-top-color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem button.down.disabled:after {
  border-top-color: #a9a9a9;
}

html[data-product=mops] .paginatedListItem button.up {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

html[data-product=mops] .paginatedListItem button.up:after {
  border-style: solid;
  border-width: 0 5px 9.5px 5px;
  border-color: transparent transparent #990000 transparent;
}

html[data-product=mops] .paginatedListItem button.up:hover:after {
  border-bottom-color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem button.up:active:after {
  border-bottom-color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem button.up.disabled:after {
  border-bottom-color: #a9a9a9;
}

html[data-product=mops] .paginatedListItem .checkArea, html[data-product=mops] .paginatedListItem .selectArea {
  height: 100%;
}

html[data-product=mops] .paginatedListItem div.checkArea {
  width: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

html[data-product=mops] .paginatedListItem div.selectArea {
  margin-left: 32px;
}

html[data-product=mops] .paginatedListItem button {
  display: block;
  margin: 0;
  padding: 3px;
  font-size: 1.07em;
  line-height: 15px;
  height: 100%;
  width: 100%;
  background: #eaeaea;
  color: #454545;
  border: none;
  box-shadow: none;
}

html[data-product=mops] .paginatedListItem button.checkAction {
  border-right: 1px solid #dbdbdb;
  padding: 4px 6px;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

html[data-product=mops] .paginatedListItem button.checkAction span {
  display: block;
  width: 20px;
  height: 20px;
  color: #990000;
}

html[data-product=mops] .paginatedListItem button.checkAction span:after {
  font-family: IconFontRegular;
  content: "\f0c8";
  font-size: 1.3em;
  position: relative;
  top: 3px;
  left: 0;
}

html[data-product=mops] .paginatedListItem button.checkAction:hover span {
  color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem button.checkAction:active span {
  color: #ffcccc;
}

html[data-product=mops] .paginatedListItem button.checkAction.checked span:after {
  font-family: IconFont;
  content: "\f14a";
}

html[data-product=mops] .paginatedListItem button.selectAction {
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 13px;
  text-align: left;
  padding: 1px 6px 1px 4px;
}

html[data-product=mops] .paginatedListItem button.selectAction span.itemname {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-product=mops] .paginatedListItem button.selectAction span.sub {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-product=mops] .paginatedListItem button.selectAction span.itemname ~ span {
  font-size: 0.8em;
  font-style: italic;
}

html[data-product=mops] .paginatedListItem button.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #b80000 0%, #7a0000 100%);
}

html[data-product=mops] .paginatedListItem button.selected :after {
  color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem button.selected:after {
  color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem button:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] .paginatedListItem button:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem button:hover:after {
  color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem button:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] .paginatedListItem.has-error .selectAction:after {
  font-family: IconFont;
  content: "\f06a";
}

html[data-product=mops] .paginatedListItem.has-warning .selectAction:after {
  font-family: IconFont;
  content: "\f071";
}

html[data-product=mops] .paginatedListItem.has-handling .selectAction:after {
  width: 20px;
  height: 30px;
  content: '';
  background: no-repeat center/100% url(/images/e.png);
}

html[data-product=mops] .paginatedListItem.has-handling .selectAction.selected:after, html[data-product=mops] .paginatedListItem.has-handling .selectAction:hover:after {
  filter: brightness(0) invert(1);
}

html[data-product=mops] .paginatedListItem.has-error .selectArea:hover + .tooltip, html[data-product=mops] .paginatedListItem.has-warning .selectArea:hover + .tooltip, html[data-product=mops] .paginatedListItem.has-handling .selectArea:hover + .tooltip {
  display: block;
}

html[data-product=mops] .paginatedListItem.has-error .selectAction, html[data-product=mops] .paginatedListItem.has-warning .selectAction, html[data-product=mops] .paginatedListItem.has-handling .selectAction {
  padding-right: 20px;
}

html[data-product=mops] .paginatedListItem.has-error .selectAction:after, html[data-product=mops] .paginatedListItem.has-warning .selectAction:after, html[data-product=mops] .paginatedListItem.has-handling .selectAction:after {
  font-size: 15px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 30px;
}

html[data-product=mops] .paginatedListItem.has-error .selectAction:hover:after, html[data-product=mops] .paginatedListItem.has-error .selectAction.selected:after, html[data-product=mops] .paginatedListItem.has-warning .selectAction:hover:after, html[data-product=mops] .paginatedListItem.has-warning .selectAction.selected:after, html[data-product=mops] .paginatedListItem.has-handling .selectAction:hover:after, html[data-product=mops] .paginatedListItem.has-handling .selectAction.selected:after {
  color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem.has-error .selectAction:active:after, html[data-product=mops] .paginatedListItem.has-warning .selectAction:active:after, html[data-product=mops] .paginatedListItem.has-handling .selectAction:active:after {
  color: #ffcccc;
}

html[data-product=mops] .paginatedListItem.has-warning .selectAction:after {
  color: #ffa215;
}

html[data-product=mops] .paginatedListItem.has-error .selectAction:after {
  color: #a42210;
}

html[data-product=mops] .paginatedListItem.has-handling .selectAction:after {
  color: #a741b4;
}

html[data-product=mops] .paginatedListItem .tooltip {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #78899a;
  box-shadow: 2px 2px 5px #78899a;
  padding: 3px;
  z-index: 5;
  min-height: 18px;
  min-width: 40px;
}

html[data-product=mops] .paginatedListItem .tooltip:before, html[data-product=mops] .paginatedListItem .tooltip:after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  border: 0 solid transparent;
}

html[data-product=mops] .paginatedListItem .tooltip:before {
  top: -9px;
  right: 5.5px;
  border-width: 0 5px 8.7px 5px;
  border-bottom-color: #78899a;
}

html[data-product=mops] .paginatedListItem .tooltip:after {
  top: -7px;
  right: 6.1px;
  border-width: 0 4.5px 7.8px 4.5px;
  border-bottom-color: #f4f4f4;
}

html[data-product=mops] .paginatedListItem .tooltip [data-state] {
  display: none;
  padding: 0 3px 0 16px;
  margin-bottom: 3px;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

html[data-product=mops] .paginatedListItem .tooltip [data-state]:before {
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
}

html[data-product=mops] .paginatedListItem .tooltip .state-error, html[data-product=mops] .paginatedListItem .tooltip .state-warning, html[data-product=mops] .paginatedListItem .tooltip .state-handling {
  display: none;
}

html[data-product=mops] .paginatedListItem .tooltip .state-error.on, html[data-product=mops] .paginatedListItem .tooltip .state-warning.on, html[data-product=mops] .paginatedListItem .tooltip .state-handling.on {
  display: block;
}

html[data-product=mops] .paginatedListItem .tooltip .state-warning {
  color: #ffa215;
}

html[data-product=mops] .paginatedListItem .tooltip .state-warning:before {
  font-family: IconFont;
  content: "\f071";
}

html[data-product=mops] .paginatedListItem .tooltip .state-error {
  color: #a42210;
}

html[data-product=mops] .paginatedListItem .tooltip .state-error:before {
  font-family: IconFont;
  content: "\f05e";
}

html[data-product=mops] .paginatedListItem .tooltip .state-handling {
  color: #a741b4;
}

html[data-product=mops] .paginatedListItem .tooltip .state-handling:before {
  width: 15px;
  height: 11px;
  content: '';
  background: no-repeat center/100% url(/images/e.png);
}

html[data-product=docq] .paginatedListItem {
  display: block;
  height: 30px;
  position: relative;
  margin-bottom: 2px;
}

html[data-product=docq] .paginatedListItem button.down, html[data-product=docq] .paginatedListItem button.up {
  padding: 4px;
}

html[data-product=docq] .paginatedListItem button.down:after, html[data-product=docq] .paginatedListItem button.up:after {
  content: '';
  position: relative;
  display: block;
  width: 0;
  height: 0;
  top: -0.5px;
}

html[data-product=docq] .paginatedListItem button.down:after {
  border-style: solid;
  border-width: 9.5px 5px 0 5px;
  border-color: #a93c58 transparent transparent transparent;
}

html[data-product=docq] .paginatedListItem button.down:hover:after {
  border-top-color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem button.down:active:after {
  border-top-color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem button.down.disabled:after {
  border-top-color: #a9a9a9;
}

html[data-product=docq] .paginatedListItem button.up {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

html[data-product=docq] .paginatedListItem button.up:after {
  border-style: solid;
  border-width: 0 5px 9.5px 5px;
  border-color: transparent transparent #a93c58 transparent;
}

html[data-product=docq] .paginatedListItem button.up:hover:after {
  border-bottom-color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem button.up:active:after {
  border-bottom-color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem button.up.disabled:after {
  border-bottom-color: #a9a9a9;
}

html[data-product=docq] .paginatedListItem .checkArea, html[data-product=docq] .paginatedListItem .selectArea {
  height: 100%;
}

html[data-product=docq] .paginatedListItem div.checkArea {
  width: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

html[data-product=docq] .paginatedListItem div.selectArea {
  margin-left: 32px;
}

html[data-product=docq] .paginatedListItem button {
  display: block;
  margin: 0;
  padding: 3px;
  font-size: 1.07em;
  line-height: 15px;
  height: 100%;
  width: 100%;
  background: #eaeaea;
  color: #454545;
  border: none;
  box-shadow: none;
}

html[data-product=docq] .paginatedListItem button.checkAction {
  border-right: 1px solid #dbdbdb;
  padding: 4px 6px;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

html[data-product=docq] .paginatedListItem button.checkAction span {
  display: block;
  width: 20px;
  height: 20px;
  color: #a93c58;
}

html[data-product=docq] .paginatedListItem button.checkAction span:after {
  font-family: IconFontRegular;
  content: "\f0c8";
  font-size: 1.3em;
  position: relative;
  top: 3px;
  left: 0;
}

html[data-product=docq] .paginatedListItem button.checkAction:hover span {
  color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem button.checkAction:active span {
  color: white;
}

html[data-product=docq] .paginatedListItem button.checkAction.checked span:after {
  font-family: IconFont;
  content: "\f14a";
}

html[data-product=docq] .paginatedListItem button.selectAction {
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 13px;
  text-align: left;
  padding: 1px 6px 1px 4px;
}

html[data-product=docq] .paginatedListItem button.selectAction span.itemname {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-product=docq] .paginatedListItem button.selectAction span.sub {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-product=docq] .paginatedListItem button.selectAction span.itemname ~ span {
  font-size: 0.8em;
  font-style: italic;
}

html[data-product=docq] .paginatedListItem button.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #bd4665 0%, #92344c 100%);
}

html[data-product=docq] .paginatedListItem button.selected :after {
  color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem button.selected:after {
  color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem button:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] .paginatedListItem button:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem button:hover:after {
  color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem button:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] .paginatedListItem.has-error .selectAction:after {
  font-family: IconFont;
  content: "\f06a";
}

html[data-product=docq] .paginatedListItem.has-warning .selectAction:after {
  font-family: IconFont;
  content: "\f071";
}

html[data-product=docq] .paginatedListItem.has-handling .selectAction:after {
  width: 20px;
  height: 30px;
  content: '';
  background: no-repeat center/100% url(/images/e.png);
}

html[data-product=docq] .paginatedListItem.has-handling .selectAction.selected:after, html[data-product=docq] .paginatedListItem.has-handling .selectAction:hover:after {
  filter: brightness(0) invert(1);
}

html[data-product=docq] .paginatedListItem.has-error .selectArea:hover + .tooltip, html[data-product=docq] .paginatedListItem.has-warning .selectArea:hover + .tooltip, html[data-product=docq] .paginatedListItem.has-handling .selectArea:hover + .tooltip {
  display: block;
}

html[data-product=docq] .paginatedListItem.has-error .selectAction, html[data-product=docq] .paginatedListItem.has-warning .selectAction, html[data-product=docq] .paginatedListItem.has-handling .selectAction {
  padding-right: 20px;
}

html[data-product=docq] .paginatedListItem.has-error .selectAction:after, html[data-product=docq] .paginatedListItem.has-warning .selectAction:after, html[data-product=docq] .paginatedListItem.has-handling .selectAction:after {
  font-size: 15px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 30px;
}

html[data-product=docq] .paginatedListItem.has-error .selectAction:hover:after, html[data-product=docq] .paginatedListItem.has-error .selectAction.selected:after, html[data-product=docq] .paginatedListItem.has-warning .selectAction:hover:after, html[data-product=docq] .paginatedListItem.has-warning .selectAction.selected:after, html[data-product=docq] .paginatedListItem.has-handling .selectAction:hover:after, html[data-product=docq] .paginatedListItem.has-handling .selectAction.selected:after {
  color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem.has-error .selectAction:active:after, html[data-product=docq] .paginatedListItem.has-warning .selectAction:active:after, html[data-product=docq] .paginatedListItem.has-handling .selectAction:active:after {
  color: white;
}

html[data-product=docq] .paginatedListItem.has-warning .selectAction:after {
  color: #ffa215;
}

html[data-product=docq] .paginatedListItem.has-error .selectAction:after {
  color: #a42210;
}

html[data-product=docq] .paginatedListItem.has-handling .selectAction:after {
  color: #a741b4;
}

html[data-product=docq] .paginatedListItem .tooltip {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #78899a;
  box-shadow: 2px 2px 5px #78899a;
  padding: 3px;
  z-index: 5;
  min-height: 18px;
  min-width: 40px;
}

html[data-product=docq] .paginatedListItem .tooltip:before, html[data-product=docq] .paginatedListItem .tooltip:after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  border: 0 solid transparent;
}

html[data-product=docq] .paginatedListItem .tooltip:before {
  top: -9px;
  right: 5.5px;
  border-width: 0 5px 8.7px 5px;
  border-bottom-color: #78899a;
}

html[data-product=docq] .paginatedListItem .tooltip:after {
  top: -7px;
  right: 6.1px;
  border-width: 0 4.5px 7.8px 4.5px;
  border-bottom-color: #f4f4f4;
}

html[data-product=docq] .paginatedListItem .tooltip [data-state] {
  display: none;
  padding: 0 3px 0 16px;
  margin-bottom: 3px;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

html[data-product=docq] .paginatedListItem .tooltip [data-state]:before {
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
}

html[data-product=docq] .paginatedListItem .tooltip .state-error, html[data-product=docq] .paginatedListItem .tooltip .state-warning, html[data-product=docq] .paginatedListItem .tooltip .state-handling {
  display: none;
}

html[data-product=docq] .paginatedListItem .tooltip .state-error.on, html[data-product=docq] .paginatedListItem .tooltip .state-warning.on, html[data-product=docq] .paginatedListItem .tooltip .state-handling.on {
  display: block;
}

html[data-product=docq] .paginatedListItem .tooltip .state-warning {
  color: #ffa215;
}

html[data-product=docq] .paginatedListItem .tooltip .state-warning:before {
  font-family: IconFont;
  content: "\f071";
}

html[data-product=docq] .paginatedListItem .tooltip .state-error {
  color: #a42210;
}

html[data-product=docq] .paginatedListItem .tooltip .state-error:before {
  font-family: IconFont;
  content: "\f05e";
}

html[data-product=docq] .paginatedListItem .tooltip .state-handling {
  color: #a741b4;
}

html[data-product=docq] .paginatedListItem .tooltip .state-handling:before {
  width: 15px;
  height: 11px;
  content: '';
  background: no-repeat center/100% url(/images/e.png);
}

html[dark-mode] .paginatedListItem button.down:hover:after {
  border-top-color: #383838;
}

html[dark-mode] .paginatedListItem button.down:active:after {
  border-top-color: #383838;
}

html[dark-mode] .paginatedListItem button.down.disabled:after {
  border-top-color: #606060;
}

html[dark-mode] .paginatedListItem button.up:hover:after {
  border-bottom-color: #383838;
}

html[dark-mode] .paginatedListItem button.up:active:after {
  border-bottom-color: #383838;
}

html[dark-mode] .paginatedListItem button.up.disabled:after {
  border-bottom-color: #606060;
}

html[dark-mode] .paginatedListItem button {
  background: #2e2e2e;
  color: #efefef;
}

html[dark-mode] .paginatedListItem button.checkAction {
  border-right: 1px solid #1f1f1f;
}

html[dark-mode] .paginatedListItem .tooltip {
  background-color: #383838;
  border: 1px solid #29353e;
  box-shadow: 2px 2px 5px #29353e;
}

html[dark-mode] .paginatedListItem .tooltip:before {
  border-bottom-color: #29353e;
}

html[dark-mode] .paginatedListItem .tooltip:after {
  border-bottom-color: #383838;
}

.checkedListTitle {
  height: 18px;
  line-height: 18px;
  padding: 3px 0 3px 0;
  margin-bottom: 6px;
  font-weight: bold;
}

.checkedListTitle span.normalSelect {
  display: inline;
}

.checkedListTitle span.allSelect {
  display: none;
}

.checkedListTitle.allSelected span.normalSelect {
  display: none;
}

.checkedListTitle.allSelected span.allSelect {
  display: inline;
}

.checkedList .emptyValue {
  margin-top: 8px;
  text-align: center;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html[data-product=e-follow] .checkedList button {
  border-radius: 6px;
  display: block;
  padding: 1px 6px 1px 25px;
  font-size: 1.07em;
  line-height: 30px;
  height: 30px;
  width: 100%;
  background-color: #efefef;
  background-image: none;
  color: #454545;
  border: 0;
  text-align: left;
  margin: 0 0 2px;
  box-shadow: none;
  position: relative;
}

html[data-product=e-follow] .checkedList button:before {
  font-family: IconFont;
  content: "\d7";
  font-size: 15px;
  color: #6699cc;
  position: absolute;
  top: 0;
  left: 7px;
}

html[data-product=e-follow] .checkedList button:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] .checkedList button:hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] .checkedList button:hover:before {
  color: #f4f4f4;
}

html[data-product=e-follow] .checkedList button:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=e-follow] .checkedList button:active:before {
  color: white;
}

html[data-product=mops] .checkedList button {
  border-radius: 6px;
  display: block;
  padding: 1px 6px 1px 25px;
  font-size: 1.07em;
  line-height: 30px;
  height: 30px;
  width: 100%;
  background-color: #efefef;
  background-image: none;
  color: #454545;
  border: 0;
  text-align: left;
  margin: 0 0 2px;
  box-shadow: none;
  position: relative;
}

html[data-product=mops] .checkedList button:before {
  font-family: IconFont;
  content: "\d7";
  font-size: 15px;
  color: #990000;
  position: absolute;
  top: 0;
  left: 7px;
}

html[data-product=mops] .checkedList button:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] .checkedList button:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] .checkedList button:hover:before {
  color: #f4f4f4;
}

html[data-product=mops] .checkedList button:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=mops] .checkedList button:active:before {
  color: #ffcccc;
}

html[data-product=docq] .checkedList button {
  border-radius: 6px;
  display: block;
  padding: 1px 6px 1px 25px;
  font-size: 1.07em;
  line-height: 30px;
  height: 30px;
  width: 100%;
  background-color: #efefef;
  background-image: none;
  color: #454545;
  border: 0;
  text-align: left;
  margin: 0 0 2px;
  box-shadow: none;
  position: relative;
}

html[data-product=docq] .checkedList button:before {
  font-family: IconFont;
  content: "\d7";
  font-size: 15px;
  color: #a93c58;
  position: absolute;
  top: 0;
  left: 7px;
}

html[data-product=docq] .checkedList button:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] .checkedList button:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] .checkedList button:hover:before {
  color: #f4f4f4;
}

html[data-product=docq] .checkedList button:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[data-product=docq] .checkedList button:active:before {
  color: white;
}

html[dark-mode] .checkedList button {
  background-color: #333333;
  background-image: none;
  color: #efefef;
}

html[dark-mode] .checkedList button:hover:before {
  color: #efefef;
}

ul.checkedList {
  list-style-type: none;
  margin: 0;
}

ul.checkedList button {
  height: 26px;
  line-height: 25px;
}

ul.checkedList button:before {
  top: 2px;
  font-family: IconFontRegular;
  content: "\f0c8";
}

ul.checkedList button.checked:before {
  font-family: IconFont;
  content: "\f14a";
}

.selectedList ul.checkedList button.checked:before {
  top: 1px;
  font-family: IconFont;
  content: "\d7";
  font-weight: bold;
}

.multiSelectionBox {
  height: 365px;
  width: 650px;
}

.multiSelectionBox .availableList, .multiSelectionBox .selectedList {
  float: left;
  width: 320px;
}

.multiSelectionBox .availableList {
  margin-right: 10px;
}

.multiSelectionBox .msb-header {
  height: 40px;
  overflow: hidden;
}

.multiSelectionBox .msb-list {
  height: 310px;
  overflow: hidden;
}

.multiSelectionBox .msb-list .multiSelect {
  height: 280px;
}

.multiSelectionBox .msb-footer {
  height: 25px;
  margin-top: 5px;
  overflow: hidden;
}

.collection {
  border-color: #a9a9a9;
}

.collection .device {
  background-color: #f4f4f4;
  color: #454545 !important;
  border: 0 solid;
  border-bottom: 2px solid;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
}

.collection .device:hover {
  text-decoration: none;
}

.collection .device:hover div {
  color: #f4f4f4;
}

html[data-product=e-follow] .collection .device:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] .collection .device:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] .collection .device:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] .collection .device:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] .collection .device:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] .collection .device:hover :after {
  color: #f4f4f4;
}

html[data-product=e-follow] .collection .device:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=mops] .collection .device:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=docq] .collection .device:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

html[dark-mode] .collection {
  border-color: #606060;
}

html[dark-mode] .collection .device {
  background-color: #383838;
  color: #efefef !important;
}

html[dark-mode] .collection .device:hover div {
  color: #383838;
}

html[data-product=e-follow] .helpMarker {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

html[data-product=e-follow] .helpMarker:not(.noAfter):after {
  color: #6699cc;
  content: "\f059";
  font-size: 13pt !important;
  line-height: 1em;
  font-family: IconFontRegular;
}

html[data-product=e-follow] .helpMarker:not(.noAfter):hover:after {
  color: #6699cc;
  content: "\f059";
  font-size: 13pt !important;
  line-height: 1em;
  font-family: IconFont;
}

html[data-product=e-follow] .helpMarker:not(.noAfter):active:after {
  color: #b3cce6;
}

html[data-product=e-follow] .helpMarker.inline {
  display: inline-block;
  vertical-align: top;
}

html[data-product=e-follow] .helpMarker .tooltip {
  box-shadow: 3px 3px 7px #8e8e8e;
  border-radius: 4px;
  display: none;
  padding: 6px;
  border: 1px solid #dbdbdb;
  z-index: 29;
  min-width: 170px;
  background-color: #f4f4f4;
  opacity: 1;
  position: absolute;
  left: -6px;
  top: 24px;
  white-space: normal;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html[data-product=e-follow] .helpMarker .tooltip.on {
  display: block;
}

html[data-product=e-follow] .helpMarker .tooltip:hover {
  background-color: #f9f9f9;
}

html[data-product=e-follow] .helpMarker .tooltip:before {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #dbdbdb;
  height: 0;
  width: 0;
  top: -16px;
  left: 5px;
}

html[data-product=e-follow] .helpMarker .tooltip.top-right {
  top: 24px;
  right: -6px;
  bottom: auto;
  left: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.top-right:before {
  border: 8px solid transparent;
  border-bottom-color: #dbdbdb;
  top: -16px;
  right: 5px;
  bottom: auto;
  left: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.bottom-left {
  bottom: 24px;
  left: -6px;
  top: auto;
  right: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.bottom-left:before {
  border: 8px solid transparent;
  border-top-color: #dbdbdb;
  bottom: -16px;
  left: 5px;
  top: auto;
  right: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.bottom-right {
  bottom: 24px;
  right: -6px;
  top: auto;
  left: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.bottom-right:before {
  border: 8px solid transparent;
  border-top-color: #dbdbdb;
  bottom: -16px;
  right: 5px;
  top: auto;
  left: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.left-top {
  left: 24px;
  top: -6px;
  right: auto;
  bottom: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.left-top:before {
  border: 8px solid transparent;
  border-right-color: #dbdbdb;
  top: 5px;
  left: -16px;
  right: auto;
  bottom: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.left-bottom {
  left: 24px;
  bottom: -6px;
  right: auto;
  top: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.left-bottom:before {
  border: 8px solid transparent;
  border-right-color: #dbdbdb;
  left: -16px;
  bottom: 5px;
  right: auto;
  top: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.right-top {
  right: 24px;
  top: -6px;
  left: auto;
  bottom: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.right-top:before {
  border: 8px solid transparent;
  border-left-color: #dbdbdb;
  right: -16px;
  top: 5px;
  left: auto;
  bottom: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.right-bottom {
  right: 24px;
  bottom: -6px;
  left: auto;
  top: auto;
}

html[data-product=e-follow] .helpMarker .tooltip.right-bottom:before {
  border: 8px solid transparent;
  border-left-color: #dbdbdb;
  right: -16px;
  bottom: 5px;
  left: auto;
  top: auto;
}

html[data-product=mops] .helpMarker {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

html[data-product=mops] .helpMarker:not(.noAfter):after {
  color: #990000;
  content: "\f059";
  font-size: 13pt !important;
  line-height: 1em;
  font-family: IconFontRegular;
}

html[data-product=mops] .helpMarker:not(.noAfter):hover:after {
  color: #990000;
  content: "\f059";
  font-size: 13pt !important;
  line-height: 1em;
  font-family: IconFont;
}

html[data-product=mops] .helpMarker:not(.noAfter):active:after {
  color: red;
}

html[data-product=mops] .helpMarker.inline {
  display: inline-block;
  vertical-align: top;
}

html[data-product=mops] .helpMarker .tooltip {
  box-shadow: 3px 3px 7px #8e8e8e;
  border-radius: 4px;
  display: none;
  padding: 6px;
  border: 1px solid #dbdbdb;
  z-index: 29;
  min-width: 170px;
  background-color: #f4f4f4;
  opacity: 1;
  position: absolute;
  left: -6px;
  top: 24px;
  white-space: normal;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html[data-product=mops] .helpMarker .tooltip.on {
  display: block;
}

html[data-product=mops] .helpMarker .tooltip:hover {
  background-color: #f9f9f9;
}

html[data-product=mops] .helpMarker .tooltip:before {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #dbdbdb;
  height: 0;
  width: 0;
  top: -16px;
  left: 5px;
}

html[data-product=mops] .helpMarker .tooltip.top-right {
  top: 24px;
  right: -6px;
  bottom: auto;
  left: auto;
}

html[data-product=mops] .helpMarker .tooltip.top-right:before {
  border: 8px solid transparent;
  border-bottom-color: #dbdbdb;
  top: -16px;
  right: 5px;
  bottom: auto;
  left: auto;
}

html[data-product=mops] .helpMarker .tooltip.bottom-left {
  bottom: 24px;
  left: -6px;
  top: auto;
  right: auto;
}

html[data-product=mops] .helpMarker .tooltip.bottom-left:before {
  border: 8px solid transparent;
  border-top-color: #dbdbdb;
  bottom: -16px;
  left: 5px;
  top: auto;
  right: auto;
}

html[data-product=mops] .helpMarker .tooltip.bottom-right {
  bottom: 24px;
  right: -6px;
  top: auto;
  left: auto;
}

html[data-product=mops] .helpMarker .tooltip.bottom-right:before {
  border: 8px solid transparent;
  border-top-color: #dbdbdb;
  bottom: -16px;
  right: 5px;
  top: auto;
  left: auto;
}

html[data-product=mops] .helpMarker .tooltip.left-top {
  left: 24px;
  top: -6px;
  right: auto;
  bottom: auto;
}

html[data-product=mops] .helpMarker .tooltip.left-top:before {
  border: 8px solid transparent;
  border-right-color: #dbdbdb;
  top: 5px;
  left: -16px;
  right: auto;
  bottom: auto;
}

html[data-product=mops] .helpMarker .tooltip.left-bottom {
  left: 24px;
  bottom: -6px;
  right: auto;
  top: auto;
}

html[data-product=mops] .helpMarker .tooltip.left-bottom:before {
  border: 8px solid transparent;
  border-right-color: #dbdbdb;
  left: -16px;
  bottom: 5px;
  right: auto;
  top: auto;
}

html[data-product=mops] .helpMarker .tooltip.right-top {
  right: 24px;
  top: -6px;
  left: auto;
  bottom: auto;
}

html[data-product=mops] .helpMarker .tooltip.right-top:before {
  border: 8px solid transparent;
  border-left-color: #dbdbdb;
  right: -16px;
  top: 5px;
  left: auto;
  bottom: auto;
}

html[data-product=mops] .helpMarker .tooltip.right-bottom {
  right: 24px;
  bottom: -6px;
  left: auto;
  top: auto;
}

html[data-product=mops] .helpMarker .tooltip.right-bottom:before {
  border: 8px solid transparent;
  border-left-color: #dbdbdb;
  right: -16px;
  bottom: 5px;
  left: auto;
  top: auto;
}

html[data-product=docq] .helpMarker {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

html[data-product=docq] .helpMarker:not(.noAfter):after {
  color: #a93c58;
  content: "\f059";
  font-size: 13pt !important;
  line-height: 1em;
  font-family: IconFontRegular;
}

html[data-product=docq] .helpMarker:not(.noAfter):hover:after {
  color: #a93c58;
  content: "\f059";
  font-size: 13pt !important;
  line-height: 1em;
  font-family: IconFont;
}

html[data-product=docq] .helpMarker:not(.noAfter):active:after {
  color: #d07b91;
}

html[data-product=docq] .helpMarker.inline {
  display: inline-block;
  vertical-align: top;
}

html[data-product=docq] .helpMarker .tooltip {
  box-shadow: 3px 3px 7px #8e8e8e;
  border-radius: 4px;
  display: none;
  padding: 6px;
  border: 1px solid #dbdbdb;
  z-index: 29;
  min-width: 170px;
  background-color: #f4f4f4;
  opacity: 1;
  position: absolute;
  left: -6px;
  top: 24px;
  white-space: normal;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html[data-product=docq] .helpMarker .tooltip.on {
  display: block;
}

html[data-product=docq] .helpMarker .tooltip:hover {
  background-color: #f9f9f9;
}

html[data-product=docq] .helpMarker .tooltip:before {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #dbdbdb;
  height: 0;
  width: 0;
  top: -16px;
  left: 5px;
}

html[data-product=docq] .helpMarker .tooltip.top-right {
  top: 24px;
  right: -6px;
  bottom: auto;
  left: auto;
}

html[data-product=docq] .helpMarker .tooltip.top-right:before {
  border: 8px solid transparent;
  border-bottom-color: #dbdbdb;
  top: -16px;
  right: 5px;
  bottom: auto;
  left: auto;
}

html[data-product=docq] .helpMarker .tooltip.bottom-left {
  bottom: 24px;
  left: -6px;
  top: auto;
  right: auto;
}

html[data-product=docq] .helpMarker .tooltip.bottom-left:before {
  border: 8px solid transparent;
  border-top-color: #dbdbdb;
  bottom: -16px;
  left: 5px;
  top: auto;
  right: auto;
}

html[data-product=docq] .helpMarker .tooltip.bottom-right {
  bottom: 24px;
  right: -6px;
  top: auto;
  left: auto;
}

html[data-product=docq] .helpMarker .tooltip.bottom-right:before {
  border: 8px solid transparent;
  border-top-color: #dbdbdb;
  bottom: -16px;
  right: 5px;
  top: auto;
  left: auto;
}

html[data-product=docq] .helpMarker .tooltip.left-top {
  left: 24px;
  top: -6px;
  right: auto;
  bottom: auto;
}

html[data-product=docq] .helpMarker .tooltip.left-top:before {
  border: 8px solid transparent;
  border-right-color: #dbdbdb;
  top: 5px;
  left: -16px;
  right: auto;
  bottom: auto;
}

html[data-product=docq] .helpMarker .tooltip.left-bottom {
  left: 24px;
  bottom: -6px;
  right: auto;
  top: auto;
}

html[data-product=docq] .helpMarker .tooltip.left-bottom:before {
  border: 8px solid transparent;
  border-right-color: #dbdbdb;
  left: -16px;
  bottom: 5px;
  right: auto;
  top: auto;
}

html[data-product=docq] .helpMarker .tooltip.right-top {
  right: 24px;
  top: -6px;
  left: auto;
  bottom: auto;
}

html[data-product=docq] .helpMarker .tooltip.right-top:before {
  border: 8px solid transparent;
  border-left-color: #dbdbdb;
  right: -16px;
  top: 5px;
  left: auto;
  bottom: auto;
}

html[data-product=docq] .helpMarker .tooltip.right-bottom {
  right: 24px;
  bottom: -6px;
  left: auto;
  top: auto;
}

html[data-product=docq] .helpMarker .tooltip.right-bottom:before {
  border: 8px solid transparent;
  border-left-color: #dbdbdb;
  right: -16px;
  bottom: 5px;
  left: auto;
  top: auto;
}

html[data-product=e-follow][dark-mode] .helpMarker:after {
  color: #8cb3d9;
}

html[data-product=e-follow][dark-mode] .helpMarker:hover:after {
  color: #8cb3d9;
}

html[data-product=e-follow][dark-mode] .helpMarker:active:after {
  color: #b3cce6;
}

html[data-product=e-follow][dark-mode] .helpMarker .tooltip {
  box-shadow: 3px 3px 7px black;
  border: 1px solid #1f1f1f;
  background-color: #383838;
}

html[data-product=e-follow][dark-mode] .helpMarker .tooltip:hover {
  background-color: #3d3d3d;
}

html[data-product=e-follow][dark-mode] .helpMarker .tooltip:before {
  border-bottom-color: #1f1f1f;
}

html[data-product=e-follow][dark-mode] .helpMarker .tooltip.left-top:before {
  border-right-color: #1f1f1f;
}

html[data-product=mops][dark-mode] .helpMarker:after {
  color: #cc0000;
}

html[data-product=mops][dark-mode] .helpMarker:hover:after {
  color: #cc0000;
}

html[data-product=mops][dark-mode] .helpMarker:active:after {
  color: red;
}

html[data-product=mops][dark-mode] .helpMarker .tooltip {
  box-shadow: 3px 3px 7px black;
  border: 1px solid #1f1f1f;
  background-color: #383838;
}

html[data-product=mops][dark-mode] .helpMarker .tooltip:hover {
  background-color: #3d3d3d;
}

html[data-product=mops][dark-mode] .helpMarker .tooltip:before {
  border-bottom-color: #1f1f1f;
}

html[data-product=mops][dark-mode] .helpMarker .tooltip.left-top:before {
  border-right-color: #1f1f1f;
}

html[data-product=docq][dark-mode] .helpMarker:after {
  color: #c35571;
}

html[data-product=docq][dark-mode] .helpMarker:hover:after {
  color: #c35571;
}

html[data-product=docq][dark-mode] .helpMarker:active:after {
  color: #d07b91;
}

html[data-product=docq][dark-mode] .helpMarker .tooltip {
  box-shadow: 3px 3px 7px black;
  border: 1px solid #1f1f1f;
  background-color: #383838;
}

html[data-product=docq][dark-mode] .helpMarker .tooltip:hover {
  background-color: #3d3d3d;
}

html[data-product=docq][dark-mode] .helpMarker .tooltip:before {
  border-bottom-color: #1f1f1f;
}

html[data-product=docq][dark-mode] .helpMarker .tooltip.left-top:before {
  border-right-color: #1f1f1f;
}

ol.single-list {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  border: 1px solid #c1c1c1;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  height: 420px;
}

html[dark-mode] ol.single-list {
  background-color: #383838;
  border: 1px solid #050505;
}

li.single-list-entry {
  border-radius: 3px;
  cursor: pointer;
  font-family: verdana, helvetica, arial, sans-serif;
  padding: 8px 10px 8px 10px;
  margin: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

li.single-list-entry.selected {
  color: #f4f4f4;
}

html[data-product=e-follow] li.single-list-entry.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #7da8d4 0%, #4f8ac4 100%);
}

html[data-product=e-follow] li.single-list-entry.selected :after {
  color: #f4f4f4;
}

html[data-product=mops] li.single-list-entry.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #b80000 0%, #7a0000 100%);
}

html[data-product=mops] li.single-list-entry.selected :after {
  color: #f4f4f4;
}

html[data-product=docq] li.single-list-entry.selected {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #bd4665 0%, #92344c 100%);
}

html[data-product=docq] li.single-list-entry.selected :after {
  color: #f4f4f4;
}

li.single-list-entry:hover {
  color: #f4f4f4;
}

html[data-product=e-follow] li.single-list-entry:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #a3c2e0 0%, #75a3d1 100%);
}

html[data-product=e-follow] li.single-list-entry:hover :after {
  color: #f4f4f4;
}

html[data-product=mops] li.single-list-entry:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eb0000 0%, #ad0000 100%);
}

html[data-product=mops] li.single-list-entry:hover :after {
  color: #f4f4f4;
}

html[data-product=docq] li.single-list-entry:hover {
  color: #f4f4f4;
  background-image: linear-gradient(to bottom, #cb6c84 0%, #b84160 100%);
}

html[data-product=docq] li.single-list-entry:hover :after {
  color: #f4f4f4;
}

li.single-list-entry:active {
  color: #f4f4f4;
}

html[data-product=e-follow] li.single-list-entry:active {
  color: white;
  background-image: linear-gradient(to bottom, #4f8ac4 0%, #7da8d4 100%);
}

html[data-product=mops] li.single-list-entry:active {
  color: #ffcccc;
  background-image: linear-gradient(to bottom, #7a0000 0%, #b80000 100%);
}

html[data-product=docq] li.single-list-entry:active {
  color: white;
  background-image: linear-gradient(to bottom, #92344c 0%, #bd4665 100%);
}

li.single-list-entry.hidden {
  display: none;
}

html[dark-mode] li.single-list-entry.selected {
  color: "Trebuchet MS", verdana, arial, sans !important;
}

html[dark-mode] li.single-list-entry:hover {
  color: "Trebuchet MS", verdana, arial, sans !important;
}

html[dark-mode] li.single-list-entry:active {
  color: "Trebuchet MS", verdana, arial, sans !important;
}

/* ContentPanel, ListPanel, ValuePanel corresponding to JS core classes */
.core-contentPanel {
  clear: both;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  box-sizing: border-box;
  width: 100%;
  min-height: 420px;
  border-radius: 4px;
  border: 1px solid #78899a;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 0.8em;
  background-color: #ffffff;
}

.core-contentPanel.hidden {
  display: none;
}

.core-contentRow {
  display: table-row;
  vertical-align: top;
}

.core-valuePanel, .core-listPanel, .core-valuePanel-empty {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px;
}

.core-listPanel {
  min-width: 206px;
  width: 206px;
  max-width: 206px;
}

.core-valuePanel, .core-valuePanel-empty {
  min-width: 478px;
  width: 478px;
  max-width: 478px;
}

.core-valuePanel.hidden, .core-valuePanel-empty.hidden {
  display: none;
}

.core-valuePanel-empty {
  vertical-align: middle;
}

.core-contentPanel-with-tabs {
  border: transparent;
  background-color: transparent;
}

.core-contentPanel-with-tabs .core-listPanel {
  padding-right: 0;
  padding-left: 0;
  min-width: 151px;
  width: 151px;
  max-width: 151px;
}

.core-contentPanel-with-tabs ol.single-list {
  background-color: transparent;
  border: none;
  position: relative;
  left: 1px;
}

.core-contentPanel-with-tabs li.single-list-entry {
  color: #ffffff !important;
  background-image: linear-gradient(to bottom, #78899a 0%, #78899a 100%) !important;
  border: 1px solid #78899a;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 0 6px 3px;
  padding: 14px 15px 14px 15px;
  font-weight: bold;
  position: relative;
  left: 15px;
  transition: left 0.2s ease-out 0s;
}

.core-contentPanel-with-tabs li.single-list-entry.selected {
  color: #454545 !important;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
  left: 0;
  box-shadow: 0 1px 3px #78899a !important;
}

.core-contentPanel-with-tabs li.single-list-entry:hover {
  color: #454545 !important;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
  left: 0;
  box-shadow: 0 1px 3px #78899a !important;
}

.core-contentPanel-with-tabs li.single-list-entry:active {
  color: #454545 !important;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
  left: 0;
}

.core-contentPanel-with-tabs .core-valuePanel, .core-contentPanel-with-tabs .core-valuePanel-empty {
  min-width: 533px;
  width: 533px;
  max-width: 533px;
  background-color: #ffffff;
  border-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #78899a;
  padding: 15px;
  overflow: hidden;
}

html[dark-mode] .core-contentPanel-with-tabs ol.single-list {
  background-color: transparent;
  border: none;
  position: relative;
  left: 1px;
}

html[dark-mode] .core-contentPanel-with-tabs li.single-list-entry {
  color: #7590a4 !important;
  background-image: linear-gradient(to bottom, #29353e 0%, #29353e 100%) !important;
  border: 1px solid #29353e;
  border-right: none;
}

html[dark-mode] .core-contentPanel-with-tabs li.single-list-entry.selected {
  color: #efefef !important;
  background-image: linear-gradient(to bottom, #2b2b2b 0%, #2b2b2b 100%) !important;
  box-shadow: 0 1px 3px #2b2b2b !important;
}

html[dark-mode] .core-contentPanel-with-tabs li.single-list-entry:hover {
  color: #efefef !important;
  background-image: linear-gradient(to bottom, #2b2b2b 0%, #2b2b2b 100%) !important;
  box-shadow: 0 1px 3px #2b2b2b !important;
}

html[dark-mode] .core-contentPanel-with-tabs li.single-list-entry:active {
  color: #efefef !important;
  background-image: linear-gradient(to bottom, #2b2b2b 0%, #2b2b2b 100%) !important;
}

html[dark-mode] .core-contentPanel-with-tabs .core-valuePanel, html[dark-mode] .core-contentPanel-with-tabs .core-valuePanel-empty {
  background-color: #2b2b2b;
  border: 1px solid #29353e;
}

.popup {
  border-radius: 6px;
  display: none;
  position: absolute;
  margin-top: 6px;
  background-color: #8796a5;
  box-shadow: 3px 3px 10px #0c1b0c80;
  color: #f4f4f4;
  z-index: 99;
}

html[dark-mode] .popup {
  background-color: #33424d;
}

#box .customFooter {
  margin: 7px 20px;
  text-align: right;
}

#box .customFooter button, #box .customFooter span.button {
  width: unset;
  min-width: 126px;
}

#box .customFooter .hidden {
  display: none !important;
}

.fill {
  width: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
}

.scrollableArea {
  height: 0;
  flex: auto;
  padding: 0 15px 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.verticalFlexLayout {
  height: 100%;
  display: flex;
  flex-direction: column;
}

html[data-product=e-follow] .primary-color {
  color: #6699cc;
}

html[data-product=mops] .primary-color {
  color: #990000;
}

html[data-product=docq] .primary-color {
  color: #a93c58;
}

drag-divider {
  display: flex;
  min-width: 10px;
  width: 10px;
  max-width: 10px;
  background-color: #f4f4f4;
  box-shadow: 0 0 2px 0 #f4f4f4;
  margin: 0 5px;
  border-radius: 5px;
  z-index: 1;
}

html[data-product=e-follow] drag-divider .dragPoint {
  width: 2px;
  height: 40px;
  margin: auto;
  cursor: col-resize;
  border-left: 2px solid #6699cc;
  border-right: 2px solid #6699cc;
}

html[data-product=e-follow] drag-divider .dragPoint:hover {
  border-left-color: #7da8d4;
  border-right-color: #7da8d4;
}

html[data-product=mops] drag-divider .dragPoint {
  width: 2px;
  height: 40px;
  margin: auto;
  cursor: col-resize;
  border-left: 2px solid #990000;
  border-right: 2px solid #990000;
}

html[data-product=mops] drag-divider .dragPoint:hover {
  border-left-color: #b80000;
  border-right-color: #b80000;
}

html[data-product=docq] drag-divider .dragPoint {
  width: 2px;
  height: 40px;
  margin: auto;
  cursor: col-resize;
  border-left: 2px solid #a93c58;
  border-right: 2px solid #a93c58;
}

html[data-product=docq] drag-divider .dragPoint:hover {
  border-left-color: #bd4665;
  border-right-color: #bd4665;
}

html[dark-mode] drag-divider {
  background-color: #383838;
  box-shadow: 0 0 2px 0 #383838;
}

.mouse-hint {
  background-color: #f4f4f4;
  border: 1px solid #78899a;
  border-radius: 2px;
  box-shadow: 0 0 8px 0 #00000050;
  color: #454545;
  display: block;
  padding: 0 4px;
  pointer-events: none;
  z-index: 1000;
}

html[dark-mode] .mouse-hint {
  background-color: #383838;
  border: 1px solid #29353e;
  border-radius: 2px;
  box-shadow: 0 0 8px 0 #50505050;
  color: #efefef;
  display: block;
  padding: 0 4px;
  pointer-events: none;
  z-index: 1000;
}