/*--- chart styles---- */

.coin_details ul li {
    float: left;
    list-style: none;
    margin:0 12px;
}
.coin_details ul li strong{
    display:block;
    width:100%;
   
}
.coin_details ul li.c_info{

}
@media only screen and (max-width: 500px) {
.coin_details ul li {
    float:none;
    display:block;
    list-style: none;
    margin:0 12px;
}
	}

.coin_details ul li .chart_coin_price , .coin_details ul li  .coin_market_cap{
font-size:22px;
}
.coin_details .ccpw_icon img{
	width:50%;
}
.chart-wrp{
height:400px;
}
.ccpw-chart {
  min-height: 500px;
}
.ccpw-preloader {
    display: block;
    text-align: center;
    margin: 0 auto;
}
/*-------Price Label-------*/

.price-label .row {
	margin:0;
	padding:0;
}
.ccpw-preloader{
	display:none;
}
.ccpw-ticker-cont .live-pricing{
	display:inline!important;
	color:#fff;
}

.price-label .row li {
    background: #eee;
	list-style: none;
    padding: 6px;
    margin: 6px;
    box-shadow: 1px 1px 3px -1px #252525;
	max-width: 100%;
	box-sizing:border-box;
	display:inline-block;
	vertical-align: top;
}
.price-label .row li .ccpw_icon {
	display:inline-block;
    vertical-align: middle;
}
.price-label .row li .ccpw_icon img {
    margin-left: 0px;
	vertical-align: middle;
}

.price-label .row li .style-1 .ccpw_icon img {
   width: 24px;
   height: auto;
}
.price-label .row li .style-1 span.name,
.price-label .row li .style-2 span.name {
   font-weight:bold;
   font-size:16px;
   margin-left:5px;
}
.price-label .row li .style-1 span.ticker-price,
.price-label .row li .style-2 span.ticker-price {
   font-size:15px;
   margin-left:5px;
   display:inline-block;
}
.price-label .row li .style-1 span.ticker-price i.fa,
.price-label .row li .style-2 span.ticker-price i.fa,
.price-label .row li .style-3 span.ticker-price i.fa {
   margin-right:1px;
}
.price-label .row li .style-1 span.ccpw-changes {
	font-size:14px;
	margin-left:6px;
	display:inline-block;
}

.price-label .row li.style-2 {
    background: none !important;
    padding: 0px;
    margin-bottom: 16px;
    box-shadow: none;
	width: 100%;
}
.price-label .row li.style-2 .label-style2 {
	display:inline-block;
	vertical-align:middle;
}
.price-label .row li .style-2 span.ccpw-changes {
	display:inline-block;
	text-align:center;
	vertical-align: middle;
	padding:2px 5px;
	font-size:13px;
	color:#fff;
	margin:0 4px;
	box-shadow: 1px 1px 3px -1px #252525;
}
.price-label .row li .style-2 span.ccpw-changes.up {
	background:green;
}
.price-label .row li .style-2 span.ccpw-changes.down {
	background:red;
}

.live-pricing .up {
	color:green;
}
.live-pricing .down {
	color:red;
}

.price-label .row li.style-2 .ccpw_icon {
	box-shadow: 1px 1px 3px -1px #252525;
	padding:4px;
	background: #eee;
}
.price-label .row li.style-2 .ccpw_icon img {
	height:24px;
}
.price-label .row li .style-2 .style-2-responsive { display:none; }

.price-label .row li.style-3 {
	display:inline-block;
}
.price-label .row li.style-3 .style-3-changes {
    display: inline-block;
	margin-top:10px;
}
.price-label .row li .style-3 span.name {
	font-size:15px;
	margin-left:6px;
}
.price-label .row li .style-3 span.ticker-price {
	font-size:20px;
	font-weight:bold;
	margin-left:7px;
	display:inline-block;
}
.price-label .row li .style-3 span.ccpw-changes {
	display:inline-block;
	text-align:center;
	vertical-align: middle;
	padding:2px 5px;
	font-size:14px;
	color:#fff;
	margin-right: 6px;
	box-shadow: 1px 1px 3px -1px #252525;
}
.price-label .row li .style-3 span.ccpw-changes:last-child {
	margin-right:0;
}
.price-label .row li .style-3 span.ccpw-changes span {
	font-size:0.85em;
}
.price-label .row li .style-3 span.ccpw-changes.up {
	background:green;
}
.price-label .row li .style-3 span.ccpw-changes.down {
	background:red;
}

.price-label .row li .style-4 span.name {
	font-size:20px;
	vertical-align:middle;
	margin-left:5px;
}
.price-label .row li .style-4 .live-pricing .up {
	color:green;
	font-weight:bold;
}
.price-label .row li .style-4 .live-pricing .down {
	color:red;
}


@media only screen and (max-width:768px) {
	.price-label .row li.style-1 {
		width: 48%;
		margin: 1%;
		vertical-align:top;
	}
	.price-label .row li .style-2 .style-2-responsive {display:inline-block;}
	.price-label .row li.style-2 .ccpw_icon {
		padding:10px;
	}
	.price-label .row li.style-2 .ccpw_icon img {
		height:30px;
	}
	
	.price-label .row li .style-3 .style-3-changes {width:100%;}
	.price-label .row li .style-3 .style-3-changes span.ccpw-changes:first-child {
		margin-left:0px;
	}
	.price-label .row li .style-3 .style-3-changes span.ccpw-changes {
		margin-right:1%;
	}
	.price-label .row li .style-3 span.ccpw-changes {
		width:31%;
	}
	
	
	.price-label .row li .style-3 .style-3-responsive {display:inline-block;}
}
@media only screen and (max-width:480px) {
	.price-label .row li.style-1, .price-label .row li.style-3, .price-label .row li.style-4 {
		width:100%;
	}
}

/*-------Price Label-------*/

/*-------Price Card-------*/

.price-card .cardtop-area {
    display: inline-block;
    clear: both;
    float: inherit;
    vertical-align: top;
}
.price-card .ccpw-changes.up {color:green;}
.price-card .ccpw-changes.down {color:red;}
.price-card .coin-container {
	margin:8px 0;
}
.price-card .ccpw-card-body {
	padding:6px;
	box-shadow: 1px 1px 3px -1px #252525;
}
.price-card .ccpw_icon {
    display: inline-block;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
.price-card .ccpw_icon img {
    width: 90%;
    margin: 0;
    padding: 0;
    height: auto;
	max-width:112px;
	vertical-align: middle;
}
.price-card .ccpw-card-title {
    display: inline-block;
    font-size: 32px;
    width: 50%;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
	margin: 3px 0;
}
.price-card .ccpw-card-title.full {
	width:100%;
}
.price-card .ccpw-card-title span.ccpw-card-subtitle {
	display:inline-block;
	font-size:16px;
	font-weight:lighter;
}
.price-card .changes_wrp.ccpw-card-text {
	text-align:center;
}
.price-card .ccpw-price {
	text-align:center;
	margin:7px 0;
	font-size:16px;
}
.price-card .ccpw-price span {
	font-weight:bold;
	font-size:18px;
}
.price-card .ccpw-changes span {
	font-size:0.85em;
}

.price-card .style-1 .price-area {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
	text-align:center;
	font-size:18px;
}
.price-card .style-1 .price-area.full {width:100%;font-size:20px;}
.price-card .style-1 .price-area .ccpw-changes {
	display:inline-block;
	font-size:0.85em;
}
.price-card .style-1 .ticker-price {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
	text-align:center;
	font-size:26px;
	font-weight:bold;
}

.price-card .style-2 .name {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
	text-align:center;
}
.price-card .style-2 .name.full {
	width:100%;
}
.price-card .style-2 .name.full span.full-name {
	font-size:28px;
}
.price-card .style-2 .name .ccpw-price span {
	font-size:18px;
	font-weight:bold;
}
.price-card .style-2 .market-data {
    display: inline-block;
    width: 100%;
}
.price-card .style-2 .market-data .d-left {
    width: 39%;
    display: inline-block;
    padding: 2px;
	vertical-align: middle;
}
.price-card .style-2 .market-data .d-right {
    width: 59%;
    display: inline-block;
    padding: 2px;
    vertical-align: middle;
}
.price-card .style-2 .market-data .ccpw-supply,
.price-card .style-2 .market-data .ccpw-vol,
.price-card .style-2 .market-data .ccpw-cap {
	border-bottom:1px solid #ddd;
}
.price-card .style-2 .market-data div:last-child {
	border-bottom:0px !Important;
}

.price-card .style-3 .ccpw-price-changes {
	margin:0;
	padding:5px 0;
	display:inline-block;
}
.price-card .style-3 .ccpw-price-changes .ccpw-changes {
	margin-right:3px;
	display:inline-block;
	font-size:14px;
	padding-right:3px;
	border-right:1px solid;
	border-color:inherit;
}
.price-card .style-3 .ccpw-price-changes .ccpw-changes:last-child {
	margin-right:0px;
	padding-right:0px;
	border-right:0px;
}

.price-card .style-4 .ccpw_icon {
	width:100%
}
.price-card .style-4 .ccpw-name {
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.price-card .style-4 .live-pricing {
	text-align:center;
}
.price-card .style-4 .live-pricing .up {color:green;}
.price-card .style-4 .live-pricing .down {color:red;}

@media only screen and (max-width:480px) {
	.price-card .cardtop-area {
		width: 100%;
	}
}


/*-------Price Card-------*/

/*------Price Ticker------*/

.ccpw-ticker-cont{
  width:100%;
  overflow: hidden;
  cursor:pointer;
  z-index:19999999;
}
.ccpw-fixedbar {
bottom: 0px!important; 
position:fixed;
width:100%; 
z-index:19999999; 
background: #fff;
}
.ccpw-footer-ticker-fixedbar{
position:fixed;    
bottom: 0px!important; 
font-family: inherit;
width:100%; 
z-index:19999999; 
background: #fff;
cursor: pointer;
}

.ccpw-header-ticker-fixedbar {
position:fixed;
top:0px! important;
border:0px;
font-family: inherit;
width:100%; 
z-index:19999999; 
background: #fff;
cursor: pointer;
}

.tickercontainer span.ccpw_icon {
    display: inline-block;
    vertical-align: top;
}
.tickercontainer span.ccpw_icon img {
    display: inline-block;
    vertical-align: middle;
	height:22px;
	width:auto;
}
.tickercontainer .ticker-name {
	font-size:15px;
	font-weight:normal;
	display:inline-block;
	margin-left:8px;
}
.tickercontainer .ticker-price {
    font-size: 16px;
    margin-left: 8px;
	display:inline-block;
	font-weight:bold;
}
.tickercontainer span.ccpw-changes {
	font-size:14px;
	font-weight:normal;
	display:inline-block;
	margin-left:5px;
}
.ccpw-ticker-cont .live-pricing span{
	font-size: 15px;
    margin-left: 2px;
	display:inline-block;
	font-weight:normal;
}
.ccpw-ticker-cont .live-pricing span[class^="CHANGE"] {
	font-size:13px;
	font-weight:bold;
}
.ccpw-ticker-cont .live-pricing span[class^="CHANGE"].up:before {
    content: "\f062";
    font-family: FontAwesome;
    margin-left: 3px;
    margin-right: -2px;
	font-size:12px;
	display:inline-block;
}
.ccpw-ticker-cont .live-pricing span[class^="CHANGE"].down:before {
    content: "\f063";
    font-family: FontAwesome;
    margin-left: 3px;
    margin-right: -2px;
	font-size:12px;
	display:inline-block;
}
.ccpw-ticker-cont .live-pricing span[class^="TOSYMBOL"] {
	margin-right:-4px;
	font-weight:bold;
}
.ccpw-ticker-cont .live-pricing:after {
	content: " | ";
    margin-left: 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
}

.tickercontainer span.ccpw-changes:after {
	content:" | ";
}

.tooltipster-sidetip .tooltipster-box {
	text-align:center;
}
.tooltip-title {
	margin:10px 0;
	font-size:22px;
}
.tooltip-market_cap, .tooltip-list-vol {
	margin:8px 0;
	font-size:16px;
}
.tooltipster-sidetip .tooltipster-box span.ccpw-changes {
	font-size:14px !Important;
}

/*------Price Ticker------*/


/*-----table list---------*/

.ccpw_table.table {
    border-collapse: inherit;
}
.ccpw_table, .ccpw_table tr {
	border:0 !important;
}
.ccpw_table.table > tbody > tr > td {
	border:0px;
	border-bottom:1px solid #ddd;
	vertical-align: middle;
}
.ccpw_table.table > thead > tr > th {
	vertical-align: middle;
}
.ccpw_table.table > tbody:last-child > tr > td {
	border-bottom:0px !Important;
}
.ccpw_table.table > thead > tr > th:last-child {border-right:0px;}
.ccpw_table.table > thead > tr > th:first-child {border-left:0px;}
.ccpw_table .ccpw_icon {
    display: inline-block;
    vertical-align: middle;
}
.ccpw_table .ccpw_icon img {
    display: inline-block;
	vertical-align:middle;
	height:32px;
	width:auto;
}
.ccpw_table span.name {
	font-size:16px;
	font-weight:normal;
	margin-left:10px;
	display:inline-block;
}

.ccpw_table.table.style-2 tr td, .ccpw_table.table.style-2 tr th {
	text-align:center;
}
.ccpw_table.style-2 .ccpw_icon {
    width: 100%;
}

.ccpw_table.table.style-3 > thead > tr > th:first-child,
.ccpw_table.table.style-3 > tbody > tr > td:first-child {
	text-align:center;
}

.ccpw_table.table.style-4 span.up {color:green;}
.ccpw_table.table.style-4 span.down {color:red;}


@media only screen and (max-width:480px) {
	.ccpw_table.table > tbody > tr > td {
		text-align:center;
	}
}

/*-----table list---------*/




span.changes.up, span.ccpw-changes.up {
    color: green;
}
span.changes.down, span.ccpw-changes.down {
    color: red;
}

