/****** GERAL ******/
 
 body {
  font-size: 14px;
 }
 
.titulo {
  text-transform: uppercase;
  padding: 10px;
  font-family: Calibri;
  font-size:22px;
  color: #2966B8;
  font-weight: bold;
}

#imagem {
	border-radius: 5px;
	max-width: 100%;
	height: 50px;
	width: 50px;
}

.tituloini {
margin-top: 10px;
color: #000000;
background-image: url('../img/backini.jpg');
background-color:#000000;
font-family:Calibri;
font-size:20px;
letter-spacing:2px;
}

.total {
  text-transform: uppercase;
  padding: 10px;
  font-family: Calibri;
  font-size:18px;
  color: #000000;
  font-weight: bold;
  text-align: right;
}

.sucesso {
  padding: 10px;
  font-family: Calibri;
  font-size:22px;
  color: #2DC800;
  font-weight: bold;
}

.erro {
  padding: 10px;
  font-family: Calibri;
  font-size:22px;
  color: #FF4848;
  font-weight: bold;
}

.tabela td {
  font-family: Calibri;
  font-size:14px;
  padding: 10px;
}

/* LINKS */
a:link {
	text-decoration: none;
	font-size: 14px;
	}
a:hover {
	text-decoration: none;
	font-size: 14px;
}
a:active {
	text-decoration: none;
	font-size: 14px;
	}
	
a:visited {
	text-decoration: none;
	font-size: 14px;
	}	

/* SUBMIT */
input[type=submit] {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #3a4a57;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

input[type=submit]:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

textarea
{
  width:100%;
}
.textwrapper
{
  border:1px solid #999999;
  margin:5px 0;
  padding:3px;
}

.botaocinza {
  background:#777777;
  border:0;
}


/* TOOLTIP SECUNDARIO */
  .test + .tooltip > .tooltip-inner {
      background-color: #3a4a57;
      color: #FFFFFF;
      border: 1px solid 333;
      padding: 15px;
      font-size: 12px;
	  width: auto;	  
	  height: auto;
  }
  /* Tooltip on top */
  .test + .tooltip.top > .tooltip-arrow {
      border-top: 5px solid #333;
  }
  /* Tooltip on bottom */
  .test + .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid #333;
  }
  /* Tooltip on left */
  .test + .tooltip.left > .tooltip-arrow {
      border-left: 5px solid #333;
  }
  /* Tooltip on right */
  .test + .tooltip.right > .tooltip-arrow {
      border-right: 5px solid #333;
  }

.notas {
 font-family: Calibri;
 font-size: 12px;
}

.espacobaixo {
 margin-bottom: 15px;
}

hr.hr2 { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 0; height: 0; }

/* ESPACAMENTO DE BAIXO PARA ICONES - DELETAR,CONCLUIR,ETC */
.icone {
	margin-bottom:4px;
}

.btn {
	padding:5px;
	margin:2px;
}
	