#middle {
    margin-left: 0px !important;    
}
body{
    font-family: "Lato", 'Open Sans',Arial,Helvetica,sans-serif;
    color: black;
}


.slider_coin {
    height: 80px;
}

/**	easyPieChart
 ***************** **/
.easyPieChart {
	position: relative;
	display: inline-block;
	text-align: center;
    font-size: 12px;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.easyPieChart .percent {
	width:100%; top:50%;
	position:absolute;
	margin-top:-10px;
	display: block;
	text-align:center;
	z-index: 2;
    
}
.easyPieChart .percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}

.easyPieChart .niente {
	width:100%; top:50%;
	position:absolute;
	margin-top:-10px;
	display: block;
	text-align:center;
	z-index: 2;
}
.easyPieChart .niente:after {
	content: '';
	margin-left: 0.1em;
	font-size: .8em;
}

/**	Page Dashboard
 *************************************************** **/
ul.easypiecharts {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height:64px;
}
ul.easypiecharts li {
	display: table-cell;
	border-right: 1px solid #e4e5e6;
	margin-right: -1px;
	padding: 0 15px;
	position: relative;
}
ul.easypiecharts li:last-child {
	border-right:0;
}
ul.easypiecharts li span.stat-number {
	font-size: 18px;
	position: absolute;
	top: 10px;
	right: 15px;
}
ul.easypiecharts li span.stat-title {
	color: #0275d8;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 11px;
	position: absolute;
	top: 34px;
	right: 15px;
}

@media only screen and (max-width: 1260px) {
	ul.easypiecharts li {
		text-align:center;
	}
	ul.easypiecharts li span.stat-number,
	ul.easypiecharts li span.stat-title {
		position:relative;
		display:block;
		top:0; right:auto;

	}
	ul.easypiecharts li span.stat-title {
		font-size:10px;
	}
}

@media only screen and (max-width: 480px) {
	ul.easypiecharts li {
		text-align:center;
		padding:0;
	}
	ul.easypiecharts li span.stat-number,
	ul.easypiecharts li span.stat-title {
		position:relative;
		display:block;
		top:0; right:auto;

	}
	ul.easypiecharts li span.stat-title {
		font-size:10px;
	}
}

	/* used on Recent Activities */
	ul.list-hover>li {
		background-color:#eff3f8;
		padding:4px;
		margin-bottom:1px;
	}
	ul.list-hover>li:hover {
		background-color:#e0e8f1;
	}
	ul.list-hover>li .label {
		height:27px;
		line-height:25px;
		display:inline-block;

		text-align:center;
		margin-right:6px;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	ul.list-hover>li .label>i {
		width:22px;
	}
.dashboard .panel {
	border:#e6e6e6 1px solid;

    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.03);
}
.dashboard .panel-footer {
    background-color: #F9FAFC;
    border-top: #eee 1px solid;
    padding: 10px 21px;

    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.03);
}

/** Colored Boxes
 **************************************************************** **/
	.box {
		color:#fff;
		background-color:#999999;
		margin-bottom:20px;
		overflow:hidden;
		position:relative;
		padding:10px;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}
	.box .box-title h1>a,
	.box .box-title h2>a,
	.box .box-title h3>a,
	.box .box-title h4>a,
	.box .box-title h5>a,
	.box .box-title h6>a,
	.box h1,
	.box h2,
	.box h3,
	.box h4,
	.box h5,
	.box h6 {
		color:#fff;
		margin:0;
	}
	.box .box-title {
		padding:10px 0 20px 0;
		position:relative;
		border-bottom: rgba(0,0,0,0.1) 1px solid;
	}
	.box .box-title i.fa {
		position:absolute;
		top:0; right:0;
		font-size:70px;
		color:rgba(0,0,0,0.1);
	}
	.box .box-body .sparkline {
		display:block;
		margin-top:10px;
	}
	.box .box-body {
		border-top: rgba(255,255,255,0.1) 1px solid;
	}

	.box.warning {
		background-color:#f4b04f;
	}
	.box.info {
		background-color:#1D89CF;
	}
	.box.danger {
		background-color:#E66454;
	}
	.box.default {
		background-color:#999999;
	}
	.box.success {
		background-color:#5CB85C;
	}
    
    
div.tooltip-inner{
    background-color: #1e4bc0;
    color: white;
    margin-bottom: 20px;
}
div.tooltip-inner::before {
    margin-bottom: 20px;
    
}

.nav-tabs.nav-top-border>li>a:hover {
    background-color: #fbfbfb !important;
}

    
    
    

}