
.graphsection {
	position: relative;
}
.graphsection h2 {
	font-weight: normal;
}
.graphsection h2 span {
	font-weight: bold;
	color: #CC0000;
	font-size: 36px;
}
.graphsection h3 {
	font-weight: normal;
	font-size: 18px;
}

.graph-wrap {
	height: 300px;
	position: relative;
	margin-right: 60px;
	border: 1px solid #CCC;
}
.graph-wrap.loading {
	background-image: url(../graphics/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.graph-wrap canvas {
	height: 300px;
	width: 100%;
}

.graph-types {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
}
.line-graph-button, .bar-graph-button, .pie-graph-button {
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	margin: 5px 0;
	display: block;
}
.line-graph-button {
	background-image: url(../graphics/lg_icon.png);
}
.line-graph-button:hover {
	background-image: url(../graphics/lg_icon_select.png);
}
.bar-graph-button {
	background-image: url(../graphics/bg_icon.png);
}
.bar-graph-button:hover {
	background-image: url(../graphics/bg_icon_select.png);
}
.pie-graph-button {
	background-image: url(../graphics/pie_icon.png);
}
.pie-graph-button:hover {
	background-image: url(../graphics/pie_icon_select.png);
}
.graph-storage {
	display: none;
}

.lg-sidetext {
	position: absolute;
	right: 0px;
	width: 145px;
	z-index: 10;
	cursor: pointer;
	cursor: hand;
	padding-left: 17px;
	padding-top: 1px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lg-sidetext-sq {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 3px;
	vertical-align:middle;
	border-style: solid;
	border-width: 1px;
	font-size: 1px;
	line-height: 1px; 
	cursor: pointer;
	cursor: hand;
}
.lg_textbox_mo {
	position: absolute;
	z-index: 20;
	width: 14px;
	height: 14px;
	cursor: pointer;
	cursor: hand;
}
.lg_textbox_bottomleft, .lg_textbox_bottomright, .lg_textbox_topleft, .lg_textbox_topright {
	position: absolute;
	width: 195px;
	height: 60px;
	font-family: Arial, sans-serif;
	z-index: 15;
	display: none;
}
.lg_textbox_bottomleft.show, .lg_textbox_bottomright.show, .lg_textbox_topleft.show, .lg_textbox_topright.show {
	display: block;
}
.lg_textbox_bottomleft {
	background-image: url(../graphics/tb_bottom_left.png);
	background-repeat: no-repeat;
}
.lg_textbox_bottomright {
	background-image: url(../graphics/tb_bottom_right.png);
	background-repeat: no-repeat;
}
.lg_textbox_topleft {
	background-image: url(../graphics/tb_top_left.png);
	background-repeat: no-repeat;
}
.lg_textbox_topright {
	background-image: url(../graphics/tb_top_right.png);
	background-repeat: no-repeat;
}

.lg_textbox_date {
	padding-left: 5px;
	padding-top: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #099;
	overflow: hidden;
}
.lg_textbox_descr, .lg_textbox_bdescr {
	width: 120px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 12px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lg_textbox_bdescr {
	width: 100px;	
}
.lg_textbox_count, .lg_textbox_bcount {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 80px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 14px;
	color: #099;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}
.lg_textbox_bcount {
	width: 80px;	
}
.bar-sidetext {
	position: absolute;
	left: 17px;
	width: 125px;
	z-index: 10;
	cursor: pointer;
	cursor: hand;
	text-align: right;
	padding-top: 1px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pie-sidetext {
	position: absolute;
	width: 300px;
	z-index: 10;
	cursor: pointer;
	cursor: hand;
	text-align: left;
	padding-top: 1px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.journeys.loading {
	background-image: url(../graphics/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
}

.journeys .dayheader {
	border-top: 2px solid #CCC;
	margin-top: 20px;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	cursor: hand;
}
.journeys .visitorwrap {
	background-color: #e4f9ff;
	margin: 10px 0;
	padding: 0 10px;
	position: relative;
	border-radius: 5px;
}

.journeys .visitorwrap.closed {
	display: none;
}
.journeys .dayheader .fa-caret-right {
	margin: 0 10px;
	font-size: 30px;
	transition: 0.3s ease-in-out;
}
.journeys .accordion.open .fa-caret-right {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}
.journeys .accordion.closed .fa-caret-right {
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	transition: 0.3s ease-in-out;
}
.journeys .visitor-details {
	float: left;
	width: 18%;
	margin: 10px 0;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #0bb7ff;
	color: #FFF;
	border-radius: 5px;
	padding: 10px 1%;
}
.journeys .visitor-details h2 {
	font-size: 14px;
	margin: 0;
}
.journeys .visitor-details h3 {
	font-size: 12px;
	margin: 0;
}
.journeys .visitor-details a {
	display: inline-block;
	max-width: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #FFF;
	font-size: 10px;
}

.journeys .visitor-page-wrap {
	float: left;
	width: 80%;
}

.journeys .visitor-page {
	float: left;
	width: 13%;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	padding: 10px 1%;
	margin: 10px 0;
	border-radius: 5px;
	font-size: 12px;
}
.journeys .sep {
	float: left;
	margin: 30px 0;
	text-align: center;
	width: 5%;
}
.journeys .sep.right {
	float: right;
}
.journeys .visitor-page h2 {
	font-size: 14px;
	margin: 0;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}