/*================================================================================
	Item Name: Crypto ICO - Cryptocurrency Website Landing Page HTML + Dashboard Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.ng-hide{display:none!important}
.small, small{font-size: 50%;}

.line-bot {
  border-bottom: 2px solid #EAEAEA;
  padding: 0 0 10px 0;
}
.line-mid { padding: 15px;}
.line-top {
  border-top: 1px solid #EAEAEA;
  padding: 15px 0 0 0;
}

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-copy {
  color: #9b9b9b;
  display: inline-block;
  height: 16px;
  width: 16px;
  outline: none;
  vertical-align: sub;
}
.btn-expand {
  color: #9b9b9b;
  vertical-align: middle;
}

.btn-copy:hover, .btn-expand:hover {
  color: #000;
  text-decoration: none;
}
.block-tx {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #F4F4F4;
  border-radius: 2px;
  margin: 20px 0 10px;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #eee;
}
.bgwhite {
  background-color: white;
}
.txvalues {
  display: inline-block;
  padding: .7em 2em;
  font-size: 13px;
  text-transform: uppercase;
  font-weight:100;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.txvalues-primary {
  background-color: #8DC429;
}

.txvalues-default {
  background-color: #EBEBEB;
  color: #333;
}

.txvalues-success {
  background-color: #2FA4D7;
}

.txvalues-danger {
  background-color: #AC0015;
}

.txvalues-normal {
  background-color: transparent;
  text-transform: none;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;
border-top-left-radius:3px}
.panel { margin-bottom: 1em;}
.panel-body {
  padding: 0.7em;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .btn-expand {
    font-size: 18px;
  }
  .txvalues {
    display: block;
    margin: 5px;
    padding: 0.5em 2em;
    font-size: 11px;
  }
  .txvalues {
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  .txvalues-success {
    background: none;
    color: #2FA4D7;
  }
  .txvalues-primary {
    background: none;
    color: #8DC429;
  }
  .txvalues-default {
    background: none;
    color: #A09E9E;
  }
  .txvalues-danger {
    background: none;
    color: #AC0015;
  }
}