@font-face {
	font-family:Calibri;
	font-style:normal;
	font-weight:400;
	src:url(font/calibri.eot?#iefix) format(embedded-opentype), url(font/calibri.ttf) format(truetype);
}

html, body { 
  height: 100% -55px;
  margin:0 auto;
  overflow: hidden;
}

html { 
  padding: 0;  
}

body {
  padding-top: 78px;
  overflow-x: hidden;
  overflow-y: auto;  
}
input[disabled],select[disabled],textarea[disabled] {
  background-color:#e0e0e0!important;  
}
#header_a {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 77px;
  background-image: url('../images/header.png');
  background-repeat: repeat-x;
  float:left;
}

#header_b{
  position: absolute;
  top: 100%;
  margin-top:-15.5px;
  height: 13px;
  left:0px;
  width: 100%;
  border-bottom:1px solid #fff;
}

#header_c {
  position: absolute;
  top: 100%;
  margin-top:-9px;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom:3px solid #fbbd1c;
}

#footer_a{
	position:fixed;
  margin-top: -50px; /* valor negativo da altura do rodapé */
  top:100%;  
	height: 50px;
	width:100%;
	font-size:12px;
	color:#000;
	font-family:Arial;
  display: block;
  background-image: url('../images/footer_a.png');
  background-repeat: repeat-x;
  float:left;
  color:#fff;
  text-align:center;
}

#footer_b{
  position: absolute;
  margin-top: -0px; /* valor negativo da altura do rodapé */
  height: 9px;
  left:0px;
  width: 100%;
  background-image: url('../images/footer_b.png');
  background-repeat: repeat-x;
}

#footer_c{
  position: absolute;
  margin-top: -0px;
  height: 10px;
  left:0px;
  width: 100%;
  border-bottom:1px solid #fff;
}

#footer_texto{
  position: absolute;
  top: 20px;
  line-height: 10px;
  left:0px;
  width: 100%;
}

#info_login{
  position: absolute;
  top: 13px;
  margin-left:5px;
  line-height: 34px;
  padding-left: 38px;
  height: 41px;
  left:0px;
  width: auto; 
  background-image: url('../images/globo_procura.gif');
  background-repeat: no-repeat;
  background-size: 33px 33px;
}

#footer_falso{
  height: 55px;
}

#logo_md_geocnes{
  position: absolute;
  top: 1px;
  height: 75px;
  left: 10px;
  width: 281px;
  background-image: url('../images/logo_md_geocnes.png');
  background-repeat: no-repeat;
}

#logo_gestor{
  position: absolute;
  top: 1px;
  height: 75px;
  left: 100%;
  margin-left: -270px;
  width: 260px;
  background-image: url('../images/logo_gestor.png');
  background-repeat: no-repeat;
}

#conteudo_mapa{
  position: absolute;
  left:326px;
  float:left;
  background-color: transparent;
  border: 1px dotted #003853;  
  background-color: #fff;
}

#MapaPrincipal{
  width: 100%;
  height: 150px;
}

.tb_conteudo_tela{
  height: 150px;
  width: 100%;  
}

.td_tree{
  width:300px;
  background-color: #fff;
}

.fieldset_conteudo_tree{
  position: absolute;
  font-family: Calibri;
  font-weight: bold;
  font-size:9pt;
  margin-top:40px;
  width: 300px;
  float:left;
  border: 1.5px solid #005f8c;  
}

.lbl_fieldset_conteudo_tree{
  font-family: Calibri;
  font-weight: bold;
  font-size:12pt;
  width: 300px;
  background-color: #005f8c;
  color:#fff;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
}

.fieldset_camadas{
  margin-top:2px;
  margin-left: -1px; 
  width: 300px;
  height: 95px;
  border: 1px dotted #e2ad37;
  font-size: 10pt;
}

.lbl_fieldset_item_tree{
  background-color: #e2ad37;
  margin-left:-5px;
  width: auto;
  font-size: 10pt;
  font-family: Calibri;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
}

.lbl_fieldset_cxinfo{
  background-color: #1c98d1;
  color:#fff;
  margin-left:-5px;
  width: auto;
  font-size: 12pt;
  font-family: Calibri;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}

.checkbox_camada{
  height: 18px;
  width: 18px;
  border: 1px solid #005f8c;
}

.camada_distrito{
  border: 2px solid #1a15f9;
  font-size: 8pt;
  width: 17.5px !important;
  height: 15px;
  color:#fff;
}

.camada_logbing{
  border: 1px solid grey;
  font-size: 8pt;
  width: 17.5px !important;
  height: 15px;
  color:#fff;
  background: url('../images/bg_camada_logradouro.png');
}

.camada_imagembing{
  border: 1px solid grey;
  font-size: 8pt;
  width: 17px !important;
  height: 15px;
  color:#fff;
  background: url('../images/bg_camada_imagembind.png');
}

/***************************/
/**  CHECK E RADIO BUTTOM */
/***************************/
.container_control {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: -2px;
  cursor: pointer;
  font-size: 11pt;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}

/* Hide the browser's default checkbox */
.container_control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid grey;
}

/* On mouse-over, add a grey background color */
.container_control:hover input ~ .checkmark {
  background-color:#0070a6;
}

/* When the checkbox is checked, add a blue background */
.container_control input:checked ~ .checkmark {
  background-color: #0070a6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_control input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_control .checkmark:after {
  left: 5.5px;
  top: 1.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/***************************/
/**  CHECK BOX SUS */
/***************************/
.container_control_SUS {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: -2px;
  cursor: pointer;
  font-size: 13pt;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}

/* Hide the browser's default checkbox */
.container_control_SUS input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container_control_SUS:hover input ~ .checkmark {
  background-color: rgb(184, 244, 255);
}

.container_control_SUS input:checked ~ .checkmark {
  background-color: #00ae2c;
}

.container_control_SUS input:checked ~ .checkmark:after {
  display: block;
}

.container_control_SUS .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/***************************/
/**  CHECK BOX NÃO SUS */
/***************************/
.container_control_nSUS {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: -2px;
  cursor: pointer;
  font-size: 13pt;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}

/* Hide the browser's default checkbox */
.container_control_nSUS input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container_control_nSUS:hover input ~ .checkmark {
  background-color: rgb(184, 244, 255);
}

.container_control_nSUS input:checked ~ .checkmark {
  background-color: #c60000;
}

.container_control_nSUS input:checked ~ .checkmark:after {
  display: block;
}

.container_control_nSUS .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*******************************/
/* READIO BUTTON */
/******************************/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #9d9d9d;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0070a6;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*ícones e resultado de pesquisa*/
#icone_sus{
  background: url("../icones/pointer_2.png") no-repeat;
  height: 35px;
  width: 23px;
}
#icone_sus2{
  background: url("../icones/pointer_2.png") no-repeat;
  height: 35px;
  width: 23px;
}

#icone_naosus{
  background: url("../icones/pointer_1.png") no-repeat;
  height: 35px;
  width: 23px;
}
#icone_naosus2{
  background: url("../icones/pointer_1.png") no-repeat;
  height: 35px;
  width: 23px;
}

#icone_outro{
  background: url("../icones/pointer_3.png") no-repeat;
  height: 35px;
  width: 23px;
}

#rotulo_retorno_pesquisa{
  background-color: #0086c6;
  border-collapse: collapse;
  border: 1px solid #000;
  border-right: 0px;
  font-size: 10pt;
  width: 112px;  
  padding: 5px;
  color:#fff;
}

#texto_retorno_escolha{
  background-color: #0086c6;
  border-collapse: collapse;
  border: 1px solid #000;
  border-left: 0px;
  font-size: 10pt;
  width: 125px;  
  padding: 5px;
  color:#fff
}

#texto_retorno_pesquisa{
  background-color: #d9f2ff;
  border: 1px solid #005f8c;
  height: auto;
  width: 270px;  
  padding: 5px;
}

#texto_retorno_pesquisa{
  background-color: #d9f2ff;
  border: 1px dotted #005f8c;
  height: auto;
  width: 270px;  
  padding: 5px;
}

.botao_filtro{
  position: absolute;
  font-family: Calibri;
  font-weight: bold;
  font-size:15pt;
  margin-top:1px;
  left:2px;
  width: 322px;
  height: 35px;
  float:left;
  border: 1px solid #003853;
  background-color: #005f8c;
  color: #fff;
  cursor: pointer;
}

.botao_filtro:hover{
  background-color: green;
}

.titulo_box{
  background-color: #005f8c;
  margin-left:-2px;
  width: 698px;
  height: 43px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 2.5px solid #e2c245;
  margin-top:-5px;  
  color:#fff;
  padding:10px;
  font-size: 12pt;
}

.titulo_box_info{
  background-color: #1c98d1;
  margin-left:-2px;
  width: 498px;
  height: 43px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 2.5px solid #e2c245;
  margin-top:-5px;  
  color:#fff;
  padding:10px;
  font-size: 12pt;
}

#mensagem_buscando_geo{
  background: url("../images/globo_procura.gif") no-repeat;
  background-position: left;
  background-size: 35px 35px;
  padding-left: 42px;
  height: 36px;
  line-height: 36px;
  width: auto;
  font-family: Calibri;
  font-weight: bold;
  font-size:14pt;
  color: #005f8c;
  display: none;
}

#embacado_mapa{
	position:absolute;
	border:none;
	background-color: #000;
	width:100%;
  left: 0px;
  top: 0px;
	-ms-filter: "alpha(opacity=50)"; /* IE8 */
	filter: alpha(opacity=50); /* Old IE */
	-khtml-opacity: 0.50; /* Old Safari */
	-moz-opacity: 0.50; /* Old Firefox, Netscape */
	opacity: 0.5; /* Standard */
	cursor:progress;
	z-index: 800;
	display: block;
  text-align: center;

}

#mensagem_carregando_mapa{
  position:absolute;
  top: 150px;
  width: 100%;
  height: 150px;
  line-height: 210px;
  text-align: center;
  background: url("../images/globo_procura.gif") no-repeat;
  background-size: 40px 40px;
  background-position: center;
  color:#fff;
  font-weight: bold;
  font-size: 14pt;
  font-family: Calibri;  
  z-index: 810;
}

.rotulo_retorno_cnes{
  font-size: 11pt;
  font-family: Calibri;
  color:#0060bf;
  font-weight: bold;
}

.dados_retorno_cnes{
  font-size: 11pt;
  font-family: Calibri;
  color:#000;
  text-transform: uppercase;
  text-align: left;
}

#box_filtrar_cnes{
  z-index: 1100;
}

#box_informa{
  z-index: 1200;
}

.lbl_barra_ferramenta{
  position: absolute;
  top:2px;
  left: 330px;
  color:#fff;
  font-size: 10pt;
  font-weight: bold;
  font-family: Calibri;
}

#barra_ferramentas{
  position: absolute;
  left: 330px; 
  top:18px;
  width: auto;
  height: 40px;
  padding: 5px;
  background: #095B88;
  border: 1px solid #fff;
  -moz-border-radius:6px;-webkit-border-radius:6px; border-radius:6px;

}

.img_botao{
  width: 30px;
  height: 30px;
}

.img_botao:hover{
  cursor: pointer;
}

.tooltip_mapa{
  font-weight: bold;
  font-size:9pt; 
  font-family:Calibri;
  font-weight: bold;
  color:#095B88;
  border: 1px dotted #095B88;
  background-color:#ffffdd;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding-right:5px
}

#resultado_filtrado{
  text-transform: uppercase;
}

/************ RELATÓRIO ****************/
.tb_header{
  width: 100%;
  font-size: 10pt;
  font-family: Calibri;
  height: 80px;
  font-weight: bold;
  background-color: #064060;
  color:#fff;
  border-collapse: collapse;
}

.td_linha_bottom{
  background-color: #e2ad37;
  font-size: 3px;
  height: 3px;
}
.emissao{
  font-size: 9pt;
  text-align: right;
  padding-right: 10px;
}

.titulo_relatorio{
  padding-left:10px;
  font-size: 12pt;
}

.titulo_relatorio td{
  border-collapse: collapse;
}

.rodape_relatorio{
  font-size: 9pt;
  font-family: 'Calibri';
  font-weight: bold;
  width:100px;
  border-top: 1px solid #000;
  width: 100%;
}
.logo_gestao{
  height: 60px;
  width: 150px;
}

.tb_relatorio{
  width: 100%;
  border-collapse: collapse;
  font-family: Calibri;
}

.tb_relatorio th{
  font-size: 8pt;
  font-weight: bold;
  border: 1px solid #000;
  height: 20px;
  background-color:#e2e2e2;  
}

.tb_relatorio td{
  border: 1px solid #000;
  font: 8pt;
}

.td_dados_rel{
  font-size:8pt;
  font-family: Calibri;
}

.reg_sus{
  font-size: 12pt;
  font-family: Calibri;
  background-color: #bbffbe;
  color: #000;
}

.reg_nsus{
  font-size: 12pt;
  font-family: Calibri;
  background-color: #ffaaaa;
  color: #000;
}

.legenda_mapa{
  font-family: Calibri;
  font-size: 10pt;
  font-weight: bold;
}

#carregando_mapa{
  margin-left: 10px;
	font-family: Calibri;
  font-size: 12pt;
  height: 30px;
  width: auto;
  font-weight: bold;
	color: #005984;
	background-image: url(../images/processando.gif);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: left;
  line-height: 30px;
  text-align: left;
  padding-left: 35px;
  display: none;
}

