[ng\:cloak], [ng-cloak], .ng-cloak {
	display: none !important;
}
html{
	position:relative;
	min-height:100%;
}
body{
	margin-bottom:40px; /* footer */
}
html, body, h1, h2, h3, h4, h5, p{
	font-family:'Roboto',sans-serif;
}
label, a{
	font-weight:normal;
}
h1, h2, h3, h4, h5{
	font-weight:lighter;
}
body > .container{
  padding:70px 15px 0;
}
.footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	background-color:#333;
	font-size:0.8em;
	color:white;
}
.footer > .container{
	padding:7px 0;
}
.icon-aemet{
	border:2px solid white;
	border-radius:8px;
	background-color:#337ab7;
}
.icon-aire{
	border:2px solid white;
	border-radius:8px;
	background-color:#5cb85c;
}
.icon-dgt{
	border:2px solid white;
	border-radius:8px;
	background-color:#5c3566;
}
.icon-weatherlink{
	border:2px solid white;
	border-radius:8px;
	background-color:#d9534f;
}
.map-marker{
	border:2px solid #0D47A1;
	border-radius:16px;
	font-size:9px;
	overflow:hidden;
	text-align:center;
	font-family:'Roboto';
	font-weight:bold;
}
.map-arrow-marker{
	font-size:9px;
	overflow:hidden;
	text-align:center;
	font-family:'Roboto';
	font-weight:bold;
}
.value-icon{
	height:28px;
	width:28px;
	text-align:center;
	padding-top:8px;
}
.map-arrow-marker .arrow{
	background:url('../img/arrow-circle.png') no-repeat;
	border:1px solid transparent;
}
.map-arrow-marker .value-icon{
	border:2px solid #0D47A1;
	border-radius:16px;
	margin:3px;
	padding-top:6px;
}
.navbar-nav .glyphicon{
	padding-right:10px;
}
.navbar-header img{
	padding-right:20px;
}
.metro-map{
	background-image:url("../img/metro-background.png");
	min-height:400px;
}
.metro-map .header{
	width:100%;
	padding:30px;
	background:rgba(255,255,255,0.9);
}
.metro-map .header h1{
	max-width:700px;
	text-align:center;
	margin:0 auto;
	font-weight:lighter;
	line-height:160%;
}
.metro-intro{
	text-align:center;
	font-size:20px;
	padding:30px 15px;
	font-weight:lighter;
	line-height:160%;
}
.map-container{
	margin:15px 0;
	border:3px solid #2e6da4;
}
.legend{
	text-align:right;
	background:#f8f8f8;
}
.legend .icon{
	width:15px;
	height:15px;
	display:inline-block;
	vertical-align:middle;
	margin-right:3px;
}
.legend .item{
	display:inline-block;
	margin-right:15px;
	font-size:0.9em;
}
.blue{
	color:#2e6da4;
}
.calendar-icon{
	position:absolute;
	bottom:10px;
	right:24px;
	top:auto;
	cursor:pointer;
}
.leaflet-control-coordinates{
	background-color:#D8D8D8;
	background-color:rgba(255,255,255,.8);
	cursor:pointer
}
.leaflet-control-coordinates .uiHidden{
	display:none
}
.leaflet-control-coordinates .uiElement.label{
	color:inherit;
	font-weight:inherit;
	font-size:inherit;
	padding:2px 4px;
	display:inherit
}
.has-error span{
	color:#d9534f;
	padding-right:20px;
}
.padded{
	padding-top:7px;
}
.leaflet-control-fullscreen a{
	background:#fff url(images/fullscreen.png) no-repeat 0 0;
	background-size:26px 52px;
}
.leaflet-touch .leaflet-control-fullscreen a {
	background-position: 2px 2px;
}
.leaflet-fullscreen-on .leaflet-control-fullscreen a {
	background-position:0 -26px;
}
.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
	background-position: 2px -24px;
}
.leaflet-container:-webkit-full-screen {
	width:100%!important;
	height:100%!important;
}
.leaflet-container.leaflet-fullscreen-on {
	width:100%!important;
	height:100%!important;
}
td.amarillo{
	background:#FFF176;
}
td.rojo{
	background:#E57373;
}
td.naranja{
	background:#FFB74D;
}
.alerts.table-bordered>tbody>tr>td{
	border:1px solid white;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border-bottom-width:1px;
}
.table-margin{
	margin-top:5px;
}
th{
	font-weight:normal;
}
.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc{
	text-shadow:none;	
}
.scrolling-tabs .nav>li>a{
	padding:10px 10px;
}
.thresholds td{
	border: 1px solid #aaa;
	padding: 5px 10px!important;
}