@import url(http://fonts.googleapis.com/css?family=Fredoka+One|Comfortaa|Didact+Gothic);
@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);
#wrapper {
	min-width: 300px;
	max-width: 460px;
}
body{
	ffont-family: 'Nunito', sans-serif;
	font-size:12px;
	color:#000;
}
body a{
	color:#000;
}
h1,h2,h3{
	margin:0;
	margin-left:20px;
	border-left:solid 3px #39F;
	border-bottom:solid 1px #03F;
	padding-left:5px;
	color:#36F;
	font-size:16px;
	display:block;
	width:90%;
}
#nav{
	display:block;
	background:#9CF;
	border-bottom:solid 2px #09C;
	width:200%;
	padding:5px 0;
	font-size:12px;
}
#nav a, a:visited{
	text-decoration:none;
	color:#FFF;
	text-align:center;
	display:block;
}
#nav a:hover{
	text-decoration:underline;
	color:#00F;
}
.index a{
	display:block;
	padding:20px;
	background:#FFC;
	text-decoration:none;
	color:#F60;
	text-align:center;
}
.index a:hover{
	background:#FF6;
	color:#F30;
}

#wrapper {
	min-width: 300px;
	max-width: 460px;
}
.animal{
	color:#000;
}
#id_tabela{
}
#id_tabela th{
	background:#39F;
	color:#FFF;
}
#id_tabela tr:hover{
	background:#CFF;
}
.id_tabela{
}
.id_tabela th{
	background:#39F;
	color:#FFF;
}
.id_tabela tr:hover{
	background:#CFF;
}
.title2{
	color:#000;
	text-transform:uppercase;
}
.confirm{
	display:block;
	padding:10px;
	color:#090;
	background:#D7FDBB;
	border:solid thin #0c0;
	font-size:18px;
	width:90%;
}
.confirma-exclusao{
	display:block;
	width:80%;
	margin-left:20px;
	border:solid 1px #999999;
	background:#E2E2E2;
	color:#666;
	padding:10px;
}

.busca {
	display: block;
	padding: 8px;
	border-radius: 4px;
	border: solid 2px #999;
	background: rgba(204,204,204,0.3);
}
.sucesso1 {
	display: block;
	padding: 15px;
	border: solid thin #7db67e;
	border-radius: 4px;
	color: #388f39;
	background: #d7e8d7;
}
.info1 {
	display: block;
	padding: 15px;
	border: solid thin #73adc9;
	border-radius: 4px;
	color: #2881ac;
	background: #d4e5ee;
}
.cuidado1 {
	display: block;
	padding: 15px;
	border: solid thin #EFBA03;
	border-radius: 4px;
	color: #EFBA03;
	background: rgba(255,204,0,0.1);
}
.perigo1 {
	display: block;
	padding: 15px;
	border: solid thin #e5908f;
	border-radius: 4px;
	color: #d75553;
	background: #f7dddc;
}
.btn {
	background: #149040;
	border-color: #127e38;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	padding: 6px 11px 7px;
	border-radius: 4px;
	display: inline-block;
	font-size: 13px;
	line-height: 1.42857;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	color: #FFF;
	vertical-align: top;
	font-weight: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn:hover {
	background: #060;
}
div#loader{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background-color: #eee;
	background-image: url('../js/load.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}