.mainCollapse{
	width: 14%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.mainContentGraph{
	position: relative;
	overflow-x: visible;
}

.graphPart{
	padding-top: 50px;
	margin: 0 auto;
	width: 80%;
}

.filters{
	top: 0px;
	width: 100%;
	z-index: 100;
}

.filtreBouton{
	display: inline-block;
	width: 10%;
}

.filtreBouton > button{
	margin-top: 0;
}

.selectDatesDiv {
	width: 90%;
	margin-top: 20px;
	background-color: #E0E0E0;
	height: 80px;
	text-shadow: none;
	margin: 0 auto;
}

/*.ui-popup-container{
	z-index: 499!important;
}*/

#graphRealPopup-popup {
	left: 100px!important;
	width: 90%;
	height: 90%;
}

.chartDiv{
	margin: 50px auto;
}

.jqplot-target{
	margin: 50px auto;
}

.jqplot-title{
	top: -40px!important;
} 

.graph-bar-container{
	position: relative;
	width: 150px;
	height: 300px;
}

.graph-bar-container .color-bar{
	position: absolute;
	height: 33.33%;
	width: 20%;
	border: solid 1px black;
	left: 30%;
}

.graph-bar-container .color-top{
	top: 0%;
	background-color: limegreen;
}

.graph-bar-container .color-mid{
	top: 33%;
	background-color: orange;
}

.graph-bar-container .color-bot{
	top: 66%;
	background-color: orangered;
	height: 33.37%;
}
.graph-bar-container .arrow{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 20%;
	bottom: 50%;
	background-color: transparent;
	border-width: 15px;
	border-style: solid;
	box-sizing: border-box;
	border-color: transparent;
	border-left-color: black;
	transition: bottom 1s;
}

#gaugeContainer{
	float: left;
	margin-top: 60px;
	margin-left: 50px;
}

#arrowText{
	right: 20px;
	position: absolute;
	top: -25px;
}

.jqplot-series-canvas {
	overflow: hidden;
} 
