/* ========== CORES ========== */

.verde {
	border: 1px solid #A8BC7B;
}

.verde .legenda {
	background: #A8BC7B;
}

.azul {
	border: 1px solid #71afc4;
}

.azul .legenda {
	background: #71afc4;
}

.vermelho {
	border: 1px solid #d9544f;
}

.vermelho .legenda {
	background: #d9544f;
}


.preto {
	border: 1px solid #555;
}

.preto .legenda {
	background: #555;
}

/* ========== FIM CORES ========== */


/* ========== ELEMENTOS ========== */

.elemento-inline {
	display: inline-block !important;
	margin-right: 15px;
}

.foto-item-editar {
	border-radius: 4px;
	display: block;
  margin: 0 auto;
  margin-top:15px;
	max-width: 90%;
}

.tooltip {
	max-width: 250px;
	font-size: 10px !important;
	background: #5d87af !important;
	border: 1px solid #FFF !important;
	margin-top: -50px !important;
}

/* ========== FIM ELEMENTOS ========== */


/* ========== TAMANHOS ========== */

.tamanho-100 {
	width: 100%;
}

.tamanho-90 {
	width: 90%;
}

.tamanho-80 {
	width: 80%;
}

.tamanho-70 {
	width: 70%;
}

.tamanho-60 {
	width: 60%;
}

.tamanho-50 {
	width: 50%;
}

.tamanho-40 {
	width: 40%;
}

.tamanho-30 {
	width: 30%;
}

.tamanho-20 {
	width: 20%;
}

.tamanho-10 {
	width: 10%;
}


/* ========== FIM TAMANHOS ========== */


/* ========== FLOAT ========== */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.centro {
	margin: 0 auto !important;
	clear: both !important;
	float: none !important;
}

.none {
	display: none;
}

/* ========== FIM FLOAT ========== */


/* ========== TEXTO ========== */

.texto-centro {
	text-indent: 0 !important;
	text-align: center;
}

/* ========== FIM TEXTO ========== */



/* ========== NOTÍCIA ========== */

.imagem-padrao {
	float: left;
	max-width: 300px;
	border-radius: 4px 4px 0 0;
	behavior: url(PIE.htc);
	position: relative;
}

.texto-padrao {
	font-size: 13px;
	color: #333;
	line-height: 22px;
	text-align: justify;
}

.texto-padrao a {
	text-decoration: underline;
	color: #46a2c9;
}

#area-editar {
	display: none;
}

.area-imagem {
	float: left;
	max-width: 300px;
	margin-right: 15px;
}


.legenda-imagem {
	float: left;
	background: #E5E5E5;
	font-size: 10px;
	color: #333;
	border-radius: 0 0 4px 4px;
	width: 96%;
	font-size: 10px;
	min-height: 15px;
	line-height: 15px;
	padding: 0 2%;
}

#tags {
	font-size: 12px;
	color: #333;
}

.area-imagem-full{
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.area-imagem-full img{
	width: auto;
	max-width: 100%;
	float: none;
}

.area-imagem-full .legenda-imagem {
	float: none;
	width: auto;
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 12px;
}

.textarea-form-image{
	display: none !important;
}

/* ========== FIM NOTÍCIA ========== */
