@charset "UTF-8";

/*==========================================*/
/* COM BOTÃO PARA ABRIR */

.aws-toggleable .widget_aws_widget {
	float: none;
	position: static;
	line-height: normal;
}

/* BOTÕES */
.aws-toggleable .aws-button-toogle {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	text-align: center !important;
	text-decoration: none;
	overflow: hidden !important;
	min-width: 1.2em;
}
.aws-toggleable .aws-button-toogle:hover {
	text-decoration: none;
}
.aws-toggleable.aws-toggleable-visible .aws-button-toogle {
	display: inline-flex !important;
	align-items: stretch;
	justify-content: stretch;
	visibility: visible !important;
	opacity: 1 !important;
}

.aws-toggleable .aws-button-toogle span {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}

.aws-toggleable .aws-button-toogle i {
	display: inline-flex;
	width: 100%;
	height: 100%;
	line-height: inherit;
	justify-content: center;
	align-items: center;
}

/* BOTÃO PARA ABRIR */
.aws-toggleable .aws-button-show {
	position: relative;
}
