.searchStationResultMapLoading {
   width:95%;
   height:600px;
   border:1px solid black;
   display:inline-block;
   opacity:0.3;
   filter:alpha(opacity=30); /* For IE8 and earlier */
} 

.searchStationResultMapLoaded {
   width:95%;
   height:600px;
   border:1px solid black;
   display:inline-block;
   opacity:1.0;
   filter:alpha(opacity=100); /* For IE8 and earlier */
} 

div.entry-content h3 {
	margin-top:0px;
}

.button:hover, button:hover {
  top: 0px!important;
}
  
form#stationSearchForm.panel {
	margin-bottom:0px!important;
}  
  
form#mailboxSearchForm.panel {
	margin-bottom:0px!important;
}
  
form#searchStationResultMapForm {
	margin-bottom:0px!important;
}

.mailboxScheduleHeader {
	text-align:center;
	background-color:#eb2126;
	color:white;
	font-weight:bold;
	vertical-align:middle;	
}

.mailboxScheduleLine {
	text-align:center;
}

/* media queries for extra small screens */
@media only screen and (max-width: 30em) {
    .xsmall-1 {
        width: 8.33333%
    }
    .xsmall-2 {
        width: 16.66667%
    }
    .xsmall-3 {
        width: 25%
    }
    .xsmall-4 {
        width: 33.33333%
    }
    .xsmall-5 {
        width: 41.66667%
    }
    .xsmall-6 {
        width: 50%
    }
    .xsmall-7 {
        width: 58.33333%
    }
    .xsmall-8 {
        width: 66.66667%
    }
    .xsmall-9 {
        width: 75%
    }
    .xsmall-10 {
        width: 83.33333%
    }
    .xsmall-11 {
        width: 91.66667%
    }
    .xsmall-12 {
        width: 100%
    }
}

.autocomplete li {
	font-size: 0.8rem;
	margin-top: 5px;
}

.autocompleteSiga li {
	font-size: 0.8rem;
	margin-top: 5px;
}

ul.autocompleteSiga  {
   max-height: 300px;    
   overflow-y:scroll;
}

#lblSigaNumeroObjecto {
	width: 60%;
}