@font-face {
    font-family: PlutoSans;
    src: url('../fonts/PlutoSansDPDRegular-Web.woff');
}

@font-face {
    font-family: PlutoSans;
    src: url('../fonts/PlutoSansDPDLight-Web.woff');
	font-weight: lighter
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
	width: 100%;
	overflow-y:hidden;
	color: #808285;

	font-family: 'PlutoSans', sans-serif;
	font-weight: lighter;
	font-size: 12px;
}

/* DARK GRAY: #424143  */
/* RED: #DC0032 - rgba(220, 0, 50)*/
/* GRAY #808285 */

/** Common for buttons **/
.map-control, #map-button-basemap, #search, #map-button-pickup, #map-button-events, #map-button-traffic, #results-search, #results-container, #results-pub {
	-webkit-box-shadow: 0px 0px 2px 1px rgb(220, 0, 50, 0.5);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
}

.map-control:hover, #map-button-basemap:hover, #search:hover, #map-button-pickup:hover, #map-button-events:hover, #map-button-traffic:hover, #results-search:hover, #results-container:hover, #results-pub:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);    
}

h1 {
	font-family: "PlutoSans", sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 19px;
	line-height: 19px;
	font-weight: 300;
}

h2 {
	font-family: "PlutoSans", sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: 250;
}

h3 {
	font-family: "PlutoSans", sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}

.none {
	display: none;
}

input {
	font-family: 'PlutoSans', sans-serif;
	font-weight: lighter;
	font-size: 10px;
}

input:focus {
	outline: none !important;
}

#mask {
	display: none;
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	left: 0;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url(../loading.gif);
	background-size: 10%;
	background-position: center center;
	opacity: 0.7;
	z-index: 2000;
}

/* SEARCH ------------------------------------------------------------- */

#search {
	width:409px;
	height:25px;
	position:absolute;
	top: 10px;
	left: 10px;
	z-index:1100;
}

#search-input {
	position: absolute;
	display: block;
	width: 364px;
	height: 23px;
	padding-left: 5px;
	color: #424143;
	border: 0
}

#search-submit {
	width:40px;
	height:26px;
	position:absolute;
	right: -1px;
	background-color: #808285;
	cursor: pointer;
		
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../imgs/icons/search.png);
}

#search-submit:hover {
	background-image: url(../imgs/icons/search-hover.png);
}

/* MAP ---------------------------------------------------------------- */

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
	width:100%;
	overflow-y:hidden;
}

#map-copyright-focusbc {
	bottom: 1px;
	height: 26px;
	left: 68px;
	width: 64px;
	position: absolute;
	overflow:hidden;
	z-index: 10;
	background-image: url(../imgs/focusbc-logo-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer
}

#map-copyright-chronopost {
	bottom: 30px;
	left: 6px;
	width: 125px;
	height: 26px;
	position: absolute;
	overflow:hidden;
	z-index: 10;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer
}

.chronopost-logo {
	background-image: url(../imgs/chronopost.png);
}

.chronopost-logo-white {
	background-image: url(../imgs/chronopost-white.png);
}

#map-button-basemap {
	display: none;
	height: 70px;
	width: 70px;
	right: 10px;
	position: absolute;
	overflow:hidden;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 50%;
    behavior: url(PIE.htc);
	border: 1px solid #808285;
	z-index: 1000;
}

.basemap-desktop {
	top: 250px;
}

#map-button-basemap:hover {

}

.basemap-roadmap {
	background-image: url(../imgs/maps/roadmap.png);
}

.basemap-hybrid {
	background-image: url(../imgs/maps/hybrid.png);
}

#map-button-pickup {
	display: none;
	height: 70px;
	width: 70px;
	position: absolute;
	overflow:hidden;
	right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #808285;	
  behavior: url(PIE.htc);
	z-index: 1000;
}

#map-button-pickup:hover {

}

.pickup-desktop {
	top: 90px;
}

.pickup-on {
	background-image: url(../imgs/maps/pickup-on.png);
}

.pickup-off {
	background-image: url(../imgs/maps/pickup-off.png);
}

#map-button-events {
	display: none;
	height: 70px;
	width: 70px;
	right: 10px;
	position: absolute;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #808285;	
  behavior: url(PIE.htc);
	z-index: 1000;
}

#map-button-events:hover {

}

.events-desktop {
	top: 10px;
}

.events-on {
	background-image: url(../imgs/maps/events-on.png);
}

.events-off {
	background-image: url(../imgs/maps/events-off.png);
}

#map-button-traffic {
	display: none;
	height: 70px;
	width: 70px;
	right: 10px;
	position: absolute;
	overflow:hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #808285;	
  behavior: url(PIE.htc);
	z-index: 1000;
}

.traffic-desktop {
	top: 170px;
}

.traffic-on {
	background-image: url(../imgs/maps/traffic-on.png);
}

.traffic-off {
	background-image: url(../imgs/maps/traffic-off.png);
}

/* RESULTS ------------------------------------------------------------ */

#results-container {
	display: none;
	width:409px;
	position:absolute;
	top: 42px;
	left: 10px;
	z-index:1000;
}

#results-search {
	display: none;
	width: 400px;
	height: 17px;
	padding: 5px;
	position: relative;
	z-index: 1000;
	margin-top: 5px;
	
	background-color: white;
}

#results-events {
	display: block;
	width: 399px;
	position: relative;
	z-index: 1000;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
	background-color: white;
}

#results-pub {
	display: none;
	width: 410px;
	height: 58px;
	position: relative;
	z-index: 1000;
	margin-top: 5px;
	background-color: white;
}

#results-pub-img {
	position: relative;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	background-position: center center;
}

#results-pub-msg {
	position: relative;
}

.close-dialog {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 5px;
	right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../imgs/popup/close.png);
	cursor: pointer;
	z-index: 1000;
}

.close-dialog:hover {
	background-image: url(../imgs/popup/close-hover.png);
}

/* CONTROLS ----------------------------------------------------------- */

#map-controls {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}

.map-control {
	width: 24px;
	height: 24px;
	margin-bottom: 3px;
	position: relative;
	background-color: white;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 50%;
    behavior: url(PIE.htc);	
}

.map-control:hover {
}

#map-control-locate {
	background-image: url(../imgs/controls/locate.png);
}

#map-control-locate:hover {
	background-image: url(../imgs/controls/locate-hover.png);
}

#map-control-zoom-in {
	background-image: url(../imgs/controls/zoom-in.png);
}

#map-control-zoom-in:hover {
	background-image: url(../imgs/controls/zoom-in-hover.png);
}

#map-control-zoom-out {
	background-image: url(../imgs/controls/zoom-out.png);
}

#map-control-zoom-out:hover {
	background-image: url(../imgs/controls/zoom-out-hover.png);
}

/* POPUP PICKUP ------------------------------------------------------- */

.pickup-title {
	color: #DC0032;
	font-weight: bold
}

.pickup-morada {
	font-size: 10px
}

.pickup-telefone {
	font-size: 10px
}

.pickup-horario {
	font-size: 11px;
	font-weight: bold
}

.pickup-table {
	font-size: 10px
}

.pickup-time {
	text-align: center
}

.image-pod {
	width: 100%;	
}

table {
	width: 100%
}

th {
	color: white;
	background-color: #808285;
	font-weight: normal;
}

tr {
	
}

td {
  font-size: 10px;
	border-bottom: dotted 1px #808285;
}

.event-pan {
	cursor: pointer;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../imgs/events/pin.png);
	width: 18px;
}

.event-pan-no-coordinates {
	cursor: not-allowed;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../imgs/events/pin.png);
	width: 18px;
}

.event-pan-ofd {
	background-image: url(../imgs/events/ofd.png);
}

.event-pan-pod {
	background-image: url(../imgs/events/pod.png);
}

.event-pan-incident {
	background-image: url(../imgs/events/incident.png);
}

.event-pan-event {
	background-image: url(../imgs/events/event.png);
}

#time-counter {
	width: 100%;
	text-align: left;
	font-size: 10px;
	color: #DC0032;
}