*, body, input, button, select, textarea, optgroup, option {
    font-family: 'Lato', sans-serif;
}

body {
    margin: 0;
    background: #eee;
}

/* Header */
#header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.header {
    max-width: 1400px;
    margin: auto;
    padding: 0px 10px;
}

.header_logo {
    height: 38px;
}

.header_search {
    float: right;
}

.header_search select {
    border: 1px solid #ccc;
    height: 42px;
    padding: 0px 10px;
    vertical-align: bottom;
}

.header_search input {
    border: 1px solid #ccc;
    height: 40px;
    padding: 0px 10px;
    width: 300px;
    margin-right: -5px;
    margin-left: -5px;
}

.header_search button {
    border: 1px solid #ccc;
    height: 42px;
    padding: 0px 10px;
    cursor: pointer;
}

.header_search button:hover {
    color: #fff;
    background: #32254C;
}

/* Body */
#wrapper {
    position: relative;
}

.wrapper {
    max-width: 1400px;
    margin: auto;
    padding: 0px 10px;
    padding-top: 60px;
}

.wrapper_loading {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    text-align: center;
    box-sizing: content-box;
    position: absolute;
}

.wrapper_loading img {
    margin-top: 100px;
    width: 50px;
}

.dashboard {
    background: #fff;
    margin-bottom: 15px;
}

.graph {
    height: 330px;
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
}

.dashboard_box {
}

.main_text_box {
    padding-top: 10px;
    padding-bottom: 60px;
}

.main_text_title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.main_text_desc {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.dashboard_item {
    display: inline-block;
    width: calc(33% - 1px);
    padding: 10px 20px;
    box-sizing: border-box;
}

.dashboard_item:nth-child(1) {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.dashboard_item:nth-child(2) {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.dashboard_item:nth-child(3) {
    border-bottom: 1px solid #eee;
}

.dashboard_item:nth-child(4) {
    border-right: 1px solid #eee;
}

.dashboard_item:nth-child(5) {
    border-right: 1px solid #eee;
}

.dashboard_item:nth-child(6) {

}

.dashboard_item_icon {
    width: 40px;
    vertical-align: middle;
}

.dashboard_item_title {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 5px;
}

.dashboard_item_desc {
}

.dashboard_item_wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.main_background {
    width: 100%;
    position: absolute;
    height: 370px;
    overflow: hidden;
    z-index: -99;
}

.main_background img {
    width: 100%;
}

.box {
    display: inline-block;
    width: calc(50% - 8px);
    background: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 5px;
}

.box:last-child {
    margin-left: 5px;
    margin-right: 0px;
}

.box:nth-child(3) {
    margin-left: 5px;
    margin-right: 0px;
}


.box_title {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.box_view_all {
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.box_table_wrapper {
    height: 399px;
    overflow-y: scroll;
}

.box_table {
    width: 100%;
}

.box_table tr {

}

.box_table tr td {
    padding: 5px 0px;
    border-bottom: 1px solid #eee;
}

.item_block {
    width: 40px;
    height: 40px;
    background: #eee;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    font-size: 14px;
}

.item_block_num_cell {
}

.item_block_num {
    color: #3498db;
    font-size: 14px;
    cursor: pointer;
}

.item_block_time {
    color: #777;
    font-size: 12px;
}

.item_block_valid_cell {
}

.item_block_valid_cell1 {
}

.item_block_valid_cell2 {
}

.item_block_valid_txt {
    display: inline-block;
    font-size: 14px;
}

.item_block_valid {
    display: inline-block;
    font-size: 14px;
    color: #3498db;
    cursor: pointer;
}

.item_block_valid_by {
    font-size: 14px;
}

.item_block_valid_txn {
    display: inline-block;
    font-size: 12px;
    color: #3498db;
    cursor: pointer;
}

.item_block_valid_time {
    color: #777;
    display: inline-block;
    font-size: 12px;
}

.item_block_gas {
    color: #777;
    font-size: 14px;
}

/* Address */
.wrapper_addr {
    max-width: 1400px;
    margin: auto;
    padding: 0px 10px;
    padding-top: 20px;
}

.addr_text_box {
    font-size: 21px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.addr_text_title {
    display: inline-block;
    margin-left: 8px;
    margin-right: 2px;
}

.addr_text_address {
    display: inline-block;
    font-size: 16px;
    color: #777;
}

.addr_text_copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
}

.addr_table_wrapper {
    height: 105px;
    overflow-y: hidden;
}

.token_table_wrapper {
    height: 105px;
    overflow-y: hidden;
}

.token_image {
    display: none;
    height: 22px;
    vertical-align: bottom;
    margin-right: -6px;
}

.token_default_icon {
    display: none;
}

.item_token_image {
    display: none;
    height: 15px;
    vertical-align: bottom;
}

.item_addr_num_cell {
    padding: 10px;
}

.item_addr_cell_type1 {
    font-size: 12px;
    color: #777;
}

.box_full {
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 10px;
}

.box_tab {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    padding-bottom: 10px;
    cursor: pointer;
}

.box_tab:hover {
    opacity: 0.5;
}

.box_tab_active {
    border-bottom: 3px solid #777;
    border-radius: 1px;
}

.table_indicator {
    padding: 10px 5px;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.tab_table_wrapper {
    overflow-x: scroll;
    position: relative;
}

.box_tab_table {
    min-width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    font-size: 14px;
}

.box_tab_table tr {

}

.box_tab_table tr:first-child td {
    background: #eee;
    padding: 15px 5px;
    color: #777;
}

.box_tab_table tr td {
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
}

.item_method {
    text-align: center;
    font-size: 12px;
    background-color: rgba(52, 152, 219, .1);
    padding-top: 3px;
    padding-bottom: 5px;
}

.item_from_to_in {
    text-align: center;
    padding-bottom: 1px;
    font-size: 12px;
    background: rgba(0, 201, 167, .2);
    color: #02977e;
    font-weight: 600;
}

.item_from_to_out {
    text-align: center;
    padding-bottom: 1px;
    font-size: 12px;
    background: rgba(219, 154, 4, .2);
    color: #b47d00;
    font-weight: 600;
    width: 35px;
    float: right;
}

.item_token {

}

.item_txn, .item_link, .item_token, .item_block_link, .item_to {
    color: #3498db;
    cursor: pointer;
}

.box_1col_tab_table {
    min-width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    font-size: 14px;
}

.box_1col_tab_table tr {

}

.box_1col_tab_table tr td:first-child {
    min-width: 150px;
}

.box_1col_tab_table tr td:last-child {
    width: 70%;
}


.box_1col_tab_table tr td {
    padding: 15px 5px;
    border-bottom: 1px solid #eee;
}

.block_btn_transaction {
    display: inline-block;
    font-size: 12px;
    color: #3498db;
    cursor: pointer;
    padding: 5px 5px;
    background-color: rgba(52, 152, 219, .1);
}

.block_btn_transaction:hover {
    background-color: #3498db;
    color: #fff;
}

.block_btn_prev {
    display: inline-block;
    font-size: 12px;
    color: #3498db;
    cursor: pointer;
    padding: 5px 5px;
    background-color: rgba(52, 152, 219, .1);
    margin-left: 10px;
}

.block_btn_next {
    margin-right: 5px;
    margin-left: 5px;
}

.block_btn_prev:hover {
    background-color: #3498db;
    color: #fff;
}

.box_1col_tab_table .extra_data {
    background: #eee;
    padding: 10px 5px;
    overflow: scroll;
    max-width: 880px;
    width: 100%;
    min-height: 100px;
}

.page_controller {
    float: right;
    margin-top: 8px;
}

.btn_page {
    display: inline-block;
    font-size: 12px;
    color: #777;
    cursor: pointer;
    padding: 5px 5px;
    background-color: rgba(52, 152, 219, .1);
}

.btn_page_active {
    color: #3498db;
}

.btn_page_active:hover {
    background-color: #3498db;
    color: #fff;
}

.table_footer {
    font-size: 14px;
    padding-top: 20px;
    padding-left: 10px;
}

.table_footer .page_controller {
    margin-top: 0px;
}

.page_num_selector {
    color: #777;
    display: inline-block;
}

.page_num_selector select {
    border: 1px solid #ccc;
    height: 25px;
    padding: 0px 10px;
    vertical-align: middle;
    margin: 0px 5px;
}

.status_success {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, .1);
    width: 80px;
    text-align: center;
    font-size: 12px;
    padding: 5px 0px;
}

.status_fail {
    color: #c90000;
    background-color: rgb(201 0 0 / 10%);
    width: 70px;
    text-align: center;
    font-size: 12px;
    padding: 5px 0px;
}

.status_pending {
    color: #c97900;
    background-color: rgba(204, 153, 57, 0.16);
    width: 80px;
    text-align: center;
    font-size: 12px;
    padding: 5px 0px;
}

.status_success svg, .status_fail svg, .status_pending svg {
    margin-right: 2px;
}

.table_indicator .page_controller, .table_footer .page_controller {
    margin-top: 0;
}

.tab_table_wrapper .table_footer {
    padding-bottom: 20px;
}

/* Error */
.wrapper_error {
    width: 100%;
    text-align: center;
    height: 70vh;
}

.error_box {
    margin-top: 10vh;
}

.error_box .error_title {
    font-size: 35px;
    color: #3498db;
}

.error_box .error_desc {
    max-width: 300px;
    width: 70%;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;
    color: #777;
}

.error_box .error_desc span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: black;
    margin-bottom: 5px;
}

.error_box .error_btn {
    margin-top: 30px;
    background-color: #3498db;
    color: #fff;
    padding: 10px 25px;
    border: none;
    cursor: pointer;
}

.error_box .error_btn:hover {
    color: #3498db;
    background-color: rgba(52, 152, 219, .1);
    padding: 10px 25px;
    border: none;
}

/* Footer */
.footer {
    max-width: 1400px;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.footer_logo {
    height: 28px;
    opacity: 0.2;
}

.footer_text {
    font-size: 12px;
    margin-top: 5px;
    color: #777;
}






