.match-character {
		font-weight:bold;
		font-style:italic;
		text-decoration: underline;
		color:#E3181C;
}

.loading{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5040;
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: .7;

}




.positivo{	
	color: #00A3D9 !important;	
}

.negativo{	
	color: #cc0000 !important;	
}


.selo{
    position:absolute;
    bottom:0;
    width:100%;}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 25px 20px #777;
  -moz-box-shadow: 0 25px 20px #777;
  box-shadow: 0 25px 20px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



.espaco{

padding:5px;

}

.cor1{

background:#85b20038;

}

.cor2{

background:#f7e5e5;

}



.espaco2{

padding-bottom:6px;

padding-left:3px;}



/*Regra para a animacao*/
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/*Mudando o tamanho do icone de resposta*/
div.glyphicon {
	color:#6B8E23;
	font-size: 38px;
}
/*Classe que mostra a animacao 'spin'*/
.loader {
  border: 16px solid #2f4050;
  border-radius: 50%;
  border-top: 16px solid #ccc;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


.tooltiptopicevent{
width:auto;
height:auto;
background:#233545;
color:#fff;
position:absolute;
z-index:10001;
padding:10px 10px 10px 10px ;  
line-height: 200%;	
border-radius: 5px;
border: 3px solid #476178;
}