/**
 * Author: Alin Marcu 
 * Author URI: https://deconf.com
 * Copyright 2013 Alin Marcu 
 * License: GPLv2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/* Backend Item Reports */
.column-gadwp_stats {
	width: 70px;
}

.gadwp-icon {
	color: #555;
}

.gadwp-icon:hover {
	color: #2ea2cc;
}

.gadwp-icon-oldwp {
	padding-top: 5px;
}

[id^=gadwp-container-] {
	width: 480px;
}

[id^=gadwp-areachart-] {
	height: 280px;
}

[id^=gadwp-progressbar-] {
	width: 100%;
	height: 3px;
	margin: 5px 0 0px 0;
}

[id^=gadwp-bottomstats-] {
	width: 100%;
}

[id^=gadwp-bottomstats-] .inside {
	display: table;
	margin: 0 auto;
	padding: 0px;
}

[id^=gadwp-bottomstats-] .inside .small-box {
	width: 31.2%;
	float: left;
	margin: 10px 5px 10px 5px;
	background: #fff;
	text-align: center;
	-moz-box-shadow: 0px 0px 7px 0px #BBB;
	-webkit-box-shadow: 0px 0px 7px 0px #BBB;
	box-shadow: 0px 0px 7px 0px #BBB;
}

[id^=gadwp-bottomstats-] .inside .small-box h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #777;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

[id^=gadwp-bottomstats-] .inside .small-box p {
	font-size: 1.2em;
	margin: 0px 0px 2px 0px;
}

.gadwp-floatwraper {
	display: table;
	width: 100%;
	height: 100%;
}

[id^=gadwp-piechart-].halfsize {
	width: 47%;
	margin: 10px 0 0 0;
	height: 200px;
	float: left;
}

[id^=gadwp-piechart-].floatleft {
	float: left;
}

[id^=gadwp-piechart-].floatright {
	float: right;
}

[id^=gadwp-tablechart-], [id^=gadwp-tablechart-] {
	margin: 10px 0 0 0;
}

.gadwp .ui-dialog-titlebar {
	font-size: 1.1em;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media screen and (max-width: 500px) {
	[id^=gadwp-container-] {
		width: 410px;
	}
	[id^=gadwp-bottomstats-] .inside .small-box {
		width: 30.8%;
	}
}

@media screen and (max-width: 410px) {
	[id^=gadwp-container-] {
		width: 260px;
	}
	[id^=gadwp-bottomstats-] .inside .small-box {
		width: 46%;
	}
}