/* Extension - Google Map - Routenplaner - Print */

.printContent {
	background: none;
	bottom: auto;
	box-shadow: none;
	left: auto;
	position: relative;
	top: auto;
	width: 100%;
	z-index: 2;
}
.printContent > .header {
	background: #F8F8F8;
	height: auto;
	padding: 0;
}
.printContent > .header > ul {
	height: 30px;
	margin: 0 0 0 -4px;
	padding-right: 50px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.printContent > .header > ul > li {
	display: inline-block;
	height: 30px;
	margin: 0 5px;
	width: 34px;
}
.printContent > .header > ul > li > a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.printContent > .header > ul > li > a:before {
	color: #525353;
	font-size: 20px;
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 34px;
}
.printContent > .header > ul > li.selected > a:before,
.printContent > .header > ul > li > a:hover:before {
	color: #21262D;
}
.printContent > .header > ul > li.driving {
	width: 32px;
}
.printContent > .header > ul > li.driving > a:before {
	content: '\E800';
	font-family: 'fontello-gmap';
	width: 32px;
}
.printContent > .header > ul > li.bicycling > a:before {
	content: '\E801';
	font-family: 'fontello-gmap';
}
.printContent > .header > ul > li.transit {
	width: 26px;
}
.printContent > .header > ul > li.transit > a:before {
	content: '\E802';
	font-family: 'fontello-gmap';
	width: 26px;
}
.printContent > .header > ul > li.walking {
	width: 18px;
}
.printContent > .header > ul > li.walking > a:before {
	content: '\E803';
	font-family: 'fontello-gmap';
	width: 18px;
}
.printContent > .header > p.address {
	border-left: 2px solid #21262D;
	line-height: 1.3;
	margin: 23px 0 8px 5px;
	padding: 0 0 0 20px;
	position: relative;
}
.printContent > .header > p.address:before {
	border: 2px solid #21262D;
	border-radius: 5px;
	content: "";
	display: block;
	height: 10px;
	left: -6px;
	position: absolute;
	top: -8px;
	width: 10px;
}
.printContent > .header > p.address:after {
	border: 2px solid #21262D;
	border-radius: 5px;
	bottom: -8px;
	content: "";
	display: block;
	height: 10px;
	left: -6px;
	position: absolute;
	width: 10px;
}
.printContent > .header > p.address > span {
	color: #21262D;
	display: block;
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	padding: 6px 0;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.printContent > .header > p.address > span:after {
	background: #21262D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.printContent > .header > p.address > span:last-child:after {
	display: none;
}
.printContent > .header > p.details {
	line-height: 1.3;
	margin: 23px 0 0;
}
.printContent > .header > p.details > span {
	color: #21262D;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 3px 0;
}
.printContent > .header > p.details > span.distance:before {
	content: '\E805';
	font-family: 'fontello-gmap';
	margin: 0 10px 0 0;
}
.printContent > .header > p.details > span.duration:before {
	content: '\E804';
	font-family: 'fontello-gmap';
	margin: 0 10px 0 0;
}
.printContent > .header > a.print {
	display: none;
}
.printContent > .details {
	border-bottom: 0;
	border-left: 0;
	height: auto;
	overflow: auto;
}
.printContent > .details > div > div {
	border-bottom: 1px solid #E9E9E9;
	font-family: "ProximaNova-Regular", sans-serif;
	padding: 15px 0;
}
.printContent > .details > div > div:last-child {
	border-bottom: 0 none;
}
.printContent > .details > div > div > .text {
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 10px;
}
.printContent > .details > div > div > .text > b {
	font-family: "ProximaNova-Semibold", sans-serif;
	font-weight: normal;
}
.printContent > .details > div > div > .text > div {
	color: #2C90BB;
	line-height: 1;
	margin: 4px 0 0;
}
.printContent > .details > div > div > .text > div:before {
	background: #2C90BB;
	border-radius: 7.5px;
	color: #FFFFFF;
	content: '\E806';
	display: inline-block;
	font-family: "fontello-gmap";
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	top: -1px;
	width: 15px;
}
.printContent > .details > div > div > .distance {
	font-size: 14px;
	line-height: 1.2;
}
.printContent > .details > div > div > .distance:before {
	content: '\E805';
	font-family: 'fontello-gmap';
	margin: 0 10px 0 0;
}
.printContent > .details > div > div > .duration {
	font-size: 14px;
	line-height: 1.2;
}
.printContent > .details > div > div > .duration:before {
	content: '\E804';
	font-family: 'fontello-gmap';
	margin: 0 10px 0 0;
}
.printContent > .details > div > a {
	display: none;
}