@charset "UTF-8";
/*
 * for API v.2
 *
 */

.nb-asset-info {
  clear: both;
}

.nb-bottom-line {
 border-bottom-style: solid;
 border-bottom-width: thin;
}

.nb-header {
 font-weight: bold; 
}

.nb-candlestick {
  height: 400px;
  clear: both;
}


.nb-stockchart {
  height: 300px;
  clear: both;
}

.nb-prices {
  height: 300px;
  clear: both;
}

.nb-table-price {
  text-align: right;
}

.nb-table-quantity {
  text-align: right;
}

.nb-table-total {
  text-align: right;
}

.nb-table-name {
  text-align: center;
}

.nb-table-ask {
  font-size: small !important;
}


.nb-table-bid {
  font-size: small !important;
}

.nb-price-asks {
  padding-right: 5px;
}

.nb-price-bids {
  margin-right: -10px;
}

.nb-table-row {
  font-size: small !important;
  border-bottom: 1px solid #666;
  padding-top: 2px;
  padding-bottom: 2px;
}

.nb-table-header {
  font-size: 90% !important;
  font-weight: 700;
  border-bottom: 1px solid #666;
}

.nb-top-span {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
  border-radius: 10px;
  padding: 3px 10px 3px 10px;

}

.nb-top-block {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
  padding: 10px 30px 20px 30px;
  margin-bottom: 30px;
}

.nb-top-footer {
  font-size: small;
  padding: 10px 20px 0px 20px;
}

.nb-top-hr {
  border-top: 1px solid #666;
  margin-left: -15px;
  margin-right: -15px;
}

.nb-top-header {
  h2 {
    a {
      text-decoration: underline;
    }

  }

}

.nb-top-owner {
  text-align: right;
}

.nb-top-asset {
  text-align: center;
}


/*
 * OLD
 */

/*********** wallet ***************/
.NXTBridge-button-wallet {
  position: fixed;
  top: 200px;
  right: 50px;
  width: 60px;
  height: 60px;

  img {
    opacity: 0.2;
    filter: alpha(opacity=20);

    &:hover {
      opacity: 1.0;
      filter: alpha(opacity=100);
    }
  }
}


/**************TIP******************/
.NXTBridge-tip-field {
  width: 100px !important;
  margin-right: 0.2rem !important;
}

.NXTBridge-tip-button {
  width: 100px;
}
