/* Graphe index */

#graphe_morpho{
	width: 104%;
}

.divGraphe{
	display:inline-block;
	float:right;
}
.divGraphe.principal{
	/*height:50px;*/
	margin-bottom: -20px;
}


.divGraphe.grapheCache{
	margin-bottom: -20px;
	margin-top: 0px;
}

.plus_menu{
	margin: 0px;
}

#barchart_3{
	margin-top: 0px;
}

text[text-anchor="end"]{
	font-size:13px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    fill: rgb(34, 34, 34);
}
.divGraphe.principal text[text-anchor="end"]{
	font-weight:bold;
	font-size:13px;
}

text[text-anchor="start"]{
	font-size:13px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    fill: rgb(34, 34, 34);
}
.divGraphe.principal text[text-anchor="start"]{
	font-weight:bold !important;
	font-size:15px !important;
	
}

text[text-anchor="middle"]{
	display:none;
}
/*lignes verticales du graphe*/

svg > g > g > g:nth-child(1) > rect{
    stroke: #ccc;
    stroke-dasharray: 1;
    stroke-width: 1px;
    fill: transparent;
}
svg>g>g:nth-child(5) text{
	font-weight:bold;
	font-size:10px;
}
/*barre de couleur*/

svg>g>g>g:nth-child(2) rect { 
    /*fill-opacity:1 !important;*/
    stroke-width: 0;
}
/*
.divGraphe stop:nth-child(1){
	stop-color: #B5C6E2;
}
.divGraphe stop:nth-child(2){
	stop-color: #9DB7D4;
}*/
.divGraphe stop{
	stop-color: #B5C6E2;
}
/*.divGraphe.principal stop:nth-child(1){ 
  stop-color: #2080B7; 
} 
.divGraphe.principal stop:nth-child(2){ 
  stop-color: #5A99C4;
}*/
.divGraphe.principal stop{ 
  stop-color: #00acd9; 
}

#graphe_morpho_lib, #graphe_morpho, #graphe_morphoDeux, #graphe_morphoTrois{
	/*padding-left:10%;*/
	list-style: outside none none;
        font-size: 8pt;
}

#graphe_morpho_lib li button, #graphe_morpho li button, #graphe_morphoDeux li button, #graphe_morphoTrois li button{
	display: inline-block;
	vertical-align: middle;
}

#graphe_morpho_lib li div, #graphe_morpho li div, #graphe_morphoDeux li div, #graphe_morphoTrois li div {
	display: inline-block;
	vertical-align: middle;
}

ul#graphe_morpho_lib li, ul#graphe_morpho li, ul#graphe_morphoDeux li, ul#graphe_morphoTrois li{
	clear:both;
	
}

#graphe_morpho_lib button, #graphe_morpho button, #graphe_morphoDeux button, #graphe_morphoTrois button{
	/*position: absolute;*/
	margin-top:4px;
}


/* Fin Graphe index */