html,body {
  background: #3d71b8 url(imagens/desktop.jpg) left top;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background: 100% 100%;
  background-size: 100% 100%;
  font: normal 12px tahoma, arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  height: 100%;
}

.styleButtonBar{
	background-color: #ffffff;
}

.styleLabel{
	font: bold;
	color: black;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
}

.styleLabelRight{
	font: bold;
	color: black;
	font-size: 12px;
	font-family: Arial;
	text-align: right;
}

.styleLabelAzul{
	font: bold;
	color: blue;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
}

.styleLabelVermelho{
	font: bold;
	color: red;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
}

.styleLabelLogin{
	font: bold;
	color: black;
	font-size: 18px;
	font-family: Times New Roman;
	text-align: left;
}

.styleLabelLoginAzul{
	font: bold;
	color: mediumblue;
	font-size: 20px;
	font-family: Times New Roman;
	text-align: left;
	text-decoration: underline;
}

.styleLabelTitulo{
	font: bold;
	color: black;
	font-size: 24px;
	font-family: Times New Roman;
	text-align: center;
}

.styleLabelAzul{
	font: bold;
	color: blue;
	font-size: 19px;
	font-family: Times New Roman;
	text-align: left;
}

.styleLabelVermelho20{
	font: bold;
	color: red;
	font-size: 19px;
	font-family: Times New Roman;
	text-align: left;
}

.styleLabelPreto18{
	font: bold;
	color: black;
	font-size: 19px;
	font-family: Times New Roman;
	text-align: left;
}

.stylePanel{
	font: bold;
	color: Silver;
	border: 1px groove;
	background-color: InactiveBorder;
}
.styleBotaoLogin{
	color: royalblue;
	border:0 none;
    background:transparent;
    padding-left:3px;
    padding-right:3px;
    cursor:pointer;
    margin:0;
    overflow:hidden;
    width:auto;
    -moz-outline:0 none;
    outline:0 none;
}

.styleLabelHyperlink{
	font: bold;
	color: royalblue;
	font-size: 15px;
	font-family: Times New Roman;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}

.ImagemBotao {
   cursor:pointer;
   border:#003300 solid 1px;
   border-radius: 5px;
}

.ImagemBotao:hover{
	border:#FF9900 solid 1px;
}

.ImagemFundoCrud {
	background: white url(imagens/fundo_crud.png) left top;
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: 100% 100%;
  	opacity:0.50;	
	filter: alpha(opacity=50);  	
}

.styleImagemLogin {
	background: white url(imagens/imagem_login.jpg) left top;
  	background-repeat: no-repeat;
  	background-position: top top;
  	background-size: 100% 100%;
	border:#003300 solid 1px;
	border-radius: 5px;
}

.ImagemBotaoGrid {
   	cursor:pointer;
	border:#FFFFFF solid 1px;  
}

.ImagemBotaoGrid:hover{
	border:#FF9900 solid 1px;
}

.styleLabelRoyalBlue{
	font: bold;
	color: royalblue;
	font-size: 15px;
	font-family: Times New Roman;
	text-align: center;
	text-decoration: underline;
}

.styleLabelRoyalBlue2{
	font: bold;
	font-size: 15px;
	font-family: Times New Roman;
	text-decoration: underline;
	text-align: left;
}

.styleLabelCrud{
  float:left;
  width:25%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	font-weight: bold;
	vertical-align: baseline;
	text-align: left;
  }
  .styleLabelRoyalred{
	font: bold;
	color: #FF0000;
	font-size: 13px;
	font-family: Times New Roman;
	text-align: left;
}

.styleLabelRoyalRedCenter{
	font: bold;
	color: red;
	font-size: 15px;
	font-family: Times New Roman;
	text-align: center;
	text-decoration: underline;
}

/* Remove padding extra do InfoWindow */
.gm-style-iw {
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove o fundo branco interno */
.gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 !important;
}

/* Opcional: remove sombra branca externa */
.gm-style-iw-c {
  padding: 0 !important;
  border-radius: 10px !important;
}

.gm-ui-hover-effect {
  top: 6px !important;
  right: 6px !important;
}
