.base {
  width: 1125px;
  height: 700px;
  border: 1px solid transparent;
  border-radius:10px;
  margin:0px auto;
  margin-top:0px;
  position: relative;

}

.topo {
  position:absolute;
  left:166px;
  width: 853px;
  height: 53px;
  border-radius:5px;
  margin-left:50px;
  margin-top:10px;
  /*background-image:url("../img/backgroud.JPG"); background-repeat:repeat-xy;*/
}
.menuLogo {
  width: 162px;
  height: 53px;
  border-radius:5px;
  margin-left:50px;
  margin-top:10px;
  background-image:url("../img/logotipo.png"); background-repeat:repeat-xy;
}


.pesquisa {
	width: 175px;
	margin-left:866px;
	position: absolute;
	background-color: #363636;
	text-align:center;
	border-radius:5px;
  
}

.conteudo {
  width: 1020px;
  height: 570px;
  border-radius:5px;
  margin-top:5px;
  margin-left:50px;
  /*background-image:url("../img/backgroud.JPG"); background-repeat:repeat-xy;*/
}

.box2 {
  width: 495px;
  height: 519px;
  border-radius:5px;
  margin-top:3px;
  margin-left:2px;
  
}

.box3 {
  width: 495px;
  height: 519px;
  border-radius:5px;
  margin-top:3px;
  margin-left:3px;
}

.titulo {
  width: 1000px;
  height: 30px;
  margin-top:0px;
  margin-left:5px;
  /*background-image:url("../img/backgroud.JPG"); background-repeat:repeat-xy;*/
}

.tituloTopo {
	font-size:15px;
	color:white;
	font-family:arial black;
	margin-left: 20px;
	margin-top: 13px;
	width:400px;
}

.conteudo2 {
  width: 1006px;
  height: 527px;
  border-radius:5px;
  margin-top:5px;
  margin-left:6px;
  background-color:white;
}


/*Tabela*/
/*Scroll Vertical e Horizontal*/
.table-wrapper {
	padding-left:5px;
    max-height: 470px;
	display: block;
    overflow-x: auto;
    white-space: nowrap;
	
}

/* The container <div> - needed to position the dropdown content */
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #363636;
	min-width: 160px;
	-webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
	-moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
	box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);
	z-index: 1;
  
  
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 1px 16px;
	text-decoration: none;
	display: block;
	background-color:#DCDCDC;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-image:url("../img/backgroud.JPG"); background-repeat:repeat-xy;
	color:white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  margin-top:70px;
  margin-left:0px;

}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #FF8C00;
}

/*Tabela pesquisar na HOME*/
.td tr:hover {
    background-image:url("../img/backgroud.JPG"); background-repeat:repeat-xy;
	
}

.td a.a_link {
    color: black;	
}
.td tr:hover a.a_link {
    color: white;	
}	



div.app-menu ul {
    box-shadow: 10px 10px 5px #888888;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 68px;
    width: 250px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
}

div.app-menu ul li {
    background-color: #ccc;
    height: 25px;
    position: relative;
}

/* SEGUNDO NIVEL MENU 
div.app-menu ul li ul {
    float: left;
    margin-left: 240px;
    position: fixed;
    width: 250px;
    margin-top: 0px;
    display: block;
    overflow-x:hidden;
    overflow-y:hidden;
}

div.app-menu ul li a {
    color: #333;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-image: url('../img/map1.png');
    background-position: 0px 0px;
    padding: 2px 2px;
    border-color: #bbb;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    display: block;
    width: calc(100% - 22px); /*tamanho do li sem os paddings 
    padding-left: 18px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 80%;
}

div.app-menu ul li:last-child > a:last-of-type {
    padding-bottom: 1px;
}
div.app-menu ul li a:hover,
div.app-menu ul li a.hover {
    background-color: #EA660F;
    color: white;
}
/* CUSTOMIZAÇÃO DE ICONES DO MENU 
div.app-menu ul li a.app-menu-ico- {
    background-position: 0px 0px;
    z-index: 5;
}
div.app-menu ul li a.app-menu-ico-home {
    background-position: -7px -509px;
}*/

	