.page_menu .grad{
-moz-box-shadow: inset -5px 1px 6px -4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset -5px 1px 5px -4px rgba(0,0,0,0.2);
box-shadow: inset -5px 1px 5px -4px rgba(0,0,0,0.2);
text-transform: uppercase;
border-bottom: 1px solid #bbb;
}

li.grad.other{
	
text-transform: initial !important;
}


.page_menu li a{
padding: 7px 0px 6px 15px;
color: #333;
display: block;
text-decoration: none;
width: 264px;
font-size: 14px;
font-weight: 400;
border-bottom: 1px solid #ddd;

}

.page_menu li{
list-style-type: none;
}

.page_menu li.sub {
	border-bottom: 1px solid #bbb;
}


 .selected:before {
	content: "\f00c";
    font-family: FontAwesome;
	padding-right: 5px;
	color: #333333;
	font-weight: lighter;
}

.page_menu li.grad a:hover{
	color: white !important;
	background: #5B8523;
}

.page_menu li.sub a:hover{
	background: #C5E29F;
}



/*.page_menu li.sub a:hover{
background: #5B8523;
background: #555;
color: white !important;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-filter: invert(0);
}
*/



#stat_menu_active a{

background: #C5E29F;
color: white;
}

#menu{
	float: left;
	width: 279px;
	height: 100%;
	background: rgb(248,248,248);
	overflow-x:hidden;
	-moz-box-shadow: inset -5px 1px 6px -4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset -5px 1px 5px -4px rgba(0,0,0,0.2);
	box-shadow: inset -5px 1px 5px -4px rgba(0,0,0,0.2);
	border-right: 1px solid #bbb;
}

#menu a img{
	padding-left: 6px;
}


/*.biomasa {
	background: rgba(100,100,100,0.35);
	color: #111;
}

*/

.biomasa_title{
	font-size: 18px;
	padding: 40px 0px 10px 15px;
	/*background: white;*/
	width: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid #bbb;
	color: black;
	font-weight: 600;
	line-height: 28px;
}




.accordion {
    overflow:hidden;

}

.accordion-section-content {
    display:none;
	border-bottom: 2px solid #5B8523;
}


 .accordion-section-content li.sub {
	border-bottom: 1px solid #5B8523;
}



.accordion-section-title.active, .accordion-section-title:hover {
	background: #5B8523;
	color: white !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-filter: invert(0);
	cursor: pointer;
}


.accordion-section-content a:hover{
	background: #C5E29F;
	/*color: white;*/
}



.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}


.arrow_right{
    background-image: url(../images/lokalizace/layer_tree/arr_r.png);
    background-repeat: no-repeat;
    background-position: 1px 5px;
    width: 15px;
    height: 15px;
    float: right;
    margin-right: 12px;
}



.arrow_down{
    background-image: url(../images/lokalizace/layer_tree/arr_d.png);
    background-repeat: no-repeat;
    background-position: 1px 5px;
    width: 15px;
    height: 15px;
    float: right;
    margin-right: 12px;
}

