.x-android-3 .x-surface-wrap, .x-android-3 .x-surface-wrap>* {
	-webkit-perspective: 1
}

.x-draw-container {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-user-select: none;
	cursor: default
}

.x-draw-container .x-inner {
	overflow: hidden
}

.x-surface-canvas {
	position: absolute
}

.x-chart-watermark {
	opacity: .5;
	z-index: 9;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 4px 6px;
	font-family: "Helvetica";
	font-size: 12px;
	position: absolute;
	white-space: nowrap;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px
}

.x-chart-image {
	width: 100%;
	height: auto
}

.x-legend-container {
	display: inline-block;
	line-height: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: white;
	-webkit-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
	-moz-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
	box-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px
}

.x-legend-item {
	padding: .8em 1em .8em 1.8em;
	color: #333;
	background: rgba(255, 255, 255, 0);
	max-width: 16em;
	min-width: 0;
	font-size: 13px;
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 13px;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative
}

.x-legend-inactive {
	filter: alpha(opacity = 30);
	opacity: .3
}

.x-legend-item-marker {
	position: absolute;
	width: .8em;
	height: .8em;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	-ms-border-radius: .4em;
	-o-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4)
		0 1px 0 inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0
		1px 0 inset;
	box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.4) 0 1px 0
		inset;
	left: .7em;
	top: .85em
}

.x-rtl>*>.x-legend-item {
	padding: .8em 1.8em .8em 1em
}

.x-rtl>*>*>.x-legend-item-marker {
	right: .7em
}

.x-legend, .x-legend-panel {
	background: white;
	outline: 0
}

.x-legend.x-docked-top .x-legend-item, .x-legend.x-docked-bottom .x-legend-item,
	.x-legend-panel.x-docked-top .x-legend-item, .x-legend-panel.x-docked-bottom .x-legend-item
	{
	border-left: 1px solid rgba(204, 204, 204, 0.5)
}

.x-legend.x-docked-top .x-legend-item:first-child, .x-legend.x-docked-bottom .x-legend-item:first-child,
	.x-legend-panel.x-docked-top .x-legend-item:first-child,
	.x-legend-panel.x-docked-bottom .x-legend-item:first-child {
	border-left: none
}

.x-legend.x-docked-top.x-rtl .x-legend-item:first-child, .x-legend.x-docked-bottom.x-rtl .x-legend-item:first-child,
	.x-legend-panel.x-docked-top.x-rtl .x-legend-item:first-child,
	.x-legend-panel.x-docked-bottom.x-rtl .x-legend-item:first-child {
	border-left: 1px solid rgba(204, 204, 204, 0.5)
}

.x-legend.x-docked-top.x-rtl .x-legend-item:last-child, .x-legend.x-docked-bottom.x-rtl .x-legend-item:last-child,
	.x-legend-panel.x-docked-top.x-rtl .x-legend-item:last-child,
	.x-legend-panel.x-docked-bottom.x-rtl .x-legend-item:last-child {
	border-left: none
}

.x-legend.x-docked-left .x-legend-item, .x-legend.x-docked-right .x-legend-item,
	.x-legend-panel.x-docked-left .x-legend-item, .x-legend-panel.x-docked-right .x-legend-item
	{
	border-top: 1px solid rgba(204, 204, 204, 0.5)
}

.x-legend.x-docked-left .x-legend-item:first-child, .x-legend.x-docked-right .x-legend-item:first-child,
	.x-legend-panel.x-docked-left .x-legend-item:first-child,
	.x-legend-panel.x-docked-right .x-legend-item:first-child {
	border-top: 0
}

.x-legend.x-docked-left .x-legend-inner, .x-legend.x-docked-right .x-legend-inner,
	.x-legend-panel.x-docked-left .x-legend-inner, .x-legend-panel.x-docked-right .x-legend-inner
	{
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center
}

.x-legend.x-horizontal {
	white-space: nowrap
}

.x-legend.x-horizontal .x-legend-item {
	display: inline-block
}

.x-chart-toolbar {
	position: absolute;
	z-index: 9;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	padding: .6em
}

.x-chart-toolbar .x-button {
	margin: .2em
}

.x-chart-toolbar[data-side=left], .x-chart-toolbar[data-side=right] {
	top: 0;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical
}

.x-chart-toolbar[data-side=left] {
	left: 0
}

.x-chart-toolbar[data-side=right] {
	right: 0
}

.x-chart-toolbar[data-side=top], .x-chart-toolbar[data-side=bottom] {
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	right: 0
}

.x-chart-toolbar[data-side=top] {
	top: 0
}

.x-chart-toolbar[data-side=bottom] {
	bottom: 0;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal
}