@CHARSET "ISO-8859-1";

/*---------------------------------------------------- Painel dos componentes MP */

.mp-componente {
	padding: 0 0 22px 30px;
/*  	min-width: 460px;*/
	min-height: 53px;
	display: block;
}

.mp-2colunas-l > .mp-componente,
.mp-2colunas-r > .mp-componente {
	max-width: 510px;
	white-space: nowrap;
}

.mp-componente.mp-semborda {
	padding-bottom: 35px;
}

.mp-componente label,
.mp-componente > span.mp-label {
	font-size: 10pt;
	color: #1A1A1A;
	line-height: 10px;
	height: 20px;
	display: block;
	clear: both;
}

/*---------------------------------------------------- texto das taxonomias, somente-leitura */

.mp-componente > span.mp-descr-text {
    width: 300px;
    height: 26px;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 9px;
    border-bottom: 1px dotted #707590;
    text-overflow: ellipsis;
 }
 