.portalCEIC_portletDiv div.wrapperDivs {
	width: 90%;
	margin: auto;
}

.pageControl a.backLink:hover, .pageControl img.backImg:hover {
	cursor: pointer;
	color: #40cdbe;
}

.pageControl a.backLink {
	text-decoration: none;
}

.portalCEIC_portletDiv div.categoryWrapperDiv {
	width: 45%;
	border: 1px solid #00cdbe;
	height: 64px;
	margin-bottom: 0.2em;
	float: left;
	margin-right: 0.2em;
	display: inline-flex;
}
.portalCEIC_portletDiv div.categoryDiv, .portalCEIC_portletDiv div.categoryDivAdd {
	height: 100%;
	text-align: center;
	width: 93%;
}

.portalCEIC_portletDiv div.categoryDiv.full {
	width: 100%;
}

.portalCEIC_portletDiv div.categoryControls {
	width: 5%;
	float: right;
	padding-right: 4px;
}


.portalCEIC_portletDiv div.categoryDiv {
	/*width: 100%;*/
	overflow: hidden;
	float: left;
}

.portalCEIC_portletDiv div.categoryDiv.categoryDivAdd {
	overflow: visible;
}


.portalCEIC_portletDiv a.categoryA, .portalCEIC_portletDiv a.categoryA:visited  {
	color: #320D7B;
	font-size: 12px;
	text-decoration: none;
	line-height: 22px;
	padding-top: 1.5em;
	display: block;
}

.portalCEIC_portletDiv a.categoryA:hover {
	color: #40cdbe;
	cursor: pointer;
}

.portalCEIC_portletDiv div#categoriasSize_div, .portalCEIC_portletDiv div.categoryOrdem {
	display: none;
}

textarea.textAreaAdd {
	resize: none;
	width: 300px;
}

#perguntaPerguntaAdd {
	width: 512px;
}

.perguntaDivAdd a.perguntaAdd:hover {
	cursor: pointer;
	text-decoration: none;
	color: #40cdbe;
}

.perguntaTopDiv a.perguntaA, .perguntasWrapper .respostaWrapper a {
	font-family: 'Open Sans', sans-serif;
	color: #320D7B !important;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
}

.perguntaTopDiv a.perguntaA:visited, .perguntasWrapper .respostaWrapper a:visited {
	color: #320D7B !important;
	text-decoration: none;
}

.perguntaTopDiv a.perguntaA:hover, .perguntasWrapper .respostaWrapper a:hover {
	color: #40cdbe !important;
	cursor: pointer;
}

div.perguntaDiv {
	margin-bottom: 15px;
	
	/* Added to push content down when navigating with # */
	padding-top: 60px; 
	margin-top: -60px;
}

.perguntaTopDiv div.perguntaId, div.respostaValue, div#categoriaId_div, div.perguntaOrdem, div#perguntasSize_div {
	display: none;
}

.truncateTxt {
	overflow-wrap: break-word;
    word-wrap: break-word;
}

span.perguntaSpan {
	font-weight: bold;
	line-height: 22px;
    font-size: 12px;
    color: #151515;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.perguntasWrapper .respostaWrapper {
	line-height: 22px;
    font-size: 12px;
    color: #151515;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.perguntasWrapper .respostaWrapper p {
	overflow-wrap: break-word;
    word-wrap: break-word;
}

img.iconPergunta {
	width: 12px;
}

div.listaWrapper {
	margin-bottom: 10px;
}

.popup .nodisplay {
	display: none;
}


.portalCEIC_portletDiv .popup, #popupRemove {
	position: absolute;
	z-index: 1010;
	width: 350px;
	min-height: 100px;
	background-color: #eeeeee;
	display: block;
	left: 100px;
	top: 200px;
	padding: 10px;
	padding-bottom: 0px;
	border: 4px solid #00cdbe;
}

#popupAddPerguntas {
	position: absolute;
	z-index: 1010;
	width: 800px;
	min-height: 175px;
	background-color: #eeeeee;
	display: block;
	left: 100px !important;
	top: 200px;
	padding: 10px;
	padding-bottom: 0px;
	border: 4px solid #00cdbe;
}

.portalCEIC_portletDiv .dialog, #dialogPerguntas {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);;
	display: none;
	left: 0px;
	top: 0px;
}


.portalCEIC .imageIcon {
	float: left;
    margin-bottom: 5px;
}

.portalCEIC .imageIcon.first {
	margin-top: 3px;
}

.portalCEIC .imageIcon.last {
	margin-bottom: 0px;
}

.portalCEIC .categoryId {
	display: none;
}

.portalCEIC #outputMessages #listingResults .checkerJob {
	color: blue;
	font-weight: bold;
}

.portalCEIC #outputMessages .actionMessage {
	color: blue;
	font-weight: bold;
}