.page-header .page-header-menu>.container .logo_a {
	display: inline-block;
	width: auto;
	height: 31px;
	margin-top: 10px;
}

.page-header .page-header-menu>.container .logo_a .logo-default {
	display: block;
	width: auto;
	height: 31px;
}

.border1{
	width: 1px;
	height: 12px;
	background-color: #FFFFFF;
	opacity: 0.5;
	margin-top: 21PX;
}
@media only screen and (max-width: 991px) {
	.border1{
	display: none !important;
}
}

.create {
	background-color: #36c6d3
}

.truncate-txhash,
.truncate-addrhash {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 220px;
}

.truncate-addrhash {
	max-width: 200px;
}

.scrollable {
	max-height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#table_txs td,
#table_internal_txs td,
#table_all_block td,
#table_all_tx td {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.man-stat {
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #7f90a4;
}

.man-stat-title {
	font-size: 18px;
	text-align: center;
}

.man-stat-text {
	color: #7890AD;
	font-size: 13px;
	margin-right: 1rem;
	font-weight: 800;
	text-align: center;
}

.fade {
	opacity: 0.6
}

.portlet {
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
	border-radius: 4px;
}

.portlet.light {
	padding: 12px 20px 15px;
	background-color: #fff;
}

.home-tx {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-404 {
	text-align: center;
}

.page-404 .number {
	position: relative;
	top: 20px;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: right;
	letter-spacing: -10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
}

.page-404 .details {
	margin-left: 40px;
	display: inline-block;
	text-align: left;
}

pre {
	margin-top: 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre.code-js,
.verified {
	max-height: 200px;
}

.code {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 13px;
}

i.verified:before {
	content: "\f1ce"
}

.page-logo a {
	text-decoration: none;
}

tr.ng-scope {
	white-space: nowrap;
}

li.ng-scope {
	width: calc(100% - 16px);
}

.table-scrollable {
	margin: 0 !important;
}

@media(max-width: 487px) {
	.container {
		margin: 0 !important;
	}
	.page-header .page-header-top .menu-toggler {
		margin: 33px 3px 0 0;
	}
}

::-webkit-scrollbar {
	width: 4px;
	height: 6px;
}

::-webkit-scrollbar-button {
	height: 0px;
	width: 0px;
}

::-webkit-scrollbar-corner {
	background-color: transparent;
	height: 0px;
	width: 0px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(68, 77, 88, 0.27);
	border-radius: 10px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

.page-spinner-bar {
	margin-top: -34px;
	margin-left: -44px;
	top: 50%;
	left: 50%;
}

.paginate_button {
	padding: 0!important;
}

.paginate_button:focus {
	border: none!important;
	background: transparent!important;
	outline: none!important;
}
.paginate_button:hover {
	border: none!important;
	background: transparent!important;
	outline: none!important;
}
.paginate_button a:focus {
	border: none!important;
	background: transparent!important;
	outline: none!important;
}
.paginate_button a:hover {
	background: transparent!important;
	border: none!important;
	outline: none!important;
}
