html, body {
    height: 100%;
}
::placeholder {
    color: white !important;
}
body {
    width: 100%;
    min-height: 100%;
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
}

a {
    color: #428bca;
    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;
}

.navbar-form {
    padding-bottom: 1px;
}

.navbar-form .form-control {
    background-color: #fff;
    color: #373f59;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: white !important;
}
.nav-link: hover {
    cursor: pointer;
    color: white !important;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: underline;
}

@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 {
    position: absolute;
    top: 0;
    left: 0;
    height: 53px;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    background-color: #373F5A;
    border: 0;
}

.bg-trezor {
    background-color: #373F5A!important;
    height: 53px;
}

.bg-trezor .navbar-text {
    color: rgba(255, 255, 255);
    font-weight: bold;
    font-size: 19px;
}

.trezor-logo-svg-white svg {
    fill: #FFFFFF;
    margin-top: 6px;
}

#wrap {
    min-height: 100%;
    height: auto;
    padding: 75px 0;
    margin: 0 auto -53px;
}

#footer {
    background-color: #373F5A;
    color: #fff;
    height: 53px;
    overflow: hidden;
}

.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: #EAF6FF;
    color: #333;
    border: 1px solid #e2e2e2;
}

.txvalues-success {
    background-color: #3692FE;
}

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

.txvalues-danger {
    background-color: #d11412;
    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;
}

.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: #373f59 !important;
    font-style: italic;
    font-size: 14px;
}

::-moz-placeholder {
    color: #373f59 !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: #428bca;
}

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

.page-link {
    color: #428bca;
}

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

#txSpecific {
    margin: 0;
}

.string {
    color: darkgreen;
}

.number, .boolean {
    color: darkred;
}

.null {
    color: red;
}

.key {
    color: #333;
}
