@CHARSET "ISO-8859-1";

#map-title {
	
}

#svg-wrap {
	overflow:hidden;
	position:absolute;
	top:41px;
	left:0;
	right:0;
	bottom:0;
}


#svg-padding {
	display:table;	
	position:relative;
	margin:0 auto;
	padding:100px;
}

#svg-map {
	display:block;
	position: relative;
}


#svg-wrap:active {
	cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), default !important;
}

/* Tools Pallete */

#map-tools {
	width:200px;
	height:10px;
	background: rgba(0,0,0,.6);
	overflow:hidden;
	position:fixed;
	bottom:0;
	left:180px;
	padding:10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	z-index:9999;
}

#map-tools .hide {
	position:absolute;
	width:30px;
	height:30px;
	right:10px;
	top:0;
	background: rgba(0,0,0,.5) url(../img/map-tools-minimize.png);
}

#map-tools .hide.min {
	background-position: bottom;
}

#map-tools .hide:hover {
	background-color:rgba(66,205,214, .5);
}

#map-tools * {
	color:#fff;
}


#map-tools h4 {
	padding-bottom:14px;
}

#map-tools input[type=button],
#map-tools a {
	background: rgba(0,0,0,.6);
	border:none;
	padding:12px 0;
	margin-right:10px;
	cursor:pointer;
	float:left;
	margin-bottom:10px;
	text-decoration:none;
	text-align:center;
}

#map-tools input[type=button]:hover,
#map-tools a:hover {
	background-color:rgba(66,205,214, .5);	
	border:none;
	padding:12px 0;
	margin-right:10px;
	cursor:pointer;
	float:left;
	margin-bottom:10px;
	text-decoration:none;
	text-align:center;
}

#map-tools .zoom {
	width:60px;
}

#map-tools .button-group {
	
}

#map-tools .button-group input:nth-child(3n) {
	margin-right:0;
}
/* Legacy Support */

#svg-wrap #svg-map {
	box-shadow: 0 3px 19px rgba(0,0,0,.4);
}


.modal {
	z-index: 99996;
	top: 0;
	right: 0;
	lefT: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	display: none;
}

.modal .inner-wrap {
	z-index: 99997;
	top: 50%;
	left: 50%;
	position: absolute;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,.4);
}

#initService .inner-wrap {
	width: 260px;
	height: 80px;
	margin-top: -40px;
	margin-left: -130px;	
}

#serviceTag .inner-wrap {
	width: 260px;
	height: 140px;
	margin-top: -70px;
	margin-left: -130px;
}

.modal .inner-wrap .close{
	background: url(../img/close.png);
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#initService .inner-wrap .close:hover {
	background-position: bottom;
}

#map-tools #start-service {
	width: 100%;
}

div.map-icon-legend {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 150px;
    background: #222222;
    z-index: 500;
    padding: 10px;
}

div.map-icon-legend div.icon-row {
    padding: 10px 0;
    border-bottom: 1px solid #333333;
}

div.map-icon-legend div.icon-row div.icon {
    display: inline;
}

div.map-icon-legend div.icon-row div.icon img {
    vertical-align: bottom;
}

div.map-icon-legend div.icon-row div.description {
    display: inline;
    line-height: 10px;
    margin-left: 5px;
    color: #dddddd;
}