
#exibe_list .interessado,#exibe_list .col-inadimplente{
	cursor:pointer;
}
#exibe_list .col-interessado,#exibe_list .col-inadimplente{
	background-color: #AA1D1D;
	color: white;
	font-weight: bold;
	font-size: 13px;
}
#exibe_list .total-campanha{
	background-color:gray;
	color:white;
}
#exibe_list .atendido{
	background-color:blue !important;
	color:white !important;
}
#exibe_list .matriculado{
	cursor:pointer;
}
#exibe_list .aluno{
	cursor:pointer;
}
#exibe_list .col-aluno{
	background-color:orange;
	color:white;
	font-weight: bold;
	font-size: 13px;
}
#exibe_list .col-matriculado{
	background-color:green;
	color:white;
	font-weight: bold;
	font-size: 13px;
}
#exibe_list  .confirmado-agenda{
	background-color:teal !important;
	color:white;
}
#exibe_list  .list-group-item {
	padding: 0px 0px;
}
#exibe_list .listContatos .active h6{
	padding:0px 10px;
	margin:0px ;
	font-size:17px;
}
#exibe_list  .legenda{
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
.relatorios-campanha .list-group-item{
	border:solid 2px #333;
}
.relatorios-campanha .dados-operador{
	font-size:18px;
}
.relatorios-campanha .aguardando{
	font-weight:bold;
	font-size:14px;
	color: #AA1D1D;
}
.relatorios-campanha .matriculados{
	font-weight:bold;
	font-size:14px;
	color: green;
}
.relatorios-campanha .contatados{
	font-weight:bold;
	font-size:14px;
	color: blue;
}
.relatorios-campanha tfoot .aguardando{
	font-weight:bold;
	font-size:14px;
	background-color: #AA1D1D;
	color:white;
}
.relatorios-campanha tfoot .matriculados{
	font-weight:bold;
	font-size:14px;
	background-color: green;
	color:white;
}
.relatorios-campanha tfoot .contatados{
	font-weight:bold;
	font-size:14px;
	background-color: blue;
	color:white;
}
.relatorios-campanha tfoot .total-lista{
	font-weight:bold;
	font-size:14px;
	background-color: gray;
	color:white;
}
.panel-conteudo-sms{
	min-height:50px;
	padding:4px 10px;
}