@charset "UTF-8";
@keyframes orderBookSlideDown {
  from {
    max-height: 0;
    background: #333;
  }
  30% {
    max-height: 13px;
  }
  to {
    max-height: 13px;
    background: #333;
  }
}
@keyframes orderBookSlideDownLight {
  from {
    max-height: 0;
    background: #CCC;
  }
  30% {
    max-height: 13px;
  }
  to {
    max-height: 13px;
    background: #CCC;
  }
}
@keyframes orderBookSlideUp {
  from {
    max-height: 13px;
  }
  to {
    max-height: 0;
  }
}
@keyframes tradeLogDropDown {
  from {
    max-height: 0;
    background: #333;
  }
  50% {
    max-height: 13px;
  }
  to {
    background: #333;
  }
}
@keyframes tradeLogDropDownLight {
  from {
    max-height: 0;
    background: #CCC;
  }
  50% {
    max-height: 13px;
  }
  to {
    background: #CCC;
  }
}
@keyframes tradeLogDropDownTranslate {
  from {
    transform: translateY(-100%);
    background: #333;
  }
  50% {
    transform: translateY(0);
  }
  to {
    background: #333;
  }
}
.c-modal-app-banner.modal-window {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
}
.c-modal-app-banner.modal-window .overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  display: block !important;
}
.c-modal-app-banner.modal-window .window-content {
  z-index: 8;
  background-color: #111;
  border-top: 3px solid #f6931a;
  min-height: auto;
  display: table;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25vh;
  border-top: none;
  padding: 0;
}
.c-modal-app-banner.modal-window .window-content .close {
  position: absolute;
  z-index: 999;
  height: 30px;
  opacity: 1;
  width: 30px;
  cursor: pointer;
  top: 15px;
  right: 15px;
}
.c-modal-app-banner.modal-window .window-content .close:after {
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 17px;
  opacity: 0.5;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(135deg);
}
.c-modal-app-banner.modal-window .window-content .close:before {
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 17px;
  opacity: 0.5;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal-app-banner.modal-window .window-content .dynamic-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.c-modal-app-banner .window-content .banner-header {
  padding: 20px;
  max-height: 40px;
  display: inline-flex;
  border-bottom: 1px solid #333;
}
.c-modal-app-banner .window-content .banner-header .icon-app-logo {
  fill: #111;
  overflow: hidden;
  background: #f6931a;
  box-sizing: initial;
  position: relative;
  width: 63px;
  height: 64px;
  padding: 11px 11px;
  top: -50px;
  border-radius: 11px;
  -webkit-box-shadow: 0 5px 20px 5px rgba(247, 147, 26, 0.3);
  -moz-box-shadow: 0 5px 20px 5px rgba(247, 147, 26, 0.3);
  box-shadow: 0 5px 20px 5px rgba(247, 147, 26, 0.3);
}
.c-modal-app-banner .window-content .banner-body h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
}
.c-modal-app-banner .window-content .banner-body .banner-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.c-modal-app-banner .window-content .banner-body .banner-list li::before {
  content: "•";
  color: #333;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
.c-modal-app-banner .window-content .banner-body .banner-list li {
  font-size: 14px;
  padding-bottom: 12px;
}
.c-modal-app-banner .window-content .banner-body .sbmt-btn2 {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 8px;
}
.c-modal-app-banner .window-content .banner-body .sbmt-btn {
  color: #fff;
  background-color: #f6931a;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: 1px solid #f6931a;
  margin: 0 auto;
  border-radius: 8px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
  max-width: 440px;
}
.c-modal-app-banner .window-content .banner-body .sbmt-btn:hover {
  background-color: #111;
  color: #f6931a;
  border: 1px solid #f6931a;
}
.c-modal-app-banner .window-content .banner-body .sbmt-btn:active {
  background-color: #111;
  color: #f6931a;
  border: 1px solid #f6931a;
}
.c-modal-app-banner .window-content .banner-body {
  padding: 20px;
}

@media (max-width: 768px) {
  .modal-window .overlay {
    display: none;
    width: 0;
    height: 0;
  }
  .modal-window .window-content .close {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 320px) {
  .modal-window .window-content {
    width: 100%;
    height: 100%;
  }
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  display: inline-block;
  min-width: 1em;
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

dl.form > dt {
  width: 240px;
  text-align: right;
  display: inline-block;
  float: left;
  margin-right: 8px;
  height: 28px;
  line-height: 28px;
}
dl.form > dd {
  height: 28px;
  line-height: 28px;
}

table.form {
  border-collapse: collapse;
  margin: auto;
}
table.form td {
  padding: 4px;
  margin: 0;
}
table.form th {
  padding: 4px;
  margin: 0;
  font-weight: normal;
  text-align: right;
}
table.form .message {
  text-align: center;
  color: green;
}
table.form .error {
  color: red;
}

.full-screen-only {
  display: none !important;
}

html {
  background-color: #FFF;
}
html:fullscreen .full-screen-only {
  display: inline-block !important;
}
html:fullscreen .not-full-screen-only {
  display: none !important;
}

body {
  overflow: auto;
  margin: 0;
  font-size: 14px;
  font-family: Arial, sans;
  line-height: 18px;
}

a {
  color: #0D86FF;
  text-decoration: none;
  cursor: pointer;
}

.green {
  color: green;
}

.red {
  color: red;
}

.ab {
  position: absolute;
  left: 0;
  top: 0;
}

g {
  color: #CCC;
}

h {
  color: #FFF;
}

.donate {
  text-align: center;
  font-size: 12px;
  font-family: Arial, sans;
}

abbr {
  cursor: help;
  font-weight: normal;
  border-bottom: 1px dotted #333;
}

code {
  font-family: Consolas, Monospace;
}

hr {
  border-bottom: 1px solid #1A1A1A;
}

#before_trades {
  border-bottom-width: 1px;
}

#donation {
  color: #333;
  font-size: 10px;
  font-family: Consolas, Monospace;
  vertical-align: top;
}

#now {
  position: absolute;
  right: 0;
  color: #999;
  cursor: pointer;
}

.good {
  color: #090;
}
.good .bw-circle {
  background-color: #090;
}

.normal {
  color: #990;
}
.normal .bw-circle {
  background-color: #990;
}

.bad {
  color: #900;
}
.bad .bw-circle {
  background-color: #900;
}

.reason {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
.reason dt {
  font-weight: bold;
}

.unselectable {
  user-select: none;
}

.unsel {
  user-select: none;
}

.hide {
  display: none;
}

.center {
  text-align: center;
}

.template {
  display: none;
  margin: auto;
}

.nowrap {
  white-space: nowrap;
}

.desktop-only {
  display: none !important;
}

.unit_k {
  color: #0F0;
}

.unit_m {
  color: #FF0;
}

.hideable-inline-block-mobile {
  display: none !important;
}

.hideable-block-mobile {
  display: none !important;
}

.mobile-only-inline-block {
  display: inline-block !important;
}

.mobile-only-block {
  display: block !important;
}

.hideable-inline-block-phablet {
  display: none !important;
}

.hideable-block-phablet {
  display: none !important;
}

.hideable-inline-block-tablet {
  display: none !important;
}

.hideable-block-tablet {
  display: none !important;
}

.hideable-inline-block-desktop {
  display: none !important;
}

.hideable-block-desktop {
  display: none !important;
}

.hideable-inline-block-desktop-large {
  display: none !important;
}

.hideable-block-desktop-large {
  display: none !important;
}

.bw-circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #090;
  vertical-align: baseline;
  border-radius: 3px;
}

.logo .supercycle-logo {
  transform: scaleY(-1);
  vertical-align: super;
  height: 16px;
}

.hint {
  font-size: 11px;
  margin-left: 20px;
  font-family: Tahoma, Arial, sans;
}

.warning {
  color: #FF0;
  font-size: 14px;
  font-family: Tahoma, Arial, sans;
  padding: 4px 8px;
  font-weight: bold;
}

.difficulty {
  position: absolute;
  right: 5px;
  top: 5px;
  font-family: Tahoma, Arial, sans;
  font-size: 11px;
  text-align: right;
  display: none;
}
.difficulty table {
  margin: auto;
  border: 1px solid #333;
  border-collapse: collapse;
  text-align: left;
  background-color: #0A0A0A;
}
.difficulty table td {
  overflow: hidden;
  height: 16px;
  padding: 0 4px;
  line-height: 16px;
}
.difficulty span {
  font-family: Consolas, Monospace;
}

.more {
  text-align: right;
}

.address {
  font-family: Consolas, Monospace;
}

a.direct_address {
  color: #6C6;
}

.grey {
  color: grey;
}

ul.horiz {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.horiz > li {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}
ul.horiz > li.spaceholder {
  display: none;
}
ul.horiz > li.sep {
  height: 16px;
  vertical-align: middle;
}
ul.horiz li.subsep {
  height: 16px;
  vertical-align: middle;
  margin-right: 6px;
}
ul.horiz li.addthis {
  position: absolute;
  right: 0;
  margin-top: 6px;
  vertical-align: top;
  width: 190px;
}
ul.horiz li.last {
  margin-right: 0;
}
ul.horiz input {
  vertical-align: middle;
}
ul.horiz select {
  vertical-align: middle;
}
ul.horiz button {
  vertical-align: middle;
}
ul.horiz .button {
  vertical-align: middle;
}

#control {
  font-family: Arial, sans;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
#control select {
  font-size: 12px;
  font-family: sans-serif;
  outline: none;
}
#control input {
  font-size: 12px;
  font-family: sans-serif;
  outline: none;
}
#control button {
  font-size: 12px;
  font-family: sans-serif;
  outline: none;
}
#control .button {
  font-size: 12px;
  font-family: sans-serif;
  outline: none;
}
#control i {
  vertical-align: middle;
}

#sidebar_outer {
  float: right;
  height: 100%;
  line-height: 13px;
}

#sidebar {
  height: 100%;
  border-left: 1px solid #333;
  padding-left: 6px;
}
#sidebar #market {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-family: Arial, sans;
  padding: 6px;
}
#sidebar #price {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
}
#sidebar #trades {
  text-align: left;
}
#sidebar #trades span {
  font-size: 1.6em;
  font-weight: bold;
}
#sidebar #trades .row {
  display: block;
}

.legacy-runtime-block__sidebar {
  height: 100%;
  border-left: 1px solid #333;
  padding-left: 6px;
}
.legacy-runtime-block__sidebar #market {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-family: Arial, sans;
  padding: 6px;
}
.legacy-runtime-block__sidebar #price {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
}
.legacy-runtime-block__sidebar #trades {
  text-align: left;
}
.legacy-runtime-block__sidebar #trades span {
  font-size: 1.6em;
  font-weight: bold;
}
.legacy-runtime-block__sidebar #trades .row {
  display: block;
}

#middlebar {
  width: 120px;
  height: 100%;
  padding: 6px;
  border-right: 1px solid #333;
  text-align: center;
  float: right;
}

#main,
.legacy-runtime-block__sidebar {
  font-family: Consolas, Monospace;
  font-size: 11px;
  line-height: 14px;
}

#main {
  overflow: hidden;
  display: none;
}
#main #wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#main .hide_cursor canvas {
  cursor: none;
}
#main .hide_cursor #chart_info {
  cursor: none;
}

.footer {
  border-top: 1px solid #333;
  line-height: 28px;
}
.footer .icon-sun {
  font-size: 11px;
}
.footer .icon-moon {
  font-size: 11px;
}
.footer .conn {
  color: #090;
}
.footer .horiz {
  text-align: center;
  font-size: 12px;
  font-family: Arial, sans;
}
.footer .horiz .float-left {
  float: left;
  margin-left: 10px;
}

#assist {
  overflow-y: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
  height: 32px;
  padding: 0 4px;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  font-size: 11px;
  line-height: 16px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}

#info {
  position: absolute;
  font-size: 10px;
  font-family: Consolas, Monospace;
  color: #999999;
}

#leftbar_outer {
  float: right;
  height: 100%;
}
#leftbar_outer #leftbar {
  border-left: 1px solid #333;
}
#leftbar_outer .gg160x600 {
  width: 160px;
  padding: 6px;
}

#close_ad {
  text-align: center;
  padding: 2em;
}

#leftbar {
  height: 100%;
  font-size: 12px;
  position: relative;
  font-family: Consolas, Monospace;
  border-right: 1px solid #CCC;
}

#date {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-top: 1px solid #CCC;
}

#periods li.period {
  cursor: pointer;
  color: #0D86FF;
}
#periods li.selected {
  color: #F80;
}
#periods li.period--first-timeframe {
  margin-left: 10px;
}
#periods .tf-label {
  margin-left: 6px;
  line-height: 26px;
  display: none;
}

#sidebar {
  width: 8px;
}
#sidebar #expand_sidebar {
  opacity: 0.8;
  cursor: pointer;
  height: 100%;
  margin-left: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .horizontal_line {
  display: block;
}
#header .control-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header .control-toolbar > .horizontal_line {
  flex-basis: 100%;
  height: 0;
}
#header .periods-shell {
  min-width: 0;
  margin-right: 0;
}
@media (max-width: 2px) {
  #header .periods-shell {
    flex: 1 1 auto;
  }
}
#header .periods-inline-scroll {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
#header .periods-inline-list {
  display: inline-flex;
  flex-wrap: nowrap;
  min-width: max-content;
  white-space: nowrap;
}
#header .periods-inline-list > li {
  flex: 0 0 auto;
}
#header .toolbar-inline-actions,
#header .toolbar-settings-tools {
  flex: 0 0 auto;
}
#header .toolbar-settings-tools {
  margin-right: 0;
}
#header ul.horiz {
  padding: 0;
}
#header ul.horiz ul {
  display: inline-block;
}
#header ul.horiz li {
  padding: 4px 0;
}
#header ul.horiz li.sep {
  padding: 0;
}
#header ul.horiz li.subsep {
  padding: 0;
}
#header ul.horiz .dropdown-data {
  padding: 3px;
}
#header ul.horiz .li_settings {
  padding: 0;
  margin-left: 3px;
  margin-right: 0;
}
#header ul.horiz .li_settings table.simple td {
  padding: 3px;
}
#header ul.horiz .li_settings table.simple td ul li {
  padding: 0;
}
#header ul.horiz .li_settings .dropdown-data-full-size {
  width: calc(100vw - 8px);
}
#header ul.horiz .li_tools {
  padding: 0;
}

.markets_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

#market_status {
  font-size: 11px;
}
#market_status label {
  font-weight: normal;
  margin: 0 6px;
}

#qr {
  border: 1px solid #000;
  left: 0;
  top: 0;
  padding: 8px;
  background-color: #FFF;
  position: absolute;
  z-index: 105;
  display: none;
}

.gg468x60 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 468px;
  height: 60px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.gg200x200 {
  height: 200px;
  overflow: hidden;
  margin-top: 6px;
  border-top: 1px solid #333;
  padding-top: 6px;
}

.gg728x90 {
  width: 728px;
  height: 90px;
  margin: 16px auto auto;
}

.ggtop {
  position: absolute;
  top: 0;
  right: 0;
}
.ggtop img {
  display: block;
}

#asks {
  width: 130px;
}
#asks .row {
  position: relative;
  width: 120px;
}

#bids {
  width: 130px;
}
#bids .row {
  position: relative;
  width: 120px;
}

#gasks {
  width: 80px;
}
#gasks .row {
  width: 80px;
}

#gbids {
  width: 80px;
}
#gbids .row {
  width: 80px;
}

.new {
  background-color: #333;
}

#orderbook {
  line-height: 0;
}
#orderbook .orderbook {
  overflow: hidden;
}
#orderbook #asks {
  height: 195px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
#orderbook #asks .table {
  bottom: 0;
}
#orderbook #gasks {
  height: 195px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
#orderbook #gasks .table {
  bottom: 0;
}
#orderbook #bids {
  height: 195px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
#orderbook #bids .table {
  top: 0;
}
#orderbook #gbids {
  height: 195px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
#orderbook #gbids .table {
  top: 0;
}
#orderbook .table {
  position: absolute;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
#orderbook .table .row {
  padding: 0;
  margin: 0;
  height: 13px;
  line-height: 13px;
}
#orderbook .remove {
  color: #333;
}
#orderbook .remove g {
  color: #333;
}
#orderbook .amount {
  float: right;
}

.orderbook .table > div {
  overflow: hidden;
}
.orderbook .table > div.animated:not(.remove) {
  animation-duration: 1.4s;
  animation-name: orderBookSlideDown;
  animation-timing-function: ease;
}
.orderbook .table > div.remove {
  animation-delay: 0.8s;
  animation-duration: 0.4s;
  animation-name: orderBookSlideUp;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

button, .button {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #333333;
  background-color: #333333;
  color: #CCCCCC;
  padding: 4px 8px;
}
button:hover, .button:hover {
  background-color: #474747;
}
button:active, .button:active {
  background-color: #333333;
}
button:disabled, .button:disabled {
  cursor: not-allowed;
}

select {
  cursor: pointer;
}

input {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #333333;
  background-color: #333333;
  color: #CCCCCC;
}

input[type=text] {
  width: 12em;
}

input[type=password] {
  width: 12em;
}

input[type=checkbox] {
  vertical-align: middle;
}

input[type=button] {
  padding: 4px 8px;
  cursor: pointer;
}
input[type=button]:hover {
  background-color: #474747;
}
input[type=button]:active {
  background-color: #333333;
}

input[type=submit] {
  padding: 4px 8px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #474747;
}
input[type=submit]:active {
  background-color: #333333;
}

#loading {
  position: absolute;
  top: 20%;
  width: 100%;
  font-size: 18px;
  text-align: center;
  z-index: 99;
}
#loading .inner {
  margin-top: -32px;
  line-height: 32px;
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}

.notify {
  position: absolute;
  top: 20%;
  width: 100%;
  font-size: 18px;
  text-align: center;
  z-index: 99;
  display: none;
}
.notify .inner {
  margin-top: -32px;
  line-height: 32px;
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup {
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 0 3px #666;
  padding: 12px;
  display: none;
  width: calc(100vw - 30px);
  top: 10px;
  left: 3px;
  z-index: 20;
}
.popup .drag {
  user-select: none;
  cursor: move;
  position: absolute;
  right: 40px;
  border: 1px solid #FFF;
  padding: 4px 6px;
  border-radius: 6px;
  display: none;
}
.popup input {
  width: 2em;
  vertical-align: top;
  margin-right: 1em;
}
.popup h3 {
  border-bottom: 1px solid #333;
}
.popup dl dt {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 6px;
}
.popup dl dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 6px;
}
.popup .close {
  text-align: center;
  margin: 12px;
}

.screenshot-container.popup {
  top: 3px;
  text-align: center;
}
.screenshot-container.popup img {
  max-width: 100%;
  max-height: 50vh;
}

#error_popup.popup {
  top: auto;
  bottom: 50px;
  left: 10px;
  width: 200px;
  text-align: center;
}
#error_popup.popup span {
  color: red;
}

#performance_settings {
  width: 320px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#heatmap_settings.popup {
  top: 3px;
}

#heatmap_settings table {
  width: 100%;
}
#heatmap_settings .color {
  display: inline-block;
  width: 0.99%;
}
#heatmap_settings .colors {
  width: 100%;
  line-height: 0;
}
#heatmap_settings .colors img {
  width: 100%;
  height: 20px;
}
#heatmap_settings [type=number] {
  width: 8em;
}
#heatmap_settings [type=range] {
  width: 10em;
}
#heatmap_settings td label > input {
  visibility: hidden;
  position: absolute;
}
#heatmap_settings td label > input + div {
  cursor: pointer;
  border: 2px solid transparent;
  background: #000;
}
#heatmap_settings td label > input:checked + div {
  border: 1px solid #FF6600;
}
#heatmap_settings .container > div {
  display: inline-block;
  width: 49%;
}
#heatmap_settings #heatmap_advanced_settings tr {
  height: 3em;
}

.dropdown {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 10;
}
.dropdown .t {
  border: 1px solid #0A0A0A;
  border-bottom: none;
  padding: 3px 6px;
  z-index: 101;
  position: relative;
  cursor: default;
}
.dropdown .caret {
  margin-left: 6px;
}
.dropdown .caret .icon-caret-down {
  display: inline;
}
.dropdown .caret .icon-caret-up {
  display: none;
}

.dropup {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  position: relative;
  z-index: 10;
}
.dropup .t {
  border: 1px solid #0A0A0A;
  border-bottom: none;
  padding: 3px 6px;
  z-index: 101;
  position: relative;
  cursor: default;
}
.dropup .caret {
  margin-left: 6px;
}
.dropup .caret .icon-caret-down {
  display: inline;
}
.dropup .caret .icon-caret-up {
  display: none;
}

.dropdown-hover {
  z-index: 100;
}
.dropdown-hover .dropdown-data {
  display: block;
}
.dropdown-hover .t {
  color: #FFF;
  border: 1px solid #666;
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.9);
}
.dropdown-hover .caret .icon-caret-down {
  display: none;
}
.dropdown-hover .caret .icon-caret-up {
  display: inline;
}

.dropup-hover {
  z-index: 100;
}
.dropup-hover .dropdown-data {
  display: block;
}
.dropup-hover .t {
  color: #FFF;
  border: 1px solid #666;
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.9);
}
.dropup-hover .caret .icon-caret-down {
  display: none;
}
.dropup-hover .caret .icon-caret-up {
  display: inline;
}

.dropdown-data {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 6px;
  margin: 0;
  text-align: left;
  border: 1px solid #666;
  margin-top: -1px;
}
.dropdown-data li {
  display: block;
  white-space: nowrap;
}
.dropdown-data table.simple {
  width: 100%;
}
.dropdown-data table.simple td:nth-child(1) {
  white-space: nowrap;
}
.dropdown-data.dropdown-data-full-size {
  width: calc(100vw - 16px);
}

.dropup-data {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 6px;
  margin: 0;
  text-align: left;
  border: 1px solid #666;
  margin-top: -1px;
}
.dropup-data li {
  display: block;
  white-space: nowrap;
}

.dropdown-period.period {
  margin-right: 0;
}

.dropdown-period .dropdown-data {
  text-align: center;
  width: 100%;
}
.dropdown-period .period {
  padding: 1px 0 2px;
}
.dropdown-period #dropdown-period-value {
  color: #FB6;
}

.navbar {
  font-family: Arial, sans;
  font-size: 12px;
  border-bottom: 1px solid #333;
}
.navbar .nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 3px;
}
.navbar .nav li {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 18px;
}
.navbar .nav li#nav-charts {
  margin-right: 0;
}
.navbar .nav .logo {
  margin-left: 0;
  font-size: 14px;
  line-height: 40px;
}
.navbar .nav .logo .dropdown-data {
  min-width: 350px;
}
.navbar .nav .logo .row {
  display: flex;
  padding: 0;
  width: 100%;
  flex-direction: row;
  margin-left: -1rem;
}
.navbar .nav .logo .row .column {
  margin-bottom: inherit;
  padding-left: 2rem;
}
.navbar .nav .logo .row .column:nth-child(2) {
  padding-left: 1rem;
}
.navbar .nav li.ticker {
  display: none;
}
.navbar .nav li.ticker span {
  margin-left: 6px;
  font-family: Consolas, Monospace;
  font-size: 12px;
}
.navbar .nav li.ticker span.eprice {
  margin-left: 0;
}
.navbar .nav li.passport {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  line-height: 40px;
  height: 40px;
  margin: 0 13px 0 auto;
  padding: 0;
}
.navbar .nav li.passport .passport__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition: color 120ms ease;
}
.navbar .nav li.passport .passport__link:hover {
  background: transparent;
  color: #6BF;
  text-decoration: none;
}
.navbar .nav li.passport .passport__link:active {
  background: transparent;
}
.navbar .nav li.passport .passport__link i {
  font-size: 12px;
  line-height: 1;
}
.navbar .nav li.passport .passport__link span {
  font-size: 12px;
  line-height: 1;
}
.navbar .nav .logo .dropdown .t {
  padding: 0 6px;
}
.navbar .nav .logo .dropdown .t {
  padding: 3px 6px 3px;
}
.navbar .nav .logo {
  margin-right: 0;
}
.navbar .nav .logo img {
  width: 28px;
  margin-bottom: -9px;
}
.navbar .nav .logo > a {
  display: none;
}
.navbar table.simple {
  width: 100%;
}

table.simple {
  font-weight: normal;
  border-collapse: collapse;
  font-size: 12px;
}
table.simple td {
  padding: 6px;
  border-bottom: 1px solid #333;
}
table.simple tr:last-child td {
  border-bottom: none;
}
table.simple ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
table.simple ul li {
  display: inline-block;
  margin-right: 12px;
  color: #6BF;
  cursor: pointer;
}
table.simple ul li:hover {
  text-decoration: underline;
}
table.simple ul li.active {
  color: #FC9;
}

#trades {
  color: #808080;
  overflow: hidden;
}
#trades .row {
  overflow: hidden;
  clear: both;
  height: 13px;
  line-height: 13px;
  position: relative;
}
#trades .t {
  display: inline-block;
  vertical-align: top;
}
#trades .p {
  display: inline-block;
  vertical-align: top;
}
#trades .v {
  display: inline-block;
  vertical-align: top;
  color: #CCC;
  float: right;
  text-align: left;
  width: 5em;
}
#trades .s {
  text-align: right;
}
#trades > div.animate {
  animation-duration: 1s;
  animation-name: tradeLogDropDown;
}
#trades:hover {
  overflow-y: scroll;
}

.watch_list {
  background-color: #000;
}
.watch_list table td {
  border: 1px solid #333;
  padding: 6px;
}

#nav-charts {
  font-weight: normal;
  display: none;
}

.nav-markets {
  font-family: Arial, sans;
}
.nav-markets a {
  margin-right: 6px;
}

#markets {
  right: 0;
  font-size: 11px;
  text-align: center;
  font-weight: normal;
}
#markets a {
  margin: 0 3px;
}
#markets .currency {
  font-size: 12px;
}
#markets div {
  display: inline-block;
  font-family: Consolas, Monospace;
  margin-right: 12px;
  margin-left: 0;
  text-align: left;
}

#mode {
  font-family: Consolas, Monospace;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin-right: 2px;
  display: none;
}
#mode a {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  color: #999;
  font-weight: normal;
  vertical-align: top;
  margin-top: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
}
#mode a:hover {
  border: 1px solid #333;
  color: #CCC;
}
#mode a.selected {
  border: 1px solid #333;
  color: #CCC;
}
#mode img {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

.dialog {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 640px;
  padding: 8px;
  border: 1px solid #333;
  font-family: Arial, sans;
  font-size: 13px;
  background-color: #1A1A1A;
  color: #CCCCCC;
  z-index: 101;
  display: none;
}
.dialog .tablist {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, transparent, #666, transparent) 1;
  background: #111;
  margin-bottom: 0;
  cursor: move;
}
.dialog .tablist .tab {
  display: inline-block;
  padding: 0;
  font-size: 12px;
  text-align: center;
  margin-right: 4px;
  letter-spacing: 0.02em;
  vertical-align: top;
  white-space: nowrap;
}
.dialog .tablist .tab > a,
.dialog .tablist .tab-static,
.dialog .tablist .close > a,
.dialog .tablist .close > i {
  display: block;
  padding: 7px 10px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(196, 208, 228, 0.78);
  text-decoration: none;
  text-transform: none;
  transition: background 0.12s, border-color 0.12s, color 0.12s, opacity 0.12s;
}
.dialog .tablist .tab > a:hover,
.dialog .tablist .tab > a:focus,
.dialog .tablist .tab > a:focus-visible,
.dialog .tablist .close > a:hover,
.dialog .tablist .close > i:hover {
  color: #FFF;
  outline: none;
}
.dialog .tablist .tab > a.selected {
  background: rgba(109, 123, 151, 0.16);
  color: #F4F8FF;
}
.dialog .tablist .close {
  cursor: pointer;
  width: auto;
  text-align: right;
  float: right;
  margin-right: 0;
  opacity: 0.52;
}
.dialog .tablist .close > a,
.dialog .tablist .close > i {
  text-align: center;
}
.dialog .tablist .close:hover,
.dialog .tablist .close > a:hover,
.dialog .tablist .close > i:hover {
  opacity: 1;
}
.dialog .tablist .tab-static {
  background: rgba(109, 123, 151, 0.16);
  color: #F4F8FF;
}
.dialog .tablist i.icon-ok {
  color: #6C6;
}
.dialog .tablist table {
  border-collapse: collapse;
}
.dialog .tablist table td {
  padding: 2px 4px;
}
.dialog .tablist table td:first-child {
  text-align: right;
  width: 160px;
}
.dialog .tablist-one {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.dialog .tablist-one .tab {
  width: auto;
}
.dialog .tablist-one .tab:not(.close) {
  order: 1;
}
.dialog .tablist-one .tab > a.selected,
.dialog .tablist-one .tab-static {
  background: transparent;
}
.dialog .tablist-one .close {
  order: 2;
  float: none;
  flex: 0 0 auto;
  margin-left: 8px;
}
.dialog button,
.dialog .button,
.dialog input[type=button],
.dialog input[type=submit] {
  box-sizing: border-box;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
  font: inherit;
  line-height: 1.2;
  text-align: center;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
}
.dialog button:hover,
.dialog .button:hover,
.dialog input[type=button]:hover,
.dialog input[type=submit]:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
}
.dialog button:active, .dialog button:focus, .dialog button:focus-visible,
.dialog .button:active,
.dialog .button:focus,
.dialog .button:focus-visible,
.dialog input[type=button]:active,
.dialog input[type=button]:focus,
.dialog input[type=button]:focus-visible,
.dialog input[type=submit]:active,
.dialog input[type=submit]:focus,
.dialog input[type=submit]:focus-visible {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  outline: none;
  box-shadow: none;
}
.dialog button:disabled,
.dialog .button:disabled,
.dialog input[type=button]:disabled,
.dialog input[type=submit]:disabled {
  opacity: 0.65;
  cursor: default;
}
.dialog table.s1 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 8px;
}
.dialog table.s1 i.icon-ok {
  color: #6C6;
}
.dialog table.s1 i.icon-remove {
  color: #F66;
}
.dialog table.s1 td {
  border: 1px solid #4D4D4D;
  padding: 4px;
}
.dialog table.s1 th {
  border: 1px solid #4D4D4D;
  padding: 4px;
}
.dialog h3 {
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 4px;
  font-size: 12px;
}
.dialog dl {
  margin-top: 0;
}
.dialog ol {
  margin: 0;
  padding: 0;
}
.dialog ol li {
  margin-left: 40px;
}
.dialog .error {
  color: #F33;
  text-align: center;
  display: none;
}
.dialog .rt {
  display: none;
}
.dialog .ok {
  color: #6C6;
  text-align: center;
}
.dialog .content_premium table#price_table {
  width: 300px;
  margin: auto;
  margin-bottom: 8px;
}
.dialog .content_premium .steps {
  text-align: center;
}
.dialog .content .selected {
  background: rgba(109, 123, 151, 0.16);
  border-radius: 3px;
  color: #F4F8FF;
}
.dialog .unit {
  padding: 3px 6px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
}
.dialog .unit:hover {
  border-color: rgba(255, 255, 255, 0.18);
}
.dialog .tablist .tab > a.active,
.dialog .tablist .tab > a.active span {
  color: #FC9 !important;
  font-weight: 700;
}

.dialog-auto-size {
  width: auto;
  height: auto;
}
.dialog-auto-size form table td:first-child {
  width: auto;
}

.del {
  text-decoration: line-through;
}
.del i {
  text-decoration: none;
}

.ic {
  font-family: FontAwesome;
  font-style: normal;
}

#dlg_alarm {
  min-width: 250px;
}

#dlg_ucp .content {
  position: relative;
  overflow-y: auto;
}
#dlg_ucp .content_history {
  text-align: left;
  overflow-y: auto;
  min-height: 200px;
}
#dlg_ucp .content_history table {
  font-size: 11px;
}
#dlg_ucp .rt {
  text-align: center;
  position: absolute;
  top: 0;
}

.content_warning {
  text-align: center;
}
.content_warning .icon {
  float: left;
  font-size: 36px;
}

.content_alarm {
  text-align: center;
}
.content_alarm table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
}
.content_alarm table td {
  vertical-align: middle;
}
.content_alarm tr:not(.all) td:first-child {
  white-space: nowrap;
  padding-right: 8px;
}
.content_alarm tr:not(.all) td:last-child {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.content_alarm button {
  min-height: 28px;
  padding: 3px 8px;
  border-radius: 3px;
  font-family: Consolas, Monospace;
  line-height: 1.1;
  margin-right: 0;
  vertical-align: middle;
}
.content_alarm input {
  font-family: Consolas, Monospace;
  vertical-align: middle;
}
.content_alarm .price {
  min-width: 96px;
}
.content_alarm .all td {
  padding-top: 2px;
  text-align: center;
}
.content_alarm .all .alarm-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
}
.content_alarm .all button {
  width: 100%;
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.content_aggregated_heatmap button {
  font-family: Consolas, Monospace;
  margin-right: 4px;
}

.help {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0A0A0A;
  font-size: 11px;
  padding: 8px;
  border: 1px solid #333;
  display: none;
}
.help dl:first-child {
  margin-top: 0;
}

#chart_info {
  position: absolute;
  font-family: Consolas, Monospace;
  font-size: 11px;
  width: 100%;
  text-align: left;
  line-height: 12px;
  top: 4px;
  left: 4px;
}
#chart_info dl {
  margin: 0;
  padding: 0;
  margin-right: -18px;
}
#chart_info dl dd {
  padding: 0;
  margin: 0;
  margin-right: 18px;
  display: inline-block;
}
#chart_info .m {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 1em;
}
#chart_info .yellow {
  color: #EE0;
}
#chart_info .inner {
  display: inline-block;
}
#chart_info .inner dd {
  background-color: rgba(0, 0, 0, 0.8);
}

#indicator_info {
  position: absolute;
  font-family: Consolas, Monospace;
  font-size: 11px;
  width: 100%;
  text-align: left;
  line-height: 12px;
  bottom: 0;
  left: 4px;
}
#indicator_info dl {
  margin: 0;
  padding: 0;
  margin-right: -18px;
}
#indicator_info dl dd {
  padding: 0;
  margin: 0;
  margin-right: 18px;
  display: inline-block;
}
#indicator_info .m {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 1em;
}
#indicator_info .yellow {
  color: #EE0;
}
#indicator_info .inner {
  display: inline-block;
}
#indicator_info .inner dd {
  background-color: rgba(0, 0, 0, 0.8);
}

.COINWIDGETCOM_WINDOW input {
  font-size: 11px !important;
}

.COINWIDGETCOM_CONTAINER > span {
  color: #333 !important;
  line-height: 16px !important;
  padding: 0 2px;
}
.COINWIDGETCOM_CONTAINER > a {
  height: 16px !important;
}

#mtgoxNav div {
  display: block;
}

.eprice {
  display: none;
}

.light #header .horizontal_line {
  border-bottom: 1px solid #CCC;
}
.light .orderbook .table > div.animated:not(.remove) {
  animation-name: orderBookSlideDownLight;
}
.light .screenshot-container.popup {
  background-color: rgb(255, 255, 255);
}
.light #error_popup.popup {
  background-color: rgb(255, 255, 255);
}
.light {
  background-color: #FFF;
  color: #333;
}
.light g {
  color: #AAA;
}
.light h {
  visibility: hidden;
}
.light a {
  color: #0D86FF;
}
.light a:hover {
  text-decoration: underline;
}
.light #close_ad span {
  color: #0D86FF;
  cursor: pointer;
}
.light .green {
  color: green;
}
.light .green g {
  color: green;
}
.light .red {
  color: red;
}
.light .red g {
  color: red;
}
.light #periods li.period {
  color: #0D86FF;
}
.light #periods .selected a {
  color: #F80;
}
.light .modes a.selected {
  color: #F80;
}
.light #drawings a.selected {
  color: #F80;
}
.light .active {
  color: #F80;
}
.light a.active.grey {
  color: #CC6D00;
}
.light #assist {
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  color: #333;
  border-color: #CCC;
}
.light #nav {
  border-bottom: 1px solid #CCC;
}
.light #control {
  border-bottom: 1px solid #CCC;
}
.light #sidebar,
.light .legacy-runtime-block__sidebar {
  border-color: #CCC;
}
.light .footer {
  border-color: #CCC;
}
.light #leftbar_outer #leftbar {
  border-left: 1px solid #CCC;
}
.light #date {
  border-top: 1px solid #CCC;
}
.light ul.horiz select {
  background-color: #FFF;
  color: #333;
  border: 1px solid #666;
}
.light ul.horiz button, .light ul.horiz .button {
  background-color: #FFF;
  color: #333;
  border: 1px solid #666;
}
.light ul.horiz option {
  background-color: #FFF;
  color: #333;
  border: 1px solid #666;
}
.light .gg468x60 {
  background-color: #FFFFFF;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.light .gg200x200 {
  border-color: #CCC;
}
.light li.sep {
  border-right: 1px solid #DDD;
}
.light li.subsep {
  border-right: 1px solid #DDD;
}
.light #qr {
  border: 1px solid #CCC;
  background-color: rgba(255, 255, 255, 0.8);
}
.light #loading .inner {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #CCC;
}
.light .dropdown .t {
  border: 1px solid #FFF;
}
.light .dropdown-data {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #999;
}
.light .dropdown-hover .t {
  color: #666;
  border: 1px solid #999;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.light .dropdown-hover .tr {
  border: 1px solid #999;
}
.light .dropdown-hover .dr {
  border-top: none;
}
.light #nav-charts td {
  border-bottom: 1px solid #CCC;
}
.light table.simple td {
  border-bottom: 1px solid #CCC;
}
.light table.simple ul li {
  color: #0D86FF;
}
.light table.simple ul li.active {
  color: #F80;
}
.light .navbar {
  border-bottom: 1px solid #CCC;
}
.light #trades .v {
  color: #000;
}
.light #trades > div.animate {
  animation-name: tradeLogDropDownLight;
}
.light #now {
  color: #333;
}
.light .difficulty table {
  background-color: #FFF;
  border: 1px solid #CCC;
}
.light .new {
  background-color: #CCC;
}
.light #orderbook .remove {
  color: #CCC;
}
.light #orderbook .remove g {
  color: #CCC;
}
.light .help {
  background-color: #FFF;
  border: 1px solid #CCC;
}
.light .grey {
  color: grey;
}
.light .ticker_green {
  background-color: green;
  color: #FFF;
}
.light .ticker_red {
  background-color: red;
  color: #FFF;
}
.light .dialog {
  background-color: rgb(255, 255, 255);
  color: #333;
  border: 1px solid #CCC;
}
.light .dialog .tablist {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, transparent, #666, transparent) 1;
  background: #111;
}
.light .dialog .tablist .selected {
  color: #F80;
}
.light .dialog .content .selected {
  background-color: #CCC;
}
.light .dialog button, .light .dialog .button, .light .dialog input[type=button], .light .dialog input[type=submit] {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
}
.light .dialog button:hover, .light .dialog .button:hover, .light .dialog input[type=button]:hover, .light .dialog input[type=submit]:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
}
.light .dialog button:active, .light .dialog button:focus, .light .dialog button:focus-visible, .light .dialog .button:active, .light .dialog .button:focus, .light .dialog .button:focus-visible, .light .dialog input[type=button]:active, .light .dialog input[type=button]:focus, .light .dialog input[type=button]:focus-visible, .light .dialog input[type=submit]:active, .light .dialog input[type=submit]:focus, .light .dialog input[type=submit]:focus-visible {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
}
.light input {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.light button, .light .button {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.light button:hover, .light .button:hover {
  background-color: #E6E6E6;
}
.light button:active, .light .button:active {
  background-color: #F2F2F2;
}
.light input[type=button]:hover {
  background-color: #E6E6E6;
}
.light input[type=button]:active {
  background-color: #F2F2F2;
}
.light input[type=submit]:hover {
  background-color: #E6E6E6;
}
.light input[type=submit]:active {
  background-color: #F2F2F2;
}
.light #mode a {
  color: #666;
}
.light #mode a:hover {
  border: 1px solid #EEE;
}
.light #mode a.selected {
  border: 1px solid #EEE;
  background-color: #EEE;
  color: #000;
}
.light #chart_info .inner dd {
  background-color: rgba(255, 255, 255, 0.8);
}
.light #chart_info .yellow {
  color: #03E;
}
.light #indicator_info .inner dd {
  background-color: rgba(255, 255, 255, 0.8);
}
.light hr {
  border-bottom: 1px solid #E6E6E6;
}
.light .COINWIDGETCOM_WINDOW input {
  color: #333;
  background-color: #FFF;
}
.light .warning {
  color: #F00;
}

.dark #header .horizontal_line {
  border-bottom: 1px solid #333333;
}
.dark .screenshot-container.popup {
  background-color: rgb(0, 0, 0);
  box-shadow: 0 0 3px #FFF;
}
.dark #error_popup.popup {
  background-color: rgb(0, 0, 0);
  box-shadow: 0 0 3px #FFF;
}
.dark {
  background-color: #000000;
  color: #CCCCCC;
}
.dark g {
  color: #666;
}
.dark g g {
  color: #333;
}
.dark h {
  visibility: hidden;
}
.dark a {
  color: #6BF;
}
.dark a:hover {
  text-decoration: underline;
}
.dark #close_ad span {
  cursor: pointer;
  color: #6BF;
}
.dark .green {
  color: #0C0;
}
.dark .red {
  color: #C00;
}
.dark a.active {
  color: #FC9;
}
.dark a.active.grey {
  color: #CCA37A;
}
.dark #periods li.period {
  color: #6BF;
}
.dark #periods .selected a {
  color: #FB6;
}
.dark .modes a.selected {
  color: #FB6;
}
.dark #drawings a.selected {
  color: #FB6;
}
.dark #sidebar .green,
.dark .legacy-runtime-block__sidebar .green {
  color: #6C6;
}
.dark #sidebar .green g,
.dark .legacy-runtime-block__sidebar .green g {
  color: #336633;
}
.dark #sidebar .red,
.dark .legacy-runtime-block__sidebar .red {
  color: #C66;
}
.dark #sidebar .red g,
.dark .legacy-runtime-block__sidebar .red g {
  color: #663333;
}
.dark #sidebar #price.green,
.dark .legacy-runtime-block__sidebar #price.green {
  color: #0F0;
}
.dark #sidebar #price.red,
.dark .legacy-runtime-block__sidebar #price.red {
  color: #F00;
}
.dark #assist {
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  color: #999;
}
.dark #nav {
  border-bottom: 1px solid #333333;
}
.dark #control {
  border-bottom: 1px solid #333333;
}
.dark #leftbar {
  border-right: 1px solid #333333;
}
.dark #date {
  border-top: 1px solid #333333;
}
.dark select {
  background-color: #333333;
  color: #CCCCCC;
  border: 1px solid #999;
}
.dark option {
  background-color: #333333;
  color: #CCCCCC;
  border: 1px solid #999;
}
.dark .gg468x60 {
  background-color: #000;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.dark .markets_outer .markets {
  background-color: #222;
  border: 1px solid #666;
}
.dark li.sep {
  border-right: 1px solid #333333;
}
.dark li.subsep {
  border-right: 1px solid #333333;
}
.dark #qr {
  border: 1px solid #333333;
  background-color: rgba(0, 0, 0, 0.8);
}
.dark .popup {
  background-color: rgb(0, 0, 0);
}
.dark abbr {
  border-bottom: 1px dotted #CCCCCC;
}
.dark .external .green {
  color: #6C6;
}
.dark .external .red {
  color: #C66;
}
.dark .help {
  background-color: #000;
  border: 1px solid #333333;
}
.dark .grey {
  color: grey;
}
.dark .ticker_red {
  background-color: #F66;
  color: #000;
}
.dark .ticker_green {
  background-color: #6C6;
  color: #000;
}
.dark .COINWIDGETCOM_WINDOW input {
  color: #333;
  background-color: #FFF;
}
.dark button, .dark .button {
  border: 1px solid #333333;
  background-color: #333333;
  color: #CCCCCC;
}
.dark button:disabled, .dark .button:disabled {
  background-color: #474747;
}
.dark button.selected, .dark .button.selected {
  background-color: #0A0A0A;
}
.dark ::-webkit-scrollbar {
  background-color: #333333;
  width: 16px;
  height: 13px;
}
.dark ::-webkit-scrollbar-button:start:decrement {
  height: 0;
  width: 0;
}
.dark ::-webkit-scrollbar-button:end:increment {
  height: 0;
  width: 0;
}
.dark ::-webkit-scrollbar-track-piece {
  background-color: #222;
  border: 1px solid #555;
}
.dark ::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background: linear-gradient(to right, #4D4D4D, #333333);
  border: 1px solid #0D0D0D;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}
.dark ::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background: linear-gradient(to bottom, #4D4D4D, #333333);
  border: 1px solid #1F1F1F;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}

@media (min-width: 1px) {
  .hideable-inline-block-mobile {
    display: inline-block !important;
  }
  .hideable-block-mobile {
    display: block !important;
  }
  .mobile-only-inline-block,
  .mobile-only-block {
    display: none !important;
  }
}
@media (min-width: 2px) {
  #sidebar {
    width: 220px;
  }
  #sidebar #expand_sidebar {
    display: none;
  }
  .hideable-inline-block-phablet {
    display: inline-block !important;
  }
  .hideable-block-phablet {
    display: block !important;
  }
}
@media (min-width: 2px) and (max-width: 3px) {
  ul.horiz > li.spaceholder {
    display: inline-block;
  }
  .float-right-phablet {
    float: right;
  }
  .visible-inline-block-phablet-tablet {
    display: inline-block !important;
  }
  .hideable-inline-block-phablet-tablet {
    display: none !important;
  }
}
@media (min-width: 3px) {
  #header .horizontal_line {
    display: none;
  }
  .hideable-inline-block-tablet {
    display: inline-block !important;
  }
  #nav-charts {
    display: inline-block;
  }
  #header ul.horiz .li_settings {
    margin-right: 10px;
    margin-left: 0;
  }
  #header ul.horiz .li_settings .dropdown-data {
    white-space: nowrap;
  }
  #header ul.horiz .li_settings table.simple td {
    padding: 6px;
  }
  #header ul.horiz .li_settings .dropdown-data-full-size {
    width: auto;
  }
  .nav-markets .dropdown-data table.simple td:nth-child(2) {
    white-space: nowrap;
  }
  .dropdown-data.dropdown-data-full-size {
    width: auto;
  }
  .dropdown-data.dropdown-data-full-size table {
    white-space: nowrap;
  }
}
@media (min-width: 4px) {
  .dropdown-data {
    width: auto;
  }
  .dropdown-data table.simple {
    width: auto;
  }
  #now {
    padding-right: 6px;
  }
  #header .inner > ul.horiz {
    padding-left: 6px;
  }
  #header .inner > ul.horiz li {
    padding: 0;
  }
  .navbar .nav li.ticker {
    display: inline-block;
  }
  .navbar .nav .logo {
    margin-left: 3px;
    margin-right: 18px;
  }
  .navbar .nav .logo > a {
    display: inline;
  }
  .navbar .nav .logo > div {
    display: none;
  }
  .hideable-block-desktop {
    display: block !important;
  }
  .hideable-inline-block-desktop {
    display: inline-block !important;
  }
  .screenshot-container.popup {
    top: 70px;
  }
  .screenshot-container.popup img {
    max-height: 100vh;
  }
  #heatmap_settings.popup {
    top: 70px;
  }
  #mode {
    display: inline-block;
  }
  .popup {
    width: 60%;
    left: 20%;
    top: 20%;
  }
  .popup .drag {
    display: block;
  }
  /*.dark {
    .popup {
      background-color: $dark-popup-bg-soft;
    }
  }*/
  #periods .tf-label {
    margin-left: 0;
    display: inline-block;
  }
  #periods li.period--first-timeframe {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .desktop-only {
    display: block;
  }
  .difficulty {
    display: block;
  }
  .hideable-block-desktop-large {
    display: block !important;
  }
  .hideable-inline-block-desktop-large {
    display: inline-block !important;
  }
}