/**
* All of the CSS for your admin-specific functionality should be
* included in this file.
*/

h2 {
	color: #EB575C;
	font-size: 28px;
	line-height: 32px;
}

.form-table th {
	color: #EB575C;
}

.linechart_utils {
	padding: 10px 0;
}

#reload_spinner {
	float: none;
}

.ap-abd-stats {
	background-color: #333335;
	border-radius: 10px;
	display: inline-block;
	max-width: 100%;
	width: 900px;
	text-align: center;
	margin-bottom: 25px;
}

.ap-abd-stats .stats-head {
	color: #fff;
	border-bottom: 1px dashed #777;
	padding: 4px;
	font-weight: bold;
}

.ap-abd-stats .stat {
	text-align: center;
	display: inline-block;
	padding: 15px;
	margin: 0 7px;
	border-right: 1px dashed #666;
	border-left: 1px dashed #666;
	min-width: 110px;
}

.ap-abd-stats .stat h1 {
	margin: 0.2em 0 0.4em 0;
	color: #fff;
}

.ap-abd-stats .stat b {
	color: #fff;
}

.ap-abd-img-responsive {
	max-width: 100%;
}

#ap-abd-graph-period {
	/* Fixing 1px bug */
	vertical-align: baseline;
}

.graph-loading {
	height: 100px;
	width:100%;
	text-align: center;
	padding-top: 25px;
}

.clear-fix {
	clear: both;
}
div#ui-datepicker-div {
	display: none;
}
#reload_button{
	background: #eb575c;
	color: #fff;
	border: 1px solid #8b1606;
	margin-top: 0px;
}
.linechart_utils label {
	margin-right:17px;
	font-weight:bold;
}
.linechart_utils label input{
	font-weight:normal;
}
.jqplot-highlighter-tooltip {
	background: rgba(0,0,0,0.8) !important;
	border: 1px solid #EB4C51 !important;
	font-size: 16px !important;
	padding: 5px !important;
	color: #eee !important;
}
.jqplot-target {
	font-size: 16px !important;
	color: #eee !important;
}

.linechart_material_div {
	width: 900px;
	max-width: 100%;
	padding: 20px;
	position: relative;
	background-color: #323233;
	box-sizing: border-box;
}

.no-data {
	max-width: 900px;
	text-align: center;
	display: none;
}