@charset "UTF-8";
* {
  box-sizing: border-box; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.xdsoft_datetimepicker {
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static; }

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #111;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit  !important;
  background: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #111; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  background: #222;
  border: 0 none;
  color: #cccccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #1a1a1a;
  border: 1px solid #111;
  color: #999999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #111;
  background: #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #555; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: blue;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #1a1a1a;
  border: 1px solid #111;
  color: #999999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: blue; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: blue;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #555 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

/* Webfont: Consolas */
@font-face {
  font-family: 'Consolas';
  src: url("/static/fonts/consolas/Consolas.eot");
  /* IE9 Compat Modes */
  src: url("/static/fonts/consolas/Consolas.eot?#iefix") format("embedded-opentype"), url("/static/fonts/consolas/Consolas.woff") format("woff"), url("/static/fonts/consolas/Consolas.ttf") format("truetype"), url("/static/fonts/consolas/Consolas.svg#Consolas") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"],
input[type="button"],
.btn {
  -webkit-font-smoothing: antialiased;
  background: none;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  .btn:hover {
    color: 3px; }
  button:disabled,
  input[type="submit"]:disabled,
  input[type="button"]:disabled,
  .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0 0 0.5em 0;
  text-rendering: optimizeLegibility;
  font-weight: normal; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.375em; }

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #f7a800;
  text-decoration: none; }
  a:hover {
    color: #ffecc4; }
  a:active, a:focus {
    color: #ffecc4;
    outline: none; }

hr {
  border-bottom: 1px solid #222222;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0.75em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #222222;
  color: white;
  margin: 0.75em 0;
  padding-left: 0.375em; }

cite {
  color: white;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

.monospace, .page-wallet-view .transaction-page .vmtrace .stack li,
.page-blockchain-explorer .transaction-page .vmtrace .stack li, .page-wallet-view .transaction-page .cell.stack.td.value,
.page-blockchain-explorer .transaction-page .cell.stack.td.value, .page-wallet-view .transaction-page .cell.memory.td.value,
.page-blockchain-explorer .transaction-page .cell.memory.td.value, .page-wallet-view .transaction-page .cell.storage.td.key, .page-wallet-view .transaction-page .cell.storage.td.value,
.page-blockchain-explorer .transaction-page .cell.storage.td.key,
.page-blockchain-explorer .transaction-page .cell.storage.td.value {
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace; }

.text-normal {
  color: white; }

.text-info, .tablesorter .section-header, .blockchain-landing .test-objects .row span:first-child, .ethereum-explorer .decoded, .ethereum-explorer .transaction-page .logs td > div > div:first-child, .page-bitcoin-live .blockchart-section .table-view .mempool-table .row > div:first-child, .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .calculator-inputs .mining-calculator-form .control-label {
  color: darkseagreen; }

.text-inactive, .page-wallet-view .address-page .load-txs a,
.page-wallet-view .block-page .load-txs a,
.page-blockchain-explorer .address-page .load-txs a,
.page-blockchain-explorer .block-page .load-txs a, .page-wallet-view .transaction-page .loading a,
.page-blockchain-explorer .transaction-page .loading a, .page-wallet-view .transaction .inputs .tx-expand a,
.page-wallet-view .transaction .outputs .tx-expand a,
.page-blockchain-explorer .transaction .inputs .tx-expand a,
.page-blockchain-explorer .transaction .outputs .tx-expand a, .page-wallet-view .show-more,
.page-blockchain-explorer .show-more, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.text-info .fa.fa-unlock-alt, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .tablesorter td.section-header .fa.fa-unlock-alt, .tablesorter .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.section-header .fa.fa-unlock-alt, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .ethereum-explorer td.decoded .fa.fa-unlock-alt, .ethereum-explorer .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.decoded .fa.fa-unlock-alt, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .mining-overview-statistics table td:nth-child(1) .fa.fa-unlock-alt, .page-mining .mining-overview-statistics table .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td:nth-child(1) .fa.fa-unlock-alt, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .calculator-inputs .mining-calculator-form td.control-label .fa.fa-unlock-alt, .page-mining .calculator-inputs .mining-calculator-form .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.control-label .fa.fa-unlock-alt, .page-trade .buyer-actions .actions-section > .row .action-status .incomplete,
.page-trade .seller-actions .actions-section > .row .action-status .incomplete, .page-trade .buyer-actions .transactions-section .load-txs a {
  color: #666666; }

.text-success, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.text-info .fa.fa-lock, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .tablesorter td.section-header .fa.fa-lock, .tablesorter .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.section-header .fa.fa-lock, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .ethereum-explorer td.decoded .fa.fa-lock, .ethereum-explorer .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.decoded .fa.fa-lock, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .mining-overview-statistics table td:nth-child(1) .fa.fa-lock, .page-mining .mining-overview-statistics table .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td:nth-child(1) .fa.fa-lock, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .calculator-inputs .mining-calculator-form td.control-label .fa.fa-lock, .page-mining .calculator-inputs .mining-calculator-form .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.control-label .fa.fa-lock, .positive-font {
  color: #00aaf8; }

.negative-font {
  color: #ff3838; }

.text-danger {
  color: #ff3838; }

.superscript {
  position: absolute;
  margin-top: -2px;
  margin-left: 3px;
  left: 100%;
  font-size: 0.5em; }

.decimal-leading {
  color: #333333; }

.decimal-separator {
  margin-left: 2px; }

.decimal-trailing {
  color: #666666; }

fieldset {
  background: #3c3c3c;
  border: 1px solid #222222;
  margin: 0 0 0.375em 0;
  padding: 0.75em 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.1875em;
  display: inline-block;
  vertical-align: top; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  box-sizing: border-box;
  -webkit-transition: border-color;
  transition: border-color;
  background-color: #262626;
  border-radius: 3px;
  border: 1px solid #262626;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  padding: 0.375em 0.75em;
  width: 100%;
  color: white; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #3d3d3d;
    outline: none; }
  textarea:disabled,
  input[type="email"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="time"]:disabled, input[type="week"]:disabled,
  select[multiple=multiple]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.1875em; }
  input[type="checkbox"]:hover,
  input[type="radio"]:hover {
    color: #00aaf8; }

input[type="file"] {
  padding-bottom: 0.375em;
  width: 100%; }

input[type="submit"],
input[type="text"] {
  display: inline-block;
  vertical-align: top; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

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

table, .table, .table-sorter {
  border-collapse: collapse;
  margin: 0.1875em 0;
  margin-top: 0;
  width: 100%; }

th, .th {
  font-weight: bold;
  padding: 0.375em 0;
  text-align: left; }

td, .td {
  padding: 0.09375em 0; }

tr, .tr,
td, .td,
th, .th {
  vertical-align: top; }

tr:last-child td, tr:last-child .td, .tr:last-child td, .tr:last-child .td {
  border-bottom: none; }

.table-striped tbody tr, .table-striped tbody .tr, .table-striped .tbody tr, .table-striped .tbody .tr {
  background: #1b1b1b; }
  .table-striped tbody tr:nth-child(2n+1), .table-striped tbody .tr:nth-child(2n+1), .table-striped .tbody tr:nth-child(2n+1), .table-striped .tbody .tr:nth-child(2n+1) {
    background: #222222; }

.table-hover tbody tr:hover, .table-hover tbody .tr:hover, .table-hover .tbody tr:hover, .table-hover .tbody .tr:hover {
  background-color: #333333; }

.table-fixed {
  display: block; }
  .table-fixed thead,
  .table-fixed tbody,
  .table-fixed tr {
    display: block; }
  .table-fixed tr {
    position: relative; }
  .table-fixed td {
    display: inline-block; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.375em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.375em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"],
input[type="button"],
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: top;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 5px 6px;
  border-radius: 3px;
  border: 1px solid #777777;
  color: white;
  line-height: 1;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  -webkit-transition: color, border-color 0.1s linear;
  transition: color, border-color 0.1s linear; }
  button.active,
  input[type="submit"].active,
  input[type="button"].active,
  .btn.active {
    color: #00aaf8; }
  button.cta,
  input[type="submit"].cta,
  input[type="button"].cta,
  .btn.cta {
    background: #00aaf8;
    color: #111111;
    border-radius: 3px;
    float: right;
    margin-top: 10px;
    border: none;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear; }
    button.cta:hover:not(:disabled),
    input[type="submit"].cta:hover:not(:disabled),
    input[type="button"].cta:hover:not(:disabled),
    .btn.cta:hover:not(:disabled) {
      border: none;
      background-color: #0087c5; }
    button.cta.loading,
    input[type="submit"].cta.loading,
    input[type="button"].cta.loading,
    .btn.cta.loading {
      background-color: #00415f;
      color: white;
      -webkit-transition: background-color 0.1s linear;
      transition: background-color 0.1s linear; }
  button:hover:not(:disabled),
  input[type="submit"]:hover:not(:disabled),
  input[type="button"]:hover:not(:disabled),
  .btn:hover:not(:disabled) {
    border-color: #00aaf8;
    color: white; }
  button.btn-cancel,
  input[type="submit"].btn-cancel,
  input[type="button"].btn-cancel,
  .btn.btn-cancel {
    border-color: #555555;
    color: #888888; }
    button.btn-cancel:hover,
    input[type="submit"].btn-cancel:hover,
    input[type="button"].btn-cancel:hover,
    .btn.btn-cancel:hover {
      border-color: #555555;
      color: #888888; }
  button.btn-danger,
  input[type="submit"].btn-danger,
  input[type="button"].btn-danger,
  .btn.btn-danger {
    border-color: #ff3838;
    color: #ff3838; }
    button.btn-danger:hover,
    input[type="submit"].btn-danger:hover,
    input[type="button"].btn-danger:hover,
    .btn.btn-danger:hover {
      border-color: #eb0000;
      color: #ff0505; }
  button.loading,
  input[type="submit"].loading,
  input[type="button"].loading,
  .btn.loading {
    position: relative; }
    button.loading > span,
    input[type="submit"].loading > span,
    input[type="button"].loading > span,
    .btn.loading > span {
      opacity: 0; }
    button.loading .spinner,
    input[type="submit"].loading .spinner,
    input[type="button"].loading .spinner,
    .btn.loading .spinner {
      width: 13px;
      height: 13px;
      margin: auto !important; }
      button.loading .spinner > div,
      input[type="submit"].loading .spinner > div,
      input[type="button"].loading .spinner > div,
      .btn.loading .spinner > div {
        margin: 0 !important; }
  button.bitgo img,
  input[type="submit"].bitgo img,
  input[type="button"].bitgo img,
  .btn.bitgo img {
    margin-right: 5px;
    vertical-align: text-bottom; }

.file-upload {
  display: inline-block; }
  .file-upload a {
    margin-left: 5px; }
  .file-upload .btn {
    font-weight: normal;
    text-overflow: ellipsis;
    overflow-x: hidden; }
  .file-upload input[type=file] {
    display: none; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  cursor: pointer;
  margin: 0;
  font-weight: normal; }

input[type="checkbox"] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  width: 15px;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 3px; }

input[type="checkbox"] + label:hover:before {
  color: #00aaf8;
  font-weight: bold; }

input[type="checkbox"]:checked + label:before {
  content: "\f046"; }

input[type="checkbox"].hidden + label {
  cursor: default; }

input[type="checkbox"].hidden + label:before {
  content: ''; }

.fa-square-o,
.fa-check-square-o {
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }

.fa-square-o:hover:not(.disabled),
.fa-check-square-o:hover:not(.disabled) {
  color: #00aaf8; }

.fa-square-o.disabled,
.fa-check-square-o.disabled {
  cursor: not-allowed;
  color: #555; }

.fa-trash-o {
  cursor: pointer;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  .fa-trash-o:hover {
    color: #ff3838; }

.fa-info-circle {
  margin: 6px;
  float: right;
  cursor: pointer;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  .fa-info-circle:hover {
    color: #00aaf8; }

.blue-link, .fa-external-link, .btn-copy, .page-limited-user-controls .tablesorter .tr .fa-pencil-square-o, .page-portfolio-account-management .your-accounts .panel-body .tablesorter .fa-pencil-square-o, .page-quick-trade-management .current-quick-trades .tablesorter .fa-pencil-square-o {
  cursor: pointer;
  color: #00aaf8;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  .blue-link:hover, .fa-external-link:hover, .btn-copy:hover, .page-limited-user-controls .tablesorter .tr .fa-pencil-square-o:hover, .page-portfolio-account-management .your-accounts .panel-body .tablesorter .fa-pencil-square-o:hover, .page-quick-trade-management .current-quick-trades .tablesorter .fa-pencil-square-o:hover, .blue-link.zeroclipboard-is-hover, .zeroclipboard-is-hover.fa-external-link, .zeroclipboard-is-hover.btn-copy, .page-limited-user-controls .tablesorter .tr .zeroclipboard-is-hover.fa-pencil-square-o, .page-portfolio-account-management .your-accounts .panel-body .tablesorter .zeroclipboard-is-hover.fa-pencil-square-o, .page-quick-trade-management .current-quick-trades .tablesorter .zeroclipboard-is-hover.fa-pencil-square-o {
    color: #6adfff; }

input {
  max-width: 100%; }

.btn-copy {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  .btn-copy.fa-check {
    cursor: default;
    color: #8cc176; }

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .btn-group .btn:hover:not(:disabled) {
    border-color: #999999; }
  .btn-group ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #262626;
    z-index: 11; }
    .btn-group ul li {
      background: #262626; }
      .btn-group ul li a {
        color: #6adfff; }
        .btn-group ul li a.hover {
          background: #bfbfbf; }
  .btn-group.open ul {
    display: block;
    margin-bottom: 40px; }
  .btn-group .full-width-dropdown {
    width: 100%; }

.btn-group-radio .btn {
  margin: 0px !important;
  border-radius: 0px;
  border: none; }

.btn-group-radio ul {
  display: block;
  text-align: justify; }

.btn-group-radio li {
  float: left; }

.btn-group-radio li:first-child .btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.btn-group-radio li:last-child .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.btn-group.open .search-wrapper {
  display: block;
  z-index: 12; }

.btn-group.open .btn {
  border-radius: 3px 3px 0px 0px;
  border: 1px solid #999999; }

.btn-group > .search-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 12; }
  .btn-group > .search-wrapper > input {
    margin: 5px 6px 6px;
    width: calc(100% - 12px); }

.btn-group .dropdown-toggle {
  text-align: left;
  padding-right: 20px;
  width: 100%;
  text-overflow: ellipsis;
  overflow-x: hidden; }
  .btn-group .dropdown-toggle span::before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0; }
  .btn-group .dropdown-toggle .dropdown-toggle::after {
    position: absolute;
    right: 5px; }

.btn-group .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  border-radius: 0px 0px 3px 3px;
  background-color: #1b1b1b;
  border: 1px solid #aaaaaa;
  margin-top: -1px;
  text-align: left;
  padding: 5px 0 5px 0;
  min-width: 100%;
  z-index: 11; }
  .btn-group .dropdown-menu a {
    color: white;
    display: block;
    padding: 5px 10px;
    white-space: nowrap; }
  .btn-group .dropdown-menu li {
    background-color: #1b1b1b; }
    .btn-group .dropdown-menu li.dropdown-header {
      padding: 5px 9px;
      text-transform: uppercase;
      font-size: 0.9em;
      cursor: default;
      color: #bfbfbf; }
    .btn-group .dropdown-menu li.divider {
      border-bottom: 1px solid #555555; }
    .btn-group .dropdown-menu li.selected {
      background-color: #3d3d3d; }
    .btn-group .dropdown-menu li.disabled > a {
      color: #3d3d3d; }
      .btn-group .dropdown-menu li.disabled > a:hover {
        cursor: not-allowed; }
    .btn-group .dropdown-menu li > a:hover,
    .btn-group .dropdown-menu li > a.hover {
      background: #333333; }
    .btn-group .dropdown-menu li.search {
      text-align: center; }
      .btn-group .dropdown-menu li.search input {
        width: calc(100% - 15px);
        margin: 5px 0; }

.left-side, .page-mining .calculator-inputs .form-group .cost-of-hardware input, .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn, .page-mining .calculator-inputs .form-group .difficulty-increase input {
  border-radius: 3px 0px 0px 3px; }

.right-side, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button, .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn {
  border-radius: 0px 3px 3px 0px; }

.nav {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none; }
  .nav li {
    position: relative;
    margin-bottom: -1px; }

.nav-tabs {
  border-color: #1f1f1f;
  border-bottom-width: 2px;
  border-bottom: 1px solid #777777; }
  .nav-tabs li {
    float: left;
    margin-bottom: -1px; }

.toggle-button {
  border: 1px solid #777777;
  border-radius: 3px;
  width: auto; }
  .toggle-button button[type="button"].btn,
  .toggle-button input[type="button"].btn {
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    margin: 0 !important;
    border: none;
    padding-left: 1em;
    padding-right: 1em; }
    .toggle-button button[type="button"].btn.active,
    .toggle-button input[type="button"].btn.active {
      background-color: #333333;
      color: white; }

.btn-tron input[type=button].btn {
  -webkit-transition: none;
          transition: none;
  background: transparent;
  padding: 5px 8px;
  border: 3px solid #333333; }
  .btn-tron input[type=button].btn:hover {
    border-color: #555555; }
  .btn-tron input[type=button].btn.active {
    font-weight: bold; }
  .btn-tron input[type=button].btn.out {
    color: #00aaf8; }
    .btn-tron input[type=button].btn.out.active {
      border: 3px solid #00aaf8;
      background: rgba(0, 170, 248, 0.2); }
  .btn-tron input[type=button].btn.buy {
    color: #8cc176; }
    .btn-tron input[type=button].btn.buy.active {
      border: 3px solid #8cc176;
      background: rgba(140, 193, 118, 0.2); }
  .btn-tron input[type=button].btn.in, .btn-tron input[type=button].btn.sell {
    color: #ff3838; }
    .btn-tron input[type=button].btn.in.active, .btn-tron input[type=button].btn.sell.active {
      border: 3px solid #ff3838;
      background: rgba(255, 56, 56, 0.2); }

ul.tabs {
  margin-bottom: -1px;
  position: relative;
  z-index: 1; }
  ul.tabs > li {
    display: inline-block;
    padding: 8px 20px;
    cursor: default; }
    ul.tabs > li:not(.active) {
      color: #777777;
      cursor: pointer; }
      ul.tabs > li:not(.active):hover {
        text-decoration: underline; }
    ul.tabs > li.active {
      border-radius: 3px 3px 0 0;
      border: 1px solid #333333;
      border-bottom: 1px solid #1b1b1b; }
  ul.tabs + .tabbed {
    padding: 8px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #333333; }

ul.paginator {
  padding-bottom: 0; }
  ul.paginator > li {
    display: inline-block;
    padding: 4px 10px;
    cursor: default; }
    ul.paginator > li.arrow {
      font-size: 20px;
      line-height: 1; }
    ul.paginator > li:not(.active) {
      color: #777777;
      cursor: pointer; }
      ul.paginator > li:not(.active):hover {
        text-decoration: underline; }
    ul.paginator > li.active {
      border-radius: 3px;
      border: 1px solid #333333; }
    ul.paginator > li.disabled {
      pointer-events: none; }

.filter-all {
  position: relative; }
  .filter-all input {
    height: 25px; }
  .filter-all button {
    position: absolute;
    right: 2px;
    color: #555555;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
    border: 0 none; }
    .filter-all button:hover {
      color: #777777; }

.slimScrollBar {
  position: absolute;
  width: 6px;
  top: 0;
  right: 1px;
  border-radius: 3px;
  z-index: 5;
  background: rgba(160, 160, 160, 0.25); }

.custom-scroll::-webkit-scrollbar, .btn-group::-webkit-scrollbar, .page-blockchain-historical .settings-column .blockchain-statistics .panel-body::-webkit-scrollbar, .page-bitcoin-live .bottom-section .latest-transactions .tablesorter::-webkit-scrollbar, .page-bitcoin-live .blockchart-section .table-view::-webkit-scrollbar, .ChatterBar .chatter-box .chatter-history::-webkit-scrollbar, .page-export .panel-body .table-wrapper::-webkit-scrollbar {
  width: 10px; }

.custom-scroll::-webkit-scrollbar-track, .btn-group::-webkit-scrollbar-track, .page-blockchain-historical .settings-column .blockchain-statistics .panel-body::-webkit-scrollbar-track, .page-bitcoin-live .bottom-section .latest-transactions .tablesorter::-webkit-scrollbar-track, .page-bitcoin-live .blockchart-section .table-view::-webkit-scrollbar-track, .ChatterBar .chatter-box .chatter-history::-webkit-scrollbar-track, .page-export .panel-body .table-wrapper::-webkit-scrollbar-track, .custom-scroll::-webkit-scrollbar-track-piece, .btn-group::-webkit-scrollbar-track-piece, .page-blockchain-historical .settings-column .blockchain-statistics .panel-body::-webkit-scrollbar-track-piece, .page-bitcoin-live .bottom-section .latest-transactions .tablesorter::-webkit-scrollbar-track-piece, .page-bitcoin-live .blockchart-section .table-view::-webkit-scrollbar-track-piece, .ChatterBar .chatter-box .chatter-history::-webkit-scrollbar-track-piece, .page-export .panel-body .table-wrapper::-webkit-scrollbar-track-piece {
  background: transparent; }

.custom-scroll::-webkit-scrollbar-thumb, .btn-group::-webkit-scrollbar-thumb, .page-blockchain-historical .settings-column .blockchain-statistics .panel-body::-webkit-scrollbar-thumb, .page-bitcoin-live .bottom-section .latest-transactions .tablesorter::-webkit-scrollbar-thumb, .page-bitcoin-live .blockchart-section .table-view::-webkit-scrollbar-thumb, .ChatterBar .chatter-box .chatter-history::-webkit-scrollbar-thumb, .page-export .panel-body .table-wrapper::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-clip: padding-box;
  background-color: rgba(160, 160, 160, 0.25);
  border-radius: 6px; }

.custom-scroll::-webkit-scrollbar-button, .btn-group::-webkit-scrollbar-button, .page-blockchain-historical .settings-column .blockchain-statistics .panel-body::-webkit-scrollbar-button, .page-bitcoin-live .bottom-section .latest-transactions .tablesorter::-webkit-scrollbar-button, .page-bitcoin-live .blockchart-section .table-view::-webkit-scrollbar-button, .ChatterBar .chatter-box .chatter-history::-webkit-scrollbar-button, .page-export .panel-body .table-wrapper::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none; }

.custom-scroll::-webkit-scrollbar-corner, .btn-group::-webkit-scrollbar-corner, .page-blockchain-historical .settings-column .blockchain-statistics .panel-body::-webkit-scrollbar-corner, .page-bitcoin-live .bottom-section .latest-transactions .tablesorter::-webkit-scrollbar-corner, .page-bitcoin-live .blockchart-section .table-view::-webkit-scrollbar-corner, .ChatterBar .chatter-box .chatter-history::-webkit-scrollbar-corner, .page-export .panel-body .table-wrapper::-webkit-scrollbar-corner {
  background: transparent; }

html, body {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #111111; }

body {
  overflow: hidden; }

[id*="lptop"],
[id*="lpiframe"] {
  display: none; }

a:hover {
  cursor: pointer; }

*:focus {
  outline: none; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel {
  position: relative; }
  .carousel:hover .btn {
    opacity: 1; }
  .carousel .btn {
    position: absolute;
    z-index: 1;
    top: 10%;
    height: 80%;
    width: 20px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear; }
    .carousel .btn.prev {
      left: 0; }
    .carousel .btn.next {
      right: 0; }
  .carousel .carousel-item-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .carousel .carousel-item {
    display: inline-block; }
  .carousel .carousel-transition-enter {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear; }
    .carousel .carousel-transition-enter.carousel-transition-enter-active {
      opacity: 1; }
  .carousel .carousel-transition-leave {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear; }
    .carousel .carousel-transition-leave.carousel-transition-leave-active {
      opacity: 0; }

.jumbotron {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: #1b1b1b;
  padding: 2em; }
  .jumbotron h1 {
    font-size: 2em;
    text-transform: uppercase; }

.modal {
  padding: 5px;
  position: fixed;
  top: 36px;
  left: 0;
  right: 0;
  max-width: 600px;
  max-height: calc(100% - 80px);
  min-height: 200px;
  z-index: 1000;
  display: none;
  margin: auto;
  border: none;
  font-size: 13px;
  background: #1b1b1b;
  overflow: auto; }
  .modal.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.modal-dialog,
.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 100%; }

.modal-content .modal-header {
  min-height: 35px;
  padding: 0.3em 0.5em;
  border-bottom: 1px solid #222222; }
  .modal-content .modal-header .modal-title {
    color: white;
    font-size: 1.3em; }
  .modal-content .modal-header .close {
    border: 0 none;
    font-size: 20px;
    width: auto;
    background: none;
    padding: 0px;
    position: absolute;
    right: 3px;
    top: 4px; }
    .modal-content .modal-header .close .fa-times {
      margin-top: 2px;
      opacity: .2;
      -webkit-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear; }
      .modal-content .modal-header .close .fa-times:hover {
        opacity: .5; }

.modal-content .modal-body {
  padding: 0.5em;
  max-height: 100%; }
  .modal-content .modal-body .submit,
  .modal-content .modal-body input[type=submit] {
    float: right; }
  .modal-content .modal-body .submit,
  .modal-content .modal-body input[type=submit],
  .modal-content .modal-body .btn-cancel,
  .modal-content .modal-body .btn-danger {
    margin-top: 0.5em; }
  .modal-content .modal-body .status-message {
    clear: both;
    margin-top: 0.5em; }

.modal-footer {
  padding: 12px 20px;
  margin-top: 0; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade .modal-content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.05s ease-in;
    transition: transform 0.05s ease-in; }

.fade.in {
  opacity: 1; }
  .fade.in .modal-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.05s ease-in;
    transition: transform 0.05s ease-in; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0.8;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.in {
  opacity: 0.8; }

.modal-xs, .add-trade-modal, .new-account-modal, .portfolio-transaction-modal, #trade-overview-deactivate-modal,
#trade-overview-min-max-modal,
#trade-min-max-modal,
.trade-note-modal, .page-limited-user-controls #motd-edit, .page-xbx #xbx-info-modal, .page-quick-trade-management #quick-trade-edit, .page-quick-trade-management #quick-trade-delete, .quote-info-modal,
.settlement-info-modal,
.payment-info-modal,
.transactions-info-modal,
.custom-tx-modal {
  width: 300px; }

.modal-sm, .page-apikeys .new-api-key, .page-smart-routing .fee-settings-modal, .bank-info-modal {
  width: 450px; }

.add-trade-modal {
  overflow: initial; }
  .add-trade-modal .row {
    margin-bottom: 1em; }
    .add-trade-modal .row .form-group {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .add-trade-modal .row .form-group:last-child {
        margin-right: 0; }
      .add-trade-modal .row .form-group:nth-child(2) {
        padding-left: 0.5em; }
    .add-trade-modal .row.column-mod {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

.new-account-modal {
  overflow: initial; }
  .new-account-modal .nav-tabs {
    margin-bottom: 10px;
    display: inline-block;
    height: 27px;
    width: 100%; }
  .new-account-modal h6 {
    clear: both;
    display: block; }
  .new-account-modal .row {
    padding-bottom: 1em;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    display: block; }
    .new-account-modal .row.button-row {
      position: relative;
      min-height: 38px; }
      .new-account-modal .row.button-row input {
        margin-top: 0; }
        .new-account-modal .row.button-row input[type=submit] {
          position: absolute;
          right: 0; }
  .new-account-modal .form-group {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    margin-bottom: 1em; }
    .new-account-modal .form-group:last-child {
      margin-right: 0; }
    .new-account-modal .form-group:nth-child(2) {
      padding-left: .5em; }
  .new-account-modal .btn-group {
    width: 75%; }

.account-modal ul {
  list-style-type: disc;
  margin-left: 15px; }

.portfolio-balance-modal {
  overflow: initial; }
  .portfolio-balance-modal .row {
    padding-bottom: 1em; }
  .portfolio-balance-modal .form-group {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .portfolio-balance-modal .form-group:last-child {
      margin-right: 0; }
    .portfolio-balance-modal .form-group:nth-child(2) {
      padding-left: .5em; }

.portfolio-transaction-modal {
  overflow: initial; }
  .portfolio-transaction-modal h6 {
    font-weight: bold; }
  .portfolio-transaction-modal .label-right h6 {
    position: absolute;
    right: 13px;
    white-space: nowrap;
    font-weight: normal; }
  .portfolio-transaction-modal .label-right .btn-group {
    margin-top: 22px; }
  .portfolio-transaction-modal .row {
    padding-bottom: 10px; }
  .portfolio-transaction-modal .form-group {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .portfolio-transaction-modal .form-group:last-child {
      margin-right: 0; }
    .portfolio-transaction-modal .form-group:nth-child(2) {
      padding-left: 10px; }

.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.8em;
  background: #1b1b1b;
  border: 1px solid #111111;
  padding: 5px; }
  .panel.active {
    border-color: rgba(0, 170, 248, 0.5); }
  .panel.active2 {
    border-color: rgba(165, 42, 42, 0.5); }

.panel-heading,
.panel-body,
.panel-footer {
  padding: 0.5em; }

.panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5em; }

.panel-heading {
  padding: 0.3em 0.5em 0.5em;
  color: white;
  background: #1b1b1b;
  position: relative;
  border-bottom: 1px solid #222222; }
  .panel-heading .panel-title {
    display: inline-block;
    color: white;
    font-size: 1.5em; }
  .panel-heading .panel-heading-controls {
    display: inline-block;
    float: right;
    text-align: right;
    padding: 0.3em;
    margin-top: -5px; }
    .panel-heading .panel-heading-controls .errorSpan {
      padding: 6px; }
    .panel-heading .panel-heading-controls label, .panel-heading .panel-heading-controls input {
      margin-bottom: 0; }
    .panel-heading .panel-heading-controls input[type="button"],
    .panel-heading .panel-heading-controls button,
    .panel-heading .panel-heading-controls .btn,
    .panel-heading .panel-heading-controls .btn-group,
    .panel-heading .panel-heading-controls div {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      background: none; }
    .panel-heading .panel-heading-controls .btn-group {
      width: auto; }
    .panel-heading .panel-heading-controls .dropdown-menu, .panel-heading .panel-heading-controls .dropdown-menu > li {
      background-color: #1b1b1b; }
    .panel-heading .panel-heading-controls .btn-group-radio button.btn:hover {
      border: none;
      border-bottom: 2px solid #aaaaaa;
      border-radius: 0px; }
    .panel-heading .panel-heading-controls .btn-group-radio .active {
      border-bottom: 2px solid #aaaaaa;
      border-radius: 0px;
      color: white; }
  .panel-heading.no-border {
    border-bottom: none; }

.panel-footer {
  text-align: right;
  padding-top: 0; }

.sidebar-menu {
  width: 140px;
  max-width: 140px;
  padding: 0;
  font-size: 0.8em;
  background: #1f1f1f;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 10;
  box-shadow: 0 2px 4px #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 640px) {
    .sidebar-menu {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      max-width: none;
      top: 62px;
      padding-bottom: 62px;
      z-index: 10; }
      .sidebar-menu.open {
        display: block; }
        .sidebar-menu.open .sidebar-menu-list {
          display: block; } }
  .sidebar-menu .slimScrollDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .sidebar-menu .sidebar-menu-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px; }
    .third-party .sidebar-menu .sidebar-menu-list {
      margin-bottom: 70px; }
    @media screen and (max-width: 640px) {
      .sidebar-menu .sidebar-menu-list {
        display: none;
        height: 100%;
        position: relative;
        z-index: 999999999; } }
    .sidebar-menu .sidebar-menu-list > li {
      position: relative;
      border-top: 1px solid #161616; }
      .sidebar-menu .sidebar-menu-list > li a.active {
        background: #333333;
        color: #00aaf8; }
      .sidebar-menu .sidebar-menu-list > li .sidebar-category-name,
      .sidebar-menu .sidebar-menu-list > li .sidebar-category-item-name {
        position: absolute;
        left: 36px; }
        .sidebar-menu .sidebar-menu-list > li .sidebar-category-name:hover,
        .sidebar-menu .sidebar-menu-list > li .sidebar-category-item-name:hover {
          color: #00aaf8; }
      .sidebar-menu .sidebar-menu-list > li > a {
        display: block;
        padding: 0.5em 100px 0.5em 0;
        color: #bfbfbf;
        text-align: center;
        position: relative;
        height: 32px; }
        @media screen and (max-width: 640px) {
          .sidebar-menu .sidebar-menu-list > li > a {
            text-align: left;
            padding: 10px 0;
            height: auto; }
            .sidebar-menu .sidebar-menu-list > li > a .sidebar-category-name {
              top: 9px;
              left: 60px;
              font-size: 1.3em; } }
        .sidebar-menu .sidebar-menu-list > li > a::after {
          content: '';
          display: block;
          position: absolute;
          left: 120px;
          top: 50%;
          margin-top: -5px;
          width: 0;
          height: 0;
          border-top: 4px solid transparent;
          border-left: 8px solid #bfbfbf;
          border-bottom: 4px solid transparent; }
          @media screen and (max-width: 640px) {
            .sidebar-menu .sidebar-menu-list > li > a::after {
              left: auto;
              right: 25px;
              border-top: 4px solid transparent;
              border-left: 8px solid #bfbfbf;
              border-bottom: 4px solid transparent; } }
        .sidebar-menu .sidebar-menu-list > li > a:hover {
          color: #00aaf8; }
        .sidebar-menu .sidebar-menu-list > li > a .sidebar-category-label-icon {
          max-width: 20px;
          color: #00aaf8;
          font-size: 1.3em;
          vertical-align: middle;
          margin-top: -2px; }
          @media screen and (max-width: 640px) {
            .sidebar-menu .sidebar-menu-list > li > a .sidebar-category-label-icon {
              padding-left: 0.75em;
              font-size: 2em; } }
        .sidebar-menu .sidebar-menu-list > li > a img.sidebar-category-label-icon {
          height: 17px; }
          @media screen and (max-width: 640px) {
            .sidebar-menu .sidebar-menu-list > li > a img.sidebar-category-label-icon {
              height: 25px;
              margin-left: 0.75em;
              padding-left: 0; } }
        .sidebar-menu .sidebar-menu-list > li > a .sidebar-category-item-name {
          position: relative;
          color: white; }
      .sidebar-menu .sidebar-menu-list > li .sidebar-category-list {
        display: none;
        overflow: hidden;
        background-color: #161616; }
        .sidebar-menu .sidebar-menu-list > li .sidebar-category-list .sidebar-category-item a {
          position: relative;
          color: #bfbfbf;
          display: block;
          height: 30px; }
          @media screen and (max-width: 640px) {
            .sidebar-menu .sidebar-menu-list > li .sidebar-category-list .sidebar-category-item a {
              padding: 15px 0;
              height: auto;
              min-height: 44px;
              border-top: 1px solid #111111; } }
          .sidebar-menu .sidebar-menu-list > li .sidebar-category-list .sidebar-category-item a span {
            top: .4em; }
            @media screen and (max-width: 640px) {
              .sidebar-menu .sidebar-menu-list > li .sidebar-category-list .sidebar-category-item a span {
                top: .8em;
                margin-left: 25px; }
                .sidebar-menu .sidebar-menu-list > li .sidebar-category-list .sidebar-category-item a span.superscript {
                  top: -5px;
                  margin-left: 0; } }
          .sidebar-menu .sidebar-menu-list > li .sidebar-category-list .sidebar-category-item a .sidebar-category-item-name {
            overflow: hidden;
            text-overflow: ellipsis;
            width: calc(100% - 36px);
            white-space: nowrap; }
          .sidebar-menu .sidebar-menu-list > li .sidebar-category-list .sidebar-category-item a:hover {
            background: #222222;
            color: #00aaf8; }
          .sidebar-menu .sidebar-menu-list > li .sidebar-category-list .sidebar-category-item a.active {
            background: #333333;
            color: #00aaf8; }
      .sidebar-menu .sidebar-menu-list > li:last-child:not(.ChatterApp) {
        border-bottom: 1px solid #161616; }
      .sidebar-menu .sidebar-menu-list > li.open > .sidebar-category-list {
        display: block; }
      .sidebar-menu .sidebar-menu-list > li.open > a::after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #bfbfbf; }
      .sidebar-menu .sidebar-menu-list > li.single > a::after {
        display: none; }
      .sidebar-menu .sidebar-menu-list > li.signin {
        display: none; }
        @media screen and (max-width: 640px) {
          .sidebar-menu .sidebar-menu-list > li.signin {
            display: block; } }
      @media screen and (max-width: 640px) {
        .sidebar-menu .sidebar-menu-list > li.ChatterApp {
          display: none; } }
      .sidebar-menu .sidebar-menu-list > li.ChatterApp > a {
        border-bottom: 1px solid #161616; }
      .sidebar-menu .sidebar-menu-list > li.ChatterApp.open > .sidebar-category-list {
        max-height: inherit !important; }
      .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .empty-state {
        font-style: italic;
        cursor: default;
        padding: 5px 10px;
        height: auto; }
        .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .empty-state:hover {
          color: #bfbfbf;
          background: inherit; }
      .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .sidebar-category-item-name {
        position: relative;
        left: 0; }
        .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .sidebar-category-item-name:after {
          content: "";
          display: table;
          clear: both; }
      .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .user-chat-link {
        position: relative;
        height: auto;
        padding: 2px 0; }
        .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .user-chat-link:after {
          content: "";
          display: table;
          clear: both; }
        .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .user-chat-link.user-active i {
          color: #6b966b; }
        .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .user-chat-link.user-inactive i {
          color: #666666; }
        .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .user-chat-link.user-inactive .user-name {
          color: #666666; }
          .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .user-chat-link.user-inactive .user-name .inner-stretch {
            color: #666666; }
        .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .user-chat-link .user-status,
        .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .user-chat-link .user-name {
          display: block;
          float: left; }
        .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .user-chat-link .user-status {
          position: relative;
          top: 0;
          left: 0;
          padding-right: 10px;
          padding-left: 15px; }
        .sidebar-menu .sidebar-menu-list > li.ChatterApp .sidebar-category-item .user-chat-link .user-name {
          top: 0;
          width: 100px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          position: relative;
          height: 20px; }
      .third-party .sidebar-menu .sidebar-menu-list > li.ChatterApp {
        max-height: 400px; }
      .sidebar-menu .sidebar-menu-list > li.mobile {
        display: none; }
        @media screen and (max-width: 640px) {
          .sidebar-menu .sidebar-menu-list > li.mobile {
            display: list-item; } }
  .sidebar-menu.no-sidebar,
  .apply .sidebar-menu {
    display: none; }

.sidebar-mobile-btn {
  display: none;
  width: 2em;
  height: 2em;
  border: 1px solid white; }
  @media screen and (max-width: 640px) {
    .sidebar-mobile-btn {
      display: inline-block;
      height: 40px;
      width: 40px; } }
  .sidebar-mobile-btn div {
    border-bottom: 3px solid white; }
    @media screen and (max-width: 640px) {
      .sidebar-mobile-btn div {
        margin: 3px 0; } }

.icon-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-bottom: 3px;
  background: #777;
  border-radius: 8px; }

.blue-dot {
  background: #6adfff; }

.enable-scroll {
  overflow-y: hidden; }
  .enable-scroll:hover {
    overflow-y: scroll; }

.toast {
  display: inline-block;
  padding: .25em;
  border-radius: 3px;
  background: #ff3838;
  position: fixed;
  top: .8em;
  z-index: 100;
  left: 50%;
  width: 500px;
  text-align: center;
  margin-left: -190px;
  font-size: 0.9em;
  color: #111111; }
  .toast a {
    text-transform: uppercase;
    font-weight: bold;
    color: #9e0000; }
    .toast a:hover {
      text-decoration: underline; }
  .toast .close {
    float: right;
    position: relative;
    top: -1px;
    color: #111111;
    border: 0 none; }

.hidden {
  display: none !important; }

.dropdown-toggle {
  position: relative; }
  .dropdown-toggle::after {
    content: "▼";
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px; }
  .dropdown-toggle::after {
    font-size: 0.5em;
    padding-top: 3px;
    position: absolute;
    right: 5px; }

.nav-tabs {
  border-color: #444;
  border-bottom-width: 2px; }
  .nav-tabs > li > a {
    background-color: #222;
    border: 0;
    color: #777;
    margin: 0 6px -1px 0;
    padding: 8px 20px;
    border-bottom: 2px solid #444; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:active {
      color: white;
      background-color: #444;
      border-color: #444; }
    .nav-tabs > li > a > .fa-caret-down {
      font-size: 12px; }
  .nav-tabs > li.dropdown.open > a:focus {
    border-bottom: 2px solid #555555; }
  .nav-tabs li.active > a, .nav-tabs li.active > a:hover, .nav-tabs li.active > a:focus {
    border: none;
    color: #d0d0d0;
    background: #333;
    border-bottom: 2px solid #333; }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 2px solid #555555;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important; }
  .nav-tabs.nav-stacked > li > a {
    margin: 0;
    border-bottom-width: 1px !important; }
  .nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-width: 0 !important; }
  .nav-tabs.nav-stacked > li:last-child.active > a {
    border-bottom-width: 2px !important;
    margin-bottom: -3px; }
  .nav-tabs.nav-stacked > li:not(:first-child):not(:last-child) > a {
    border-radius: 0; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

span.series-0, li.series-0 > a, button.series-0 > span {
  color: #69c0d1 !important;
  cursor: pointer; }

span.series-1, li.series-1 > a, button.series-1 > span {
  color: #69c0d1 !important;
  cursor: pointer; }

span.series-2, li.series-2 > a, button.series-2 > span {
  color: #d3d154 !important;
  cursor: pointer; }

span.series-3, li.series-3 > a, button.series-3 > span {
  color: #65d194 !important;
  cursor: pointer; }

span.series-4, li.series-4 > a, button.series-4 > span {
  color: #de6687 !important;
  cursor: pointer; }

span.series-5, li.series-5 > a, button.series-5 > span {
  color: lightgray !important;
  cursor: pointer; }

span.series-6, li.series-6 > a, button.series-6 > span {
  color: lightseagreen !important;
  cursor: pointer; }

span.series-7, li.series-7 > a, button.series-7 > span {
  color: lightsalmon !important;
  cursor: pointer; }

span.series-8, li.series-8 > a, button.series-8 > span {
  color: lightgoldenrodyellow !important;
  cursor: pointer; }

span.series-9, li.series-9 > a, button.series-9 > span {
  color: lightcoral !important;
  cursor: pointer; }

span.series-10, li.series-10 > a, button.series-10 > span {
  color: darkolivegreen !important;
  cursor: pointer; }

span.series-11, li.series-11 > a, button.series-11 > span {
  color: darkslateblue !important;
  cursor: pointer; }

span.series-12, li.series-12 > a, button.series-12 > span {
  color: lightseagreen !important;
  cursor: pointer; }

.top-lockout, .top-lockout-xl, .page-wallet-view .address-page,
.page-blockchain-explorer .address-page, .page-directory, .top-lockout-large, .page-wallet-view .block-page,
.page-blockchain-explorer .block-page, .page-desk, .page-mining, .page-trade, .top-lockout-medium, .page-accounting-basis, .page-wallet-view .transaction-page,
.page-blockchain-explorer .transaction-page, .ethereum-explorer .block-page, .page-desk-limited, .page-export, .page-onboarding, .page-payment-contract, .page-portfolio, .page-quick-trade-management, .page-trade-history, .top-lockout-small, .page-apikeys, .blockchain-landing .wrapper, .blockchain-landing .explorer-search, .blockchain-landing .test-objects, #page-invoice, .page-limited-user-controls, .page-new-account, .page-onboarding-user, .top-lockout-xs, .page-genesis-limits, .page-portfolio-account-management, .page-settings {
  width: 100%;
  margin: 0 auto auto auto;
  max-width: 1600px; }

.top-lockout-xl, .page-wallet-view .address-page,
.page-blockchain-explorer .address-page, .page-directory {
  max-width: 1460px; }

.top-lockout-large, .page-wallet-view .block-page,
.page-blockchain-explorer .block-page, .page-desk, .page-mining, .page-trade {
  max-width: 1300px; }

.top-lockout-medium, .page-accounting-basis, .page-wallet-view .transaction-page,
.page-blockchain-explorer .transaction-page, .ethereum-explorer .block-page, .page-desk-limited, .page-export, .page-onboarding, .page-payment-contract, .page-portfolio, .page-quick-trade-management, .page-trade-history {
  max-width: 1140px; }

.top-lockout-small, .page-apikeys, .blockchain-landing .wrapper, .blockchain-landing .explorer-search, .blockchain-landing .test-objects, #page-invoice, .page-limited-user-controls, .page-new-account, .page-onboarding-user {
  max-width: 900px; }

.top-lockout-xs, .page-genesis-limits, .page-portfolio-account-management, .page-settings {
  max-width: 640px; }

.split-section {
  position: relative;
  padding-bottom: 30px; }
  .split-section h5 {
    display: inline-block;
    width: auto;
    background: #1b1b1b;
    position: relative;
    z-index: 1;
    padding-right: 10px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial; }
  .split-section hr {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }

.breadcrumbs {
  font-size: 0.8em;
  background: #1b1b1b;
  border: 1px solid #111111;
  padding: 10px; }
  .breadcrumbs > div {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    padding-right: 10px;
    position: relative; }
    .breadcrumbs > div:not(:last-child)::after {
      content: '/';
      display: block;
      position: absolute;
      right: 0;
      top: 0; }

.input-prefix {
  position: absolute;
  display: block;
  line-height: normal;
  margin-top: 6px;
  margin-left: 10px; }
  .input-prefix + input {
    text-align: right; }

.input-postfix {
  position: absolute;
  display: block;
  line-height: normal;
  margin-top: 6px;
  right: 10px; }
  .input-postfix.wide + input {
    padding-right: 40px; }
  .input-postfix + input {
    text-align: right;
    padding-right: 30px; }

.info-hover {
  cursor: help;
  position: relative;
  z-index: 1; }
  .info-hover > div {
    width: 180px;
    display: none;
    position: absolute;
    z-index: 10000;
    background: #333333;
    padding: 10px;
    color: white;
    white-space: initial;
    text-align: left;
    font-weight: normal; }
  .info-hover:hover {
    z-index: 2; }
    .info-hover:hover > div {
      display: block; }

.timer-pie {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #1b1b1b; }
  .timer-pie .pie {
    width: 50%;
    height: 100%;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    position: absolute;
    background: #3d3d3d; }
  .timer-pie .pie-spinner {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    z-index: 200;
    border-right: none;
    -webkit-animation: pie-rotate 31s linear infinite;
            animation: pie-rotate 31s linear infinite; }
  .timer-pie .pie-filler {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    opacity: 1;
    z-index: 100;
    -webkit-animation: pie-opacity 31s steps(1, end) infinite reverse;
            animation: pie-opacity 31s steps(1, end) infinite reverse;
    border-left: none; }
  .timer-pie .pie-mask {
    width: 10px;
    height: 25px;
    left: 50%;
    top: -5px;
    padding-top: 2px;
    padding-right: 2px;
    position: absolute;
    background: inherit;
    opacity: 1;
    z-index: 300;
    -webkit-animation: pie-opacity 31s steps(1, end) infinite;
            animation: pie-opacity 31s steps(1, end) infinite; }

@-webkit-keyframes pie-rotate {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); } }

@keyframes pie-rotate {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); } }

@-webkit-keyframes pie-opacity {
  0% {
    opacity: 0; }
  50%, 100% {
    opacity: 1; } }

@keyframes pie-opacity {
  0% {
    opacity: 0; }
  50%, 100% {
    opacity: 1; } }

.label {
  display: inline-block;
  padding: 0px 4px;
  border-radius: 3px;
  background-color: #555555;
  font-size: .9em; }

.watermark {
  background-image: url("/static/img/logos/full-logo-on-light-background-image.svg");
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 150px auto; }

.spinner {
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .spinner .trade-block-logo {
    outline: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }
    .spinner .trade-block-logo.light, .spinner .trade-block-logo.dark {
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%22596px%22%20height%3D%22649px%22%20viewBox%3D%220%200%20596%20649%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xmlns%3Asketch%3D%22http%3A//www.bohemiancoding.com/sketch/ns%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%20Beta%203.2.1%20%289971%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Ctitle%3ELogo%20on%20dark%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch%20Beta.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Logo-Mark%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate%28-214.000000%2C%20-189.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Logo-on-dark%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate%28213.000000%2C%20188.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Mark%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M108.672685%2C541.1649%20L294.676966%2C648.552917%20C297.065481%2C649.931906%20300.935488%2C649.931346%20303.323034%2C648.552917%20L490.607336%2C540.425891%20L490.607336%2C540.425891%20C469.87817%2C531.290645%20452.783775%2C515.422731%20442.094332%2C495.592331%20L303.331065%2C575.662246%20C300.939084%2C577.042479%20297.054862%2C577.038986%20294.668935%2C575.662246%20L158.184303%2C496.907161%20C147.153406%2C516.664928%20129.711307%2C532.355734%20108.672685%2C541.1649%20Z%20M11%2C364.543991%20L11%2C157.217343%20C11%2C154.460484%2012.9345191%2C151.108729%2015.3230338%2C149.729741%20L202.601256%2C41.6062249%20C200.253613%2C50.1716306%20199%2C59.1894168%20199%2C68.5%20C199%2C83.7288833%20202.353867%2C98.174429%20208.36327%2C111.138306%20L78.3310645%2C186.170177%20C75.945138%2C187.546917%2074%2C190.907111%2074%2C193.667578%20L74%2C346.097968%20C72.508132%2C346.032882%2071.007906%2C346%2069.5%2C346%20C47.7158035%2C346%2027.5344683%2C352.862666%2011%2C364.543991%20Z%20M587%2C362.503746%20L587%2C157.217343%20C587%2C154.459365%20585.064512%2C151.10817%20582.676966%2C149.729741%20L398.935454%2C43.6481145%20L398.935454%2C43.6481145%20C400.936946%2C51.6007089%20402%2C59.9262096%20402%2C68.5%20C402%2C84.2636347%20398.40646%2C99.1879531%20391.993889%2C112.498446%20L519.668935%2C186.170177%20C522.060916%2C187.55041%20524%2C190.914098%20524%2C193.667578%20L524%2C346.272891%20C526.476391%2C346.092022%20528.977449%2C346%20531.5%2C346%20C551.983629%2C346%20571.050073%2C352.067692%20587%2C362.503746%20L587%2C362.503746%20Z%22%20id%3D%22Polygon-4%22%20fill%3D%22%2300ABF0%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-7%22%20fill%3D%22%23FFFFFF%22%20cx%3D%22298%22%20cy%3D%2268%22%20r%3D%2267%22%3E%3C/circle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-9%22%20fill%3D%22%23FFFFFF%22%20cx%3D%22530%22%20cy%3D%22447%22%20r%3D%2267%22%3E%3C/circle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-11%22%20fill%3D%22%23FFFFFF%22%20cx%3D%2268%22%20cy%3D%22447%22%20r%3D%2267%22%3E%3C/circle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
      background-size: 100% 100%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-overlay {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  -webkit-transition: opacity .5s ease-in, z-index .5s;
          transition: opacity .5s ease-in, z-index .5s; }
  .spinner-overlay.spinning {
    opacity: 1;
    z-index: 1000; }
  .spinner-overlay .spinner-cyclone {
    width: 400px;
    height: 400px; }

.tablesorter {
  width: 100%; }
  .tablesorter .cursor-pointer {
    cursor: pointer; }
  .tablesorter.hasDot .icon-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: 3px;
    background: #777;
    border-radius: 8px; }
  .tablesorter.hasDot .blue-dot {
    background: #75e3ff; }
  .tablesorter.hasDot .tr > .td:first-child {
    width: 12px; }
  .tablesorter .tablesorter-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .tablesorter .tablesorter-stats {
    display: inline-block;
    padding-left: 4px; }
    .tablesorter .tablesorter-stats > div {
      display: inline-block;
      margin-right: 10px; }
      .tablesorter .tablesorter-stats > div > .text-info, .tablesorter .tablesorter-stats > div > .section-header, .tablesorter .blockchain-landing .test-objects .row .tablesorter-stats > div > span:first-child, .blockchain-landing .test-objects .row .tablesorter .tablesorter-stats > div > span:first-child, .tablesorter .ethereum-explorer .tablesorter-stats > div > .decoded, .ethereum-explorer .tablesorter .tablesorter-stats > div > .decoded, .tablesorter .ethereum-explorer .transaction-page .logs td.tablesorter-stats > div > div:first-child, .ethereum-explorer .transaction-page .logs .tablesorter td.tablesorter-stats > div > div:first-child, .tablesorter .page-bitcoin-live .blockchart-section .table-view .mempool-table .tablesorter-stats > div.row > div:first-child, .page-bitcoin-live .blockchart-section .table-view .mempool-table .tablesorter .tablesorter-stats > div.row > div:first-child, .tablesorter .page-mining .mining-overview-statistics table .tablesorter-stats > div > td:nth-child(1), .page-mining .mining-overview-statistics table .tablesorter .tablesorter-stats > div > td:nth-child(1), .tablesorter .page-mining .calculator-inputs .mining-calculator-form .tablesorter-stats > div > .control-label, .page-mining .calculator-inputs .mining-calculator-form .tablesorter .tablesorter-stats > div > .control-label {
        margin-right: 4px; }
  .tablesorter .tablesorter-actions {
    display: inline-block;
    text-align: right;
    margin-left: auto; }
    .tablesorter .tablesorter-actions > div {
      display: inline-block;
      margin-right: 5px;
      vertical-align: top; }
    .tablesorter .tablesorter-actions .expand-toggle button {
      color: #bfbfbf;
      border-color: #555555; }
      .tablesorter .tablesorter-actions .expand-toggle button:hover {
        border-color: #777777; }
  .tablesorter .section-header {
    margin-top: 4px;
    padding: 4px;
    border-bottom: 1px solid #222222; }
  .tablesorter .empty {
    padding: 2px 4px;
    font-style: italic; }
  .tablesorter .thead {
    border-bottom: 1px solid #222222; }
  .tablesorter .tr {
    clear: both;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .tablesorter .tr.active {
      background-color: #393939 !important; }
    .tablesorter .tr.hover:hover {
      background-color: #333333; }
    .tablesorter .tr.show-expandable:hover::before {
      width: 3px; }
    .tablesorter .tr.show-expandable::before {
      content: '';
      width: 1px;
      background: #444;
      height: 100%;
      display: block;
      position: absolute;
      -webkit-transition: width .2s;
              transition: width .2s; }
    .tablesorter .tr.no-cursor,
    .tablesorter .tr .no-cursor {
      cursor: default; }
    .tablesorter .tr.tr-expanded {
      padding: 4px 0;
      display: block; }
      .tablesorter .tr.tr-expanded:before {
        content: '';
        width: 4px;
        background: #444;
        height: calc(100% - 8px);
        display: block;
        position: absolute;
        margin-left: 8px;
        top: 4px;
        z-index: 1; }
      .tablesorter .tr.tr-expanded .td {
        padding-top: 0;
        padding-bottom: 0; }
    .tablesorter .tr .th, .tablesorter .tr .td {
      padding: 2px 4px;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: middle; }
      .tablesorter .tr .th.wrap, .tablesorter .tr .td.wrap {
        overflow: auto;
        white-space: pre;
        word-wrap: break-word;
        vertical-align: top;
        white-space: pre-wrap;
        text-overflow: initial; }
    .tablesorter .tr .th {
      padding: 4px; }
      .tablesorter .tr .th::after {
        font-size: 0.5em;
        padding-top: 3px;
        margin-left: 2px; }
      .tablesorter .tr .th.asc {
        position: relative;
        position: static; }
        .tablesorter .tr .th.asc::after {
          content: "▲";
          display: inline-block;
          vertical-align: top;
          width: 10px;
          height: 10px; }
      .tablesorter .tr .th.desc {
        position: relative;
        position: static; }
        .tablesorter .tr .th.desc::after {
          content: "▼";
          display: inline-block;
          vertical-align: top;
          width: 10px;
          height: 10px; }
    .tablesorter .tr .cell-overflow {
      overflow: visible; }
    .tablesorter .tr .cell-flex {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .tablesorter .tr .cell-external-link {
      width: 26px;
      padding-left: 8px; }
    .tablesorter .tr .cell-checkbox {
      width: 26px; }
    .tablesorter .tr .cell-dot {
      padding-left: 7px !important;
      width: 15px; }
    .tablesorter .tr .cell-name {
      width: 140px; }
    .tablesorter .tr .cell-company {
      width: 140px; }
    .tablesorter .tr .cell-email {
      width: 200px; }
    .tablesorter .tr .cell-60 {
      width: 75px; }
    .tablesorter .tr .cell-90 {
      width: 90px; }
    .tablesorter .tr .cell-120 {
      width: 120px; }
    .tablesorter .tr .cell-150 {
      width: 150px; }
    .tablesorter .tr .cell-180 {
      width: 180px; }
    .tablesorter .tr .cell-210 {
      width: 210px; }
    .tablesorter .tr .cell-240 {
      width: 240px; }
    .tablesorter .tr .cell-small {
      width: 80px; }
    .tablesorter .tr .cell-side {
      width: 40px; }
    .tablesorter .tr .cell-volume {
      width: 105px; }
    .tablesorter .tr .cell-datetime {
      width: 130px;
      padding-right: 20px;
      white-space: pre;
      text-align: right; }
      @media screen and (max-width: 1280px) {
        .tablesorter .tr .cell-datetime {
          display: none; } }
    .tablesorter .tr .cell-text {
      width: calc(100% - 270px); }
    .tablesorter .tr .cell-timestamp {
      width: 130px; }
    .tablesorter .tr .cell-value {
      width: 115px;
      text-align: right; }
    .tablesorter .tr .cell-contact-selector {
      width: 140px; }
    .tablesorter .tr .cell-price {
      width: 70px; }
    .tablesorter .tr .cell-status {
      width: 200px; }
    .tablesorter .tr .cell-datetime-small,
    .tablesorter .tr .cell-date {
      width: 75px;
      display: none;
      padding-right: 20px; }
      @media screen and (max-width: 1280px) {
        .tablesorter .tr .cell-datetime-small,
        .tablesorter .tr .cell-date {
          display: inline-block; } }
  .tablesorter .text-right {
    text-align: right; }
  .tablesorter .text-left {
    text-align: left; }

span.series-1-0, li.series-1-0 > a, button.series-1-0 > span {
  color: #69c0d1 !important;
  cursor: pointer; }

span.series-1-1, li.series-1-1 > a, button.series-1-1 > span {
  color: #d35400 !important;
  cursor: pointer; }

span.series-1-2, li.series-1-2 > a, button.series-1-2 > span {
  color: #f1c40f !important;
  cursor: pointer; }

span.series-1-3, li.series-1-3 > a, button.series-1-3 > span {
  color: lightgreen !important;
  cursor: pointer; }

span.series-1-4, li.series-1-4 > a, button.series-1-4 > span {
  color: #f1c40f !important;
  cursor: pointer; }

span.series-1-5, li.series-1-5 > a, button.series-1-5 > span {
  color: cornflowerblue !important;
  cursor: pointer; }

span.series-1-6, li.series-1-6 > a, button.series-1-6 > span {
  color: #27ae60 !important;
  cursor: pointer; }

span.series-1-7, li.series-1-7 > a, button.series-1-7 > span {
  color: teal !important;
  cursor: pointer; }

span.series-1-8, li.series-1-8 > a, button.series-1-8 > span {
  color: orange !important;
  cursor: pointer; }

span.series-1-9, li.series-1-9 > a, button.series-1-9 > span {
  color: #9b59b6 !important;
  cursor: pointer; }

span.series-1-10, li.series-1-10 > a, button.series-1-10 > span {
  color: #e74c3c !important;
  cursor: pointer; }

span.series-1-11, li.series-1-11 > a, button.series-1-11 > span {
  color: #3498db !important;
  cursor: pointer; }

span.series-1-12, li.series-1-12 > a, button.series-1-12 > span {
  color: lightseagreen !important;
  cursor: pointer; }

span.series-1-13, li.series-1-13 > a, button.series-1-13 > span {
  color: violet !important;
  cursor: pointer; }

span.series-1-1337, li.series-1-1337 > a, button.series-1-1337 > span {
  color: #00aaf8 !important;
  cursor: pointer; }

td.series-1-0 {
  color: #69c0d1 !important; }

td.series-1-1 {
  color: #d35400 !important; }

td.series-1-2 {
  color: #f1c40f !important; }

td.series-1-3 {
  color: lightgreen !important; }

td.series-1-4 {
  color: #f1c40f !important; }

td.series-1-5 {
  color: cornflowerblue !important; }

td.series-1-6 {
  color: #27ae60 !important; }

td.series-1-7 {
  color: teal !important; }

td.series-1-8 {
  color: orange !important; }

td.series-1-9 {
  color: #9b59b6 !important; }

td.series-1-10 {
  color: #e74c3c !important; }

td.series-1-11 {
  color: #3498db !important; }

td.series-1-12 {
  color: lightseagreen !important; }

td.series-1-13 {
  color: violet !important; }

td.series-1-1337 {
  color: #00aaf8 !important; }

svg path {
  stroke: #d0d0d0; }
  svg path.line {
    fill: none;
    stroke-width: 2;
    pointer-events: none; }
  svg path.fill {
    stroke: none; }

svg text {
  fill: #d0d0d0; }

svg circle {
  fill: #d0d0d0; }

svg .axis line, svg .axis path {
  stroke: #d0d0d0;
  stroke-width: 1;
  shape-rendering: crispEdges; }

svg rect {
  stroke: none;
  shape-rendering: crispEdges; }

svg .no-fill {
  fill: none;
  pointer-events: all; }

svg .legend {
  pointer-events: none; }
  svg .legend rect {
    fill: rgba(0, 0, 0, 0.75); }
  svg .legend text, svg .legend tspan {
    fill: lightgray;
    font-family: 'consolas', sans-serif;
    font-weight: 100; }

svg #hoverarea {
  cursor: none; }

svg .invisible-mouse-area {
  visibility: hidden;
  pointer-events: all; }

svg .crosshairs {
  pointer-events: none; }
  svg .crosshairs line {
    stroke: lightgray;
    stroke-width: 1; }
  svg .crosshairs text {
    fill: #222; }
  svg .crosshairs rect {
    fill: lightgray; }

svg .link {
  cursor: pointer;
  fill: #f7a800; }
  svg .link:hover {
    text-decoration: underline; }

svg .series-1.stroke {
  stroke: #69c0d1 !important; }
  svg .series-1.stroke.dark {
    stroke: #3290a2 !important; }

svg .series-1.fill {
  fill: #69c0d1 !important; }
  svg .series-1.fill.dark {
    fill: #3290a2 !important; }

svg .series-2.stroke {
  stroke: #d3d154 !important; }
  svg .series-2.stroke.dark {
    stroke: #aeac2d !important; }

svg .series-2.fill {
  fill: #d3d154 !important; }
  svg .series-2.fill.dark {
    fill: #aeac2d !important; }

svg .series-3.stroke {
  stroke: #65d194 !important; }
  svg .series-3.stroke.dark {
    stroke: #30a061 !important; }

svg .series-3.fill {
  fill: #65d194 !important; }
  svg .series-3.fill.dark {
    fill: #30a061 !important; }

svg .series-4.stroke {
  stroke: #de6687 !important; }
  svg .series-4.stroke.dark {
    stroke: #b7274f !important; }

svg .series-4.fill {
  fill: #de6687 !important; }
  svg .series-4.fill.dark {
    fill: #b7274f !important; }

svg .series-5.stroke {
  stroke: lightgray !important; }
  svg .series-5.stroke.dark {
    stroke: #a0a0a0 !important; }

svg .series-5.fill {
  fill: lightgray !important; }
  svg .series-5.fill.dark {
    fill: #a0a0a0 !important; }

svg .series-6.stroke {
  stroke: lightseagreen !important; }
  svg .series-6.stroke.dark {
    stroke: #105c57 !important; }

svg .series-6.fill {
  fill: lightseagreen !important; }
  svg .series-6.fill.dark {
    fill: #105c57 !important; }

svg .series-7.stroke {
  stroke: lightsalmon !important; }
  svg .series-7.stroke.dark {
    stroke: #ff5714 !important; }

svg .series-7.fill {
  fill: lightsalmon !important; }
  svg .series-7.fill.dark {
    fill: #ff5714 !important; }

svg .series-8.stroke {
  stroke: lightgoldenrodyellow !important; }
  svg .series-8.stroke.dark {
    stroke: #f0f076 !important; }

svg .series-8.fill {
  fill: lightgoldenrodyellow !important; }
  svg .series-8.fill.dark {
    fill: #f0f076 !important; }

svg .series-9.stroke {
  stroke: lightcoral !important; }
  svg .series-9.stroke.dark {
    stroke: #e52525 !important; }

svg .series-9.fill {
  fill: lightcoral !important; }
  svg .series-9.fill.dark {
    fill: #e52525 !important; }

svg .series-10.stroke {
  stroke: darkolivegreen !important; }
  svg .series-10.stroke.dark {
    stroke: #1d2410 !important; }

svg .series-10.fill {
  fill: darkolivegreen !important; }
  svg .series-10.fill.dark {
    fill: #1d2410 !important; }

svg .series-11.stroke {
  stroke: darkslateblue !important; }
  svg .series-11.stroke.dark {
    stroke: #231e44 !important; }

svg .series-11.fill {
  fill: darkslateblue !important; }
  svg .series-11.fill.dark {
    fill: #231e44 !important; }

svg .series-red.stroke {
  stroke: #1b1b1b !important; }
  svg .series-red.stroke.dark {
    stroke: black !important; }

svg .series-red.fill {
  fill: #1b1b1b !important; }
  svg .series-red.fill.dark {
    fill: black !important; }

svg path.series-1 {
  stroke: #69c0d1 !important; }
  svg path.series-1.dark {
    stroke: #3290a2 !important; }

svg path.series-1-0 {
  stroke: #69c0d1 !important; }

svg path.series-1-1 {
  stroke: #d35400 !important; }

svg path.series-1-2 {
  stroke: #f1c40f !important; }

svg path.series-1-3 {
  stroke: lightgreen !important; }

svg path.series-1-4 {
  stroke: #f1c40f !important; }

svg path.series-1-5 {
  stroke: cornflowerblue !important; }

svg path.series-1-6 {
  stroke: #27ae60 !important; }

svg path.series-1-7 {
  stroke: teal !important; }

svg path.series-1-8 {
  stroke: orange !important; }

svg path.series-1-9 {
  stroke: #9b59b6 !important; }

svg path.series-1-10 {
  stroke: #e74c3c !important; }

svg path.series-1-11 {
  stroke: #3498db !important; }

svg path.series-1-12 {
  stroke: lightseagreen !important; }

svg path.series-1-13 {
  stroke: violet !important; }

svg path.series-1-1337 {
  stroke: #00aaf8 !important; }

svg path.series-2 {
  stroke: #d3d154 !important; }
  svg path.series-2.dark {
    stroke: #aeac2d !important; }

svg path.series-2-0 {
  stroke: #d3d154 !important; }

svg path.series-2-1 {
  stroke: skyblue !important; }

svg path.series-2-2 {
  stroke: yellow !important; }

svg path.series-2-3 {
  stroke: red !important; }

svg path.series-2-4 {
  stroke: cornflowerblue !important; }

svg path.series-2-5 {
  stroke: #f1c40f !important; }

svg path.series-2-6 {
  stroke: orange !important; }

svg path.series-2-7 {
  stroke: white !important; }

svg path.series-2-8 {
  stroke: teal !important; }

svg path.series-2-9 {
  stroke: aquamarine !important; }

svg rect.series-1,
svg text.series-1,
svg tspan.series-1 {
  fill: #69c0d1 !important; }
  svg rect.series-1.dark,
  svg text.series-1.dark,
  svg tspan.series-1.dark {
    fill: #3290a2 !important; }
  svg rect.series-1.gray,
  svg text.series-1.gray,
  svg tspan.series-1.gray {
    fill: #0e282d !important; }

svg rect.series-1-0, svg tspan.series-1-0, svg text.series-1-0 {
  fill: #69c0d1 !important; }

svg rect.series-1-1, svg tspan.series-1-1, svg text.series-1-1 {
  fill: #d35400 !important; }

svg rect.series-1-2, svg tspan.series-1-2, svg text.series-1-2 {
  fill: #f1c40f !important; }

svg rect.series-1-3, svg tspan.series-1-3, svg text.series-1-3 {
  fill: lightgreen !important; }

svg rect.series-1-4, svg tspan.series-1-4, svg text.series-1-4 {
  fill: #f1c40f !important; }

svg rect.series-1-5, svg tspan.series-1-5, svg text.series-1-5 {
  fill: cornflowerblue !important; }

svg rect.series-1-6, svg tspan.series-1-6, svg text.series-1-6 {
  fill: #27ae60 !important; }

svg rect.series-1-7, svg tspan.series-1-7, svg text.series-1-7 {
  fill: teal !important; }

svg rect.series-1-8, svg tspan.series-1-8, svg text.series-1-8 {
  fill: orange !important; }

svg rect.series-1-9, svg tspan.series-1-9, svg text.series-1-9 {
  fill: #9b59b6 !important; }

svg rect.series-1-10, svg tspan.series-1-10, svg text.series-1-10 {
  fill: #e74c3c !important; }

svg rect.series-1-11, svg tspan.series-1-11, svg text.series-1-11 {
  fill: #3498db !important; }

svg rect.series-1-12, svg tspan.series-1-12, svg text.series-1-12 {
  fill: lightseagreen !important; }

svg rect.series-1-13, svg tspan.series-1-13, svg text.series-1-13 {
  fill: violet !important; }

svg rect.series-1-1337, svg tspan.series-1-1337, svg text.series-1-1337 {
  fill: #00aaf8 !important; }

svg rect.series-2,
svg text.series-2,
svg tspan.series-2 {
  fill: #d3d154 !important; }
  svg rect.series-2.dark,
  svg text.series-2.dark,
  svg tspan.series-2.dark {
    fill: #aeac2d !important; }
  svg rect.series-2.gray,
  svg text.series-2.gray,
  svg tspan.series-2.gray {
    fill: #201f08 !important; }

.orderbook-chart .down {
  color: #f03b12;
  stroke: #f03b12;
  fill: #f03b12; }

.orderbook-chart .up {
  color: #8cc176;
  stroke: #8cc176;
  fill: #8cc176; }

.orderbook-chart .fill {
  stroke: none;
  opacity: 0.2; }

.orderbook-chart .line {
  stroke-width: 2;
  opacity: 0.9;
  fill: none; }

.orderbook-chart .tip {
  color: #999999;
  stroke: #999999; }

.orderbook-chart .order {
  stroke: #fff;
  stroke-width: 1; }
  .orderbook-chart .order.up {
    fill: rgba(140, 193, 118, 0.5); }
  .orderbook-chart .order.down {
    fill: rgba(240, 59, 18, 0.5); }

.orderbook-chart .pane {
  fill: none;
  pointer-events: all; }

.orderbook-chart .hidden {
  visibility: hidden; }

.orderbook-chart text, .orderbook-chart tspan {
  fill: #eeeeee;
  stroke-width: 0;
  font: 200 12px consolas, 'courier new', monospace; }

.orderbook-chart .text-pane {
  fill: #666666;
  fill-opacity: 0.25; }

[class*="charting-color"][class*="bfnx-xbt-usd"], [class*="charting-color"][class*="bfnx-etc-xbt"] {
  stroke: #c6a0d5 !important;
  color: #c6a0d5 !important; }
  [class*="charting-color"][class*="bfnx-xbt-usd"] > a,
  [class*="charting-color"][class*="bfnx-xbt-usd"] > span, [class*="charting-color"][class*="bfnx-etc-xbt"] > a,
  [class*="charting-color"][class*="bfnx-etc-xbt"] > span {
    color: #c6a0d5 !important; }
  [class*="charting-color"][class*="bfnx-xbt-usd"][class*="fill"], [class*="charting-color"][class*="bfnx-etc-xbt"][class*="fill"] {
    fill: #c6a0d5 !important; }

[class*="charting-color"][class*="stmp-xbt-usd"], [class*="charting-color"][class*="polo-etc-xbt"] {
  stroke: lightgreen !important;
  color: lightgreen !important; }
  [class*="charting-color"][class*="stmp-xbt-usd"] > a,
  [class*="charting-color"][class*="stmp-xbt-usd"] > span, [class*="charting-color"][class*="polo-etc-xbt"] > a,
  [class*="charting-color"][class*="polo-etc-xbt"] > span {
    color: lightgreen !important; }
  [class*="charting-color"][class*="stmp-xbt-usd"][class*="fill"], [class*="charting-color"][class*="polo-etc-xbt"][class*="fill"] {
    fill: lightgreen !important; }

[class*="charting-color"][class*="bchn-xbt-cny"] {
  stroke: #927608 !important;
  color: #927608 !important; }
  [class*="charting-color"][class*="bchn-xbt-cny"] > a,
  [class*="charting-color"][class*="bchn-xbt-cny"] > span {
    color: #927608 !important; }
  [class*="charting-color"][class*="bchn-xbt-cny"][class*="fill"] {
    fill: #927608 !important; }

[class*="charting-color"][class*="btce-xbt-usd"] {
  stroke: #3498db !important;
  color: #3498db !important; }
  [class*="charting-color"][class*="btce-xbt-usd"] > a,
  [class*="charting-color"][class*="btce-xbt-usd"] > span {
    color: #3498db !important; }
  [class*="charting-color"][class*="btce-xbt-usd"][class*="fill"] {
    fill: #3498db !important; }

[class*="charting-color"][class*="byes-xbt-usd"] {
  stroke: lightseagreen !important;
  color: lightseagreen !important; }
  [class*="charting-color"][class*="byes-xbt-usd"] > a,
  [class*="charting-color"][class*="byes-xbt-usd"] > span {
    color: lightseagreen !important; }
  [class*="charting-color"][class*="byes-xbt-usd"][class*="fill"] {
    fill: lightseagreen !important; }

[class*="charting-color"][class*="okcn-xbt-usd"], [class*="charting-color"][class*="krkn-etc-xbt"] {
  stroke: #e74c3c !important;
  color: #e74c3c !important; }
  [class*="charting-color"][class*="okcn-xbt-usd"] > a,
  [class*="charting-color"][class*="okcn-xbt-usd"] > span, [class*="charting-color"][class*="krkn-etc-xbt"] > a,
  [class*="charting-color"][class*="krkn-etc-xbt"] > span {
    color: #e74c3c !important; }
  [class*="charting-color"][class*="okcn-xbt-usd"][class*="fill"], [class*="charting-color"][class*="krkn-etc-xbt"][class*="fill"] {
    fill: #e74c3c !important; }

[class*="charting-color"][class*="okcn-xbt-cny"] {
  stroke: #a82315 !important;
  color: #a82315 !important; }
  [class*="charting-color"][class*="okcn-xbt-cny"] > a,
  [class*="charting-color"][class*="okcn-xbt-cny"] > span {
    color: #a82315 !important; }
  [class*="charting-color"][class*="okcn-xbt-cny"][class*="fill"] {
    fill: #a82315 !important; }

[class*="charting-color"][class*="okf0-xbt-usd"] {
  stroke: #ed7669 !important;
  color: #ed7669 !important; }
  [class*="charting-color"][class*="okf0-xbt-usd"] > a,
  [class*="charting-color"][class*="okf0-xbt-usd"] > span {
    color: #ed7669 !important; }
  [class*="charting-color"][class*="okf0-xbt-usd"][class*="fill"] {
    fill: #ed7669 !important; }

[class*="charting-color"][class*="okf1-xbt-usd"] {
  stroke: #f29f97 !important;
  color: #f29f97 !important; }
  [class*="charting-color"][class*="okf1-xbt-usd"] > a,
  [class*="charting-color"][class*="okf1-xbt-usd"] > span {
    color: #f29f97 !important; }
  [class*="charting-color"][class*="okf1-xbt-usd"][class*="fill"] {
    fill: #f29f97 !important; }

[class*="charting-color"][class*="okfq-xbt-usd"] {
  stroke: #f8c9c4 !important;
  color: #f8c9c4 !important; }
  [class*="charting-color"][class*="okfq-xbt-usd"] > a,
  [class*="charting-color"][class*="okfq-xbt-usd"] > span {
    color: #f8c9c4 !important; }
  [class*="charting-color"][class*="okfq-xbt-usd"][class*="fill"] {
    fill: #f8c9c4 !important; }

[class*="charting-color"][class*="itbt-xbt-usd"] {
  stroke: #f1c40f !important;
  color: #f1c40f !important; }
  [class*="charting-color"][class*="itbt-xbt-usd"] > a,
  [class*="charting-color"][class*="itbt-xbt-usd"] > span {
    color: #f1c40f !important; }
  [class*="charting-color"][class*="itbt-xbt-usd"][class*="fill"] {
    fill: #f1c40f !important; }

[class*="charting-color"][class*="base-xbt-usd"], [class*="charting-color"][class*="bfnx-etc-usd"] {
  stroke: #69c0d1 !important;
  color: #69c0d1 !important; }
  [class*="charting-color"][class*="base-xbt-usd"] > a,
  [class*="charting-color"][class*="base-xbt-usd"] > span, [class*="charting-color"][class*="bfnx-etc-usd"] > a,
  [class*="charting-color"][class*="bfnx-etc-usd"] > span {
    color: #69c0d1 !important; }
  [class*="charting-color"][class*="base-xbt-usd"][class*="fill"], [class*="charting-color"][class*="bfnx-etc-usd"][class*="fill"] {
    fill: #69c0d1 !important; }

[class*="charting-color"][class*="base-xbt-usd-buy-1"] {
  stroke: #b7e1e9 !important;
  color: #b7e1e9 !important; }
  [class*="charting-color"][class*="base-xbt-usd-buy-1"] > a,
  [class*="charting-color"][class*="base-xbt-usd-buy-1"] > span {
    color: #b7e1e9 !important; }
  [class*="charting-color"][class*="base-xbt-usd-buy-1"][class*="fill"] {
    fill: #b7e1e9 !important; }

[class*="charting-color"][class*="base-xbt-usd-sell-1"] {
  stroke: #3290a2 !important;
  color: #3290a2 !important; }
  [class*="charting-color"][class*="base-xbt-usd-sell-1"] > a,
  [class*="charting-color"][class*="base-xbt-usd-sell-1"] > span {
    color: #3290a2 !important; }
  [class*="charting-color"][class*="base-xbt-usd-sell-1"][class*="fill"] {
    fill: #3290a2 !important; }

[class*="charting-color"][class*="cstr-xbt-usd"] {
  stroke: orange !important;
  color: orange !important; }
  [class*="charting-color"][class*="cstr-xbt-usd"] > a,
  [class*="charting-color"][class*="cstr-xbt-usd"] > span {
    color: orange !important; }
  [class*="charting-color"][class*="cstr-xbt-usd"][class*="fill"] {
    fill: orange !important; }

[class*="charting-color"][class*="krkn-xbt-usd"], [class*="charting-color"][class*="krkn-xbt-eur"] {
  stroke: MediumSlateBlue !important;
  color: MediumSlateBlue !important; }
  [class*="charting-color"][class*="krkn-xbt-usd"] > a,
  [class*="charting-color"][class*="krkn-xbt-usd"] > span, [class*="charting-color"][class*="krkn-xbt-eur"] > a,
  [class*="charting-color"][class*="krkn-xbt-eur"] > span {
    color: MediumSlateBlue !important; }
  [class*="charting-color"][class*="krkn-xbt-usd"][class*="fill"], [class*="charting-color"][class*="krkn-xbt-eur"][class*="fill"] {
    fill: MediumSlateBlue !important; }

[class*="charting-color"][class*="huob-xbt-cny"] {
  stroke: #9b59b6 !important;
  color: #9b59b6 !important; }
  [class*="charting-color"][class*="huob-xbt-cny"] > a,
  [class*="charting-color"][class*="huob-xbt-cny"] > span {
    color: #9b59b6 !important; }
  [class*="charting-color"][class*="huob-xbt-cny"][class*="fill"] {
    fill: #9b59b6 !important; }

[class*="charting-color"][class*="gbtc-xbt-usd"] {
  stroke: #927608 !important;
  color: #927608 !important; }
  [class*="charting-color"][class*="gbtc-xbt-usd"] > a,
  [class*="charting-color"][class*="gbtc-xbt-usd"] > span {
    color: #927608 !important; }
  [class*="charting-color"][class*="gbtc-xbt-usd"][class*="fill"] {
    fill: #927608 !important; }

[class*="charting-color"][class*="ixbx-xbt-usd"] {
  stroke: white !important;
  color: white !important; }
  [class*="charting-color"][class*="ixbx-xbt-usd"] > a,
  [class*="charting-color"][class*="ixbx-xbt-usd"] > span {
    color: white !important; }
  [class*="charting-color"][class*="ixbx-xbt-usd"][class*="fill"] {
    fill: white !important; }

[class*="charting-color"][class*="charting-color-xbt"] {
  stroke: #f1c40f !important;
  color: #f1c40f !important; }

.page-xbx .macro-volumes-swaps [class*="charting-color"]:not([class*="ixbx-xbt-usd"]).line {
  opacity: .3; }

.page-xbx .macro-volumes-swaps [class*="charting-color"][class*="ixbx-xbt-usd"].line {
  stroke-width: 3px; }

svg [class*="charting-color"][class*="rates-usd"] {
  stroke: #27ae60 !important;
  color: #27ae60 !important; }
  svg [class*="charting-color"][class*="rates-usd"] > a,
  svg [class*="charting-color"][class*="rates-usd"] > span {
    color: #27ae60 !important; }

svg [class*="charting-color"][class*="rates-xbt"] {
  stroke: #d35400 !important;
  color: #d35400 !important; }
  svg [class*="charting-color"][class*="rates-xbt"] > a,
  svg [class*="charting-color"][class*="rates-xbt"] > span {
    color: #d35400 !important; }

svg [class*="charting-color"][class*="active-swaps-usd"] {
  stroke: #27ae60 !important;
  color: #27ae60 !important; }
  svg [class*="charting-color"][class*="active-swaps-usd"] > a,
  svg [class*="charting-color"][class*="active-swaps-usd"] > span {
    color: #27ae60 !important; }

svg [class*="charting-color"][class*="active-swaps-xbt"] {
  stroke: #d35400 !important;
  color: #d35400 !important; }
  svg [class*="charting-color"][class*="active-swaps-xbt"] > a,
  svg [class*="charting-color"][class*="active-swaps-xbt"] > span {
    color: #d35400 !important; }

svg [class*="charting-color"][class*="hash_rate"] {
  stroke: cornflowerblue !important;
  color: cornflowerblue !important; }
  svg [class*="charting-color"][class*="hash_rate"] > a,
  svg [class*="charting-color"][class*="hash_rate"] > span {
    color: cornflowerblue !important; }

svg [class*="charting-color"][class*="difficulty"] {
  stroke: #e74c3c !important;
  color: #e74c3c !important; }
  svg [class*="charting-color"][class*="difficulty"] > a,
  svg [class*="charting-color"][class*="difficulty"] > span {
    color: #e74c3c !important; }

svg [class*="charting-color"][class*="hash_rate_avg"] {
  stroke: orange !important;
  color: orange !important; }
  svg [class*="charting-color"][class*="hash_rate_avg"] > a,
  svg [class*="charting-color"][class*="hash_rate_avg"] > span {
    color: orange !important; }

.swaps-statistics tbody tr:nth-child(1) [class*="charting-color"] {
  stroke: #27ae60 !important;
  color: #27ae60 !important; }
  .swaps-statistics tbody tr:nth-child(1) [class*="charting-color"] > a,
  .swaps-statistics tbody tr:nth-child(1) [class*="charting-color"] > span {
    color: #27ae60 !important; }

.swaps-statistics tbody tr:nth-child(2) [class*="charting-color"] {
  stroke: #27ae60 !important;
  color: #27ae60 !important; }
  .swaps-statistics tbody tr:nth-child(2) [class*="charting-color"] > a,
  .swaps-statistics tbody tr:nth-child(2) [class*="charting-color"] > span {
    color: #27ae60 !important; }

.swaps-statistics tbody tr:nth-child(3) [class*="charting-color"] {
  stroke: #d35400 !important;
  color: #d35400 !important; }
  .swaps-statistics tbody tr:nth-child(3) [class*="charting-color"] > a,
  .swaps-statistics tbody tr:nth-child(3) [class*="charting-color"] > span {
    color: #d35400 !important; }

.swaps-statistics tbody tr:nth-child(4) [class*="charting-color"] {
  stroke: #d35400 !important;
  color: #d35400 !important; }
  .swaps-statistics tbody tr:nth-child(4) [class*="charting-color"] > a,
  .swaps-statistics tbody tr:nth-child(4) [class*="charting-color"] > span {
    color: #d35400 !important; }

.app-container,
.app-inner-container {
  height: 100%; }

.app-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  padding: 0.75em 0.75em 0.75em 0.6em;
  font-size: 0.9em;
  background: #1f1f1f;
  min-height: 55px; }
  @media screen and (max-width: 640px) {
    .header {
      height: 62px;
      position: fixed;
      width: 100%; } }
  .header .app-bar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.875; }
    .header .app-bar > li {
      display: inline-block;
      vertical-align: middle;
      padding: 3px 12px; }
    .header .app-bar .tradeblock-logo-link {
      height: 100%;
      padding: 0 12px 0 0; }
      @media screen and (max-width: 640px) {
        .header .app-bar .tradeblock-logo-link {
          padding: 0; } }
      .header .app-bar .tradeblock-logo-link a {
        display: block; }
      .header .app-bar .tradeblock-logo-link .logo-subheading {
        color: white;
        margin-left: 5px;
        vertical-align: bottom; }
    .header .app-bar .tradeblock-logo-img {
      display: inline-block;
      vertical-align: middle;
      width: 136px;
      height: 30px; }
      .header .app-bar .tradeblock-logo-img[src="/static/img/genesis/genesis-logo-on-dark.png"] {
        height: 25px;
        width: 121px;
        margin-left: 2px; }
      @media screen and (max-width: 640px) {
        .header .app-bar .tradeblock-logo-img {
          height: 40px;
          width: 181px; } }
    .header .app-bar .platform-search {
      width: calc(100% - 150px);
      margin-top: -2px;
      vertical-align: top; }
      @media screen and (max-width: 750px) {
        .header .app-bar .platform-search {
          display: none; } }
      .header .app-bar .platform-search .text-danger {
        position: absolute;
        margin-left: 1em;
        top: 1em; }
      .header .app-bar .platform-search .blockchain-search > div {
        width: 100%;
        max-width: 400px; }
  .header .status-bar {
    text-align: right;
    line-height: 1.875; }
    .header .status-bar .status-bar-help,
    .header .status-bar .status-bar-xbx,
    .header .status-bar .status-bar-quote,
    .header .status-bar .status-bar-notifications,
    .header .status-bar .status-bar-sign-in,
    .header .status-bar .status-bar-profile,
    .header .status-bar .party-select {
      display: inline-block;
      vertical-align: middle;
      padding: 3px 12px;
      text-align: right;
      color: #bfbfbf; }
      @media screen and (max-width: 640px) {
        .header .status-bar .status-bar-help,
        .header .status-bar .status-bar-xbx,
        .header .status-bar .status-bar-quote,
        .header .status-bar .status-bar-notifications,
        .header .status-bar .status-bar-sign-in,
        .header .status-bar .status-bar-profile,
        .header .status-bar .party-select {
          display: none; } }
    .header .status-bar .status-bar-xbx {
      padding-right: 12px; }
      .header .status-bar .status-bar-xbx .current {
        padding: 0px 4px; }
      @media screen and (max-width: 900px) {
        .header .status-bar .status-bar-xbx.vwap {
          display: none; } }
      .header .status-bar .status-bar-xbx.vwap .description {
        color: #666666; }
      .header .status-bar .status-bar-xbx .description-link {
        color: #00aaf8; }
        .header .status-bar .status-bar-xbx .description-link:hover {
          border-bottom: 1px solid #bfbfbf; }
    .header .status-bar .status-bar-help a {
      color: #00aaf8; }
      .header .status-bar .status-bar-help a:hover {
        border-bottom: 1px solid #bfbfbf; }
    .header .status-bar .status-bar-quote a,
    .header .status-bar .status-bar-notifications a {
      color: #bfbfbf; }
      .header .status-bar .status-bar-quote a:hover,
      .header .status-bar .status-bar-notifications a:hover {
        color: #00aaf8;
        -webkit-transition: color 0.1s linear;
        transition: color 0.1s linear; }
    .header .status-bar .status-bar-quote .small-screen-text,
    .header .status-bar .status-bar-notifications .small-screen-text {
      margin-left: 5px;
      display: none; }
    .header .status-bar .status-bar-profile {
      position: relative; }
      .header .status-bar .status-bar-profile .user-menu {
        display: block;
        color: #bfbfbf;
        margin-right: 10px; }
        .header .status-bar .status-bar-profile .user-menu .user-picture,
        .header .status-bar .status-bar-profile .user-menu .user-name {
          vertical-align: middle; }
        .header .status-bar .status-bar-profile .user-menu .user-picture {
          background: #222222;
          border: 1px solid #3d3d3d;
          border-radius: 3px;
          width: 25px;
          height: 25px;
          margin-right: 5px; }
      .header .status-bar .status-bar-profile .profile-menu {
        display: none; }
        .header .status-bar .status-bar-profile .profile-menu a {
          white-space: nowrap; }
      .header .status-bar .status-bar-profile.open .profile-menu {
        display: block;
        position: absolute;
        top: calc(100% + 11px);
        right: -5px;
        background: #111111;
        text-align: left;
        padding: 0 0 5px;
        border-radius: 0px 0px 3px 3px;
        border: 1px solid #333333;
        border-top: 0; }
        .header .status-bar .status-bar-profile.open .profile-menu > li > a {
          padding: 5px 10px;
          display: block;
          color: #bfbfbf; }
          .header .status-bar .status-bar-profile.open .profile-menu > li > a:hover {
            background: #222222; }
          .header .status-bar .status-bar-profile.open .profile-menu > li > a .fa {
            margin-right: 8px; }
    .header .status-bar .status-bar-notifications {
      position: relative; }
      .header .status-bar .status-bar-notifications .open .notifications-list {
        display: block; }
      .header .status-bar .status-bar-notifications #notifications-count {
        position: absolute;
        right: 5px;
        top: 14px;
        padding: 0 3px;
        height: 14px;
        color: white;
        background: #ff3838;
        line-height: 14px;
        border-radius: 5px;
        text-align: center;
        font-size: 0.8em;
        font-weight: bold;
        z-index: 1; }
      .header .status-bar .status-bar-notifications .notifications-list {
        display: none;
        position: absolute;
        width: 300px;
        right: -10px;
        top: calc(100% + 12px);
        background: #111111;
        text-align: left;
        border-radius: 0px 0px 3px 3px;
        border: 1px solid #333333;
        border-top: 0; }
        .header .status-bar .status-bar-notifications .notifications-list .message {
          position: relative;
          overflow: hidden;
          padding: 10px;
          cursor: pointer; }
          .header .status-bar .status-bar-notifications .notifications-list .message.unread {
            background: #333333; }
          .header .status-bar .status-bar-notifications .notifications-list .message:hover {
            background: #222222; }
        .header .status-bar .status-bar-notifications .notifications-list a {
          color: #bfbfbf; }
          .header .status-bar .status-bar-notifications .notifications-list a:hover {
            text-decoration: none; }
        .header .status-bar .status-bar-notifications .notifications-list .message-avatar {
          display: block;
          width: 32px;
          height: 32px;
          position: absolute;
          top: 50%;
          margin-top: -16px;
          right: 10px; }
        .header .status-bar .status-bar-notifications .notifications-list .message-subject, .header .status-bar .status-bar-notifications .notifications-list .message-subject a,
        .header .status-bar .status-bar-notifications .notifications-list .message-description,
        .header .status-bar .status-bar-notifications .notifications-list .message-description a {
          line-height: 17px !important; }
        .header .status-bar .status-bar-notifications .notifications-list .message-subject a:hover,
        .header .status-bar .status-bar-notifications .notifications-list .message-description a:hover {
          text-decoration: underline; }
        .header .status-bar .status-bar-notifications .notifications-list .message-subject {
          display: block;
          margin-bottom: 2px;
          width: 100%;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          max-width: 245px; }
        .header .status-bar .status-bar-notifications .notifications-list .message-description {
          display: block;
          font-size: 11px;
          color: #aaa;
          height: auto !important; }
    .header .status-bar .status-bar-sign-in {
      padding-left: 0;
      margin-left: 0; }
      .header .status-bar .status-bar-sign-in .sign-in-link {
        color: #bfbfbf; }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 100%; }
  .main .main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%; }
  .main .copyright-label-sidebar {
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 140px;
    font-size: 0.8em;
    z-index: 9999; }
    .main .copyright-label-sidebar label {
      cursor: pointer;
      color: white; }
    .main .copyright-label-sidebar .tb-logo {
      width: 90px;
      height: 19px;
      background-image: url("/static/img/logos/full-logo-on-dark.svg");
      background-size: 90px; }
    @media screen and (max-width: 1024px) {
      .main .copyright-label-sidebar {
        display: none; } }
  .main .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    padding-left: 5px; }
    .main .footer a {
      color: #777777;
      font-size: 10px;
      margin: 0 5px; }
      .main .footer a:hover {
        text-decoration: underline; }
  .main .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
    @media screen and (max-width: 640px) {
      .main .page-wrapper {
        width: 100%;
        margin-top: 62px;
        padding-bottom: 0; } }
    .main .page-wrapper [class^="page"] {
      padding-bottom: 2.5em; }
      @media screen and (max-width: 640px) {
        .main .page-wrapper [class^="page"] {
          overflow-y: auto;
          padding-bottom: 0em; } }
      .main .page-wrapper [class^="page"] .content {
        margin: auto;
        padding-bottom: 3em; }
        @media screen and (max-width: 640px) {
          .main .page-wrapper [class^="page"] .content {
            padding-bottom: 0em; } }
      .main .page-wrapper [class^="page"].flexbox-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .main .page-wrapper [class^="page"].flexbox-column .content {
          width: 100%; }
      .main .page-wrapper [class^="page"].flexbox, .main .page-wrapper [class^="page"].flexbox-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .main .page-wrapper [class^="page"].flexbox .content, .main .page-wrapper [class^="page"].flexbox-row .content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%; }
  .main .support-info {
    position: fixed;
    bottom: 0;
    right: 15px;
    background-color: #333333;
    padding: 4px 8px; }
    .main .support-info a {
      font-size: 0.8em;
      color: #999999 !important; }
  .main .support-modal {
    width: 300px; }
    .main .support-modal p {
      margin-bottom: 10px; }
    .third-party .main .support-modal .modal-title {
      color: white; }
    .third-party .main .support-modal a {
      color: #f7a800; }

.page-404 {
  margin-top: 1em; }
  .page-404 .ticks {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%;
    margin-left: 4.16667%;
    margin-top: 1em;
    margin-bottom: 1em; }
    .page-404 .ticks:last-child {
      margin-right: 0; }
    .page-404 .ticks span {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%;
      text-align: center; }
      .page-404 .ticks span:last-child {
        margin-right: 0; }
    .page-404 .ticks .market {
      color: #8cc176; }
    .page-404 .ticks .is-404 {
      color: #ff3838; }
  .page-404 .wrapper {
    clear: both; }

.page-accounting-basis .row-top > div {
  display: inline-block;
  vertical-align: top; }

.page-accounting-basis .tablesorter .tr .cell-datetime {
  width: 160px; }

@media screen and (max-width: 1280px) {
  .page-accounting-basis .tablesorter .tr .cell-date {
    display: inline-block; }
  .page-accounting-basis .tablesorter .tr .cell-datetime {
    display: none; } }

@media screen and (max-width: 900px) {
  .page-accounting-basis .tablesorter .tr .cell-original {
    display: none; } }

.page-accounting-basis .unallocated {
  width: calc(100% - 350px); }
  @media screen and (max-width: 900px) {
    .page-accounting-basis .unallocated {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .page-accounting-basis .unallocated:last-child {
        margin-right: 0; } }
  .page-accounting-basis .unallocated .split-section {
    padding-bottom: 0;
    min-height: 390px; }
    .page-accounting-basis .unallocated .split-section:first-child {
      margin-bottom: 10px; }
    .page-accounting-basis .unallocated .split-section .loading-text {
      position: absolute;
      display: block; }
    .page-accounting-basis .unallocated .split-section .filter-wrapper {
      text-align: right; }
      .page-accounting-basis .unallocated .split-section .filter-wrapper input {
        width: 200px; }
    .page-accounting-basis .unallocated .split-section .tbody {
      height: 250px; }
    .page-accounting-basis .unallocated .split-section .paginator-wrapper {
      text-align: center; }
      .page-accounting-basis .unallocated .split-section .paginator-wrapper .paginator {
        display: inline-block;
        margin-top: 10px; }
  .page-accounting-basis .unallocated .tablesorter .tr .cell-counterparty {
    width: calc(100% - 480px); }
    @media screen and (max-width: 1440px) {
      .page-accounting-basis .unallocated .tablesorter .tr .cell-counterparty {
        width: calc(100% - 480px); } }
    @media screen and (max-width: 1280px) {
      .page-accounting-basis .unallocated .tablesorter .tr .cell-counterparty {
        width: calc(100% - 393px); } }
    @media screen and (max-width: 900px) {
      .page-accounting-basis .unallocated .tablesorter .tr .cell-counterparty {
        width: calc(100% - 288px); } }
    @media screen and (max-width: 640px) {
      .page-accounting-basis .unallocated .tablesorter .tr .cell-counterparty {
        width: calc(100% - 288px); } }
  .page-accounting-basis .unallocated .cell-counterparty {
    width: 150px; }
  .page-accounting-basis .unallocated .cell-price {
    width: 85px; }

.page-accounting-basis .selected-wrapper {
  width: 350px; }
  @media screen and (max-width: 900px) {
    .page-accounting-basis .selected-wrapper {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .page-accounting-basis .selected-wrapper:last-child {
        margin-right: 0; } }
  .page-accounting-basis .selected-wrapper .basis-selected td:not(:first-child), .page-accounting-basis .selected-wrapper .basis-selected th:not(:first-child) {
    text-align: right; }
  .page-accounting-basis .selected-wrapper .basis-selected-trades {
    min-height: 317px; }
    .page-accounting-basis .selected-wrapper .basis-selected-trades .tbody {
      height: 234px; }
    .page-accounting-basis .selected-wrapper .basis-selected-trades .panel-heading .btn {
      width: 110px; }
    .page-accounting-basis .selected-wrapper .basis-selected-trades .cell-allocation {
      width: 110px; }
      .page-accounting-basis .selected-wrapper .basis-selected-trades .cell-allocation .input-invisible {
        width: 105px; }
        .page-accounting-basis .selected-wrapper .basis-selected-trades .cell-allocation .input-invisible.unfilled {
          color: #888; }
    .page-accounting-basis .selected-wrapper .basis-selected-trades .cell-volume {
      width: 110px; }
    .page-accounting-basis .selected-wrapper .basis-selected-trades .cell-price {
      width: 75px; }

.page-accounting-basis .basis-allocated .panel-body {
  min-height: 100px; }

.page-accounting-basis .basis-allocated .tbody {
  max-height: 400px;
  overflow-y: scroll; }

.page-accounting-basis .basis-allocated .cell-price {
  width: 110px; }

.page-accounting-basis .basis-allocated .cell-pl {
  width: 100px; }

.page-accounting-basis .basis-allocated .tr-expanded .cell-datetime {
  width: 160px;
  padding-right: 20px; }

.page-accounting-basis .basis-allocated .tablesorter .tr .cell-counterparty {
  width: calc(100% - 793px); }
  @media screen and (max-width: 1440px) {
    .page-accounting-basis .basis-allocated .tablesorter .tr .cell-counterparty {
      width: calc(100% - 793px); } }
  @media screen and (max-width: 1280px) {
    .page-accounting-basis .basis-allocated .tablesorter .tr .cell-counterparty {
      width: calc(100% - 648px); } }
  @media screen and (max-width: 900px) {
    .page-accounting-basis .basis-allocated .tablesorter .tr .cell-counterparty {
      width: calc(100% - 468px); } }
  @media screen and (max-width: 640px) {
    .page-accounting-basis .basis-allocated .tablesorter .tr .cell-counterparty {
      width: calc(100% - 468px); } }

@media screen and (max-width: 1280px) {
  .page-accounting-basis .basis-allocated .cell-price {
    width: 80px; } }

@media screen and (max-width: 900px) {
  .page-accounting-basis .basis-allocated .cell-pl,
  .page-accounting-basis .basis-allocated .cell-pl-percent {
    display: none; } }

.page-apikeys .panel-body {
  min-height: 200px; }

.page-apikeys .new-api-key .row {
  margin-bottom: 10px; }

.page-apikeys .tablesorter {
  margin-top: 10px; }

.page-apikeys .cell-key {
  width: calc(100% - 155px); }

@media screen and (max-width: 1280px) {
  .page-apikeys .cell-datetime {
    display: inline-block; } }

.blockchain-landing {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .blockchain-landing .panel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .blockchain-landing .chain-select {
    float: right; }
    .blockchain-landing .chain-select h1 {
      display: inline-block; }
    .blockchain-landing .chain-select .btn-group {
      display: inline-block;
      width: 150px;
      margin-left: 10px; }
    .blockchain-landing .chain-select + .explorer-search {
      margin-top: 20px; }
  .blockchain-landing .explorer-search {
    margin: 50px auto;
    position: relative; }
    .blockchain-landing .explorer-search input[type=text] {
      font-size: 18px;
      padding: 8px 12px; }
    .blockchain-landing .explorer-search .cta {
      padding: 11px 16px;
      font-size: 18px; }
    .blockchain-landing .explorer-search .text-danger {
      position: absolute;
      left: 0;
      top: 50px;
      font-size: 16px; }
  .blockchain-landing .test-objects hr {
    margin-bottom: 25px; }
  .blockchain-landing .test-objects .row {
    font-size: 1.25em;
    margin-bottom: 5px; }
    .blockchain-landing .test-objects .row span:first-child {
      width: 200px; }
    .blockchain-landing .test-objects .row a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-overflow: ellipsis;
      overflow: hidden; }
  .blockchain-landing.ethereum-landing .recent-activity {
    position: relative;
    min-height: 400px; }
    .blockchain-landing.ethereum-landing .recent-activity hr {
      margin-bottom: 25px; }
    .blockchain-landing.ethereum-landing .recent-activity .tabbed {
      position: relative;
      min-height: 200px; }
      .blockchain-landing.ethereum-landing .recent-activity .tabbed .spinner {
        width: 100px;
        height: 100px; }
    .blockchain-landing.ethereum-landing .recent-activity .tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .blockchain-landing.ethereum-landing .recent-activity .cell-time {
      width: 80px;
      text-align: right; }
    .blockchain-landing.ethereum-landing .recent-activity .cell-block {
      width: 90px;
      text-align: right;
      padding-right: 20px; }
    .blockchain-landing.ethereum-landing .recent-activity .cell-account {
      width: calc(100% - 600px);
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media screen and (max-width: 900px) {
        .blockchain-landing.ethereum-landing .recent-activity .cell-account {
          width: calc(100% - 530px); } }
      @media screen and (max-width: 750px) {
        .blockchain-landing.ethereum-landing .recent-activity .cell-account {
          width: calc(100% - 330px); } }
    .blockchain-landing.ethereum-landing .recent-activity .cell-difficulty {
      width: 70px;
      text-align: right; }
      @media screen and (max-width: 900px) {
        .blockchain-landing.ethereum-landing .recent-activity .cell-difficulty {
          display: none; } }
    .blockchain-landing.ethereum-landing .recent-activity .cell-tx-count {
      width: 70px;
      text-align: right; }
    .blockchain-landing.ethereum-landing .recent-activity .cell-gas-used {
      width: 90px;
      text-align: right; }
    .blockchain-landing.ethereum-landing .recent-activity .cell-ether {
      width: 200px;
      text-align: right; }
      @media screen and (max-width: 750px) {
        .blockchain-landing.ethereum-landing .recent-activity .cell-ether {
          display: none; } }
    .blockchain-landing.ethereum-landing .recent-activity.contract .cell-time {
      width: 110px; }
    .blockchain-landing.ethereum-landing .recent-activity.contract .cell-account,
    .blockchain-landing.ethereum-landing .recent-activity.contract .cell-contract-hash {
      width: calc((100% - 200px) * .5); }
    .blockchain-landing.ethereum-landing .recent-activity.tx .cell-account,
    .blockchain-landing.ethereum-landing .recent-activity.tx .cell-hash {
      width: calc((100% - 370px) * .3333); }
      @media screen and (max-width: 750px) {
        .blockchain-landing.ethereum-landing .recent-activity.tx .cell-account,
        .blockchain-landing.ethereum-landing .recent-activity.tx .cell-hash {
          width: calc((100% - 170px) * .3333); } }

.page-wallet-view .panel,
.page-wallet-view .panel-body,
.page-blockchain-explorer .panel,
.page-blockchain-explorer .panel-body {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }

.page-wallet-view .tablesorter .td,
.page-blockchain-explorer .tablesorter .td {
  vertical-align: top; }
  .page-wallet-view .tablesorter .td.cell-checkbox,
  .page-blockchain-explorer .tablesorter .td.cell-checkbox {
    text-align: right; }
    .page-wallet-view .tablesorter .td.cell-checkbox i,
    .page-blockchain-explorer .tablesorter .td.cell-checkbox i {
      color: #f7a800; }
      .page-wallet-view .tablesorter .td.cell-checkbox i:hover,
      .page-blockchain-explorer .tablesorter .td.cell-checkbox i:hover {
        color: #ffecc4; }

.page-wallet-view .page-title .panel-body,
.page-blockchain-explorer .page-title .panel-body {
  position: relative; }
  .page-wallet-view .page-title .panel-body h1,
  .page-blockchain-explorer .page-title .panel-body h1 {
    margin: 0;
    word-wrap: break-word;
    display: inline-block; }
    .page-wallet-view .page-title .panel-body h1 .fa-angle-left,
    .page-blockchain-explorer .page-title .panel-body h1 .fa-angle-left {
      margin-right: 10px; }
    .page-wallet-view .page-title .panel-body h1 .fa-angle-right,
    .page-blockchain-explorer .page-title .panel-body h1 .fa-angle-right {
      margin-left: 10px; }
    .page-wallet-view .page-title .panel-body h1 .fa-angle-double-right,
    .page-blockchain-explorer .page-title .panel-body h1 .fa-angle-double-right {
      margin-left: 10px; }
  .page-wallet-view .page-title .panel-body .view-at-block,
  .page-blockchain-explorer .page-title .panel-body .view-at-block {
    position: absolute;
    right: 10px;
    top: 10px; }
    .page-wallet-view .page-title .panel-body .view-at-block .view-latest,
    .page-blockchain-explorer .page-title .panel-body .view-at-block .view-latest {
      cursor: pointer;
      margin-left: 10px; }
  .page-wallet-view .page-title .panel-body h3,
  .page-blockchain-explorer .page-title .panel-body h3 {
    margin-top: 5px;
    margin-bottom: 0; }
  .page-wallet-view .page-title .panel-body .chain-icon,
  .page-blockchain-explorer .page-title .panel-body .chain-icon {
    position: absolute;
    right: 7px;
    top: 7px;
    color: #666666; }
  .page-wallet-view .page-title .panel-body .spinner,
  .page-blockchain-explorer .page-title .panel-body .spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 20px;
    height: 20px; }

.page-wallet-view .address-page .transaction-ledger .tablesorter .td,
.page-wallet-view .block-page .transaction-ledger .tablesorter .td,
.page-blockchain-explorer .address-page .transaction-ledger .tablesorter .td,
.page-blockchain-explorer .block-page .transaction-ledger .tablesorter .td {
  min-height: 35px;
  padding-top: 8px;
  padding-bottom: 8px; }

.page-wallet-view .address-page .cell-datetime,
.page-wallet-view .block-page .cell-datetime,
.page-blockchain-explorer .address-page .cell-datetime,
.page-blockchain-explorer .block-page .cell-datetime {
  padding-right: 4px; }
  @media screen and (max-width: 1280px) {
    .page-wallet-view .address-page .cell-datetime,
    .page-wallet-view .block-page .cell-datetime,
    .page-blockchain-explorer .address-page .cell-datetime,
    .page-blockchain-explorer .block-page .cell-datetime {
      display: inline-block; } }

.page-wallet-view .address-page .cell-txid,
.page-wallet-view .block-page .cell-txid,
.page-blockchain-explorer .address-page .cell-txid,
.page-blockchain-explorer .block-page .cell-txid {
  width: 84px;
  min-height: 28px;
  padding-left: 8px;
  position: relative;
  overflow: visible; }
  .page-wallet-view .address-page .cell-txid span,
  .page-wallet-view .block-page .cell-txid span,
  .page-blockchain-explorer .address-page .cell-txid span,
  .page-blockchain-explorer .block-page .cell-txid span {
    display: block;
    position: absolute;
    overflow: visible;
    left: 8px;
    z-index: 1;
    -webkit-transition: margin-left 0.15s linear;
    transition: margin-left 0.15s linear; }
    .page-wallet-view .address-page .cell-txid span:hover,
    .page-wallet-view .block-page .cell-txid span:hover,
    .page-blockchain-explorer .address-page .cell-txid span:hover,
    .page-blockchain-explorer .block-page .cell-txid span:hover {
      width: 500px;
      margin-left: -400px; }
  .page-wallet-view .address-page .cell-txid input,
  .page-wallet-view .block-page .cell-txid input,
  .page-blockchain-explorer .address-page .cell-txid input,
  .page-blockchain-explorer .block-page .cell-txid input {
    width: 75px;
    margin-top: -3px;
    padding: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: text;
    text-align: right;
    -webkit-transition: width 0.15s linear;
    transition: width 0.15s linear; }
    .page-wallet-view .address-page .cell-txid input:hover,
    .page-wallet-view .block-page .cell-txid input:hover,
    .page-blockchain-explorer .address-page .cell-txid input:hover,
    .page-blockchain-explorer .block-page .cell-txid input:hover {
      width: 475px;
      position: absolute; }

.page-wallet-view .address-page .cell-transaction,
.page-wallet-view .block-page .cell-transaction,
.page-blockchain-explorer .address-page .cell-transaction,
.page-blockchain-explorer .block-page .cell-transaction {
  width: 783px;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333; }

@media screen and (max-width: 640px) {
  .page-wallet-view .address-page .cell-transaction,
  .page-wallet-view .block-page .cell-transaction,
  .page-blockchain-explorer .address-page .cell-transaction,
  .page-blockchain-explorer .block-page .cell-transaction {
    display: none; }
  .page-wallet-view .address-page .tr-expanded .cell-datetime,
  .page-wallet-view .address-page .tr-expanded .cell-confirmations,
  .page-wallet-view .address-page .tr-expanded .cell-value,
  .page-wallet-view .block-page .tr-expanded .cell-datetime,
  .page-wallet-view .block-page .tr-expanded .cell-confirmations,
  .page-wallet-view .block-page .tr-expanded .cell-value,
  .page-blockchain-explorer .address-page .tr-expanded .cell-datetime,
  .page-blockchain-explorer .address-page .tr-expanded .cell-confirmations,
  .page-blockchain-explorer .address-page .tr-expanded .cell-value,
  .page-blockchain-explorer .block-page .tr-expanded .cell-datetime,
  .page-blockchain-explorer .block-page .tr-expanded .cell-confirmations,
  .page-blockchain-explorer .block-page .tr-expanded .cell-value {
    display: none; }
  .page-wallet-view .address-page .tr-expanded .cell-transaction,
  .page-wallet-view .block-page .tr-expanded .cell-transaction,
  .page-blockchain-explorer .address-page .tr-expanded .cell-transaction,
  .page-blockchain-explorer .block-page .tr-expanded .cell-transaction {
    display: inline-block;
    padding-left: 20px; } }

.page-wallet-view .address-page .tr-expanded,
.page-wallet-view .block-page .tr-expanded,
.page-blockchain-explorer .address-page .tr-expanded,
.page-blockchain-explorer .block-page .tr-expanded {
  padding: 0; }
  .page-wallet-view .address-page .tr-expanded > div,
  .page-wallet-view .block-page .tr-expanded > div,
  .page-blockchain-explorer .address-page .tr-expanded > div,
  .page-blockchain-explorer .block-page .tr-expanded > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.page-wallet-view .address-page .cell-value,
.page-wallet-view .block-page .cell-value,
.page-blockchain-explorer .address-page .cell-value,
.page-blockchain-explorer .block-page .cell-value {
  width: 110px; }

.page-wallet-view .address-page .load-txs,
.page-wallet-view .block-page .load-txs,
.page-blockchain-explorer .address-page .load-txs,
.page-blockchain-explorer .block-page .load-txs {
  text-align: center;
  height: 2em;
  position: relative; }
  .page-wallet-view .address-page .load-txs .spinner,
  .page-wallet-view .block-page .load-txs .spinner,
  .page-blockchain-explorer .address-page .load-txs .spinner,
  .page-blockchain-explorer .block-page .load-txs .spinner {
    width: 20px;
    height: 20px; }
  .page-wallet-view .address-page .load-txs a,
  .page-wallet-view .block-page .load-txs a,
  .page-blockchain-explorer .address-page .load-txs a,
  .page-blockchain-explorer .block-page .load-txs a {
    cursor: pointer; }
    .page-wallet-view .address-page .load-txs a:hover,
    .page-wallet-view .block-page .load-txs a:hover,
    .page-blockchain-explorer .address-page .load-txs a:hover,
    .page-blockchain-explorer .block-page .load-txs a:hover {
      text-decoration: underline; }

.page-wallet-view .address-page .address-details,
.page-blockchain-explorer .address-page .address-details {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }
  .page-wallet-view .address-page .address-details table,
  .page-blockchain-explorer .address-page .address-details table {
    max-width: 400px; }
    .page-wallet-view .address-page .address-details table td:last-child,
    .page-blockchain-explorer .address-page .address-details table td:last-child {
      text-align: right; }

.page-wallet-view .address-page .not-found,
.page-blockchain-explorer .address-page .not-found {
  text-align: center; }

.page-wallet-view .address-page .cell-dateonly,
.page-blockchain-explorer .address-page .cell-dateonly {
  display: none; }

.page-wallet-view .address-page .cell-confirmations,
.page-blockchain-explorer .address-page .cell-confirmations {
  width: 60px;
  border-right: 1px solid #333333;
  padding-right: 8px;
  text-align: right; }

.page-wallet-view .address-page .cell-combined,
.page-blockchain-explorer .address-page .cell-combined {
  display: none; }

.page-wallet-view .address-page .cell-individual,
.page-blockchain-explorer .address-page .cell-individual {
  display: inline-block; }

.page-wallet-view .address-page .cell-balance,
.page-blockchain-explorer .address-page .cell-balance {
  width: 109px;
  padding-right: 8px; }

.page-wallet-view .address-page .cell-txid,
.page-blockchain-explorer .address-page .cell-txid {
  width: 58px; }
  .page-wallet-view .address-page .cell-txid span:hover,
  .page-blockchain-explorer .address-page .cell-txid span:hover {
    margin-left: -425px; }
  .page-wallet-view .address-page .cell-txid input,
  .page-blockchain-explorer .address-page .cell-txid input {
    width: 50px; }

.page-wallet-view .address-page .tablesorter .tr .cell-transaction,
.page-blockchain-explorer .address-page .tablesorter .tr .cell-transaction {
  width: calc(100% - 600px); }
  @media screen and (max-width: 1440px) {
    .page-wallet-view .address-page .tablesorter .tr .cell-transaction,
    .page-blockchain-explorer .address-page .tablesorter .tr .cell-transaction {
      width: calc(100% - 495px); } }
  @media screen and (max-width: 1280px) {
    .page-wallet-view .address-page .tablesorter .tr .cell-transaction,
    .page-blockchain-explorer .address-page .tablesorter .tr .cell-transaction {
      width: calc(100% - 495px); } }
  @media screen and (max-width: 900px) {
    .page-wallet-view .address-page .tablesorter .tr .cell-transaction,
    .page-blockchain-explorer .address-page .tablesorter .tr .cell-transaction {
      width: calc(100% - 0px); } }
  @media screen and (max-width: 640px) {
    .page-wallet-view .address-page .tablesorter .tr .cell-transaction,
    .page-blockchain-explorer .address-page .tablesorter .tr .cell-transaction {
      width: calc(100% - 0px); } }

.page-wallet-view .address-page .transaction .inputs,
.page-wallet-view .address-page .transaction .outputs,
.page-blockchain-explorer .address-page .transaction .inputs,
.page-blockchain-explorer .address-page .transaction .outputs {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%; }
  .page-wallet-view .address-page .transaction .inputs:last-child,
  .page-wallet-view .address-page .transaction .outputs:last-child,
  .page-blockchain-explorer .address-page .transaction .inputs:last-child,
  .page-blockchain-explorer .address-page .transaction .outputs:last-child {
    margin-right: 0; }

.page-wallet-view .address-page .transaction .address,
.page-blockchain-explorer .address-page .transaction .address {
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

@media screen and (max-width: 1440px) {
  .page-wallet-view .address-page .cell-combined,
  .page-blockchain-explorer .address-page .cell-combined {
    display: inline-block; }
  .page-wallet-view .address-page .cell-individual,
  .page-blockchain-explorer .address-page .cell-individual {
    display: none; } }

@media screen and (max-width: 900px) {
  .page-wallet-view .address-page .cell-transaction,
  .page-blockchain-explorer .address-page .cell-transaction {
    display: none; }
  .page-wallet-view .address-page .cell-datetime,
  .page-blockchain-explorer .address-page .cell-datetime {
    display: none; }
  .page-wallet-view .address-page .cell-dateonly,
  .page-blockchain-explorer .address-page .cell-dateonly {
    display: inline-block;
    width: 50px; }
  .page-wallet-view .address-page .cell-txid,
  .page-blockchain-explorer .address-page .cell-txid {
    width: calc(100% - 357px); }
    .page-wallet-view .address-page .cell-txid span,
    .page-wallet-view .address-page .cell-txid span:hover,
    .page-blockchain-explorer .address-page .cell-txid span,
    .page-blockchain-explorer .address-page .cell-txid span:hover {
      width: calc(100% - 10px);
      margin-left: 0; }
    .page-wallet-view .address-page .cell-txid input,
    .page-wallet-view .address-page .cell-txid input:hover,
    .page-blockchain-explorer .address-page .cell-txid input,
    .page-blockchain-explorer .address-page .cell-txid input:hover {
      width: 100%; }
  .page-wallet-view .address-page .tr-expanded .cell-confirmations,
  .page-wallet-view .address-page .tr-expanded .cell-value,
  .page-blockchain-explorer .address-page .tr-expanded .cell-confirmations,
  .page-blockchain-explorer .address-page .tr-expanded .cell-value {
    display: none; }
  .page-wallet-view .address-page .tr-expanded .cell-transaction,
  .page-blockchain-explorer .address-page .tr-expanded .cell-transaction {
    display: inline-block;
    padding-left: 20px; } }

.page-wallet-view .block-page .panel-wrapper,
.page-blockchain-explorer .block-page .panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  @media screen and (max-width: 640px) {
    .page-wallet-view .block-page .panel-wrapper,
    .page-blockchain-explorer .block-page .panel-wrapper {
      display: block; } }
  .page-wallet-view .block-page .panel-wrapper .panel,
  .page-blockchain-explorer .block-page .panel-wrapper .panel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .page-wallet-view .block-page .panel-wrapper .panel .table-fixed td:first-child,
    .page-blockchain-explorer .block-page .panel-wrapper .panel .table-fixed td:first-child {
      width: 80px; }
    .page-wallet-view .block-page .panel-wrapper .panel .table-fixed td:last-child,
    .page-blockchain-explorer .block-page .panel-wrapper .panel .table-fixed td:last-child {
      word-wrap: break-word;
      width: calc(100% - 80px); }
    .page-wallet-view .block-page .panel-wrapper .panel td:last-child,
    .page-blockchain-explorer .block-page .panel-wrapper .panel td:last-child {
      text-align: right; }

.page-wallet-view .block-page .full-block,
.page-blockchain-explorer .block-page .full-block {
  color: #c6b049; }

.page-wallet-view .block-page .cell-datetime,
.page-blockchain-explorer .block-page .cell-datetime {
  width: 148px;
  padding-right: 8px; }

@media screen and (max-width: 900px) {
  .page-wallet-view .block-page .cell-datetime,
  .page-blockchain-explorer .block-page .cell-datetime {
    display: none; }
  .page-wallet-view .block-page .cell-transaction,
  .page-blockchain-explorer .block-page .cell-transaction {
    padding-left: 20px; } }

@media screen and (max-width: 640px) {
  .page-wallet-view .block-page .cell-txid,
  .page-blockchain-explorer .block-page .cell-txid {
    width: calc(100% - 30px); }
    .page-wallet-view .block-page .cell-txid span,
    .page-wallet-view .block-page .cell-txid span:hover,
    .page-blockchain-explorer .block-page .cell-txid span,
    .page-blockchain-explorer .block-page .cell-txid span:hover {
      width: calc(100% - 50px);
      margin-left: 0; }
    .page-wallet-view .block-page .cell-txid input,
    .page-wallet-view .block-page .cell-txid input:hover,
    .page-blockchain-explorer .block-page .cell-txid input,
    .page-blockchain-explorer .block-page .cell-txid input:hover {
      width: 100%;
      text-align: left; } }

.page-wallet-view .block-page .cell-size,
.page-blockchain-explorer .block-page .cell-size {
  width: 70px;
  border-right: 1px solid #333333;
  padding-right: 8px;
  text-align: right; }

@media screen and (max-width: 1440px) {
  .page-wallet-view .block-page .cell-value,
  .page-wallet-view .block-page .cell-size,
  .page-blockchain-explorer .block-page .cell-value,
  .page-blockchain-explorer .block-page .cell-size {
    display: none; } }

.page-wallet-view .block-page .tablesorter .tr .cell-transaction,
.page-blockchain-explorer .block-page .tablesorter .tr .cell-transaction {
  width: calc(100% - 435px); }
  @media screen and (max-width: 1440px) {
    .page-wallet-view .block-page .tablesorter .tr .cell-transaction,
    .page-blockchain-explorer .block-page .tablesorter .tr .cell-transaction {
      width: calc(100% - 260px); } }
  @media screen and (max-width: 1280px) {
    .page-wallet-view .block-page .tablesorter .tr .cell-transaction,
    .page-blockchain-explorer .block-page .tablesorter .tr .cell-transaction {
      width: calc(100% - 260px); } }
  @media screen and (max-width: 900px) {
    .page-wallet-view .block-page .tablesorter .tr .cell-transaction,
    .page-blockchain-explorer .block-page .tablesorter .tr .cell-transaction {
      width: calc(100% - 107px); } }
  @media screen and (max-width: 640px) {
    .page-wallet-view .block-page .tablesorter .tr .cell-transaction,
    .page-blockchain-explorer .block-page .tablesorter .tr .cell-transaction {
      width: calc(100% - 0px); } }

.page-wallet-view .block-page .transaction .inputs,
.page-wallet-view .block-page .transaction .outputs,
.page-blockchain-explorer .block-page .transaction .inputs,
.page-blockchain-explorer .block-page .transaction .outputs {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%; }
  .page-wallet-view .block-page .transaction .inputs:last-child,
  .page-wallet-view .block-page .transaction .outputs:last-child,
  .page-blockchain-explorer .block-page .transaction .inputs:last-child,
  .page-blockchain-explorer .block-page .transaction .outputs:last-child {
    margin-right: 0; }

.page-wallet-view .block-page .transaction .address,
.page-blockchain-explorer .block-page .transaction .address {
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.page-wallet-view .transaction-page .vmtrace,
.page-blockchain-explorer .transaction-page .vmtrace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-wallet-view .transaction-page .vmtrace .sep li,
  .page-blockchain-explorer .transaction-page .vmtrace .sep li {
    display: inline;
    margin: 0 1px; }
    .page-wallet-view .transaction-page .vmtrace .sep li:first-child,
    .page-blockchain-explorer .transaction-page .vmtrace .sep li:first-child {
      margin-left: 0; }
    .page-wallet-view .transaction-page .vmtrace .sep li:last-child,
    .page-blockchain-explorer .transaction-page .vmtrace .sep li:last-child {
      margin-right: 0; }
  .page-wallet-view .transaction-page .vmtrace .hdr,
  .page-blockchain-explorer .transaction-page .vmtrace .hdr {
    margin: 7px 0; }
  .page-wallet-view .transaction-page .vmtrace .btn-group,
  .page-blockchain-explorer .transaction-page .vmtrace .btn-group {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .page-wallet-view .transaction-page .vmtrace .btn-group .play,
    .page-blockchain-explorer .transaction-page .vmtrace .btn-group .play {
      min-width: 32px; }
    .page-wallet-view .transaction-page .vmtrace .btn-group .inactive,
    .page-blockchain-explorer .transaction-page .vmtrace .btn-group .inactive {
      cursor: default;
      color: #bfbfbf !important; }
    .page-wallet-view .transaction-page .vmtrace .btn-group i,
    .page-blockchain-explorer .transaction-page .vmtrace .btn-group i {
      cursor: pointer;
      padding: 5px 10px; }
  .page-wallet-view .transaction-page .vmtrace .counter,
  .page-blockchain-explorer .transaction-page .vmtrace .counter {
    font-size: 16.64px;
    line-height: 17px;
    float: right;
    text-align: right;
    margin: 3px 0 0 10px;
    line-height: 16.64px; }
  .page-wallet-view .transaction-page .vmtrace h3,
  .page-blockchain-explorer .transaction-page .vmtrace h3 {
    padding-top: 0;
    margin-top: 20px; }
  .page-wallet-view .transaction-page .vmtrace .stack h3,
  .page-blockchain-explorer .transaction-page .vmtrace .stack h3 {
    line-height: 16.64px;
    padding-top: 0;
    margin-top: 0; }
  .page-wallet-view .transaction-page .vmtrace .steps .tbody,
  .page-blockchain-explorer .transaction-page .vmtrace .steps .tbody {
    height: 364px; }
  .page-wallet-view .transaction-page .vmtrace .stack .tbody,
  .page-blockchain-explorer .transaction-page .vmtrace .stack .tbody {
    height: 140px; }
  .page-wallet-view .transaction-page .vmtrace .memory .tbody,
  .page-blockchain-explorer .transaction-page .vmtrace .memory .tbody {
    height: 140px; }
  .page-wallet-view .transaction-page .vmtrace .storage,
  .page-blockchain-explorer .transaction-page .vmtrace .storage {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .page-wallet-view .transaction-page .vmtrace .storage .tbody,
    .page-blockchain-explorer .transaction-page .vmtrace .storage .tbody {
      height: 150px; }
  .page-wallet-view .transaction-page .vmtrace .row,
  .page-blockchain-explorer .transaction-page .vmtrace .row {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .page-wallet-view .transaction-page .vmtrace .column.one,
  .page-blockchain-explorer .transaction-page .vmtrace .column.one {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px; }
  .page-wallet-view .transaction-page .vmtrace .column.two,
  .page-blockchain-explorer .transaction-page .vmtrace .column.two {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px; }
  .page-wallet-view .transaction-page .vmtrace .pad.one,
  .page-blockchain-explorer .transaction-page .vmtrace .pad.one {
    padding-right: 12px; }
  .page-wallet-view .transaction-page .vmtrace .pad.two,
  .page-blockchain-explorer .transaction-page .vmtrace .pad.two {
    padding-left: 12px; }

.page-wallet-view .transaction-page .cell.steps,
.page-blockchain-explorer .transaction-page .cell.steps {
  text-align: right; }
  .page-wallet-view .transaction-page .cell.steps.step,
  .page-blockchain-explorer .transaction-page .cell.steps.step {
    width: 10%; }
  .page-wallet-view .transaction-page .cell.steps.pc,
  .page-blockchain-explorer .transaction-page .cell.steps.pc {
    width: 10%; }
  .page-wallet-view .transaction-page .cell.steps.op,
  .page-blockchain-explorer .transaction-page .cell.steps.op {
    width: 31%;
    text-align: left; }
  .page-wallet-view .transaction-page .cell.steps.gas,
  .page-blockchain-explorer .transaction-page .cell.steps.gas {
    width: 30%; }
  .page-wallet-view .transaction-page .cell.steps.gasCost,
  .page-blockchain-explorer .transaction-page .cell.steps.gasCost {
    width: 19%; }

.page-wallet-view .transaction-page .cell.stack.td.value,
.page-blockchain-explorer .transaction-page .cell.stack.td.value {
  width: 100%; }

.page-wallet-view .transaction-page .cell.memory.offset,
.page-blockchain-explorer .transaction-page .cell.memory.offset {
  width: 15%;
  text-align: right; }

.page-wallet-view .transaction-page .cell.memory.th.value,
.page-blockchain-explorer .transaction-page .cell.memory.th.value {
  width: 85%; }

.page-wallet-view .transaction-page .cell.memory.td.value,
.page-blockchain-explorer .transaction-page .cell.memory.td.value {
  width: 85%; }

.page-wallet-view .transaction-page .cell.storage.th.key, .page-wallet-view .transaction-page .cell.storage.th.value,
.page-blockchain-explorer .transaction-page .cell.storage.th.key,
.page-blockchain-explorer .transaction-page .cell.storage.th.value {
  overflow: ellipsis;
  width: 50%; }

.page-wallet-view .transaction-page .cell.storage.td.key, .page-wallet-view .transaction-page .cell.storage.td.value,
.page-blockchain-explorer .transaction-page .cell.storage.td.key,
.page-blockchain-explorer .transaction-page .cell.storage.td.value {
  overflow: ellipsis;
  width: 50%; }

.page-wallet-view .transaction-page .loading,
.page-blockchain-explorer .transaction-page .loading {
  text-align: center;
  height: 2em;
  position: relative; }
  .page-wallet-view .transaction-page .loading .spinner,
  .page-blockchain-explorer .transaction-page .loading .spinner {
    width: 20px;
    height: 20px; }
  .page-wallet-view .transaction-page .loading a,
  .page-blockchain-explorer .transaction-page .loading a {
    cursor: pointer; }
    .page-wallet-view .transaction-page .loading a:hover,
    .page-blockchain-explorer .transaction-page .loading a:hover {
      text-decoration: underline; }

.page-wallet-view .transaction-page .panel,
.page-wallet-view .transaction-page .panel-body,
.page-blockchain-explorer .transaction-page .panel,
.page-blockchain-explorer .transaction-page .panel-body {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }

.page-wallet-view .transaction-page .panel-wrapper,
.page-blockchain-explorer .transaction-page .panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media screen and (max-width: 640px) {
    .page-wallet-view .transaction-page .panel-wrapper,
    .page-blockchain-explorer .transaction-page .panel-wrapper {
      display: block; } }
  .page-wallet-view .transaction-page .panel-wrapper > .panel,
  .page-blockchain-explorer .transaction-page .panel-wrapper > .panel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 640px) {
      .page-wallet-view .transaction-page .panel-wrapper > .panel,
      .page-blockchain-explorer .transaction-page .panel-wrapper > .panel {
        width: 100%; } }

.page-wallet-view .transaction-page .panel-body,
.page-blockchain-explorer .transaction-page .panel-body {
  position: relative; }
  .page-wallet-view .transaction-page .panel-body .expand-toggle,
  .page-blockchain-explorer .transaction-page .panel-body .expand-toggle {
    position: absolute;
    right: 0.5em;
    top: 0.5em; }

.page-wallet-view .transaction-page .conflicts .cell-fulldatetime,
.page-blockchain-explorer .transaction-page .conflicts .cell-fulldatetime {
  width: 150px;
  text-align: right;
  padding-right: 20px; }

.page-wallet-view .transaction-page .conflicts .cell-block,
.page-blockchain-explorer .transaction-page .conflicts .cell-block {
  width: 120px; }

.page-wallet-view .transaction-page .conflicts .cell-hash,
.page-blockchain-explorer .transaction-page .conflicts .cell-hash {
  width: calc(100% - 270px); }

.page-wallet-view .transaction-page .transaction-details td:last-child,
.page-blockchain-explorer .transaction-page .transaction-details td:last-child {
  text-align: right; }

.page-wallet-view .transaction-page .addresses .address,
.page-wallet-view .transaction-page .addresses .value,
.page-blockchain-explorer .transaction-page .addresses .address,
.page-blockchain-explorer .transaction-page .addresses .value {
  display: inline-block;
  position: relative; }
  .page-wallet-view .transaction-page .addresses .address .fa-angle-right,
  .page-wallet-view .transaction-page .addresses .value .fa-angle-right,
  .page-blockchain-explorer .transaction-page .addresses .address .fa-angle-right,
  .page-blockchain-explorer .transaction-page .addresses .value .fa-angle-right {
    position: absolute;
    left: -7px;
    top: 3px; }

.page-wallet-view .transaction-page .addresses .address,
.page-blockchain-explorer .transaction-page .addresses .address {
  width: calc(100% - 100px);
  vertical-align: top;
  white-space: nowrap; }
  .page-wallet-view .transaction-page .addresses .address .fa-angle-left,
  .page-blockchain-explorer .transaction-page .addresses .address .fa-angle-left {
    margin-right: 5px; }
  .page-wallet-view .transaction-page .addresses .address .fa-angle-right,
  .page-blockchain-explorer .transaction-page .addresses .address .fa-angle-right {
    margin-left: 5px; }

.page-wallet-view .transaction-page .addresses .value,
.page-blockchain-explorer .transaction-page .addresses .value {
  width: 100px;
  text-align: right; }

.page-wallet-view .transaction-page .scripts .spinner,
.page-blockchain-explorer .transaction-page .scripts .spinner {
  width: 20px;
  height: 20px;
  position: relative; }

.page-wallet-view .transaction-page .scripts .script,
.page-blockchain-explorer .transaction-page .scripts .script {
  word-wrap: break-word;
  padding: 5px; }
  .page-wallet-view .transaction-page .scripts .script.output .type,
  .page-wallet-view .transaction-page .scripts .script.output .raw,
  .page-blockchain-explorer .transaction-page .scripts .script.output .type,
  .page-blockchain-explorer .transaction-page .scripts .script.output .raw {
    display: inline-block; }
  .page-wallet-view .transaction-page .scripts .script.output .type,
  .page-blockchain-explorer .transaction-page .scripts .script.output .type {
    width: 80px;
    text-align: right;
    vertical-align: top; }
  .page-wallet-view .transaction-page .scripts .script.output .raw,
  .page-blockchain-explorer .transaction-page .scripts .script.output .raw {
    width: calc(100% - 80px); }
  .page-wallet-view .transaction-page .scripts .script .decoded,
  .page-blockchain-explorer .transaction-page .scripts .script .decoded {
    color: #8cc176; }

.page-wallet-view .transaction .inputs,
.page-wallet-view .transaction .outputs,
.page-blockchain-explorer .transaction .inputs,
.page-blockchain-explorer .transaction .outputs {
  width: 381px;
  display: inline-block;
  vertical-align: top; }
  .page-wallet-view .transaction .inputs .tx-expand a:hover,
  .page-wallet-view .transaction .outputs .tx-expand a:hover,
  .page-blockchain-explorer .transaction .inputs .tx-expand a:hover,
  .page-blockchain-explorer .transaction .outputs .tx-expand a:hover {
    text-decoration: underline; }

.page-wallet-view .transaction .inputs,
.page-blockchain-explorer .transaction .inputs {
  padding-right: 6px; }

.page-wallet-view .transaction .outputs,
.page-blockchain-explorer .transaction .outputs {
  padding-left: 6px; }

.page-wallet-view .transaction .address,
.page-wallet-view .transaction .value,
.page-blockchain-explorer .transaction .address,
.page-blockchain-explorer .transaction .value {
  display: inline-block; }

.page-wallet-view .transaction .address,
.page-blockchain-explorer .transaction .address {
  width: 275px;
  text-align: left; }
  .page-wallet-view .transaction .address .fa-angle-left,
  .page-blockchain-explorer .transaction .address .fa-angle-left {
    margin-right: 5px; }

.page-wallet-view .transaction .value,
.page-blockchain-explorer .transaction .value {
  position: relative;
  width: 100px;
  text-align: right; }
  .page-wallet-view .transaction .value .fa-angle-right,
  .page-blockchain-explorer .transaction .value .fa-angle-right {
    position: absolute;
    left: -7px;
    top: 3px; }

.page-wallet-view .address > div,
.page-blockchain-explorer .address > div {
  display: inline-block;
  width: calc(100% - 5px); }
  .page-wallet-view .address > div > div,
  .page-blockchain-explorer .address > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-wallet-view .address > div > div > a, .page-wallet-view .address > div > div span,
    .page-blockchain-explorer .address > div > div > a,
    .page-blockchain-explorer .address > div > div span {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 1px; }

.page-wallet-view .jumbotron,
.page-blockchain-explorer .jumbotron {
  margin-top: 2em; }

.page-wallet-view .panel-spinner,
.page-blockchain-explorer .panel-spinner {
  width: 300px;
  margin: 0 auto;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }
  .page-wallet-view .panel-spinner .panel-body,
  .page-blockchain-explorer .panel-spinner .panel-body {
    height: 36px;
    position: relative;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: none;
            flex-direction: none; }
  .page-wallet-view .panel-spinner .spinner,
  .page-blockchain-explorer .panel-spinner .spinner {
    width: 30px;
    height: 30px; }

.page-wallet-view .show-more,
.page-blockchain-explorer .show-more {
  cursor: pointer;
  display: inline-block; }
  .page-wallet-view .show-more:hover,
  .page-blockchain-explorer .show-more:hover {
    text-decoration: underline; }

.page-wallet-view .address-page .details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-wallet-view .address-page .address-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px; }
  .page-wallet-view .address-page .address-details table.table {
    max-width: 100%; }

.page-wallet-view .address-page .wallet-addresses {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 400px;
          flex: 2 0 400px; }
  .page-wallet-view .address-page .wallet-addresses .tbody {
    max-height: 250px; }
  .page-wallet-view .address-page .wallet-addresses .cell-address {
    width: calc(100% - 360px); }
    @media screen and (max-width: 1440px) {
      .page-wallet-view .address-page .wallet-addresses .cell-address {
        width: calc(100% - 311px); } }
  .page-wallet-view .address-page .wallet-addresses .cell-txes {
    width: 100px;
    text-align: right; }
    @media screen and (max-width: 1440px) {
      .page-wallet-view .address-page .wallet-addresses .cell-txes {
        width: 70px; } }
  .page-wallet-view .address-page .wallet-addresses .cell-datetime {
    width: 150px; }
    @media screen and (max-width: 1440px) {
      .page-wallet-view .address-page .wallet-addresses .cell-datetime {
        width: 130px; } }
    @media screen and (max-width: 1280px) {
      .page-wallet-view .address-page .wallet-addresses .cell-datetime {
        display: inline-block; } }

.ethereum-explorer .cell-account {
  width: 310px; }

.ethereum-explorer .cell-ether {
  width: 200px;
  text-align: right; }
  .ethereum-explorer .cell-ether.cell-balance {
    width: 200px; }

.ethereum-explorer .ether-unit {
  display: inline-block;
  width: 48px;
  text-align: left;
  padding-left: 5px; }

.ethereum-explorer .raw,
.ethereum-explorer .decoded {
  word-wrap: break-word; }

.ethereum-explorer .decoded {
  margin-top: 10px; }

.ethereum-explorer .code {
  word-wrap: break-word; }

.ethereum-explorer .block-page .panel-wrapper {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .ethereum-explorer .block-page .panel-wrapper .block-details:first-child {
    -webkit-box-flex: 3;
        -ms-flex: 3 0 350px;
            flex: 3 0 350px; }
    .ethereum-explorer .block-page .panel-wrapper .block-details:first-child .table-fixed td:first-child {
      width: 100px; }
    .ethereum-explorer .block-page .panel-wrapper .block-details:first-child .table-fixed td:last-child {
      width: calc(100% - 100px); }
  .ethereum-explorer .block-page .panel-wrapper .block-details:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px; }

.ethereum-explorer .block-page .uncles .cell-hash {
  width: 500px; }

.ethereum-explorer .block-page .transaction-ledger .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 945px) {
  .ethereum-explorer .block-page .transaction-ledger .cell-datetime {
    display: none; } }

@media screen and (max-width: 800px) {
  .ethereum-explorer .block-page .transaction-ledger .cell-account {
    display: none; } }

@media screen and (max-width: 1240px) {
  .ethereum-explorer .block-page .transaction-ledger .cell-to {
    display: none; } }

.ethereum-explorer .block-page .transaction-ledger .cell-txlink {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (min-width: 801px) {
    .ethereum-explorer .block-page .transaction-ledger .cell-txlink {
      display: none; } }

@media screen and (max-width: 800px) {
  .ethereum-explorer .block-page .transaction-ledger .cell-txid,
  .ethereum-explorer .block-page .transaction-ledger .cell-checkbox {
    display: none; } }

.ethereum-explorer .transaction-page .transaction-details td:first-child {
  width: 110px; }

.ethereum-explorer .transaction-page .transaction-details td:last-child {
  width: calc(100% - 110px);
  word-wrap: break-word; }

.ethereum-explorer .transaction-page .panel-wrapper {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .ethereum-explorer .transaction-page .panel-wrapper.details-wrapper .panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px; }
  .ethereum-explorer .transaction-page .panel-wrapper.code-wrapper .panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 400px;
            flex: 1 0 400px;
    max-width: 100%; }
  .ethereum-explorer .transaction-page .panel-wrapper.code-wrapper .code,
  .ethereum-explorer .transaction-page .panel-wrapper.code-wrapper .raw {
    height: 250px; }
    @media screen and (max-width: 900px) {
      .ethereum-explorer .transaction-page .panel-wrapper.code-wrapper .code,
      .ethereum-explorer .transaction-page .panel-wrapper.code-wrapper .raw {
        height: auto;
        max-height: 250px; } }

.ethereum-explorer .transaction-page .code ul li div {
  display: inline-block;
  vertical-align: top; }
  .ethereum-explorer .transaction-page .code ul li div:first-child {
    text-align: right;
    padding-right: 10px;
    color: #666666;
    width: 50px; }
  .ethereum-explorer .transaction-page .code ul li div:last-child {
    word-wrap: break-word;
    width: calc(100% - 50px); }

.ethereum-explorer .transaction-page .logs td:first-child {
  width: 30px;
  padding-left: 4px; }

.ethereum-explorer .transaction-page .logs td:last-child {
  width: calc(100% - 30px); }

.ethereum-explorer .transaction-page .logs td > div > div {
  display: inline-block;
  vertical-align: top; }
  .ethereum-explorer .transaction-page .logs td > div > div:first-child {
    width: 70px; }
  .ethereum-explorer .transaction-page .logs td > div > div:last-child {
    width: calc(100% - 70px); }

.ethereum-explorer .address-page .code,
.ethereum-explorer .address-page .raw {
  height: 250px; }
  @media screen and (max-width: 900px) {
    .ethereum-explorer .address-page .code,
    .ethereum-explorer .address-page .raw {
      height: auto;
      max-height: 250px; } }
  .ethereum-explorer .address-page .code.dead,
  .ethereum-explorer .address-page .raw.dead {
    height: auto; }

.ethereum-explorer .address-page .code ul li div {
  display: inline-block;
  vertical-align: top; }
  .ethereum-explorer .address-page .code ul li div:first-child {
    text-align: right;
    padding-right: 10px;
    color: #666666;
    width: 50px; }
  .ethereum-explorer .address-page .code ul li div:last-child {
    word-wrap: break-word;
    width: calc(100% - 50px); }

.ethereum-explorer .address-page .panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .ethereum-explorer .address-page .panel-wrapper .panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px;
    min-width: 0; }

.ethereum-explorer .address-page .panel-body {
  position: relative; }
  .ethereum-explorer .address-page .panel-body .expand-toggle {
    position: absolute;
    right: 0.5em;
    top: 0.5em; }

.ethereum-explorer .address-page .contract-storage .tbody {
  max-height: 400px; }

.ethereum-explorer .address-page .contract-storage .th, .ethereum-explorer .address-page .contract-storage .td {
  width: 50%; }

.ethereum-explorer .address-page .contract-storage .storage-type {
  display: inline-block;
  width: 60px;
  margin-right: 5px;
  color: black;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 5px;
  text-align: center; }
  .ethereum-explorer .address-page .contract-storage .storage-type.string {
    background: darkseagreen; }
  .ethereum-explorer .address-page .contract-storage .storage-type.account {
    background: #ff3838; }
  .ethereum-explorer .address-page .contract-storage .storage-type.int {
    background: #00aaf8; }

.ethereum-explorer .address-page .transaction-ledger .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ethereum-explorer .address-page .transaction-ledger .tablesorter .td {
  min-height: 23px;
  padding-top: 2px;
  padding-bottom: 2px; }

.ethereum-explorer .address-page .transaction-ledger .cell-confirmations {
  padding-right: 12px;
  width: 70px; }
  @media screen and (max-width: 450px) {
    .ethereum-explorer .address-page .transaction-ledger .cell-confirmations {
      display: none; } }

.ethereum-explorer .address-page .transaction-ledger .cell-combined,
.ethereum-explorer .address-page .transaction-ledger .cell-debit {
  border-right: 1px solid #333333;
  padding-right: 12px;
  width: 208px; }

.ethereum-explorer .address-page .transaction-ledger .cell-from {
  padding-left: 12px;
  width: 318px; }

@media screen and (max-width: 900px) {
  .ethereum-explorer .address-page .transaction-ledger .cell-account {
    display: none; } }

@media screen and (min-width: 900px) and (max-width: 1440px) {
  .ethereum-explorer .address-page .transaction-ledger .cell-account {
    width: calc((100% - 408px) * .3); } }

.ethereum-explorer .address-page .transaction-ledger .cell-txlink {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 8px; }
  @media screen and (min-width: 900px) and (max-width: 1440px) {
    .ethereum-explorer .address-page .transaction-ledger .cell-txlink {
      width: calc((100% - 408px) * .4); } }
  @media screen and (max-width: 900px) {
    .ethereum-explorer .address-page .transaction-ledger .cell-txlink {
      width: calc(100% - 328px); } }
  @media screen and (max-width: 450px) {
    .ethereum-explorer .address-page .transaction-ledger .cell-txlink {
      width: calc(100% - 258px); } }

@media screen and (max-width: 1280px) {
  .ethereum-explorer .address-page .blocks-table .cell-datetime {
    display: inline-block; } }

@media screen and (max-width: 1155px) {
  .ethereum-explorer .address-page .blocks-table .cell-reward {
    display: none; } }

@media screen and (max-width: 955px) {
  .ethereum-explorer .address-page .blocks-table .cell-difficulty {
    display: none; } }

@media screen and (max-width: 855px) {
  .ethereum-explorer .address-page .blocks-table .cell-gas-cost {
    display: none; } }

@media screen and (max-width: 660px) {
  .ethereum-explorer .address-page .blocks-table .cell-gas-used {
    display: none; } }

@media screen and (max-width: 410px) {
  .ethereum-explorer .address-page .blocks-table .cell-tx-count {
    width: calc(100% - 240px); } }

@media screen and (max-width: 1280px) {
  .ethereum-explorer .address-page .uncles-table .cell-datetime {
    display: inline-block; } }

@media screen and (max-width: 1265px) {
  .ethereum-explorer .address-page .uncles-table .cell-gas-cost {
    display: none; } }

@media screen and (max-width: 1065px) {
  .ethereum-explorer .address-page .uncles-table .cell-tx-count {
    display: none; } }

@media screen and (max-width: 955px) {
  .ethereum-explorer .address-page .uncles-table .cell-difficulty {
    display: none; } }

@media screen and (max-width: 845px) {
  .ethereum-explorer .address-page .uncles-table .cell-gas-used {
    display: none; } }

@media screen and (max-width: 750px) {
  .ethereum-explorer .address-page .uncles-table .cell-reward {
    display: none; } }

@media screen and (max-width: 410px) {
  .ethereum-explorer .address-page .uncles-table .cell-nephew {
    display: none; } }

.ethereum-explorer .address-page .contracts-table .cell-time {
  width: 130px;
  text-align: right; }

.ethereum-explorer .address-page .contracts-table .cell-block {
  width: 100px;
  text-align: right;
  padding-right: 10px; }
  @media screen and (max-width: 640px) {
    .ethereum-explorer .address-page .contracts-table .cell-block {
      display: none; } }

.ethereum-explorer .address-page .contracts-table .cell-hash,
.ethereum-explorer .address-page .contracts-table .cell-tx {
  width: calc((100% - 230px) * .5); }
  @media screen and (max-width: 640px) {
    .ethereum-explorer .address-page .contracts-table .cell-hash,
    .ethereum-explorer .address-page .contracts-table .cell-tx {
      width: calc((100% - 130px) * .5); } }

.page-blockchain-historical {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .page-blockchain-historical .text-info, .page-blockchain-historical .tablesorter .section-header, .tablesorter .page-blockchain-historical .section-header, .page-blockchain-historical .blockchain-landing .test-objects .row span:first-child, .blockchain-landing .test-objects .row .page-blockchain-historical span:first-child, .page-blockchain-historical .ethereum-explorer .decoded, .ethereum-explorer .page-blockchain-historical .decoded, .page-blockchain-historical .ethereum-explorer .transaction-page .logs td > div > div:first-child, .ethereum-explorer .transaction-page .logs .page-blockchain-historical td > div > div:first-child, .page-blockchain-historical .page-bitcoin-live .blockchart-section .table-view .mempool-table .row > div:first-child, .page-bitcoin-live .blockchart-section .table-view .mempool-table .page-blockchain-historical .row > div:first-child, .page-blockchain-historical .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .page-blockchain-historical td:nth-child(1), .page-blockchain-historical .page-mining .calculator-inputs .mining-calculator-form .control-label, .page-mining .calculator-inputs .mining-calculator-form .page-blockchain-historical .control-label {
    width: 180px; }
  .page-blockchain-historical .chart-column {
    -webkit-box-flex: 3;
        -ms-flex: 3 0 500px;
            flex: 3 0 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 600px) {
      .page-blockchain-historical .chart-column {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .page-blockchain-historical .chart-column .chart-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-blockchain-historical .chart-column .chart-row:first-child {
        -webkit-box-flex: 3;
            -ms-flex: 3 0 300px;
                flex: 3 0 300px; }
        .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .panel-body {
          position: relative;
          -ms-flex-preferred-size: 0;
              flex-basis: 0; }
          .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .panel-body .spinner {
            width: 40%;
            height: 40%; }
        .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .panel-heading-controls {
          width: calc(100% - 130px); }
          .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .panel-heading-controls .copy-url {
            position: relative;
            width: calc(100% - 160px);
            max-width: 200px; }
            @media screen and (max-width: 640px) {
              .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .panel-heading-controls .copy-url {
                display: none; } }
            .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .panel-heading-controls .copy-url i {
              position: absolute;
              left: 7px;
              top: 7px; }
            .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .panel-heading-controls .copy-url input {
              width: 100%;
              padding-left: 25px;
              cursor: text;
              text-overflow: ellipsis; }
        .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .blockchain-historical-chart svg .line.series-price {
          stroke: white;
          opacity: .5; }
        .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .blockchain-historical-chart svg tspan.time {
          fill: white; }
        .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .blockchain-historical-chart svg tspan.series-price {
          fill: white;
          opacity: .8; }
        .page-blockchain-historical .chart-column .chart-row:first-child .blockchain-historical-data .blockchain-historical-chart svg .legend rect {
          fill: #000;
          opacity: 0.5; }
      .page-blockchain-historical .chart-column .chart-row:last-child {
        -webkit-box-flex: 2;
            -ms-flex: 2 0 200px;
                flex: 2 0 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
        @media screen and (max-width: 900px) {
          .page-blockchain-historical .chart-column .chart-row:last-child {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
        @media screen and (max-width: 640px) {
          .page-blockchain-historical .chart-column .chart-row:last-child {
            display: none; } }
        .page-blockchain-historical .chart-column .chart-row:last-child > div {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 300px;
                  flex: 1 0 300px; }
          .page-blockchain-historical .chart-column .chart-row:last-child > div > .panel-body {
            -ms-flex-preferred-size: 200px;
                flex-basis: 200px; }
      .page-blockchain-historical .chart-column .chart-row .panel-body > div {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
        height: 100%; }
        .page-blockchain-historical .chart-column .chart-row .panel-body > div svg {
          width: 100%;
          height: 100%; }
  .page-blockchain-historical .settings-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 250px;
            flex: 1 0 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-blockchain-historical .settings-column .blockchain-chart-settings {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
      .page-blockchain-historical .settings-column .blockchain-chart-settings .dropdown-menu {
        max-height: 240px; }
      .page-blockchain-historical .settings-column .blockchain-chart-settings .panel-body {
        display: block; }
      .page-blockchain-historical .settings-column .blockchain-chart-settings .series.series-1 {
        margin-bottom: 5px; }
        .page-blockchain-historical .settings-column .blockchain-chart-settings .series.series-1 > label {
          color: #69c0d1; }
      .page-blockchain-historical .settings-column .blockchain-chart-settings .series.series-2 {
        margin-bottom: 5px; }
        .page-blockchain-historical .settings-column .blockchain-chart-settings .series.series-2 > label {
          color: #d3d154;
          cursor: pointer; }
      .page-blockchain-historical .settings-column .blockchain-chart-settings .series.series-price > label {
        cursor: pointer; }
      .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: left;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div > span {
          float: left;
          color: #8cc176; }
        .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:first-child {
          margin-right: 10px;
          -ms-flex-preferred-size: 140px;
              flex-basis: 140px;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          @media screen and (max-width: 1580px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:first-child {
              -ms-flex-preferred-size: 280px;
                  flex-basis: 280px;
              margin-right: 0px; } }
          @media screen and (min-width: 905px) and (max-width: 1030px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:first-child {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
              margin-right: 0px; } }
          @media screen and (max-width: 905px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:first-child {
              -ms-flex-preferred-size: 280px;
                  flex-basis: 280px;
              margin-right: 10px; } }
          @media screen and (max-width: 570px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:first-child {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
              margin-right: 0px; } }
        .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:nth-child(2) {
          margin-right: 10px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -ms-flex-preferred-size: 110px;
              flex-basis: 110px; }
          @media screen and (max-width: 1580px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:nth-child(2) {
              -ms-flex-preferred-size: 120px;
                  flex-basis: 120px; } }
          @media screen and (min-width: 905px) and (max-width: 1030px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:nth-child(2) {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
              margin-right: 0px; } }
          @media screen and (max-width: 905px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:nth-child(2) {
              -ms-flex-preferred-size: 120px;
                  flex-basis: 120px;
              margin-right: 10px; } }
          @media screen and (max-width: 570px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:nth-child(2) {
              -ms-flex-preferred-size: 140px;
                  flex-basis: 140px;
              margin-right: 10px;
              -ms-flex-negative: 1;
                  flex-shrink: 1; } }
        .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:last-child {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -ms-flex-preferred-size: 110px;
              flex-basis: 110px; }
          @media screen and (max-width: 1580px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:last-child {
              -ms-flex-preferred-size: 130px;
                  flex-basis: 130px;
              -webkit-box-flex: 0;
                  -ms-flex-positive: 0;
                      flex-grow: 0; } }
          @media screen and (min-width: 905px) and (max-width: 1030px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:last-child {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
              -webkit-box-flex: 0;
                  -ms-flex-positive: 0;
                      flex-grow: 0; } }
          @media screen and (max-width: 570px) {
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row .blockchain-selectors > div:last-child {
              -ms-flex-preferred-size: 130px;
                  flex-basis: 130px;
              -webkit-box-flex: 0;
                  -ms-flex-positive: 0;
                      flex-grow: 0; } }
      .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row > div > div {
          margin-bottom: 5px; }
        .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row > div .blockchain-series-selectors {
          width: 100px; }
        .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row > div:last-child > div {
          text-align: right;
          position: relative; }
          .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row > div:last-child > div.input-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row > div:last-child > div.input-row input[type=text] {
              width: 50px;
              margin-left: 10px; }
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row > div:last-child > div.input-row .fa {
              margin-right: 8px;
              margin-left: 10px; }
            .page-blockchain-historical .settings-column .blockchain-chart-settings .series .row > div:last-child > div.input-row:last-child span {
              cursor: pointer; }
    .page-blockchain-historical .settings-column .blockchain-statistics {
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }
      .page-blockchain-historical .settings-column .blockchain-statistics .panel-body {
        overflow-y: scroll; }
        .page-blockchain-historical .settings-column .blockchain-statistics .panel-body .series-1 {
          color: #69c0d1; }
        .page-blockchain-historical .settings-column .blockchain-statistics .panel-body .series-2 {
          color: #d3d154; }
        .page-blockchain-historical .settings-column .blockchain-statistics .panel-body tr > th:first-child {
          min-width: 90px; }
        .page-blockchain-historical .settings-column .blockchain-statistics .panel-body tr > td:first-child {
          color: darkseagreen; }

.page-bitcoin-live .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 200px;
          flex: 2 0 200px;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: hidden; }
  .page-bitcoin-live .bottom-section .left-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px; }
    .page-bitcoin-live .bottom-section .left-chart .panel-body {
      position: relative;
      min-height: 150px; }
      .page-bitcoin-live .bottom-section .left-chart .panel-body .spinner {
        max-width: 100px;
        max-height: 100px; }
  .page-bitcoin-live .bottom-section .latest-transactions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 400px;
            flex: 1 0 400px; }
    .page-bitcoin-live .bottom-section .latest-transactions .tr {
      display: block; }
    .page-bitcoin-live .bottom-section .latest-transactions .td, .page-bitcoin-live .bottom-section .latest-transactions .th {
      text-align: right; }
    .page-bitcoin-live .bottom-section .latest-transactions .conflicts .transaction-hash a {
      color: #ff3838; }
      .page-bitcoin-live .bottom-section .latest-transactions .conflicts .transaction-hash a:hover {
        color: white; }
    .page-bitcoin-live .bottom-section .latest-transactions .transaction-hash {
      width: calc(100% - 525px);
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (min-width: 901px) and (max-width: 1100px) {
        .page-bitcoin-live .bottom-section .latest-transactions .transaction-hash {
          width: calc(100% - 340px); } }
    .page-bitcoin-live .bottom-section .latest-transactions .received {
      width: 70px; }
    .page-bitcoin-live .bottom-section .latest-transactions .data {
      width: 60px; }
    .page-bitcoin-live .bottom-section .latest-transactions .cell-feesize {
      width: 80px;
      overflow: visible; }
      @media screen and (min-width: 901px) and (max-width: 1100px) {
        .page-bitcoin-live .bottom-section .latest-transactions .cell-feesize {
          display: none; } }
    .page-bitcoin-live .bottom-section .latest-transactions .value {
      width: 105px; }
    .page-bitcoin-live .bottom-section .latest-transactions .panel-body {
      overflow: hidden; }
    .page-bitcoin-live .bottom-section .latest-transactions .tablesorter {
      overflow-y: auto;
      overflow-x: hidden; }
      .page-bitcoin-live .bottom-section .latest-transactions .tablesorter .tr-transition-enter {
        background: #555555;
        -webkit-transition: background .2s ease-in;
                transition: background .2s ease-in; }
        .page-bitcoin-live .bottom-section .latest-transactions .tablesorter .tr-transition-enter.tr-transition-enter-active {
          background: #1b1b1b; }
          .page-bitcoin-live .bottom-section .latest-transactions .tablesorter .tr-transition-enter.tr-transition-enter-active:nth-child(2n+1) {
            background: #222222; }
    @media screen and (max-width: 640px) {
      .page-bitcoin-live .bottom-section .latest-transactions .transaction-hash {
        width: calc(100% - 340px); }
      .page-bitcoin-live .bottom-section .latest-transactions .cell-feesize {
        display: none; } }

.page-bitcoin-live .blockchart-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 3;
      -ms-flex: 3 0 300px;
          flex: 3 0 300px;
  overflow: hidden; }
  .page-bitcoin-live .blockchart-section .panel {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; }
    .page-bitcoin-live .blockchart-section .panel .panel-heading .panel-title {
      display: inline-block;
      line-height: 1.3; }
    .page-bitcoin-live .blockchart-section .panel .panel-heading .fa-info-circle {
      float: none;
      margin: 0 0 0 10px;
      vertical-align: text-top;
      font-size: 17px;
      color: #f7a800;
      vertical-align: baseline; }
      .page-bitcoin-live .blockchart-section .panel .panel-heading .fa-info-circle:hover {
        color: #ffecc4; }
    .page-bitcoin-live .blockchart-section .panel .panel-heading .toggle-button {
      margin-left: 10px; }
    .page-bitcoin-live .blockchart-section .panel .panel-body {
      position: relative;
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }
  .page-bitcoin-live .blockchart-section #blockchart {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    height: 100%;
    background-image: url("/static/img/logos/full-logo-on-light-background-image.svg");
    background-repeat: no-repeat;
    background-position: 50% 7%;
    background-size: 140px auto; }
    .page-bitcoin-live .blockchart-section #blockchart svg {
      width: 100%;
      height: 100%;
      display: initial; }
      .page-bitcoin-live .blockchart-section #blockchart svg .blocks {
        cursor: col-resize; }
      .page-bitcoin-live .blockchart-section #blockchart svg .axis-titles text {
        text-anchor: end; }
      .page-bitcoin-live .blockchart-section #blockchart svg .tick-bg {
        fill: #1b1b1b; }
      .page-bitcoin-live .blockchart-section #blockchart svg .mempool-title {
        fill: white; }
  .page-bitcoin-live .blockchart-section .table-view {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    overflow-x: hidden; }
    .page-bitcoin-live .blockchart-section .table-view .tablesorter {
      width: calc(100% - 400px); }
      @media screen and (max-width: 1315px) {
        .page-bitcoin-live .blockchart-section .table-view .tablesorter {
          width: 100%; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .tr-transition-enter {
        background: #00aaf8;
        -webkit-transition: background 1s ease-in;
                transition: background 1s ease-in; }
        .page-bitcoin-live .blockchart-section .table-view .tablesorter .tr-transition-enter.tr-transition-enter-active {
          background: initial; }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-height {
        width: 70px;
        text-align: right;
        padding-right: 10px; }
        @media screen and (max-width: 352px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-height {
            width: 60px;
            padding-right: 5px; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-blocktime {
        width: 180px;
        text-align: right;
        padding-right: 10px; }
        @media screen and (max-width: 1100px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-blocktime {
            display: none; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-blocktime-short {
        width: 100px;
        text-align: right;
        padding-right: 10px;
        display: none; }
        @media screen and (max-width: 1100px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-blocktime-short {
            display: inline-block; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-miner {
        width: 120px; }
        @media screen and (max-width: 550px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-miner {
            width: calc(100% - 300px); } }
        @media screen and (max-width: 370px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-miner {
            display: none; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-time-diff {
        width: 100px;
        text-align: right;
        padding-right: 10px; }
        @media screen and (max-width: 1015px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-time-diff {
            display: none; } }
        @media screen and (min-width: 1315px) and (max-width: 1415px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-time-diff {
            display: none; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-tx-count {
        width: 50px;
        padding-right: 10px; }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-new-tx-percentage {
        width: 80px;
        overflow: visible; }
        @media screen and (max-width: 915px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-new-tx-percentage {
            display: none; } }
        @media screen and (min-width: 1315px) and (max-width: 1495px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-new-tx-percentage {
            display: none; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-block-value {
        width: 130px; }
        @media screen and (max-width: 850px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-block-value {
            display: none; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-block-value-short {
        width: 80px;
        display: none; }
        @media screen and (max-width: 850px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-block-value-short {
            display: inline-block; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-fees {
        width: 100px; }
        @media screen and (max-width: 800px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-fees {
            display: none; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-size {
        width: 90px;
        text-align: right; }
        @media screen and (max-width: 550px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-size {
            display: none; } }
        @media screen and (min-width: 640px) and (max-width: 700px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-size {
            display: none; } }
        .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-size .full-block {
          color: #c6b049; }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-feesize {
        width: 90px;
        text-align: right;
        overflow: visible; }
        @media screen and (max-width: 1600px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-feesize {
            display: none; } }
      .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-hash {
        width: calc(100% - 1020px);
        padding-left: 10px; }
        @media screen and (max-width: 1110px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-hash {
            display: none; } }
        @media screen and (min-width: 1315px) and (max-width: 1525px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-hash {
            display: none; } }
        @media screen and (max-width: 1600px) {
          .page-bitcoin-live .blockchart-section .table-view .tablesorter .cell-hash {
            width: calc(100% - 930px); } }
    .page-bitcoin-live .blockchart-section .table-view .mempool-table {
      position: absolute;
      right: 20px;
      top: 10px;
      width: 375px;
      max-width: 100%; }
      @media screen and (max-width: 1315px) {
        .page-bitcoin-live .blockchart-section .table-view .mempool-table {
          position: static;
          margin-bottom: 10px; } }
      @media screen and (max-width: 640px) {
        .page-bitcoin-live .blockchart-section .table-view .mempool-table {
          width: 100%; } }
      .page-bitcoin-live .blockchart-section .table-view .mempool-table .row > div:first-child {
        width: 50%; }
      .page-bitcoin-live .blockchart-section .table-view .mempool-table .row > div:last-child {
        text-align: right;
        width: 50%; }
      .page-bitcoin-live .blockchart-section .table-view .mempool-table .info-hover {
        display: inline-block;
        width: 70px; }
        .page-bitcoin-live .blockchart-section .table-view .mempool-table .info-hover > div {
          right: 0; }

.page-bitcoin-live .bitcoin-day-chart {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  background-image: url("/static/img/logos/full-logo-on-light-background-image.svg");
  background-repeat: no-repeat;
  background-position: 50% 5%;
  background-size: 150px auto;
  height: 100%; }
  @media screen and (max-width: 900px) {
    .page-bitcoin-live .bitcoin-day-chart {
      min-height: 200px; } }
  .page-bitcoin-live .bitcoin-day-chart svg {
    width: 100%; }
    .page-bitcoin-live .bitcoin-day-chart svg .hoverarea {
      cursor: crosshair; }
    .page-bitcoin-live .bitcoin-day-chart svg .series path {
      fill: none;
      stroke-width: 1.5;
      pointer-events: none; }

.chat {
  width: 500px;
  position: fixed;
  right: 0;
  bottom: 4px;
  z-index: 100; }
  @media screen and (max-width: 900px) {
    .chat {
      display: none; } }
  .chat #chat-wrapper {
    display: none;
    height: 34px; }
    .chat #chat-wrapper > .panel {
      border: 1px solid #111111; }
      .chat #chat-wrapper > .panel > .panel-heading {
        cursor: pointer; }
        .chat #chat-wrapper > .panel > .panel-heading.has-unread {
          background-color: #6adfff; }
          .chat #chat-wrapper > .panel > .panel-heading.has-unread .panel-title {
            color: #111111; }
    .chat #chat-wrapper .panel-body {
      height: 100%;
      padding: 0; }
    .chat #chat-wrapper .chat-room-list,
    .chat #chat-wrapper .chat-message-list {
      display: inline-block;
      vertical-align: top; }
    .chat #chat-wrapper .chat-room-list {
      width: 30%;
      background: #222222;
      height: 100%; }
      .chat #chat-wrapper .chat-room-list #chat-rooms {
        max-height: 333px; }
        .chat #chat-wrapper .chat-room-list #chat-rooms .list-group {
          border-bottom: 1px solid black;
          font-size: 1em; }
          .chat #chat-wrapper .chat-room-list #chat-rooms .list-group .list-group-item {
            display: block;
            padding: 1px; }
            .chat #chat-wrapper .chat-room-list #chat-rooms .list-group .list-group-item .chat-name {
              width: 70%;
              overflow: hidden;
              text-overflow: ellipsis;
              display: inline-block;
              white-space: nowrap;
              margin-bottom: -3px; }
            .chat #chat-wrapper .chat-room-list #chat-rooms .list-group .list-group-item .close {
              float: right;
              padding: 3px;
              color: #666666;
              border: 0 none;
              margin-right: 5px; }
              .chat #chat-wrapper .chat-room-list #chat-rooms .list-group .list-group-item .close:hover {
                color: white; }
            .chat #chat-wrapper .chat-room-list #chat-rooms .list-group .list-group-item.active {
              background: #3d3d3d;
              color: white; }
              .chat #chat-wrapper .chat-room-list #chat-rooms .list-group .list-group-item.active i {
                color: black; }
              .chat #chat-wrapper .chat-room-list #chat-rooms .list-group .list-group-item.active .close {
                color: black; }
              .chat #chat-wrapper .chat-room-list #chat-rooms .list-group .list-group-item.active .fa {
                color: #999999; }
            .chat #chat-wrapper .chat-room-list #chat-rooms .list-group .list-group-item:first-child.active {
              background: #222222;
              color: white; }
              .chat #chat-wrapper .chat-room-list #chat-rooms .list-group .list-group-item:first-child.active i {
                color: #6adfff; }
          .chat #chat-wrapper .chat-room-list #chat-rooms .list-group a {
            color: white; }
          .chat #chat-wrapper .chat-room-list #chat-rooms .list-group i {
            margin-right: 5px; }
        .chat #chat-wrapper .chat-room-list #chat-rooms h4 {
          text-align: center; }
        .chat #chat-wrapper .chat-room-list #chat-rooms:first-child {
          text-align: left;
          color: white;
          font-size: 1em; }
          .chat #chat-wrapper .chat-room-list #chat-rooms:first-child i {
            color: #999999; }
    .chat #chat-wrapper .chat-message-list {
      width: 70%;
      background: #2a2a2a;
      height: 340px;
      padding: 0;
      background: #444;
      overflow: hidden;
      position: relative; }
      .chat #chat-wrapper .chat-message-list #chat-lobby .btn {
        display: block;
        width: 100%;
        background: #6adfff;
        color: black; }
      .chat #chat-wrapper .chat-message-list #chat-lobby .list-group {
        height: 100%;
        max-height: 310px; }
        .chat #chat-wrapper .chat-message-list #chat-lobby .list-group .fa-home {
          margin-left: 10px; }
        .chat #chat-wrapper .chat-message-list #chat-lobby .list-group .fa {
          padding-right: 10px; }
        .chat #chat-wrapper .chat-message-list #chat-lobby .list-group .list-group-item {
          display: inline-block;
          vertical-align: top;
          width: 50%;
          color: white;
          overflow-x: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .chat #chat-wrapper .chat-message-list #chat-lobby .list-group .list-group-item.offline {
            color: #aaaaaa; }
            .chat #chat-wrapper .chat-message-list #chat-lobby .list-group .list-group-item.offline .fa {
              color: #888888; }
          .chat #chat-wrapper .chat-message-list #chat-lobby .list-group .list-group-item.online .fa {
            color: #6adfff; }
      .chat #chat-wrapper .chat-message-list #chat-input,
      .chat #chat-wrapper .chat-message-list .input-group-btn {
        display: inline-block;
        vertical-align: top;
        min-height: 30px;
        border-color: #1b1b1b; }
      .chat #chat-wrapper .chat-message-list #chat-input-area {
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 35px;
        background: #1b1b1b; }
      .chat #chat-wrapper .chat-message-list #chat-input {
        border-color: #1b1b1b;
        width: 80%;
        padding: 5px;
        background: #3d3d3d;
        color: white; }
      .chat #chat-wrapper .chat-message-list #chat-users {
        background: #555555; }
        .chat #chat-wrapper .chat-message-list #chat-users .list-group-item {
          display: inline-block;
          vertical-align: top;
          width: 50%; }
          .chat #chat-wrapper .chat-message-list #chat-users .list-group-item.online .fa {
            color: #6adfff; }
          .chat #chat-wrapper .chat-message-list #chat-users .list-group-item.online span {
            color: white; }
          .chat #chat-wrapper .chat-message-list #chat-users .list-group-item .fa, .chat #chat-wrapper .chat-message-list #chat-users .list-group-item span {
            color: #bfbfbf; }
      .chat #chat-wrapper .chat-message-list #chat-messages {
        margin: 0; }
        .chat #chat-wrapper .chat-message-list #chat-messages tbody {
          overflow: hidden;
          min-height: 500px; }
        .chat #chat-wrapper .chat-message-list #chat-messages td {
          border: 1px solid #333333; }
        .chat #chat-wrapper .chat-message-list #chat-messages td:nth-child(1) {
          background: #2f2f2f;
          width: 65px;
          text-align: right;
          padding-right: 5px;
          overflow: hidden; }
        .chat #chat-wrapper .chat-message-list #chat-messages td:nth-child(2) {
          padding-left: 5px;
          border-right: 0; }
        .chat #chat-wrapper .chat-message-list #chat-messages td:nth-child(3) {
          text-align: right;
          padding: 3px 5px;
          width: 55px;
          font-size: 10px;
          color: #dddddd;
          border-left: 0; }
      .chat #chat-wrapper .chat-message-list .input-group-btn {
        width: 20%; }
        .chat #chat-wrapper .chat-message-list .input-group-btn .btn {
          border-color: #1b1b1b;
          width: 100%;
          min-height: 30px;
          display: block; }
    .chat #chat-wrapper.visible {
      height: 370px; }
    .chat #chat-wrapper .fa-circle {
      font-size: 7px;
      margin: 6px;
      float: left; }
  .chat .modal .list-group-item {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    .chat .modal .list-group-item.online .fa {
      color: #6adfff; }
    .chat .modal .list-group-item.online span {
      color: white; }
    .chat .modal .list-group-item .fa, .chat .modal .list-group-item span {
      color: #bfbfbf; }

.ChatterBar {
  position: fixed;
  width: calc(100% - 140px - 50px);
  bottom: 0;
  height: 2em;
  padding: 0 0 0 10px;
  z-index: 99;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 640px) {
    .ChatterBar {
      display: none; } }
  .ChatterBar .chatter-box {
    margin-right: .8%;
    width: 100%;
    width: 225px;
    background: white;
    border-bottom: 0;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background: #3f3f3f; }
    .ChatterBar .chatter-box:last-child {
      margin-right: 15px; }
    .ChatterBar .chatter-box .chatter-message-block {
      line-height: 1.2; }
      .ChatterBar .chatter-box .chatter-message-block.no-picture:after {
        content: "";
        display: table;
        clear: both; }
      .ChatterBar .chatter-box .chatter-message-block.no-picture .chatter-message {
        margin-top: 0px;
        margin-bottom: 5px; }
      .ChatterBar .chatter-box .chatter-message-block + .chatter-message-block:after {
        content: "";
        display: table;
        clear: both; }
    .ChatterBar .chatter-box.open {
      height: 325px;
      position: relative;
      z-index: 100000000; }
      .ChatterBar .chatter-box.open .chatter-body {
        height: calc(100% - 32px);
        display: block; }
    .ChatterBar .chatter-box.new-message .chatter-header {
      background: #00aaf8; }
      .ChatterBar .chatter-box.new-message .chatter-header .chatter-user .chatter-user-status,
      .ChatterBar .chatter-box.new-message .chatter-header .chatter-user .chatter-userName {
        color: white !important; }
      .ChatterBar .chatter-box.new-message .chatter-header .chatter-close {
        opacity: .7 !important; }
    .ChatterBar .chatter-box .chatter-header {
      background: #333333;
      padding: 0.25em 0.25em;
      cursor: pointer;
      text-align: left; }
    .ChatterBar .chatter-box .chatter-user,
    .ChatterBar .chatter-box .chatter-window-options {
      display: inline-block;
      vertical-align: top; }
    .ChatterBar .chatter-box .chatter-user {
      width: calc(100% - 50px); }
      .ChatterBar .chatter-box .chatter-user * {
        display: inline-block;
        vertical-align: top; }
    .ChatterBar .chatter-box .chatter-user .chatter-user-status {
      margin-right: 0.5em;
      position: relative;
      top: 6px;
      font-size: 0.9em;
      font-size: 10px;
      color: #999; }
    .ChatterBar .chatter-box .chatter-user .chatter-userName {
      max-width: calc(100% - 22px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 0.9em;
      color: #999; }
    .ChatterBar .chatter-box .chatter-user.active .chatter-user-status {
      color: #6b966b; }
    .ChatterBar .chatter-box .chatter-user.active .chatter-userName * {
      color: white; }
    .ChatterBar .chatter-box .chatter-window-options {
      width: 50px;
      text-align: right;
      padding-right: 0.25em; }
      .ChatterBar .chatter-box .chatter-window-options * {
        cursor: pointer;
        text-align: right; }
      .ChatterBar .chatter-box .chatter-window-options .chatter-minimize:hover {
        color: #f7a800; }
      .ChatterBar .chatter-box .chatter-window-options .chatter-maximize {
        display: none;
        -webkit-transform: rotateZ(-45deg) translateX(3px) translateY(3px);
                transform: rotateZ(-45deg) translateX(3px) translateY(3px); }
        .ChatterBar .chatter-box .chatter-window-options .chatter-maximize:hover {
          color: #8cc176; }
      .ChatterBar .chatter-box .chatter-window-options .chatter-close {
        font-size: 20px;
        width: auto;
        background: none;
        padding: 0px;
        opacity: .2;
        color: white;
        line-height: 1;
        -webkit-transition: opacity 0.1s linear;
        transition: opacity 0.1s linear; }
        .ChatterBar .chatter-box .chatter-window-options .chatter-close:hover {
          opacity: .5; }
    .ChatterBar .chatter-box .chatter-body {
      height: 0;
      border-top: 0;
      border-bottom: 0;
      text-align: left;
      display: none; }
    .ChatterBar .chatter-box .chatter-history {
      padding: 0.5em;
      overflow-y: auto;
      height: 83.2%;
      color: #eaeaea; }
      .ChatterBar .chatter-box .chatter-history.invisible {
        opacity: 0; }
      .ChatterBar .chatter-box .chatter-history li {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .ChatterBar .chatter-box .chatter-history li:first-child .chatter-time {
          padding-top: 0; }
          .ChatterBar .chatter-box .chatter-history li:first-child .chatter-time span:nth-child(2) {
            top: 3px !important; }
      .ChatterBar .chatter-box .chatter-history .chatter-name {
        font-weight: bold;
        font-size: 0.9em;
        width: calc(100% - 45px);
        float: left;
        position: relative;
        padding: 0 0 3px;
        top: 2px; }
      .ChatterBar .chatter-box .chatter-history .chatter-message {
        color: white;
        font-size: 0.8em;
        line-height: 1.2;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 45px);
        word-wrap: break-word; }
      .ChatterBar .chatter-box .chatter-history .chatter-time {
        color: #ABABAB;
        font-size: 0.7em;
        display: block;
        text-align: right;
        border-bottom: 1px solid #595959;
        padding-top: 10px;
        position: relative; }
        .ChatterBar .chatter-box .chatter-history .chatter-time span:nth-child(2) {
          position: absolute;
          right: 0;
          top: 12px; }
      .ChatterBar .chatter-box .chatter-history .chatter-profile-pic-wrapper {
        display: inline-block;
        width: 35px;
        margin-right: 5px;
        margin-top: 10px;
        clear: both;
        float: left;
        min-height: 1px; }
        .ChatterBar .chatter-box .chatter-history .chatter-profile-pic-wrapper img {
          margin-top: 5px;
          width: 100%;
          height: 35px;
          background: #888888; }
      .ChatterBar .chatter-box .chatter-history .chatter-profile-pic,
      .ChatterBar .chatter-box .chatter-history .chatter-name {
        display: inline-block;
        vertical-align: top;
        margin-top: 12px; }
    .ChatterBar .chatter-box .chatter-text-form {
      height: 13.8%;
      min-height: 50px;
      padding: 0.4em;
      position: relative; }
    .ChatterBar .chatter-box .chatter-text {
      border-radius: 0;
      resize: none;
      background: #555555;
      border: 1px solid #555555;
      color: #111111;
      padding: 0.25em 0.25em;
      height: 100%;
      color: white;
      background: #333333;
      font-size: 0.8em;
      line-height: 1.2; }
      .ChatterBar .chatter-box .chatter-text:focus {
        border: 1px solid #aaaaaa; }

.page-desk .modal-content .modal-body {
  min-height: 0; }

.page-desk .overview-lists .panel-heading > div {
  position: relative; }
  .page-desk .overview-lists .panel-heading > div .spinner {
    width: 20px;
    height: 20px;
    right: 0;
    left: auto; }

.page-desk .overview-lists .panel-body {
  min-height: 200px;
  position: relative; }

.page-desk .overview-lists .panel-heading {
  border-bottom: 0 none; }

.page-desk .overview-lists .tablesorter .cell-type {
  width: 75px; }

.page-desk .overview-lists .tablesorter .cell-company {
  width: calc( (100% - 800px) * .4); }

.page-desk .overview-lists .tablesorter .cell-name {
  width: calc( (100% - 802px) * .6); }

.page-desk .overview-lists .tablesorter .cell-asset {
  width: 45px; }

.page-desk .overview-lists .tablesorter .cell-minmax {
  width: 75px; }

.page-desk .overview-lists .tablesorter .cell-message {
  width: calc( 40% - .4*168px + .6*588px);
  word-wrap: break-word;
  white-space: normal; }

.page-desk .overview-lists .tablesorter .tr-expanded .td {
  vertical-align: top; }

@media screen and (max-width: 1280px) {
  .page-desk .overview-lists .tablesorter .cell-contact-selector,
  .page-desk .overview-lists .tablesorter .cell-minmax,
  .page-desk .overview-lists .tablesorter .cell-type {
    display: none; }
  .page-desk .overview-lists .tablesorter .cell-company {
    width: calc( (100% - 665px + 80px) * .4); }
  .page-desk .overview-lists .tablesorter .cell-name {
    width: calc( (100% - 670px + 80px) * .6); }
  .page-desk .overview-lists .tablesorter .cell-message {
    width: calc( 40% - .4*113px + .6*473px); } }

@media screen and (max-width: 900px) {
  .page-desk .overview-lists .tablesorter .cell-contact-selector,
  .page-desk .overview-lists .tablesorter .cell-minmax,
  .page-desk .overview-lists .tablesorter .cell-type {
    display: none; }
  .page-desk .overview-lists .tablesorter .cell-60 {
    width: 60px; }
  .page-desk .overview-lists .tablesorter .cell-company {
    width: calc( (100% - 357px) * .4); }
  .page-desk .overview-lists .tablesorter .cell-name {
    width: calc( (100% - 357px) * .6); }
  .page-desk .overview-lists .tablesorter .cell-minmax {
    display: none; }
  .page-desk .overview-lists .tablesorter .cell-message {
    width: calc( 40% - .4*113px + .6*243px); } }

.page-desk .overview-lists .trade-overview-settlement .filter-wrapper {
  text-align: right; }
  .page-desk .overview-lists .trade-overview-settlement .filter-wrapper input {
    width: 200px; }

.page-desk .overview-lists .trade-overview-settlement .paginator {
  margin-top: 10px;
  text-align: center; }

.page-desk-limited .panel,
.page-desk-limited .panel-body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.page-desk-limited .row-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .page-desk-limited .row-quote .counterparty-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 250px;
            flex: 1 0 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-desk-limited .row-quote .counterparty-column .panel {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .page-desk-limited .row-quote .counterparty-column .panel-body {
      height: 115px; }
  .page-desk-limited .row-quote .account-quote {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 400px;
            flex: 2 0 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-desk-limited .row-quote .bitgo-accounts {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-desk-limited .row-quote .bitgo-accounts .cell-wallet-name {
      width: calc(100% - 115px); }

.page-desk-limited .account-quote .panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.page-desk-limited .account-quote .panel-heading .btn-group {
  width: 120px; }

.page-desk-limited .account-quote .quote-form .btn-group {
  display: inline-block;
  vertical-align: top; }
  .page-desk-limited .account-quote .quote-form .btn-group:last-child {
    display: block; }

.page-desk-limited .account-quote .quote-submit {
  width: 100%; }
  .page-desk-limited .account-quote .quote-submit .quote-summary .text-info, .page-desk-limited .account-quote .quote-submit .quote-summary .tablesorter .section-header, .tablesorter .page-desk-limited .account-quote .quote-submit .quote-summary .section-header, .page-desk-limited .account-quote .quote-submit .quote-summary .blockchain-landing .test-objects .row span:first-child, .blockchain-landing .test-objects .row .page-desk-limited .account-quote .quote-submit .quote-summary span:first-child, .page-desk-limited .account-quote .quote-submit .quote-summary .ethereum-explorer .decoded, .ethereum-explorer .page-desk-limited .account-quote .quote-submit .quote-summary .decoded, .page-desk-limited .account-quote .quote-submit .quote-summary .ethereum-explorer .transaction-page .logs td > div > div:first-child, .ethereum-explorer .transaction-page .logs .page-desk-limited .account-quote .quote-submit .quote-summary td > div > div:first-child, .page-desk-limited .account-quote .quote-submit .quote-summary .page-bitcoin-live .blockchart-section .table-view .mempool-table .row > div:first-child, .page-bitcoin-live .blockchart-section .table-view .mempool-table .page-desk-limited .account-quote .quote-submit .quote-summary .row > div:first-child, .page-desk-limited .account-quote .quote-submit .quote-summary .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .page-desk-limited .account-quote .quote-submit .quote-summary td:nth-child(1), .page-desk-limited .account-quote .quote-submit .quote-summary .page-mining .calculator-inputs .mining-calculator-form .control-label, .page-mining .calculator-inputs .mining-calculator-form .page-desk-limited .account-quote .quote-submit .quote-summary .control-label {
    margin-right: 10px; }
  .page-desk-limited .account-quote .quote-submit .btn {
    float: right; }

.page-desk-limited .account-quote .quote-input {
  width: 66.66666666%;
  margin-top: 1em; }
  .page-desk-limited .account-quote .quote-input .quote-input-table tr {
    height: 35px; }
    .page-desk-limited .account-quote .quote-input .quote-input-table tr td {
      vertical-align: middle;
      position: relative; }
      .page-desk-limited .account-quote .quote-input .quote-input-table tr td:nth-child(3) {
        width: 30%; }
      .page-desk-limited .account-quote .quote-input .quote-input-table tr td.text-info, .page-desk-limited .account-quote .quote-input .quote-input-table tr .tablesorter td.section-header, .tablesorter .page-desk-limited .account-quote .quote-input .quote-input-table tr td.section-header, .page-desk-limited .account-quote .quote-input .quote-input-table tr .ethereum-explorer td.decoded, .ethereum-explorer .page-desk-limited .account-quote .quote-input .quote-input-table tr td.decoded, .page-desk-limited .account-quote .quote-input .quote-input-table tr .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .page-desk-limited .account-quote .quote-input .quote-input-table tr td:nth-child(1), .page-desk-limited .account-quote .quote-input .quote-input-table tr .page-mining .calculator-inputs .mining-calculator-form td.control-label, .page-mining .calculator-inputs .mining-calculator-form .page-desk-limited .account-quote .quote-input .quote-input-table tr td.control-label {
        text-align: right;
        padding-right: 10px; }
      .page-desk-limited .account-quote .quote-input .quote-input-table tr td input, .page-desk-limited .account-quote .quote-input .quote-input-table tr td.numbers {
        text-align: right; }
        .page-desk-limited .account-quote .quote-input .quote-input-table tr td input .timer-pie, .page-desk-limited .account-quote .quote-input .quote-input-table tr td.numbers .timer-pie {
          margin-right: 10px;
          margin-bottom: -3px; }
        .page-desk-limited .account-quote .quote-input .quote-input-table tr td input span, .page-desk-limited .account-quote .quote-input .quote-input-table tr td.numbers span {
          padding-right: 12px; }
      .page-desk-limited .account-quote .quote-input .quote-input-table tr td .btn-group {
        width: 75px; }
  .page-desk-limited .account-quote .quote-input .quote-input-form {
    text-align: right; }

.page-desk-limited .account-quote .quote-message {
  width: 33.333333333%;
  padding-left: 10px;
  padding-top: 15px; }
  .page-desk-limited .account-quote .quote-message textarea {
    height: 62px; }

.page-desk-limited .account-quote .quote-input,
.page-desk-limited .account-quote .quote-message {
  display: inline-block;
  vertical-align: top; }

.page-desk-limited .account-trades {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .page-desk-limited .account-trades .panel-body {
    min-height: 150px; }
  .page-desk-limited .account-trades .cell-type {
    width: 60px; }
  .page-desk-limited .account-trades .cell-side {
    width: 50px; }
  .page-desk-limited .account-trades .cell-asset {
    width: 45px; }
  .page-desk-limited .account-trades .cell-price {
    width: 100px; }
  .page-desk-limited .account-trades .cell-value {
    padding-right: 20px; }
  .page-desk-limited .account-trades .cell-checkbox {
    float: right; }
  .page-desk-limited .account-trades .cell-price-only {
    display: none; }
  @media screen and (max-width: 1280px) {
    .page-desk-limited .account-trades .cell-company,
    .page-desk-limited .account-trades .cell-datetime {
      display: none; }
    .page-desk-limited .account-trades .cell-status {
      width: calc(100% - 661px); }
    .page-desk-limited .account-trades .cell-datetime-small {
      display: inline-block; }
    .page-desk-limited .account-trades .cell-name {
      width: 90px; } }
  @media screen and (max-width: 900px) {
    .page-desk-limited .account-trades .cell-status {
      display: none; }
    .page-desk-limited .account-trades .cell-price {
      display: none; }
    .page-desk-limited .account-trades .cell-price-only {
      width: 70px;
      display: inline-block; }
    .page-desk-limited .account-trades .cell-value {
      padding-right: 4px;
      width: 100px; }
    .page-desk-limited .account-trades .cell-name {
      display: none; } }
  @media screen and (max-width: 640px) {
    .page-desk-limited .account-trades .cell-value {
      display: none; }
    .page-desk-limited .account-trades .cell-date {
      padding-right: 10px;
      width: 70px; }
    .page-desk-limited .account-trades .cell-type {
      display: none; } }

.page-desk-limited .active-trades .panel-heading > div {
  position: relative; }
  .page-desk-limited .active-trades .panel-heading > div .spinner {
    width: 20px;
    height: 20px;
    right: 25px;
    left: auto; }

.page-directory .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-directory .listing-column {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.page-directory .details-column {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-directory .directory-listing {
  width: 100%; }
  .page-directory .directory-listing .panel-body {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: none;
            flex-direction: none; }
    .page-directory .directory-listing .panel-body .tbody {
      height: 725px; }
    .page-directory .directory-listing .panel-body .th, .page-directory .directory-listing .panel-body .td {
      width: 20%; }

.page-directory .directory-contact .panel-body {
  min-height: 165px;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .page-directory .directory-contact .panel-body .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px; }

.page-directory .directory-contact img {
  max-height: 200px;
  max-width: 100px;
  margin-top: 5px;
  margin-right: 20px; }

.page-directory .directory-contact .contact-info {
  height: auto; }
  .page-directory .directory-contact .contact-info table tr td:first-child {
    width: 80px; }
  .page-directory .directory-contact .contact-info table tr td:nth-child(2) {
    width: calc(100% - 80px);
    text-overflow: ellipsis;
    white-space: break-word; }

.page-directory .directory-contact .preferences {
  margin-top: 10px; }
  .page-directory .directory-contact .preferences tr td:first-child {
    width: 150px; }
  .page-directory .directory-contact .preferences tr td:nth-child(2) {
    width: calc(100% - 150px); }

.page-directory .account-activate-button {
  margin-left: 10px; }

.page-directory .directory-history {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }

.page-directory .directory-history .panel-body .add-note {
  float: right; }

.page-directory .directory-history .panel-body .tbody {
  max-height: 510px; }

.page-directory .directory-history .panel-body .cell-date {
  width: 67px;
  display: inline-block; }

@media screen and (max-width: 1280px) {
  .page-directory .directory-history .panel-body .cell-datetime {
    display: inline-block; } }

.page-directory .directory-history .panel-body .date-column-first .cell-chat-name {
  width: calc(100% - 140px); }

.page-directory .directory-history .panel-body .date-column-first .cell-description {
  width: 200px; }

.page-directory .directory-history .panel-body .date-column-first .cell-step {
  width: calc(100% - 290px); }

.page-directory .directory-history .panel-body .date-column-first .cell-text-activity {
  width: calc(100% - 130px); }

.exchange-modal {
  max-width: 900px; }
  .exchange-modal .modal-header .header-xbx {
    position: absolute;
    right: 40px;
    top: 7px;
    text-align: right; }
  .exchange-modal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .exchange-modal .modal-body .left-side, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input {
      width: 41%;
      padding-right: 10px; }
      .exchange-modal .modal-body .left-side .btn-tron, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .btn-tron, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .btn-tron, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .btn-tron, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .btn-tron, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .btn-tron, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .btn-tron {
        margin-bottom: 1.5em;
        overflow: auto; }
        .exchange-modal .modal-body .left-side .btn-tron .btn, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .btn-tron .btn, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .btn-tron .btn, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .btn-tron .btn, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .btn-tron .btn, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .btn-tron .btn, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .btn-tron .btn {
          float: left;
          display: block;
          margin-right: 0%;
          width: 50%; }
          .exchange-modal .modal-body .left-side .btn-tron .btn:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .btn-tron .btn:last-child, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .btn-tron .btn:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .btn-tron .btn:last-child, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .btn-tron .btn:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .btn-tron .btn:last-child, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .btn-tron .btn:last-child {
            margin-right: 0; }
      .exchange-modal .modal-body .left-side .inputs td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs td, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs td, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs td, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs td {
        height: 29px;
        width: 25%;
        vertical-align: middle; }
        .exchange-modal .modal-body .left-side .inputs td.text-info, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs td.text-info, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs td.text-info, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs td.text-info, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs td.text-info, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs td.text-info, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs td.text-info, .exchange-modal .modal-body .left-side .inputs .tablesorter td.section-header, .tablesorter .exchange-modal .modal-body .left-side .inputs td.section-header, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs .tablesorter td.section-header, .tablesorter .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs td.section-header, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs .tablesorter td.section-header, .tablesorter .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs td.section-header, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs .tablesorter td.section-header, .tablesorter .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs td.section-header, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs .tablesorter td.section-header, .tablesorter .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs td.section-header, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs .tablesorter td.section-header, .tablesorter .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs td.section-header, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs .tablesorter td.section-header, .tablesorter .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs td.section-header, .exchange-modal .modal-body .left-side .inputs .ethereum-explorer td.decoded, .ethereum-explorer .exchange-modal .modal-body .left-side .inputs td.decoded, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs .ethereum-explorer td.decoded, .ethereum-explorer .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs td.decoded, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs .ethereum-explorer td.decoded, .ethereum-explorer .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs td.decoded, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs .ethereum-explorer td.decoded, .ethereum-explorer .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs td.decoded, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs .ethereum-explorer td.decoded, .ethereum-explorer .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs td.decoded, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs .ethereum-explorer td.decoded, .ethereum-explorer .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs td.decoded, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs .ethereum-explorer td.decoded, .ethereum-explorer .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs td.decoded, .exchange-modal .modal-body .left-side .inputs .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .exchange-modal .modal-body .left-side .inputs td:nth-child(1), .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs .mining-overview-statistics table td:nth-child(1), .exchange-modal .modal-body .page-mining .mining-overview-statistics table .calculator-inputs .form-group .cost-of-hardware input .inputs td:nth-child(1), .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs td:nth-child(1), .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs .mining-overview-statistics table td:nth-child(1), .exchange-modal .modal-body .page-mining .mining-overview-statistics table .calculator-inputs .form-group .initial-mining-date .month .btn .inputs td:nth-child(1), .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs td:nth-child(1), .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs .mining-overview-statistics table td:nth-child(1), .exchange-modal .modal-body .page-mining .mining-overview-statistics table .calculator-inputs .form-group .difficulty-increase input .inputs td:nth-child(1), .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs td:nth-child(1), .exchange-modal .modal-body .left-side .inputs .page-mining .calculator-inputs .mining-calculator-form td.control-label, .page-mining .calculator-inputs .mining-calculator-form .exchange-modal .modal-body .left-side .inputs td.control-label, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs .mining-calculator-form td.control-label, .exchange-modal .modal-body .page-mining .calculator-inputs .mining-calculator-form .form-group .cost-of-hardware input .inputs td.control-label, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs .mining-calculator-form td.control-label, .page-mining .calculator-inputs .mining-calculator-form .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs td.control-label, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs .mining-calculator-form td.control-label, .exchange-modal .modal-body .page-mining .calculator-inputs .mining-calculator-form .form-group .initial-mining-date .month .btn .inputs td.control-label, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs .mining-calculator-form td.control-label, .page-mining .calculator-inputs .mining-calculator-form .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs td.control-label, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs .mining-calculator-form td.control-label, .exchange-modal .modal-body .page-mining .calculator-inputs .mining-calculator-form .form-group .difficulty-increase input .inputs td.control-label, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs .mining-calculator-form td.control-label, .page-mining .calculator-inputs .mining-calculator-form .form-group .difficulty-increase .exchange-modal .modal-body input .inputs td.control-label {
          padding-right: 9px;
          text-align: right; }
        .exchange-modal .modal-body .left-side .inputs td .dropdown-toggle, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs td .dropdown-toggle, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs td .dropdown-toggle, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs td .dropdown-toggle, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs td .dropdown-toggle, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs td .dropdown-toggle, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs td .dropdown-toggle {
          width: 175px; }
        .exchange-modal .modal-body .left-side .inputs td .summary, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs td .summary, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs td .summary, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs td .summary, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs td .summary, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs td .summary, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs td .summary {
          padding-right: 12px; }
        .exchange-modal .modal-body .left-side .inputs td .warning, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware input .inputs td .warning, .page-mining .calculator-inputs .form-group .cost-of-hardware .exchange-modal .modal-body input .inputs td .warning, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .month .btn .inputs td .warning, .page-mining .calculator-inputs .form-group .initial-mining-date .month .exchange-modal .modal-body .btn .inputs td .warning, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase input .inputs td .warning, .page-mining .calculator-inputs .form-group .difficulty-increase .exchange-modal .modal-body input .inputs td .warning {
          padding-right: 12px;
          color: orange; }
    .exchange-modal .modal-body .right-side, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn {
      width: 58%;
      padding-left: 10px; }
      .exchange-modal .modal-body .right-side table, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table {
        margin-bottom: 25px; }
        .exchange-modal .modal-body .right-side table td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table td, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table td, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table td, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table td, .exchange-modal .modal-body .right-side table th, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table th, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table th, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table th, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table th, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table th, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table th {
          padding: 2px 4px;
          height: 12px; }
        .exchange-modal .modal-body .right-side table.balances td:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table.balances td:last-child, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table.balances td:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table.balances td:last-child, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table.balances td:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table.balances td:last-child, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table.balances td:last-child {
          width: 15%; }
        .exchange-modal .modal-body .right-side table.orders td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table.orders td, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table.orders td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table.orders td, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table.orders td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table.orders td, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table.orders td {
          width: 22.5%; }
          .exchange-modal .modal-body .right-side table.orders td:first-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table.orders td:first-child, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table.orders td:first-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table.orders td:first-child, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table.orders td:first-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table.orders td:first-child, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table.orders td:first-child {
            width: 5%;
            text-align: right; }
          .exchange-modal .modal-body .right-side table.orders td:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table.orders td:last-child, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table.orders td:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table.orders td:last-child, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table.orders td:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table.orders td:last-child, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table.orders td:last-child {
            width: 5%; }
        .exchange-modal .modal-body .right-side table.trades td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table.trades td, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table.trades td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table.trades td, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table.trades td, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table.trades td, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table.trades td {
          width: 22%; }
          .exchange-modal .modal-body .right-side table.trades td:first-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table.trades td:first-child, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table.trades td:first-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table.trades td:first-child, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table.trades td:first-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table.trades td:first-child, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table.trades td:first-child {
            width: 24%; }
          .exchange-modal .modal-body .right-side table.trades td:nth-child(2), .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table.trades td:nth-child(2), .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table.trades td:nth-child(2), .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table.trades td:nth-child(2), .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table.trades td:nth-child(2), .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table.trades td:nth-child(2), .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table.trades td:nth-child(2) {
            width: 10%; }
        .exchange-modal .modal-body .right-side table.stop-orders td:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group button table.stop-orders td:last-child, .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group .exchange-modal .modal-body button table.stop-orders td:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .initial-mining-date .year .btn table.stop-orders td:last-child, .page-mining .calculator-inputs .form-group .initial-mining-date .year .exchange-modal .modal-body .btn table.stop-orders td:last-child, .exchange-modal .modal-body .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .btn table.stop-orders td:last-child, .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group .exchange-modal .modal-body .btn table.stop-orders td:last-child {
          width: 5%; }
    .exchange-modal .modal-body .refresh-section {
      position: absolute;
      right: 10px; }
      .exchange-modal .modal-body .refresh-section .last-updated {
        margin-right: 5px; }
      .exchange-modal .modal-body .refresh-section .fa-refresh.hover:hover {
        cursor: pointer; }
      .exchange-modal .modal-body .refresh-section .fa-refresh.reduced-opacity {
        opacity: 0.75; }
    .exchange-modal .modal-body .bid-last-ask {
      width: 300px;
      padding-left: 35px; }
      .exchange-modal .modal-body .bid-last-ask table td {
        vertical-align: middle;
        font-size: 14px;
        line-height: 14px; }
      .exchange-modal .modal-body .bid-last-ask table td:first-child {
        color: #8cc176; }
      .exchange-modal .modal-body .bid-last-ask table td:nth-child(2) {
        color: #fff;
        font-weight: bold;
        text-align: center; }
      .exchange-modal .modal-body .bid-last-ask table td:last-child {
        color: #ff3838;
        text-align: right; }
    .exchange-modal .modal-body .exchange-orderbook-chart {
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-height: 300px; }
    .exchange-modal .modal-body .num {
      text-align: right; }
    .exchange-modal .modal-body .submit-area {
      text-align: right;
      margin-bottom: 20px; }
      .exchange-modal .modal-body .submit-area td {
        vertical-align: middle; }
        .exchange-modal .modal-body .submit-area td input {
          margin: 0; }
        .exchange-modal .modal-body .submit-area td:first-child {
          width: 100%;
          padding-right: 8px; }

.page-export {
  width: 100%; }
  .page-export .panel-body {
    min-height: 200px; }
    .page-export .panel-body .download-directions {
      list-style-type: disc;
      margin-left: 17px !important; }
    .page-export .panel-body .start-label {
      margin-right: 5px;
      margin-top: 5px; }
    .page-export .panel-body .table-wrapper {
      white-space: nowrap;
      overflow-x: scroll; }
    .page-export .panel-body .tr {
      min-width: 100%; }
    .page-export .panel-body .form-options {
      margin-bottom: 10px; }
      .page-export .panel-body .form-options .date-input,
      .page-export .panel-body .form-options .btn-group,
      .page-export .panel-body .form-options > .btn {
        margin-right: 10px; }
      .page-export .panel-body .form-options .date-input,
      .page-export .panel-body .form-options .btn-group {
        display: inline-block;
        vertical-align: top;
        width: 110px;
        margin-right: 10px; }
      .page-export .panel-body .form-options .date-input + label {
        margin-right: 10px;
        vertical-align: middle; }
      .page-export .panel-body .form-options .btn-group {
        width: 140px; }
      .page-export .panel-body .form-options .blockchain-sources {
        width: 205px; }
      .page-export .panel-body .form-options .platform-sources {
        width: 220px; }
      .page-export .panel-body .form-options .spinner {
        display: inline-block;
        position: relative;
        width: 14px;
        height: 14px;
        vertical-align: middle;
        margin-right: 5px; }
        .page-export .panel-body .form-options .spinner + span {
          display: inline-block;
          vertical-align: middle; }
    .page-export .panel-body .loading {
      position: absolute;
      margin-top: -25px;
      margin-left: 115px; }
    .page-export .panel-body .cell-timestamp {
      width: 150px;
      padding-right: 20px; }
    .page-export .panel-body .cell-exchange {
      width: 110px; }
    .page-export .panel-body .cell-cross {
      width: 70px; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #00aaf8;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #00aaf8; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #00aaf8;
  color: #000; }

html.genesis .header .platform-search {
  display: none; }

html.genesis.apply, html.genesis.apply body {
  background: white; }

html.genesis.apply * {
  border-radius: 0; }

html.genesis.apply .copyright-label-sidebar label {
  color: #3d3d3d; }

html.genesis.apply .copyright-label-sidebar .tb-logo {
  background-image: url("/static/img/logos/full-logo-on-light.svg"); }

html.genesis.apply header {
  box-shadow: none; }

html.genesis.apply .panel {
  background: white;
  color: #1f1f1f;
  border: none; }
  html.genesis.apply .panel .panel-heading {
    background: none; }
    html.genesis.apply .panel .panel-heading .panel-title,
    html.genesis.apply .panel .panel-heading .panel-heading-controls {
      color: #3d3d3d; }

html.genesis.apply a,
html.genesis.apply .text-success,
html.genesis.apply .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.text-info .fa.fa-lock, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.text-info
html.genesis.apply .fa.fa-lock,
html.genesis.apply .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .tablesorter td.section-header .fa.fa-lock, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .tablesorter td.section-header
html.genesis.apply .fa.fa-lock,
html.genesis.apply .tablesorter .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.section-header .fa.fa-lock, .tablesorter .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.section-header
html.genesis.apply .fa.fa-lock,
html.genesis.apply .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .ethereum-explorer td.decoded .fa.fa-lock, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .ethereum-explorer td.decoded
html.genesis.apply .fa.fa-lock,
html.genesis.apply .ethereum-explorer .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.decoded .fa.fa-lock, .ethereum-explorer .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.decoded
html.genesis.apply .fa.fa-lock,
html.genesis.apply .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .mining-overview-statistics table td:nth-child(1) .fa.fa-lock, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .mining-overview-statistics table td:nth-child(1)
html.genesis.apply .fa.fa-lock,
html.genesis.apply .page-mining .mining-overview-statistics table .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td:nth-child(1) .fa.fa-lock, .page-mining .mining-overview-statistics table .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td:nth-child(1)
html.genesis.apply .fa.fa-lock,
html.genesis.apply .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .calculator-inputs .mining-calculator-form td.control-label .fa.fa-lock, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .calculator-inputs .mining-calculator-form td.control-label
html.genesis.apply .fa.fa-lock,
html.genesis.apply .page-mining .calculator-inputs .mining-calculator-form .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.control-label .fa.fa-lock, .page-mining .calculator-inputs .mining-calculator-form .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.control-label
html.genesis.apply .fa.fa-lock {
  color: #0009ff; }

html.genesis.apply .text-danger {
  color: #ff0505; }

html.genesis.apply .modal-title {
  color: #3d3d3d; }

html.genesis.apply .fa-times {
  color: #3d3d3d; }

html.genesis.apply .btn {
  color: #3d3d3d; }

html.genesis.apply .btn-group {
  background-color: #eeeeee; }
  html.genesis.apply .btn-group .btn {
    border-color: initial; }
  html.genesis.apply .btn-group.open .btn {
    border-color: initial;
    border-radius: 0; }
  html.genesis.apply .btn-group ul {
    background: #eeeeee; }
    html.genesis.apply .btn-group ul li {
      background: #eeeeee; }
      html.genesis.apply .btn-group ul li a {
        color: #3d3d3d; }
  html.genesis.apply .btn-group .dropdown-menu li a {
    -webkit-transition: none;
    transition: none; }
    html.genesis.apply .btn-group .dropdown-menu li a:hover {
      color: white;
      background: #0009ff;
      -webkit-transition: none;
      transition: none; }

html.genesis.apply .toggle-button {
  background-color: white; }
  html.genesis.apply .toggle-button .btn.active {
    color: white;
    background: #888888; }

html.genesis.apply .application-type .btn {
  background: #0009ff;
  color: white;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  border: none; }
  html.genesis.apply .application-type .btn:last-child {
    margin-left: 20px; }

html.genesis.apply input[type=checkbox] + label:hover::before {
  color: #0009ff; }

html.genesis.apply input[type="text"],
html.genesis.apply input[type="password"],
html.genesis.apply textarea {
  background: #eeeeee;
  color: #3d3d3d; }
  html.genesis.apply input[type="text"]:focus,
  html.genesis.apply input[type="password"]:focus,
  html.genesis.apply textarea:focus {
    border-color: #0009ff; }
  html.genesis.apply input[type="text"]::-webkit-input-placeholder,
  html.genesis.apply input[type="password"]::-webkit-input-placeholder,
  html.genesis.apply textarea::-webkit-input-placeholder {
    color: #666666; }
  html.genesis.apply input[type="text"]:-moz-placeholder,
  html.genesis.apply input[type="password"]:-moz-placeholder,
  html.genesis.apply textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #666666; }
  html.genesis.apply input[type="text"]::-moz-placeholder,
  html.genesis.apply input[type="password"]::-moz-placeholder,
  html.genesis.apply textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666; }
  html.genesis.apply input[type="text"]:-ms-input-placeholder,
  html.genesis.apply input[type="password"]:-ms-input-placeholder,
  html.genesis.apply textarea:-ms-input-placeholder {
    color: #666666; }

html.genesis.apply input[type=button]:hover,
html.genesis.apply .file-upload .btn:hover {
  border-color: #0009ff; }

html.genesis.apply input[type=submit],
html.genesis.apply .submit,
html.genesis.apply .submit:hover {
  background: #0009ff;
  color: white;
  border-color: #0009ff; }

#page-invoice .panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%; }
  #page-invoice .panel .invoice-dropdown {
    width: auto; }
  #page-invoice .panel .invoice-details-table td:first-child {
    min-width: 110px; }
  #page-invoice .panel .invoice-details-table ul {
    list-style-type: disc;
    margin-left: 15px; }
  #page-invoice .panel .text-right {
    text-align: right;
    padding-right: 10px; }

.page-limited-user-controls .panel,
.page-limited-user-controls .panel-body {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }

.page-limited-user-controls .panel-body {
  min-height: 150px; }

.page-limited-user-controls .tablesorter .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-limited-user-controls .tablesorter .tr .cell-right {
    text-align: right;
    padding-right: 20px; }
  .page-limited-user-controls .tablesorter .tr .cell-message {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .page-limited-user-controls .tablesorter .tr .cell-active {
    width: 60px;
    text-align: center; }

.page-limited-user-controls #motd-edit {
  overflow: initial; }
  .page-limited-user-controls #motd-edit .row {
    padding-bottom: 8px; }
    .page-limited-user-controls #motd-edit .row > div {
      width: 100%; }

.page-genesis-limits .panel {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }

.page-genesis-limits .totals {
  margin-top: 20px; }
  .page-genesis-limits .totals .row > div {
    font-size: 1.3em; }
    .page-genesis-limits .totals .row > div:first-child {
      font-weight: bold; }
    .page-genesis-limits .totals .row > div:last-child {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right; }

.page-genesis-limits .change-limits input {
  width: 200px; }

.page-genesis-limits .change-limits .submit {
  margin-left: 10px; }

.page-markets-wrapper {
  padding-bottom: 0 !important;
  position: relative; }

.chart-spreads, .time-chart {
  background-image: url("/static/img/logos/full-logo-on-light-background-image.svg");
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 150px auto; }

.markets-bottom-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  padding: 5px 60px 10px 5px;
  color: #777777;
  font-size: 10px; }
  @media screen and (max-width: 900px) {
    .markets-bottom-bar {
      position: relative;
      text-align: center;
      padding: 3px; } }

.page-markets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
  .page-markets .btn-group-radio {
    display: inline-block; }
    .page-markets .btn-group-radio li {
      list-style-type: none; }
    @media screen and (max-width: 1280px) {
      .page-markets .btn-group-radio ul {
        display: none; } }
  @media screen and (max-width: 900px) {
    .page-markets .exchange-iframe {
      pointer-events: none; } }
  .page-markets .gbtc {
    margin-top: 5px;
    padding-top: 3px;
    border-top: 1px solid #333333;
    font-size: 0.85em; }
  .page-markets .etc {
    padding-top: 5px;
    border-top: 1px solid #333333;
    font-size: 0.85em; }
  .page-markets .scrollie {
    padding-top: 5px;
    border-top: 1px solid #333333; }
  @media screen and (max-width: 900px) {
    .page-markets {
      display: block; } }
  .page-markets .markets-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 900px) {
      .page-markets .markets-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .page-markets .markets-main .overview-chart {
      border-bottom: 0; }
      .page-markets .markets-main .overview-chart iframe {
        background: '#222'; }
      .page-markets .markets-main .overview-chart .chart-timeframe-control,
      .page-markets .markets-main .overview-chart .chart-expand {
        display: inline-block; }
      .page-markets .markets-main .overview-chart .chart-expand {
        margin-left: 0px; }
      .page-markets .markets-main .overview-chart .panel-heading {
        width: 100%;
        display: inline-block; }
        .page-markets .markets-main .overview-chart .panel-heading .panel-title {
          width: 250px; }
        .page-markets .markets-main .overview-chart .panel-heading .panel-heading-controls {
          width: calc( 100% - 250px);
          text-align: right; }
        .page-markets .markets-main .overview-chart .panel-heading .chart-timeframe-control {
          margin-right: 10px; }
          @media screen and (max-width: 1280px) {
            .page-markets .markets-main .overview-chart .panel-heading .chart-timeframe-control ul {
              display: none; } }
        @media screen and (max-width: 900px) {
          .page-markets .markets-main .overview-chart .panel-heading .chart-expand {
            display: none; } }
        .page-markets .markets-main .overview-chart .panel-heading .interval-dropdown {
          display: none; }
          @media screen and (max-width: 1280px) {
            .page-markets .markets-main .overview-chart .panel-heading .interval-dropdown {
              display: inline-block; } }
      .page-markets .markets-main .overview-chart .panel-body {
        padding: 0; }
      @media screen and (max-width: 1280px) {
        .page-markets .markets-main .overview-chart {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          min-height: 300px; } }
  .page-markets .markets-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll; }
    @media screen and (max-width: 900px) {
      .page-markets .markets-sidebar {
        display: initial;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: initial;
                flex-direction: initial;
        overflow-y: initial;
        overflow-x: initial;
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -ms-flex-direction: none;
            flex-direction: none; }
        .page-markets .markets-sidebar .overview-exchange {
          display: none; } }
  .page-markets .overview-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-markets .overview-chart iframe {
      background: '#222'; }
    .page-markets .overview-chart .chart-timeframe-control,
    .page-markets .overview-chart .chart-expand {
      display: inline-block; }
    .page-markets .overview-chart .chart-expand {
      margin-left: 0px; }
    .page-markets .overview-chart .panel-heading {
      width: 100%;
      display: inline-block; }
      .page-markets .overview-chart .panel-heading .panel-title {
        width: 210px; }
      .page-markets .overview-chart .panel-heading .panel-heading-controls {
        width: calc( 100% - 210px);
        text-align: right; }
      .page-markets .overview-chart .panel-heading .chart-timeframe-control {
        margin-right: 10px; }
        @media screen and (max-width: 1280px) {
          .page-markets .overview-chart .panel-heading .chart-timeframe-control ul {
            display: none; } }
      @media screen and (max-width: 900px) {
        .page-markets .overview-chart .panel-heading .chart-expand {
          display: none; } }
      .page-markets .overview-chart .panel-heading .interval-dropdown {
        display: none; }
        @media screen and (max-width: 1280px) {
          .page-markets .overview-chart .panel-heading .interval-dropdown {
            display: inline-block; } }
    .page-markets .overview-chart .panel-body {
      padding: 0; }
    @media screen and (max-width: 1280px) {
      .page-markets .overview-chart {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-height: 300px; } }
  .page-markets .markets-notes,
  .page-markets .overview-exchange,
  .page-markets .overview-trades-macro,
  .page-markets .overview-book {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    @media screen and (max-width: 1280px) {
      .page-markets .markets-notes,
      .page-markets .overview-exchange,
      .page-markets .overview-trades-macro,
      .page-markets .overview-book {
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
        max-height: none; } }
  .page-markets .overview-trades .monospace, .page-markets .overview-trades .page-wallet-view .transaction-page .vmtrace .stack li, .page-wallet-view .transaction-page .vmtrace .stack .page-markets .overview-trades li, .page-markets .overview-trades
  .page-blockchain-explorer .transaction-page .vmtrace .stack li,
  .page-blockchain-explorer .transaction-page .vmtrace .stack .page-markets .overview-trades li, .page-markets .overview-trades .page-wallet-view .transaction-page .cell.stack.td.value, .page-wallet-view .transaction-page .page-markets .overview-trades .cell.stack.td.value, .page-markets .overview-trades
  .page-blockchain-explorer .transaction-page .cell.stack.td.value,
  .page-blockchain-explorer .transaction-page .page-markets .overview-trades .cell.stack.td.value, .page-markets .overview-trades .page-wallet-view .transaction-page .cell.memory.td.value, .page-wallet-view .transaction-page .page-markets .overview-trades .cell.memory.td.value, .page-markets .overview-trades
  .page-blockchain-explorer .transaction-page .cell.memory.td.value,
  .page-blockchain-explorer .transaction-page .page-markets .overview-trades .cell.memory.td.value, .page-markets .overview-trades .page-wallet-view .transaction-page .cell.storage.td.key, .page-wallet-view .transaction-page .page-markets .overview-trades .cell.storage.td.key, .page-markets .overview-trades .page-wallet-view .transaction-page .cell.storage.td.value, .page-wallet-view .transaction-page .page-markets .overview-trades .cell.storage.td.value, .page-markets .overview-trades
  .page-blockchain-explorer .transaction-page .cell.storage.td.key,
  .page-blockchain-explorer .transaction-page .page-markets .overview-trades .cell.storage.td.key, .page-markets .overview-trades
  .page-blockchain-explorer .transaction-page .cell.storage.td.value,
  .page-blockchain-explorer .transaction-page .page-markets .overview-trades .cell.storage.td.value,
  .page-markets .overview-book .monospace,
  .page-markets .overview-book .page-wallet-view .transaction-page .vmtrace .stack li, .page-wallet-view .transaction-page .vmtrace .stack
  .page-markets .overview-book li,
  .page-markets .overview-book
  .page-blockchain-explorer .transaction-page .vmtrace .stack li,
  .page-blockchain-explorer .transaction-page .vmtrace .stack
  .page-markets .overview-book li,
  .page-markets .overview-book .page-wallet-view .transaction-page .cell.stack.td.value, .page-wallet-view .transaction-page
  .page-markets .overview-book .cell.stack.td.value,
  .page-markets .overview-book
  .page-blockchain-explorer .transaction-page .cell.stack.td.value,
  .page-blockchain-explorer .transaction-page
  .page-markets .overview-book .cell.stack.td.value,
  .page-markets .overview-book .page-wallet-view .transaction-page .cell.memory.td.value, .page-wallet-view .transaction-page
  .page-markets .overview-book .cell.memory.td.value,
  .page-markets .overview-book
  .page-blockchain-explorer .transaction-page .cell.memory.td.value,
  .page-blockchain-explorer .transaction-page
  .page-markets .overview-book .cell.memory.td.value,
  .page-markets .overview-book .page-wallet-view .transaction-page .cell.storage.td.key, .page-wallet-view .transaction-page
  .page-markets .overview-book .cell.storage.td.key,
  .page-markets .overview-book .page-wallet-view .transaction-page .cell.storage.td.value, .page-wallet-view .transaction-page
  .page-markets .overview-book .cell.storage.td.value,
  .page-markets .overview-book
  .page-blockchain-explorer .transaction-page .cell.storage.td.key,
  .page-blockchain-explorer .transaction-page
  .page-markets .overview-book .cell.storage.td.key,
  .page-markets .overview-book
  .page-blockchain-explorer .transaction-page .cell.storage.td.value,
  .page-blockchain-explorer .transaction-page
  .page-markets .overview-book .cell.storage.td.value {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    font-size: 0.95em; }
  .page-markets .exchanges-modal-dot {
    font-size: 1.1em !important; }
  .page-markets .exchanges-modal-text {
    font-size: 1.1em !important;
    min-height: 100px !important;
    width: 600px !important;
    padding: 10px !important; }
  .page-markets .overview-exchange {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .page-markets .overview-exchange table {
      display: block; }
      .page-markets .overview-exchange table tbody, .page-markets .overview-exchange table thead {
        display: block; }
        .page-markets .overview-exchange table tbody tr, .page-markets .overview-exchange table thead tr {
          display: block; }
          .page-markets .overview-exchange table tbody tr td, .page-markets .overview-exchange table tbody tr th, .page-markets .overview-exchange table thead tr td, .page-markets .overview-exchange table thead tr th {
            display: inline-block;
            width: 17%; }
            .page-markets .overview-exchange table tbody tr td:first-child, .page-markets .overview-exchange table tbody tr th:first-child, .page-markets .overview-exchange table thead tr td:first-child, .page-markets .overview-exchange table thead tr th:first-child {
              width: 5%; }
            .page-markets .overview-exchange table tbody tr td:nth-child(2), .page-markets .overview-exchange table tbody tr td:nth-child(6), .page-markets .overview-exchange table tbody tr th:nth-child(2), .page-markets .overview-exchange table tbody tr th:nth-child(6), .page-markets .overview-exchange table thead tr td:nth-child(2), .page-markets .overview-exchange table thead tr td:nth-child(6), .page-markets .overview-exchange table thead tr th:nth-child(2), .page-markets .overview-exchange table thead tr th:nth-child(6) {
              width: 22%; }
            .page-markets .overview-exchange table tbody tr td:nth-child(4), .page-markets .overview-exchange table tbody tr th:nth-child(4), .page-markets .overview-exchange table thead tr td:nth-child(4), .page-markets .overview-exchange table thead tr th:nth-child(4) {
              padding-right: 5px; }
    .page-markets .overview-exchange .exchanges, .page-markets .overview-exchange .etc {
      font-size: 0.85em; }
    .page-markets .overview-exchange .cross {
      /*width: 10%;*/
      text-align: center; }
    .page-markets .overview-exchange .price {
      /*width: 1px;*/ }
    .page-markets .overview-exchange .price,
    .page-markets .overview-exchange .volume-24h,
    .page-markets .overview-exchange .currency {
      text-align: right; }
    .page-markets .overview-exchange .exchange-header .name,
    .page-markets .overview-exchange .exchange-header .cross,
    .page-markets .overview-exchange .exchange-header .price,
    .page-markets .overview-exchange .exchange-header .volume-24h {
      /*padding-top: 8px;*/
      vertical-align: middle; }
    .page-markets .overview-exchange .exchange-header .no-status {
      /*padding-left: -2px*/ }
    .page-markets .overview-exchange .exchange-header .exchange-info-wrapper {
      position: relative;
      /*width: 1px !important;*/ }
    .page-markets .overview-exchange .exchange-header .exchanges-info {
      position: absolute;
      margin: 0;
      top: 6px;
      margin-left: -2px;
      /*width: 1px !important;*/ }
    .page-markets .overview-exchange .exchange-selected {
      cursor: pointer; }
      .page-markets .overview-exchange .exchange-selected tr.active {
        background: #525252 !important; }
      .page-markets .overview-exchange .exchange-selected tr:hover {
        cursor: pointer;
        background: #333; }
    .page-markets .overview-exchange .currency {
      padding: 0px;
      font-size: 0.9em; }
      .page-markets .overview-exchange .currency .exchange-currency-conversion {
        width: 56px; }
    .page-markets .overview-exchange table {
      width: 100%;
      border-spacing: 0; }
      .page-markets .overview-exchange table:first-child {
        margin-bottom: 6px; }
    .page-markets .overview-exchange .cross {
      /*width: 10%;*/
      text-align: center; }
    .page-markets .overview-exchange tr.cstr {
      display: none !important; }
    .page-markets .overview-exchange td {
      /*width: 21%;*/
      height: 17px;
      line-height: 11px;
      padding: 4px 0; }
      .page-markets .overview-exchange td:first-child {
        /*width: 26%;*/
        padding-left: 4px; }
      .page-markets .overview-exchange td:last-child {
        padding-right: 4px; }
    .page-markets .overview-exchange .header .cross {
      /*width: 10%;*/
      text-align: center; }
    .page-markets .overview-exchange .header td {
      /*width: 21%;*/ }
      .page-markets .overview-exchange .header td:first-child {
        /*width: 26%;*/ }
      .page-markets .overview-exchange .header td:last-child {
        padding-right: 7px; }
    .page-markets .overview-exchange .header tr {
      background: none; }
      .page-markets .overview-exchange .header tr:hover {
        background: none; }
  .page-markets .overview-exchange .recent-trade-row,
  .page-markets .overview-trades-macro .recent-trade-row {
    text-align: right;
    font-size: 0.9em;
    line-height: 1.2; }
    .page-markets .overview-exchange .recent-trade-row td:first-child,
    .page-markets .overview-trades-macro .recent-trade-row td:first-child {
      width: 50px;
      text-align: left; }
  .page-markets .overview-exchange .down,
  .page-markets .overview-trades-macro .down {
    color: #f03b12;
    stroke: #f03b12;
    fill: #f03b12; }
  .page-markets .overview-exchange .up,
  .page-markets .overview-trades-macro .up {
    color: #87cd6a;
    stroke: #87cd6a;
    fill: #87cd6a; }
  .page-markets .overview-exchange .flex-center,
  .page-markets .overview-trades-macro .flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px; }
  .page-markets .overview-exchange .status-green,
  .page-markets .overview-trades-macro .status-green {
    color: #8cc176;
    stroke: #8cc176;
    fill: #8cc176;
    font-size: 0.5em;
    /*width: 1px !important;*/ }
  .page-markets .overview-exchange .status-yellow,
  .page-markets .overview-trades-macro .status-yellow {
    color: #f7a800;
    stroke: #f7a800;
    fill: #f7a800;
    font-size: 0.5em;
    /*width: 1px !important;*/ }
  .page-markets .overview-exchange .status-red,
  .page-markets .overview-trades-macro .status-red {
    color: #ff3838;
    stroke: #ff3838;
    fill: #ff3838;
    font-size: 0.5em;
    /*width: 1px !important;*/ }
  .page-markets .overview-exchange .status-details,
  .page-markets .overview-trades-macro .status-details {
    margin-left: 30px; }
  .page-markets .overview-trades-macro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .page-markets .overview-trades-macro .down {
      color: #f03b12;
      stroke: #f03b12;
      fill: #f03b12; }
    .page-markets .overview-trades-macro .up {
      color: #87cd6a;
      stroke: #87cd6a;
      fill: #87cd6a; }
    .page-markets .overview-trades-macro .fill {
      stroke: none;
      opacity: 0.2; }
    .page-markets .overview-trades-macro .line {
      stroke-width: 2;
      opacity: 0.9;
      fill: none; }
    .page-markets .overview-trades-macro .tip {
      color: #f0ecec;
      stroke: #f0ecec; }
    .page-markets .overview-trades-macro .overview-trades,
    .page-markets .overview-trades-macro .overview-macro {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      margin-right: 0;
      width: 50%; }
      .page-markets .overview-trades-macro .overview-trades:last-child,
      .page-markets .overview-trades-macro .overview-macro:last-child {
        margin-right: 0; }
    .page-markets .overview-trades-macro .overview-trades .panel-body {
      max-height: 175px; }
    .page-markets .overview-trades-macro .overview-trades .monospace, .page-markets .overview-trades-macro .overview-trades .page-wallet-view .transaction-page .vmtrace .stack li, .page-wallet-view .transaction-page .vmtrace .stack .page-markets .overview-trades-macro .overview-trades li, .page-markets .overview-trades-macro .overview-trades
    .page-blockchain-explorer .transaction-page .vmtrace .stack li,
    .page-blockchain-explorer .transaction-page .vmtrace .stack .page-markets .overview-trades-macro .overview-trades li, .page-markets .overview-trades-macro .overview-trades .page-wallet-view .transaction-page .cell.stack.td.value, .page-wallet-view .transaction-page .page-markets .overview-trades-macro .overview-trades .cell.stack.td.value, .page-markets .overview-trades-macro .overview-trades
    .page-blockchain-explorer .transaction-page .cell.stack.td.value,
    .page-blockchain-explorer .transaction-page .page-markets .overview-trades-macro .overview-trades .cell.stack.td.value, .page-markets .overview-trades-macro .overview-trades .page-wallet-view .transaction-page .cell.memory.td.value, .page-wallet-view .transaction-page .page-markets .overview-trades-macro .overview-trades .cell.memory.td.value, .page-markets .overview-trades-macro .overview-trades
    .page-blockchain-explorer .transaction-page .cell.memory.td.value,
    .page-blockchain-explorer .transaction-page .page-markets .overview-trades-macro .overview-trades .cell.memory.td.value, .page-markets .overview-trades-macro .overview-trades .page-wallet-view .transaction-page .cell.storage.td.key, .page-wallet-view .transaction-page .page-markets .overview-trades-macro .overview-trades .cell.storage.td.key, .page-markets .overview-trades-macro .overview-trades .page-wallet-view .transaction-page .cell.storage.td.value, .page-wallet-view .transaction-page .page-markets .overview-trades-macro .overview-trades .cell.storage.td.value, .page-markets .overview-trades-macro .overview-trades
    .page-blockchain-explorer .transaction-page .cell.storage.td.key,
    .page-blockchain-explorer .transaction-page .page-markets .overview-trades-macro .overview-trades .cell.storage.td.key, .page-markets .overview-trades-macro .overview-trades
    .page-blockchain-explorer .transaction-page .cell.storage.td.value,
    .page-blockchain-explorer .transaction-page .page-markets .overview-trades-macro .overview-trades .cell.storage.td.value {
      font-size: 0.95em; }
    .page-markets .overview-trades-macro .overview-macro rect.pane {
      fill: none;
      pointer-events: all; }
    .page-markets .overview-trades-macro .overview-macro path.line-ma {
      opacity: 0.65; }
    .page-markets .overview-trades-macro .overview-macro g {
      color: #666; }
  .page-markets .markets-notes {
    color: #aaaaaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    @media screen and (max-width: 900px) {
      .page-markets .markets-notes {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: none;
                flex-direction: none; } }
  .page-markets .overview-book {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px; }
    @media screen and (max-width: 900px) {
      .page-markets .overview-book {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: none;
                flex-direction: none; } }
    .page-markets .overview-book .panel-body {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      overflow: hidden; }
      .page-markets .overview-book .panel-body .panel-body-inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
      .page-markets .overview-book .panel-body .slimScrollDiv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100% !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        float: left; }
        .page-markets .overview-book .panel-body .slimScrollDiv .table-scroll {
          width: 100% !important;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .page-markets .overview-book .panel-body .table-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
      .page-markets .overview-book .panel-body table th, .page-markets .overview-book .panel-body table td {
        text-align: right;
        padding: 0; }
      .page-markets .overview-book .panel-body table tbody {
        font-size: 0.9em;
        line-height: 1.2; }
      .page-markets .overview-book .panel-body table.bids th {
        color: #8cc176; }
      .page-markets .overview-book .panel-body table.bids th:nth-of-type(3),
      .page-markets .overview-book .panel-body table.bids td:nth-of-type(3) {
        text-align: right;
        min-width: 45px; }
      .page-markets .overview-book .panel-body table.bids th:nth-of-type(2),
      .page-markets .overview-book .panel-body table.bids td:nth-of-type(2) {
        min-width: 45px; }
      .page-markets .overview-book .panel-body table.bids th:nth-of-type(1),
      .page-markets .overview-book .panel-body table.bids td:nth-of-type(1) {
        min-width: 45px; }
      .page-markets .overview-book .panel-body table.asks th {
        color: #f03b12; }
      .page-markets .overview-book .panel-body table.asks th:nth-of-type(1),
      .page-markets .overview-book .panel-body table.asks td:nth-of-type(1) {
        text-align: left;
        padding-left: 10px; }
      .page-markets .overview-book .panel-body table.asks th:nth-of-type(2),
      .page-markets .overview-book .panel-body table.asks td:nth-of-type(2) {
        min-width: 45px; }
      .page-markets .overview-book .panel-body table.asks th:nth-of-type(3),
      .page-markets .overview-book .panel-body table.asks td:nth-of-type(3) {
        text-align: right;
        padding-right: 5px; }
      .page-markets .overview-book .panel-body .table-scroll.firefox {
        width: 100%; }
        .page-markets .overview-book .panel-body .table-scroll.firefox .table-wrapper {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: none;
                  flex-direction: none;
          width: 50%;
          display: inline-block;
          vertical-align: top; }
    .page-markets .overview-book ul:first-child {
      display: inline;
      list-style: none;
      width: 100%;
      padding: 0;
      margin: 0; }
      .page-markets .overview-book ul:first-child li.hdr {
        display: inline-block;
        min-width: 15%;
        text-align: left; }
        .page-markets .overview-book ul:first-child li.hdr:first-child {
          width: 33.5%; }
        .page-markets .overview-book ul:first-child li.hdr:last-child {
          float: right; }
      .page-markets .overview-book ul:first-child li.bid {
        width: 15%;
        text-align: right;
        color: #87cd6a; }
      .page-markets .overview-book ul:first-child li.ask {
        width: 15%;
        padding-left: 10px;
        color: #f03b12; }
  .page-markets.chart-expanded .overview-chart {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .page-markets.chart-expanded .markets-sidebar {
    display: none; }

.page-spreads .content,
.page-swaps .content,
.page-volume .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  padding-bottom: 0 !important; }
  @media screen and (max-width: 900px) {
    .page-spreads .content,
    .page-swaps .content,
    .page-volume .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media screen and (max-width: 640px) {
  .page-spreads .panel,
  .page-spreads .panel-body,
  .page-swaps .panel,
  .page-swaps .panel-body,
  .page-volume .panel,
  .page-volume .panel-body {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: none;
            flex-direction: none;
    min-height: 400px; } }

.page-spreads .panel .split-section,
.page-spreads .panel-body .split-section,
.page-swaps .panel .split-section,
.page-swaps .panel-body .split-section,
.page-volume .panel .split-section,
.page-volume .panel-body .split-section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (max-width: 640px) {
  .page-spreads .panel-heading,
  .page-swaps .panel-heading,
  .page-volume .panel-heading {
    height: auto; } }

.page-spreads .charts-column,
.page-swaps .charts-column,
.page-volume .charts-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 900px) {
    .page-spreads .charts-column,
    .page-swaps .charts-column,
    .page-volume .charts-column {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: none;
              flex-direction: none;
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .page-spreads .charts-column,
    .page-swaps .charts-column,
    .page-volume .charts-column {
      min-height: 400px; }
      .page-spreads .charts-column > *,
      .page-swaps .charts-column > *,
      .page-volume .charts-column > * {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: none;
                flex-direction: none; }
      .page-spreads .charts-column .panel,
      .page-swaps .charts-column .panel,
      .page-volume .charts-column .panel {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: none;
                flex-direction: none; }
        .page-spreads .charts-column .panel .panel-body,
        .page-swaps .charts-column .panel .panel-body,
        .page-volume .charts-column .panel .panel-body {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: none;
                  flex-direction: none; }
          .page-spreads .charts-column .panel .panel-body > *,
          .page-swaps .charts-column .panel .panel-body > *,
          .page-volume .charts-column .panel .panel-body > * {
            display: block;
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: none;
                    flex-direction: none; }
          .page-spreads .charts-column .panel .panel-body .generic-historical-chart,
          .page-swaps .charts-column .panel .panel-body .generic-historical-chart,
          .page-volume .charts-column .panel .panel-body .generic-historical-chart {
            display: block;
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: none;
                    flex-direction: none; }
            .page-spreads .charts-column .panel .panel-body .generic-historical-chart svg,
            .page-swaps .charts-column .panel .panel-body .generic-historical-chart svg,
            .page-volume .charts-column .panel .panel-body .generic-historical-chart svg {
              display: block;
              -webkit-box-flex: 0;
                  -ms-flex: none;
                      flex: none;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: none;
                      flex-direction: none;
              height: initial; } }
  .page-spreads .charts-column > *,
  .page-swaps .charts-column > *,
  .page-volume .charts-column > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 640px) {
      .page-spreads .charts-column > *,
      .page-swaps .charts-column > *,
      .page-volume .charts-column > * {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: none;
                flex-direction: none;
        min-height: 400px; } }
  .page-spreads .charts-column .panel,
  .page-swaps .charts-column .panel,
  .page-volume .charts-column .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 640px) {
      .page-spreads .charts-column .panel,
      .page-swaps .charts-column .panel,
      .page-volume .charts-column .panel {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: none;
                flex-direction: none;
        min-height: 400px; } }
    .page-spreads .charts-column .panel .panel-body,
    .page-swaps .charts-column .panel .panel-body,
    .page-volume .charts-column .panel .panel-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (max-width: 640px) {
        .page-spreads .charts-column .panel .panel-body,
        .page-swaps .charts-column .panel .panel-body,
        .page-volume .charts-column .panel .panel-body {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: none;
                  flex-direction: none;
          min-height: 400px; } }
      .page-spreads .charts-column .panel .panel-body > *,
      .page-swaps .charts-column .panel .panel-body > *,
      .page-volume .charts-column .panel .panel-body > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media screen and (max-width: 640px) {
          .page-spreads .charts-column .panel .panel-body > *,
          .page-swaps .charts-column .panel .panel-body > *,
          .page-volume .charts-column .panel .panel-body > * {
            display: block;
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: none;
                    flex-direction: none;
            min-height: 400px; } }
      .page-spreads .charts-column .panel .panel-body .generic-historical-chart,
      .page-swaps .charts-column .panel .panel-body .generic-historical-chart,
      .page-volume .charts-column .panel .panel-body .generic-historical-chart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        background-image: url("/static/img/logos/full-logo-on-light-background-image.svg");
        background-repeat: no-repeat;
        background-position: 50% 5%;
        background-size: 150px auto; }
        @media screen and (max-width: 640px) {
          .page-spreads .charts-column .panel .panel-body .generic-historical-chart,
          .page-swaps .charts-column .panel .panel-body .generic-historical-chart,
          .page-volume .charts-column .panel .panel-body .generic-historical-chart {
            display: block;
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: none;
                    flex-direction: none;
            min-height: 400px; } }
        .page-spreads .charts-column .panel .panel-body .generic-historical-chart svg,
        .page-swaps .charts-column .panel .panel-body .generic-historical-chart svg,
        .page-volume .charts-column .panel .panel-body .generic-historical-chart svg {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: initial; }

.page-spreads .other-column,
.page-swaps .other-column,
.page-volume .other-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 350px;
  overflow-y: auto; }
  .page-spreads .other-column .panel, .page-spreads .other-column .panel-body,
  .page-swaps .other-column .panel,
  .page-swaps .other-column .panel-body,
  .page-volume .other-column .panel,
  .page-volume .other-column .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media screen and (max-width: 900px) {
    .page-spreads .other-column,
    .page-swaps .other-column,
    .page-volume .other-column {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
  @media screen and (max-width: 640px) {
    .page-spreads .other-column,
    .page-swaps .other-column,
    .page-volume .other-column {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: none;
              flex-direction: none;
      min-height: 400px; } }

.page-spreads .chart-settings,
.page-swaps .chart-settings,
.page-volume .chart-settings {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }
  .page-spreads .chart-settings span[class*="charting-color"],
  .page-swaps .chart-settings span[class*="charting-color"],
  .page-volume .chart-settings span[class*="charting-color"] {
    cursor: pointer; }
  @media screen and (max-width: 640px) {
    .page-spreads .chart-settings,
    .page-swaps .chart-settings,
    .page-volume .chart-settings {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: none;
              flex-direction: none;
      min-height: 0; }
      .page-spreads .chart-settings .panel-body,
      .page-swaps .chart-settings .panel-body,
      .page-volume .chart-settings .panel-body {
        min-height: 0; } }
  .page-spreads .chart-settings.volume .percentage-toggle-wrapper,
  .page-swaps .chart-settings.volume .percentage-toggle-wrapper,
  .page-volume .chart-settings.volume .percentage-toggle-wrapper {
    margin-top: 20px;
    cursor: pointer; }
  .page-spreads .chart-settings.spread .fa-square-o, .page-spreads .chart-settings.volume .fa-square-o,
  .page-swaps .chart-settings.spread .fa-square-o,
  .page-swaps .chart-settings.volume .fa-square-o,
  .page-volume .chart-settings.spread .fa-square-o,
  .page-volume .chart-settings.volume .fa-square-o {
    margin-right: 5px; }

.page-spreads .spread-statistics,
.page-swaps .spread-statistics,
.page-volume .spread-statistics {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }
  @media screen and (max-width: 640px) {
    .page-spreads .spread-statistics .panel-body,
    .page-swaps .spread-statistics .panel-body,
    .page-volume .spread-statistics .panel-body {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: none;
              flex-direction: none;
      overflow-y: auto; } }

.page-spreads .volume-statistics,
.page-swaps .volume-statistics,
.page-volume .volume-statistics {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }

.page-spreads .xbx-live-panel,
.page-swaps .xbx-live-panel,
.page-volume .xbx-live-panel {
  color: white;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }
  .page-spreads .xbx-live-panel .recent-trade-row,
  .page-swaps .xbx-live-panel .recent-trade-row,
  .page-volume .xbx-live-panel .recent-trade-row {
    text-align: right;
    font-size: 0.9em;
    line-height: 1.2; }
    .page-spreads .xbx-live-panel .recent-trade-row td:first-child,
    .page-swaps .xbx-live-panel .recent-trade-row td:first-child,
    .page-volume .xbx-live-panel .recent-trade-row td:first-child {
      width: 50px;
      text-align: left; }
  .page-spreads .xbx-live-panel .down,
  .page-swaps .xbx-live-panel .down,
  .page-volume .xbx-live-panel .down {
    color: #f03b12;
    stroke: #f03b12;
    fill: #f03b12; }
  .page-spreads .xbx-live-panel .up,
  .page-swaps .xbx-live-panel .up,
  .page-volume .xbx-live-panel .up {
    color: #87cd6a;
    stroke: #87cd6a;
    fill: #87cd6a; }
  @media screen and (max-width: 640px) {
    .page-spreads .xbx-live-panel,
    .page-swaps .xbx-live-panel,
    .page-volume .xbx-live-panel {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: none;
              flex-direction: none; }
      .page-spreads .xbx-live-panel .panel-body,
      .page-swaps .xbx-live-panel .panel-body,
      .page-volume .xbx-live-panel .panel-body {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: none;
                flex-direction: none; } }
  .page-spreads .xbx-live-panel thead,
  .page-swaps .xbx-live-panel thead,
  .page-volume .xbx-live-panel thead {
    font-size: 1em; }
    .page-spreads .xbx-live-panel thead th,
    .page-swaps .xbx-live-panel thead th,
    .page-volume .xbx-live-panel thead th {
      padding: 0; }
  .page-spreads .xbx-live-panel tbody,
  .page-swaps .xbx-live-panel tbody,
  .page-volume .xbx-live-panel tbody {
    font-size: 1.5em;
    font-weight: 600; }
  .page-spreads .xbx-live-panel th:nth-of-type(2), .page-spreads .xbx-live-panel th:nth-of-type(3),
  .page-spreads .xbx-live-panel td:nth-of-type(2),
  .page-spreads .xbx-live-panel td:nth-of-type(3),
  .page-swaps .xbx-live-panel th:nth-of-type(2),
  .page-swaps .xbx-live-panel th:nth-of-type(3),
  .page-swaps .xbx-live-panel td:nth-of-type(2),
  .page-swaps .xbx-live-panel td:nth-of-type(3),
  .page-volume .xbx-live-panel th:nth-of-type(2),
  .page-volume .xbx-live-panel th:nth-of-type(3),
  .page-volume .xbx-live-panel td:nth-of-type(2),
  .page-volume .xbx-live-panel td:nth-of-type(3) {
    text-align: right; }

.page-spreads .swaps-statistics,
.page-swaps .swaps-statistics,
.page-volume .swaps-statistics {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }

.page-spreads .description-panel,
.page-swaps .description-panel,
.page-volume .description-panel {
  color: white;
  font-size: 0.8em;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }
  .page-spreads .description-panel p,
  .page-swaps .description-panel p,
  .page-volume .description-panel p {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: none;
            flex-direction: none; }
  @media screen and (max-width: 640px) {
    .page-spreads .description-panel,
    .page-swaps .description-panel,
    .page-volume .description-panel {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: none;
              flex-direction: none; }
      .page-spreads .description-panel .panel-body,
      .page-swaps .description-panel .panel-body,
      .page-volume .description-panel .panel-body {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: none;
                flex-direction: none; } }

.page-ticks .anchor {
  font-size: 1.5em; }

.page-ticks svg .label {
  font-size: 1em;
  fill: #111111;
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace; }

.page-ticks .charts {
  float: left;
  display: block;
  margin-right: 0%;
  width: 66.66667%;
  width: calc(100% - 360px); }
  .page-ticks .charts:last-child {
    margin-right: 0; }

.page-ticks .stats {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
  width: 360px; }
  .page-ticks .stats:last-child {
    margin-right: 0; }
  .page-ticks .stats .panel-heading-controls > span {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    margin-bottom: 4px; }
  .page-ticks .stats .td, .page-ticks .stats .th {
    text-align: right; }
  .page-ticks .stats .cell-checkbox {
    text-align: left; }
  .page-ticks .stats .cell-name {
    width: 120px;
    text-align: left; }
    .page-ticks .stats .cell-name span {
      cursor: pointer; }
  .page-ticks .stats .cell-last {
    width: 45px; }
  .page-ticks .stats .cell-price {
    width: 70px; }
  .page-ticks .stats .cell-spread {
    width: 70px; }

.page-smart-routing {
  overflow-y: none; }
  .page-smart-routing #smart-routing-orderbook tspan.tip {
    display: none; }
  .page-smart-routing #smart-routing-orderbook .text-pane {
    display: none; }
  .page-smart-routing .ask-trash {
    padding-left: 2px; }
  .page-smart-routing .smrt-execution-row {
    width: 40%; }
    .page-smart-routing .smrt-execution-row .panel {
      height: 250px; }
    .page-smart-routing .smrt-execution-row.backup {
      display: none; }
      @media screen and (max-width: 900px) {
        .page-smart-routing .smrt-execution-row.backup {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    @media screen and (max-width: 1440px) {
      .page-smart-routing .smrt-execution-row {
        width: 62%; } }
    @media screen and (max-width: 1280px) {
      .page-smart-routing .smrt-execution-row {
        width: 84%; } }
    @media screen and (max-width: 900px) {
      .page-smart-routing .smrt-execution-row {
        display: none; } }
  .page-smart-routing .num {
    text-align: right; }
  .page-smart-routing .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .page-smart-routing .smrt-trades-tablesorter .tablesorter .tbody {
    height: 270px; }
  .page-smart-routing .tablesorter .tr .cell-datetime {
    width: 23%; }
  .page-smart-routing .tablesorter .tr .cell-date {
    display: none; }
  .page-smart-routing .tablesorter .tr .cell-exchange {
    width: 19%; }
  .page-smart-routing .tablesorter .tr .cell-action {
    width: 9%; }
  .page-smart-routing .tablesorter .tr .cell-price {
    width: 15%; }
  .page-smart-routing .tablesorter .tr .cell-volume {
    width: 20%; }
  .page-smart-routing .tablesorter .tr .cell-value {
    width: 14%; }
  @media screen and (max-width: 1600px) {
    .page-smart-routing .tablesorter .tr .cell-datetime {
      width: 26%;
      display: inline-block; }
    .page-smart-routing .tablesorter .tr .cell-exchange {
      width: 21%; }
    .page-smart-routing .tablesorter .tr .cell-action {
      width: 10%; }
    .page-smart-routing .tablesorter .tr .cell-price {
      width: 18%; }
    .page-smart-routing .tablesorter .tr .cell-volume {
      width: 25%; }
    .page-smart-routing .tablesorter .tr .cell-value {
      display: none; } }
  @media screen and (max-width: 1440px) {
    .page-smart-routing .tablesorter .tr .cell-datetime {
      display: none; }
    .page-smart-routing .tablesorter .tr .cell-date {
      width: 20%;
      display: inline-block; }
    .page-smart-routing .tablesorter .tr .cell-exchange {
      width: 20%; }
    .page-smart-routing .tablesorter .tr .cell-action {
      width: 12%; }
    .page-smart-routing .tablesorter .tr .cell-price {
      width: 19%; }
    .page-smart-routing .tablesorter .tr .cell-volume {
      width: 29%; }
    .page-smart-routing .tablesorter .tr .cell-value {
      display: none; } }
  .page-smart-routing .cursor-pointer {
    cursor: pointer; }
  .page-smart-routing .disabled {
    color: #777777; }
  .page-smart-routing .overview-exchange {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media screen and (max-width: 900px) {
      .page-smart-routing .overview-exchange {
        display: none; } }
    .page-smart-routing .overview-exchange .cross {
      width: 10%;
      text-align: center; }
    .page-smart-routing .overview-exchange .price,
    .page-smart-routing .overview-exchange .volume-24h,
    .page-smart-routing .overview-exchange .currency {
      text-align: right; }
    .page-smart-routing .overview-exchange .exchange-header .name,
    .page-smart-routing .overview-exchange .exchange-header .cross,
    .page-smart-routing .overview-exchange .exchange-header .price,
    .page-smart-routing .overview-exchange .exchange-header .volume-24h {
      padding-top: 8px;
      vertical-align: middle; }
    .page-smart-routing .overview-exchange .exchange-selected {
      cursor: pointer; }
      .page-smart-routing .overview-exchange .exchange-selected tr.active {
        background: #525252 !important; }
      .page-smart-routing .overview-exchange .exchange-selected tr:hover {
        cursor: pointer;
        background: #333; }
    .page-smart-routing .overview-exchange table {
      width: 100%;
      border-spacing: 0; }
      .page-smart-routing .overview-exchange table:first-child {
        margin-bottom: 2px; }
    .page-smart-routing .overview-exchange td {
      width: 33%;
      height: 11px;
      line-height: 11px;
      padding: 4px 0; }
      .page-smart-routing .overview-exchange td:first-child {
        width: 34%;
        padding-left: 4px; }
      .page-smart-routing .overview-exchange td:last-child {
        padding-right: 4px; }
    .page-smart-routing .overview-exchange .header td {
      width: 33%; }
      .page-smart-routing .overview-exchange .header td:first-child {
        width: 34%; }
      .page-smart-routing .overview-exchange .header td:last-child {
        padding-right: 7px; }
    .page-smart-routing .overview-exchange .header tr {
      background: none; }
      .page-smart-routing .overview-exchange .header tr:hover {
        background: none; }
  .page-smart-routing .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .page-smart-routing .fee-settings-modal {
    overflow: initial; }
    .page-smart-routing .fee-settings-modal .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 25px;
      margin-bottom: 5px; }
      .page-smart-routing .fee-settings-modal .row > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        padding-right: 5px;
        padding-left: 5px; }
        .page-smart-routing .fee-settings-modal .row > div:nth-child(2) {
          text-align: right; }
          .page-smart-routing .fee-settings-modal .row > div:nth-child(2) input {
            text-align: right;
            padding-right: 30px; }
  .page-smart-routing .smrt-exchange-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 900px) {
      .page-smart-routing .smrt-exchange-panel {
        width: 100%;
        display: inline-block;
        clear: both; } }
    .page-smart-routing .smrt-exchange-panel .balances tbody {
      max-height: 170px; }
    .page-smart-routing .smrt-exchange-panel .balances .tr-expanded {
      padding: 4px 0; }
    .page-smart-routing .smrt-exchange-panel .header-xbx {
      position: absolute;
      right: 40px;
      top: 7px;
      text-align: right; }
    .page-smart-routing .smrt-exchange-panel .panel {
      height: 250px; }
    .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial; }
      .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .smrt-execution-row {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 250px;
                flex: 1 0 250px; }
      .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .btn-tron {
        margin-bottom: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .btn-tron .btn {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
      .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .smrt-execution-order .text-left {
        text-align: left !important; }
      .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .smrt-execution-order {
        height: auto; }
        .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .smrt-execution-order .smrt-button-submit {
          float: right; }
      .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs td {
        height: 29px;
        width: 25%;
        vertical-align: middle; }
        .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs td.text-info, .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs .tablesorter td.section-header, .tablesorter .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs td.section-header, .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs .ethereum-explorer td.decoded, .ethereum-explorer .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs td.decoded, .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs td:nth-child(1), .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs .page-mining .calculator-inputs .mining-calculator-form td.control-label, .page-mining .calculator-inputs .mining-calculator-form .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs td.control-label {
          padding-right: 9px;
          text-align: right; }
        .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs td .dropdown-toggle {
          width: 130px; }
        .page-smart-routing .smrt-exchange-panel .smrt-execution-order-balances .inputs td .summary {
          padding-right: 12px; }
    .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown {
      vertical-align: middle; }
      .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .text-info, .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .tablesorter .section-header, .tablesorter .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .section-header, .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .blockchain-landing .test-objects .row span:first-child, .blockchain-landing .test-objects .row .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown span:first-child, .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .ethereum-explorer .decoded, .ethereum-explorer .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .decoded, .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .ethereum-explorer .transaction-page .logs td > div > div:first-child, .ethereum-explorer .transaction-page .logs .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown td > div > div:first-child, .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .page-bitcoin-live .blockchart-section .table-view .mempool-table .row > div:first-child, .page-bitcoin-live .blockchart-section .table-view .mempool-table .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .row > div:first-child, .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown td:nth-child(1), .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .page-mining .calculator-inputs .mining-calculator-form .control-label, .page-mining .calculator-inputs .mining-calculator-form .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .control-label {
        display: inline-block; }
      .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .btn-group {
        width: 120px !important; }
      .page-smart-routing .smrt-exchange-panel .smrt-fees-dropdown .dropdown-toggle {
        width: 120px !important; }
    .page-smart-routing .smrt-exchange-panel .smrt-amount-inputs .smrt-amount-text {
      max-width: 150px;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 1440px) {
        .page-smart-routing .smrt-exchange-panel .smrt-amount-inputs .smrt-amount-text {
          max-width: 120px; } }
    .page-smart-routing .smrt-exchange-panel .smrt-amount-inputs .xbt {
      margin-top: 3px;
      right: 10px; }
    .page-smart-routing .smrt-exchange-panel .smrt-amount-inputs .form-control {
      padding-right: 40px;
      vertical-align: middle;
      max-width: 150px;
      padding-left: 20px; }
      @media screen and (max-width: 1440px) {
        .page-smart-routing .smrt-exchange-panel .smrt-amount-inputs .form-control {
          max-width: 120px; } }
    .page-smart-routing .smrt-exchange-panel .smrt-amount-inputs .btn-group {
      max-width: 120px; }
    .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown {
      vertical-align: middle;
      width: 80px; }
      .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .text-info, .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .tablesorter .section-header, .tablesorter .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .section-header, .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .blockchain-landing .test-objects .row span:first-child, .blockchain-landing .test-objects .row .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown span:first-child, .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .ethereum-explorer .decoded, .ethereum-explorer .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .decoded, .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .ethereum-explorer .transaction-page .logs td > div > div:first-child, .ethereum-explorer .transaction-page .logs .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown td > div > div:first-child, .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .page-bitcoin-live .blockchart-section .table-view .mempool-table .row > div:first-child, .page-bitcoin-live .blockchart-section .table-view .mempool-table .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .row > div:first-child, .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown td:nth-child(1), .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .page-mining .calculator-inputs .mining-calculator-form .control-label, .page-mining .calculator-inputs .mining-calculator-form .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .control-label {
        display: inline-block; }
      .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .btn-group {
        width: 80px !important; }
      .page-smart-routing .smrt-exchange-panel .smrt-amount-dropdown .dropdown-toggle {
        width: 80px !important; }
    .page-smart-routing .smrt-exchange-panel .smrt-execution-orderbook {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 250px; }
      .page-smart-routing .smrt-exchange-panel .smrt-execution-orderbook .smrt-execution-book {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .page-smart-routing .smrt-exchange-panel .smrt-execution-orderbook .smrt-execution-depth {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .page-smart-routing .smrt-exchange-panel .smrt-execution-orderbook .smrt-order-book-single {
        width: 200px;
        height: 200px; }
        @media screen and (max-width: 1280px) {
          .page-smart-routing .smrt-exchange-panel .smrt-execution-orderbook .smrt-order-book-single {
            max-width: 160px; } }
  .page-smart-routing .smrt-trades-orders {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    height: 395px; }
    .page-smart-routing .smrt-trades-orders .panel-heading-controls {
      vertical-align: center;
      text-align: justify;
      padding: 2px;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-smart-routing .smrt-trades-orders .panel-heading-controls .smrt-trade-dropdown {
        font-size: .9em;
        vertical-align: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .page-smart-routing .smrt-trades-orders .panel-heading-controls .smrt-trade-dropdown .dropdown-toggle::after {
          padding-top: 5px; }
      .page-smart-routing .smrt-trades-orders .panel-heading-controls .smrt-trade-checkbox {
        font-size: .75em;
        vertical-align: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-top: 3px; }
    .page-smart-routing .smrt-trades-orders .smrt-trades-dropdown {
      display: inline-block; }
    .page-smart-routing .smrt-trades-orders .dropdown-toggle {
      width: 150px; }
    .page-smart-routing .smrt-trades-orders .btn-group {
      width: 150px; }
    .page-smart-routing .smrt-trades-orders .panel {
      height: 395px; }
  .page-smart-routing .smrt-trades {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    height: 395px; }
    .page-smart-routing .smrt-trades .smrt-trades-scroll {
      height: 395px;
      overflow: hidden; }
    .page-smart-routing .smrt-trades .panel {
      height: 395px; }
  .page-smart-routing .overview-book {
    height: 250px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    @media screen and (max-width: 900px) {
      .page-smart-routing .overview-book {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: none;
                flex-direction: none; } }
    .page-smart-routing .overview-book .panel-body {
      padding-right: 20px; }
      .page-smart-routing .overview-book .panel-body table tbody {
        font-size: 0.9em;
        line-height: 1.2; }
      .page-smart-routing .overview-book .panel-body table.bids th {
        color: #8cc176; }
      .page-smart-routing .overview-book .panel-body table.asks th {
        color: #f03b12; }
      .page-smart-routing .overview-book .panel-body .table-scroll.firefox {
        width: 100%; }
        .page-smart-routing .overview-book .panel-body .table-scroll.firefox .table-wrapper {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: none;
                  flex-direction: none;
          width: 50%;
          display: inline-block;
          vertical-align: top; }
      @media screen and (max-width: 1440px) {
        .page-smart-routing .overview-book .panel-body {
          padding-right: 30px; } }
      .page-smart-routing .overview-book .panel-body table td, .page-smart-routing .overview-book .panel-body table th {
        text-align: right; }
      @media screen and (max-width: 1440px) {
        .page-smart-routing .overview-book .panel-body .full {
          display: none; } }
      .page-smart-routing .overview-book .panel-body .full td, .page-smart-routing .overview-book .panel-body .full th {
        width: 30%; }
        .page-smart-routing .overview-book .panel-body .full td:first-child, .page-smart-routing .overview-book .panel-body .full th:first-child {
          text-align: left;
          width: 10%; }
      .page-smart-routing .overview-book .panel-body .reduced {
        display: none; }
        @media screen and (max-width: 1440px) {
          .page-smart-routing .overview-book .panel-body .reduced {
            display: table; }
            .page-smart-routing .overview-book .panel-body .reduced td, .page-smart-routing .overview-book .panel-body .reduced th {
              width: 33.3%; } }
    .page-smart-routing .overview-book ul:first-child {
      display: inline;
      list-style: none;
      width: 100%;
      padding: 0;
      margin: 0; }
      .page-smart-routing .overview-book ul:first-child li.hdr {
        display: inline-block;
        min-width: 15%;
        text-align: left; }
        .page-smart-routing .overview-book ul:first-child li.hdr:first-child {
          width: 33.5%; }
        .page-smart-routing .overview-book ul:first-child li.hdr:last-child {
          float: right; }
      .page-smart-routing .overview-book ul:first-child li.bid {
        width: 15%;
        text-align: right;
        color: #87cd6a; }
      .page-smart-routing .overview-book ul:first-child li.ask {
        width: 15%;
        padding-left: 10px;
        color: #f03b12; }
  .page-smart-routing .smrt-exchange-full {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap; }
    @media screen and (max-width: 900px) {
      .page-smart-routing .smrt-exchange-full .exchange-iframe {
        pointer-events: none; } }
    .page-smart-routing .smrt-exchange-full .gbtc {
      margin-top: 5px;
      padding-top: 3px;
      border-top: 1px solid #333333; }
    .page-smart-routing .smrt-exchange-full .scrollie {
      padding-top: 5px;
      border-top: 1px solid #333333; }
    .page-smart-routing .smrt-exchange-full .exchange-iframe {
      max-height: 100%; }
      @media screen and (max-width: 900px) {
        .page-smart-routing .smrt-exchange-full .exchange-iframe {
          pointer-events: none; } }
    .page-smart-routing .smrt-exchange-full .gbtc {
      margin-top: 5px;
      padding-top: 3px;
      border-top: 1px solid #333333; }
    .page-smart-routing .smrt-exchange-full .scrollie {
      padding-top: 5px;
      border-top: 1px solid #333333; }
    @media screen and (max-width: 900px) {
      .page-smart-routing .smrt-exchange-full {
        display: block; } }
    @media screen and (max-width: 900px) {
      .page-smart-routing .smrt-exchange-full .overview-chart {
        display: none; } }
    .page-smart-routing .smrt-exchange-full .overview-chart iframe {
      background: '#222'; }
    .page-smart-routing .smrt-exchange-full .overview-chart .chart-timeframe-control,
    .page-smart-routing .smrt-exchange-full .overview-chart .chart-expand {
      display: inline-block; }
    .page-smart-routing .smrt-exchange-full .overview-chart .chart-expand {
      margin-left: 0px;
      display: none; }
    .page-smart-routing .smrt-exchange-full .overview-chart .panel-heading {
      width: 100%;
      display: inline-block; }
      .page-smart-routing .smrt-exchange-full .overview-chart .panel-heading .panel-title {
        width: 210px; }
      .page-smart-routing .smrt-exchange-full .overview-chart .panel-heading .panel-heading-controls {
        width: calc( 100% - 210px);
        text-align: right; }
      .page-smart-routing .smrt-exchange-full .overview-chart .panel-heading .chart-timeframe-control {
        margin-right: 10px; }
        @media screen and (max-width: 1280px) {
          .page-smart-routing .smrt-exchange-full .overview-chart .panel-heading .chart-timeframe-control ul {
            display: none; } }
      @media screen and (max-width: 900px) {
        .page-smart-routing .smrt-exchange-full .overview-chart .panel-heading .chart-expand {
          display: none; } }
      .page-smart-routing .smrt-exchange-full .overview-chart .panel-heading .interval-dropdown {
        display: none; }
        @media screen and (max-width: 1280px) {
          .page-smart-routing .smrt-exchange-full .overview-chart .panel-heading .interval-dropdown {
            display: inline-block; } }
    .page-smart-routing .smrt-exchange-full .overview-chart .panel-body {
      padding: 0; }
    @media screen and (max-width: 1280px) {
      .page-smart-routing .smrt-exchange-full .overview-chart {
        min-height: 300px; } }
  .page-smart-routing .smrt-exchange-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 250px; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades .monospace, .page-smart-routing .smrt-exchange-topbar .overview-trades .page-wallet-view .transaction-page .vmtrace .stack li, .page-wallet-view .transaction-page .vmtrace .stack .page-smart-routing .smrt-exchange-topbar .overview-trades li, .page-smart-routing .smrt-exchange-topbar .overview-trades
    .page-blockchain-explorer .transaction-page .vmtrace .stack li,
    .page-blockchain-explorer .transaction-page .vmtrace .stack .page-smart-routing .smrt-exchange-topbar .overview-trades li, .page-smart-routing .smrt-exchange-topbar .overview-trades .page-wallet-view .transaction-page .cell.stack.td.value, .page-wallet-view .transaction-page .page-smart-routing .smrt-exchange-topbar .overview-trades .cell.stack.td.value, .page-smart-routing .smrt-exchange-topbar .overview-trades
    .page-blockchain-explorer .transaction-page .cell.stack.td.value,
    .page-blockchain-explorer .transaction-page .page-smart-routing .smrt-exchange-topbar .overview-trades .cell.stack.td.value, .page-smart-routing .smrt-exchange-topbar .overview-trades .page-wallet-view .transaction-page .cell.memory.td.value, .page-wallet-view .transaction-page .page-smart-routing .smrt-exchange-topbar .overview-trades .cell.memory.td.value, .page-smart-routing .smrt-exchange-topbar .overview-trades
    .page-blockchain-explorer .transaction-page .cell.memory.td.value,
    .page-blockchain-explorer .transaction-page .page-smart-routing .smrt-exchange-topbar .overview-trades .cell.memory.td.value, .page-smart-routing .smrt-exchange-topbar .overview-trades .page-wallet-view .transaction-page .cell.storage.td.key, .page-wallet-view .transaction-page .page-smart-routing .smrt-exchange-topbar .overview-trades .cell.storage.td.key, .page-smart-routing .smrt-exchange-topbar .overview-trades .page-wallet-view .transaction-page .cell.storage.td.value, .page-wallet-view .transaction-page .page-smart-routing .smrt-exchange-topbar .overview-trades .cell.storage.td.value, .page-smart-routing .smrt-exchange-topbar .overview-trades
    .page-blockchain-explorer .transaction-page .cell.storage.td.key,
    .page-blockchain-explorer .transaction-page .page-smart-routing .smrt-exchange-topbar .overview-trades .cell.storage.td.key, .page-smart-routing .smrt-exchange-topbar .overview-trades
    .page-blockchain-explorer .transaction-page .cell.storage.td.value,
    .page-blockchain-explorer .transaction-page .page-smart-routing .smrt-exchange-topbar .overview-trades .cell.storage.td.value,
    .page-smart-routing .smrt-exchange-topbar .overview-book .monospace,
    .page-smart-routing .smrt-exchange-topbar .overview-book .page-wallet-view .transaction-page .vmtrace .stack li, .page-wallet-view .transaction-page .vmtrace .stack
    .page-smart-routing .smrt-exchange-topbar .overview-book li,
    .page-smart-routing .smrt-exchange-topbar .overview-book
    .page-blockchain-explorer .transaction-page .vmtrace .stack li,
    .page-blockchain-explorer .transaction-page .vmtrace .stack
    .page-smart-routing .smrt-exchange-topbar .overview-book li,
    .page-smart-routing .smrt-exchange-topbar .overview-book .page-wallet-view .transaction-page .cell.stack.td.value, .page-wallet-view .transaction-page
    .page-smart-routing .smrt-exchange-topbar .overview-book .cell.stack.td.value,
    .page-smart-routing .smrt-exchange-topbar .overview-book
    .page-blockchain-explorer .transaction-page .cell.stack.td.value,
    .page-blockchain-explorer .transaction-page
    .page-smart-routing .smrt-exchange-topbar .overview-book .cell.stack.td.value,
    .page-smart-routing .smrt-exchange-topbar .overview-book .page-wallet-view .transaction-page .cell.memory.td.value, .page-wallet-view .transaction-page
    .page-smart-routing .smrt-exchange-topbar .overview-book .cell.memory.td.value,
    .page-smart-routing .smrt-exchange-topbar .overview-book
    .page-blockchain-explorer .transaction-page .cell.memory.td.value,
    .page-blockchain-explorer .transaction-page
    .page-smart-routing .smrt-exchange-topbar .overview-book .cell.memory.td.value,
    .page-smart-routing .smrt-exchange-topbar .overview-book .page-wallet-view .transaction-page .cell.storage.td.key, .page-wallet-view .transaction-page
    .page-smart-routing .smrt-exchange-topbar .overview-book .cell.storage.td.key,
    .page-smart-routing .smrt-exchange-topbar .overview-book .page-wallet-view .transaction-page .cell.storage.td.value, .page-wallet-view .transaction-page
    .page-smart-routing .smrt-exchange-topbar .overview-book .cell.storage.td.value,
    .page-smart-routing .smrt-exchange-topbar .overview-book
    .page-blockchain-explorer .transaction-page .cell.storage.td.key,
    .page-blockchain-explorer .transaction-page
    .page-smart-routing .smrt-exchange-topbar .overview-book .cell.storage.td.key,
    .page-smart-routing .smrt-exchange-topbar .overview-book
    .page-blockchain-explorer .transaction-page .cell.storage.td.value,
    .page-blockchain-explorer .transaction-page
    .page-smart-routing .smrt-exchange-topbar .overview-book .cell.storage.td.value {
      font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace; }
    @media screen and (max-width: 1440px) {
      .page-smart-routing .smrt-exchange-topbar .overview-trades {
        display: none; } }
    .page-smart-routing .smrt-exchange-topbar .overview-trades .panel-body {
      height: 190px; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades .panel-heading {
      padding-top: 10px; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades td {
      text-align: right; }
      .page-smart-routing .smrt-exchange-topbar .overview-trades td:first-child {
        text-align: left; }
    @media screen and (max-width: 1280px) {
      .page-smart-routing .smrt-exchange-topbar #overview-trades {
        display: none; } }
    .page-smart-routing .smrt-exchange-topbar .overview-exchange .recent-trade-row,
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .recent-trade-row {
      text-align: right;
      font-size: 0.9em;
      line-height: 1.2; }
      .page-smart-routing .smrt-exchange-topbar .overview-exchange .recent-trade-row td:first-child,
      .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .recent-trade-row td:first-child {
        width: 50px;
        text-align: left; }
    .page-smart-routing .smrt-exchange-topbar .overview-exchange .down,
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .down {
      color: #f03b12;
      stroke: #f03b12;
      fill: #f03b12; }
    .page-smart-routing .smrt-exchange-topbar .overview-exchange .up,
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .up {
      color: #87cd6a;
      stroke: #87cd6a;
      fill: #87cd6a; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .down,
    .page-smart-routing .smrt-exchange-topbar .overview-trades .down {
      color: #f03b12;
      stroke: #f03b12;
      fill: #f03b12; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .up,
    .page-smart-routing .smrt-exchange-topbar .overview-trades .up {
      color: #87cd6a;
      stroke: #87cd6a;
      fill: #87cd6a; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .fill,
    .page-smart-routing .smrt-exchange-topbar .overview-trades .fill {
      stroke: none;
      opacity: 0.2; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .line,
    .page-smart-routing .smrt-exchange-topbar .overview-trades .line {
      stroke-width: 2;
      opacity: 0.9;
      fill: none; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .tip,
    .page-smart-routing .smrt-exchange-topbar .overview-trades .tip {
      color: #f0ecec;
      stroke: #f0ecec; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .overview-trades,
    .page-smart-routing .smrt-exchange-topbar .overview-trades .overview-trades {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      margin-right: 0;
      width: 50%; }
      .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .overview-trades:last-child,
      .page-smart-routing .smrt-exchange-topbar .overview-trades .overview-trades:last-child {
        margin-right: 0; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .overview-macro rect.pane,
    .page-smart-routing .smrt-exchange-topbar .overview-trades .overview-macro rect.pane {
      fill: none;
      pointer-events: all; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .overview-macro path.line-ma,
    .page-smart-routing .smrt-exchange-topbar .overview-trades .overview-macro path.line-ma {
      opacity: 0.65; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .overview-macro g,
    .page-smart-routing .smrt-exchange-topbar .overview-trades .overview-macro g {
      color: #666; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades-macro {
      height: 250px;
      width: 20%; }
      @media screen and (max-width: 1280px) {
        .page-smart-routing .smrt-exchange-topbar .overview-trades-macro {
          display: none; } }
      @media screen and (max-width: 1280px) {
        .page-smart-routing .smrt-exchange-topbar .overview-trades-macro {
          width: 26%; } }
      .page-smart-routing .smrt-exchange-topbar .overview-trades-macro .overview-macro {
        height: 250px; }
    .page-smart-routing .smrt-exchange-topbar .overview-trades {
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
      width: 22%;
      line-height: 14px; }
    .page-smart-routing .smrt-exchange-topbar .overview-exchange {
      width: 24%;
      min-width: 200px;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial; }
      .page-smart-routing .smrt-exchange-topbar .overview-exchange .exchange-selected {
        height: 160px; }
    @media screen and (max-width: 900px) {
      .page-smart-routing .smrt-exchange-topbar {
        display: initial;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: initial;
                flex-direction: initial;
        overflow-y: initial;
        overflow-x: initial;
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -ms-flex-direction: none;
            flex-direction: none; }
        .page-smart-routing .smrt-exchange-topbar .overview-exchange {
          display: none; } }
  .page-smart-routing .overview-chart {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    height: 500px;
    border-bottom: 0; }
    .page-smart-routing .overview-chart iframe {
      background: '#222'; }
    .page-smart-routing .overview-chart .chart-timeframe-control,
    .page-smart-routing .overview-chart .chart-expand {
      display: inline-block; }
    .page-smart-routing .overview-chart .chart-expand {
      margin-left: 0px; }
    .page-smart-routing .overview-chart .panel-heading {
      width: 100%;
      display: inline-block; }
      .page-smart-routing .overview-chart .panel-heading .panel-title {
        width: 210px; }
      .page-smart-routing .overview-chart .panel-heading .panel-heading-controls {
        width: calc( 100% - 210px);
        text-align: right; }
      .page-smart-routing .overview-chart .panel-heading .chart-timeframe-control {
        margin-right: 10px; }
        @media screen and (max-width: 1280px) {
          .page-smart-routing .overview-chart .panel-heading .chart-timeframe-control ul {
            display: none; } }
      @media screen and (max-width: 900px) {
        .page-smart-routing .overview-chart .panel-heading .chart-expand {
          display: none; } }
      .page-smart-routing .overview-chart .panel-heading .interval-dropdown {
        display: none; }
        @media screen and (max-width: 1280px) {
          .page-smart-routing .overview-chart .panel-heading .interval-dropdown {
            display: inline-block; } }
    .page-smart-routing .overview-chart .panel-body {
      padding: 0; }
    @media screen and (max-width: 1280px) {
      .page-smart-routing .overview-chart {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-height: 300px; } }

.page-xbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: auto; }
  .page-xbx .charts-column,
  .page-xbx .description-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px; }
  .page-xbx .charts-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 640px) {
      .page-xbx .charts-column {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .page-xbx .charts-column .panel-body {
      position: relative;
      min-height: 300px; }
    .page-xbx .charts-column .charts-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .page-xbx .charts-column .charts-container > div {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100px;
                flex: 1 0 100px; }
        .page-xbx .charts-column .charts-container > div .hoverarea {
          cursor: crosshair; }
        .page-xbx .charts-column .charts-container > div .axis .tick line {
          opacity: .25;
          pointer-events: none; }
        .page-xbx .charts-column .charts-container > div .line[class*="charting-color"] {
          opacity: .25; }
        .page-xbx .charts-column .charts-container > div path.fill[class*="charting-color"] {
          opacity: .5; }
        .page-xbx .charts-column .charts-container > div .line.charting-color-ixbx-xbt-usd {
          opacity: 1; }
        .page-xbx .charts-column .charts-container > div .legend [class*="charting-color"] {
          stroke-width: 0; }
        .page-xbx .charts-column .charts-container > div .legend .time {
          font-weight: bold; }
  .page-xbx .description-column {
    overflow-y: scroll; }
    @media screen and (max-width: 640px) {
      .page-xbx .description-column {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
    @media screen and (max-width: 900px) {
      .page-xbx .description-column {
        overflow-y: initial; } }
    .page-xbx .description-column .panel {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: none;
              flex-direction: none; }
    .page-xbx .description-column hr {
      margin: 5px; }
    .page-xbx .description-column .rates-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .page-xbx .description-column .rates-row .xbx-prices {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 220px;
                flex: 1 0 220px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .page-xbx .description-column .rates-row .xbx-prices .panel-body {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .page-xbx .description-column .rates-row .exchange-prices {
        -webkit-box-flex: 2;
            -ms-flex: 2 0 210px;
                flex: 2 0 210px; }
      .page-xbx .description-column .rates-row .xbx-current {
        font-size: 50px;
        text-align: center;
        line-height: 1;
        padding-bottom: 10px; }
      .page-xbx .description-column .rates-row .xbx-deltas {
        text-align: center; }
        .page-xbx .description-column .rates-row .xbx-deltas > div {
          display: inline-block;
          font-size: 13px; }
          .page-xbx .description-column .rates-row .xbx-deltas > div.delta-1h {
            padding-right: 4px; }
          .page-xbx .description-column .rates-row .xbx-deltas > div.delta-24h {
            border-left: 1px solid;
            padding-left: 4px;
            padding-right: 4px; }
          .page-xbx .description-column .rates-row .xbx-deltas > div.price-4pm {
            border-left: 1px solid;
            padding-left: 4px; }
      .page-xbx .description-column .rates-row .exchange-prices .up,
      .page-xbx .description-column .rates-row .xbx-prices .up {
        color: #8cc176; }
      .page-xbx .description-column .rates-row .exchange-prices .down,
      .page-xbx .description-column .rates-row .xbx-prices .down {
        color: #ff3838; }
      .page-xbx .description-column .rates-row .exchange-prices table thead {
        border-bottom: 1px solid #555; }
      .page-xbx .description-column .rates-row .exchange-prices table td, .page-xbx .description-column .rates-row .exchange-prices table th {
        text-align: right; }
      .page-xbx .description-column .rates-row .exchange-prices table td:first-child,
      .page-xbx .description-column .rates-row .exchange-prices table th:first-child {
        text-align: left; }
      .page-xbx .description-column .rates-row .exchange-prices .ixbx-xbt-usd {
        color: white;
        font-size: 1.5em;
        font-weight: bold; }
      .page-xbx .description-column .rates-row .exchange-prices .bfnx-xbt-usd {
        color: #c6a0d5; }
      .page-xbx .description-column .rates-row .exchange-prices .bfnx-etc-xbt {
        color: #c6a0d5; }
      .page-xbx .description-column .rates-row .exchange-prices .stmp-xbt-usd {
        color: lightgreen; }
      .page-xbx .description-column .rates-row .exchange-prices .polo-etc-xbt {
        color: lightgreen; }
      .page-xbx .description-column .rates-row .exchange-prices .bchn-xbt-cny {
        color: #927608; }
      .page-xbx .description-column .rates-row .exchange-prices .btce-xbt-usd {
        color: #3498db; }
      .page-xbx .description-column .rates-row .exchange-prices .byes-xbt-usd {
        color: lightseagreen; }
      .page-xbx .description-column .rates-row .exchange-prices .okcn-xbt-usd {
        color: #e74c3c; }
      .page-xbx .description-column .rates-row .exchange-prices .krkn-etc-xbt {
        color: #e74c3c; }
      .page-xbx .description-column .rates-row .exchange-prices .itbt-xbt-usd {
        color: #f1c40f; }
      .page-xbx .description-column .rates-row .exchange-prices .base-xbt-usd {
        color: #69c0d1; }
      .page-xbx .description-column .rates-row .exchange-prices .bfnx-etc-usd {
        color: #69c0d1; }
      .page-xbx .description-column .rates-row .exchange-prices .cstr-xbt-uds {
        color: orange; }
      .page-xbx .description-column .rates-row .exchange-prices .krkn-xbt-usd,
      .page-xbx .description-column .rates-row .exchange-prices .krkn-xbt-eur {
        color: MediumSlateBlue; }
      .page-xbx .description-column .rates-row .exchange-prices .huob-xbt-cny {
        color: #9b59b6; }
    .page-xbx .description-column .description-row .index-overview-table-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-xbx .description-column .description-row .index-overview-table-row > div:first-child {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .page-xbx .description-column .description-row .index-overview-table-row > div:last-child {
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3; }
    .page-xbx .description-column .description-row .index-analysis {
      margin-top: 10px; }
      .page-xbx .description-column .description-row .index-analysis h3 {
        margin-bottom: 5px; }
      .page-xbx .description-column .description-row .index-analysis p {
        margin: 0; }
    .page-xbx .description-column .download-clients-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-xbx .description-column .download-clients-row .panel {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
    @media screen and (max-width: 1280px) {
      .page-xbx .description-column .download-clients-row,
      .page-xbx .description-column .index-overview-large {
        display: none; } }
    .page-xbx .description-column .index-overview-tabbed {
      display: none; }
      @media screen and (max-width: 1280px) {
        .page-xbx .description-column .index-overview-tabbed {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .page-xbx .description-column .index-overview-tabbed .panel-heading {
        border-bottom: none; }
      .page-xbx .description-column .index-overview-tabbed .tabbed {
        min-height: 150px; }
    .page-xbx .description-column .index-download-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .page-xbx .description-column .index-download-button .btn-group {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .page-xbx .description-column .index-download-button .btn-tron {
        margin-top: 0px;
        margin-left: 10px;
        width: 100px; }
    .page-xbx .description-column .clients .panel-body {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-xbx .description-column .carousel {
      height: 250px; }
      .page-xbx .description-column .carousel .carousel-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-xbx .description-column .carousel .carousel-item a {
          width: 250px;
          height: 200px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .page-xbx .description-column .carousel .carousel-item img {
          max-width: 100%;
          max-height: 180px; }
        .page-xbx .description-column .carousel .carousel-item p {
          font-style: italic;
          margin: 0; }

.page-mining .generic-historical-chart {
  background-image: url("/static/img/logos/full-logo-on-light-background-image.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 150px auto; }

.page-mining .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: right-to-left;
      -ms-flex-align: right-to-left;
          align-items: right-to-left; }

.page-mining .mining-news-wrapper {
  max-width: 18%; }
  .page-mining .mining-news-wrapper .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-mining .mining-news-wrapper a {
    font-weight: bold; }
  .page-mining .mining-news-wrapper .panel-body {
    height: 1100px;
    min-width: 225px;
    color: #888888; }
    @media screen and (max-width: 900px) {
      .page-mining .mining-news-wrapper .panel-body {
        height: 450px; } }
  @media screen and (max-width: 900px) {
    .page-mining .mining-news-wrapper {
      display: none; } }
  .page-mining .mining-news-wrapper .mining-news-content.panel-body * {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.page-mining .other-column {
  max-width: 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 900px) {
    .page-mining .other-column {
      max-width: 100%; } }

.page-mining .mining-overview-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px; }
  .page-mining .mining-overview-statistics .panel-body {
    min-height: 450px; }
  .page-mining .mining-overview-statistics h4 {
    font-size: 18px; }
  .page-mining .mining-overview-statistics .current-exchange-rate-header,
  .page-mining .mining-overview-statistics .price-compare {
    display: inline-block;
    vertical-align: top; }
  .page-mining .mining-overview-statistics .price-compare {
    font-size: 1.25em;
    font-weight: bold; }
  .page-mining .mining-overview-statistics table {
    margin-bottom: 10px; }
    .page-mining .mining-overview-statistics table td:nth-child(2) {
      text-align: right; }
  @media screen and (max-width: 900px) {
    .page-mining .mining-overview-statistics {
      width: 100%; } }

.page-mining .mining-stats-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 250px); }
  .page-mining .mining-stats-wrapper label,
  .page-mining .mining-stats-wrapper h4 {
    color: white; }
  .page-mining .mining-stats-wrapper .panel-body {
    -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
    padding: .05em 0; }
    .page-mining .mining-stats-wrapper .panel-body .spinner {
      margin-top: 75px;
      position: relative; }
  @media screen and (max-width: 900px) {
    .page-mining .mining-stats-wrapper {
      width: 100%; } }

.page-mining .mining-hardware-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .page-mining .mining-hardware-calculator .calculator-outputs .panel-heading .panel-heading-controls {
    text-align: right; }
  @media screen and (max-width: 900px) {
    .page-mining .mining-hardware-calculator {
      width: 100%;
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: none;
              flex-direction: none; } }

.page-mining .calculator-inputs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .page-mining .calculator-inputs .calculator-field-dropdown {
    line-height: 12px;
    height: 20px;
    margin-left: 0; }
  .page-mining .calculator-inputs .mining-calculator-form {
    margin: 2px;
    width: 100%;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle; }
    .page-mining .calculator-inputs .mining-calculator-form:hover {
      background-color: #222222; }
    .page-mining .calculator-inputs .mining-calculator-form .control-label {
      text-align: left;
      font-weight: normal;
      float: left;
      margin: 0 0 0 10px; }
    .page-mining .calculator-inputs .mining-calculator-form .control-input {
      width: 50%;
      display: block;
      float: right;
      vertical-align: middle;
      line-height: 28px; }
      .page-mining .calculator-inputs .mining-calculator-form .control-input input {
        text-align: right;
        float: right;
        max-width: 125px;
        height: 25px;
        margin: 2px 0 0; }
  .page-mining .calculator-inputs .form-group h4 {
    margin-bottom: 10px; }
  .page-mining .calculator-inputs .form-group .cost-of-hardware input {
    width: calc(100% - 52px);
    max-width: none;
    float: left; }
  .page-mining .calculator-inputs .form-group .cost-of-hardware .btn-group {
    width: 52px;
    float: right; }
  .page-mining .calculator-inputs .form-group .initial-mining-date .month {
    width: 60%; }
  .page-mining .calculator-inputs .form-group .initial-mining-date .year {
    width: 40%; }
  .page-mining .calculator-inputs .form-group .difficulty-increase input {
    width: calc(100% - 52px);
    max-width: none;
    float: left; }
  .page-mining .calculator-inputs .form-group .difficulty-increase .btn-group {
    width: 52px;
    float: right; }
  .page-mining .calculator-inputs .form-control {
    display: block;
    width: 100%; }
  .page-mining .calculator-inputs .mining-calculator-footer .btn {
    float: right; }
  @media screen and (max-width: 900px) {
    .page-mining .calculator-inputs {
      width: 100%;
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: none;
              flex-direction: none; } }

.page-mining .calculator-outputs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .page-mining .calculator-outputs .mining-results-table,
  .page-mining .calculator-outputs .mining-results-sharing {
    max-width: 50%; }
  .page-mining .calculator-outputs .text-two-line p {
    margin-top: 4px;
    margin-bottom: 0px; }
  .page-mining .calculator-outputs .tablesorter {
    float: left;
    display: block; }
    .page-mining .calculator-outputs .tablesorter .mining-payout-date {
      width: 70px; }
    .page-mining .calculator-outputs .tablesorter .mining-payout-difficulty {
      width: 80px; }
    .page-mining .calculator-outputs .tablesorter .mining-payout-block-time {
      width: 100px; }
      @media screen and (max-width: 1280px) {
        .page-mining .calculator-outputs .tablesorter .mining-payout-block-time {
          display: none; } }
      @media screen and (max-width: 900px) {
        .page-mining .calculator-outputs .tablesorter .mining-payout-block-time {
          display: inline-block;
          width: 80px; } }
    .page-mining .calculator-outputs .tablesorter .mining-payout-monthly-revenue {
      width: 100px; }
      @media screen and (max-width: 1280px) {
        .page-mining .calculator-outputs .tablesorter .mining-payout-monthly-revenue {
          width: 65px; } }
    .page-mining .calculator-outputs .tablesorter .mining-payout-monthly-profit {
      width: 65px; }
    .page-mining .calculator-outputs .tablesorter .mining-payout-net-profit {
      width: 80px; }
  @media screen and (max-width: 900px) {
    .page-mining .calculator-outputs {
      width: 100%;
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: none;
              flex-direction: none; } }

@media (min-width: 1280px) {
  .page-mining #share-text {
    width: 300px; } }

.page-mining #input-error {
  color: red; }

.page-mining .help-block {
  color: red;
  width: 3px;
  margin-right: 0px; }

.page-new-account {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-new-account > .panel {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial; }
  .page-new-account .invalid-key {
    border: none;
    border-radius: 4px;
    margin: auto;
    position: relative;
    max-width: 400px; }
    @media screen and (max-width: 900px) {
      .page-new-account .invalid-key {
        margin-top: 0px;
        max-width: 100%; } }
    .page-new-account .invalid-key .panel-heading {
      border-radius: 3px 3px 0px 0px; }
    .page-new-account .invalid-key .panel-body {
      padding: 2em; }
    .page-new-account .invalid-key .panel-body {
      display: block; }

.new-account-creation {
  border: none;
  border-radius: 4px;
  margin: auto;
  position: relative;
  max-width: 400px; }
  @media screen and (max-width: 900px) {
    .new-account-creation {
      margin-top: 0px;
      max-width: 100%; } }
  .new-account-creation .panel-heading {
    border-radius: 3px 3px 0px 0px; }
  .new-account-creation .panel-body {
    padding: 2em; }
  .new-account-creation h2 {
    font-weight: normal;
    margin-bottom: 1em; }
  .new-account-creation input {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0.5em 0; }
  .new-account-creation input[type=submit] {
    width: 100%;
    padding: 1em;
    font-size: 1.2em; }
  .new-account-creation .text-danger {
    margin-top: 1.2em; }
  .new-account-creation .captcha-container {
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em; }
    .new-account-creation .captcha-container .captcha-refresh {
      padding-top: 1em; }
    .new-account-creation .captcha-container img {
      height: 43px;
      width: 80px;
      border-radius: 3px; }
    .new-account-creation .captcha-container input {
      width: calc(100% - 90px);
      margin: 0 0 0 10px; }
    .new-account-creation .captcha-container span {
      color: #777777;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 42px; }

.new-account-application {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }
  .new-account-application .toggle-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em; }
    .new-account-application .toggle-button input[type=button] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .new-account-application .toggle-button input[type=button].active {
        background-color: #00aaf8;
        color: #111111;
        opacity: 1; }
  .new-account-application .application-type {
    text-align: center; }
    .new-account-application .application-type .btn {
      display: block;
      width: 300px;
      margin: 1em auto;
      padding: 1em 2em; }
  .new-account-application hr {
    margin-top: 20px;
    margin-bottom: 20px; }
  .new-account-application .inline-signature {
    width: 170px;
    vertical-align: middle;
    background: transparent;
    border: 0 none;
    border-radius: 0;
    border-bottom: 1px solid #3d3d3d;
    box-shadow: none;
    padding: 2px 4px 4px; }
  .new-account-application .form-row {
    margin-bottom: 10px; }
    .new-account-application .form-row h5 {
      margin-bottom: 5px; }
    .new-account-application .form-row.double > div,
    .new-account-application .form-row.triple > div,
    .new-account-application .form-row.quad > div {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px;
      vertical-align: top; }
      .new-account-application .form-row.double > div:first-child,
      .new-account-application .form-row.triple > div:first-child,
      .new-account-application .form-row.quad > div:first-child {
        padding-left: 0; }
      .new-account-application .form-row.double > div:last-child,
      .new-account-application .form-row.triple > div:last-child,
      .new-account-application .form-row.quad > div:last-child {
        padding-right: 0; }
    .new-account-application .form-row.double > div {
      width: 50%; }
    .new-account-application .form-row.triple > div {
      width: 33.33%; }
    .new-account-application .form-row.quad > div {
      width: 25%; }
    .new-account-application .form-row label {
      margin-bottom: 0px; }
    .new-account-application .form-row .btn-group {
      width: 100%; }
    .new-account-application .form-row .button-text-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px; }
      .new-account-application .form-row .button-text-row input[type=button] {
        width: 100px;
        margin-right: 10px; }
        .new-account-application .form-row .button-text-row input[type=button].active {
          background-color: #00aaf8;
          color: #111111;
          opacity: 1;
          cursor: default; }
  .new-account-application .text-danger {
    margin-top: 2px; }
  .new-account-application .license-date input {
    width: 75px; }
  .new-account-application .source-of-funds label {
    display: block; }
  .new-account-application .source-of-funds .text-danger {
    margin-bottom: 10px; }
  .new-account-application .form-row .single-dropdown {
    width: 150px;
    margin-right: 10px; }
    .new-account-application .form-row .single-dropdown + .text-danger {
      display: inline-block; }
  .new-account-application .additional p:not(:first-child) {
    margin-top: 10px; }
  .new-account-application .needs-explanation .btn-group {
    width: 150px; }
  .new-account-application .needs-explanation > div {
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: bottom; }
    .new-account-application .needs-explanation > div:nth-child(2) {
      padding-left: 10px; }
  .new-account-application .employment-status-explanation-error {
    margin-left: 160px; }
  .new-account-application .file-upload {
    margin-right: 5px;
    vertical-align: middle;
    max-width: 100%; }
  .new-account-application .trading .form-row h5 {
    min-height: 2.4em; }
  @media screen and (max-width: 900px) {
    .new-account-application .trading .form-row > div {
      width: 100%; }
      .new-account-application .trading .form-row > div h5 {
        min-height: initial; } }
  .new-account-application .incomplete {
    margin-top: 10px; }
    .new-account-application .incomplete .text-danger {
      font-weight: bold; }
    .new-account-application .incomplete ul {
      list-style-type: disc;
      list-style-position: inside; }
  .new-account-application .submit-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .new-account-application .submit-row .submit-error {
      float: left;
      background: #ff3838;
      color: white;
      padding: 1px 5px;
      border-radius: 2px;
      display: inline-block; }
    .new-account-application .submit-row .btn {
      margin-left: 10px; }
  .new-account-application input[type=file] {
    padding-bottom: 0; }
  .new-account-application .business-form .representative {
    position: relative; }
    .new-account-application .business-form .representative .rep-actions {
      position: absolute;
      right: 0;
      top: 0; }
      .new-account-application .business-form .representative .rep-actions > div {
        margin-right: 5px; }
    .new-account-application .business-form .representative .individual-type-summary {
      font-size: 0.85em;
      color: #8c8c8c; }
  .new-account-application .business-form .rep-add {
    margin-bottom: 10px; }
  .new-account-application .panel-body {
    padding: 2em; }

.legal-modal {
  max-width: 800px; }
  .legal-modal .modal-body {
    max-height: 500px; }
  .legal-modal h5 {
    font-weight: bold;
    margin-top: 5px; }
  .legal-modal ul {
    list-style-type: disc;
    margin-left: 17px; }

.page-onboarding .panel-body {
  min-height: 150px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }
  .page-onboarding .panel-body .tbody {
    max-height: 500px; }

.page-onboarding .tablesorter .cell-datetimeyear {
  width: 160px;
  padding-right: 20px; }

.page-onboarding .tablesorter .cell-type {
  width: 80px; }

.page-onboarding .tablesorter .cell-link {
  width: 60px;
  text-align: center; }

.page-onboarding .tablesorter .cell-final {
  width: 120px;
  white-space: normal; }
  .page-onboarding .tablesorter .cell-final .btn {
    width: 110px; }

.page-onboarding .tablesorter .cell-pdf {
  width: 40px;
  text-align: center; }

@media screen and (max-width: 900px) {
  .page-onboarding .tablesorter .cell-datetimeyear {
    display: none; } }

@media screen and (max-width: 640px) {
  .page-onboarding .tablesorter .cell-final {
    display: none; } }

.page-onboarding-user h1 {
  margin: 0; }

.page-onboarding-user .dates {
  margin: 10px 0; }
  .page-onboarding-user .dates > div > div {
    display: inline-block; }
    .page-onboarding-user .dates > div > div:first-child {
      width: 150px; }

.page-onboarding-user .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-onboarding-user .row > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
            flex: 1 0 0; }
    .page-onboarding-user .row > div.panel {
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px; }

.page-onboarding-user .panel-body {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
  position: relative; }

.page-onboarding-user .actions {
  margin: 5px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .page-onboarding-user .actions .btn-group {
    max-width: 150px; }
  .page-onboarding-user .actions input[type=submit] {
    width: 100%;
    max-width: 150px; }

.page-onboarding-user .user-identity h3 {
  margin-top: 0.5em; }

.page-onboarding-user .user-identity-upload .panel-body > div {
  margin-bottom: 15px; }

.page-onboarding-user .user-identity-upload h2 {
  margin: 0; }

.page-onboarding-user .user-identity-upload img {
  max-width: 100%;
  max-height: 250px; }

.page-payment {
  width: 640px;
  margin: auto; }
  .page-payment .btn {
    margin-left: 0.5em; }
  .page-payment .text-danger {
    margin-top: 0.5em; }
  .page-payment .row > div:first-child {
    width: 125px; }
  .page-payment p {
    margin-top: 10px; }

.page-payment-contract .payment-tos {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }
  .page-payment-contract .payment-tos .panel-body {
    height: 300px;
    overflow-y: auto; }

.page-payment-contract .payment-order .payment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-payment-contract .payment-order .payment-form .payment-invoice {
    -webkit-box-flex: 3;
        -ms-flex: 3 0 250px;
            flex: 3 0 250px; }
  .page-payment-contract .payment-order .payment-form .payment-fees {
    border-left: 1px solid #222222;
    padding: 0 0 0 20px;
    margin-left: 20px;
    -webkit-box-flex: 7;
        -ms-flex: 7 0 350px;
            flex: 7 0 350px; }
    @media screen and (max-width: 900px) {
      .page-payment-contract .payment-order .payment-form .payment-fees {
        border-left: 0 none;
        padding: 0;
        margin-left: 0;
        margin-top: 20px; } }
    .page-payment-contract .payment-order .payment-form .payment-fees ul {
      list-style-type: circle;
      margin-left: 20px; }
    .page-payment-contract .payment-order .payment-form .payment-fees ul > li {
      color: white; }

.page-payment-contract ul {
  vertical-align: top;
  display: inline-block;
  list-style-type: circle;
  padding-left: 50px;
  width: 50%; }
  .page-payment-contract ul > li {
    color: white; }
    .page-payment-contract ul > li > p {
      margin-left: 20px; }

.page-payment-contract .payment-paragraph {
  padding-left: 20px;
  padding-bottom: 20px; }
  .page-payment-contract .payment-paragraph div {
    margin-left: 20px; }

.page-payment-contract .payment-subsection {
  padding-left: 20px;
  padding-bottom: 20px; }

.page-payment-contract .btn {
  margin-left: 0.5em; }

.page-payment-contract .text-danger {
  margin-top: 0.5em; }

.page-portfolio .content {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.page-portfolio .portfolio-balances-table {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .page-portfolio .portfolio-balances-table .tablesorter .tr .cell-account {
    width: calc(100% - 725px); }
    @media screen and (max-width: 1440px) {
      .page-portfolio .portfolio-balances-table .tablesorter .tr .cell-account {
        width: calc(100% - 725px); } }
    @media screen and (max-width: 1280px) {
      .page-portfolio .portfolio-balances-table .tablesorter .tr .cell-account {
        width: calc(100% - 725px); } }
    @media screen and (max-width: 900px) {
      .page-portfolio .portfolio-balances-table .tablesorter .tr .cell-account {
        width: calc(100% - 575px); } }
    @media screen and (max-width: 640px) {
      .page-portfolio .portfolio-balances-table .tablesorter .tr .cell-account {
        width: calc(100% - 575px); } }
  .page-portfolio .portfolio-balances-table .tablesorter .tr .cell-left-info {
    width: calc(100% - 600px); }
    @media screen and (max-width: 1440px) {
      .page-portfolio .portfolio-balances-table .tablesorter .tr .cell-left-info {
        width: calc(100% - 600px); } }
    @media screen and (max-width: 1280px) {
      .page-portfolio .portfolio-balances-table .tablesorter .tr .cell-left-info {
        width: calc(100% - 600px); } }
    @media screen and (max-width: 900px) {
      .page-portfolio .portfolio-balances-table .tablesorter .tr .cell-left-info {
        width: calc(100% - 450px); } }
    @media screen and (max-width: 640px) {
      .page-portfolio .portfolio-balances-table .tablesorter .tr .cell-left-info {
        width: calc(100% - 450px); } }
  .page-portfolio .portfolio-balances-table .tr .cell-account .fa-external-link {
    margin-left: 5px;
    vertical-align: middle;
    color: inherit; }
  .page-portfolio .portfolio-balances-table .tr .fa-pencil {
    margin-left: 5px; }
  .page-portfolio .portfolio-balances-table .tr .cell-type {
    width: 125px; }
  .page-portfolio .portfolio-balances-table .tr .cell-left-info {
    padding-left: 20px; }
  .page-portfolio .portfolio-balances-table .tr .cell-currency {
    padding-left: 40px; }
  .page-portfolio .portfolio-balances-table .tr .cell-value {
    width: 150px; }
  .page-portfolio .portfolio-balances-table .tr .currency-label {
    display: inline-block;
    width: 27px; }
  @media screen and (max-width: 900px) {
    .page-portfolio .portfolio-balances-table .tr .cell-portfolio-percent {
      display: none; } }
  .page-portfolio .portfolio-balances-table .pane-body {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.page-portfolio .portfolio-balances-chart {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.page-portfolio .portfolio-orders {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .page-portfolio .portfolio-orders .panel-body {
    min-height: 100px; }
  .page-portfolio .portfolio-orders .orders-chart {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%; }
    .page-portfolio .portfolio-orders .orders-chart:last-child {
      margin-right: 0; }
  .page-portfolio .portfolio-orders .orders-table {
    float: left;
    display: block;
    margin-right: 0%;
    width: 75%; }
    .page-portfolio .portfolio-orders .orders-table:last-child {
      margin-right: 0; }
    .page-portfolio .portfolio-orders .orders-table .orders-side {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .page-portfolio .portfolio-orders .orders-table .orders-side:last-child {
        margin-right: 0; }
      .page-portfolio .portfolio-orders .orders-table .orders-side .orderbook-headers {
        padding-right: 20px; }
        .page-portfolio .portfolio-orders .orders-table .orders-side .orderbook-headers h4 {
          display: inline-block; }
          .page-portfolio .portfolio-orders .orders-table .orders-side .orderbook-headers h4.totals {
            float: right; }
  .page-portfolio .portfolio-orders #portfolio-orders-chart {
    height: 200px; }

.page-portfolio .portfolio-ledger {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .page-portfolio .portfolio-ledger .tablesorter .tr .cell-account {
    width: calc(100% - 960px); }
    @media screen and (max-width: 1440px) {
      .page-portfolio .portfolio-ledger .tablesorter .tr .cell-account {
        width: calc(100% - 960px); } }
    @media screen and (max-width: 1280px) {
      .page-portfolio .portfolio-ledger .tablesorter .tr .cell-account {
        width: calc(100% - 665px); } }
    @media screen and (max-width: 900px) {
      .page-portfolio .portfolio-ledger .tablesorter .tr .cell-account {
        width: calc(100% - 465px); } }
    @media screen and (max-width: 640px) {
      .page-portfolio .portfolio-ledger .tablesorter .tr .cell-account {
        width: calc(100% - 465px); } }
  .page-portfolio .portfolio-ledger .cell-date {
    padding-right: 10px; }
  .page-portfolio .portfolio-ledger .cell-datetime {
    width: 165px;
    padding-right: 10px; }
  .page-portfolio .portfolio-ledger .cell-action {
    width: 105px; }
  .page-portfolio .portfolio-ledger .cell-price {
    width: 65px; }
  .page-portfolio .portfolio-ledger .cell-currency {
    width: 120px; }
  .page-portfolio .portfolio-ledger .tbody {
    max-height: 500px; }
  @media screen and (max-width: 1280px) {
    .page-portfolio .portfolio-ledger .cell-action {
      width: 140px; }
    .page-portfolio .portfolio-ledger .cell-net {
      display: none; } }
  @media screen and (max-width: 900px) {
    .page-portfolio .portfolio-ledger .cell-action {
      width: 120px; }
    .page-portfolio .portfolio-ledger .cell-fee {
      display: none; }
    .page-portfolio .portfolio-ledger .cell-delta-usd {
      width: 60px; } }

.page-portfolio-account-management .panel {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }

.page-portfolio-account-management .row {
  padding-bottom: 0.5em; }
  .page-portfolio-account-management .row > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    .page-portfolio-account-management .row > div:first-child {
      padding-left: 0; }
    .page-portfolio-account-management .row > div:last-child {
      padding-right: 0; }
  .page-portfolio-account-management .row .monospace, .page-portfolio-account-management .row .page-wallet-view .transaction-page .vmtrace .stack li, .page-wallet-view .transaction-page .vmtrace .stack .page-portfolio-account-management .row li, .page-portfolio-account-management .row
  .page-blockchain-explorer .transaction-page .vmtrace .stack li,
  .page-blockchain-explorer .transaction-page .vmtrace .stack .page-portfolio-account-management .row li, .page-portfolio-account-management .row .page-wallet-view .transaction-page .cell.stack.td.value, .page-wallet-view .transaction-page .page-portfolio-account-management .row .cell.stack.td.value, .page-portfolio-account-management .row
  .page-blockchain-explorer .transaction-page .cell.stack.td.value,
  .page-blockchain-explorer .transaction-page .page-portfolio-account-management .row .cell.stack.td.value, .page-portfolio-account-management .row .page-wallet-view .transaction-page .cell.memory.td.value, .page-wallet-view .transaction-page .page-portfolio-account-management .row .cell.memory.td.value, .page-portfolio-account-management .row
  .page-blockchain-explorer .transaction-page .cell.memory.td.value,
  .page-blockchain-explorer .transaction-page .page-portfolio-account-management .row .cell.memory.td.value, .page-portfolio-account-management .row .page-wallet-view .transaction-page .cell.storage.td.key, .page-wallet-view .transaction-page .page-portfolio-account-management .row .cell.storage.td.key, .page-portfolio-account-management .row .page-wallet-view .transaction-page .cell.storage.td.value, .page-wallet-view .transaction-page .page-portfolio-account-management .row .cell.storage.td.value, .page-portfolio-account-management .row
  .page-blockchain-explorer .transaction-page .cell.storage.td.key,
  .page-blockchain-explorer .transaction-page .page-portfolio-account-management .row .cell.storage.td.key, .page-portfolio-account-management .row
  .page-blockchain-explorer .transaction-page .cell.storage.td.value,
  .page-blockchain-explorer .transaction-page .page-portfolio-account-management .row .cell.storage.td.value,
  .page-portfolio-account-management .row textarea {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace; }
  .page-portfolio-account-management .row textarea {
    min-height: 80px;
    resize: none; }

.page-portfolio-account-management .your-accounts .panel-body {
  min-height: 150px; }
  .page-portfolio-account-management .your-accounts .panel-body .tablesorter .cell-nickname {
    width: calc(100% - 433px); }
  .page-portfolio-account-management .your-accounts .panel-body .tablesorter .cell-type {
    width: 130px; }
  .page-portfolio-account-management .your-accounts .panel-body .tablesorter .cell-added-by {
    width: 130px; }
  .page-portfolio-account-management .your-accounts .panel-body .tablesorter .cell-private {
    width: 60px;
    text-align: center; }
  .page-portfolio-account-management .your-accounts .panel-body .tablesorter .cell-permissions {
    width: 90px; }

.page-portfolio-account-management .new-account .multisig-options {
  width: 40px; }
  .page-portfolio-account-management .new-account .multisig-options + span {
    margin-left: 5px;
    margin-right: 5px; }

.page-portfolio-account-management .new-account .submit {
  text-align: right; }
  .page-portfolio-account-management .new-account .submit .btn {
    margin: 10px 0px 10px 10px; }

.page-portfolio-account-management .portfolio-account-edit {
  width: 355px;
  overflow: initial; }
  .page-portfolio-account-management .portfolio-account-edit .verify-password input[type=password],
  .page-portfolio-account-management .portfolio-account-edit .verify-password input[type=text] {
    width: calc(100% - 30px);
    display: inline-block;
    margin-right: 5px; }

.page-portfolio-account-management #portfolio-account-delete {
  width: 450px; }
  .page-portfolio-account-management #portfolio-account-delete ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 1em; }

.page-quick-trade-management .panel,
.page-quick-trade-management .panel-body {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }

.page-quick-trade-management .row {
  padding-bottom: 8px; }
  .page-quick-trade-management .row > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 8px;
    padding-right: 8px; }
    .page-quick-trade-management .row > div:first-child {
      padding-left: 0; }
    .page-quick-trade-management .row > div:last-child {
      padding-right: 0; }
  .page-quick-trade-management .row .monospace, .page-quick-trade-management .row .page-wallet-view .transaction-page .vmtrace .stack li, .page-wallet-view .transaction-page .vmtrace .stack .page-quick-trade-management .row li, .page-quick-trade-management .row
  .page-blockchain-explorer .transaction-page .vmtrace .stack li,
  .page-blockchain-explorer .transaction-page .vmtrace .stack .page-quick-trade-management .row li, .page-quick-trade-management .row .page-wallet-view .transaction-page .cell.stack.td.value, .page-wallet-view .transaction-page .page-quick-trade-management .row .cell.stack.td.value, .page-quick-trade-management .row
  .page-blockchain-explorer .transaction-page .cell.stack.td.value,
  .page-blockchain-explorer .transaction-page .page-quick-trade-management .row .cell.stack.td.value, .page-quick-trade-management .row .page-wallet-view .transaction-page .cell.memory.td.value, .page-wallet-view .transaction-page .page-quick-trade-management .row .cell.memory.td.value, .page-quick-trade-management .row
  .page-blockchain-explorer .transaction-page .cell.memory.td.value,
  .page-blockchain-explorer .transaction-page .page-quick-trade-management .row .cell.memory.td.value, .page-quick-trade-management .row .page-wallet-view .transaction-page .cell.storage.td.key, .page-wallet-view .transaction-page .page-quick-trade-management .row .cell.storage.td.key, .page-quick-trade-management .row .page-wallet-view .transaction-page .cell.storage.td.value, .page-wallet-view .transaction-page .page-quick-trade-management .row .cell.storage.td.value, .page-quick-trade-management .row
  .page-blockchain-explorer .transaction-page .cell.storage.td.key,
  .page-blockchain-explorer .transaction-page .page-quick-trade-management .row .cell.storage.td.key, .page-quick-trade-management .row
  .page-blockchain-explorer .transaction-page .cell.storage.td.value,
  .page-blockchain-explorer .transaction-page .page-quick-trade-management .row .cell.storage.td.value,
  .page-quick-trade-management .row textarea {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace; }
  .page-quick-trade-management .row textarea {
    min-height: 80px;
    resize: none; }

.page-quick-trade-management .default-quick-trade,
.page-quick-trade-management .quick-trade-settings,
.page-quick-trade-management .current-quick-trades {
  margin-bottom: 20px; }

.page-quick-trade-management .quick-trade-settings .row,
.page-quick-trade-management .default-quick-trade .row {
  padding-bottom: 0; }
  .page-quick-trade-management .quick-trade-settings .row > div:first-child,
  .page-quick-trade-management .default-quick-trade .row > div:first-child {
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

.page-quick-trade-management .default-quick-trade {
  min-height: 100px; }
  .page-quick-trade-management .default-quick-trade h3 {
    display: inline-block;
    margin-right: 10px; }

.page-quick-trade-management .current-quick-trades {
  min-height: 190px; }
  .page-quick-trade-management .current-quick-trades form {
    margin-top: 10px; }
    .page-quick-trade-management .current-quick-trades form > div {
      display: inline-block;
      width: 100px;
      vertical-align: top;
      margin-right: 5px;
      position: relative; }
    .page-quick-trade-management .current-quick-trades form .submit {
      margin-right: 5px; }
  .page-quick-trade-management .current-quick-trades h3 > input {
    margin: 10px 0px 10px 10px;
    font-size: 1em;
    width: 5px;
    length: 3%;
    padding-right: 5%; }
  .page-quick-trade-management .current-quick-trades h3 > i {
    padding-right: 78%;
    padding-top: 1%; }
  .page-quick-trade-management .current-quick-trades .tablesorter .cell-type {
    width: 85px; }
  .page-quick-trade-management .current-quick-trades .tablesorter .cell-name {
    width: calc((100% - 743px) * .6); }
  .page-quick-trade-management .current-quick-trades .tablesorter .cell-quick-only {
    width: 60px; }
  .page-quick-trade-management .current-quick-trades .tablesorter .cell-asset {
    width: 70px;
    text-align: left; }
  .page-quick-trade-management .current-quick-trades .tablesorter .cell-percent {
    width: 70px;
    text-align: right; }
  .page-quick-trade-management .current-quick-trades .tablesorter .cell-times {
    width: 140px;
    text-align: right;
    padding-right: 10px; }
  .page-quick-trade-management .current-quick-trades .tablesorter .cell-days {
    width: 100px;
    text-align: right; }
  .page-quick-trade-management .current-quick-trades .tablesorter .cell-active {
    width: 60px;
    text-align: center; }
  .page-quick-trade-management .current-quick-trades .tablesorter .cell-limits {
    width: 200px;
    text-align: right; }
  .page-quick-trade-management .current-quick-trades .tablesorter .cell-value {
    width: 125px; }

.page-quick-trade-management .new-quick-trade .row div {
  position: relative; }

.page-quick-trade-management .new-quick-trade .times input {
  width: calc((100% - 35px) * .5); }

.page-quick-trade-management .new-quick-trade .times input + span {
  width: 15px;
  margin: 0 10px; }

.page-quick-trade-management .new-quick-trade .limits > div {
  width: 50%;
  display: inline-block; }
  .page-quick-trade-management .new-quick-trade .limits > div:first-child {
    padding-right: 5px; }
  .page-quick-trade-management .new-quick-trade .limits > div:last-child {
    padding-left: 5px; }

.page-quick-trade-management .new-quick-trade .submit {
  text-align: right; }
  .page-quick-trade-management .new-quick-trade .submit .btn {
    margin: 10px 0px 10px 10px; }

.page-quick-trade-management #quick-trade-edit {
  overflow: initial; }
  .page-quick-trade-management #quick-trade-edit .row div {
    position: relative; }
  .page-quick-trade-management #quick-trade-edit .times input {
    width: calc((100% - 35px) * .5); }
  .page-quick-trade-management #quick-trade-edit .times input + span {
    width: 15px;
    margin: 0 10px; }

.page-quick-trade-management #quick-trade-delete ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 1em; }

.page-quick-trade-management .inbound-trades {
  min-height: 150px; }

#accept-quick-trade-modal .quote-form .btn-group {
  display: inline-block;
  vertical-align: top; }
  #accept-quick-trade-modal .quote-form .btn-group:last-child {
    display: block; }

#accept-quick-trade-modal .quote-submit {
  width: 100%; }
  #accept-quick-trade-modal .quote-submit .quote-summary .text-info, #accept-quick-trade-modal .quote-submit .quote-summary .tablesorter .section-header, .tablesorter #accept-quick-trade-modal .quote-submit .quote-summary .section-header, #accept-quick-trade-modal .quote-submit .quote-summary .blockchain-landing .test-objects .row span:first-child, .blockchain-landing .test-objects .row #accept-quick-trade-modal .quote-submit .quote-summary span:first-child, #accept-quick-trade-modal .quote-submit .quote-summary .ethereum-explorer .decoded, .ethereum-explorer #accept-quick-trade-modal .quote-submit .quote-summary .decoded, #accept-quick-trade-modal .quote-submit .quote-summary .ethereum-explorer .transaction-page .logs td > div > div:first-child, .ethereum-explorer .transaction-page .logs #accept-quick-trade-modal .quote-submit .quote-summary td > div > div:first-child, #accept-quick-trade-modal .quote-submit .quote-summary .page-bitcoin-live .blockchart-section .table-view .mempool-table .row > div:first-child, .page-bitcoin-live .blockchart-section .table-view .mempool-table #accept-quick-trade-modal .quote-submit .quote-summary .row > div:first-child, #accept-quick-trade-modal .quote-submit .quote-summary .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table #accept-quick-trade-modal .quote-submit .quote-summary td:nth-child(1), #accept-quick-trade-modal .quote-submit .quote-summary .page-mining .calculator-inputs .mining-calculator-form .control-label, .page-mining .calculator-inputs .mining-calculator-form #accept-quick-trade-modal .quote-submit .quote-summary .control-label {
    margin-right: 10px; }
  #accept-quick-trade-modal .quote-submit .btn {
    float: right; }

#accept-quick-trade-modal .quote-input {
  width: 66.66666666%;
  margin-top: 1em; }
  #accept-quick-trade-modal .quote-input .quote-input-table tr {
    height: 35px; }
    #accept-quick-trade-modal .quote-input .quote-input-table tr td {
      vertical-align: middle;
      position: relative; }
      #accept-quick-trade-modal .quote-input .quote-input-table tr td:nth-child(3) {
        width: 30%; }
      #accept-quick-trade-modal .quote-input .quote-input-table tr td.text-info, #accept-quick-trade-modal .quote-input .quote-input-table tr .tablesorter td.section-header, .tablesorter #accept-quick-trade-modal .quote-input .quote-input-table tr td.section-header, #accept-quick-trade-modal .quote-input .quote-input-table tr .ethereum-explorer td.decoded, .ethereum-explorer #accept-quick-trade-modal .quote-input .quote-input-table tr td.decoded, #accept-quick-trade-modal .quote-input .quote-input-table tr .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table #accept-quick-trade-modal .quote-input .quote-input-table tr td:nth-child(1), #accept-quick-trade-modal .quote-input .quote-input-table tr .page-mining .calculator-inputs .mining-calculator-form td.control-label, .page-mining .calculator-inputs .mining-calculator-form #accept-quick-trade-modal .quote-input .quote-input-table tr td.control-label {
        text-align: right;
        padding-right: 10px; }
      #accept-quick-trade-modal .quote-input .quote-input-table tr td input, #accept-quick-trade-modal .quote-input .quote-input-table tr td.numbers {
        text-align: right; }
        #accept-quick-trade-modal .quote-input .quote-input-table tr td input .timer-pie, #accept-quick-trade-modal .quote-input .quote-input-table tr td.numbers .timer-pie {
          margin-right: 10px;
          margin-bottom: -3px; }
        #accept-quick-trade-modal .quote-input .quote-input-table tr td input span, #accept-quick-trade-modal .quote-input .quote-input-table tr td.numbers span {
          padding-right: 12px; }
      #accept-quick-trade-modal .quote-input .quote-input-table tr td .btn-group {
        width: 75px; }
  #accept-quick-trade-modal .quote-input .quote-input-form {
    text-align: right; }

#accept-quick-trade-modal .quote-message {
  width: 33.333333333%;
  padding-left: 10px;
  padding-top: 15px; }
  #accept-quick-trade-modal .quote-message textarea {
    height: 62px; }

#accept-quick-trade-modal .quote-input,
#accept-quick-trade-modal .quote-message {
  display: inline-block;
  vertical-align: top; }

.quote-modal .quote-price {
  position: absolute;
  right: 40px;
  top: 7px;
  text-align: right; }

.quote-modal .quote-direction {
  width: 150px;
  margin-bottom: 10px;
  margin-left: 10px; }

.quote-modal .quote-input {
  float: left;
  display: block;
  margin-right: 0%;
  width: 66.66667%;
  margin-right: 0; }
  .quote-modal .quote-input:last-child {
    margin-right: 0; }
  .quote-modal .quote-input .quote-input-table {
    margin-bottom: 10px; }
    .quote-modal .quote-input .quote-input-table tbody tr {
      height: 35px; }
      .quote-modal .quote-input .quote-input-table tbody tr td {
        vertical-align: middle; }
        .quote-modal .quote-input .quote-input-table tbody tr td .btn-tron .btn {
          width: 50%;
          text-align: center;
          text-transform: uppercase; }
        .quote-modal .quote-input .quote-input-table tbody tr td .btn-group {
          width: 75px; }
        .quote-modal .quote-input .quote-input-table tbody tr td:nth-child(2) {
          width: 30%; }
        .quote-modal .quote-input .quote-input-table tbody tr td.text-info, .quote-modal .quote-input .quote-input-table tbody tr .tablesorter td.section-header, .tablesorter .quote-modal .quote-input .quote-input-table tbody tr td.section-header, .quote-modal .quote-input .quote-input-table tbody tr .ethereum-explorer td.decoded, .ethereum-explorer .quote-modal .quote-input .quote-input-table tbody tr td.decoded, .quote-modal .quote-input .quote-input-table tbody tr .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .quote-modal .quote-input .quote-input-table tbody tr td:nth-child(1), .quote-modal .quote-input .quote-input-table tbody tr .page-mining .calculator-inputs .mining-calculator-form td.control-label, .page-mining .calculator-inputs .mining-calculator-form .quote-modal .quote-input .quote-input-table tbody tr td.control-label {
          text-align: right;
          padding-right: 10px; }
        .quote-modal .quote-input .quote-input-table tbody tr td input, .quote-modal .quote-input .quote-input-table tbody tr td.numbers {
          text-align: right; }
          .quote-modal .quote-input .quote-input-table tbody tr td input span, .quote-modal .quote-input .quote-input-table tbody tr td.numbers span {
            padding-right: 12px; }

.quote-modal .quote-message {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
  margin-right: 0;
  padding-left: 10px;
  padding-top: 5px; }
  .quote-modal .quote-message:last-child {
    margin-right: 0; }
  .quote-modal .quote-message textarea {
    margin-top: 9px;
    height: 62px; }

.quote-modal .quote-users {
  clear: both; }
  .quote-modal .quote-users .tbody {
    max-height: 300px; }
  .quote-modal .quote-users .tr > .cell-checkbox {
    padding-left: 8px; }
  .quote-modal .quote-users .cell-name {
    width: calc((100% - 146px) * .5); }
  .quote-modal .quote-users .cell-date {
    width: 100px;
    display: inline-block;
    padding-right: 4px; }

.quote-modal .quote-submit-container {
  margin-top: 1em; }
  .quote-modal .quote-submit-container .quote-summary {
    float: left; }
    .quote-modal .quote-submit-container .quote-summary .text-info, .quote-modal .quote-submit-container .quote-summary .tablesorter .section-header, .tablesorter .quote-modal .quote-submit-container .quote-summary .section-header, .quote-modal .quote-submit-container .quote-summary .blockchain-landing .test-objects .row span:first-child, .blockchain-landing .test-objects .row .quote-modal .quote-submit-container .quote-summary span:first-child, .quote-modal .quote-submit-container .quote-summary .ethereum-explorer .decoded, .ethereum-explorer .quote-modal .quote-submit-container .quote-summary .decoded, .quote-modal .quote-submit-container .quote-summary .ethereum-explorer .transaction-page .logs td > div > div:first-child, .ethereum-explorer .transaction-page .logs .quote-modal .quote-submit-container .quote-summary td > div > div:first-child, .quote-modal .quote-submit-container .quote-summary .page-bitcoin-live .blockchart-section .table-view .mempool-table .row > div:first-child, .page-bitcoin-live .blockchart-section .table-view .mempool-table .quote-modal .quote-submit-container .quote-summary .row > div:first-child, .quote-modal .quote-submit-container .quote-summary .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .quote-modal .quote-submit-container .quote-summary td:nth-child(1), .quote-modal .quote-submit-container .quote-summary .page-mining .calculator-inputs .mining-calculator-form .control-label, .page-mining .calculator-inputs .mining-calculator-form .quote-modal .quote-submit-container .quote-summary .control-label {
      margin-right: 10px; }
  .quote-modal .quote-submit-container input[type=button] {
    float: right; }
  .quote-modal .quote-submit-container > span {
    float: left;
    clear: left; }

.page-settings .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-settings .panel,
.page-settings .panel-body {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }

.page-settings .settings-account-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%; }
  .page-settings .settings-account-wrapper .settings-account .panel-body {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: none;
            flex-direction: none; }
    .page-settings .settings-account-wrapper .settings-account .panel-body .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-settings .settings-account-wrapper .settings-account .panel-body .row.settings-picture {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .page-settings .settings-account-wrapper .settings-account .panel-body .row.settings-picture .file-upload {
          max-width: 100%; }
      .page-settings .settings-account-wrapper .settings-account .panel-body .row > div:first-child {
        width: 100px; }
      .page-settings .settings-account-wrapper .settings-account .panel-body .row > div:last-child {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .page-settings .settings-account-wrapper .settings-account .panel-body .row > div:last-child input[type=text] {
          width: 200px; }
  .page-settings .settings-account-wrapper .settings-account img {
    max-height: 100px; }
  .page-settings .settings-account-wrapper .settings-account .submit-row {
    float: right; }
    .page-settings .settings-account-wrapper .settings-account .submit-row .text-danger {
      margin-right: 0.5em; }
    .page-settings .settings-account-wrapper .settings-account .submit-row input[type=submit] {
      margin-left: 0.5em; }

.page-settings .settings-security .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px; }
  .page-settings .settings-security .row.submit-buttons {
    display: block; }
    .page-settings .settings-security .row.submit-buttons > div {
      display: inline-block; }
      .page-settings .settings-security .row.submit-buttons > div:last-child {
        width: 200px;
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0; }
  .page-settings .settings-security .row > div input[type=text],
  .page-settings .settings-security .row > div input[type=password] {
    width: 200px; }
  .page-settings .settings-security .row > div:first-child {
    width: 150px;
    text-align: right;
    padding-right: 10px; }
  .page-settings .settings-security .row > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .page-settings .settings-security .row > div.password-submit {
    text-align: right;
    padding-top: 10px; }
    .page-settings .settings-security .row > div.password-submit span {
      display: inline-block;
      width: calc(100% - 120px);
      vertical-align: top; }
    .page-settings .settings-security .row > div.password-submit input {
      margin-left: 10px; }
  .page-settings .settings-security .row > div.tfa-description {
    line-height: 1.35;
    width: 213px; }
  .page-settings .settings-security .row > div.phone-form .country-code {
    width: 40px;
    margin-right: 5px; }
  .page-settings .settings-security .row > div.phone-form .phone {
    width: 100px;
    margin-right: 10px; }
  .page-settings .settings-security .row > div.phone-form .token {
    width: 100px;
    margin-right: 10px; }
  .page-settings .settings-security .row.totp-form .token {
    width: 100px;
    margin-right: 10px; }
  .page-settings .settings-security .row .tfa-options {
    width: 100px; }

.page-settings .settings-security #toggle-tfa {
  margin-left: 10px; }

.page-settings .settings-security .force-tfa {
  margin-bottom: 20px; }

.page-settings .settings-security .btns input[type=button],
.page-settings .settings-security .btns .cta {
  margin-top: 20px;
  float: none;
  margin-left: 5px; }

.page-settings .settings-notifications .panel-footer,
.page-settings .settings-other .panel-footer {
  padding-top: 20px; }
  .page-settings .settings-notifications .panel-footer .save-confirmation-span,
  .page-settings .settings-other .panel-footer .save-confirmation-span {
    margin-right: 20px; }

.page-settings .settings-notifications h4,
.page-settings .settings-other h4 {
  margin-top: 0.5em; }

.page-settings .settings-notifications .notification-row,
.page-settings .settings-other .notification-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-settings .settings-notifications .notification-row > div,
  .page-settings .settings-other .notification-row > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
    .page-settings .settings-notifications .notification-row > div.settings-label,
    .page-settings .settings-other .notification-row > div.settings-label {
      width: 320px;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
      text-align: left; }
      .page-settings .settings-notifications .notification-row > div.settings-label span,
      .page-settings .settings-other .notification-row > div.settings-label span {
        cursor: pointer; }
    .page-settings .settings-notifications .notification-row > div h5,
    .page-settings .settings-other .notification-row > div h5 {
      cursor: pointer; }

.page-settings .settings-sessions .cell-last-active {
  width: 150px; }

.page-settings .settings-sessions .cell-user-agent {
  width: 160px; }

.page-settings .settings-sessions .cell-ip-address {
  width: 100px; }

.page-settings .settings-sessions .cell-location {
  width: calc(100% - 433px); }

.blockchain-search div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .blockchain-search div .btn-group {
    max-width: 200px; }
  .blockchain-search div .toggle-button {
    margin: 0 0 0 5px;
    line-height: 1.5; }
    .blockchain-search div .toggle-button button.btn {
      width: 40px;
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
      .blockchain-search div .toggle-button button.btn img {
        height: 14px; }
  .blockchain-search div .cta {
    margin: 0 0 0 5px; }

.page-sign-in .content,
.page-reset-password .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0 !important; }

.page-sign-in .panel,
.page-reset-password .panel {
  position: relative;
  width: 400px; }
  .page-sign-in .panel.panel-sign-in, .page-sign-in .panel.panel-reset-password,
  .page-reset-password .panel.panel-sign-in,
  .page-reset-password .panel.panel-reset-password {
    display: initial;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin: auto; }
    @media screen and (max-width: 640px) {
      .page-sign-in .panel.panel-sign-in, .page-sign-in .panel.panel-reset-password,
      .page-reset-password .panel.panel-sign-in,
      .page-reset-password .panel.panel-reset-password {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    @media screen and (max-width: 640px) {
      .page-sign-in .panel.panel-sign-in, .page-sign-in .panel.panel-reset-password,
      .page-reset-password .panel.panel-sign-in,
      .page-reset-password .panel.panel-reset-password {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

.page-sign-in .panel .panel-body {
  padding: 2em; }
  @media screen and (max-width: 900px) {
    .page-sign-in .panel .panel-body {
      max-width: 95%;
      margin: auto; } }

.page-sign-in .panel .signin-header {
  line-height: 50px;
  margin-bottom: 1em; }
  .page-sign-in .panel .signin-header img {
    margin: 0 0 0 0.55em;
    vertical-align: middle;
    height: 50px; }
    .third-party .page-sign-in .panel .signin-header img {
      margin: 0; }
  .page-sign-in .panel .signin-header h2 {
    vertical-align: middle;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 0.55em; }

.page-sign-in input,
.page-sign-in .captcha-container,
.page-sign-in .submit {
  margin: 0.5em 0; }

.page-sign-in input,
.page-sign-in .submit {
  padding-top: 1em;
  padding-bottom: 1em; }

.page-sign-in .submit {
  padding: 1em;
  width: 100%;
  float: none;
  font-size: 1.2em;
  text-align: center; }
  .page-sign-in .submit.apply {
    margin-top: 2em; }

.page-sign-in .captcha-container {
  position: relative; }
  .page-sign-in .captcha-container img {
    height: 43px;
    width: 80px;
    border-radius: 3px; }
  .page-sign-in .captcha-container input {
    width: calc(100% - 90px);
    margin: 0 0 0 10px; }
  .page-sign-in .captcha-container span {
    color: #777777;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 42px; }

.page-sign-in .text-center {
  margin: 0.5em 0;
  text-align: center;
  height: 19px; }
  .page-sign-in .text-center a {
    color: #777777; }
  .page-sign-in .text-center a:hover {
    text-decoration: underline; }

.page-reset-password .panel .panel-body {
  padding: 2em; }

.page-reset-password .panel h2 {
  font-weight: normal;
  margin-bottom: 1em; }

.page-reset-password .panel input {
  display: inline-block;
  margin: 0.5em 0;
  padding-top: 1em;
  padding-bottom: 1em; }

.page-reset-password .panel input[type=submit] {
  padding: 1em 2em; }

.page-reset-password .panel .text-danger {
  width: calc(100% - 92px);
  float: left; }

.page-trade .panel,
.page-trade .panel-body {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none; }

.page-trade #new-trade-page-modal {
  width: 450px; }

.page-trade #trade-edit-modal {
  width: 450px; }
  .page-trade #trade-edit-modal .row {
    margin-bottom: 1em; }
    .page-trade #trade-edit-modal .row .form-group {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative; }
      .page-trade #trade-edit-modal .row .form-group:nth-child(2) {
        padding-left: 1em; }
        .page-trade #trade-edit-modal .row .form-group:nth-child(2) .input-size {
          padding: 0.375em 0.75em;
          text-align: right; }
  .page-trade #trade-edit-modal .submit {
    float: right; }

.page-trade .trade-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .page-trade .trade-row > .panel,
  .page-trade .trade-row > .notes-actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px;
    min-width: 0; }
  .page-trade .trade-row .panel-body {
    min-height: 100px; }
  .page-trade .trade-row.main-actions-row > .column {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 700px;
            flex: 2 0 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%; }
    .page-trade .trade-row.main-actions-row > .column > .row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .page-trade .trade-row.parties-terms-row > .panel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 250px;
            flex: 1 0 250px; }
    .page-trade .trade-row.parties-terms-row > .panel .contact-info {
      height: auto; }
  .page-trade .trade-row .cta {
    margin-top: 0; }
  .page-trade .trade-row .submit,
  .page-trade .trade-row .cta {
    min-width: 70px; }

.page-trade .status-overview .panel,
.page-trade .status-overview .panel-body {
  padding: 0; }

.page-trade .status-overview .status-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .page-trade .status-overview .status-container > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    color: #555555; }
    .page-trade .status-overview .status-container > div.complete .circle {
      border: 0 none;
      background: #555555; }
    .page-trade .status-overview .status-container > div.active {
      color: white; }
      .page-trade .status-overview .status-container > div.active.last {
        font-weight: bold; }
      .page-trade .status-overview .status-container > div.active .circle {
        border: 0 none;
        background: #bbbbbb; }
    .page-trade .status-overview .status-container > div .circle {
      width: 20px;
      height: 20px;
      border-radius: 1000px;
      display: inline-block;
      border: 2px solid #333333;
      background: #1b1b1b;
      position: relative;
      z-index: 1; }
  .page-trade .status-overview .status-container hr {
    position: absolute;
    width: 75%;
    left: 12.5%;
    border-bottom: 2px solid #333333; }

.page-trade .trade-terms .container {
  position: relative; }
  .page-trade .trade-terms .container .label {
    position: absolute;
    left: 60px;
    top: 1px; }
  .page-trade .trade-terms .container a {
    position: absolute;
    right: 0;
    top: 0; }

.page-trade .trade-terms .row > div:first-child {
  width: 100px; }

.page-trade .trade-terms .row > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right; }
  .page-trade .trade-terms .row > div:last-child .btn-copy {
    margin-left: 5px; }

.page-trade .trade-quotes {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .page-trade .trade-quotes .panel-body form {
    position: relative; }
  .page-trade .trade-quotes .panel-body .quote-options {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-trade .trade-quotes .panel-body .quote-options .toggle-button .btn {
      width: 100px;
      padding-left: 0;
      padding-right: 0; }
    .page-trade .trade-quotes .panel-body .quote-options .on-behalf {
      margin-left: 10px; }
  .page-trade .trade-quotes .panel-body .min-max {
    position: absolute;
    right: 0;
    top: 0; }
    .page-trade .trade-quotes .panel-body .min-max i {
      vertical-align: baseline; }
  .page-trade .trade-quotes .panel-body .quote-input-table {
    margin-bottom: 5px; }
    .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr {
      height: 35px; }
      .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td {
        vertical-align: middle;
        text-align: right; }
        .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td:nth-child(2) {
          width: 30%;
          text-align: left; }
        .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.text-info, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .tablesorter td.section-header, .tablesorter .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.section-header, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .ethereum-explorer td.decoded, .ethereum-explorer .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.decoded, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .mining-overview-statistics table td:nth-child(1), .page-mining .mining-overview-statistics table .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td:nth-child(1), .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .calculator-inputs .mining-calculator-form td.control-label, .page-mining .calculator-inputs .mining-calculator-form .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.control-label {
          padding-right: 10px; }
          .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.text-info .fa, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .tablesorter td.section-header .fa, .tablesorter .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.section-header .fa, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .ethereum-explorer td.decoded .fa, .ethereum-explorer .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.decoded .fa, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .mining-overview-statistics table td:nth-child(1) .fa, .page-mining .mining-overview-statistics table .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td:nth-child(1) .fa, .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr .page-mining .calculator-inputs .mining-calculator-form td.control-label .fa, .page-mining .calculator-inputs .mining-calculator-form .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td.control-label .fa {
            margin-left: 5px;
            cursor: pointer; }
        .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td .locked-value {
          padding-right: 10px; }
        .page-trade .trade-quotes .panel-body .quote-input-table tbody > tr td input {
          text-align: right;
          margin: 0; }
  .page-trade .trade-quotes .panel-body .quote-message {
    height: 50px; }
  .page-trade .trade-quotes .panel-body .trade-quote-submit-container {
    position: relative;
    margin-top: 5px;
    height: 25px; }
    .page-trade .trade-quotes .panel-body .trade-quote-submit-container .submit {
      position: absolute;
      right: 0;
      bottom: 0; }

.page-trade .trade-disclosure {
  width: 100%; }
  .page-trade .trade-disclosure .buy {
    color: #8cc176; }
  .page-trade .trade-disclosure .sell {
    color: #ff3838; }
  .page-trade .trade-disclosure .trade-disclosure-note {
    display: list-item;
    list-style: disc outside none;
    margin-left: 15px; }

.page-trade .main-actions-row > .panel .panel-body {
  min-height: 200px; }

.page-trade .buyer-actions,
.page-trade .seller-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 350px;
          flex: 1 0 350px;
  min-width: 0; }
  .page-trade .buyer-actions .form-section,
  .page-trade .seller-actions .form-section {
    position: relative;
    min-height: 250px; }
  .page-trade .buyer-actions .actions-section,
  .page-trade .seller-actions .actions-section {
    border-top: 1px solid #222222;
    margin-top: 10px;
    padding-top: 10px; }
    .page-trade .buyer-actions .actions-section > .row,
    .page-trade .seller-actions .actions-section > .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 25px;
      margin-bottom: 5px;
      line-height: 1.1; }
      .page-trade .buyer-actions .actions-section > .row .fed-number input,
      .page-trade .seller-actions .actions-section > .row .fed-number input {
        width: 250px; }
      .page-trade .buyer-actions .actions-section > .row .action-status,
      .page-trade .seller-actions .actions-section > .row .action-status {
        text-align: right; }

.page-trade .buyer-actions .address-section {
  margin-bottom: 10px; }
  .page-trade .buyer-actions .address-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px; }
    .page-trade .buyer-actions .address-section .row > .btn-group,
    .page-trade .buyer-actions .address-section .row input[type=text] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .page-trade .buyer-actions .address-section .row > .btn {
      margin-left: 5px; }

.page-trade .buyer-actions .transactions-section .tablesorter .tablesorter-stats > div {
  margin-right: 20px; }

.page-trade .buyer-actions .transactions-section .tr {
  display: block; }

.page-trade .buyer-actions .transactions-section .cell-time {
  width: 100px;
  text-align: right;
  padding-right: 10px; }

.page-trade .buyer-actions .transactions-section .cell-tx {
  width: calc(100% - 288px);
  overflow: visible; }
  .page-trade .buyer-actions .transactions-section .cell-tx .fa-warning {
    margin-right: 5px; }
    .page-trade .buyer-actions .transactions-section .cell-tx .fa-warning + a {
      width: calc(100% - 17px); }
  .page-trade .buyer-actions .transactions-section .cell-tx a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle; }

.page-trade .buyer-actions .transactions-section .cell-amount {
  width: 110px;
  padding-right: 10px;
  text-align: right; }

.page-trade .buyer-actions .transactions-section .cell-confirmations {
  width: 55px;
  text-align: right; }

.page-trade .buyer-actions .transactions-section .tbody {
  max-height: 120px; }

.page-trade .buyer-actions .transactions-section .unassigned {
  position: relative; }
  .page-trade .buyer-actions .transactions-section .unassigned h5 {
    margin-top: 10px; }
  .page-trade .buyer-actions .transactions-section .unassigned .submit {
    float: right;
    position: relative;
    margin-top: 10px;
    z-index: 1; }

.page-trade .buyer-actions .transactions-section .load-txs {
  text-align: center;
  height: 2em;
  position: relative; }
  .page-trade .buyer-actions .transactions-section .load-txs .spinner {
    width: 20px;
    height: 20px; }
  .page-trade .buyer-actions .transactions-section .load-txs a {
    cursor: pointer; }
    .page-trade .buyer-actions .transactions-section .load-txs a:hover {
      text-decoration: underline; }

.page-trade .buyer-actions .transactions-section .add-custom-tx {
  margin-top: 5px; }

.page-trade .seller-actions .form-section .row > div:first-child {
  width: 125px; }

.page-trade .seller-actions .form-section .row > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.page-trade .seller-actions .form-section .selector-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px; }
  .page-trade .seller-actions .form-section .selector-row > div.btn-group {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 150px; }
  .page-trade .seller-actions .form-section .selector-row > a {
    display: inline-block;
    margin-left: 10px; }

.page-trade .seller-actions .form-section .bank-form .row {
  margin-bottom: 5px; }
  .page-trade .seller-actions .form-section .bank-form .row.recipient-details {
    margin-top: 10px; }
  .page-trade .seller-actions .form-section .bank-form .row > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    padding-right: 3px; }
    .page-trade .seller-actions .form-section .bank-form .row > div:not(:first-child) {
      padding-left: 3px; }
    .page-trade .seller-actions .form-section .bank-form .row > div:last-child {
      padding-right: 0; }
    .page-trade .seller-actions .form-section .bank-form .row > div.row {
      margin-bottom: 0; }
      .page-trade .seller-actions .form-section .bank-form .row > div.row > div {
        width: auto; }

.page-trade .seller-actions .form-section .submit {
  position: absolute;
  right: 0;
  bottom: 0; }

.page-trade .is-batched .panel-body {
  display: block; }

.page-trade .batch-trades .panel-body {
  display: block; }

.page-trade .batch-trades .tbody {
  max-height: 200px; }

.page-trade .batch-trades .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-trade .batch-trades .cell-time {
  width: 85px;
  text-align: right; }

.page-trade .batch-trades .cell-side {
  width: 35px; }

.page-trade .batch-trades .cell-flex {
  text-align: right; }

.page-trade .batch-trades .cell-price {
  width: 60px;
  text-align: right; }

.page-trade .batch-trades .batched {
  margin-bottom: 10px; }

.page-trade .batch-trades .submit {
  margin: 5px 0;
  float: right; }

.page-trade .batch-trades .batch-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-trade .batch-trades .batch-stats .row > div:first-child {
    width: 100px; }
  .page-trade .batch-trades .batch-stats .row > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right; }
  .page-trade .batch-trades .batch-stats .batch-buttons {
    margin: 5px 0; }
    .page-trade .batch-trades .batch-stats .batch-buttons .Text24h {
      width: 108px;
      margin-right: 5px; }
    .page-trade .batch-trades .batch-stats .batch-buttons .ampmText {
      width: 124px;
      margin-right: 5px; }
    .page-trade .batch-trades .batch-stats .batch-buttons .submit {
      float: right;
      margin: 0 5px 0 0; }

.page-trade .notes-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-trade .trade-notes .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-trade .trade-notes .cell-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.page-trade .trade-actions .panel-body .cell-time {
  width: 100px;
  text-align: right;
  padding-right: 10px; }

.page-trade .trade-actions .panel-body .cell-party {
  width: 80px; }

.page-trade .trade-actions .panel-body .cell-description {
  width: calc(100% - 180px); }

.page-trade .trade-actions .panel-body .tbody {
  max-height: 200px; }

.contact-info .contact-details table tr td:nth-child(1) {
  width: 70px; }

.contact-info {
  position: relative;
  height: 90px; }
  .contact-info .contact-details {
    display: inline-block; }
    .contact-info .contact-details.contact-details-condensed {
      width: 100%; }
    .contact-info .contact-details table tr > td {
      vertical-align: top; }
      .contact-info .contact-details table tr > td:nth-child(1) {
        width: 70px; }
      .contact-info .contact-details table tr > td.contact-name .fa {
        margin-left: 10px; }
  .contact-info .contact-picture {
    position: absolute;
    top: 0;
    right: 0; }
    .contact-info .contact-picture img {
      border-radius: 3px;
      width: 80px;
      height: 80px; }

.bitcoin-address-modal {
  width: 350px;
  font-size: 1em; }
  .bitcoin-address-modal .button-cancel {
    margin: 10px 0px; }

#trade-overview-deactivate-modal .form-group button {
  margin-top: 5px; }

.page-trade-history {
  min-width: 80%; }
  .page-trade-history .trade-history-dropdown {
    width: 150px; }
  .page-trade-history .trade-history-dropdown-menu {
    width: 150px; }
  .page-trade-history .trade-history-all {
    position: relative; }
    .page-trade-history .trade-history-all .panel-body {
      min-height: 300px; }
    .page-trade-history .trade-history-all .tbody {
      max-height: 500px; }
    .page-trade-history .trade-history-all .tr-expanded .cell-dot,
    .page-trade-history .trade-history-all .tr-expanded .cell-external-link {
      width: 0; }
    .page-trade-history .trade-history-all .cell-asset {
      width: 45px; }
    @media screen and (max-width: 1280px) {
      .page-trade-history .trade-history-all .cell-value {
        display: none; } }
    @media screen and (max-width: 1280px) {
      .page-trade-history .trade-history-all .cell-datetime {
        display: none; } }
    @media screen and (max-width: 1280px) {
      .page-trade-history .trade-history-all .cell-date {
        display: inline-block; } }
    .page-trade-history .trade-history-all .view-all .cell-name {
      width: calc( (100% - 580px) * .25); }
      @media screen and (max-width: 1280px) {
        .page-trade-history .trade-history-all .view-all .cell-name {
          width: calc( (100% - 410px) * .25); } }
      @media screen and (max-width: 900px) {
        .page-trade-history .trade-history-all .view-all .cell-name {
          width: calc( (100% - 410px) * .5); } }
    .page-trade-history .trade-history-all .view-all .cell-status {
      width: calc((100% - 580px) * .5); }
      @media screen and (max-width: 1280px) {
        .page-trade-history .trade-history-all .view-all .cell-status {
          width: calc( (100% - 410px) * .5); } }
      @media screen and (max-width: 900px) {
        .page-trade-history .trade-history-all .view-all .cell-status {
          display: none; } }
    .page-trade-history .trade-history-all .view-completed .cell-name {
      width: calc( (100% - 500px) * .25); }
      @media screen and (max-width: 1280px) {
        .page-trade-history .trade-history-all .view-completed .cell-name {
          width: calc( (100% - 330px) * .25); } }
      @media screen and (max-width: 900px) {
        .page-trade-history .trade-history-all .view-completed .cell-name {
          width: calc( (100% - 330px) * .25); } }
  .page-trade-history .trade-history-chart svg {
    height: auto; }
    .page-trade-history .trade-history-chart svg circle {
      fill: #bfbfbf; }
