/*as cores estao no arquivo pfw-components-colors*/
.collapsible {
	min-width: 100%;
	height:32px;		
	text-align: left;
	padding: 6px;
	margin-bottom: 2px;
}
.collapse-content {
	padding: 8px;
	min-width: 100%;
}
.collapse-icon-minus:hover,
.collapse-icon-plus:hover {
	cursor: pointer;
}
.collapse-icon-minus > span,
.collapse-icon-plus > span {
    float:right;
    padding: 6px;
  	font-family: 'Glyphicons Halflings';
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;

  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.collapse-icon-plus > span:before {
  	content: "\2b";
}
.collapse-icon-minus > span:before {
	content: "\2212";
}
.btn-collapse-all {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: right;
}
.btn-collapse-all > a {
	font-size: 0.75em;
	padding: 1px 3px;
	margin-left: 6px;
	border-radius: 2px;	
}
.btn-collapse-all > a:hover {
	text-decoration: none;
}