@media screen and (orientation:portrait) {
   /* Portrait styles here */
   #divMapa {
		display: none!important;
	}
}

#servidor {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #E5E5E5;
	border-left: 0;
	text-align: center;
}


.ligacaoCEP:not([id="cep"]){
	border: none;
	color: black;
}



#map_canvas {
	display: block;
	border-top: 1px solid #999999;
	border-right: 0;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #999999;
	margin-left:40%;
	height: 640px;
}

/*
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
	font-family: tahoma;
	font-weight: normal;
	font-size: 13px;
	width: 90px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 2px;
	border-radius: 1px;
	background: -webkit-linear-gradient(rgb(247, 247, 247),rgb(233, 233, 233));
}
.ui-dialog .ui-dialog-titlebar {
	border: 0;
	padding: .5em 1em;
	overflow: auto;
	font-weight: bold;
	font-family: tahoma;
	font-size: 15px;
}
.ui-dialog .ui-dialog-content {
	border: 0;
	border-color: #fff;
	padding: .5em 1em;
	background: #ffffff;
	overflow: auto;
	font-family: tahoma;
	font-size: 14px;
	zoom: 1;
}
.ui-dialog .ui-dialog-shadow { 
	box-shadow: 0 0 0 7px rgba(0,0,0,0.1);
}
.dialogWithDropShadow {
	-moz-box-shadow: 7px 7px 50px  #333;
	-webkit-box-shadow: 7px 7px 50px #333;
	box-shadow: 7px 7px 50px #333;
}
.ui-dialog .ui-dialog-buttonpane {
	border-width: 0 !important;
}
*/

.email-status {

	background: yellow;

}
