/* CSS Document for Screens */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:100italic,100,300,300italic,500italic);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #555;
	margin: 0;
	padding: 0;
	background-color: #ddd;
	position: relative;
	z-index: -6;
}

select {
	width: 280px;
	background:transparent;
	background-color: #fff;
	border: 0 none;
	padding: 2px 10px;

}

#top-search input[type=submit] {
	width: 100px;
}

#top-search input[type=button] {
	width: 100px;
	display: none;
}

#top-search select {
	margin-bottom: 5px;
}

#page {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: -5;
}

#outer_core {
	position: relative;
	display: block;
}

#outer_core::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width:100%;
	border-bottom:1px solid #ccc;
}

#sidebar{
	position: relative;
	float: left;
	width: 30%;
	overflow-y: scroll;
	background-color: #fff;
	margin-top: -10px;
	padding-left: 10px;
	z-index: 0;
	display: block;
	padding-right: 5px;
}

#sidebar ul {
	padding-left: 10px;
	list-style-type: none;
}

#sidebar ul li{
	transition: 0.2s;
}

#sidebar li:hover {
	background: #FFc;
	padding-left: 4px;
}

#core {
	position: relative;
	width: 69%;
	float:right;
	display: none;
	height: auto;
	margin-bottom: -20px;
}

#grupo_levantamentos {
	padding: 10px;
}

#grupo_ap {
	padding: 10px;
}

/*#core_ap {
	position: relative;
	width: 69%;
	float:left;
	display: none;
	height: auto;
	margin-bottom: -20px;
}*/

.logo_lev {

	height: 21px;
	visibility: hidden;
}

.logo_ap {
	height: 21px;
	visibility: hidden;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 2.8em;
	font-weight: 700;
}

h2 {
	margin: 0 0 .5em 0;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.1em;
}

h3 {
	margin: 0 0 .5em 0;
	font-size: 1.3em;
	font-weight: 700;
}

h4 {
	margin: 0 0 1.5em 0;
	font-size: 1em;
	font-weight: 700;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: #3b8a24;
}

a:visited {
	color: #6D20B7;
}

#top .well {
	background-color: #ffffff;
	border-color: #dbdbdb;
}

#top .alert-success {
    color: #222;
    background-color: #f0f0f0;
    border-color: #dbdbdb;
}

.trabalhos .alert-info {
	margin-right: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 0.9em;
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
} 

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

.drop-shadow {
	-moz-box-shadow:    15px 15px 8px 10px #bbb;
	-webkit-box-shadow: 15px 15px 8px 10px #bbb;
	box-shadow:         15px 15px 8px 10px #bbb;
}

.drop-shadow2 {
	-moz-box-shadow:    0px 10px 20px 0px #bbb;
	-webkit-box-shadow: 0px 10px 20px 0px #bbb;
	box-shadow:         0px 10px 20px 0px #bbb;
}

.drop-shadow3 {
	-moz-box-shadow:    0px 0px 5px 0px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #bbb;
	box-shadow:         0px 0px 5px 0px #bbb;
}

.inner-shadow {
	-webkit-box-shadow: inset 0px -41px 76px -43px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -41px 76px -43px rgba(0,0,0,0.75);
	box-shadow: inset 0px -41px 76px -43px rgba(0,0,0,0.75);
}

.inner-shadow2 {
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:    inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow:         inset 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.inner-shadow3 {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow:         inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.rounded-corners {
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	-khtml-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px; 
}

.rounded-corners2 {
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-khtml-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px; 
}

/*.no-boxshadow #page { color: red; }*/
/*.no-borderradius .box { color: red; }*/

.boxshadow #page {
	-moz-box-shadow:    15px 15px 8px 10px #bbb;
	-webkit-box-shadow: 15px 15px 8px 10px #bbb;
	box-shadow:         15px 15px 8px 10px #bbb;
}

.borderradius #page {
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	-khtml-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
}

.boxshadow #top {
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:    inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow:         inset 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.boxshadow #top-fonte {
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:    inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow:         inset 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.boxshadow #top-como_usar {
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:    inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow:         inset 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.boxshadow #main {
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:    inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow:         inset 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.boxshadow #atmosphere{
	-webkit-box-shadow: inset 0px -41px 76px -43px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -41px 76px -43px rgba(0,0,0,0.75);
	box-shadow: inset 0px -41px 76px -43px rgba(0,0,0,0.75);
}

.borderradius #atmosphere {
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	-khtml-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
}

.boxshadow #faixa {
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:    inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow:         inset 0px 5px 5px 0px rgba(0,0,0,0.75);
}

a.btn {
	display: block;
	text-decoration: none;
	width: 245px;
	height: 78px;
	background: url(../images/bioabelha.png) no-repeat 0 0;
	background-size: contain;
}

a.logo_abelha {
	display: block;
	text-decoration: none;
	width: 381px;
	height: 125px;
	background: url(../images/index.png) no-repeat 0 0;
	background-size: contain;
}

.nome_especie {
	font-weight: 400;
	font-style:italic;
	font-size:1.4em;
}

.nome_autor {
	font-weight: 300;
	font-style:normal;
	font-size:1.0em;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 16px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 10px;
	background-color: #FA0;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 0px;
	bottom: 1px;
	background-color: white;
	border:1px solid #3B3B3B;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #3b8a24;
}

input:focus + .slider {
	box-shadow: 0 0 1px #3b8a24;
}

input:checked + .slider:before {
	-webkit-transform: translateX(46px);
	-ms-transform: translateX(46px);
	transform: translateX(46px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 10px;
}

.slider.round:before {
	border-radius: 50%;
}

/* Header */
#header {
	z-index: 11;
	height: 80px;
	width: 100%;
	position: absolute;
	overflow: visible;
	top: 0px;
	left: 0px
}

#top {
	font-family: 'Roboto Mono';
	background-color: #fff;
	position: relative;
	overflow: auto;
	margin-top: 10px;
	padding-top: 80px;
	padding-left:70px;
	padding-right: 70px;
	padding-bottom: 15px;
}

#top-fonte {
	font-family: 'Roboto Mono';
	background-color: #fff;
	position: relative;
	overflow: auto;
	margin-top: 10px;
	padding-top: 80px;
	padding-left:70px;
	padding-right: 70px;
	padding-bottom: 15px;
}

#top-fonte ul {
	margin-top: -13px;
}

#top-como_usar {
	font-family: 'Roboto Mono';
	background-color: #fff;
	position: relative;
	overflow: auto;
	margin-top: 10px;
	padding-top: 80px;
	padding-left:70px;
	padding-right: 70px;
	padding-bottom: 15px;
}


#top-search {
	min-height: 230px;
	background: #fff url(../images/spacer.png) center bottom;
	background-repeat: repeat-y;
	position: relative;
	overflow: visible;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 15px;
	z-index: 3;
	border-bottom:1px solid #ccc;
}

#top-search .searcharea {
	position: absolute;
	width: 40%;
	top: 120px;
	left: 30%;
	z-index: 2;
}

.noVisited a {color:#FFF!important;}
.noVisited a:visited {color:#FFF !important;}
.noVisited a:hover {color:#FFF !important;}
.noVisited a:active {color:#FFF !important;}

.w3-navbar {list-style-type:none;margin:0;padding:0;overflow:hidden}
.w3-navbar li{float:left}
.w3-navbar li a{display:block;padding:8px 16px}
.w3-navbar li a:hover{color:#000;background-color:#ccc}
.w3-navbar {position:static}
.w3-navbar a {text-decoration:none!important}
.w3-navbar {background-color:#444;color:#000}
.w3-navbar {float:right!important}

.searcharea {
	margin: 0 auto;
	text-align: center;
	background: #555;
	padding: 10px;
	width: 30%;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	margin-bottom: 20px;
	color: #000;
}

.searcharea label {
	font: bold 1.3em Arial;
	padding-bottom: 5px;
	color: #A61C1C;
}

.searcharea p {
	margin: 0;
	line-height: 1em;
	padding-bottom: 8px;
}

.searcharea input{
	width: 80%;
	text-align: center;
}

#resumo {
	background: #fff url(../images/spacer.png) center bottom;
	background-repeat: repeat-y;
	padding-bottom: 30px;
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	position: relative;
	margin-top: -47px;
	z-index: 1;
	width:auto;
	height: auto;
}


#resumo ul {
	padding-bottom: 20px;
	padding-top: 20px;
	height: auto;
	background-image: url('../images/spacer.png');
	background-image: none !important;
}

#resumo ul li {
	padding: 6px 0px 6px 0px;
	margin-right: 30px;
	margin-top: -1px;
}

#filler {
	background: #fff url(../images/spacer.png) center bottom;
	background-repeat: repeat-y;
	padding-bottom: 30px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	display: none;
	position: relative;
	margin-top: -10px;
	z-index: -1;
	width:auto;
	text-align: center;
}


.borda_interna:before{
	content:'';
	position: absolute;
	top: 60px;
	bottom: 20px;
	left:10px;
	right: 10px;
	border:1px solid #ddd;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-khtml-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px; 
}

#teste {
	background-color: #fff;
	height: auto;
}


#map {
	margin-top: 40px;
	width: 48%;
	float: left;
	margin-right: 2%;
	min-height: 320px;
}

#legend {
	font-family: Arial, sans-serif;
	background: #fff;
	padding: 5px;
	margin: 5px;
}

#legend .legenda {
	margin-top: 0;
	font-size: 0.9em;
	font-weight: 300;
}

#legend img {
	vertical-align: middle;
}

#over_map {
	width: 48%;
	float: left;
	height: auto;
}

.trabalhos {
	background: #fff url(../images/spacer.png) center bottom;
	background-repeat: repeat-y;
	padding-bottom: 28px;
	margin-top: -37px;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	display: none;
	position: relative;
	z-index: -2;
	clear: both;
}

.trabalhos h3 {
	font-size: 1.2em;
	font-weight: 700;
}

.trabalhos ul {
	list-style: none;
	min-height: 0px;
	background-image: url('../images/spacer.png');
	background-image: none !important;
}

.trabalhos ul li {
	padding: 6px 0px 6px 0px;
	margin-right: 30px;
	margin-top: -1px;
}

.trabalhos a {
	color: #555;
}

.trabalhos a:visited {
	color: #555;
}

a:hover, a:visited, a:link, a:active {
	text-decoration: none;
}

#main::after {
	content: '';
	display: block;
	clear: both;
}

/*Section Main*/

#main {
	margin-top: -15px;
	margin-bottom: -1px;
	padding-top: 30px;
	background-color: #336633;
	color: #fff;
	height: 190px;
}

#main .aside {
	width: 33%;
	float: left;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#main .content {
	background: no-repeat center top;
	background-size: 100px 100px;
	color:#fff;
}

#main .aside h4 a {
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 10px #333;
	font-size: 0.9em;
}

#main .aside h4 a:hover {
	color: #aaa;
}


/*Atmosphere*/

#atmosphere {
	font-family: 'Lora', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	background-color: #444;
	color: #fff;
	padding-left: 30px;
}

#atmosphere .article {
	min-height: 20px;
	padding-top: 30px;
}

/*busca-bottom*/

#busca-bottom {
	background-color: #444;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	margin-top: -14px;
	position: relative;
	z-index: -4;
	clear: both;
}

#faixa {
	height: 15px;
	background: #555 url(../images/banner_1200.jpg) center bottom;
	position: relative;
	z-index: -1;
}

#faixa-antes {
	height: 9px;
	background-color: #000;
	position: relative;
	z-index: -1;
}


/*personalizar menu bootstrap*/
#custom-bootstrap-menu.navbar-default .navbar-brand {
	color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default {
	font-size: 14px;
	background-color: rgba(87, 87, 87, 1);
	background: -webkit-linear-gradient(top, rgba(54, 54, 54, 1) 0%, rgba(87, 87, 87, 1) 100%);
	background: linear-gradient(to bottom, rgba(54, 54, 54, 1) 0%, rgba(87, 87, 87, 1) 100%);
	border-width: 0px;
	border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
	color: rgba(179, 179, 179, 1);
	background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
	color: rgba(85, 85, 85, 1);
	background-color: rgba(231, 231, 231, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
	border-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #000000;
}




/*Media Queries*/
/*por volta de 1217*/
@media screen and (max-width: 1230px) {

	h1 {
		font-size: 2.4em;
	}

	#top-search .searcharea {
		position: absolute;
		width: 50%;
		top: 120px;
		left: 25%;
		z-index: 2;
	}

	#core {
		float: none;
		margin-top: 50px;
		width: 350px;
		margin-top: -10px;
		width: 100%;
	}

	#sidebar {
		float: none;
		width: 100%;
		height: auto;
		overflow-y: auto;
	}
}

/*por volta de 1000*/
@media screen and (max-width: 1000px) {

	#main {
		height: 220px;
	}

	#top, #top-fonte, #top-como_usar {
		padding-left:30px;
		padding-right: 30px;
	}

}

/*por volta de 907*/
@media screen and (max-width: 920px) {

	h1 {
		font-size: 2.3em;
	}

	#top-search .searcharea {
		position: absolute;
		width: 60%;
		top: 120px;
		left: 20%;
		z-index: 2;
	}

}

/*por volta de 813*/
@media screen and (max-width: 825px) {
	h1 {
		font-size: 1.9em;
	}

	a.btn {
		display: none;
	}

	#top-search .searcharea {
		position: absolute;
		width: 70%;
		top: 120px;
		left: 15%;
		z-index: 2;
	}

}

/*em torno de 746*/
@media screen and (max-width: 760px) {

	#custom-bootstrap-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

	#top-search .searcharea {
		position: absolute;
		width: 80%;
		top: 100px;
		left: 10%;
		z-index: 2;
	}

	#watermarkBox {
		display: none;
	}

}
/*por volta de 613*/
@media screen and (max-width: 625px) { 

	#map {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	#over_map {
		float: none;
		width: 100%;
	}

	#top-search .searcharea {
		position: absolute;
		width: 90%;
		top: 100px;
		left: 5%;
		z-index: 2;
		font-size: 0.8em;
	}

	#main {
		height: auto;
		padding-bottom: 10px;
	}

	#main .aside {
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding-bottom: 10px;
		width: 100%;
	}

	#top {
		padding-left:20px;
		padding-right: 20px;
	}

	.trabalhos ul li {
		margin-left: -30px;
	}

	.trabalhos .alert-info {
		margin-left: -30px;
	}

}

/*em torno de 410*/
@media screen and (max-width: 425px) {

	#top-search .searcharea {
		font-size: 0.7em;
	}

	#core {
		font-size: 0.7em;
	}

	#sidebar {
		font-size: 0.9em;
		overflow-y: auto;
	}

}
