
.leaflet-container a.leaflet-popup-close-button {
display: none !important;
}

.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.info h4 {
	margin: 0 0 5px;
	color: #777;
}

.legend {
	padding: 0px 0px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	border-radius: 5px;
}


.panel-consultas {
	margin-bottom: 5px;
	font-size: 13px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}


.ui-inputfield {
	padding: 8px 25px 8px 8px !important;
	width: 100% !important;
}


.ui-inputfield.ui-state-focus,.ui-widget-content .ui-inputfield.ui-state-focus,.ui-widget-header .ui-inputfield.ui-state-focus{
	border-color: rgba(247, 115, 115, 0.8) !important;
	outline: 0 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(247, 115, 115, 0.6) !important;
}


.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{
	color: #ffffff;
	text-decoration: none;
	background-color: #cc001b !important;
	background-color: #c20020 !important;
	background-position: 0px !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc001b),
		to(#b3001e)) !important;
	background-image: -webkit-linear-gradient(top, #cc001b, #b3001e)
		!important;
	background-image: -o-linear-gradient(top, #cc001b, #b3001e) !important;
	background-image: linear-gradient(to bottom, #cc001b, #b3001e)
		!important;
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#cc001b',
		endColorstr='#b3001e', GradientType=0) !important;
}


.ui-shadow {
-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
z-index: 10000 !important;
}



input[type="text"]:invalid+input[type="reset"] {
	display: none;
}


.clasConurbado1 {
	font-weight: bold;
	font-size: 12px;
	margin-right:8px;
}


.clasnoConurbado1 {
	font-size: 12px;
	margin-right:8px;
}


.clasConurbado2 {
	font-weight: bold;
	font-style:italic;
	font-size: 12px;
	margin-right:8px;
}


.clasnoConurbado2 {
	font-size: 12px;
	font-style:italic;
	margin-right:8px;
}


.clasConurbado3 {
	font-weight: bold;
	font-size: 12px;
	margin-right:8px;
}


.clasnoConurbado3 {
	font-size: 12px;
	margin-right:8px;
}


.clasConurbado::-moz-selection {
	background: green;
}


.clasConurbado::selection {
	background: green;
}


.ui-inputfield,.ui-widget-content .ui-inputfield,.ui-widget-header .ui-inputfield{
	border: 3px solid #cccccc !important;
}


form .principal .ui-inputfield {
	width: 100%;
	margin-top: -15px;
	background: #fff url("../resources/images/del.png") no-repeat right
		-15px center;
	border-radius: 7px;
	transition: background 0.4s;
}


.numerovia {
	width: 45%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background: #fff url("../resources/images/del.png") no-repeat right
		-15px center;
	border: 3px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: background 0.4s;
}


.numerovia.c {
	background-position: right 5px center;
} 


.numerovia.onC {
	cursor: pointer;
}


/*clase para la x en el codigo postal*/






body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer
}


p {
	margin: 0 0 0px !important;
}


.ui-growl {
	position: fixed;
	top: 70px !important;
	right: 20px;
	width: 301px;
}


@-webkit-keyframes mynewmove {from { width:100%;
	background: white;
	color: black;
	font-size: 15pt;
}

to {
	width: 130%;
	height: 60px;
	color: white;
	font-size: 21pt;
	background: #C72C2C;
}

}


.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus
	{
	color: white;
	padding: 7px 8px 7px 5px;
	cursor: default;
	background-color: #F44343;
	border: 1px solid #dddddd;
	box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset;
	border-bottom-color: transparent;
}


.nav>li>a {
	padding: 7px 5px !important;
	margin-bottom: 10px;
}


.nav-tabs>li.active {
	float: left;
	color: red;
	margin-bottom: -1px;
}


.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: black;
}


a.darken img {
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


a.darken:hover img {
	opacity: 0.6;
}


.consultas {
	margin-top: 25px;
}


form .confirmDialogCentroPoblado .ui-dialog.ui-widget-content .ui-dialog-content
	{
	padding: 15px;
	color: white !important;
	background-color: red !important;
	background-image: none !important;
	opacity: 0.8 !important;
	z-index: 1040 !important;
	font-size: 14px;
}


form .principal .ui-inputfield {
	width: 100%;
	margin-top: -15px;
	background: #fff url("../resources/images/del.png") no-repeat right
		-15px center;
	border-radius: 7px;
	transition: background 0.4s;
}


form .secundarios .ui-inputfield {
	width: 100%;
	background: #fff url("../resources/images/del.png") no-repeat right
		-15px center;
	border-radius: 7px;
	transition: background 0.4s;
}


form .principal .ui-inputfield.x {
	background-position: right 5px center;
}


form .principal .ui-inputfield.onX {
	cursor: pointer;
}


form .codigopostal .ui-inputfield{
	background: #fff url("../resources/images/del.png") no-repeat right
		-15px center;
	transition: background 0.4s;
}


form .codigopostal .ui-inputfield.p {
	background-position: right 5px center;
} 


form .codigopostal .ui-inputfield.onP {
	cursor: pointer;
}



form a.ayuda img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	width: 8.5%;
	max-height: 31px;
	cursor: pointer;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


form a.ayuda:hover img {
	opacity: 0.4;
}


form .secundarios .ui-inputfield.y {
	background-position: right 5px center;
} 


form .secundarios .ui-inputfield.onY {
	cursor: pointer;
}


.ui-autocomplete-emptyMessage {
	padding: 3px 5px;
	border: 1.2px solid #bfc521 !important;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	background: #f6f8d4 !important;
}


.ui-radiobutton-icon {
	margin-left: 0px !important;
	margin-top: -1px !important;
}


td, th {
padding: 2px 5px 4px 5px !important;
}


#canvas:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}


#canvas:-moz-full-screen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}


#canvas:full-screen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}


.leaflet-pseudo-fullscreen {
	position: fixed !important;
	width: 100% !important;
	height: 90% !important;
	top: 66px !important;
	left: 0px !important;
	z-index: 99999;
}


.leaflet-control-zoom-fullscreen {
	background-image: url(../resources/images/icon-fullscreen.png);
}


.leaflet-retina .leaflet-control-zoom-fullscreen {
	background-image: url(../resources/images/icon-fullscreen-2x.png);
	background-size: 26px 26px;
}


.leaflet-container:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}


.numero:focus {
	border-color: rgba(247, 115, 115, 0.8) !important;
	outline: 0 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(247, 115, 115, 0.6) !important;
}


.ui-confirm-dialog-severity {
	float: left;
	background: url("../resources/images/images-primefaces.png") no-repeat
		!important;
	height: 50px !important;
	width: 35px !important;
	margin-bottom: -30px !important;
	background-position: 0 -264px !important;
	margin-right: 4px;
}


.search-box,form .close-icon,.search-wrapper {
	position: relative;
	padding: 10px;
}


.search-wrapper {
	width: 500px;
	margin: auto;
	margin-top: 50px;
}


.close-icon {
	border: 1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	margin-left: -20px;
	cursor: pointer;
}


.close-icon:after {
	content: "X";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background: #fff url("../resources/images/del.png") no-repeat right 3px
		center;
	z-index: 1;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 2px;
	color: transparent;
	border-radius: 50%;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
}

input :invalid ~ .close-icon {
	display: none;
}


.ui-widget-overlay {
	background: transparent !important;
}

@-webkit-keyframes mymove { 10% {
	transform: scaleY(0.2);
	transform-origin: 0 bottom 0;
}

20%{
transform: scaleY(1.3);
transform-origin:0 bottom 0;
}


30%{
transform: scaleY(0.7);
transform-origin: 0 bottom 0;
}

40%{
transform: scaleY(1);
transform-origin: 0 bottom 0;
}

100%{
transform:scaleY(1);
transform-origin:0 bottom0;
}

}


@keyframes mymove { 8% {
	transform: translate3d(0, -45px, 0) scaleY(0.4);
	transform-origin: left bottom 0;
}

25%{
transform: translate3d(0, 110px, 0) scaleY(1.4);
}

40%{
transform: translate3d(0, 0, 0) scaleY(0.6);
transform-origin: left bottom 0;
}

50%{
transform: translate3d(0, 0, 0) scaleY(1.2);
transform-origin: left bottom 0;
}

60%{
transform: translate3d(0,0,0) scaleY(1);
transform-origin: left bottom 0;
}

80%{
opacity: 1;
transform: translate3d(0, 0, 0);
}

100%{
opacity: 0;
transform: translate3d(0, 50px, 0);
}
}

.letras {
	width: 570px;
	opacity: 0.;
	font-size: 13px;
	margin-top: 46px;
	font-weight: bold;
	border-radius: 10px;
	color: #b40000;
	border-radius: 8px;
	padding: 2px 2px 2px 8px;
	border: none;
	background-color: transparent;
	position: relative;
}


.avisoNU{	
	color: #b40000;
	border: 2px solid #d2d200;
	width: 70%;
	border-radius: 5px;
	text-align: center;
	font-size: 11px;
	padding: 8px;
	margin: 0 auto;
	display: none;
}


.ui-dialog.ui-widget-content .ui-dialog-titlebar {	
	background-color: rgb(245, 86, 86) !important;	
	box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset !important;
}


.ui-dialog.ui-widget-content .ui-dialog-titlebar {
	padding: 9px 15px;
	border-bottom: 1px solid #C72C2C;
	font-family: initial !important;
	border-bottom: 1px solid #eee;
	font-size: 14px !important;
	font-family: sans-serif !important;
	font-weight: normal !important;
	font-size: 15px !important;
	color: white !important;
}


.ui-dialog.ui-widget-content .ui-dialog-title {
	font-size: 14px !important;
}


.ui-confirm-dialog-message {
	font-size: 12px !important;
}


.ui-dialog.ui-widget-content .ui-dialog-content#ayuda {
	font-size: 11px !important;
}


.ui-dialog.ui-widget-content .ui-dialog-content {
	padding: 15px;
	font-size: 11px !important;
}


.ui-dialog.ui-widget-content {
	border-color: #C72C2C !important;
}


.ui-messages-error,.ui-message-error {
	color: #b94a48;
	font-size: 11px !important;
	background-color: #f2dede;
	border-color: #eed3d7;
}


.ui-shadow {
box-shadow: 10px 75px 200px 10px rgba(0, 0, 0, 0.6) !important;
}


p {
	margin: 5px 5px !important;
}



.titulo {	
	margin-bottom: 2px !important;
	letter-spacing: .1em !important;
	font-size: 15px !important;
	font-family: sans-serif !important;
	background-color: #55aaff !important;
	border-radius: 0px !important;
	border: 1px solid #0079f1 !important;
	color: white !important;
	padding: 5px 25px 5px 20px !important;
	margin: 8px 0px !important;
	box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset !important;
}


.ui-widget {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px !important;
}


.subtitulo {
	font-size: 12px !important;
	background-color: #f5f5f5 !important;
	border: 1px solid #3d3d3d !important;
	letter-spacing: .1em !important;
	padding: 4px 15px 4px 20px !important;
	margin: 7px -15px !important;
	box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset !important;
}
	

.mensaje {
	font-size: 13px;
	font-weight: bold;
	background-color: #00ca65;
	border: 2px solid #009048;
	color: white;
	padding: 1px 15px 1px 15px;
	margin: 15px -10px;
	box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset;
}


.general {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}


.ui-dialog.ui-widget-content {
	z-index: 3000 !important;
}


.ui-autocomplete-panel {
	max-width: 360px !important;
}


.letrasarriba {
	width: 570px;
	opacity: 0.;
	font-size: 11.5px;
	margin-top: 46px;
	border-radius: 10px;
	color: #b40000;
	border-radius: 8px;
	padding: 2px 2px 2px 8px;
	border: none;
	background-color: transparent;
	position: relative;
}


.letrasabajo {
	width: 570px;
	opacity: 0.;
	font-size: 12px;
	margin-top: 46px;
	font-weight: bold;
	text-decoration: underline;
	border-radius: 10px;
	color: #b40000;
	border-radius: 8px;
	padding: 2px 2px 2px 8px;
	border: none;
	background-color: transparent;
	position: relative;
}

.errornumero {
	border-radius: 8px;
	border: 2px solid #d2d200;
	background: #ffffeb;
	width: 330px;
	height: 40px;
	margin: 0 auto;
	-webkit-animation: myfirst 5s 5; 
	animation: myfirst 5s;
}

@-webkit-keyframes myfirst { 10% {
	transform: scaleY(0.2);
	transform-origin: 0 bottom 0;
}

20%{
transform: scaleY(1.3);
transform-origin:0 bottom 0;
}


30%{
transform: scaleY(0.7);
transform-origin: 0 bottom 0;
}

40%{
transform: scaleY(1);
transform-origin: 0 bottom 0;
}

100%{
transform:scaleY(1);
transform-origin:0 bottom0;
}

}


@keyframes myfirst { 8% {
	transform: translate3d(0, -45px, 0) scaleY(0.4);
	transform-origin: left bottom 0;
}

25%{
transform: translate3d(0, 110px, 0) scaleY(1.4);
}

40%{
transform: translate3d(0, 0, 0) scaleY(0.6);
transform-origin: left bottom 0;
}

50%{
transform: translate3d(0, 0, 0) scaleY(1.2);
transform-origin: left bottom 0;
}

60%{
transform: translate3d(0,0,0) scaleY(1);
transform-origin: left bottom 0;
}

80%{
opacity: 1;
transform: translate3d(0, 0, 0);
}

100%{
opacity: 0;
transform: translate3d(0, 50px, 0);
}
}



.ui-dialog .ui-dialog-titlebar-close span, .ui-dialog .ui-dialog-titlebar-minimize span, .ui-dialog .ui-dialog-titlebar-maximize span {
	display: block;  
	margin: 5px !important;
}


.ui-dialog.ui-widget-content .ui-dialog-titlebar-close {
	margin-top: 0px !important;
}


table tbody .ui-widget-content {
	background: transparent !important;
	border: transparent !important;
	color: #333333;
}


.ui-widget-content {
	border: transparent !important;
	color: #333333;
}


form .someinput::-ms-clear {
    display: none !important;
}


input[type=text]::-ms-clear{
  display: none;
}
  
  
.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div{
	font-size:0px !important;
}

@media all and (min-height: 800px)  {
.footer {
	margin-top: 115px !important;
}

#bodyPage {
	margin-top: 115px;
}
}

.txtavisoprincipal{
	border: none;
	color: #e10d0d;
	font-size: 11.3px;
	display:none;
	font-weight: bold;
	margin-top: 10px;
	width: 100%;
	background: none;
}


.txtavisosecundario{
	border: none;
	color: #e10d0d;
	font-size: 11.3px;
	display:none;
	font-weight: bold;
	width: 100%;
	background: none;
}

