main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.loading-wrapper, .result-wrapper{
    text-align: center;
    margin: 0 auto;
}

.result-wrapper{
    font-size: 20px;
    font-weight: 600;
}

.lds-circle {
    display: inline-block;
    transform: translateZ(1px);
}
.lds-circle > div {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    background: #1ec1ab;
    animation: lds-circle 4.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}

.table-wallet-balance tr th:nth-child(2),
.table-wallet-balance tr th:nth-child(3),
.table-wallet-balance tr th:nth-child(4),
.table-wallet-balance tr th:nth-child(5)
{
    z-index: 9 !important;
}
.table-wallet-balance tr td:nth-child(2),
.table-wallet-balance tr th:nth-child(2),
.table-wallet-balance tr td:nth-child(3),
.table-wallet-balance tr th:nth-child(3),
.table-wallet-balance tr td:nth-child(4),
.table-wallet-balance tr th:nth-child(4),
.table-wallet-balance tr td:nth-child(5),
.table-wallet-balance tr th:nth-child(5)
{
    position: sticky;
    width: 520px;
    left: 1px;
    z-index: 3;
}
.table-wallet-balance tr td:nth-child(3),
.table-wallet-balance tr th:nth-child(3)
{
    left: 70px;
}
.table-wallet-balance tr td:nth-child(4),
.table-wallet-balance tr th:nth-child(4)
{
    left: 137px;
}
.table-wallet-balance tr td:nth-child(5),
.table-wallet-balance tr th:nth-child(5)
{
    left: 531px;
}

.table-protocol-balance tr th:nth-child(1),
.table-protocol-balance tr th:nth-child(2),
.table-protocol-balance tr th:nth-child(3),
.table-protocol-balance tr th:nth-child(4)
{
    z-index: 9 !important;
}
.table-protocol-balance tr td:nth-child(1),
.table-protocol-balance tr th:nth-child(1),
.table-protocol-balance tr td:nth-child(2),
.table-protocol-balance tr th:nth-child(2),
.table-protocol-balance tr td:nth-child(3),
.table-protocol-balance tr th:nth-child(3),
.table-protocol-balance tr td:nth-child(4),
.table-protocol-balance tr th:nth-child(4)

{
    position: sticky;
    width: 120px;
    left: 1px;
    z-index: 3;
}
.table-protocol-balance tr td:nth-child(2),
.table-protocol-balance tr th:nth-child(2)
{
    left: 70px;
}
.table-protocol-balance tr td:nth-child(3),
.table-protocol-balance tr th:nth-child(3)
{
    left: 137px;
}
.table-protocol-balance tr td:nth-child(4),
.table-protocol-balance tr th:nth-child(4)
{
    left: 531px;
}

.table-striped tr:nth-child(odd) td{
    background-color: #d9d8d8;
}
.table-striped tr th,
.table-striped tr:nth-child(even) td{
    background-color: #fff;
}

.table-striped th{
    position: sticky;
    top: 0;
    z-index: 7;
}

.wallet-job-table table{
    table-layout: fixed;
}
.wallet-job-table td:nth-child(4){
    word-break: break-all;
}

.parser{
    margin-top: 20px;
}

.parser .row{
    margin-bottom: 15px;
}
.notice{
    font-size: 13px;
    color: #a5a5a5;
}
