brand-light {
  display: none; }

.brand-dark {
  display: inline-block; }

.scrollbar-dark::-webkit-scrollbar {
  background-color: #14202e; }

.scrollbar-dark::-webkit-scrollbar-track {
  background-color: #14202e; }

.scrollbar-dark::-webkit-scrollbar-thumb {
  background-color: #536273; }

.scrollbar-dark::-webkit-scrollbar-thumb:hover {
  background-color: #a4bad5; }

.dark-mode {
  background: #14202e;
  color: #e0e0e0; }
  .dark-mode .btn-primary:not(:disabled):not(.disabled).active:focus, .dark-mode .btn-primary:not(:disabled):not(.disabled):active:focus, .dark-mode .show > .btn-primary.dropdown-toggle:focus, .dark-mode .btn-primary.focus, .dark-mode .btn-primary:focus, .dark-mode .form-control2:focus {
    outline: 0;
    box-shadow: none; }
  .dark-mode .navbar {
    border-bottom: transparent;
    background: #1a2839; }
    .dark-mode .navbar a {
      color: #e0e0e0; }
      .dark-mode .navbar a:hover {
        color: #00e1ff; }
  .dark-mode :focus {
    outline: #00e1ff auto 5px;
    outline-color: #00e1ff;
    outline-style: auto;
    outline-width: 5px; }
  .dark-mode .up {
    color: #00a45b !important; }
  .dark-mode .down {
    color: #f74436 !important; }
  .dark-mode ::-moz-selection {
    color: #14202e;
    background: #00e1ff; }
  .dark-mode ::selection {
    color: #14202e;
    background: #00e1ff; }
  .dark-mode ::-moz-selection {
    color: #14202e;
    background: #00e1ff; }
  .dark-mode .nav-tabs {
    border-bottom-color: transparent; }
  .dark-mode .nav-link:hover {
    border-color: transparent; }
  .dark-mode .bbtn {
    color: #e0e0e0;
    background-color: #1f3045; }
    .dark-mode .bbtn:hover {
      color: #00e1ff;
      background-color: #536273; }
  .dark-mode .nav-link.active {
    color: #e0e0e0;
    background-color: #1f3045;
    border: 1px solid #00e1ff; }
  .dark-mode .btn-secondary {
    background-color: #2d3a4d;
    border-color: transparent;
    margin-right: 2px; }
    .dark-mode .btn-secondary.active {
      background-color: #a4bad5;
      border-color: transparent;
      color: #e0e0e0; }
    .dark-mode .btn-secondary:hover {
      background-color: #536273;
      border-color: transparent; }
  .dark-mode .page-item {
    margin: 0.1em; }
    .dark-mode .page-item.active {
      z-index: 0;
      color: #e0e0e0;
      border-color: transparent;
      background-color: #a4bad5; }
    .dark-mode .page-item.page-link {
      z-index: 1;
      border: none;
      border-color: transparent;
      color: #e0e0e0;
      background-color: #1f3045; }
    .dark-mode .page-item.disabled .page-link {
      color: #e0e0e0;
      cursor: not-allowed;
      background-color: #2d3a4d;
      border-color: transparent; }
  .dark-mode .page-link {
    border-top: none;
    border-bottom: none;
    border-color: transparent;
    color: #e0e0e0;
    background-color: #1f3045;
    outline: 0; }
    .dark-mode .page-link:hover {
      color: #e0e0e0;
      border-color: transparent;
      background-color: #536273; }
    .dark-mode .page-link:focus {
      color: #00e1ff;
      background-color: #536273;
      box-shadow: 0 0 transparent; }
  .dark-mode .page-item.active .page-link {
    background-color: #1a2839;
    border: 1px solid #00e1ff; }
  .dark-mode .form-control {
    color: #e0e0e0;
    background-color: #1f3045; }
    .dark-mode .form-control:hover {
      color: #00e1ff;
      background-color: #536273; }
    .dark-mode .form-control:focus {
      border: 1px solid #00e1ff; }
    .dark-mode .form-control:active {
      border: 1px solid #00e1ff; }
  .dark-mode .bar1, .dark-mode .bar2, .dark-mode .bar3 {
    background-color: #e0e0e0; }
  .dark-mode #ul .lis {
    color: #e0e0e0; }
  .dark-mode #ul-log .lis {
    color: #e0e0e0; }
  .dark-mode .checked {
    border: 5px solid #e0e0e0; }
  .dark-mode #searcher input {
    caret-color: #00e1ff;
    border-bottom: 2px solid #a4bad5;
    color: #00e1ff; }
    .dark-mode #searcher input:focus {
      color: #00e1ff;
      border-bottom: 2px solid #00e1ff; }
    .dark-mode #searcher input::-webkit-input-placeholder {
      color: #2d3a4d; }
    .dark-mode #searcher input::-moz-placeholder {
      color: #2d3a4d; }
    .dark-mode #searcher input:-ms-input-placeholder {
      color: #2d3a4d; }
    .dark-mode #searcher input::-ms-input-placeholder {
      color: #2d3a4d; }
    .dark-mode #searcher input::placeholder {
      color: #2d3a4d; }
  .dark-mode .ui--button {
    color: #e0e0e0;
    background-color: #1f3045; }
    .dark-mode .ui--button:hover {
      color: #00e1ff;
      background-color: #536273; }
    .dark-mode .ui--button:focus {
      border: 1px solid #00e1ff; }
    .dark-mode .ui--button:active {
      border: 1px solid #00e1ff; }
  .dark-mode .table-button {
    color: #e0e0e0; }
    .dark-mode .table-button:hover {
      color: #00e1ff;
      background-color: #536273; }
    .dark-mode .table-button:focus {
      border: 1px solid #00e1ff; }
    .dark-mode .table-button:active {
      border: 1px solid #00e1ff; }
  .dark-mode .private-key-input {
    color: #e0e0e0;
    background-color: #1f3045; }
  .dark-mode .password-input {
    color: #e0e0e0;
    background-color: #1f3045; }
    .dark-mode .password-input:hover {
      color: #00e1ff; }
    .dark-mode .password-input:focus {
      outline-color: #00e1ff; }
  .dark-mode .searchers {
    color: #e0e0e0;
    background-color: transparent;
    caret-color: #00e1ff;
    border-bottom: 2px solid #a4bad5;
    color: #00e1ff; }
    .dark-mode .searchers:hover {
      border-bottom: 2px solid #00e1ff; }
      .dark-mode .searchers:hover::-webkit-input-placeholder {
        color: #00e1ff; }
      .dark-mode .searchers:hover::-moz-placeholder {
        color: #00e1ff; }
      .dark-mode .searchers:hover:-ms-input-placeholder {
        color: #00e1ff; }
      .dark-mode .searchers:hover::-ms-input-placeholder {
        color: #00e1ff; }
      .dark-mode .searchers:hover::placeholder {
        color: #00e1ff; }
    .dark-mode .searchers:focus {
      color: #00e1ff;
      border-bottom: 2px solid #00e1ff; }
    .dark-mode .searchers::-webkit-input-placeholder {
      color: #536273; }
    .dark-mode .searchers::-moz-placeholder {
      color: #536273; }
    .dark-mode .searchers:-ms-input-placeholder {
      color: #536273; }
    .dark-mode .searchers::-ms-input-placeholder {
      color: #536273; }
    .dark-mode .searchers::placeholder {
      color: #536273; }
  .dark-mode .brand-light {
    display: none; }
  .dark-mode .brand-dark {
    display: inline-block; }
  .dark-mode aside .list-group .list-group-item {
    background-color: #1f3045;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-color: #14202e; }
    .dark-mode aside .list-group .list-group-item:nth-child(even) {
      background-color: #1a2839; }
  .dark-mode main header {
    background: #2d3a4d; }
  .dark-mode thead tr {
    background: #1f3045; }
  .dark-mode tbody tr {
    background: #1a2839; }
    .dark-mode tbody tr:nth-child(even) {
      background: #1f3045; }
  .dark-mode .dropdown-menu {
    background: #1a2839;
    border-color: #14202e; }
    .dark-mode .dropdown-menu a {
      color: #e0e0e0; }
      .dark-mode .dropdown-menu a:hover {
        background-color: #536273; }
    .dark-mode .dropdown-menu .dropdown-divider {
      border-color: #14202e; }
  .dark-mode .form-control2 {
    background-color: transparent;
    border-bottom-color: #1f3045;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    overflow: visible;
    margin: 0; }
  .dark-mode .dropdown-toggle:after {
    border-top-color: #e0e0e0;
    border-bottom-color: #e0e0e0; }
  .dark-mode .card, .dark-mode .card-title {
    background-color: #1f3045; }
  .dark-mode .card-body {
    background-color: #1a2839; }
  .dark-mode .bg-primary {
    background-color: #1a2839 !important; }
  .dark-mode .bg-secondary, .dark-mode .btn-primary {
    background-color: #1f3045 !important; }
  .dark-mode .bg-accent {
    background-color: #2d3a4d !important; }
  .dark-mode .bg-lightest {
    background-color: #a4bad5 !important; }
  .dark-mode .fa-bars {
    color: #e0e0e0; }
  .dark-mode .footer {
    color: #e0e0e0; }
  .dark-mode .grid {
    border: 3px solid #2d3a4d; }
  .dark-mode .separator, .dark-mode .last-separator {
    border-bottom: 1px solid #2d3a4d; }
  .dark-mode #ul .lis:hover {
    color: #536273; }
  .dark-mode #ul-log .lis:hover {
    color: #00e1ff; }
  .dark-mode .lis:hover .checked {
    border: 5px solid #536273; }
  .dark-mode #ul-log .lis:hover .checked {
    border: 5px solid #00e1ff; }
  .dark-mode .inp[type=radio]:checked ~ .checked {
    border: 5px solid #00e1ff; }
  .dark-mode .inp[type=radio]:checked ~ .checked::before {
    background: #00e1ff; }
  .dark-mode .inp[type=radio]:checked ~ label {
    color: #00e1ff; }
  .dark-mode .private-key-input:focus {
    outline-color: #00e1ff; }
  .dark-mode #priv-key-output {
    color: #1f3045; }
    .dark-mode #priv-key-output:hover {
      color: #e0e0e0; }
  .dark-mode #main-navbar {
    background-color: #1a2839;
    color: #e0e0e0; }
  .dark-mode #main-navbar-logged-out {
    background-color: #1a2839;
    color: #e0e0e0; }
  .dark-mode #value {
    color: #00e1ff; }
  .dark-mode .dropdown-item {
    color: #e0e0e0; }
  .dark-mode .searchers:focus {
    border-bottom: 2px solid #00e1ff; }
  .dark-mode .fa-div {
    color: #a4bad5; }
    .dark-mode .fa-div:hover .fa-search {
      color: #00e1ff; }
    .dark-mode .fa-div:active .fa-search {
      color: #00e1ff; }
    .dark-mode .fa-div:focus .fa-search {
      color: #00e1ff; }
  .dark-mode td.positive {
    color: #00a45b; }
  .dark-mode td.negative {
    color: #f74436; }
  .dark-mode .dt-button-info {
    color: #e0e0e0;
    background-color: #14202e; }
  .dark-mode #datatables_buttons_info h2 {
    color: #e0e0e0 !important;
    background-color: #14202e !important; }
  .dark-mode #datatables_buttons_info {
    color: #e0e0e0;
    background-color: #14202e; }
  .dark-mode .output-msg {
    color: #00e1ff; }
  .dark-mode .inputfile + label {
    color: #e0e0e0;
    background-color: #1f3045; }
  .dark-mode .inputfile:focus + label {
    border: 1px solid #00e1ff; }
  .dark-mode .inputfile:focus + label,
  .dark-mode .inputfile + label:hover {
    color: #00e1ff;
    background-color: #536273; }
  .dark-mode .scrollbar::-webkit-scrollbar, .dark-mode .dataTables_scrollBody::-webkit-scrollbar {
    background-color: #14202e; }
  .dark-mode .scrollbar::-webkit-scrollbar-track, .dark-mode .dataTables_scrollBody::-webkit-scrollbar-trac {
    background-color: #14202e; }
  .dark-mode .scrollbar::-webkit-scrollbar-thumb, .dark-mode .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #536273; }
  .dark-mode .scrollbar::-webkit-scrollbar-thumb:hover, .dark-mode .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background-color: #a4bad5; }
  .dark-mode .modal-content {
    color: #e0e0e0;
    background-color: #14202e; }
  .dark-mode .close {
    color: #e0e0e0 !important; }
    .dark-mode .close:hover {
      color: #00e1ff !important; }
  .dark-mode .trading-separator {
    background-color: #536273; }
  .dark-mode .input-group-text {
    color: #e0e0e0;
    background-color: #1f3045;
    border: none; }
  .dark-mode header li .active {
    color: #14202e !important; }
  .dark-mode .nav h4 {
    color: #e0e0e0; }
    .dark-mode .nav h4:hover {
      color: #00e1ff; }
  .dark-mode header h4 {
    color: #14202e; }
  .dark-mode .separator-title {
    color: #536273; }
  .dark-mode g tspan {
    color: #e0e0e0;
    fill: #e0e0e0; }
  .dark-mode .inshadow, .dark-mode .dataTables_scrollBody, .dark-mode .order-separator, .dark-mode #market-depth {
    box-shadow: 1px 1px 14px 0px inset #25394e; }
  .dark-mode #sell {
    background-color: #1f3045;
    background-image: radial-gradient(rgba(247, 68, 54, 0), rgba(247, 68, 54, 0), rgba(247, 68, 54, 0.1), rgba(247, 68, 54, 0.4)); }
    .dark-mode #sell:hover {
      box-shadow: 1px 1px 14px 0px inset #f74436; }
  .dark-mode #buy {
    background-color: #1f3045;
    background-image: radial-gradient(rgba(0, 164, 91, 0), rgba(0, 164, 91, 0), rgba(0, 164, 91, 0.1), rgba(0, 164, 91, 0.4)); }
    .dark-mode #buy:hover {
      box-shadow: 1px 1px 14px 0px inset #00a45b; }
  .dark-mode .percentage-input {
    color: #e0e0e0;
    background-color: #1f3045; }
    .dark-mode .percentage-input:hover {
      background-color: #536273; }
    .dark-mode .percentage-input:active {
      border: 1px solid #00e1ff; }
  .dark-mode input[type=number]::-webkit-outer-spin-button:hover, .dark-mode input[type=number]::-webkit-outer-spin-button:active, .dark-mode input[type=number]::-webkit-outer-spin-button:focus, .dark-mode input[type=number]::-webkit-inner-spin-button:hover, .dark-mode input[type=number]::-webkit-inner-spin-button:active, .dark-mode input[type=number]::-webkit-inner-spin-button:focus {
    -webkit-filter: saturate(200%) brightness(200%);
            filter: saturate(200%) brightness(200%); }
  .dark-mode .back-choice {
    color: #e0e0e0; }
  .dark-mode .alertify .ajs-dialog {
    background-color: #1a2839;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2px; }
  .dark-mode .alertify .ajs-header {
    color: #e0e0e0;
    font-weight: bold;
    background: #1a2839;
    border-radius: 2px 2px 0 0; }
  .dark-mode .alertify .ajs-body {
    color: #e0e0e0;
    border: 3px solid #2d3a4d;
    margin-bottom: 0.5em; }
  .dark-mode .alertify .ajs-body .ajs-content .ajs-input {
    color: #e0e0e0;
    background: #1f3045;
    display: block;
    width: 100%;
    padding: 0.5em;
    margin: 0.3em;
    border-radius: 0.25rem;
    border: none; }
  .dark-mode .alertify .ajs-body .ajs-content p {
    margin: 0; }
  .dark-mode .alertify .ajs-footer {
    background: #1a2839;
    border-radius: 0 0 2px 2px; }
  .dark-mode .alertify .ajs-footer .ajs-buttons .ajs-button {
    background-color: #1f3045;
    color: #e0e0e0;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
    .dark-mode .alertify .ajs-footer .ajs-buttons .ajs-button:hover {
      background-color: #536273;
      cursor: pointer; }
  .dark-mode .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #00e1ff; }
  .dark-mode .alertify-notifier .ajs-message {
    color: #00e1ff;
    text-align: center;
    text-transform: lowercase;
    font-variant: small-caps;
    font-size: 1.2em;
    border-radius: 1em;
    background-color: #536273;
    border: solid 1px #1a2839;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }
  .dark-mode .alertify-notifier .ajs-message.ajs-success {
    background-color: #536273;
    box-shadow: 0 0 1em #00a45b; }
  .dark-mode .alertify-notifier .ajs-message.ajs-error {
    background-color: #536273;
    box-shadow: 0 0 1em #f74436; }
  .dark-mode .alertify-notifier .ajs-message.ajs-warning {
    background-color: #536273;
    box-shadow: 0 0 1em #e0e0e0; }

.brand-dark {
  display: none; }

.brand-light {
  display: inline-block; }

.scrollbar-light::-webkit-scrollbar {
  background-color: #DCE4E5; }

.scrollbar-light::-webkit-scrollbar-track {
  background-color: #DCE4E5; }

.scrollbar-light::-webkit-scrollbar-thumb {
  background-color: #94ADB2; }

.scrollbar-light::-webkit-scrollbar-thumb:hover {
  background-color: #C4ACAC; }

.light-mode {
  background: #DCE4E5;
  color: #000F11; }
  .light-mode .btn-primary:not(:disabled):not(.disabled).active:focus, .light-mode .btn-primary:not(:disabled):not(.disabled):active:focus, .light-mode .show > .btn-primary.dropdown-toggle:focus, .light-mode .btn-primary.focus, .light-mode .btn-primary:focus, .light-mode .form-control2:focus {
    outline: 0;
    box-shadow: none; }
  .light-mode .navbar {
    border-bottom: transparent;
    background: #B6C2C4; }
    .light-mode .navbar a {
      color: #000F11; }
      .light-mode .navbar a:hover {
        color: #c93838; }
  .light-mode :focus {
    outline: #c93838 auto 5px;
    outline-color: #c93838;
    outline-style: auto;
    outline-width: 5px; }
  .light-mode .up {
    color: #00a45b !important; }
  .light-mode .down {
    color: #f74436 !important; }
  .light-mode ::-moz-selection {
    color: #DCE4E5;
    background: #c93838; }
  .light-mode ::selection {
    color: #DCE4E5;
    background: #c93838; }
  .light-mode ::-moz-selection {
    color: #DCE4E5;
    background: #c93838; }
  .light-mode .nav-tabs {
    border-bottom-color: transparent; }
  .light-mode .nav-link:hover {
    border-color: transparent; }
  .light-mode .bbtn {
    color: #000F11;
    background-color: #C7D3D6; }
    .light-mode .bbtn:hover {
      color: #c93838;
      background-color: #C4ACAC; }
  .light-mode .nav-link.active {
    color: #000F11;
    background-color: #C7D3D6;
    border: 1px solid #c93838; }
  .light-mode .btn-secondary {
    background-color: #94ADB2;
    border-color: transparent;
    margin-right: 2px; }
    .light-mode .btn-secondary.active {
      background-color: #A1A8AF;
      border-color: transparent;
      color: #000F11; }
    .light-mode .btn-secondary:hover {
      background-color: #C4ACAC;
      border-color: transparent; }
  .light-mode .page-item {
    margin: 0.1em; }
    .light-mode .page-item.active {
      z-index: 0;
      color: #000F11;
      border-color: transparent;
      background-color: #A1A8AF; }
    .light-mode .page-item.page-link {
      z-index: 1;
      border: none;
      border-color: transparent;
      color: #000F11;
      background-color: #C7D3D6; }
    .light-mode .page-item.disabled .page-link {
      color: #000F11;
      cursor: not-allowed;
      background-color: #94ADB2;
      border-color: transparent; }
  .light-mode .page-link {
    border-top: none;
    border-bottom: none;
    border-color: transparent;
    color: #000F11;
    background-color: #C7D3D6;
    outline: 0; }
    .light-mode .page-link:hover {
      color: #000F11;
      border-color: transparent;
      background-color: #C4ACAC; }
    .light-mode .page-link:focus {
      color: #c93838;
      background-color: #C4ACAC;
      box-shadow: 0 0 transparent; }
  .light-mode .page-item.active .page-link {
    background-color: #B6C2C4;
    border: 1px solid #c93838; }
  .light-mode .form-control {
    color: #000F11;
    background-color: #C7D3D6; }
    .light-mode .form-control:hover {
      color: #c93838;
      background-color: #C4ACAC; }
    .light-mode .form-control:focus {
      border: 1px solid #c93838; }
    .light-mode .form-control:active {
      border: 1px solid #c93838; }
  .light-mode .bar1, .light-mode .bar2, .light-mode .bar3 {
    background-color: #000F11; }
  .light-mode #ul .lis {
    color: #000F11; }
  .light-mode #ul-log .lis {
    color: #000F11; }
  .light-mode .checked {
    border: 5px solid #000F11; }
  .light-mode #searcher input {
    caret-color: #c93838;
    border-bottom: 2px solid #A1A8AF;
    color: #c93838; }
    .light-mode #searcher input:focus {
      color: #c93838;
      border-bottom: 2px solid #c93838; }
    .light-mode #searcher input::-webkit-input-placeholder {
      color: #94ADB2; }
    .light-mode #searcher input::-moz-placeholder {
      color: #94ADB2; }
    .light-mode #searcher input:-ms-input-placeholder {
      color: #94ADB2; }
    .light-mode #searcher input::-ms-input-placeholder {
      color: #94ADB2; }
    .light-mode #searcher input::placeholder {
      color: #94ADB2; }
  .light-mode .ui--button {
    color: #000F11;
    background-color: #C7D3D6; }
    .light-mode .ui--button:hover {
      color: #c93838;
      background-color: #C4ACAC; }
    .light-mode .ui--button:focus {
      border: 1px solid #c93838; }
    .light-mode .ui--button:active {
      border: 1px solid #c93838; }
  .light-mode .table-button {
    color: #000F11; }
    .light-mode .table-button:hover {
      color: #c93838;
      background-color: #C4ACAC; }
    .light-mode .table-button:focus {
      border: 1px solid #c93838; }
    .light-mode .table-button:active {
      border: 1px solid #c93838; }
  .light-mode .private-key-input {
    color: #000F11;
    background-color: #C7D3D6; }
  .light-mode .password-input {
    color: #000F11;
    background-color: #C7D3D6; }
    .light-mode .password-input:hover {
      color: #c93838; }
    .light-mode .password-input:focus {
      outline-color: #c93838; }
  .light-mode .searchers {
    color: #000F11;
    background-color: transparent;
    caret-color: #c93838;
    border-bottom: 2px solid #A1A8AF;
    color: #c93838; }
    .light-mode .searchers:hover {
      border-bottom: 2px solid #c93838; }
      .light-mode .searchers:hover::-webkit-input-placeholder {
        color: #c93838; }
      .light-mode .searchers:hover::-moz-placeholder {
        color: #c93838; }
      .light-mode .searchers:hover:-ms-input-placeholder {
        color: #c93838; }
      .light-mode .searchers:hover::-ms-input-placeholder {
        color: #c93838; }
      .light-mode .searchers:hover::placeholder {
        color: #c93838; }
    .light-mode .searchers:focus {
      color: #c93838;
      border-bottom: 2px solid #c93838; }
    .light-mode .searchers::-webkit-input-placeholder {
      color: #C4ACAC; }
    .light-mode .searchers::-moz-placeholder {
      color: #C4ACAC; }
    .light-mode .searchers:-ms-input-placeholder {
      color: #C4ACAC; }
    .light-mode .searchers::-ms-input-placeholder {
      color: #C4ACAC; }
    .light-mode .searchers::placeholder {
      color: #C4ACAC; }
  .light-mode .brand-dark {
    display: none; }
  .light-mode .brand-light {
    display: inline-block; }
  .light-mode aside .list-group .list-group-item {
    background-color: #C7D3D6;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-color: #DCE4E5; }
    .light-mode aside .list-group .list-group-item:nth-child(even) {
      background-color: #B6C2C4; }
  .light-mode main header {
    background: #94ADB2; }
  .light-mode thead tr {
    background: #C7D3D6; }
  .light-mode tbody tr {
    background: #B6C2C4; }
    .light-mode tbody tr:nth-child(even) {
      background: #C7D3D6; }
  .light-mode .dropdown-menu {
    background: #B6C2C4;
    border-color: #DCE4E5; }
    .light-mode .dropdown-menu a {
      color: #000F11; }
      .light-mode .dropdown-menu a:hover {
        background-color: #C4ACAC; }
    .light-mode .dropdown-menu .dropdown-divider {
      border-color: #DCE4E5; }
  .light-mode .form-control2 {
    background-color: transparent;
    border-bottom-color: #C7D3D6;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    overflow: visible;
    margin: 0; }
  .light-mode .dropdown-toggle:after {
    border-top-color: #000F11;
    border-bottom-color: #000F11; }
  .light-mode .card, .light-mode .card-title {
    background-color: #C7D3D6; }
  .light-mode .card-body {
    background-color: #B6C2C4; }
  .light-mode .bg-primary {
    background-color: #B6C2C4 !important; }
  .light-mode .bg-secondary, .light-mode .btn-primary {
    background-color: #C7D3D6 !important; }
  .light-mode .bg-accent {
    background-color: #94ADB2 !important; }
  .light-mode .bg-lightest {
    background-color: #A1A8AF !important; }
  .light-mode .fa-bars {
    color: #000F11; }
  .light-mode .footer {
    color: #000F11; }
  .light-mode .grid {
    border: 3px solid #94ADB2; }
  .light-mode .separator, .light-mode .last-separator {
    border-bottom: 1px solid #94ADB2; }
  .light-mode #ul .lis:hover {
    color: #C4ACAC; }
  .light-mode #ul-log .lis:hover {
    color: #c93838; }
  .light-mode .lis:hover .checked {
    border: 5px solid #C4ACAC; }
  .light-mode #ul-log .lis:hover .checked {
    border: 5px solid #c93838; }
  .light-mode .inp[type=radio]:checked ~ .checked {
    border: 5px solid #c93838; }
  .light-mode .inp[type=radio]:checked ~ .checked::before {
    background: #c93838; }
  .light-mode .inp[type=radio]:checked ~ label {
    color: #c93838; }
  .light-mode .private-key-input:focus {
    outline-color: #c93838; }
  .light-mode #priv-key-output {
    color: #C7D3D6; }
    .light-mode #priv-key-output:hover {
      color: #000F11; }
  .light-mode #main-navbar {
    background-color: #B6C2C4;
    color: #000F11; }
  .light-mode #main-navbar-logged-out {
    background-color: #B6C2C4;
    color: #000F11; }
  .light-mode #value {
    color: #c93838; }
  .light-mode .navbar {
    border-bottom: 0.063em solid #A1A8AF; }
  .light-mode .dropdown-item {
    color: #000F11; }
  .light-mode .searchers:focus {
    border-bottom: 2px solid #c93838; }
  .light-mode .fa-div {
    color: #A1A8AF; }
    .light-mode .fa-div:hover .fa-search {
      color: #c93838; }
    .light-mode .fa-div:active .fa-search {
      color: #c93838; }
    .light-mode .fa-div:focus .fa-search {
      color: #c93838; }
  .light-mode td.positive {
    color: #00a45b; }
  .light-mode td.negative {
    color: #f74436; }
  .light-mode .dt-button-info {
    color: #000F11;
    background-color: #DCE4E5; }
  .light-mode #datatables_buttons_info {
    color: #000F11;
    background-color: #DCE4E5; }
  .light-mode #datatables_buttons_info h2 {
    color: #000F11 !important;
    background-color: #DCE4E5 !important; }
  .light-mode .output-msg {
    color: #c93838; }
  .light-mode .inputfile + label {
    color: #000F11;
    background-color: #C7D3D6; }
  .light-mode .inputfile:focus + label {
    border: 1px solid #c93838; }
  .light-mode .inputfile:focus + label,
  .light-mode .inputfile + label:hover {
    color: #c93838;
    background-color: #C4ACAC; }
  .light-mode .scrollbar::-webkit-scrollbar, .light-mode .dataTables_scrollBody::-webkit-scrollbar {
    background-color: #DCE4E5; }
  .light-mode .scrollbar::-webkit-scrollbar-track, .light-mode .dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: #DCE4E5; }
  .light-mode .scrollbar::-webkit-scrollbar-thumb, .light-mode .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #94ADB2; }
  .light-mode .scrollbar::-webkit-scrollbar-thumb:hover, .light-mode .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background-color: #C4ACAC; }
  .light-mode .modal-content {
    color: #000F11;
    background-color: #DCE4E5; }
  .light-mode .close {
    color: #000F11 !important; }
    .light-mode .close:hover {
      color: #c93838 !important; }
  .light-mode .trading-separator {
    background-color: #C4ACAC; }
  .light-mode .input-group-text {
    color: #000F11;
    background-color: #C7D3D6;
    border: none; }
  .light-mode header li .active {
    color: #B6C2C4 !important; }
  .light-mode .nav h4 {
    color: #000F11; }
    .light-mode .nav h4:hover {
      color: #c93838; }
  .light-mode header h4 {
    color: #DCE4E5; }
  .light-mode .separator-title {
    color: #C4ACAC; }
  .light-mode g tspan {
    color: #000F11;
    fill: #000F11; }
  .light-mode .inshadow .dataTables_scrollBody, .light-mode .order-separator, .light-mode rect {
    box-shadow: 1px 1px 10px 0 inset #c1bbbb; }
  .light-mode #sell {
    background-color: #C7D3D6;
    background-image: radial-gradient(rgba(247, 68, 54, 0), rgba(247, 68, 54, 0), rgba(247, 68, 54, 0.1), rgba(247, 68, 54, 0.4)); }
    .light-mode #sell:hover {
      box-shadow: 1px 1px 14px 0px inset #f74436; }
  .light-mode #buy {
    background-color: #C7D3D6;
    background-image: radial-gradient(rgba(0, 164, 91, 0), rgba(0, 164, 91, 0), rgba(0, 164, 91, 0.1), rgba(0, 164, 91, 0.4)); }
    .light-mode #buy:hover {
      box-shadow: 1px 1px 14px 0px inset #00a45b; }
  .light-mode .percentage-input {
    color: #000F11;
    background-color: #C7D3D6; }
    .light-mode .percentage-input:hover {
      background-color: #C4ACAC; }
    .light-mode .percentage-input:active {
      border: 1px solid #c93838; }
  .light-mode input[type=number]::-webkit-outer-spin-button:hover, .light-mode input[type=number]::-webkit-outer-spin-button:active, .light-mode input[type=number]::-webkit-outer-spin-button:focus, .light-mode input[type=number]::-webkit-inner-spin-button:hover, .light-mode input[type=number]::-webkit-inner-spin-button:active, .light-mode input[type=number]::-webkit-inner-spin-button:focus {
    -webkit-filter: sepia(100%) grayscale(100%) brightness(140%) invert(100%);
            filter: sepia(100%) grayscale(100%) brightness(140%) invert(100%); }
  .light-mode .back-choice {
    color: #000F11; }
  .light-mode .alertify .ajs-dialog {
    background-color: #B6C2C4;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2px; }
  .light-mode .alertify .ajs-header {
    color: #000F11;
    font-weight: bold;
    background: #B6C2C4;
    border-radius: 2px 2px 0 0; }
  .light-mode .alertify .ajs-body {
    color: #000F11;
    border: 3px solid #94ADB2;
    margin-bottom: 0.5em; }
  .light-mode .alertify .ajs-body .ajs-content .ajs-input {
    color: #000F11;
    background: #C7D3D6;
    display: block;
    width: 100%;
    padding: 0.5em;
    margin: 0.3em;
    border-radius: 0.25rem;
    border: none; }
  .light-mode .alertify .ajs-body .ajs-content p {
    margin: 0; }
  .light-mode .alertify .ajs-footer {
    background: #B6C2C4;
    border-radius: 0 0 2px 2px; }
  .light-mode .alertify .ajs-footer .ajs-buttons .ajs-button {
    background-color: #C7D3D6;
    color: #000F11;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
    .light-mode .alertify .ajs-footer .ajs-buttons .ajs-button:hover {
      background-color: #C4ACAC;
      cursor: pointer; }
  .light-mode .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #000F11; }
  .light-mode .alertify-notifier .ajs-message {
    color: #000F11;
    text-align: center;
    text-transform: lowercase;
    font-variant: small-caps;
    font-size: 1.2em;
    border-radius: 1em;
    background-color: #B6C2C4;
    border: solid 1px #B6C2C4;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }
  .light-mode .alertify-notifier .ajs-message.ajs-success {
    background-color: #B6C2C4;
    box-shadow: 0 0 1em #00a45b; }
  .light-mode .alertify-notifier .ajs-message.ajs-error {
    background-color: #B6C2C4;
    box-shadow: 0 0 1em #f74436; }
  .light-mode .alertify-notifier .ajs-message.ajs-warning {
    background-color: #B6C2C4;
    box-shadow: 0 0 1em #000F11; }

.brand-logo {
  height: 2.775rem; }

#header {
  height: 3.75em; }

.navbar {
  max-height: 3.75em;
  display: inherit !important; }

#main-navbar {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.4em;
  text-align: center; }

#main-navbar-logged-out {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.4em;
  text-align: center; }

#value_text {
  font-size: 1.3em;
  font-variant: small-caps;
  text-transform: lowercase;
  text-align: center;
  vertical-align: middle; }

#value {
  font-size: 1.3em;
  font-variant: small-caps;
  text-transform: lowercase;
  text-align: center;
  vertical-align: middle;
  font-weight: 500; }

.navbar-toggler:focus {
  outline: none; }

.dropdown-item {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.4em; }

.fa-bars {
  font-size: 1.5em;
  vertical-align: middle; }

#TXV {
  cursor: pointer; }

.navbar-toggler {
  padding-right: 0;
  padding-left: 0; }

#header .nav-item {
  cursor: pointer; }

.dropdown-menu {
  border-radius: 0; }

table.dataTable {
  border-collapse: collapse !important;
  border-spacing: inherit !important; }

table.table-sm th, table.table-sm td {
  padding-left: 1rem;
  padding-right: 1rem; }

td.fa .fab .fal .far .fas {
  display: table-cell !important; }

div.dataTables_wrapper {
  margin-bottom: 0 !important; }

td i.far, td i.fa, td i.fas, td i.fab, td i.fa {
  cursor: pointer; }

table th, td {
  white-space: nowrap; }

table button {
  font-size: 13.33px;
  line-height: initial;
  font-family: sans-serif; }

.table-button {
  background-color: transparent;
  vertical-align: bottom;
  cursor: pointer;
  text-transform: lowercase;
  font-variant: small-caps;
  width: 6em;
  border-radius: 1em;
  border-color: transparent; }
  .table-button:focus {
    outline: 0; }

.deposit {
  width: 6em; }

.withdraw {
  width: 7em; }

.card {
  display: flex;
  flex-direction: column;
  border-radius: 0; }
  .card .card-title {
    padding: 1.25rem 1.25rem 0; }
  .card .card-body {
    padding-top: 0; }

#cards {
  margin-top: 4.75em; }

#h2_balance {
  margin-top: 4.75em; }

#value {
  text-align: center; }

.to_the_right {
  text-alignt: right !important; }

.fixed-height {
  min-height: 245px; }

#pagination {
  align-content: center;
  margin: 0.15em; }

.pagination {
  justify-content: center !important; }

.display {
  width: 100%; }

.arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #06A8FF;
  border-right: 5px solid #06A8FF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -10px;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite; }

.arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }

.arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px); } }

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px); } }

.r-c-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.r-cc-90 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

#withdraw-amount, #deposit-amount, .wallet-input {
  width: 75% !important; }

.wallet-input {
  cursor: not-allowed; }

#searcher {
  position: relative;
  max-width: 400px;
  margin: 25px auto 25px auto; }
  #searcher input {
    margin: 0;
    border: 0;
    width: 100%;
    font-size: 2.5em;
    line-height: 2.75px;
    height: 70px;
    text-align: center;
    padding: 10px;
    background: transparent;
    font-weight: 300;
    letter-spacing: 7px; }
    #searcher input:focus {
      outline: 0; }

.searchers {
  position: relative;
  margin: 0;
  border: 0;
  width: 100%;
  font-size: 1.2em;
  background: transparent;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: left;
  display: table-cell;
  height: 90%; }
  .searchers:focus {
    outline: 0; }

/* Bunnys super duper radio checkbox style */
#ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto; }

#ul .lis {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 6.5em; }

#ul .lis .inp[type=radio] {
  position: absolute;
  visibility: hidden; }

#ul .lis .lab {
  text-align: center;
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 0.5em auto 0 auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear; }

#ul-log {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto; }

#ul-log .lis {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 6.5em; }

#ul-log .lis .inp[type=radio] {
  position: absolute;
  visibility: hidden; }

#ul-log .lis .lab {
  text-align: center;
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 0.5em auto 0 auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear; }

.checked {
  box-sizing: content-box;
  display: block;
  position: absolute;
  border: 5px solid;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear; }

.checked::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

.ui--button {
  vertical-align: bottom;
  cursor: pointer;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.3em;
  width: 6em;
  height: 2.25em;
  padding: 0.25em;
  border-radius: 1em;
  border-color: transparent; }
  .ui--button:focus {
    outline: 0; }

.private-key-input {
  border: 0;
  width: 100%;
  min-height: 6em;
  padding: 1em;
  text-align: left; }

#new-choice {
  margin: auto; }

#create-key {
  text-align: center;
  margin: auto; }

#create-json {
  text-align: center;
  margin: auto; }

.password-input {
  border: 0;
  width: 100%;
  min-height: 1.4em;
  padding: 1em;
  text-align: left;
  margin-bottom: 0.5em; }

#keystore-login-password {
  width: 14em;
  max-width: 100%; }

#priv-key-output {
  min-height: 5em;
  max-height: 5em;
  font-size: 1.2em;
  text-align: center; }
  #priv-key-output:hover {
    cursor: text; }

#log-ks-tooltip {
  display: inline-block;
  vertical-align: text-top; }

.modal-header .back-choice {
  padding: 1rem;
  margin: -1rem 0 -1rem -1rem; }

.back-choice {
  float: left;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5; }
  .back-choice:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .back-choice:not(:disabled):not(.disabled):hover, .back-choice:not(:disabled):not(.disabled):focus {
      text-decoration: none;
      opacity: 0.75; }

button.back-choice {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

@media (max-width: 767px) {
  #login-modal .modal-body {
    flex-direction: column; }
  #ul {
    display: flex;
    flex-direction: row; } }

@media (min-width: 768px) {
  .last-separator {
    border-bottom: none !important; } }

#trading main {
  height: calc(100vh - 3.75em);
  display: flex;
  flex-direction: row; }

#trading .fa-div {
  min-height: 0; }

#trading .input-group {
  flex-wrap: inherit; }

#trading .fa-div .fa-search {
  top: 0.5em; }

#trading .fa-div input {
  text-indent: 1em; }

#trading .searchers {
  letter-spacing: 0.2em; }

#trading table.dataTable {
  margin-top: 0 !important; }

aside .list-group {
  height: calc(100% - 5.25em);
  width: 100%;
  overflow-y: auto; }
  aside .list-group .list-group-item {
    padding: .75rem; }
    aside .list-group .list-group-item:first-child, aside .list-group .list-group-item:last-child {
      border-radius: 0; }

main header {
  text-align: center;
  padding: 0.05em .75em; }

h4 {
  text-transform: lowercase;
  font-variant: small-caps; }

.margin-top {
  margin-top: 3.75em; }

.buy-div {
  padding: 0.5em 2em 0 2em; }

.sell-div {
  padding: 0.5em 2em 0 2em; }

.igt-left {
  width: 4.5em;
  padding: .375rem 0 .375rem .75rem; }

.igt-right {
  padding: .375rem .75rem .375rem 0; }

.trading-separator {
  width: 0.1em;
  margin: -0.051em; }

.input-group-text {
  border: 0;
  text-align: left; }

.form-control {
  outline: 0;
  box-shadow: none; }
  .form-control:focus {
    outline: 0;
    box-shadow: none; }

#buy, #sell {
  width: 100%; }

header .nav-link {
  padding: 0; }

header .nav-tabs > li, header .nav-pills > li, header .nav {
  float: none;
  display: inline-flex;
  *display: inline;
  zoom: 1; }

header .nav-tabs, header .nav-pills {
  border-bottom: 0;
  text-align: center; }

#charting .nav li {
  cursor: pointer !important; }

header h4 {
  line-height: 1; }

.fa-div .dropdown-toggle::after {
  position: absolute;
  right: 0.25em;
  top: 0.75em;
  height: 1.25em;
  cursor: pointer; }

#table_orders-trading, #table_history-trading, #table_market-history, #buy-orders, #sell-orders, #markets-trading {
  width: 100% !important; }

.order-separator {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  align-items: stretch; }

.separator-blocks {
  align-items: center;
  flex-basis: 25%;
  padding: 0 1.25em 0.35em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.separator-title {
  color: inherit;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.13rem;
  line-height: 1.6rem;
  text-transform: uppercase; }

.percentage-input {
  border: none;
  width: 24.25%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  cursor: pointer; }

#trading main header h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#charting .d-flex {
  display: flex;
  flex-direction: column; }

.m-perc {
  margin-right: 1%; }

#trading-page-navigation {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 66vw; }
  #trading-page-navigation a {
    display: flex;
    flex-direction: column; }
  #trading-page-navigation i {
    font-size: x-large; }
  #trading-page-navigation span {
    font-size: xx-small; }

#spread, #last-price {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.07rem; }

#buy-orders_wrapper thead, #sell-orders_wrapper thead, #markets-trading_wrapper thead, #table_market-history_wrapper thead {
  display: none !important; }

#markets-panel .dataTables_scrollBody {
  max-height: calc(100vh - 8.7em);
  min-height: calc(100vh - 8.7em); }

#order-book .dataTables_scrollBody {
  min-height: calc((100vh - 11.1em)/2);
  max-height: calc((100vh - 11.1em)/2); }

#market-history .dataTables_scrollBody {
  max-height: calc(100vh - 8em);
  min-height: calc(100vh - 8em); }

#market-depth {
  width: 100%;
  max-height: calc(100vh - 9.43667377398721vh - 25.8em);
  min-height: calc(100vh - 9.43667377398721vh - 25.8em); }

#chart {
  width: 100%;
  max-height: calc(100vh - 9.43667377398721vh - 25.8em);
  min-height: calc(100vh - 9.43667377398721vh - 25.8em); }

#trader {
  height: 13.18392857142857em; }

#orders-and-history .dataTables_scrollBody {
  max-height: 9.43667377398721vh;
  min-height: 9.43667377398721vh; }

@media (min-width: 768px) {
  #trading main .col-md-7 {
    flex: 0 0 calc(58.333333% - 1em) !important;
    max-width: calc(58.333333% - 1em) !important; } }

@media (max-width: 767px) {
  .shown {
    display: block !important; }
  .hidden {
    display: none !important; }
  #trading main {
    display: flex;
    flex-direction: column; }
  #charting .fade:not(.show), #orders-and-history .fade:not(.show) {
    opacity: 100; }
  #charting .tab-content > .tab-pane, #orders-and-history .tab-content > .tab-pane {
    display: block; }
  #charting .tab-content > .active, #orders-and-history .tab-content > .active {
    display: block; }
  #markets-panel {
    max-height: calc(100vh - 17.43307142857143em);
    min-height: calc(100vh - 17.43307142857143em); }
  #markets-panel .dataTables_scrollBody {
    max-height: calc(100vh - 20.79021428571429em);
    min-height: calc(100vh - 20.79021428571429em); }
  #order-book .dataTables_scrollBody {
    min-height: calc((100vh - 23.211em) / 2);
    max-height: calc((100vh - 23.211em) / 2); }
  #chart {
    width: 100%;
    max-height: calc(100vh - 18.43307142857143em);
    min-height: calc(100vh - 18.43307142857143em); }
  #market-depth {
    width: 100%;
    max-height: calc(100vh - 18.43307142857143em);
    min-height: calc(100vh - 18.43307142857143em); }
  #orders-and-history .dataTables_scrollBody {
    max-height: calc((100vh - 25.17414285714286em) / 2);
    min-height: calc((100vh - 25.17414285714286em) / 2); }
  #market-history .dataTables_scrollBody {
    max-height: calc(100vh - 22.17414285714286em);
    min-height: calc(100vh - 22.17414285714286em); }
  #trader-panel {
    max-height: 13.18392857142857em;
    max-height: 13.18392857142857em; }
  .sell-div, .buy-div {
    padding: 0.5em 0.5em 0 0.5em; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .sell-div, .buy-div {
    padding: 0.5em 1.25em 0 1.25em; } }

.alertify .ajs-dialog {
  background-color: #B6C2C4;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2px; }

.alertify .ajs-header {
  color: #000F11;
  font-weight: bold;
  background: #B6C2C4;
  border-radius: 2px 2px 0 0; }

.alertify .ajs-body {
  color: #000F11;
  border: 3px solid #94ADB2;
  margin-bottom: 0.5em; }

.alertify .ajs-body .ajs-content .ajs-input {
  color: #000F11;
  background: #C7D3D6;
  display: block;
  width: 100%;
  padding: 0.5em;
  margin: 0.3em;
  border-radius: 0.25rem;
  border: none; }

.alertify .ajs-body .ajs-content p {
  margin: 0; }

.alertify .ajs-footer {
  background: #B6C2C4;
  border-radius: 0 0 2px 2px; }

.alertify .ajs-footer .ajs-buttons .ajs-button {
  background-color: #C7D3D6;
  color: #000F11;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
  .alertify .ajs-footer .ajs-buttons .ajs-button:hover {
    background-color: #C4ACAC;
    cursor: pointer; }

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #000F11; }

.alertify-notifier .ajs-message {
  color: #000F11;
  text-align: center;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.2em;
  border-radius: 1em;
  background-color: #B6C2C4;
  border: solid 1px #B6C2C4;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }

.alertify-notifier .ajs-message.ajs-success {
  background-color: #B6C2C4;
  box-shadow: 0 0 1em #00a45b; }

.alertify-notifier .ajs-message.ajs-error {
  background-color: #B6C2C4;
  box-shadow: 0 0 1em #f74436; }

.alertify-notifier .ajs-message.ajs-warning {
  background-color: #B6C2C4;
  box-shadow: 0 0 1em #000F11; }

html {
  font-weight: 300;
  font-size: 14px;
  height: 100%;
  overflow: auto;
  scroll-behavior: smooth; }

div.dataTables_wrapper {
  margin-bottom: 3em; }

.sm-gutters > [class*=col-], .sm-gutters section {
  padding-right: 0.5em;
  padding-left: 0.5em; }

.btn {
  border-radius: 0;
  border: 0; }

.bbtn {
  vertical-align: bottom;
  cursor: pointer;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.2em;
  margin: 0.15em;
  border-radius: 1em !important;
  border: 1px solid transparent; }
  .bbtn:focus {
    outline: 0; }

.hide {
  display: none; }

.footer {
  position: relative;
  margin-top: 0 auto;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center; }

#header {
  position: fixed;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1; }

#html-trading {
  overflow: hidden; }

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  margin: 6px 0;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.fa-div {
  position: relative;
  min-height: 3.25em; }

.fa-div input {
  text-indent: 1.4em; }

.fa-div .fa-search {
  position: absolute;
  top: 1em; }

.fa-unlock {
  position: absolute;
  top: 1.2em;
  padding-left: 0.5em; }

.fa-lock {
  position: absolute;
  top: 1.2em;
  left: 1em; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  min-height: 1.4em;
  max-width: 100%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  border-color: transparent; }

.no-js .inputfile + label {
  display: none; }

.fa-upload {
  padding: 0.2em;
  margin: 0 0.75em 0 0;
  font-size: 0.9em;
  vertical-align: text-bottom; }

.scrollbar::-webkit-scrollbar-track, .scrollbar-dark::-webkit-scrollbar-track, .scrollbar-light::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.scrollbar::-webkit-scrollbar, .dataTables_scrollBody::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em; }

.scrollbar-dark::-webkit-scrollbar, .scrollbar-light::-webkit-scrollbar {
  width: 0.7em; }

.scrollbar::-webkit-scrollbar-thumb, .scrollbar-dark::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.scrollbar-light::-webkit-scrollbar-thumb {
  background-color: #809598; }

.modal-dialog {
  max-width: 60em; }

.modal-header {
  border-bottom: none; }

.modal-body {
  display: flex; }

.modal-footer {
  border-top: none;
  display: block; }

.heading {
  align-self: center;
  margin-left: auto; }

.form-control {
  border: none; }

.constrain {
  height: 100%;
  width: 100%; }

.o-hidden {
  overflow: hidden; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  background: transparent url("http://i.stack.imgur.com/YYySO.png") no-repeat 50% 50%;
  -webkit-filter: brightness(200%) grayscale(100%);
          filter: brightness(200%) grayscale(100%);
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.5rem;
  position: relative;
  right: -0.75rem;
  cursor: pointer; }

.flexy {
  display: flex;
  justify-content: space-between; }

.logged-out {
  display: none; }

