/*** Faria***/
.orga-legend{
	background-color: gray;
	width: 30px;
	height: 10px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.organograma-title{
	padding-bottom: 15px;
	color: #323232;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	font-size: 15px;
}
#orga-legenda-title{
	padding-bottom: 15px;
	color: #323232;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	font-size: 15px;
}
.org-container{
	width: 100%;
	margin-top: 70px;
}

.org-container:target {
    display: block;
    position: relative;
    top: 0px;
    visibility: visible;
}


#orga-img-container{
	width: 100%;
	text-align: left;
}
.organograma-description{
	line-height: 1.5em;
	color: #323232;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.orga-img-small{
	display: none;

}
.orga-img-big{
	display: block;
	width: 960px;
	height: auto;
}
@media all and (min-width: 200px) and (max-width: 960px) {
	.orga-img-big{
		display: none;
	}
	.orga-img-small{
		display: inline-block;
	}
	#orga-img-container{
		width: 100%;
		text-align: center;
	}

}
/******/

.sm-element{
	margin-bottom: 15px;
}

.first.title-container{

}

.sm-element .separator {
	display: none;
}
.sm-element.first{
	color: #323232;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.first.title-container:hover,.ctools-collapsible-processed .first.title-container{
	background-color: #CED9DE;
	color: #023F5A;
}
.first.title-container:hover{
	background-color: #CED9DE !important;
	color: #023F5A;
}
.ctools-collapsed .first.title-container{
	background-color: #F5F5F5;
	color: #023F5A;
}
.first.title-container{


	clear: left;
	width: 100%;
	height: 40px;
	display: table;
	position: relative;
	margin-bottom: 25px;
}
.first.title-container span.left{
	background-color: #023F5A;
	width: 5px;
	height: 100%;
	position: relative;
	display: inline-block;
}
.ctools-collapsed .first.title-container span.left{

	background-color:#8F733C;

}
.first.title-container span.title{
	width: auto;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	left: 15px;
	top: 10px;
}

.hidded-container{
	//margin-top: 25px;
}
.sm-element .title-container-second span.title{
	margin-bottom: 10px;
	display: block;
}
.sm-element .title-container-second span.title a{
	color:#8F733C;
}
.sm-element .title-container-second span.title a:hover{
	text-decoration: underline;
}
.sm-element .title-container a.right{
	float: right;
	width: 60px;

	height: 60px;
}
.sm-element.second{
	color:#8F733C;
	font-size: 17px;
	font-weight: 700;
	padding-left: 15px;
	margin-bottom: 25px;
	
}
.hidded-container-second {
	padding-left: 30px !important;
	color:black;
	font-size: 17px;
	font-weight: 400;


}
.hidded-container-second span.firstlevellink,
.hidded-container-second a.firstlevellink {
	color: #8F733C;
    font-size: 17px;
    font-weight: 700;
    margin-left: -30px;
    margin-bottom: 0px;
    display: block;
}

#site-map-containner .ctools-collapsible-container .ctools-toggle:after{
	content: '\e904';
}

#site-map-containner .ctools-collapsible-container .ctools-toggle-collapsed:after{
	content: '\e901';
}
.sm-element .title-container a.right i {
	font-family: 'icomoon';
	font-size: 89px;
	text-indent: -20px;
	width: 60px;
	height: 20px;
	margin-top: 25px;
}


#site-map-containner .ctools-toggle{
	    font-family: 'icomoon';
    font-size: 80px;
    text-indent: -20px;
    width: 50px;
    height: 20px;
    margin-top: 13px;
    position: absolute;
    right: 0;
    z-index: 5;
    background-image: none;

}
#site-map-containner {
	position:relative;
}

