table.results th, table.results td {
	text-align: left;
	white-space: nowrap;
	padding-right: 10px;
	height: 45px;
	line-height: 45px;
}
table.results tbody td {
	cursor: pointer;
}
table.results th {
	font-weight: bold;
}
table.results th.right, table.results td.right {
	text-align: right;
	padding-left: 10px;
	padding-right: 0px;
	float: none;
}
table.results td.location {
	max-width: 0;
	white-space: normal;
}
table.results td.location span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
table.results tr.footer td {
	border-top: 1px solid #000000;
	font-weight: bold;
}
div#google-maps {
	position: relative;
}
div#map-canvas {
	width: 100%;
	height: 880px;
}
div#map-canvas img {
	border-radius: 0px !important;
}
form#tsp {
	display: none;
}
div.location-input {
	float: left;
}
div.location-input input {
	display: none;
}
div.location-input a {
	cursor: pointer;
	margin-right: 5px;
}
div.location-input a img {
	width: 40px;
	height: 40px;
}
div.location-input a.location-input-marker img {
	width: 26px;
	height: 40px;
}
div#locationsPanelHeader, div#helpPanelHeader {
	position: absolute;
	z-index: 999999;
	top: 10px;
	left: 10px;
	width: 245px;
	height: 40px;
	padding: 0px 0px 0px 10px;
	background: #202e55;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div#helpPanelHeader {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}
div#locationsPanelHeader h3, div#helpPanelHeader h3 {
	margin-top: 0px;
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;
}
div#helpPanelHeader h3 {
	margin-top: 0px;
}
div#locationsPanel, div#helpPanel {
	position: absolute;
	z-index: 999999;
	top: 50px;
	left: 10px;
	width: 245px;
	height: 600px;
	padding: 10px 0px 10px 10px;
	background: rgba(255, 255, 255, .9);
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div#helpPanel {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 10px;
}
div#locationsPanel h3 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#locationsPanel::-webkit-scrollbar, div#helpPanel::-webkit-scrollbar {
	width: 12px;
}
div#locationsPanel::-webkit-scrollbar-track, div#helpPanel::-webkit-scrollbar-track {
}
div#locationsPanel::-webkit-scrollbar-thumb, div#helpPanel::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border: 2px solid #ffffff;
}
div#locationsPanel::-webkit-scrollbar-thumb:hover, div#helpPanel::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}
div#locationsPanel img {
	border-radius: 5px;
}
div#locationsPanel label {
	float: left;
	width: 185px;
	display: block;
}
div#locationsPanel label.active div {
	border: 1px solid #ff9900 !important;
}
div#locationsPanelOptions {
	position: absolute !important;
	z-index: 999999;
	bottom: 10px !important;
	left: 10px;
	width: 245px;
	height: 220px;
	padding: 10px 10px 10px 10px;
	background: rgba(255, 255, 255, .9);
	position: fixed;
	bottom: 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
div#routesPanel, div#schedulePanel, div#locationsPanelOpen, div#helpPanelOpen {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div#directionsPanelContainer {
	position: relative;
	width: 100%;
	padding-top: 10px;
}
div#directionsPanel {
	width: 100%;
}
div#locationsPanelClose, div#locationsPanelOpen, div#helpPanelClose, div#helpPanelOpen, div#directionsPanelClose {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	z-index: 999999;
	background: #ffffff;
	font-family: 'pictos';
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
}
div#directionsPanelClose, div#helpPanelClose {
	top: 15px;
	right: 8px;
	color: #000000;
	background: transparent;
	display: none;
}
div#helpPanelClose {
	top: 0px;
	right: 0px;
	display: block;
}
div#locationsPanelClose, div#helpPanelClose {
	background: #202e55;
	color: #ffffff;
}
div#locationsPanelOpen, div#helpPanelOpen {
	top: 10px;
	left: 10px;
	cursor: pointer;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}
div#helpPanelOpen {
	left: 60px;
}
div.locations_directions {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	background: #28aecf;
	border-radius: 5px;
	overflow: hidden;
}

table.adp-directions {
	width: 100%;
}
table.adp-placemark {
	border-radius: 5px !important;
	border-collapse: separate !important;
}
table.adp-placemark img {
	border-radius: 0px !important;
	width: 26px;
	height: 40px;
	max-width: none !important;
	margin: 5px 5px 0px 5px !important;
	vertical-align: top;
}
div.adp-list {
	border-radius: 5px !important;
}

div.maps-info, div.maps-info-small {
	box-sizing: border-box;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	border-radius: 7px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
div.maps-info-small {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #ffffff;
}
div.maps-info img, div.maps-info-small img {
	width: 90%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

div#maps_loading_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, .5);
	display: none;
}
div#maps_loading {
	cursor: default;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin-left: -13px;
	margin-top: -13px;
	background: url('../image/x.gif') 0px 0px no-repeat;
	z-index: 999999;
}
div#maps_loading_container.loading_on {
	display: block;
}
div#maps_loading_container.loading_on div#maps_loading {
	background: url('../maps/icon/loading.png') 0px 0px no-repeat;
}

@media screen and (min-width: 768px) {
	div#locationsPanelHeader, div#locationsPanel, div#locationsPanelOptions {
		width: 420px;
	}
	div#locationsPanel label {
		width: 360px;
	}
	div.maps-info-small {
		width: 85px;
		height: 85px;
	}
}

/* help */

div#helpPanelContainer {
	display: none;
	position: absolute;
	z-index: 999999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 850px;
	padding: 10px 10px 10px 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#helpPanel img {
	border-radius: 0px;
}

/* dragging */

body.dragging, body.dragging * {
	cursor: move !important;
}
.dragged {
	position: absolute !important;
	opacity: 0.5 !important;
	z-index: 2000 !important;
}
#results tr.placeholder {
	position: relative !important;
	cursor: move !important;
}
#results tr td.handle {
	cursor: move !important;
}
#results tr.placeholder:before {
	position: absolute !important;
}
