﻿@media screen {

.alerta-sucesso-box
{
	margin: 0 0 10px 0;
	color: red;
	border: 4px solid #548401;
	position: relative;
	height:auto !important;
	background: #FFF;
	padding:10px 15px;
	top: 0px;
	left: 0px;
	display:block;
	width:auto;
}

.alerta-sucesso-mensagem
{
	background: url(../img/ico-check.png) no-repeat left center;
	padding:20px 0 20px 60px;
	color: #000;
	height:auto !important;
	min-height:10px;
	height:10px;
	width:90%;
	font-weight:bold;
	font-size:14px;
}  

.alerta-info-box
{
	margin: 0 0 10px 0;
	color: red;
	border: 4px solid #4b5f65;
	position: relative;
	height:auto !important;
	background: #FFF;
	padding:10px 15px;
	top: 0px;
	left: 0px;
	display:block;
	width:auto;
}

.alerta-info-mensagem
{
	background: url(../img/ico-info.png) no-repeat left center;
	padding:20px 0 20px 60px;
	color: #000;
	height:auto !important;
	min-height:10px;
	height:10px;
	/*width:90%;*/
	font-weight:bold;
	font-size:14px;
}

.alerta-erro-box
{
	margin: 0 0 10px 0;
	color: red;
	border: 4px solid #b31515;
	position: relative;
	height:auto !important;
	background: #FFF;
	padding:10px 15px;
	top: 0px;
	left: 0px;
	display:block;
	width:auto;
}

.alerta-erro-mensagem
{
	background: url(../img/ico_erro.png) no-repeat left center;
	padding:20px 0 20px 60px;
	color: #000;
	height:auto !important;
	min-height:10px;
	height:10px;
	width:91%;
	font-weight:bold;
	font-size:14px;
}


span.msg-erro
{
	margin: 5px 0;
	color: red;
	border: 1px solid #F90;
	position: relative;
	min-height: 50px;
	background-color:#FFC;
	top: 0px;
	left: 0px;
	padding: 16px 10px 16px 40px;
	width:100%;
}
.char-limit
{
    color:Red;
    font-size:14px;
}

div.msg-erro {
	margin: 5px 0;
	color: red;
	border: 4px solid #b31515;
	position: relative;
	min-height: 50px;
	height:auto !important;
	background: #FFF url(../img/ico_erro.png) 18px 17px no-repeat;
	padding-top:20px;
	top: 0px;
	left: 0px;
	display:block;
}

div.msg-erro span	
{
	display:block;
	margin-left:80px;
	font-size:14px;
	font-weight:bold;
	color:#333;
}

div.msg-erro ul			
{
	padding-left: 70px;
}

div.msg-erro ul li
{
	background:url(../img/ico-dot.png) no-repeat left;
	padding-left:12px;
}

#conteudo-html {
	margin: 0 auto;
	width: 960px;
}

	#conteudo-html a {
		color: #30AFC2;
	}

.conteudo-html-titulo {
	font-size: 16px;
	letter-spacing: -1px;
	margin: 25px 0 15px;
}

.titulo-curso {
	color: #145D90;
}
.titulo-atividade {
	color: #E78006;
}
.titulo-evento {
	color: #859F2E;
}

.conteudo-html-destaque-laranja {
	color: #f36523;
	font-weight: bold;
}

.conteudo-html-destaque-azul {
	color: #4A8EB5;
	font-weight: bold;
}

.conteudo-html-conteudo-relevante {
	font-weight: bold;
	text-transform: uppercase;
}

.conteudo-html-lista-padrao {
	margin: 0;
	padding: 0;
}
	.conteudo-html-lista-padrao li {
		background: url(bullet-line.png) no-repeat 0 8px;
		list-style: none;
		padding-left: 10px;
	}

.conteudo-html-lista-padrao-numerada {
	margin: 0;
    padding-left: 10px;
}
	.conteudo-html-lista-padrao-numerada li {
		margin: 0 0 0 20px;
	}

	.fundo-verde {
		background: #00FF21 0 118px repeat-x !important;
	}
} /* close media tag */