/**
 * Author: Alin Marcu 
 * Author URI: https://deconf.com
 * Copyright 2013 Alin Marcu 
 * License: GPLv2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 */

/* Backend Item Reports */
.column-aiwp_stats {
	width: 30px;
}

.aiwp-icon {
	color: #555;
}

.aiwp-icon:hover {
	color: #2ea2cc;
}

.aiwp-icon-oldwp {
	padding-top: 5px;
}

[id^=aiwp-container-] {
	width: 400px;
}

[id^=aiwp-areachart-] {
	height: 280px;
}

[id^=aiwp-progressbar-] {
	width: 100%;
	height: 3px;
	margin: 5px 0 0px 0;
}

[id^=aiwp-bottomstats-] {
	width: 100%;
	margin-top:5px;
}

[id^=aiwp-bottomstats-] .inside {
	display: table;
	margin: 0 auto;
	padding: 0px;
}

[id^=aiwp-bottomstats-] .inside .small-box {
    width: 30%;
    float: left;
    margin: 0 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^=aiwp-bottomstats-] .inside .small-box h3 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
	font-size: 1em;
	font-weight: 400;
	color: #777;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.4;
}

[id^=aiwp-bottomstats-] .inside .small-box p {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0px 0px 2px 0px;
}


.aiwp-floatwraper {
	display: table;
	width: 100%;
	height: 100%;
}

[id^=aiwp-piechart-].halfsize {
	width: 47%;
	margin: 10px 0 0 0;
	height: 200px;
	float: left;
}

[id^=aiwp-piechart-].floatleft {
	float: left;
}

[id^=aiwp-piechart-].floatright {
	float: right;
}

[id^=aiwp-tablechart-] {
	line-height: 1.5em !important;
	width: 98%;
	height: 100%;
	margin: 2px auto 10px 0;
}

[id^=aiwp-orgchart-] {
	margin: 10px auto 10px 0;
}

.aiwp .ui-dialog-titlebar {
	font-size: 1.1em;
	text-overflow: ellipsis;
	overflow: hidden;
}

.aiwp-dashboard-control input {
	height: 20px !important;
	content: "Search ...";
}

.aiwp-dashboard-control input::placeholder {
	/* modern browser */
	color: #999;
}

.aiwp-dashboard-control input {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	width: auto !important;
	font-size: 14px !important;
	height: 28px !important;
	float: left;
	color: #32373c;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
	border: 1px solid #ddd !important;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07) !important;
	background-color: #fff !important;
}

@media screen and (max-width: 500px) {
	[id^=aiwp-container-] {
		width: 410px;
	}
	[id^=aiwp-bottomstats-] .inside .small-box {
		width: 30.8%;
	}
}

@media screen and (max-width: 410px) {
	[id^=aiwp-container-] {
		width: 260px;
	}
	[id^=aiwp-bottomstats-] .inside .small-box {
		width: 46%;
	}
}