body {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"!important;
    background: #fff;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#scrollBody{
    min-height: 101%;
}
.flex-nowrap {
    display:flex;
    flex-wrap: nowrap
}
.glyphicon-duplicate{
    color:#6d7fa0;
}
.copy { margin-left: 2px;margin-top: -3px;}
.addrHeader .copy{ margin-left: 8px; margin-top: 0; font-size: 0.9em}
.e-view {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
header .container-fluid {
    margin: 0 -15px 0 0;
    padding: 0;
}
#modal_back {
    position: absolute;
    left:0; right: 0; top: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1001;
}
.modal_back.hide {
    display: none
}
.modal_body {
    margin: 30px;
    background-color: white; height: calc(100% - 60px);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 35px 20px;
    overflow: hidden;
}
.nowrap{
    white-space: nowrap;
    display: inline;
}
.notfound {
    text-align: center;
    color:#999;
    font-size: 2.0em;
    padding-top: 20%
}
.inline{
    display: inline-block!important;
}
.orbit-spinner.addr {
	position: absolute;
	top: calc(-130px + 50vh);
	left: calc(-150px + 50vw);
}
.transact {
	padding-top: 16px;
	font-size: 1.2em;
	color: #8C64E6;
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
}
#addrScroll{ position: relative;}
.addrHeader {
    font-size: 24px;
    padding-bottom: 15px;
}
/* .addrHeader span:last-child{
    color:#777;
} */
.tx-info{
    padding: 15px;
border: solid 1px #ccc;
margin-bottom: 20px;
font-size: 14px;
margin-right: 15px;
}
.inout {
    display:flex;
    flex-wrap: nowrap;
    justify-content:space-between

}
.inout>div{
line-height: 1.5em;
}
.slot{
    padding: 5px;
    border:solid 1px #ccc;
    margin-bottom: 10px;
    min-height: 54px;
}
.label {
    color:#777
}
.money {padding-bottom: 15px}
.money>div {
    display: inline-block;
    margin-right: 10px;
    border:solid 1px #ccc;
    text-align: center;
    padding: 10px;
    width: 25%;
    font-size: 1.05em;
}
.money>div>div:first-child{
    color:#999;
    padding-bottom: 10px
}
.pop_up {
    position: absolute;
    top: 80px;
    left: 80px;
    right: 80px;
    bottom: 80px;
    /* width: calc(100% - 120px); */
    /* height: calc(100% - 80px); */
    background: #D7D7E3;
/*     background: -moz-linear-gradient(top, #0194ca 0%, #0163a5 100%);
     background: -webkit-linear-gradient(top, #0194ca 0%, #0163a5 100%);
     background: linear-gradient(to bottom, #0194ca 0%, #0163a5 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0194ca', endColorstr='#0163a5', GradientType=0); */
    -ms-transform: scale(1) rotate(0) translate(0, 0) skew(0, 0);
    transform: scale(1) rotate(0) translate(0, 0) skew(0, 0);
    transition-property: transform, opacity;
    transition-duration: .6s;
   /*  transition-property: top;
    transition-duration: .6s; */
    z-index: 1002;
}
.popup_hide {
    opacity: 0;
   top:-2500px;
   bottom: unset;
    -ms-transform: scale(0.5) rotate(0) translate(0, -200%) skew(0, 0);
    transform: scale(0.5) rotate(0) translate(0, -200%) skew(0, 0);
}
.pop_up_close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 32px 35px 0 0;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
.pop_up_close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #aaa;
    -ms-transform: rotate(45deg) translate(10px, 10px);
    transform: rotate(45deg) translate(10px, 10px);
}
.pop_up_close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #aaa;
    -ms-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
}
.nav-bar {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
    margin: 0 !important;
    padding: 0 40px;
}

.logo {
    padding: 10px 0 0 0;
    float: left;
}

.search {
    margin: 4px 20px 0 0;
    float: right;
}

.search .input-group-mobile {
    display: none;
}

.search .input-group-mobile input {
    height: 42px;
    width: 0;
    padding: 0 42px 0 15px;
    border: none;
    border-bottom: 2px solid transparent;
    outline: none;
    background: transparent;
    transition: 0.4s cubic-bezier(0, 0.8, 0, 1);
    position: absolute;
    bottom: 10px;
    right: 0px;
    z-index: 2;
}

.search .input-group-mobile input:focus {
    width: 250px;
    background: #fff;
    z-index: 1;
    border-bottom: 2px solid #aaa;
}

.search .input-group-mobile button {
    border: none;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    cursor: pointer;
}

.search form {
    position: relative;
    min-width: 180px;
    height: 42px;
}

.navbar-form button {
    background: #fff;
    border: 1px solid #ccc;
}

.navbar-form button i {
    color: #aaa;
}

.navbar-form .form-control {
    border-left: none;
    box-shadow: none;
}

.header-right {
    float: right;
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 50px;
}

.header-right li {
    display: block;
    border-left: 1px solid #ccc;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
}

.header-right li:first-child {
    border: none;
}

.main .container-fluid {
    margin: 0 -15px;
    padding: 0;
}
.infoMessage{
    position:absolute;
    top:-55px;
    left:calc(-425px + 50vw);
    width: 350px;
    height: 55px;
    background-color: #424140;
    border-radius: 5px;
    padding: 20px;
    color:#e0e1e2;
    transition: top 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.infoMessage>div {
    text-align: center
}
.infoMessage.show {
    top:100px;
    transition: top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)

}
.content {
    height: calc(100vh - 60px);
    border-bottom: 30px solid #8568DC;
    overflow: hidden;
    /* margin: 0 -30px 0 0; 777*/
    /* padding-left: 60px; */
    position: relative;
}
#infoMessage {
    position: relative;
    /*position: absolute;*/
    z-index: 1001;
    left: 0;
    right: 0;
    text-align: center;
    /*top: 45px;*/
    font-size: 20px;
    padding: 13px;
    color: #fff;
    background-color: #ff8585;
    cursor: pointer;
    display: none;
}
#legend {
    width:250px; height: 40px; overflow: hidden;  position: absolute; left:100px; bottom: 27px; z-index: 1001;
    transition: height 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}
#legendTitle {
	background-color: #014776;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #B3C8D6;
	font-size: 14px;
	height: 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}
#legendTitle::after {
	content: '\e114';
	position: absolute;
	top: 12px;
	font-family: 'Glyphicons Halflings';
	font-size: 11px;
    right: 10px;
    transition: transform 0.5s
}

#legendTitle.close::after {
    transform: rotate(180deg)
}
#legendContent {
    background-color: #DEE4EC;
     height: 430px;
}
#legendContent .icon {
	display: inline-block;

	border: solid 1px #6D7FA0;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
}
#legendContent .title {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
    padding: 12px 0 0 10px;
    color:#6D7FA0;
    max-width: 100px;
}
#legendContent .title.ml {
    padding: 2px 0 0 10px;
}
#legendContent li{
    padding: 0 20px;
    margin-bottom: 10px;
}
#legendContent ul{
    padding-top: 10px;
}
#legendContent .icon.imessage {
    background-image: url('../img/message.1.svg');
    background-size: 22px 19px;

}
#legendContent .icon.payment {
    background-image: url('../img/payment.1.svg');
    background-size: 28px 25px;

}
#legendContent .icon.automatic {
    background-image: url('../img/automatic.1.svg');
    background-size: 24px 24px;

}
#legendContent .icon.qualified {
    background-image: url('../img/qualified.1.svg');
    background-size: 21px 19px;

}
#legendContent .icon.np{
    border:none!important;
    height: 30px;
    width: 30px;
    margin: 5px 0 0 5px;
}
#legendContent .icon.np1{
    background-color: #0194CA;

}
#legendContent .icon.np2{
    background-color: #014F83;
}
#legendContent .icon.np3{
    background-color: #79C8EA;
}
#legendContent .icon.np4{
    background-color: #28B6F6;
}
#cy{
    width: 100%;
    height: 100%;
    margin-left: 0px;

}
/* .input-group input:focus  {
    border-top:  solid 1px #0194CA;
    border-right:  solid 1px #0194CA;
    border-bottom: solid 1px #0194CA;
    border-left:none

} */
/* .search:focus-within button {
    color:#0194CA;

    border-top:  solid 1px currentColor;
    border-right:  solid 1px transparent;
    border-bottom: solid 1px currentColor;
    border-left:solid 1px currentColor;
} */
#inputSearch, .search-1 .btn {
    border:none!important;
}

.search-1:focus-within button>i {

    color:#8C64E6
}
.search-1:focus-within{
    border:solid 1px #8C64E6;
}
.search-1{
    border: 1px solid #ccc;
    border-radius: 4px;
}
#scroll{
    position: absolute;
    width: 20px;
    top: 0px;
    right: 0;/* -15px; 777*/
    height: 100%;/*  calc(100% - 30px); 777*/
    /* overflow-y: hidden; */
    z-index: 999;
}
.table {
    margin-top: 5px!important
}
.overflow, .panel-body a{
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: inherit !important; */
}

.testnet {
	font: inherit;
	font-weight: normal;
	vertical-align: top !important;
	display: inline-block;
	padding: 12px;
}

.idl-logo{
    height: 40px;
}


.panel-heading span {
    font-size: 14px;
    margin: -20px -15px 0 0;
}
.panel-heading span.inv {
    font-size: 14px;
    margin: 5px 0px 0 0;
}
.panel {
    box-shadow: none !important;
    margin-bottom: 10px!important;
}

.panel .glyphicon-chevron-down:before {
    color: #8C64E6;
    background: #fff;
    padding: 6px 6px 5px 7px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
}
.panel .glyphicon-info-sign:before {
    color: #8C64E6;
    background: #fff;
    padding: 6px 0px 5px 7px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
}
.panel .glyphicon-chevron-down.inv:before {
    color: #555;
    background: transparent;
    padding: 6px 6px 5px 7px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid transparent;
}
.panel.close .glyphicon-chevron-down:before {
    color: #8C64E6;
    background: #fff;
   /*  padding: 4px 5px 3px 6px;
    border-radius: 50%;
    text-align: center; 
    border: 0px solid #0194ca;*/
}
.panel.close .glyphicon-chevron-down.inv:before {
    color: #555;
    background: #fff;
   /*  padding: 4px 5px 3px 6px;
    border-radius: 50%;
    text-align: center; */
    border: 2px solid #fff;
}
.panel .glyphicon-chevron-down{
    transition: transform 0.25s
}
.panel.close .glyphicon-chevron-down {
    transform: rotate(180deg);

}
.panel-heading {
    margin: -10px 0 0 0;
    box-shadow: none;
}
.table > tbody > tr > td  {
	width: 50%;
}
.txinput a{
        max-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
}
ul.table li{
    padding: 0 0 5px 0;
}
.panel-body {
    padding: 0 !important;
}

.panel-link {
    padding: 0 0 10px 0;
}

.panel-link p {
    margin: 0;
}

.link p, .link a {
    display: inline-block;
}

/* .link p {
    margin: 0 10px;
} */

#info {
    height: calc(100vh - 62px);
    position: relative;
    right: 0;
width: 500px;
    padding-right: 0!important;
    transition: right none;/*  0.75s cubic-bezier(0.075, 0.82, 0.165, 1) */
}
#info.side{
    right: 0;
}
.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #999!important;
  }
#generalInfo a,#txInfo a,#addrInfo a,#tokenInfo a, a:hover, span.address, .tx-info a {
    color:#8C64E6; font-weight: normal; line-height: 1.1em
}
.amount {
    font-weight: normal;
    line-height: 1.1em
}
.w-20 {width:calc(33% - 10px);}
.sidebar {
    min-height: 100%;
   position: relative;
    padding: 10px 0 60px 0;
   /*  background-color: #0163a5; */
   background: #D6D5E5;
  /*  background: -moz-linear-gradient(top, #0194ca 0%, #0163a5 100%);
    background: -webkit-linear-gradient(top, #0194ca 0%, #0163a5 100%);
    background: linear-gradient(to bottom, #0194ca 0%, #0163a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0194ca', endColorstr='#0163a5', GradientType=0); */
}
#txInfo{
    position: absolute;
    right: -500px;
    transition: right 0.5s;
    top:10px;
}
.addrwide >div{
    display: inline-flex!important
}
.money>div>div {
    overflow: hidden;
    text-overflow: ellipsis
}
#txInfo .ntx{
    background-color: #eaeaea
}
#txInfo .ntx .contractCode pre{
    background-color: #ccc
}
#txInfo .outs{
    padding: 4px;
}
#txInfo.bg{
    /* background: linear-gradient(to bottom, #0194ca 0%, #0163a5 100%); */
    background: #D6D5E5;
}
.contractCode pre{
    overflow: visible;
    padding-bottom: 10px;
    min-height:40px
}
.txHeader span {
	position: absolute;
	right: -30px;
    top: -15px;
}
/* .txHeader i::before {
        color: #fff;
        background: #014776;;
        padding: 6px 6px 5px 7px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #014776;;

} */
.txHeader i, .close-info i{
    color:#aaa;
    font-size: 1.5em;
    font-weight: 100
}
.close-info i{
    font-size: 1.2em;
}
.txHeader{
position: relative;

}
.s-block {
    background: #fff;
    border-radius: 5px;
    margin: 20px 35px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 35px 30px 35px;
    font-size: 14px;
    height: 100%;
    min-height: 650px;
}

.s-block p {
    color: #6d7fa0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.s-block h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.s-block-footer {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.s-block-footer .icon-mail-envelope-open {
    font-size: 26px;
    display: inline-block;
    margin: 8px;
}

.s-block-footer .icon-database {
    font-size: 18px;
    display: inline-block;
    margin: 13px 0 0 0;
}

.s-block .message-blue {
    width: 30px;
    height: 30px;
    margin: -5px 0 0 0;
}

.s-block .payment {
    width: 30px;
    height: 30px;
    margin: -10px 0 0 0;
}

.sb-one, .sb-two, .sb-three {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    position: relative;
    min-width: 50px;
}
.sb-one, .sb-three {
	border: 1px solid #b0b0b0;
	color: #b0b0b0;
}
.sb-two {
    border:1px solid #012C47;
}
.sb-two {
    background: #014776;
    color: #fff;
}
.f-arr.right{
    transform: rotate(180deg)

}

.f-arr{
    background-image: url('../img/arrow-left.png');
	background-position: left center;
    background-repeat: no-repeat;
    min-width: 15px;
    width: 20%;
    margin: 0 10px;
}
.sb-head {
    display: block;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

.message {
    background: #d9ecf7;
    padding: 10px 10px 5px 10px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.clickable {
    cursor: pointer;
}

.scroll{
    display: inline-block;
    background-color: #DFDDE8;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    z-index: 1000;
}

.scroll{
    position: fixed;
    left: 35px;
    top: 100px;
}

.close-info{
    position: relative;
    top: 25px;
    right: 40px;
    float: right;
    display: none;
    cursor: pointer;

}

.scroll > span, .close-info > span {
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	line-height: 45px;
	color: #8C64E6;
	margin-left: 2px;
}

.scroll:hover {
    cursor: pointer;
    background-color: #8C64E6;
    text-decoration: none;
}
.scroll:hover > span{
    color:white
}
#graph{ width: calc(-500px + 100vw);}
.orbit-spinner{
    position: absolute;
    top: calc(-75px + 50vh);
    left: calc(-302px + 50vw);
}
.orbit-spinner, .orbit-spinner * {
    box-sizing: border-box;
  }

  .orbit-spinner {
    height: 105px;
    width: 105px;
    border-radius: 50%;
    perspective: 800px;
  }

  .orbit-spinner .orbit {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .orbit-spinner .orbit:nth-child(1) {
    left: 0%;
    top: 0%;
    animation: orbit-spinner-orbit-one-animation 1200ms linear infinite;
    border-bottom: 3px solid #8C64E6;
  }

  .orbit-spinner .orbit:nth-child(2) {
    right: 0%;
    top: 0%;
    animation: orbit-spinner-orbit-two-animation 1200ms linear infinite;
    border-right: 3px solid #8C64E6;
  }

  .orbit-spinner .orbit:nth-child(3) {
    right: 0%;
    bottom: 0%;
    animation: orbit-spinner-orbit-three-animation 1200ms linear infinite;
    border-top: 3px solid #8C64E6;
  }
  .loader,
  .loader:before,
  .loader:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.15s infinite ease-in-out;
    animation: load7 1.15s infinite ease-in-out;
  }
  .loader {
      color: #8C64E6;
      font-size: 10px;
      margin: 80px auto;
      position: relative;
      text-indent: -9999em;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation-delay: -0.15s;
      animation-delay: -0.15s;
      position: absolute;
      left: 50%;
      bottom: -45px;
  }
  .loader:before,
  .loader:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.30s;
    animation-delay: -0.30s;
  }
  .loader:after {
    left: 1.5em;
  }
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -0.7em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -0.7em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }

  @keyframes orbit-spinner-orbit-one-animation {
    0% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
  }

  @keyframes orbit-spinner-orbit-two-animation {
    0% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
  }

  @keyframes orbit-spinner-orbit-three-animation {
    0% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
  }
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /* */

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    #graph {width: 100%;}
    #info {
        position: absolute;
        right: -510px;
        top: 62px;
        z-index: 2000;
        width: 500px;
        box-shadow: -5px 2px 10px 0px rgba(0, 0, 0, 0.5);
        padding-left: 0 !important;
        transition: right 0.75s cubic-bezier(0.075, 0.82, 0.165, 1)

    }
    .orbit-spinner{
        position: absolute;
       /*  top: 50vh; */
        left: calc(-52px + 50vw);
    }
    .infoMessage{
        left:calc(-175px + 50vw);
    }
    #legend {
        left:0;
        position: absolute;
    }
    #info.side{
        right: 0;
        }
    .close-info {
        display: block;
    }
    #scroll{
        right:0;
    }
    .showInfo #info{
        display: block;
    }
    .showInfo #graph{
        display: none;
    }
    #graph{
        display: block;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 970px) {
    /* */
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .nav-bar {
        padding: 0 20px 0 10px;
    }

    .navbar-form .input-group {
        display: none;
    }

    .navbar-form .input-group-mobile {
        display: block;
    }

    .search {
        float: right;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 500px) {
    .search {
        margin: 6px 5px 0 0;
    }

    .search form {
        margin: -39px 0 0 0;
    }
    #info {
        width: 100%;
    }
    .scroll {
        width: 30px;
        height: 30px;

    }
    .scroll > span {
        font-weight: normal;
        font-style: normal;
        font-size: 1.4em;
        line-height: 30px;
        color: #fff;
    }
    .scroll > span {
        left:1px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 365px) {
    /*.search {*/
        /*margin: 6px 5px 0 0;*/
    /*}*/

    /*.search form {*/
        /*margin: -39px 0 0 0;*/
    /*}*/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /* */
}

/*==========  Mobile First  ========== */
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /* */
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /* */
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /* */
    .navbar-form .input-group>.form-control {
        width: 280px!important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /* */
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /* */
}
.e-btn, .e-css.e-btn {
    -webkit-tap-highlight-color: transparent;
   box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #0378d5;
border-color: transparent;
color: #fff!important;
box-sizing: border-box;
-webkit-appearance: button;
}
.e-btn, .e-css.e-btn {
    -webkit-font-smoothing: antialiased;
    border: 1px solid;
        border-top-color: #0378d5;
        border-right-color: #0378d5;
        border-bottom-color: #0378d5;
        border-left-color: #0378d5;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 14px;
    font-weight: 500;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.143em;
    outline: none;
    padding: 6px 12px 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.smallArr {
    position: relative;
	width: 25px;
	height: 10px;
	display: inline-block;
}
.smallArr i {
    color: #8C64E6;
    position: absolute;

}
.smallArr i:first-child {
    font-size: 0.9em;
	top: -1px;
}
.smallArr i:last-child {
    font-size: 0.9em;
	top: -2px;
	left: 13px;
}
.failmess {
    max-width: 220px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inttx {
    padding-left: 10px;
        margin: 10px 0 5px 10px;
        border-left: solid 1px #ccc;
}
a.txt  {
	max-width: 100%;
	display: inline-block;
}
.row.wide>div {
    padding: 10px 5px;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.flex-container >div {
    padding: 0.65rem 0px 0.65rem 0px;
    box-sizing:border-box;
    border-bottom: solid 1px #ccc;
}
.flex-container>div:nth-child(odd) {
    width: 15.5%;
    min-width: 120px;
    
}
.flex-container>div:nth-child(even) {
    width: 32.5%;
}
.flex-container>div:nth-child(2){
    margin-right: 2%;

}
.tabs{
    margin-top: 40px;
  position: relative;
  background: white;
  padding-bottom: 80px;
 /* height: 250px; */
 min-width: 240px;
}
.tabs input[name="tab-control"] {
    display: none;
  }
.tabs .tab-content section h2,
.tabs ul li label {
    font-weight: bold;
    font-size: 14px;
    color: #8C64E6;
  }
  .tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 3px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content:  start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabs ul li {
    box-sizing: border-box;
    /* -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; */
    width: 120px; 
    padding: 0 10px;
    text-align: center;
  }
  .tabs ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .tabs ul li label br {
    display: none;
  }
  /* .tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  } */
  .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
  }
  /* .tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
    fill: #bec5cf;
  } */
  .tabs .slider {
    position: relative;
    width: 120px;
    -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  }
  .tabs .slider .indicator {
    position: relative;
    width: 70%;
    max-width: 100%;
    margin: 0 auto;
    height: 2px;
    background: #8C64E6;
    border-radius: 1px;
  }
  .tabs .tab-content {
    margin-top: 30px;
  }
  .tabs .tab-content section {
    display: none;
    -webkit-animation-name: content;
            animation-name: content;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    line-height: 1.4;
  }
  .tabs .tab-content section h2 {
    color: #428BFF;
    display: none;
  }
  .tabs .tab-content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428BFF;
    margin-top: 5px;
    left: 1px;
  }
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #8C64E6;
  }
  /* .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
    fill: #428BFF;
  } */
  @media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .tab-content > section:nth-child(1) {
    display: block;
  }
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #8C64E6;
  }
 /*  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #428BFF;
  } */
  @media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .tab-content > section:nth-child(2) {
    display: block;
  }
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #8C64E6;
  }
  /* .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #428BFF;
  } */
  @media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .tab-content > section:nth-child(3) {
    display: block;
  }
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #8C64E6;
  }
 /*  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #428BFF;
  } */
  @media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
      background: rgba(0, 0, 0, 0.08);
    }
  }
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .tab-content > section:nth-child(4) {
    display: block;
  }
  @-webkit-keyframes content {
    from {
      opacity: 0;
      -webkit-transform: translateY(5%);
              transform: translateY(5%);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @keyframes content {
    from {
      opacity: 0;
      -webkit-transform: translateY(5%);
              transform: translateY(5%);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @media (max-width: 1000px) {
    .tabs ul li label {
      white-space: initial;
    }
    .tabs ul li label br {
      display: initial;
    }
    .tabs ul li label svg {
      height: 1.5em;
    }
  }
  @media (max-width: 600px) {
    .tabs ul li label {
      padding: 5px;
      border-radius: 5px;
    }
    .tabs ul li label span {
      display: none;
    }
    .tabs .slider {
      display: none;
    }
    .tabs .tab-content {
      margin-top: 20px;
    }
    .tabs .tab-content section h2 {
      display: block;
    }
  }
  hr {
	margin-top: .75rem;
	margin-bottom: .75rem;
    opacity: .75;
    border-color: #555;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
.transferTable {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
}
.transferTable > div{
    padding: 0.625rem;
    border-bottom: solid 1px #ccc!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:19%
}
#holderTable .transferTable>  div:nth-child(1){
    width: 5%!important;
    min-width: 20px;
}
#holderTable .transferTable>  div:nth-child(2){
    width: 40%!important;
    min-width: 200px;
}
.head {
    padding-right: 20px;
}
.transferTable.head >div {
    border-top: solid 1px #ccc;
    background-color: #eaeaea;

}
#transferScroll, #holderScroll, #txnsScroll{ position: relative; padding-right: 20px;}
#addrInfo {height: 100%;}
.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .125rem;
    transition: all .2s ease-in-out;
    color:white;
    background-color: #8C64E6;
}
.tokenBtn {
    display: inline-block;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    width: 90%;
    min-width: 200px;
	padding: .3rem .6rem;
    text-align: left;
    user-select: none;
    line-height: 1.5em!important;
    margin-top: -15px;
    border-radius: 0.125rem;
    position: relative;
    cursor:pointer;
}
.tokenBtn::after {
	content: "\e114";
	position: relative;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	right: 5px;
    top: 8px;
    color: #8C64E6;
}
.tokenBtn .s2 { 
    display: none;
}
.dropdown-menu {
    position: absolute;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15);
    box-shadow: 1px 1px 4px rgba(0,0,0,.25);
display: none;
    min-width: 90%;
    z-index: 1000;
}
.dropdown-menu .flex-nowrap {
    align-content: space-between;
}
.dropdown-menu li {
    padding: 10px;
    cursor: pointer;
}
.dropdown-menu .flex-nowrap>div {
    width: 50%;
}
    .dropdown-menu .flex-nowrap>div:last-child{
        text-align: right;
    }
    #txnsScroll, #tokenlist {
        position: relative;
    }
    #tokenlist {
        min-height: 50px;
        max-height: 280px;
        overflow: hidden;
    }
/*     */
.tokenPopup {
	position: absolute;
    background-color: white;
    border: #012C47 0px solid;
	width: 100%;
	height: calc(100% - 8px);
    z-index: 1000;
    padding: 0 10px 10px 0;
    overflow: hidden;
    display:none;
}
.ch-p10 > div {
    padding-bottom: 10px;
}
.tokenClose {
    margin-top: -5px;
    margin-right: 10px;
    color:#777
}
.contractCode {
    background-color: #f5f5f5;
}
.place {
    padding-bottom: 20px;
    bottom:0;
}
.textlogo {
	color: #2D2355;
	font-size: 24px;
	font-weight: 300;
	padding-top: 10px;
    letter-spacing: 0.05em;
}