/*
-----------------------------------------------
Client:Demand Local
Project:Dashboard

File Name: ga.css
Version: 1.0
Notes: Rules for Google Analytics pages.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

#ga .ga-date-chart {
	border: 1px solid #ddd;
	padding: 20px;
}

#ga .table-data .first-col {
	text-align: left !important;
	text-overflow: ellipsis;
	overflow: hidden;
	min-width: 17em;
	max-width: 17em;
}
#ga .table-data a {
	color: #32669d;
}
#ga .loadable {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 1;
}

#ga .loading {
	opacity: 0.3 !important;
	/*background-color: #CCC;*/
}

#ga .loading * {
	cursor:wait;
}

#ga tr.hd td {
	font-weight:bold;
	text-align:center;
	vertical-align: bottom;
	border-bottom: 1px solid #999;
	max-width: 7em;
	background-color:#eee;
}

#ga tr.hd td a {
	color:black;
	padding-bottom: 15px;
	display: block;
	white-space: normal;
}

#ga tr.hd td a:hover {
	background: none;
}

#ga tr.hd td.sortup {
	background:#e0e0e0 url(/img/ic-arrow-up.gif) center bottom 10px no-repeat;
}
#ga tr.hd td.sortdn {
	background:#e0e0e0 url(/img/ic-arrow-dn.gif) center bottom 10px no-repeat;
}


#ga .chart {
	margin: 0 10px 10px;
	width: 320px;
	height: 300px;
	text-align:center;
	line-height: 300px;
	color:black;
	font-weight: bold;
	font-family: 'lucida sans', Verdana, sans-serif;
}

#ga .chart-pie {
}

#ga .chart-bar {
	width: 470px;
}

#ga .left {
	float:left;
}

#ga .right {
	float:right;
}

#ga .google-map {
    height:400px; 
    width:100%;
}

#ga #map_canvas {
    height:100%;
    width:100%;
}