html, body {
    height: 100%;
}

body {
    width: 100%;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
}

a {
    color: #660099;
    text-decoration: none;
}

h1 small {
    font-size: 65%;
}

h3 {
    margin-top: 20px;
}

.octicon {
    color: #777;
    display: inline-block;
    vertical-align: text-top;
    fill: currentColor;
    height: 16px;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 12px;
    }
    .container {
        max-width: 970px;
    }
    .octicon {
        height: 24px;
    }
    .navbar-form .form-control {
        width: 230px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 14px;
    }
    .container {
        max-width: 1170px;
    }
    .octicon {
        height: 32px;
    }
    .navbar-form .form-control {
        width: 360px;
    }
}

#header {
    font-size: 14px;
}

#header input{
    background-color:#662D91;
    color:#fff;
}
#header button{
    background-color:#490e78;
    color:#fff;
    border: #fff 1px solid;
}

.bg-purple {
    background-color: #2c0b4c;
}

.bg-gradient {
    background: linear-gradient( to right, #2c0b4c,#490e78,#2c0b4c) !important;
}

#wrap {
    flex: 1 0 auto;
}

#footer {
    color: #fff;
    flex-shrink: none; vertical-align:middle;

}
#footer a{
    color: #fff;
    text-decoration: none;
}

.alert-data {
    color: #383d41;
    background-color: #f4f4f4;
    border-color: #d6d8db;
    padding: 15px;
}

.line-top {
    border-top: 1px solid #EAEAEA;
    padding: 10px 0 0;
}

.line-mid {
    padding: 15px;
}

.line-bot {
    border-bottom: 2px solid #EAEAEA;
    padding: 0 0 15px;
}

.txvalues {
    display: inline-block;
    padding: .7em 2em;
    font-size: 13px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: 5px;
}

.txvalues:not(:last-child) {
    margin-right: 5px;
}

.txvalues-default {
    background-color: #EBEBEB;
    color: #333;
}

.txvalues-success {
    background-color: dimgray;
}

.txvalues-primary {
    background-color: #000;
}

.txvalues-danger {
    background-color: #AC0015;
    text-transform: uppercase;
}

.tx-own {
    background-color: #fbf8f0;
}

.tx-amt {
    float: right!important;
}

.tx-in .tx-own .tx-amt {
    color: #dc3545!important;
}

.tx-out .tx-own .tx-amt {
    color: #28a745!important;
}

.tx-addr {
    float: left!important;
}

.tx-descr {
  color: #212121!important;
  font-style: italic;
  font-size: 11px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-div {
    margin: 20px 0 30px 0;
}

.data-div .col-md-10 {
    padding-left: 0;
}

.data-table {
    table-layout: fixed;
    border-radius: .25rem;
    background: white;
}

.data-table td, .data-table th {
    padding: .4rem;
}

.data-table span.ellipsis {
    max-width: 100%;
}

.data {
    font-weight: bold;
}

table.data-table table.data-table th {
    border-top: 0;
    font-weight: normal;
}

.alert .data-table {
    margin: 0;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: .25rem;
}

.navbar-text .nav-link {
    padding: 0;
}

::-webkit-input-placeholder {
    color: #CCC!important;
    font-style: italic;
    font-size: 14px;
}

::-moz-placeholder {
    color: #CCC!important;
    font-style: italic;
    font-size: 14px;
}

.h-container ul, .h-container h3 {
    margin: 0;
}

.h-container h5 {
    margin-top: 6px;
    margin-bottom: 0;
}

.page-link {
    color: #660099;
}

.page-text {
    display: block;
    padding: .5rem .3rem;
    line-height: 1.25;
}

.page-link {
    color: #660099;
}

.page-item.active .page-link {
    background-color: #660099;
}

#txSpecific {
    margin: 0;
}

.string {
    color: darkgreen;
}

.number, .boolean {
    color: darkred;
}

.null {
    color: red;
}

.key {
    color: #EB65F8;
}

.spinner {
  margin: auto;
  width: 70px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  border: 1px solid rgb(102, 0, 153);
  background-color: purple;
  background-color: rgba(102, 0, 153, 0.3);
  margin: 0 1px 0 1px;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.spinner_wrapper {
  width: 100px;
  height: 80px;
  margin: auto;
}

.chart-container {
    margin: 0 auto;
    width: 93%;
}
