@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese);
/*! jQuery UI - v1.11.4 - 2017-02-07
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default!important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

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

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.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;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.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;
}

.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: 45%;
}

.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;
}

.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-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.ic-icon,
.cq-text-icon {
  display: block;
  height: 24px;
  width: 24px;
  line-height: 32px;
  transition: all 0.2s 0.15s;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
}

.ic-icon.ciq-favorite svg,
.ic-icon.ic-favorite svg,
.cq-text-icon.ciq-favorite svg,
.cq-text-icon.ic-favorite svg {
  fill: none !important;
}

.smartcharts-light .ic-icon.ciq-favorite svg,
.smartcharts-light .ic-icon.ic-favorite svg,
.smartcharts-light .cq-text-icon.ciq-favorite svg,
.smartcharts-light .cq-text-icon.ic-favorite svg {
  stroke: rgba(0,0,0,0.8);
}

.smartcharts-dark .ic-icon.ciq-favorite svg,
.smartcharts-dark .ic-icon.ic-favorite svg,
.smartcharts-dark .cq-text-icon.ciq-favorite svg,
.smartcharts-dark .cq-text-icon.ic-favorite svg {
  stroke: #999;
}

.smartcharts-light .ic-icon.ciq-active-favorite svg,
.smartcharts-light .cq-text-icon.ciq-active-favorite svg {
  fill: #f93 !important;
  stroke: #f93 !important;
}

.smartcharts-dark .ic-icon.ciq-active-favorite svg,
.smartcharts-dark .cq-text-icon.ciq-active-favorite svg {
  fill: #f93 !important;
  stroke: #f93 !important;
}

.ic-icon.margin,
.cq-text-icon.margin {
  margin: 0 5px;
}

.ic-icon svg,
.cq-text-icon svg {
  position: relative;
}

.ic-icon br,
.ic-icon .ic-subtitle,
.cq-text-icon br,
.cq-text-icon .ic-subtitle {
  display: none;
}

.ic-icon-with-sub {
  height: auto !important;
  width: auto !important;
  line-height: 15px;
}

.ic-icon-with-sub br,
.ic-icon-with-sub .ic-subtitle {
  display: inline;
}

.smartcharts-light .cq-chart-controls .cq-menu-btn .ic-icon>svg,
.smartcharts-light .cq-filter .ic-icon>svg,
.smartcharts-light .cq-active-options .ic-icon>svg,
.smartcharts-light .titlebar>.icons .ic-icon>svg,
.smartcharts-light .cq-draw-button .ic-icon>svg,
.smartcharts-light .cq-lookup-input .ic-icon>svg,
.smartcharts-light .template-name .ic-icon>svg,
.smartcharts-light .ciq-views .ciq-list-item .ic-icon>svg,
.smartcharts-light .ciq-chart-dialog .ic-icon>svg,
.smartcharts-light .cq-menu-dropdown .title .ic-icon>svg,
.smartcharts-light .ciq-chart-types .ciq-list-item .ic-icon>svg {
  fill: rgba(0,0,0,0.8);
  stroke: rgba(0,0,0,0.8);
}

.smartcharts-dark .cq-chart-controls .cq-menu-btn .ic-icon>svg,
.smartcharts-dark .cq-filter .ic-icon>svg,
.smartcharts-dark .cq-active-options .ic-icon>svg,
.smartcharts-dark .titlebar>.icons .ic-icon>svg,
.smartcharts-dark .cq-draw-button .ic-icon>svg,
.smartcharts-dark .cq-lookup-input .ic-icon>svg,
.smartcharts-dark .template-name .ic-icon>svg,
.smartcharts-dark .ciq-views .ciq-list-item .ic-icon>svg,
.smartcharts-dark .ciq-chart-dialog .ic-icon>svg,
.smartcharts-dark .cq-menu-dropdown .title .ic-icon>svg,
.smartcharts-dark .ciq-chart-types .ciq-list-item .ic-icon>svg {
  fill: #999;
  stroke: #999;
}

.stx-ico-up {
  transform: rotate(180deg);
}

.smartcharts-light .stx-btn-panel>span>svg {
  fill: rgba(0,0,0,0.8);
  stroke: rgba(0,0,0,0.8);
}

.smartcharts-dark .stx-btn-panel>span>svg {
  fill: #999;
  stroke: #999;
}

.smartcharts-light .cq-chart-controls .stxMenuActive .cq-menu-btn .ic-icon svg,
.smartcharts-light .ciq-aggregate-setting>.ic-icon:hover svg,
.smartcharts-light .cq-active-options .ic-icon:hover svg,
.smartcharts-light .ciq-chart-types .ciq-list-item .active.ic-icon svg {
  fill: #2a3052;
  stroke: #2a3052;
}

.smartcharts-dark .cq-chart-controls .stxMenuActive .cq-menu-btn .ic-icon svg,
.smartcharts-dark .ciq-aggregate-setting>.ic-icon:hover svg,
.smartcharts-dark .cq-active-options .ic-icon:hover svg,
.smartcharts-dark .ciq-chart-types .ciq-list-item .active.ic-icon svg {
  fill: #fff;
  stroke: #fff;
}

.ic-frx,
.ic-otc,
.ic-wld {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.ic-frx>span,
.ic-otc>span,
.ic-wld>span {
  position: absolute;
}

.ic-frx>span:last-child {
  top: 8px;
  left: 8px;
}

.ic-otc>span {
  top: 5px;
}

.ic-otc>span:last-child {
  top: -8px;
  left: 9px;
}

.ic-wld>span:last-child {
  top: -9px;
  left: 11px;
}

.ic-wld>span:last-child>svg {
  width: 12px;
  height: 8px;
}

.ic-icon.ic-frxXAUUSD>svg {
  fill: #ffd700;
}

.ic-icon.ic-frxXPDUSD>svg {
  fill: #e9eaf0;
}

.ic-icon.ic-frxXPTUSD>svg {
  fill: #f4f3f3;
}

.ic-icon.ic-frxXAGUSD>svg {
  fill: #e1e1e1;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu {
  padding: 0px;
}

.smartcharts-mobile br,
.smartcharts-mobile .ic-subtitle {
  display: none;
}

.ciq-chart-types .cq-menu-dropdown {
  width: 200px;
  box-sizing: border-box;
}

.ciq-chart-types .cq-menu-dropdown .body {
  padding: 0 7px 0 16px;
}

.ciq-chart-types .ciq-list {
  padding-right: 9px;
}

.ciq-chart-types .ciq-list .ciq-list-item {
  padding: 0;
  justify-content: space-between;
}

.ciq-chart-types .ciq-list .ciq-list-item>.left {
  display: inline-flex;
  align-items: center;
}

.ciq-chart-types .ciq-list .ciq-list-item>.ciq-aggregate-setting {
  margin-right: 5px;
}

.ciq-chart-types .ciq-list .ciq-list-item :last-child .ic-icon>svg {
  stroke: none;
}

.smartcharts-mobile .ciq-chart-types .ciq-toggle-asset-information {
  margin: 15px 15px 0;
}

.cq-dialog {
  width: 344px;
  left: calc(50% - 344px / 2);
  top: auto;
  border-radius: 5px;
  position: absolute;
  opacity: 0;
  margin-top: 120px;
  box-shadow: 0 0 0.63em 0.03em rgba(0,0,0,0.14);
  visibility: hidden;
  z-index: -3;
  transition: pointer-events 0.2s cubic-bezier(0.64, 0.04, 0.35, 1),transform 0.25s cubic-bezier(0.64, 0.04, 0.35, 1),opacity 0.17s cubic-bezier(0.64, 0.04, 0.35, 1),z-index 0.17s cubic-bezier(0.64, 0.04, 0.35, 1);
}

.smartcharts-light .cq-dialog {
  background: #fff;
}

.smartcharts-dark .cq-dialog {
  background: #151717;
}

.cq-dialog.open {
  visibility: visible;
  margin-top: 0px;
  opacity: 1;
  z-index: 3;
}

.smartcharts-mobile .cq-dialog {
  left: 10px;
  width: calc(100% - 20px);
}

.smartcharts-mobile .cq-dialog .cq-titlebar {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.smartcharts-light .smartcharts-mobile .cq-dialog .cq-titlebar {
  color: #333;
  border-bottom: 2px solid #f2f3f4;
}

.smartcharts-dark .smartcharts-mobile .cq-dialog .cq-titlebar {
  color: #fff;
  border-bottom: 2px solid #151717;
}

.smartcharts-mobile .cq-dialog .cq-titlebar :last-child {
  margin-left: auto;
}

.smartcharts-mobile .cq-dialog .cq-titlebar .cq-title {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 10px;
}

.ciq-views .cq-menu-dropdown {
  width: 260px;
  height: 196px;
}

.ciq-views .cq-menu-dropdown .template-name {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 4px 0 16px;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
}

.smartcharts-light .ciq-views .cq-menu-dropdown .template-name {
  border: 1px solid #eaeced;
  background: #fff;
}

.smartcharts-dark .ciq-views .cq-menu-dropdown .template-name {
  border: 1px solid #1d1f20;
  background: #0e0e0e;
}

.ciq-views .cq-menu-dropdown .template-name .icon {
  display: flex;
  justify-content: flex-end;
}

.ciq-views .cq-menu-dropdown .template-name .icon.hide {
  display: none;
}

.ciq-views .cq-menu-dropdown .template-name .add {
  display: flex;
  flex-grow: 8;
}

.ciq-views .cq-menu-dropdown .template-name .add-new {
  flex: 8 0 0;
  cursor: pointer;
}

.ciq-views .cq-menu-dropdown .template-name .view-input {
  font-size: 1.2em;
  font-weight: normal;
  width: 100%;
  padding: 0 30px 0 5px;
  border: none;
  outline: none;
}

.smartcharts-light .ciq-views .cq-menu-dropdown .template-name .view-input {
  color: #7f8397;
  background-color: #fff;
}

.smartcharts-dark .ciq-views .cq-menu-dropdown .template-name .view-input {
  color: #eaeced;
  background-color: #0e0e0e;
}

.ciq-views .cq-menu-dropdown .content {
  display: block;
  height: 140px;
  padding: 16px 16px 0;
  position: relative;
}

.ciq-views .cq-menu-dropdown .content .ciq-list {
  max-height: 107px !important;
  width: 100%;
  display: block;
}

.ciq-views .cq-menu-dropdown .content .ciq-list .ciq-list-item {
  align-items: center;
  justify-content: flex-start;
  display: flex;
}

.smartcharts-light .ciq-views .cq-menu-dropdown .content .ciq-list .ciq-list-item:hover {
  color: #7f8397;
}

.smartcharts-dark .ciq-views .cq-menu-dropdown .content .ciq-list .ciq-list-item:hover {
  color: #fff;
}

.ciq-views .cq-menu-dropdown .content .ciq-list .ciq-list-item:hover .ic-icon {
  opacity: 1;
}

.smartcharts-light .ciq-views .cq-menu-dropdown .content .ciq-list .ciq-list-item:hover .ic-icon {
  color: #7f8397;
}

.smartcharts-dark .ciq-views .cq-menu-dropdown .content .ciq-list .ciq-list-item:hover .ic-icon {
  color: #fff;
}

.ciq-views .cq-menu-dropdown .content .ciq-list .ciq-list-item .ciq-list-item-text {
  width: calc(100% - 40px);
}

.ciq-views .cq-menu-dropdown .content .ciq-list .ciq-list-item .ic-icon {
  justify-content: flex-end;
  width: 40px;
  opacity: 0;
  transition: opacity 0.15s 0.2s;
}

.ciq-views .cq-menu-dropdown .content .ciq-list .ciq-list-item:first-child {
  border-top: none;
  margin-top: 0px !important;
  border-radius: 0px;
}

.ciq-views .cq-menu-dropdown .content .ciq-list .ciq-list-item:last-child {
  margin-bottom: 0px !important;
}

.ciq-views .ovrwrit-alrt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 40;
}

.smartcharts-light .ciq-views .ovrwrit-alrt {
  background-color: #f2f3f4;
}

.smartcharts-dark .ciq-views .ovrwrit-alrt {
  background-color: #151717;
}

.ciq-views .ovrwrit-alrt .ovrwrit-alrt-title {
  text-align: center;
}

.ciq-views .ovrwrit-alrt .ovrwrit-alrt-title .ic-icon {
  width: 100%;
  margin-bottom: 10px;
}

.ciq-views .ovrwrit-alrt .ovrwrit-alrt-title .ic-icon>svg {
  width: 24px;
  height: 24px;
}

.ciq-views .ovrwrit-alrt .ovrwrit-alrt-title>span {
  display: block;
  text-align: center;
  height: 20px;
}

.ciq-views .ovrwrit-alrt .ovrwrit-alrt-buttons {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 16px;
  right: 30px;
  font-weight: bold;
}

.ciq-views .ovrwrit-alrt .ovrwrit-alrt-buttons>div {
  width: 90px;
  text-align: center;
  cursor: pointer;
}

.smartcharts-light .ciq-views .ovrwrit-alrt .ovrwrit-alrt-buttons>div {
  color: #2a3052;
}

.smartcharts-dark .ciq-views .ovrwrit-alrt .ovrwrit-alrt-buttons>div {
  color: #fff;
}

.smartcharts-mobile .cq-menu-dropdown .dropdown-title .icon {
  flex: none;
}

.smartcharts-mobile .cq-menu-dropdown .content .ciq-list .ciq-list-inner {
  width: 100%;
}

.smartcharts-mobile .cq-menu-dropdown .content .ciq-list .ciq-list-item .ic-icon {
  opacity: 1;
}

.cq-slider {
  width: 150px;
  height: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.cq-slider .cq-slider-range {
  position: relative;
  width: 120px;
  margin-top: 8px;
  height: 10px;
}

.cq-slider .cq-slider-range>input,
.cq-slider .cq-slider-range div {
  position: absolute;
  left: 0px;
  top: 0px;
}

.cq-slider .cq-slider-range input[type='range'] {
  -webkit-appearance: none;
  width: 120px;
  margin: 0;
  background: transparent;
  height: 12px;
  top: -6px;
}

.cq-slider .cq-slider-range input[type='range']:focus {
  outline: none;
}

.cq-slider .cq-slider-range input[type='range']::-webkit-slider-runnable-track {
  width: 120px;
  height: 10px;
  cursor: pointer;
  border-radius: 0px;
  background: transparent;
  border: 0px solid #010101;
}

.cq-slider .cq-slider-range input[type='range']::-moz-range-track {
  width: 120px;
  height: 10px;
  cursor: pointer;
  border-radius: 0px;
  background: transparent;
  border: 0px solid #010101;
  height: 14px;
  margin-top: -3px;
  top: -3px;
}

.cq-slider .cq-slider-range input[type='range']::-ms-track {
  width: 120px;
  height: 10px;
  cursor: pointer;
  border-radius: 0px;
  background: transparent;
  border: 0px solid #010101;
  color: transparent;
}

.cq-slider .cq-slider-range input[type='range']::-ms-thumb {
  cursor: pointer;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 7px;
  margin-top: 0px;
  margin-top: 0px;
}

.smartcharts-light .cq-slider .cq-slider-range input[type='range']::-ms-thumb {
  background-color: #ff444f;
  border: 2px solid #ff444f;
}

.smartcharts-dark .cq-slider .cq-slider-range input[type='range']::-ms-thumb {
  background-color: #ff444f;
  border: 2px solid #ff444f;
}

.cq-slider .cq-slider-range input[type='range']::-moz-range-thumb {
  cursor: pointer;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 7px;
  margin-top: 0px;
  margin-top: 0px;
}

.smartcharts-light .cq-slider .cq-slider-range input[type='range']::-moz-range-thumb {
  background-color: #ff444f;
  border: 2px solid #ff444f;
}

.smartcharts-dark .cq-slider .cq-slider-range input[type='range']::-moz-range-thumb {
  background-color: #ff444f;
  border: 2px solid #ff444f;
}

.cq-slider .cq-slider-range input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 7px;
  margin-top: 0px;
  margin-top: 1px;
}

.smartcharts-light .cq-slider .cq-slider-range input[type='range']::-webkit-slider-thumb {
  background-color: #ff444f;
  border: 2px solid #ff444f;
}

.smartcharts-dark .cq-slider .cq-slider-range input[type='range']::-webkit-slider-thumb {
  background-color: #ff444f;
  border: 2px solid #ff444f;
}

.cq-slider .cq-slider-range .cq-slider-bar {
  width: 120px;
  outline: none;
  height: 2px;
}

.smartcharts-light .cq-slider .cq-slider-range .cq-slider-bar {
  background: #eaeced;
}

.smartcharts-dark .cq-slider .cq-slider-range .cq-slider-bar {
  background: #1d1f20;
}

.cq-slider .cq-slider-range .cq-slider-active-bar {
  height: 2px;
  min-width: 10px;
}

.smartcharts-light .cq-slider .cq-slider-range .cq-slider-active-bar {
  background: #ff444f;
}

.smartcharts-dark .cq-slider .cq-slider-range .cq-slider-active-bar {
  background: #ff444f;
}

.cq-slider>div:last-child {
  text-align: right;
  flex-grow: 1;
  font-weight: bold;
}

.smartcharts-light .cq-slider>div:last-child {
  color: #333;
}

.smartcharts-dark .cq-slider>div:last-child {
  color: #fff;
}

.cq-dropdown {
  position: relative;
  height: 32px;
  width: 142px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cq-dropdown .title {
  height: 32px;
  line-height: 32px;
  padding-left: 8px;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
}

.smartcharts-light .cq-dropdown .title {
  color: #7f8397 !important;
  border: 1px solid #d6dadb;
}

.smartcharts-dark .cq-dropdown .title {
  color: #c2c2c2 !important;
  border: 1px solid #323738;
}

.cq-dropdown .title svg {
  pointer-events: none;
  transition: transform 0.6s;
}

.smartcharts-light .cq-dropdown .title svg {
  fill: #7f8397;
}

.smartcharts-dark .cq-dropdown .title svg {
  fill: #c2c2c2;
}

.smartcharts-light .cq-dropdown .title.active {
  border-color: #85acb0;
}

.smartcharts-dark .cq-dropdown .title.active {
  border-color: #85acb0;
}

.cq-dropdown .title.active svg {
  transform: scaleY(-1);
}

.cq-dropdown .dropdown {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: +2;
  width: 142px;
  max-height: 200px;
  overflow: scroll;
  box-shadow: 0 2px 8px 0 rgba(42,48,82,0.14);
  box-sizing: border-box;
  border-radius: 4px;
}

.smartcharts-light .cq-dropdown .dropdown {
  background: #fff;
}

.smartcharts-dark .cq-dropdown .dropdown {
  background: #151717;
}

.cq-dropdown .dropdown.active {
  top: 36px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s, top 0.2s;
}

.smartcharts-light .cq-dropdown .dropdown.active {
  box-shadow: 0 16px 16px 0 rgba(0,0,0,0.08),0 0 16px 0 rgba(0,0,0,0.08);
}

.smartcharts-dark .cq-dropdown .dropdown.active {
  box-shadow: 0 16px 16px 0 rgba(0,0,0,0.64),0 0 16px 0 rgba(0,0,0,0.64);
}

.cq-dropdown .dropdown .row {
  cursor: pointer;
  padding: 8px 8px 9px;
}

.cq-dropdown .dropdown .row:hover {
  font-weight: bold;
}

.smartcharts-light .cq-dropdown .dropdown .row:hover {
  background: #d6dadb;
  color: #333;
}

.smartcharts-dark .cq-dropdown .dropdown .row:hover {
  background: #323738;
  color: #fff;
}

.cq-dropdown .option {
  display: inline-block;
  width: 100%;
  pointer-events: none;
}

.cq-dropdown .solid-1 {
  border-top-style: solid;
  border-top-width: 1px;
}

.cq-dropdown .dotted-1 {
  border-top-style: dotted;
  border-top-width: 1px;
}

.cq-dropdown .dashed-1 {
  border-top-style: dashed;
  border-top-width: 1px;
}

.cq-dropdown .solid-3 {
  border-top-style: solid;
  border-top-width: 2px;
}

.cq-dropdown .dotted-3 {
  border-top-style: dotted;
  border-top-width: 2px;
}

.cq-dropdown .dashed-3 {
  border-top-style: dashed;
  border-top-width: 2px;
}

.cq-dropdown .solid-5 {
  border-top-style: solid;
  border-top-width: 3px;
}

.cq-dropdown .dotted-5 {
  border-top-style: dotted;
  border-top-width: 3px;
}

.cq-dropdown .dashed-5 {
  border-top-style: dashed;
  border-top-width: 3px;
}

.cq-color-picker {
  position: relative;
  height: 24px;
  width: 24px;
}

.cq-color-picker .title {
  height: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 2px;
  box-sizing: border-box;
}

.smartcharts-light .cq-color-picker .title {
  background-color: #fff;
}

.smartcharts-dark .cq-color-picker .title {
  background-color: #151717;
}

.cq-color-picker .title .input-color {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.smartcharts-light .cq-color-picker .title .input-color {
  border: 1px solid #d6dadb;
}

.smartcharts-dark .cq-color-picker .title .input-color {
  border: 1px solid rgba(127,131,151,0.3);
}

.cq-color-picker .dropdown {
  position: absolute;
  top: 30px;
  right: calc(100% - 24px);
  opacity: 0;
  pointer-events: none;
  z-index: +2;
  width: 250px;
  padding: 8px;
  transition: opacity 0.1s;
  border-radius: 4px;
}

.smartcharts-light .cq-color-picker .dropdown {
  box-shadow: 0 16px 16px 0 rgba(0,0,0,0.08),0 0 16px 0 rgba(0,0,0,0.08);
  background: #fff;
}

.smartcharts-dark .cq-color-picker .dropdown {
  box-shadow: 0 16px 16px 0 rgba(0,0,0,0.64),0 0 16px 0 rgba(0,0,0,0.64);
  background: #151717;
}

.cq-color-picker .dropdown.open {
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}

.cq-color-picker .dropdown .row {
  height: 18px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  align-items: center;
}

.cq-color-picker .dropdown .row .tile-color {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.cq-switch {
  width: 32px;
  height: 16px;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}

.cq-switch .handle {
  position: absolute;
  top: 1px;
  width: 14px;
  height: 14px;
  transition: left 0.2s;
  border-radius: 7px;
}

.smartcharts-light .cq-switch .handle {
  background: #fff;
}

.smartcharts-dark .cq-switch .handle {
  background: #fff;
}

.cq-switch.on .handle {
  left: 17px;
}

.smartcharts-light .cq-switch.on {
  background: #4bb4b3;
}

.smartcharts-dark .cq-switch.on {
  background: #00a79e;
}

.cq-switch.off .handle {
  left: 1px;
}

.smartcharts-light .cq-switch.off {
  background: #eaeced;
}

.smartcharts-dark .cq-switch.off {
  background: #555975;
}

.cq-numbercolorpicker,
.cq-fontsetting {
  display: inline-flex;
}

.cq-numbercolorpicker input {
  box-shadow: none !important;
}

.smartcharts-light .cq-numbercolorpicker input {
  background: #fff;
  border: 1px solid #d6dadb !important;
  color: #333;
}

.smartcharts-dark .cq-numbercolorpicker input {
  background: #151717;
  border: 1px solid rgba(127,131,151,0.3) !important;
  color: #fff;
}

.smartcharts-light .cq-numbercolorpicker input:hover {
  border-color: !important;
}

.smartcharts-dark .cq-numbercolorpicker input:hover {
  border-color: !important;
}

.smartcharts-light .cq-numbercolorpicker input:focus {
  border-color: !important;
}

.smartcharts-dark .cq-numbercolorpicker input:focus {
  border-color: !important;
}

.cq-fontsetting .cq-text-icon {
  margin-right: 5px;
}

.cq-text-icon {
  justify-content: space-around;
  align-items: center;
  vertical-align: middle;
  display: inline-flex;
  font-family: serif;
  font-size: 1.5em;
}

.cq-changefontsize {
  width: 56px;
  margin-right: 5px;
}

.cq-changefontfamily {
  width: 138px;
}

.cq-toggle {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cq-toggle>.ic-icon,
.cq-chart-controls .ic-icon-with-sub {
  width: 24px;
  height: 24px;
}

.ciq-period {
  padding: 0;
  line-height: 1.5em !important;
}

.ciq-period>.cq-menu-btn {
  padding: 0 5px;
}

.ciq-period>.cq-menu-btn>.bt-priod {
  display: block;
  height: auto;
  line-height: 2em;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
}

.ciq-period>.cq-menu-btn>.bt-priod .ic-priod {
  font-size: 1.2em;
  border-radius: 4px;
  padding: 3px 5px;
}

.ciq-period.stxMenuActive .bt-priod {
  font-weight: 500;
}

.smartcharts-light .ciq-period.stxMenuActive .ic-subtitle,
.smartcharts-light .ciq-period.stxMenuActive .ic-priod span {
  color: #7f8397;
}

.smartcharts-dark .ciq-period.stxMenuActive .ic-subtitle,
.smartcharts-dark .ciq-period.stxMenuActive .ic-priod span {
  color: #fff;
}

.ciq-period:after {
  display: none;
}

.ciq-period .unit_display {
  text-transform: capitalize;
}

.ciq-period .interval_display {
  margin: 0 5px 0 0;
}

.ciq-period .cq-menu-dropdown {
  width: 296px;
  height: 160px;
  font-size: 1.2em;
  font-weight: normal;
}

.ciq-period .cq-menu-dropdown .cq-interval {
  height: 160px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.smartcharts-light .ciq-period .cq-menu-dropdown .cq-interval {
  background: #fff;
}

.smartcharts-dark .ciq-period .cq-menu-dropdown .cq-interval {
  background: #0e0e0e;
}

.ciq-period .cq-menu-dropdown .timeUnit {
  display: flex;
  flex-direction: column;
  width: 88px;
  height: 100%;
}

.smartcharts-light .ciq-period .cq-menu-dropdown .timeUnit {
  background: #fff;
}

.smartcharts-dark .ciq-period .cq-menu-dropdown .timeUnit {
  background: #151717;
}

.ciq-period .cq-menu-dropdown .timeUnit span {
  cursor: pointer;
  display: block;
  height: 40px;
  padding-left: 16px;
  line-height: 40px;
  font-weight: normal;
}

.smartcharts-light .ciq-period .cq-menu-dropdown .timeUnit span {
  color: #333;
  border-right: 1px solid rgba(0,0,0,0.16);
}

.smartcharts-dark .ciq-period .cq-menu-dropdown .timeUnit span {
  color: #c2c2c2;
  border-right: 1px solid #333;
}

.ciq-period .cq-menu-dropdown .timeUnit span.selected {
  font-weight: bold;
}

.smartcharts-light .ciq-period .cq-menu-dropdown .timeUnit span.selected {
  color: #333;
  background: #fff;
  border-right: 2px solid #ff444f;
}

.smartcharts-dark .ciq-period .cq-menu-dropdown .timeUnit span.selected {
  color: #fff;
  background: #0e0e0e;
  border-right: 2px solid #ff444f;
}

.ciq-period .cq-menu-dropdown .interval {
  display: flex;
  flex-direction: column;
  width: 208px;
}

.ciq-period .cq-menu-dropdown .interval .row {
  height: 40px;
  display: flex;
  flex-direction: row;
  margin: 0 4px;
  align-items: center;
  font-weight: 300;
}

.ciq-period .cq-menu-dropdown .interval .row span {
  cursor: pointer;
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 26px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.ciq-period .cq-menu-dropdown .interval .row span.selected {
  pointer-events: none;
  line-height: 27px;
  font-weight: bold;
}

.smartcharts-light .ciq-period .cq-menu-dropdown .interval .row span.selected {
  color: #333 !important;
  background: #d6dadb;
  border-color: #d6dadb;
}

.smartcharts-dark .ciq-period .cq-menu-dropdown .interval .row span.selected {
  color: #fff !important;
  background: #323738;
  border-color: #323738;
}

.ciq-period .cq-menu-dropdown .interval .row span:hover {
  line-height: 27px;
}

.smartcharts-light .ciq-period .cq-menu-dropdown .interval .row span:hover {
  color: #333;
  background: #e6e9e9;
  border-color: #e6e9e9;
}

.smartcharts-dark .ciq-period .cq-menu-dropdown .interval .row span:hover {
  color: #c2c2c2;
  background: #242828;
  border-color: #242828;
}

.cq-chart-control-left .ciq-period .cq-menu-btn {
  padding: 0 3px !important;
}

.cq-chart-control-left .ciq-period .cq-menu-btn .bt-priod {
  line-height: 1.8em;
}

.smartcharts-mobile .ciq-period {
  padding: 0 !important;
}

.smartcharts-mobile .ciq-period>.cq-menu-btn {
  padding: 0 !important;
}

.smartcharts-mobile .ciq-period>.cq-menu-btn .bt-priod>span {
  padding: 5px !important;
}

.smartcharts-480 .cq-chart-control-bottom .ciq-period {
  top: 0px;
}

.smartcharts-900 .cq-chart-control-bottom .ciq-period {
  top: 0px;
}

.smartcharts-1280 .cq-chart-control-bottom .ciq-period {
  top: 0px;
}

.cq-chart-size {
  display: flex !important;
  height: auto;
  width: auto !important;
}

.cq-chart-size:after {
  display: none;
}

.cq-chart-size>span {
  opacity: 1;
  position: relative;
  cursor: pointer;
  transition: scale 0.25s;
}

.cq-chart-size .cq-menu-btn {
  cursor: pointer;
  padding: 5px 0px;
}

.smartcharts-light .cq-chart-size .cq-menu-btn:hover {
  background: #e6e9e9;
}

.smartcharts-dark .cq-chart-size .cq-menu-btn:hover {
  background: #242828;
}

.cq-chart-size .interval-title {
  white-space: nowrap;
  width: auto;
  line-height: 25px;
  display: none;
}

.cq-chart-control-left .cq-chart-size {
  min-height: 114px;
  flex-flow: column;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .cq-chart-size .cq-menu-btn {
  width: 47px;
}

.smartcharts-900 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .cq-chart-size .cq-menu-btn {
  width: auto;
  min-width: 45px;
}

.smartcharts-1280 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .cq-chart-size .cq-menu-btn {
  width: 50px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.ciq-draw-tools .cq-menu-dropdown {
  width: 200px;
  box-sizing: border-box;
  overflow: visible !important;
}

.ciq-draw-tools .cq-menu-dropdown .body {
  padding: 0 7px 0 16px;
  overflow: visible;
}

.ciq-draw-tools .cq-menu-dropdown .body .cq-draw-buttons {
  display: flex;
  margin-top: 18px;
}

.ciq-draw-tools .cq-menu-dropdown .body .cq-draw-buttons+div {
  border-radius: 4px 4px 0 0;
}

.ciq-draw-tools .cq-menu-dropdown .body .cq-draw-button {
  flex: 1;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin: 0 0 8px;
  border-radius: 3px;
  font-weight: bold;
}

.smartcharts-light .ciq-draw-tools .cq-menu-dropdown .body .cq-draw-button {
  border: solid #d6dadb 1px;
}

.smartcharts-dark .ciq-draw-tools .cq-menu-dropdown .body .cq-draw-button {
  border: solid #323738 1px;
}

.ciq-draw-tools .cq-menu-dropdown .body .ciq-list {
  padding-right: 9px;
}

.cq-chart-setting .cq-menu-dropdown .cq-menu-container {
  height: 0px;
}

.cq-chart-setting .cq-menu-dropdown .cq-menu-container.active {
  height: 0px;
}

.cq-chart-setting .title>.icon-back-menu {
  display: inline-block;
  cursor: pointer;
}

.smartcharts-light .cq-chart-setting .title>.icon-back-menu {
  color: #000;
}

.smartcharts-dark .cq-chart-setting .title>.icon-back-menu {
  color: #fff;
}

.cq-chart-setting .body {
  padding: 18px;
  transition: height 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 190px;
}

.cq-chart-setting .body .ciq-list-setting {
  height: auto;
}

.cq-chart-setting .body .ciq-list-setting>div:nth-child(3)>div {
  background-color: transparent !important;
  opacity: 1;
}

.cq-chart-setting .body .ciq-list-setting .ciq-list-item {
  height: 38px;
  line-height: normal;
  cursor: default;
}

.cq-chart-setting .body .ciq-list-setting .ciq-list-item:first-child {
  margin-top: 0px !important;
}

.cq-chart-setting .body .ciq-list-setting .ciq-list-item.ciq-list-item-lng {
  cursor: pointer;
}

.cq-chart-setting .body .ciq-list-setting .ciq-list-item.ciq-list-item-position .ciq-action .ic-icon {
  cursor: pointer;
}

.smartcharts-light .cq-chart-setting .body .ciq-list-setting .ciq-list-item.ciq-list-item-position .ciq-action .ic-icon svg {
  stroke: #7f8397;
  fill: #7f8397;
}

.smartcharts-dark .cq-chart-setting .body .ciq-list-setting .ciq-list-item.ciq-list-item-position .ciq-action .ic-icon svg {
  stroke: #555975;
  fill: #555975;
}

.smartcharts-light .cq-chart-setting .body .ciq-list-setting .ciq-list-item.ciq-list-item-position .ciq-action .ic-icon.active svg {
  stroke: #2a3052;
  fill: #2a3052;
}

.smartcharts-dark .cq-chart-setting .body .ciq-list-setting .ciq-list-item.ciq-list-item-position .ciq-action .ic-icon.active svg {
  stroke: #fff;
  fill: #fff;
}

.cq-chart-setting .body .ciq-list-setting .ciq-list-item .ciq-icon-text {
  width: calc(100% - 60px);
}

.cq-chart-setting .body .ciq-list-setting .ciq-list-item .ciq-action {
  width: 50px;
  height: 25px;
  display: flex;
  padding: 6px 0;
  justify-content: flex-end;
}

.cq-chart-setting .body .ciq-list-setting .ciq-list-item .cq-switch {
  margin: 6px 0 0;
}

.cq-chart-setting .body .ciq-list-language {
  height: auto;
}

.cq-chart-setting .body .ciq-list-language .ciq-list-item {
  display: inline-block;
  width: 50%;
  height: 36px;
  line-height: 36px;
  padding: 0;
  padding-left: 10px;
}

.cq-chart-setting .body .ciq-list-language .ciq-list-item:first-child {
  margin-top: 0px !important;
  border-radius: 4px 0 0;
}

.cq-chart-setting .body .ciq-list-language .ciq-list-item:nth-child(2n) {
  border-left: none;
}

.cq-chart-setting .body .ciq-list-language .ciq-list-item:nth-child(2) {
  border-radius: 0 4px 0 0;
}

.smartcharts-light .cq-chart-setting .body .ciq-list-language .ciq-list-item:nth-child(2) {
  border-top: 1px solid #eaeced;
}

.smartcharts-dark .cq-chart-setting .body .ciq-list-language .ciq-list-item:nth-child(2) {
  border-top: 1px solid #1d1f20;
}

.cq-chart-setting .body .ciq-list-language .ciq-list-item:nth-child(12) {
  border-radius: 0 0 4px;
}

.cq-chart-setting .body .ciq-list-language .ciq-list-item:last-child {
  border-radius: 0 0 4px 4px;
}

.cq-chart-setting .body .ciq-list-language .ciq-list-item .ic-icon {
  cursor: pointer;
  display: inline-block;
  margin: 2px 4px 0px 0px;
  position: relative;
  top: 3px;
}

.cq-chart-setting .cq-setting-container {
  height: 376px;
  width: 260px;
  position: relative;
  transition: height 250ms ease-out;
}

.cq-chart-setting .cq-setting-container.container-language {
  height: 320px;
}

.cq-chart-setting .cq-setting-container.container-language .title-text {
  position: relative;
  bottom: 4px;
}

.cq-chart-setting .cq-setting-container .cq-setting-main,
.cq-chart-setting .cq-setting-container .cq-setting-language {
  width: 260px;
  position: absolute;
  top: 0px;
  transition: transform 250ms ease-out, opacity 0.17s ease-out;
}

.cq-chart-setting .cq-setting-container .cq-setting-main {
  transform: translateX(-100%);
}

.cq-chart-setting .cq-setting-container .cq-setting-main.animate-enter-active,
.cq-chart-setting .cq-setting-container .cq-setting-main.animate-enter-done {
  transform: translateX(0);
  opacity: 1;
}

.cq-chart-setting .cq-setting-container .cq-setting-main.animate-exit-active,
.cq-chart-setting .cq-setting-container .cq-setting-main.animate-exit-done {
  transform: translateX(-100%);
}

.cq-chart-setting .cq-setting-container .cq-setting-language {
  transform: translateX(100%);
}

.cq-chart-setting .cq-setting-container .cq-setting-language.animate-enter-active,
.cq-chart-setting .cq-setting-container .cq-setting-language.animate-enter-done {
  transform: translateX(0);
  opacity: 1;
}

.cq-chart-setting .cq-setting-container .cq-setting-language.animate-exit-active,
.cq-chart-setting .cq-setting-container .cq-setting-language.animate-exit-done {
  transform: translateX(100%);
}

.cq-chart-control-left .cq-chart-setting .cq-menu-dropdown {
  top: auto !important;
  bottom: 1em !important;
}

.smartcharts-mobile .cq-chart-setting .cq-setting-container {
  width: 100%;
  position: relative;
}

.smartcharts-mobile .cq-chart-setting .cq-setting-container .cq-setting-main,
.smartcharts-mobile .cq-chart-setting .cq-setting-container .cq-setting-language {
  width: 100%;
}

.cq-download .cq-menu-dropdown {
  width: 200px;
}

.cq-download .body {
  height: 100%;
  padding: 18px;
}

.cq-download .body .content .ciq-list-download {
  width: 100%;
}

.cq-download .body .content .ciq-list-download .ciq-list-item {
  width: 100%;
  padding: 1px 10px;
  height: 40px;
  justify-content: space-between;
}

.cq-download .body .content .ciq-list-download .ciq-list-item:first-child {
  margin-top: 0px !important;
}

.cq-download .body .content .ciq-list-download .ciq-list-item .cq-loading {
  margin-left: 5px;
}

.cq-download .body .content .ciq-list-download .ciq-list-item .ic-icon {
  position: relative;
  top: -4px;
}

.cq-download .body .caption2 {
  margin-top: 10px;
}

.ciq-list {
  position: relative;
  box-sizing: border-box;
}

.ciq-list.ps {
  padding-right: 11px;
}

.ciq-list.scrollbar-container .ciq-list-item:first-child {
  margin-top: 16px;
}

.ciq-list.scrollbar-container .ciq-list-item:nth-last-child(-n+3) {
  margin-bottom: 16px;
}

.ciq-list .ciq-list-item {
  cursor: pointer;
  line-height: normal;
  font-size: 1.2em;
  height: auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: none;
  box-sizing: border-box;
}

.smartcharts-light .ciq-list .ciq-list-item {
  color: #333;
  background: #fff;
  border: 1px solid #eaeced;
  border-top: none;
}

.smartcharts-dark .ciq-list .ciq-list-item {
  color: #c2c2c2;
  background: #0e0e0e;
  border: 1px solid #1d1f20;
  border-top: none;
}

.ciq-list .ciq-list-item:first-child {
  margin-top: 18px;
  border-radius: 4px 4px 0 0;
}

.smartcharts-light .ciq-list .ciq-list-item:first-child {
  border-top: 1px solid #eaeced;
}

.smartcharts-dark .ciq-list .ciq-list-item:first-child {
  border-top: 1px solid #1d1f20;
}

.ciq-list .ciq-list-item:last-child {
  border-radius: 0 0 4px 4px;
  margin-bottom: 18px;
}

.smartcharts-light .ciq-list .ciq-list-item:hover {
  background-color: #e6e9e9;
}

.smartcharts-dark .ciq-list .ciq-list-item:hover {
  background-color: #242828;
}

.ciq-list .ciq-list-item.active {
  font-weight: bold;
}

.smartcharts-light .ciq-list .ciq-list-item.active {
  color: #2a3052;
  background-color: rgba(0,0,0,0.16);
}

.smartcharts-dark .ciq-list .ciq-list-item.active {
  color: #fff;
  background-color: #323738;
}

.ciq-list .ciq-list-item.disabled {
  pointer-events: none;
}

.ciq-list .ciq-list-item.disabled>* {
  opacity: 0.2;
  cursor: auto;
}

.ciq-list>div:nth-child(3)>div {
  opacity: 0.16;
}

.smartcharts-light .ciq-list>div:nth-child(3)>div {
  background-color: #333 !important;
}

.smartcharts-dark .ciq-list>div:nth-child(3)>div {
  background-color: #c2c2c2 !important;
}

.cq-dialog-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 2em;
}

.cq-settings-dialog {
  display: flex;
  flex-direction: column;
  height: auto !important;
}

.cq-settings-dialog .ciq-num-input>input[type=number] {
  width: 5.5em;
}

.cq-settings-dialog .titlebar {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smartcharts-light .cq-settings-dialog .titlebar {
  color: #000;
}

.smartcharts-dark .cq-settings-dialog .titlebar {
  color: #fff;
}

.cq-settings-dialog .titlebar .title {
  font-size: 1.4em;
  padding-left: 16px;
  font-weight: bold;
}

.cq-settings-dialog .titlebar .icons {
  display: flex;
  align-items: center;
  height: 50px;
  cursor: pointer;
}

.smartcharts-light .cq-settings-dialog .titlebar .icons svg {
  fill: #000;
}

.smartcharts-dark .cq-settings-dialog .titlebar .icons svg {
  fill: #fff;
}

.smartcharts-light .cq-settings-dialog .titlebar.no-tabs {
  border-bottom: 1px solid #f4f4f6;
}

.smartcharts-dark .cq-settings-dialog .titlebar.no-tabs {
  border-bottom: 1px solid #151717;
}

.cq-settings-dialog .tabs {
  height: 40px;
  align-items: stretch;
  display: flex;
  position: relative;
  box-sizing: border-box;
}

.smartcharts-light .cq-settings-dialog .tabs {
  border-bottom: 1px solid #f4f4f6;
}

.smartcharts-dark .cq-settings-dialog .tabs {
  border-bottom: 1px solid #151717;
}

.cq-settings-dialog .tabs>div {
  text-align: center;
  line-height: 40px;
  width: 50%;
  cursor: pointer;
  font-size: 1.4em;
}

.cq-settings-dialog .tabs>div.active {
  font-weight: bold;
}

.cq-settings-dialog .tabs .active-border {
  position: absolute;
  height: 2px;
  width: calc(50% + 1px);
  bottom: -1px;
  left: 0;
  transition: left linear 0.1s;
}

.smartcharts-light .cq-settings-dialog .tabs .active-border {
  background: #7f8397;
}

.smartcharts-dark .cq-settings-dialog .tabs .active-border {
  background: #191c31;
}

.cq-settings-dialog .tabs .active-border.second {
  left: 50%;
}

.cq-settings-dialog .items {
  padding: 16px 0;
  flex-grow: 1;
}

.smartcharts-light .cq-settings-dialog .items {
  background: #fff;
}

.smartcharts-dark .cq-settings-dialog .items {
  background: #151717;
}

.cq-settings-dialog .items .item {
  box-sizing: border-box;
  padding: 0 16px;
  height: 30px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.cq-settings-dialog .items .item .title {
  font-size: 1.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smartcharts-light .cq-settings-dialog .items .item .title {
  color: #333;
}

.smartcharts-dark .cq-settings-dialog .items .item .title {
  color: #c2c2c2;
}

.cq-settings-dialog .buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 9px 16px;
}

.smartcharts-light .cq-settings-dialog .buttons {
  background: #fff;
}

.smartcharts-dark .cq-settings-dialog .buttons {
  background: #151717;
}

.cq-settings-dialog .buttons>div {
  height: 30px;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  padding: 0px 20px;
  font-weight: bold;
}

.smartcharts-light .cq-settings-dialog .buttons>div {
  color: rgba(0,0,0,0.8);
}

.smartcharts-dark .cq-settings-dialog .buttons>div {
  color: #fff;
}

.smartcharts-light .cq-settings-dialog .buttons>div.done {
  background: #ff444f;
  color: #fff;
  border: 1px solid #ff444f;
}

.smartcharts-dark .cq-settings-dialog .buttons>div.done {
  background: #ff444f;
  color: #fff;
  border: 1px solid #ff444f;
}

.smartcharts-light .cq-settings-dialog .buttons>div.reset {
  background: rgba(0,0,0,0);
  color: #333;
  border: 1px solid #999;
}

.smartcharts-dark .cq-settings-dialog .buttons>div.reset {
  background: rgba(0,0,0,0);
  border: 1px solid #999;
}

.cq-settings-dialog .description {
  flex-grow: 1;
  padding: 16px;
  font-size: 1.2em;
  line-height: 18px;
}

.cq-settings-dialog input[type=number] {
  display: inline-block;
  width: 3.2em;
  line-height: 1.6em;
  margin-right: 5px;
  padding-left: 6px;
  border-radius: 3px;
}

.smartcharts-light .cq-settings-dialog input[type=number] {
  border: none;
  box-shadow: 0 0 0 1px;
}

.smartcharts-dark .cq-settings-dialog input[type=number] {
  border: none;
  box-shadow: 0 0 0 1px;
}

.smartcharts-mobile .cq-dialog-overlay {
  background: rgba(0,0,0,0.3);
  visibility: hidden;
  bottom: 0;
}

.smartcharts-mobile .cq-dialog-active {
  visibility: visible;
  z-index: 1;
}

.smartcharts-mobile .cq-settings-dialog .items {
  padding: 5px 0;
}

.smartcharts-mobile .cq-settings-dialog .items .item {
  height: 28px;
}

.cq-categorical-display {
  width: 512px;
  padding: 0 !important;
  display: flex;
  height: 100%;
  text-align: left;
  overflow: hidden;
  border-radius: 4px;
}

.smartcharts-light .cq-categorical-display {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 8px 0 #999cac;
}

.smartcharts-dark .cq-categorical-display {
  color: #c2c2c2;
  background: #0e0e0e;
  box-shadow: 0 2px 8px 0 #191c31;
}

.cq-categorical-display .cq-lookup-filters {
  width: 200px;
}

.smartcharts-light .cq-categorical-display .cq-lookup-filters {
  background: #f2f3f4;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-filters {
  background: #151717;
}

.smartcharts-light .cq-categorical-display .cq-filter-panel {
  background: #f2f3f4;
}

.smartcharts-dark .cq-categorical-display .cq-filter-panel {
  background: #151717;
}

.cq-categorical-display .cq-lookup-input {
  margin: 16px 8px;
  position: relative;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input:hover input {
  border-color: #999;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input:hover input {
  border-color: #6e6e6e;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input:hover>.ic-icon svg {
  fill: #333;
  stroke: #333;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input:hover>.ic-icon svg {
  fill: #c2c2c2;
  stroke: #c2c2c2;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input:focus input {
  color: #333;
  border-color: #85acb0;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input:focus input {
  color: #fff;
  border-color: #85acb0;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input:focus>.ic-icon svg {
  fill: #333;
  stroke: #333;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input:focus>.ic-icon svg {
  fill: #fff;
  stroke: #fff;
}

.cq-categorical-display .cq-lookup-input:focus>.icon-reset {
  opacity: 1;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input.active input {
  color: #333;
  border-color: #999;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input.active input {
  color: #fff;
  border-color: #6e6e6e;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input.active>.ic-icon svg {
  fill: #333;
  stroke: #333;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input.active>.ic-icon svg {
  fill: #c2c2c2;
  stroke: #c2c2c2;
}

.cq-categorical-display .cq-lookup-input.active>.icon-reset {
  opacity: 1;
}

.cq-categorical-display .cq-lookup-input>input {
  padding-left: 34px;
  line-height: 2em;
  font-size: 1.4em;
  border: none;
  outline: 0;
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input>input {
  background: #fff;
  border: 1px solid #d6dadb;
  color: rgba(0,0,0,0.16);
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input>input {
  background: #0e0e0e;
  border: 1px solid rgba(127,131,151,0.3);
  color: #3e3e3e;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input>input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.16);
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input>input::-webkit-input-placeholder {
  color: #3e3e3e;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input>input:-moz-placeholder {
  color: rgba(0,0,0,0.16);
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input>input:-moz-placeholder {
  color: #3e3e3e;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input>input::-moz-placeholder {
  color: rgba(0,0,0,0.16);
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input>input::-moz-placeholder {
  color: #3e3e3e;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input>input:-ms-input-placeholder {
  color: rgba(0,0,0,0.16);
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input>input:-ms-input-placeholder {
  color: #3e3e3e;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input>input:focus {
  border-color: #85acb0;
  color: #333;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input>input:focus {
  border-color: #85acb0;
  color: #fff;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input>input:focus+.ic-icon svg {
  fill: #333;
  stroke: #333;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input>input:focus+.ic-icon svg {
  fill: #fff;
  stroke: #fff;
}

.cq-categorical-display .cq-lookup-input>.ic-icon {
  position: absolute;
  top: 6px;
  left: 4px;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input>.ic-icon svg {
  fill: #333;
  stroke: #333;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input>.ic-icon svg {
  fill: #c2c2c2;
  stroke: #c2c2c2;
}

.cq-categorical-display .cq-lookup-input>.icon-reset {
  position: absolute;
  opacity: 0;
  left: auto;
  height: 20px;
  width: 20px;
  line-height: 28px;
  font-size: 0.9em;
  right: 8px;
  top: 7px;
  border-radius: 50%;
  cursor: pointer;
  transition: right, opacity 0.2s ease-in-out;
}

.cq-categorical-display .cq-lookup-input>.icon-reset svg {
  stroke: transparent !important;
}

.smartcharts-light .cq-categorical-display .cq-lookup-input>.icon-reset svg {
  fill: #333;
}

.smartcharts-dark .cq-categorical-display .cq-lookup-input>.icon-reset svg {
  fill: #333;
}

.cq-categorical-display .category {
  padding-top: 3em;
  padding-bottom: 12px;
  position: relative;
}

.smartcharts-light .cq-categorical-display .category {
  border-bottom: 4px solid #f2f3f4;
}

.smartcharts-dark .cq-categorical-display .category {
  border-bottom: 4px solid #151717;
}

.cq-categorical-display .category:last-child {
  padding-bottom: 2.5em;
}

.cq-categorical-display .category.category-has-subtitle {
  padding-top: 6.5em;
}

.cq-categorical-display .category-content {
  margin: 0 16px 4px;
  border-radius: 4px;
}

.smartcharts-light .cq-categorical-display .category-content {
  border: 1px solid #fff;
}

.smartcharts-dark .cq-categorical-display .category-content {
  border: 1px solid #0e0e0e;
}

.cq-categorical-display .category-content.has-subcategory>div:nth-child(2) {
  border-radius: 4px 4px 0 0;
}

.cq-categorical-display .category-content:last-child {
  margin-bottom: 0px;
}

.cq-categorical-display .subcategory {
  padding: 0;
  font-size: 1.4em;
  border-radius: 4px 4px 0 0;
  display: flex;
  height: 40px;
  font-weight: normal;
  align-items: center;
}

.smartcharts-light .cq-categorical-display .subcategory {
  color: #999;
  background-color: #fff;
}

.smartcharts-dark .cq-categorical-display .subcategory {
  color: #6e6e6e;
  background-color: #0e0e0e;
}

.cq-categorical-display .category-title {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 16px;
  line-height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.smartcharts-light .cq-categorical-display .category-title {
  color: #333;
}

.smartcharts-dark .cq-categorical-display .category-title {
  color: #fff;
}

.cq-categorical-display .category-title.sticky-top,
.cq-categorical-display .category-title.sticky-bottom {
  z-index: 8;
  padding-top: 0px;
  height: 40px;
}

.smartcharts-light .cq-categorical-display .category-title.sticky-top,
.smartcharts-light .cq-categorical-display .category-title.sticky-bottom {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.smartcharts-dark .cq-categorical-display .category-title.sticky-top,
.smartcharts-dark .cq-categorical-display .category-title.sticky-bottom {
  background-color: #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
}

.cq-categorical-display .category-title.sticky-top.has-subtitle,
.cq-categorical-display .category-title.sticky-bottom.has-subtitle {
  height: 60px;
}

.cq-categorical-display .category-title.sticky-bottom {
  position: absolute;
  top: auto !important;
  bottom: 0px !important;
}

.cq-categorical-display .category-title.sticky-top {
  position: fixed;
  top: 0px;
  z-index: 9;
  padding-right: 25px;
}

.cq-categorical-display .category-title .category-name-postfix {
  margin-left: 5px;
}

.cq-categorical-display .category-title .category-subtitle {
  font-weight: normal;
  line-height: normal;
}

.smartcharts-light .cq-categorical-display .category-title .category-subtitle {
  color: #7f8397;
}

.smartcharts-dark .cq-categorical-display .category-title .category-subtitle {
  color: #eaeced;
}

.cq-categorical-display .cq-filter {
  padding-left: 1.6em;
  line-height: 2.9em;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 1.4em;
}

.smartcharts-light .cq-categorical-display .cq-filter {
  border-left: 4px solid #f2f3f4;
}

.smartcharts-dark .cq-categorical-display .cq-filter {
  border-left: 4px solid #0e0e0e;
}

.smartcharts-light .cq-categorical-display .cq-filter:hover {
  border-left-color: #e6e9e9;
  background-color: #e6e9e9;
}

.smartcharts-dark .cq-categorical-display .cq-filter:hover {
  border-left-color: #242828;
  background-color: #242828;
}

.cq-categorical-display .cq-filter.cq-active-filter {
  font-weight: 800;
}

.smartcharts-light .cq-categorical-display .cq-filter.cq-active-filter {
  color: #333;
  background-color: #fff;
  border-left-color: #e31c4b;
}

.smartcharts-dark .cq-categorical-display .cq-filter.cq-active-filter {
  color: #fff;
  background-color: #0e0e0e;
  border-left-color: #ff444f;
}

.smartcharts-light .cq-categorical-display .cq-filter.cq-active-filter .ic-icon svg {
  fill: #333;
  stroke: #333;
}

.smartcharts-dark .cq-categorical-display .cq-filter.cq-active-filter .ic-icon svg {
  fill: #fff;
  stroke: #fff;
}

.cq-categorical-display .cq-filter .ic-icon {
  display: inline-flex;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-right: 1.3em;
}

.cq-categorical-display .cq-item,
.cq-categorical-display .cq-active-item {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
  line-height: initial;
  font-size: 1.4em;
}

.smartcharts-light .cq-categorical-display .cq-item,
.smartcharts-light .cq-categorical-display .cq-active-item {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.smartcharts-dark .cq-categorical-display .cq-item,
.smartcharts-dark .cq-categorical-display .cq-active-item {
  border-bottom: 1px solid #0e0e0e;
  background-color: #0e0e0e;
}

.cq-categorical-display .cq-item:first-child,
.cq-categorical-display .cq-active-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cq-categorical-display .cq-item:last-child,
.cq-categorical-display .cq-active-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.cq-categorical-display .cq-item:not(:first-child):not(:last-child),
.cq-categorical-display .cq-active-item:not(:first-child):not(:last-child) {
  border-radius: 4px;
}

.cq-categorical-display .cq-item .left,
.cq-categorical-display .cq-item .right,
.cq-categorical-display .cq-active-item .left,
.cq-categorical-display .cq-active-item .right {
  display: flex;
  align-items: center;
}

.smartcharts-light .cq-categorical-display .cq-item .right .ic-icon svg,
.smartcharts-light .cq-categorical-display .cq-active-item .right .ic-icon svg {
  fill: #999;
  stroke: #999;
}

.smartcharts-dark .cq-categorical-display .cq-item .right .ic-icon svg,
.smartcharts-dark .cq-categorical-display .cq-active-item .right .ic-icon svg {
  fill: #999;
  stroke: #999;
}

.cq-categorical-display .cq-item .closed-market,
.cq-categorical-display .cq-active-item .closed-market {
  border: 1px solid #f44336;
  color: #f44336;
  padding: 3px 6px;
  font-size: 0.64em;
  border-radius: 4px;
}

.smartcharts-light .cq-categorical-display .cq-item:hover,
.smartcharts-light .cq-categorical-display .cq-active-item:hover {
  color: #333;
  background: #e6e9e9;
}

.smartcharts-dark .cq-categorical-display .cq-item:hover,
.smartcharts-dark .cq-categorical-display .cq-active-item:hover {
  color: #fff;
  background: #242828;
}

.smartcharts-light .cq-categorical-display .cq-item:hover .right .ic-icon svg,
.smartcharts-light .cq-categorical-display .cq-active-item:hover .right .ic-icon svg {
  fill: #333;
  stroke: #333;
}

.smartcharts-dark .cq-categorical-display .cq-item:hover .right .ic-icon svg,
.smartcharts-dark .cq-categorical-display .cq-active-item:hover .right .ic-icon svg {
  fill: #fff;
  stroke: #fff;
}

.smartcharts-light .cq-categorical-display .cq-item.selected,
.smartcharts-light .cq-categorical-display .cq-active-item.selected {
  color: #333;
  background: #d6dadb;
}

.smartcharts-dark .cq-categorical-display .cq-item.selected,
.smartcharts-dark .cq-categorical-display .cq-active-item.selected {
  color: #fff;
  background: #323738;
}

.cq-categorical-display .cq-item.selected .ciq-item-display,
.cq-categorical-display .cq-active-item.selected .ciq-item-display {
  font-weight: bold;
}

.smartcharts-light .cq-categorical-display .cq-item.selected .right .ic-icon svg,
.smartcharts-light .cq-categorical-display .cq-active-item.selected .right .ic-icon svg {
  fill: #fff;
  stroke: #fff;
}

.smartcharts-dark .cq-categorical-display .cq-item.selected .right .ic-icon svg,
.smartcharts-dark .cq-categorical-display .cq-active-item.selected .right .ic-icon svg {
  fill: #fff;
  stroke: #fff;
}

.smartcharts-light .cq-categorical-display .cq-active-item {
  color: rgba(0,0,0,0.8);
}

.smartcharts-dark .cq-categorical-display .cq-active-item {
  color: #fff;
}

.smartcharts-light .cq-categorical-display .cq-active-item:hover {
  color: rgba(0,0,0,0.8);
}

.smartcharts-dark .cq-categorical-display .cq-active-item:hover {
  color: #fff;
}

.cq-categorical-display .cq-item {
  cursor: pointer;
}

.cq-categorical-display .cq-item[disabled] {
  cursor: default;
}

.smartcharts-light .cq-categorical-display .cq-item[disabled]:not(.selected) {
  color: #d6d6d6;
}

.smartcharts-dark .cq-categorical-display .cq-item[disabled]:not(.selected) {
  color: rgba(127,131,151,0.3);
}

.cq-categorical-display .cq-item[disabled].selected {
  background-color: #f2f3f8;
}

.cq-categorical-display .cq-scroll-panel {
  position: relative;
  min-height: 320px;
}

.cq-categorical-display .cq-scroll-panel>div:nth-child(3) {
  z-index: 9;
}

.cq-categorical-display .cq-scroll-panel>div:nth-child(3)>div {
  opacity: 0.16;
}

.smartcharts-light .cq-categorical-display .cq-scroll-panel>div:nth-child(3)>div {
  background-color: #333 !important;
}

.smartcharts-dark .cq-categorical-display .cq-scroll-panel>div:nth-child(3)>div {
  background-color: #c2c2c2 !important;
}

.cq-categorical-display .ciq-item-display {
  display: inline-block;
  vertical-align: top;
}

.cq-categorical-display .empty-category {
  padding: 0.9em 1.2em;
  border-radius: 4px;
  font-size: 14px;
}

.smartcharts-light .cq-categorical-display .empty-category {
  background-color: #fff;
}

.smartcharts-dark .cq-categorical-display .empty-category {
  background-color: #0e0e0e;
}

.cq-categorical-display .results-panel .cq-active-options {
  float: right;
  display: inline-flex;
}

.cq-categorical-display .results-panel .cq-active-options>span,
.cq-categorical-display .results-panel .cq-active-options .ic-icon {
  height: 24px;
  width: 24px;
}

.cq-categorical-display .results-panel .cq-active-options .ic-delete,
.cq-categorical-display .results-panel .cq-active-options .ic-edit {
  cursor: pointer;
}

.cq-categorical-display .results-panel .cq-active-options .ic-cmp-color>span {
  display: inline-block;
  width: 13px;
  height: 2px;
  vertical-align: bottom;
  left: 6px;
  position: relative;
  border-radius: 15px;
}

.cq-categorical-display .results-panel .ciq-favorite {
  float: right;
}

.cq-categorical-display .results-panel .ciq-favorite>.ic-icon {
  margin-right: 0;
  width: 24px;
  height: 24px;
}

.cq-categorical-display .results-panel .left>.ic-icon,
.cq-categorical-display .results-panel .left>.ic-frx {
  height: 32px;
  width: 32px;
}

.cq-categorical-display .results-panel .left>.ic-icon {
  display: inline-block;
}

.cq-categorical-display .results-panel .left>.ic-icon>svg {
  vertical-align: sub;
}

.cq-categorical-display .results-panel .left>.ciq-item-display {
  margin-left: 15px;
}

.smartcharts-mobile .cq-categorical-display {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.smartcharts-mobile .cq-categorical-display .cq-lookup-filters {
  width: 100%;
  border-right: none;
  position: relative;
  z-index: 9;
  transition: max-height 0.2s ease-in;
  margin-bottom: -2px;
}

.smartcharts-light .smartcharts-mobile .cq-categorical-display .cq-lookup-filters {
  border-bottom: 1px solid #d6dadb;
}

.smartcharts-dark .smartcharts-mobile .cq-categorical-display .cq-lookup-filters {
  border-bottom: 1px solid rgba(127,131,151,0.3);
}

.smartcharts-mobile .cq-categorical-display .cq-lookup-input {
  margin: 16px 8px;
}

.smartcharts-mobile .cq-categorical-display .cq-scroll-panel .category:last-child {
  padding-bottom: 3em;
}

.smartcharts-mobile .cq-categorical-display .cq-item,
.smartcharts-mobile .cq-categorical-display .cq-active-item {
  height: 40px;
}

.smartcharts-mobile .cq-categorical-display .cq-filter-panel {
  display: flex;
  justify-content: space-around;
}

.smartcharts-mobile .cq-categorical-display .cq-filter-panel .cq-filter {
  border-right: none;
  background: transparent;
  padding: 7px 20px;
  line-height: 3em;
}

.smartcharts-mobile .cq-categorical-display .cq-filter-panel .cq-filter.cq-active-filter {
  border-bottom: 2px solid;
}

.smartcharts-mobile .cq-categorical-display .cq-filter-panel .cq-filter>.ic-icon {
  margin: 0px;
}

.smartcharts-mobile .cq-categorical-display .cq-filter-panel .cq-filter .cq-filter-text {
  display: none;
}

.cq-comparison {
  position: relative;
  margin-top: 25px;
  margin-left: 12px;
  display: inline-block;
}

.cq-comparison .cq-comparison-label {
  margin-left: 0.8em;
}

.smartcharts-light .cq-comparison .cq-comparison-label {
  color: #7f8397;
}

.smartcharts-dark .cq-comparison .cq-comparison-label {
  color: #fff;
}

.cq-comparison .cq-comparison-item {
  position: relative;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 1.2em;
  height: 18px;
  opacity: 1;
  transition: background 0.2s 0s, padding 0.2s 0s, opacity 0.2s 0.2s, height 0.2s 0.4s, font-size 0s 0.4s, margin 0.2s 0.4s;
}

.cq-comparison .cq-comparison-item,
.cq-comparison .cq-comparison-item .left,
.cq-comparison .cq-comparison-item .right {
  display: flex;
  align-items: center;
}

.cq-comparison .cq-comparison-item .right {
  justify-content: flex-end;
  margin-left: 1.5em;
  margin-right: 5px;
  font-weight: bold;
}

.smartcharts-light .cq-comparison .cq-comparison-item .right {
  color: #7f8397;
}

.smartcharts-dark .cq-comparison .cq-comparison-item .right {
  color: #fff;
}

.cq-comparison .cq-comparison-item:hover {
  box-shadow: 0 2px 8px 0 rgba(42,48,82,0.14);
  border-radius: 3px;
}

.smartcharts-light .cq-comparison .cq-comparison-item:hover {
  background: #fff;
}

.smartcharts-dark .cq-comparison .cq-comparison-item:hover {
  background: #2a3052;
}

.smartcharts-light .cq-comparison .cq-comparison-item:hover svg {
  fill: #2a3052;
}

.smartcharts-dark .cq-comparison .cq-comparison-item:hover svg {
  fill: #fff;
}

.cq-comparison .cq-comparison-swatch {
  bottom: 1px;
  width: 1.3em;
  height: 1.3em;
}

.cq-comparison .cq-comparison-item .ciq-close {
  transition: opacity 0.2s 0s;
  cursor: pointer;
  opacity: 0;
  left: 7px;
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 20px;
}

.cq-comparison .cq-comparison-item:hover .ciq-close {
  opacity: 0.6;
}

.cq-comparison .cq-comparison-item .ciq-close:hover,
.cq-comparison .cq-comparison-item .ciq-close:active {
  opacity: 1;
}

.cq-comparison .cq-comparison-loader {
  display: none;
  height: 16px;
  width: 16px;
  margin-left: 10px;
}

.cq-comparison .cq-comparison-loader.stx-show {
  display: inline-flex;
}

.smartcharts-mobile .cq-comparison {
  margin-top: 5px;
}

.cq-chart-title {
  display: inline-block;
  top: 1em;
  z-index: 41;
  margin: 0.2em 0.8em;
}

.cq-chart-title.ciq-menu.ciq-enabled .cq-menu-btn>.cq-symbol-select-btn {
  cursor: pointer;
}

.cq-chart-title.ciq-menu.ciq-enabled .cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown {
  display: block;
  margin-right: 0px;
  margin-left: 10px;
  width: 12px;
}

.cq-chart-title.ciq-menu.ciq-enabled .cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
  width: 12px;
}

.smartcharts-light .cq-chart-title.ciq-menu.ciq-enabled .cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
  fill: #333;
}

.smartcharts-dark .cq-chart-title.ciq-menu.ciq-enabled .cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
  fill: #999;
}

.smartcharts-light .cq-chart-title.ciq-menu.ciq-enabled.stxMenuActive>.cq-menu-btn>.cq-symbol-select-btn {
  border: solid 1px #85acb0;
}

.smartcharts-dark .cq-chart-title.ciq-menu.ciq-enabled.stxMenuActive>.cq-menu-btn>.cq-symbol-select-btn {
  border: solid 1px #85acb0;
}

.cq-chart-title.ciq-menu.ciq-enabled.stxMenuActive>.cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
  transform: rotate(180deg);
}

.smartcharts-light .cq-chart-title.ciq-menu.ciq-enabled.stxMenuActive>.cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
  fill: rgba(0,0,0,0.8);
}

.smartcharts-dark .cq-chart-title.ciq-menu.ciq-enabled.stxMenuActive>.cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
  fill: #999;
}

.smartcharts-light .cq-chart-title.ciq-enabled .cq-symbol-select-btn {
  background: #fff;
  border: solid 1px #fff;
}

.smartcharts-dark .cq-chart-title.ciq-enabled .cq-symbol-select-btn {
  background: #0e0e0e;
  border: solid 1px #151717;
}

.cq-chart-title .cq-menu-btn {
  padding: 8px;
  border-radius: 4px;
}

.smartcharts-light .cq-chart-title .cq-menu-btn {
  background: #f2f3f4;
}

.smartcharts-dark .cq-chart-title .cq-menu-btn {
  background: #151717;
}

.cq-chart-title .cq-symbol-select-btn {
  font-family: "IBM Plex Sans",sans-serif;
  padding: 0.58em 1em;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn {
  color: rgba(0,0,0,0.8);
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn {
  color: #fff;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn:hover {
  border: solid 1px #999;
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn:hover {
  border: solid 1px #999;
}

.cq-chart-title .cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown {
  display: none;
  position: relative;
}

.cq-chart-title .cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
  transition: transform 0.2s ease-in-out;
}

.cq-chart-title .cq-symbol-select-btn>.ic-icon,
.cq-chart-title .cq-symbol-select-btn>.ic-frx,
.cq-chart-title .cq-symbol-select-btn>.ic-wld,
.cq-chart-title .cq-symbol-select-btn>.ic-otc {
  height: 32px;
  width: 32px;
  transform: scale(1.3);
}

.cq-chart-title .cq-symbol-select-btn>.ic-icon>svg,
.cq-chart-title .cq-symbol-select-btn>.ic-frx>svg,
.cq-chart-title .cq-symbol-select-btn>.ic-wld>svg,
.cq-chart-title .cq-symbol-select-btn>.ic-otc>svg {
  height: 32px;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol-info {
  display: flex;
  flex-direction: column;
  margin: 0 10px 0 20px;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol-info .cq-market {
  font-size: 1em;
  line-height: 1.5;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol,
.cq-chart-title .cq-symbol-select-btn .cq-chart-price {
  line-height: 22px;
  font-size: 1.2em;
  text-align: left;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol .cq-animated-price,
.cq-chart-title .cq-symbol-select-btn .cq-chart-price .cq-animated-price {
  transition: color 300ms ease-out;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol .divider,
.cq-chart-title .cq-symbol-select-btn .cq-chart-price .divider {
  padding: 0 3px;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol>div,
.cq-chart-title .cq-symbol-select-btn .cq-chart-price>div {
  line-height: 1.5;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol {
  font-weight: bold;
  font-size: 1.6em;
  text-align: left;
  line-height: 24px;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn .cq-symbol {
  color: #333;
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn .cq-symbol {
  color: #fff;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol.closed-no-opentime {
  line-height: calc(24px + 1.13em);
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-icon {
  width: 12px;
  margin-right: 5px;
  height: 12px;
  margin-top: 3px;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-icon {
  fill: rgba(0,0,0,0.8);
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-icon {
  fill: #eaeced;
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-icon svg {
  left: 0;
  position: absolute;
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-opening {
  font-size: 1.2em;
  text-align: left;
  line-height: 1.5;
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-opening .cq-closed-opening-time {
  font-weight: bold;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-opening .cq-closed-opening-time {
  color: rgba(0,0,0,0.8);
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-opening .cq-closed-opening-time {
  color: #fff;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol-closed-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: auto;
  padding: 0 5px;
  height: 20px;
  border: 2px solid #e31c4b;
  color: #e31c4b;
  border-radius: 4px;
  text-transform: uppercase;
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-price>*,
.cq-chart-title .cq-symbol-select-btn .cq-chart-closed>* {
  position: relative;
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-price,
.cq-chart-title .cq-symbol-select-btn .cq-chart-closed {
  display: flex;
  vertical-align: text-bottom;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn .cq-chart-price,
.smartcharts-light .cq-chart-title .cq-symbol-select-btn .cq-chart-closed {
  color: #999;
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn .cq-chart-price,
.smartcharts-dark .cq-chart-title .cq-symbol-select-btn .cq-chart-closed {
  color: #999;
}

.cq-chart-title .cq-menu-dropdown {
  left: 0px;
  bottom: auto;
  transform: translateX(0) translateY(-3em);
}

.cq-chart-title .cq-menu-dropdown.cq-menu-dropdown-enter-done,
.cq-chart-title .cq-menu-dropdown.cq-menu-dropdown-enter-active {
  opacity: 1;
  transform: translateX(0) translateY(0em);
}

.cq-chart-title .cq-menu-dropdown.cq-menu-dropdown-enter-done {
  z-index: 6;
}

.smartcharts-mobile .cq-top-ui-widgets {
  width: 100%;
  padding: 0px;
  margin: 0 !important;
  z-index: 3;
}

.smartcharts-mobile .cq-chart-title {
  width: 100%;
  display: block;
  top: 0em;
  margin: 0px;
}

.smartcharts-mobile .cq-chart-title .cq-symbol-select-btn {
  margin: 0.3em 0.4em;
}

.smartcharts-mobile .cq-chart-title .cq-menu-dropdown {
  width: 100%;
}

.smartcharts-mobile .cq-chart-title .cq-menu-dropdown.open {
  margin: 0px;
}

.ciq-asset-information {
  position: relative;
  z-index: +1;
  background: transparent;
  display: flex;
  margin: 15px 0px;
  left: 10px;
  top: 10px;
  justify-content: flex-start;
  opacity: 1;
  height: 14px;
  transition: all 0.1s;
}

.ciq-asset-information.hide {
  height: 0;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}

.ciq-asset-information>div {
  padding-right: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
}

.ciq-asset-information>div div:first-child {
  padding: 0 8px;
}

.ciq-asset-information>div div:last-child {
  font-weight: bold;
}

.smartcharts-light .ciq-asset-information>div {
  color: #7f8397;
}

.smartcharts-dark .ciq-asset-information>div {
  color: #eaeced;
}

.smartcharts-mobile .ciq-asset-information {
  left: 2px;
  flex-wrap: wrap;
}

.smartcharts-mobile .ciq-asset-information>div {
  font-size: 1.2em;
}

.smartcharts-mobile .ciq-asset-information>div div:first-child {
  padding: 0px 5px;
}

.cq-last-digits {
  position: absolute;
  bottom: 45px;
  left: calc(50% - 150px);
  visibility: hidden;
}

.cq-last-digits.show {
  visibility: visible;
}

.cq-last-digits .cq-bars {
  height: 70px;
}

.smartcharts-light .cq-last-digits .cq-bars {
  color: #7f8397;
}

.smartcharts-dark .cq-last-digits .cq-bars {
  color: #7f8397;
}

.smartcharts-light .cq-last-digits .cq-bars .min {
  color: #e31c4b;
}

.smartcharts-dark .cq-last-digits .cq-bars .min {
  color: #e31c4b;
}

.smartcharts-light .cq-last-digits .cq-bars .max {
  color: #2d9f93;
}

.smartcharts-dark .cq-last-digits .cq-bars .max {
  color: #39b19d;
}

.cq-last-digits .cq-bars .cq-bar-value {
  margin: -16px 0 0 -6px;
  transition: opacity 0.8s linear;
  font-size: 12px;
  opacity: 0;
}

.cq-last-digits .cq-bars .cq-bar-value.show {
  opacity: 1;
}

.cq-last-digits .cq-bars .cq-bar {
  width: 10px;
  position: absolute;
  bottom: 40px;
  transition: height 0.8s ease-in-out;
  border-radius: 16px;
}

.smartcharts-light .cq-last-digits .cq-bars .cq-bar {
  background-color: #999cac;
}

.smartcharts-dark .cq-last-digits .cq-bars .cq-bar {
  background-color: #555975;
}

.cq-last-digits .cq-bars .cq-bar .cq-bar-title {
  position: absolute;
  bottom: -20px;
  width: 10px;
  text-align: center;
  font-size: 14px;
}

.smartcharts-light .cq-last-digits .cq-bars .cq-bar.min {
  background-color: #e31c4b;
}

.smartcharts-dark .cq-last-digits .cq-bars .cq-bar.min {
  background-color: #e31c4b;
}

.smartcharts-light .cq-last-digits .cq-bars .cq-bar.max {
  background-color: #2d9f93;
}

.smartcharts-dark .cq-last-digits .cq-bars .cq-bar.max {
  background-color: #39b19d;
}

.cq-last-digits .cq-bar-footer {
  text-align: center;
  width: 475px;
  font-size: 12px;
  top: 60px;
  position: absolute;
  left: -75px;
}

.smartcharts-light .cq-last-digits .cq-bar-footer {
  color: #000;
}

.smartcharts-dark .cq-last-digits .cq-bar-footer {
  color: #fff;
}

.cq-last-digits.minimised {
  bottom: 10px;
}

.cq-last-digits.minimised .cq-bars {
  height: 25px;
}

.cq-last-digits.minimised .cq-bar-footer {
  top: 8px;
}

.cq-bottom-ui-widgets {
  position: absolute;
  width: 100%;
}

.drawing-mouse-pointer {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 999;
}

.ciq-chart-dialog {
  width: var(--table-width);
  left: auto;
  overflow: hidden;
}

.cq-dialog-overlay {
  visibility: hidden;
  bottom: 0;
}

.smartcharts-light .cq-dialog-overlay {
  background: rgba(255,255,255,0.7);
}

.smartcharts-dark .cq-dialog-overlay {
  background: rgba(14,14,14,0.72);
}

.cq-dialog-active {
  visibility: visible;
  z-index: 1;
}

.ciq-chart-table__panel {
  position: relative;
  overflow: hidden;
  height: 80vh !important;
  transform: translateZ(0);
}

.smartcharts-light .ciq-chart-table__panel {
  background: #fff;
}

.smartcharts-dark .ciq-chart-table__panel {
  background: #151717;
}

.ciq-chart-table__panel>div:last-child {
  right: 10px !important;
}

.ciq-chart-table__panel__group {
  position: relative;
  padding-top: 44px;
  overflow: hidden;
}

.ciq-chart-table__panel__group--title {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 16px 24px 8px;
  font-weight: bold;
  height: 44px;
  box-sizing: border-box;
  line-height: 1.43;
  font-size: 14px;
  transform: translate3d(0, 0, 0);
  transition: none !important;
}

.smartcharts-light .ciq-chart-table__panel__group--title {
  background: #f2f3f4;
  color: #333;
}

.smartcharts-dark .ciq-chart-table__panel__group--title {
  background: #0e0e0e;
  color: #c2c2c2;
}

.ciq-chart-table__panel__group--title.sticky-top,
.ciq-chart-table__panel__group--title.sticky-bottom {
  z-index: 8;
}

.ciq-chart-table__panel__group--title.sticky-bottom {
  position: absolute;
  top: auto !important;
  bottom: 0px !important;
}

.ciq-chart-table__panel__group--title.sticky-top {
  position: fixed;
  top: 0px;
}

.ciq-chart-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.smartcharts-light .ciq-chart-table {
  background: #fff;
}

.smartcharts-dark .ciq-chart-table {
  background: #151717;
}

.smartcharts-light .ciq-chart-table tr {
  border-bottom: 1px solid #f4f4f6;
}

.smartcharts-dark .ciq-chart-table tr {
  border-bottom: 1px solid #1d1f20;
}

.ciq-chart-table tr:last-child {
  border-bottom: none;
}

.ciq-chart-table tr th,
.ciq-chart-table tr td {
  text-align: right;
  box-sizing: border-box;
  padding: 16px 5px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}

.smartcharts-light .ciq-chart-table tr th,
.smartcharts-light .ciq-chart-table tr td {
  color: #333;
}

.smartcharts-dark .ciq-chart-table tr th,
.smartcharts-dark .ciq-chart-table tr td {
  color: #c2c2c2;
}

.ciq-chart-table tr th .cq-change:after,
.ciq-chart-table tr td .cq-change:after {
  margin: 3px 0 0 5px;
}

.smartcharts-light .ciq-chart-table tr th .up,
.smartcharts-light .ciq-chart-table tr td .up {
  color: #39b19d;
}

.smartcharts-dark .ciq-chart-table tr th .up,
.smartcharts-dark .ciq-chart-table tr td .up {
  color: #39b19d;
}

.smartcharts-light .ciq-chart-table tr th .down,
.smartcharts-light .ciq-chart-table tr td .down {
  color: #e31c4b;
}

.smartcharts-dark .ciq-chart-table tr th .down,
.smartcharts-dark .ciq-chart-table tr td .down {
  color: #e31c4b;
}

.ciq-chart-table tr th.before-last-child,
.ciq-chart-table tr td.before-last-child {
  min-width: 105px !important;
  max-width: 105px !important;
  padding-right: 4px;
}

.ciq-chart-table tr th:first-child,
.ciq-chart-table tr td:first-child {
  min-width: 90px;
  max-width: 90px;
  padding-left: 24px;
  text-align: left;
}

.ciq-chart-table tr th:nth-child(2),
.ciq-chart-table tr th:nth-child(2),
.ciq-chart-table tr td:nth-child(2),
.ciq-chart-table tr td:nth-child(2) {
  min-width: 120px;
  max-width: 120px;
}

.ciq-chart-table tr th:nth-child(3),
.ciq-chart-table tr th:nth-child(3),
.ciq-chart-table tr td:nth-child(3),
.ciq-chart-table tr td:nth-child(3) {
  min-width: 120px;
  max-width: 120px;
}

.ciq-chart-table tr th:nth-child(4),
.ciq-chart-table tr th:nth-child(4),
.ciq-chart-table tr td:nth-child(4),
.ciq-chart-table tr td:nth-child(4) {
  min-width: 110px;
  max-width: 110px;
}

.ciq-chart-table tr th:nth-child(5),
.ciq-chart-table tr th:nth-child(5),
.ciq-chart-table tr td:nth-child(5),
.ciq-chart-table tr td:nth-child(5) {
  min-width: 110px;
  max-width: 110px;
}

.ciq-chart-table tr th:nth-child(6),
.ciq-chart-table tr th:nth-child(6),
.ciq-chart-table tr td:nth-child(6),
.ciq-chart-table tr td:nth-child(6) {
  width: 40px;
  padding-right: 4px;
}

.ciq-chart-table tr th:last-child,
.ciq-chart-table tr td:last-child {
  min-width: 42px !important;
  max-width: 42px !important;
  text-align: left;
  padding-left: 4px;
}

.ciq-chart-table tr th:last-child {
  text-align: center;
}

.ciq-chart-table tr th:last-child .ic-icon {
  cursor: pointer;
  position: absolute;
  top: 13px;
  border-radius: 4px;
  right: 12px;
  transition: background 0.2s 0.15s;
}

.smartcharts-light .ciq-chart-table tr th:last-child .ic-icon:hover {
  background: rgba(0,0,0,0.04);
}

.smartcharts-dark .ciq-chart-table tr th:last-child .ic-icon:hover {
  background: #242828;
}

.ciq-chart-table tr th:last-child .ic-icon svg {
  width: 16px;
  height: 16px;
  stroke: none;
}

.ciq-chart-table thead {
  width: var(--table-width);
  display: block;
  height: 52px;
}

.smartcharts-light .ciq-chart-table thead {
  background: #fff;
}

.smartcharts-dark .ciq-chart-table thead {
  background: #151717;
}

.ciq-chart-table thead th {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  padding: 16px 5px;
}

.smartcharts-light .ciq-chart-table thead th {
  color: #333;
}

.smartcharts-dark .ciq-chart-table thead th {
  color: #c2c2c2;
}

.ciq-chart-table tbody {
  display: block;
}

.ciq-chart-table .cq-change-cell {
  display: inline-flex;
}

.ciq-chart-table--tick tr td:nth-child(1),
.ciq-chart-table--tick tr td:nth-child(1),
.ciq-chart-table--tick tr th:nth-child(1),
.ciq-chart-table--tick tr th:nth-child(1) {
  min-width: 105px;
  max-width: 105px;
  padding-left: 24px;
  text-align: left;
}

.smartcharts-mobile .ciq-chart-dialog {
  width: calc(100% - 20px) !important;
  height: calc(100% - 66px) !important;
  top: 10px;
}

.smartcharts-mobile .ciq-chart-dialog .ciq-list>:last-child {
  top: 2px !important;
}

.smartcharts-mobile .ciq-chart-table tbody {
  display: table-row-group;
  margin-top: 0;
}

.smartcharts-mobile .ciq-chart-table td,
.smartcharts-mobile .ciq-chart-table th {
  display: flex;
  padding: 5px 5px 5px 20px !important;
  text-align: left;
  font-size: 1.2em;
  height: 52px;
}

.smartcharts-mobile .ciq-chart-table td .ciq-table-date,
.smartcharts-mobile .ciq-chart-table th .ciq-table-date {
  flex: 1;
}

.smartcharts-mobile .ciq-chart-table td>div,
.smartcharts-mobile .ciq-chart-table th>div {
  padding-right: 5px;
}

.smartcharts-mobile .ciq-chart-table td>div>span,
.smartcharts-mobile .ciq-chart-table th>div>span {
  font-weight: bold;
  padding-right: 5px;
}

.ciq-navigation-widget {
  width: 32px;
  position: absolute;
  bottom: 2.5em;
  left: 2.5em;
  z-index: 30;
}

.ciq-navigation-widget__item {
  margin-bottom: 8px;
}

.ciq-navigation-widget__item--zoom .ic-icon:first-child {
  margin-bottom: 2px;
}

.ciq-navigation-widget__item--hidden {
  display: none;
}

.ciq-navigation-widget__item .ic-icon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  margin: auto;
  line-height: 41px;
  transition: none;
}

.smartcharts-light .ciq-navigation-widget__item .ic-icon {
  background-color: #f4f4f6;
}

.smartcharts-dark .ciq-navigation-widget__item .ic-icon {
  background-color: #151717;
}

.smartcharts-light .ciq-navigation-widget__item .ic-icon svg {
  fill: rgba(0,0,0,0.8);
}

.smartcharts-dark .ciq-navigation-widget__item .ic-icon svg {
  fill: #fff;
}

.spot__shape-circule {
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
  line-height: 1px;
  position: absolute;
}

.smartcharts-light .spot__fill-red {
  background-color: #e31c4b;
}

.smartcharts-dark .spot__fill-red {
  background-color: #e31c4b;
}

.smartcharts-light .spot__fill-blue {
  background-color: #39b19d;
}

.smartcharts-dark .spot__fill-blue {
  background-color: #39b19d;
}

.spot__label {
  text-align: center;
  padding: 4px;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  margin-left: 0px;
  line-height: 1.5;
}

.smartcharts-light .spot__label {
  background-color: rgba(0,0,0,0.16);
  color: rgba(0,0,0,0.8);
}

.smartcharts-dark .spot__label {
  background-color: #303342;
  color: #fff;
}

.spot__label:after {
  content: '';
  position: absolute;
  left: 0;
  margin-left: 0px;
  border-width: 4px;
  border-style: solid;
}

.spot__label[data-label-pos='top'] {
  border-radius: 3px 3px 3px 0px;
  margin-top: -40px;
}

.spot__label[data-label-pos='top']:after {
  top: 100%;
}

.smartcharts-light .spot__label[data-label-pos='top']:after {
  border-color: rgba(0,0,0,0.16) transparent transparent rgba(0,0,0,0.16);
}

.smartcharts-dark .spot__label[data-label-pos='top']:after {
  border-color: #303342 transparent transparent #303342;
}

.spot__label[data-label-pos='bottom'] {
  border-radius: 0px 3px 3px;
  margin-top: 15px;
}

.spot__label[data-label-pos='bottom']:after {
  bottom: 100%;
}

.smartcharts-light .spot__label[data-label-pos='bottom']:after {
  border-color: transparent transparent rgba(0,0,0,0.16) rgba(0,0,0,0.16);
}

.smartcharts-dark .spot__label[data-label-pos='bottom']:after {
  border-color: transparent transparent #303342 #303342;
}

html,
body {
  -ms-touch-action: none;
  margin: 0px;
}

.chartContainer {
  display: block;
  font-family: "IBM Plex Sans",sans-serif;
  font-size: 12px;
  position: relative;
  transition: height 0.4s ease-in-out;
}

.smartcharts-light .chartContainer {
  background: #fff;
  color: #555975;
}

.smartcharts-dark .chartContainer {
  background: #0e0e0e;
  color: #999;
}

.chartContainer.ciq-draw-mode {
  cursor: none;
}

.chartContainer :last-child {
  z-index: 1;
}

.ciq-chart {
  height: auto;
  width: 100%;
  z-index: 4;
}

.smartcharts-light .ciq-chart {
  background: #fff;
}

.smartcharts-dark .ciq-chart {
  background: #0e0e0e;
}

.cq-chart-control-left .stx-panel-control {
  left: 10px;
}

.cq-chart-control-left .chartContainer {
  width: calc(100% - 100px);
  margin-left: 100px;
}

.sharing .ciq-no-share {
  display: none !important;
  left: -9999px !important;
}

.stx-btn {
  display: inline-block;
  cursor: pointer;
  padding: 0px 8px;
  border: solid 1px #ddd;
  font-weight: bold;
  line-height: 27px;
  color: #7e7e7e;
  text-align: center;
  overflow: visible;
  background-repeat: no-repeat;
  border-radius: 3px;
  transition: color 0.25s, border 0.25s, box-shadow 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.stx-btn:hover {
  color: #444444;
  border: solid 1px #c5c5c5;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1),inset 0px -8px 6px rgba(100,100,100,0.03);
}

.stx-btn:active {
  color: #333;
  box-shadow: inset 0px 8px 6px rgba(100,100,100,0.03);
}

.stx-btn-panel,
.stx-btn-panel span {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: transform 0.2s;
}

.stx-btn-panel {
  margin: 3px 2px;
  opacity: 0;
  transition: opacity 0.5s;
  display: none;
}

.smartcharts-light .stx-btn-panel {
  background-color: #fff;
}

.smartcharts-dark .stx-btn-panel {
  background-color: #0e0e0e;
}

.stx-btn-panel:hover span,
.stx-btn-panel:active span {
  opacity: 1;
}

.stx-btn-panel:active svg {
  transform: scale(1.2, 1.2);
}

.stx-btn-panel.stx-show {
  display: block;
}

.stx-btn-panel>span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: no-repeat center;
}

.cq-change:after {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  content: '';
  width: 0px;
  height: 0px;
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.cq-change.up:after {
  border-bottom: 8px solid #39b19d;
}

.cq-change.down:after {
  border-top: 8px solid #e31c4b;
}

.cq-change .cq-todays-change-percent {
  padding-left: 3px;
}

.stx_chart_controls {
  position: absolute;
  display: block;
  bottom: 60px;
  left: 50%;
  margin-left: -55px;
  height: 27px;
  margin-bottom: 15px;
  width: auto;
  text-align: center;
  z-index: 30;
}

.stx_jump_today:hover,
.stx_jump_today:active {
  opacity: 1;
}

.stx_jump_today {
  color: #fff;
  overflow: hidden;
  position: absolute;
  bottom: 12px;
  right: 10px;
  line-height: 0px;
  height: 25px;
  width: 30px;
  padding: 0px;
  margin-bottom: 17px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 30;
}

.smartcharts-light .stx_jump_today {
  background: #f4f4f6;
}

.smartcharts-dark .stx_jump_today {
  background: #151717;
}

.stx_jump_today svg {
  display: inline-block;
  padding: 6px 8px;
  transition: transform 0.2s;
  opacity: 0.6;
}

.smartcharts-light .stx_jump_today svg {
  stroke: rgba(0,0,0,0.8);
}

.smartcharts-dark .stx_jump_today svg {
  stroke: #fff;
}

.stx_jump_today:hover svg {
  opacity: 1;
}

.stx-baseline-handle {
  cursor: ns-resize;
  display: none;
  opacity: 0.5;
  position: absolute;
  z-index: 30;
  height: 20px;
  width: 20px;
}

.stx-baseline-handle svg {
  height: inherit;
  width: inherit;
}

.stx-baseline-handle:hover {
  opacity: 1;
}

.stx-drag-chart {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.stx-panel-control {
  position: absolute;
  top: 4px;
  left: 0px;
  overflow: hidden;
  z-index: 30;
  display: none;
  margin: 5px;
  border-radius: 3px;
}

.smartcharts-light .stx-panel-control {
  background: #f2f3f4;
}

.smartcharts-dark .stx-panel-control {
  background: #151717;
}

.stx-panel-control .stx-btn-panel {
  opacity: 1;
  background: transparent;
}

.stx-panel-control * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.stx-panel-control.stx-show {
  display: inline-flex;
}

.stx-panel-control .stx-btn {
  float: left;
}

.stx-panel-control .stx-panel-title {
  box-shadow: none;
  margin: 5px 10px;
  float: left;
  display: inline-block;
  color: #333;
  padding: 0 10px;
  line-height: 22px;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}

.smartcharts-light .stx-panel-control .stx-panel-title {
  color: #333;
}

.smartcharts-dark .stx-panel-control .stx-panel-title {
  color: #c2c2c2;
}

.mSticky {
  position: absolute;
  display: none;
  z-index: 44;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
}

.smartcharts-light .mSticky {
  color: #333;
  background: #f2f3f4;
}

.smartcharts-dark .mSticky {
  color: #fff;
  background: #151717;
}

.mSticky .mStickyInterior {
  padding: 8px 8px 4px;
  position: relative;
  width: 100%;
  border-radius: 3px 3px 0px 0px;
  font-weight: 500;
  border: none;
  box-sizing: border-box;
}

.smartcharts-light .mSticky .mStickyInterior {
  background: #d6dadb;
}

.smartcharts-dark .mSticky .mStickyInterior {
  background: #323738;
}

.mSticky .mStickyRightClick {
  position: relative;
}

.vectorTrashCan,
.overlayEdit {
  position: absolute;
  z-index: 40;
}

.sMeasure {
  margin: 0px;
  padding: 5px 10px;
  display: inline-block;
  float: left;
}

.overlayEdit.stx-btn,
.vectorTrashCan.stx-btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 3px;
}

.smartcharts-light .overlayEdit.stx-btn,
.smartcharts-light .vectorTrashCan.stx-btn {
  background: #f2f3f4 !important;
}

.smartcharts-dark .overlayEdit.stx-btn,
.smartcharts-dark .vectorTrashCan.stx-btn {
  background: #151717 !important;
}

.overlayEdit.stx-btn span,
.vectorTrashCan.stx-btn span {
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px !important;
}

.overlayEdit.stx-btn span svg,
.vectorTrashCan.stx-btn span svg {
  fill: #555975;
}

.overlayEdit.stx-btn span.ic-delete,
.vectorTrashCan.stx-btn span.ic-delete {
  display: none;
}

.overlayEdit.stx-btn span.ic-edit,
.vectorTrashCan.stx-btn span.ic-edit {
  display: flex;
}

.rightclick_study .overlayEdit {
  margin: 0px !important;
}

.rightclick_series .overlayEdit.stx-btn>.ic-delete,
.rightclick_series .vectorTrashCan.stx-btn>.ic-delete {
  display: flex;
}

.rightclick_series .overlayEdit.stx-btn>.ic-edit,
.rightclick_series .vectorTrashCan.stx-btn>.ic-edit {
  display: none;
}

.overlayTrashCan {
  display: none !important;
}

.mouseDeleteInstructions {
  margin: 8px;
  background: transparent;
  display: block;
}

.mouseDeleteText,
.mouseManageText {
  display: none;
}

.rightclick_drawing .mouseManageText {
  display: inline;
}

.rightclick_series .mouseDeleteText {
  display: inline;
}

.stx-loader {
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  z-index: 50;
}

.stx_current_hr_up,
.stx_current_hr_down {
  font-weight: bold;
  font-size: 12px;
  font-family: "IBM Plex Sans",sans-serif;
}

.smartcharts-light .stx_current_hr_up,
.smartcharts-light .stx_current_hr_down {
  color: #fff;
  background-color: #ff444f;
}

.smartcharts-dark .stx_current_hr_up,
.smartcharts-dark .stx_current_hr_down {
  color: #fff;
  background-color: #ff444f;
}

.stx-float-price,
.stx-float-date {
  border-radius: 4px;
  font-weight: normal;
}

.smartcharts-light .stx-float-price,
.smartcharts-light .stx-float-date {
  background-color: #d6dadb;
  color: #333 !important;
}

.smartcharts-dark .stx-float-price,
.smartcharts-dark .stx-float-date {
  background-color: #323738;
  color: #fff !important;
}

.stx-float-date {
  position: absolute;
  font-size: 12px;
  font-family: 'Helvetica';
  z-index: 3;
  padding: 0 8px;
  text-align: center;
  width: auto;
  height: 30px;
  line-height: 31px;
  box-size: content-box;
}

.stx_crosshair {
  position: absolute;
  z-index: 1;
}

.smartcharts-light .stx_crosshair {
  background-color: #d6dadb;
}

.smartcharts-dark .stx_crosshair {
  background-color: #323738;
}

.stx_crosshair_drawing {
  position: absolute;
  z-index: 10;
}

.smartcharts-light .stx_crosshair_drawing {
  background-color: #d6dadb;
}

.smartcharts-dark .stx_crosshair_drawing {
  background-color: #323738;
}

.crossY,
.stx_crosshair_y {
  left: 0px;
  height: 1px;
  width: 98%;
  margin-top: 0;
}

.crossX,
.stx_crosshair_x {
  top: 0px;
  width: 1px;
  height: 100%;
}

.stx-crosshair-on {
  cursor: crosshair;
}

.stx_panels {
  font-family: 'Helvetica';
  font-size: 12px;
  color: #fff;
}

.stx_panel_background {
  color: #7c878b;
}

.stx_panel_border {
  width: 1px;
  color: #cccccc;
}

.stx_solo_lit span {
  background-color: #b1b7b8;
  color: #ffffff;
  opacity: 1;
}

.stx_grid {
  width: 1px;
  opacity: 1;
  border: none;
}

.smartcharts-light .stx_grid {
  background: #fff;
  color: #f2f3f4;
}

.smartcharts-dark .stx_grid {
  background: #0e0e0e;
  color: #1d1f20;
}

.stx_grid_border {
  opacity: 0.2;
  border-style: solid;
}

.smartcharts-light .stx_grid_border {
  border-color: rgba(153,156,172,0.32);
}

.smartcharts-dark .stx_grid_border {
  border-color: rgba(127,131,151,0.3);
}

.stx_line_chart {
  width: 1px;
  border-top-style: dotted;
}

.stx_bar_chart,
.stx_bar_up,
.stx_bar_down,
.stx_bar_even {
  width: 1px;
}

.smartcharts-light .stx_line_chart,
.smartcharts-light .stx_bar_chart {
  color: #7f8397;
}

.smartcharts-dark .stx_line_chart,
.smartcharts-dark .stx_bar_chart {
  color: #fff;
}

.stx_bar_down {
  color: #f95454;
}

.stx_bar_up {
  color: #4caf50;
}

.stx_baseline_delta_mountain {
  background-color: rgba(163,102,255,0.5);
  color: rgba(163,102,255,0.01);
  padding: 3px;
}

.stx_colored_mountain_chart {
  background-color: rgba(163,102,255,0.5);
  color: rgba(163,102,255,0.01);
  width: 2px;
  padding: 4px;
}

.stx_mountain_chart {
  width: 1px;
}

.smartcharts-light .stx_mountain_chart {
  border: #85acb0;
  background-color: rgba(133,172,176,0.16);
  color: rgba(255,255,255,0);
}

.smartcharts-dark .stx_mountain_chart {
  border: #fff;
  background-color: rgba(255,255,255,0.36);
  color: rgba(16,19,32,0);
}

.stx_histogram_down {
  color: #f95454;
}

.smartcharts-light .stx_histogram_down {
  border-left-color: #999cac;
}

.smartcharts-dark .stx_histogram_down {
  border-left-color: #fff;
}

.stx_histogram_up {
  color: #4caf50;
}

.smartcharts-light .stx_histogram_up {
  border-left-color: #999cac;
}

.smartcharts-dark .stx_histogram_up {
  border-left-color: #fff;
}

.stx_histogram_even {
  color: #999999;
}

.smartcharts-light .stx_histogram_even {
  border-left-color: #999cac;
}

.smartcharts-dark .stx_histogram_even {
  border-left-color: #fff;
}

.stx_highlight_vector {
  color: #ff0000;
  width: 3px;
}

.stx_candle_shadow,
.stx_bar_even {
  color: #2e383b;
}

.stx_candle_down,
.stx_line_down {
  color: #f95454;
  border-left-color: transparent;
}

.stx_candle_up,
.stx_line_up {
  color: #4caf50;
  border-left-color: transparent;
}

.stx_hollow_candle_down {
  color: #f95454;
}

.stx_hollow_candle_up {
  color: #4caf50;
}

.stx_hollow_candle_even {
  color: #888888;
}

.stx_baseline {
  color: #2e383b;
}

.stx_baseline_down {
  color: #f95454;
  width: 2px;
}

.stx_baseline_up {
  color: #4caf50;
  width: 2px;
}

.stx_kagi_down {
  color: #f95454;
  width: 1px;
}

.stx_kagi_up {
  color: #4caf50;
  width: 3px;
}

.stx_pandf_down {
  color: #f95454;
  padding: 2px 0px;
  width: 2px;
}

.stx_pandf_up {
  color: #4caf50;
  padding: 2px 0px;
  width: 2px;
}

.stx_volume_up {
  color: #4caf50;
}

.smartcharts-light .stx_volume_up {
  border: #999cac;
}

.smartcharts-dark .stx_volume_up {
  border: #fff;
}

.stx_volume_down {
  color: #f95454;
}

.smartcharts-light .stx_volume_down {
  border: #999cac;
}

.smartcharts-dark .stx_volume_down {
  border: #fff;
}

.stx_volume_underlay_up {
  color: #8cc176;
  opacity: 0.3;
  border-left-color: #000;
}

.stx_volume_underlay_down {
  color: #b82d0c;
  opacity: 0.3;
  border-left-color: #000;
}

.stx_volume_profile {
  opacity: 0.3;
  border-color: #000;
}

.stx_projection_new {
  color: #0000ff;
}

.stx_gaps {
  color: #b1b7b8;
  opacity: 0.3;
}

.stx_histogram {
  opacity: 0.2;
}

.smartcharts-light .stx_histogram {
  color: #555975;
}

.smartcharts-dark .stx_histogram {
  color: #999;
}

.stx_annotation {
  font-size: 13px;
  font-family: 'Helvetica';
  background: transparent;
  box-shadow: none;
  padding: 0px 6px;
  outline: none;
  color: #333;
  resize: none;
  z-index: 1000;
}

.smartcharts-light .stx_annotation {
  border: 1px solid #999cac;
}

.smartcharts-dark .stx_annotation {
  border: 1px solid #fff;
}

.stx_annotation_bg {
  color: #f5f5f5;
}

.stx_annotation_highlight {
  color: #fff;
}

.stx_annotation_highlight_bg {
  color: #3d4447;
}

.annotationSave,
.annotationCancel,
.stx-btn.stx_annotation_save,
.stx-btn.stx_annotation_cancel {
  position: absolute;
  display: none;
  font-size: 11px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  z-index: 50;
}

.annotationCancel,
.stx_annotation_cancel {
  margin-left: 10px;
}

.stx_watermark {
  font-size: 16px;
  font-family: 'Helvetica';
}

.stx_fib_levels {
  font-size: 12px;
  font-family: 'Helvetica';
  color: transparent;
}

.stx-holder {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 4;
}

.stx-subholder {
  position: absolute;
  overflow: hidden;
}

.stx-subholder:before {
  content: ' ';
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("https://static.cdnpub.info/traderoom/map.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  background-size: cover;
}

.smartcharts-light .stx-subholder:before {
  opacity: .05;
}

.smartcharts-dark .stx-subholder:before {
  opacity: .4;
}

.stx_market_session.divider {
  background-color: rgba(0,255,0,0.8);
  width: 1px;
}

.stx_market_session.pre {
  background-color: rgba(255,255,0,0.1);
}

.stx_market_session.post {
  background-color: rgba(0,0,255,0.2);
}

.stx_grid_dark {
  opacity: 1;
  opacity: 0.95;
  border-style: solid;
  border: none;
}

.smartcharts-light .stx_grid_dark {
  color: #555975;
}

.smartcharts-dark .stx_grid_dark {
  color: #999;
}

.stx_yaxis,
.stx_xaxis,
.stx_xaxis_dark {
  font-size: 10px;
  font-family: "IBM Plex Sans",sans-serif;
}

.smartcharts-light .stx_yaxis,
.smartcharts-light .stx_xaxis,
.smartcharts-light .stx_xaxis_dark {
  color: #555975;
}

.smartcharts-dark .stx_yaxis,
.smartcharts-dark .stx_xaxis,
.smartcharts-dark .stx_xaxis_dark {
  color: #999;
}

.stx_price_label {
  font-weight: normal;
  font-size: 12px;
  font-family: "IBM Plex Sans",sans-serif;
}

.smartcharts-light .stx_price_label {
  color: #555975;
}

.smartcharts-dark .stx_price_label {
  color: #999;
}

.stx-holder:hover .stx-btn-panel {
  opacity: 1;
  transition: opacity 0.5s, height 0.3s;
}

.stx-ico-handle {
  opacity: 1;
  position: absolute;
  left: 0%;
  height: 1px;
  width: 100%;
  overflow: hidden;
  cursor: ns-resize;
  z-index: 1;
}

.smartcharts-light .stx-ico-handle {
  box-shadow: 0 0 0px 2px #fff;
  background: #fff;
}

.smartcharts-dark .stx-ico-handle {
  box-shadow: 0 0 0px 2px #0e0e0e;
  background: #0e0e0e;
}

.stx-ico-handle span {
  padding: 100%;
}

.smartcharts-light .stx-ico-handle span {
  background: #d6dadb;
}

.smartcharts-dark .stx-ico-handle span {
  background: #323738;
}

.stx-ico-handle:hover {
  opacity: 0.3;
}

.stx-ico-handle:active {
  cursor: ns-resize;
}

.stx-ico-handle.stx-grab {
  opacity: 0.3;
  height: 2px;
}

.smartcharts-light .stx-ico-handle.stx-grab {
  background-color: #999cac;
}

.smartcharts-dark .stx-ico-handle.stx-grab {
  background-color: #fff;
}

.stx_panel_drag {
  color: transparent;
}

.stx_xaxis,
.stx_yaxis,
.stx_watermark {
  font-family: "IBM Plex Sans",sans-serif;
}

.ciq-menu>span.icons-on {
  margin-top: -3px;
}

.stx_range_slider.shading {
  background-color: rgba(128,128,128,0.3);
  border: solid 2px #0090b7;
  width: 5px;
}

.stx-chart-panel.stx-show {
  display: none;
}

.ciq-chart.ciq-screenshot .cq-menu-dropdown {
  display: none !important;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  background-color: transparent !important;
}

.cq-spot {
  width: 6px;
  height: 6px;
  padding: 0px;
  line-height: 1px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  background: transparent;
  -webkit-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
  margin-left: -3px;
  margin-top: -3px;
  box-shadow: 0 0 0 rgba(255,153,51,0.6);
  z-index: -2 !important;
}

.cq-spot:before {
  content: '\25CF';
  font-size: 18px;
  color: #f93;
  position: relative;
  left: -2.3px;
  line-height: 5px;
}

.cq-spot.cq-endpoint {
  position: absolute;
  text-align: center;
  width: 1px;
  height: 100%;
  line-height: 20px;
  color: #ffffff;
  bottom: 0px !important;
  top: 0px !important;
  -webkit-animation: none;
  animation: none;
}

.smartcharts-light .cq-spot.cq-endpoint {
  border-left: 2px dashed #ff444f;
}

.smartcharts-dark .cq-spot.cq-endpoint {
  border-left: 2px dashed #ff444f;
}

.cq-spot.cq-endpoint:before {
  content: '\25CF';
  font-size: 18px;
  color: #0298d3;
  position: relative;
  left: -2.3px;
  line-height: 5px;
  display: none;
}

.cq-spot.cq-endpoint .cq-endpoint-label {
  width: 145px;
  padding: 1px 9px;
  border-radius: 4px;
  position: absolute;
  top: calc(100% - 22px);
  transform: translateX(-50%);
}

.smartcharts-light .cq-spot.cq-endpoint .cq-endpoint-label {
  background-color: #ff444f;
  color: #fff;
}

.smartcharts-dark .cq-spot.cq-endpoint .cq-endpoint-label {
  background-color: #ff444f;
  color: #fff;
}

.closed-chart .cq-spot {
  -webkit-animation: none;
  animation: none;
}

.smartcharts-light .closed-chart .cq-spot:before {
  color: #d6d6d6;
}

.smartcharts-dark .closed-chart .cq-spot:before {
  color: #303342;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,153,51,0.6);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255,153,51,0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255,153,51,0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,153,51,0.6);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255,153,51,0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255,153,51,0);
  }
}

.smartcharts-mobile .mSticky {
  background: none;
}

.smartcharts-mobile .mSticky .mStickyInterior {
  margin: 0px;
  padding: 0px 8px 0 !important;
  line-height: 30px;
  border-radius: 3px 0px 0px 3px;
  width: auto;
  z-index: 99;
}

.smartcharts-mobile .mSticky .mStickyRightClick {
  margin-left: -2px !important;
}

.smartcharts-mobile .ciq-chart.ciq-screenshot .stx-btn-panel {
  display: none !important;
}

.stx-textarea {
  padding: 0 5px 0 10px;
  box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.smartcharts-light .stx-textarea {
  border-left: 1px solid #7f8397;
}

.smartcharts-dark .stx-textarea {
  border-left: 1px solid #fff;
}

.annotationCancel,
.annotationSave {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  line-height: 27px;
  height: 27px;
  padding: 0 10px;
  cursor: pointer;
  border: none;
  transition: all 0.2s 0s, opacity 0.2s 0s;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.smartcharts-light .annotationCancel,
.smartcharts-light .annotationSave {
  background: #fff;
  color: rgba(0,0,0,0.8);
}

.smartcharts-dark .annotationCancel,
.smartcharts-dark .annotationSave {
  background: #0e0e0e;
  color: #999;
}

.annotationCancel:hover,
.annotationSave:hover {
  border: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.annotationCancel:active,
.annotationSave:active {
  border: none;
  transition: all 0s 0s;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

.cq-menu-dropdown .ps-scrollbar-y-rail {
  z-index: 1000000;
}

.ciq-chart-area,
.ciq-chart,
.stx-panel-side {
  box-sizing: border-box;
}

.ciq-chart-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0px;
  z-index: 1;
  padding: 0px;
}

.smartcharts-light .ciq-chart-area {
  background: #fff;
}

.smartcharts-dark .ciq-chart-area {
  background: #0e0e0e;
}

.smartcharts {
  position: absolute;
  height: 100%;
  width: 100%;
  font-family: "IBM Plex Sans",sans-serif;
  font-size: 1em;
  overflow: hidden;
}

.smartcharts-light .smartcharts {
  background: #fff;
}

.smartcharts-dark .smartcharts {
  background: #0e0e0e;
}

.smartcharts input {
  font-weight: 300;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.smartcharts-light .smartcharts input {
  color: #7f8397;
  background-color: #fff;
}

.smartcharts-dark .smartcharts input {
  color: #fff;
  background-color: #0e0e0e;
}

.smartcharts-light .smartcharts input::-moz-placeholder,
.smartcharts-light .smartcharts input::-moz-placeholder {
  color: #7f8397;
}

.smartcharts-light .smartcharts input::placeholder,
.smartcharts-light .smartcharts input::-moz-placeholder {
  color: #7f8397;
}

.smartcharts-dark .smartcharts input::-moz-placeholder,
.smartcharts-dark .smartcharts input::-moz-placeholder {
  color: #fff;
}

.smartcharts-dark .smartcharts input::placeholder,
.smartcharts-dark .smartcharts input::-moz-placeholder {
  color: #fff;
}

.smartcharts div,
.smartcharts li,
.smartcharts span,
.smartcharts a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

.smartcharts .cq-top-ui-widgets {
  position: absolute;
  z-index: 5;
  margin: 0.2em 0.5em;
  width: 100%;
  pointer-events: none;
}

.smartcharts .cq-top-ui-widgets>div {
  pointer-events: initial;
}

.smartcharts .ciq-menu {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

.smartcharts .ciq-menu-section {
  float: right;
}

.smartcharts .smartcharts-mobile,
.smartcharts .smartcharts-desktop {
  position: absolute;
  height: 100%;
  width: 100%;
}

.smartcharts .smartcharts-mobile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.smartcharts .cq-chart-control-left .cq-top-ui-widgets {
  left: 90px;
}

.smartcharts .cq-chart-control-left .cq-notifications {
  right: 100px;
}

.smartcharts--navigation-widget .home {
  display: none !important;
}

.smartcharts--has-markers .stx-subholder {
  z-index: 108 !important;
}

.ciq-menu {
  position: relative;
}

.smartcharts-light .ciq-menu {
  color: rgba(0,0,0,0.8);
}

.smartcharts-dark .ciq-menu {
  color: #999;
}

.ciq-menu>span {
  padding: 0 12px 0 0;
  position: relative;
  font-weight: 400;
}

.ciq-menu .cq-menu-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ciq-menu.ciq-enabled>.cq-menu-btn {
  cursor: pointer;
}

.cq-menu-dropdown {
  display: block;
  line-height: 2.1em;
  position: absolute;
  overflow: hidden;
  height: auto;
  border-radius: 3px;
  bottom: 5em;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  transition: transform 300ms,opacity 300ms;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  margin-top: 5px;
}

.smartcharts-light .cq-menu-dropdown {
  color: #333;
  background-color: #f2f3f4;
}

.smartcharts-dark .cq-menu-dropdown {
  color: #c2c2c2;
  background-color: #151717;
}

.cq-menu-dropdown.cq-menu-dropdown-enter-done,
.cq-menu-dropdown.cq-menu-dropdown-enter-active {
  opacity: 1;
}

.cq-menu-dropdown.cq-menu-dropdown-enter-done {
  pointer-events: initial;
}

.cq-menu-dropdown .title {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 9px 16px;
  box-sizing: content-box;
}

.smartcharts-light .cq-menu-dropdown .title {
  background: #fff;
}

.smartcharts-dark .cq-menu-dropdown .title {
  background: #151717;
}

.cq-menu-dropdown .title .title-text {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
}

.smartcharts-light .cq-menu-dropdown .title {
  color: #333;
}

.smartcharts-dark .cq-menu-dropdown .title {
  color: #fff;
}

.smartcharts-light .cq-menu-dropdown .title>.ic-icon {
  color: #7f8397;
}

.smartcharts-dark .cq-menu-dropdown .title>.ic-icon {
  color: #eaeced;
}

.cq-menu-dropdown .icon-close-menu {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 30px;
  pointer-events: none;
  opacity: 0;
}

.smartcharts-light .cq-menu-dropdown .cq-categorical-display .cq-lookup-filters {
  background: #f2f3f4;
}

.smartcharts-dark .cq-menu-dropdown .cq-categorical-display .cq-lookup-filters {
  background: #151717;
}

.smartcharts-mobile .ciq-menu.stxMenuActive {
  z-index: 9;
}

.smartcharts-mobile .ciq-menu .cq-menu-btn:hover>.ic-icon svg,
.smartcharts-mobile .ciq-menu .cq-menu-btn:hover>.cq-toggle svg {
  background: transparent;
}

.smartcharts-mobile .cq-modal-dropdown {
  border: none;
  pointer-events: none;
  z-index: -1;
  position: fixed;
  height: inherit;
  width: 100%;
  top: 0;
}

.smartcharts-mobile .cq-modal-dropdown.stxMenuActive {
  z-index: 2;
}

.smartcharts-mobile .cq-modal-dropdown.ciq-studies .cq-menu-overlay .cq-menu-dropdown,
.smartcharts-mobile .cq-modal-dropdown.cq-comparison-new .cq-menu-overlay .cq-menu-dropdown,
.smartcharts-mobile .cq-modal-dropdown.cq-chart-title .cq-menu-overlay .cq-menu-dropdown {
  height: 100%;
}

.smartcharts-mobile .cq-modal-dropdown.ciq-studies .cq-menu-overlay .cq-menu-dropdown .title,
.smartcharts-mobile .cq-modal-dropdown.cq-comparison-new .cq-menu-overlay .cq-menu-dropdown .title,
.smartcharts-mobile .cq-modal-dropdown.cq-chart-title .cq-menu-overlay .cq-menu-dropdown .title {
  border-bottom: none !important;
}

.smartcharts-mobile .cq-modal-dropdown .cq-menu-overlay {
  position: relative;
  transition: opacity 300ms;
  background: rgba(0,0,0,0.3);
  height: inherit;
  width: 100%;
  padding: 0;
  opacity: 0;
}

.smartcharts-mobile .cq-modal-dropdown.stxMenuActive .cq-menu-overlay {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}

.smartcharts-mobile .cq-modal-dropdown.cq-chart-title .cq-menu-dropdown {
  transform: translateY(-3em);
}

.smartcharts-mobile .cq-modal-dropdown .cq-scroll-panel {
  border-left: none;
}

.smartcharts-mobile .cq-modal-dropdown .cq-menu-dropdown {
  height: auto;
  bottom: 0;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  position: absolute;
  transform: translateY(3em);
  border: none;
}

.smartcharts-mobile .cq-modal-dropdown .cq-menu-dropdown.cq-menu-dropdown-enter-done,
.smartcharts-mobile .cq-modal-dropdown .cq-menu-dropdown.cq-menu-dropdown-enter-active {
  transform: translateY(0em);
}

.smartcharts-mobile .cq-modal-dropdown .cq-menu-dropdown .icon-close-menu {
  pointer-events: initial;
  opacity: 1;
}

.cq-chart-unavailable {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  z-index: 1;
  font-size: 1.7em;
  color: #878787;
}

.chart-line {
  position: absolute;
  z-index: 35;
}

.chart-line.horizontal {
  width: 100%;
  left: 0;
  font-size: 1em;
}

.chart-line.horizontal:hover {
  z-index: 105;
}

.chart-line.horizontal.draggable>.draggable-area {
  height: 20px;
  top: -8px;
  position: absolute;
  width: 100%;
}

.chart-line.horizontal.draggable>.draggable-area:hover {
  background: rgba(0,0,0,0.05);
}

.chart-line.horizontal .drag-line {
  height: 1px;
  float: left;
  width: 100%;
  margin-left: -10px;
  position: relative;
  border-color: inherit;
  border-top-width: 1px;
}

.draggable.chart-line:hover.horizontal {
  cursor: ns-resize;
}

.draggable.chart-line:hover.vertical {
  cursor: ew-resize;
}

.hide-pricelines>.chart-line.horizontal {
  display: none;
}

.drag-price {
  display: block;
  height: 24px;
  top: -11px;
  position: absolute;
  right: -1px;
  border: 1px solid inherit;
  border-radius: 4px;
}

.no-touch .price-arrow span {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  width: 15px;
  height: 15px;
  background-position: -4px -488px;
  opacity: 0;
  transition: opacity 0.2s;
}

.no-touch .chart-line:hover .price-arrow {
  width: 20px;
  height: 23px;
}

.no-touch .chart-line:hover .price-arrow span {
  opacity: 1;
}

.price {
  font-size: 12px;
  display: block;
  padding: 3px 1px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
}

.draggable .price {
  padding-left: 16px;
}

.draggable .price:after {
  font-weight: normal;
  content: '≡';
  font-size: 25px;
  position: absolute;
  left: 1px;
  top: 1px;
  transform: scaleX(0.8);
}

.shade.hidden {
  opacity: 0;
}

.shade {
  position: absolute;
  width: 100%;
  top: -120px;
  left: 0;
  right: 0;
  height: 120px !important;
  opacity: 0.3;
  transition: opacity 0.1s ease-out;
}

.top-shade {
  background-image: linear-gradient(to bottom, transparent, var(--shade-color));
}

.between-shade {
  opacity: 0.2;
  background-color: var(--shade-color);
}

.bottom-shade {
  background-image: linear-gradient(to bottom, var(--shade-color), transparent);
}

.cq-loader .cq-loader-spin,
.cq-comparison-loader,
.cq-loading {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=http://www.w3.org/2000/svg width=32 height=32%3E%3Cpath d=M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0m0 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4 opacity=.25/%3E%3Cpath d=M16 0c8.837 0 16 7.163 16 16h-4c0-6.627-5.373-12-12-12V0z%3E%3CanimateTransform type=rotate repeatCount=indefinite calcMode=linear to=360 16 16 attributeName=transform dur=0.8s from=0 16 16/%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
}

.smartcharts-dark .cq-loader .cq-loader-spin,
.smartcharts-dark .cq-comparison-loader,
.smartcharts-dark .cq-loading {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=http://www.w3.org/2000/svg width=32 height=32 fill=%23fff%3E%3Cpath opacity=.25 d=M16 0a16 16 0 000 32 16 16 0 000-32m0 4a12 12 0 010 24 12 12 0 010-24/%3E%3Cpath d=M16 0a16 16 0 0116 16h-4A12 12 0 0016 4z%3E%3CanimateTransform attributeName=transform type=rotate from=0 16 16 to=360 16 16 dur=0.8s repeatCount=indefinite/%3E%3C/path%3E%3C/svg%3E");
}

.cq-loader {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.cq-loader.show {
  display: block;
  z-index: 9;
}

.cq-loader .cq-loader-spin {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -45px;
  z-index: 1;
}

.smartcharts-light .cq-loader .cq-loader-spin {
  stroke: #000;
}

.smartcharts-dark .cq-loader .cq-loader-spin {
  stroke: #fff;
}

.cq-loader .cq-loader-status {
  padding-top: 5px;
  position: absolute;
  height: 20px;
  width: 200px;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: 10px;
  text-align: center;
}

.smartcharts-light .cq-loader .cq-loader-status {
  color: #000;
}

.smartcharts-dark .cq-loader .cq-loader-status {
  color: #fff;
}

.cq-loading {
  height: 12px;
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin-bottom: 2px;
  margin-left: 1px;
}

.rightclick_study .mouseManageText {
  display: inline;
}

.rightclick_study .mouseDeleteText {
  display: none;
}

.rightclick_study .overlayEdit {
  margin-top: -4px;
  margin-left: 5px;
  opacity: 1;
}

.rightclick_study .overlayEdit.stx-btn span {
  border: none;
  background-position: -301px -26px;
  width: 23px;
}

.ciq-sleeping .chartContainer {
  opacity: 0.5;
}

.cq-chart-controls {
  position: absolute;
  display: flex;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12);
  z-index: 9;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  border-radius: 2px;
  transition: z-index 0.3s linear;
}

.smartcharts-light .cq-chart-controls {
  background: #fff;
  box-shadow: inset 0 1px 0 0 #f2f3f4;
}

.smartcharts-dark .cq-chart-controls {
  background: #0e0e0e;
  box-shadow: inset 0 1px 0 0 #151717;
}

.cq-chart-controls.active {
  z-index: 5;
}

.cq-chart-controls .ciq-menu {
  width: auto;
}

.cq-chart-controls .ciq-menu>span {
  margin: 0;
  padding: 0;
}

.cq-chart-controls .ciq-menu:after {
  right: 5px;
  top: 11px;
  transform: rotate(225deg);
  display: none;
}

.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive {
  box-shadow: 0px -2px 0px 0 #ff444f;
}

.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive {
  box-shadow: 0px -2px 0px 0 #ff444f;
}

.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn {
  background: #fff;
}

.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn {
  background: #0e0e0e;
}

.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.ic-icon,
.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.cq-toggle {
  color: #7f8397;
}

.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.ic-icon,
.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.cq-toggle {
  color: #fff;
}

.cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.ic-icon .ic-subtitle,
.cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.cq-toggle .ic-subtitle {
  display: none;
  font-weight: bold;
}

.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.ic-icon .ic-subtitle,
.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.cq-toggle .ic-subtitle {
  color: #7f8397;
}

.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.ic-icon .ic-subtitle,
.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.cq-toggle .ic-subtitle {
  color: #fff;
}

.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled .cq-menu-btn:hover {
  background: #e6e9e9;
}

.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled .cq-menu-btn:hover {
  background: #242828;
}

.cq-chart-controls .ciq-menu .cq-menu-btn {
  position: relative;
  padding: 3px 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon {
  padding: 0.35em 0.5em;
}

.cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon.active .ic-subtitle,
.cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle.active .ic-subtitle {
  font-weight: bold;
}

.smartcharts-light .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon.active .ic-subtitle,
.smartcharts-light .cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle.active .ic-subtitle {
  color: #7f8397;
}

.smartcharts-dark .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon.active .ic-subtitle,
.smartcharts-dark .cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle.active .ic-subtitle {
  color: #fff;
}

.cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon .ic-subtitle,
.cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle .ic-subtitle {
  display: none;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  font-size: 1em;
}

.smartcharts-light .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon .ic-subtitle,
.smartcharts-light .cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle .ic-subtitle {
  color: rgba(0,0,0,0.8);
}

.smartcharts-dark .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon .ic-subtitle,
.smartcharts-dark .cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle .ic-subtitle {
  color: #999;
}

.cq-chart-controls .ciq-menu .notification-badge {
  background: #e9e9e9;
  color: #2a3052;
  border-radius: 100px;
  font-size: 1em;
  position: absolute;
  top: 1px;
  line-height: 18px;
  left: 55px;
  width: 16px;
  height: 16px;
  font-family: "IBM Plex Sans",sans-serif;
  font-weight: bold;
  text-align: center;
  z-index: 999;
}

.cq-chart-controls .ciq-menu .notification-badge.x2 {
  width: 24px;
}

.cq-chart-controls .ciq-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
}

.cq-chart-controls .cq-toggle {
  cursor: pointer;
  color: #575757;
}

.cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-dropdown {
  transform: translateX(-50%) translateY(3em);
  left: 50%;
}

.cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-done,
.cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-active {
  transform: translateX(-50%) translateY(0em);
}

.cq-chart-control-left .cq-chart-controls .ciq-menu .cq-menu-dropdown {
  bottom: auto;
  left: 9em;
  top: -1em;
  transform: translateX(-3em);
}

.cq-chart-control-left .cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-done,
.cq-chart-control-left .cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-active {
  transform: translateX(0em);
}

.cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-exit-active {
  opacity: 0;
  z-index: -3;
}

.cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-done,
.cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-active {
  opacity: 1;
  z-index: 6;
}

.cq-chart-control-bottom .cq-chart-controls {
  bottom: 0px;
  height: 40px;
  width: 100%;
  padding: 0 5px;
}

.cq-chart-control-left .cq-chart-controls {
  left: 0px;
  top: 0;
  height: 100%;
  width: 100px;
  padding: 5px 0;
  flex-flow: column;
}

.cq-chart-control-left .cq-chart-controls .ciq-menu {
  min-height: 45px;
  height: auto;
}

.smartcharts-light .cq-chart-control-left .cq-chart-controls .ciq-menu .stxMenuActive {
  box-shadow: 2px 0.3px 0px 0 #ff444f;
}

.smartcharts-dark .cq-chart-control-left .cq-chart-controls .ciq-menu .stxMenuActive {
  box-shadow: 2px 0.3px 0px 0 #ff444f;
}

.cq-chart-control-left .cq-chart-controls .ciq-menu .cq-menu-btn {
  padding: 0 5px;
}

.smartcharts-mobile .cq-chart-controls {
  justify-content: space-around;
  padding: 0 0.7em;
  height: 40px;
}

.smartcharts-light .smartcharts-mobile .cq-chart-controls {
  box-shadow: inset 0 1px 0 0 #f2f3f4;
}

.smartcharts-dark .smartcharts-mobile .cq-chart-controls {
  box-shadow: inset 0 1px 0 0 #151717;
}

.smartcharts-mobile .cq-chart-controls.active {
  z-index: 5;
}

.smartcharts-mobile .cq-chart-controls .cq-menu-btn {
  padding: 0;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu {
  padding: 0em;
  width: auto;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon {
  padding: 0.35em 0em;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu .cq-menu-btn>.bt-priod {
  padding: 0.7em 0.5em !important;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu .cq-menu-dropdown {
  height: auto;
  left: -1px;
  padding: 0;
  border: none;
  box-shadow: none;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu .notification-badge {
  left: 15px;
  top: 0px;
}

.smartcharts-mobile .cq-chart-controls .bt-priod,
.smartcharts-mobile .cq-chart-controls .cq-toggle,
.smartcharts-mobile .cq-chart-controls .cq-menu-btn,
.smartcharts-mobile .cq-chart-controls .cq-chart-size>span {
  padding: 0 !important;
}

.smartcharts-mobile .cq-chart-controls .ic-priod {
  padding: 6px 0px !important;
}

.smartcharts-mobile .cq-chart-controls .ic-icon-with-sub>svg {
  padding: 5px 10px;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .cq-toggle {
  padding: 0.35em 0.6em;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu {
  width: 50px;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon {
  padding: 0.35em 0em;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-btn .ic-subtitle {
  display: none;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .notification-badge {
  left: 28px;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ic-priod {
  padding: 0 !important;
}

.smartcharts-900 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu {
  width: auto;
  min-width: 45px;
}

.smartcharts-900 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon {
  padding: 0.35em 0em;
}

.smartcharts-900 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-btn .ic-subtitle {
  display: none;
}

.smartcharts-900 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .notification-badge {
  left: 30px;
}

.smartcharts-1280 .smartcharts-desktop .cq-chart-controls .ciq-menu {
  width: auto;
  min-width: 70px;
}

.smartcharts-1280 .smartcharts-desktop .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon {
  padding: 0.35em 0.5em;
}

.smartcharts-1280 .smartcharts-desktop .cq-chart-controls .ciq-menu .cq-menu-btn .ic-subtitle {
  display: none;
}

.smartcharts-1280 .smartcharts-desktop .cq-chart-controls .ciq-menu .notification-badge {
  left: 55px;
}

.smartcharts-light .cq-crosshair-toggle:hover {
  background: #e6e9e9;
}

.smartcharts-dark .cq-crosshair-toggle:hover {
  background: #242828;
}

.smartcharts-light .cq-crosshair-toggle .cq-toggle.active svg {
  fill: #2a3052 !important;
}

.smartcharts-dark .cq-crosshair-toggle .cq-toggle.active svg {
  fill: #fff !important;
}

.cq-crosshair {
  display: none;
}

.stx-crosshair-on .cq-crosshair {
  position: relative;
  display: block;
  opacity: 0;
  z-index: 30;
  top: 0;
  left: 0;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content {
  border-radius: 4px;
  position: absolute;
  pointer-events: none;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.smartcharts-light .stx-crosshair-on .cq-crosshair .cq-crosshair-content {
  color: #333;
  background: #d6dadb;
}

.smartcharts-dark .stx-crosshair-on .cq-crosshair .cq-crosshair-content {
  color: #fff;
  background: #323738;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content:after,
.stx-crosshair-on .cq-crosshair .cq-crosshair-content:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: none;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content:after {
  left: -6px;
}

.smartcharts-light .stx-crosshair-on .cq-crosshair .cq-crosshair-content:after {
  border-right: 6px solid #d6dadb;
}

.smartcharts-dark .stx-crosshair-on .cq-crosshair .cq-crosshair-content:after {
  border-right: 6px solid #323738;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content:before {
  left: 100%;
}

.smartcharts-light .stx-crosshair-on .cq-crosshair .cq-crosshair-content:before {
  border-left: 6px solid #d6dadb;
}

.smartcharts-dark .stx-crosshair-on .cq-crosshair .cq-crosshair-content:before {
  border-left: 6px solid #323738;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content .row {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content .row span:first-child {
  padding-right: 5px;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content .row span:last-child {
  font-weight: bold;
}

.stx-crosshair-on .cq-crosshair.arrow-left .cq-crosshair-content {
  transform: translateX(30px) translateY(-50%);
}

.stx-crosshair-on .cq-crosshair.arrow-right .cq-crosshair-content {
  transform: translateX(calc(-100% - 30px)) translateY(-50%);
}

.stx-crosshair-on .cq-crosshair.arrow-left .cq-crosshair-content:after,
.stx-crosshair-on .cq-crosshair.arrow-right .cq-crosshair-content:before {
  display: block;
}

.stx-crosshair-on .cq-crosshair.active {
  pointer-events: initial;
  opacity: 1;
}

@-webkit-keyframes move-background {
  from {
    -webkit-transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(46px);
  }
}

@keyframes move-background {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(46px);
  }
}

.pagination {
  top: 0;
  bottom: 0 !important;
}

.pagination__loader {
  color: #000;
  position: relative;
  height: 100%;
  text-align: center;
  overflow: hidden;
  margin-left: -10000px;
  opacity: 0.7;
}

.pagination__loader-background {
  position: absolute;
  left: -46px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-animation-name: move-background;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: move-background;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.smartcharts-light .pagination__loader-background {
  background: -webkit-repeating-linear-gradient(145deg, rgba(255,0,0,0) 1px, #f4f4f6 2px, #f4f4f6 11px, rgba(255,0,0,0) 12px, rgba(255,0,0,0) 20px);
  background: repeating-linear-gradient(-55deg, rgba(255,0,0,0) 1px, #f4f4f6 2px, #f4f4f6 11px, rgba(255,0,0,0) 12px, rgba(255,0,0,0) 20px);
}

.smartcharts-dark .pagination__loader-background {
  background: -webkit-repeating-linear-gradient(145deg, rgba(255,0,0,0) 1px, #333 2px, #333 11px, rgba(255,0,0,0) 12px, rgba(255,0,0,0) 20px);
  background: repeating-linear-gradient(-55deg, rgba(255,0,0,0) 1px, #333 2px, #333 11px, rgba(255,0,0,0) 12px, rgba(255,0,0,0) 20px);
}

/*# sourceMappingURL=smartcharts.css.map*/