/* UPDATED RESET CSS by Patto - HTML 5 READY */ 

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML 5 */
html, div, map, dt, isindex, form {  
    display: block;  
}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
}

.item-nonselected {
	color: #9DB1B9 !important;
}

.item-selected{
	color: #FFFFFF !important;
}

.item-container .item-image img {
	max-width: 3000px !important;
}

.item-container .item-data {
	width: calc(100% - 340px) !important;
}

.label-bookmarks {
	margin-bottom: -3px;
	margin-right: 5px;
	width: 20px !important;
	min-width: 20px !important;
}

.label-bookmarks img {
	width: 20px !important;
}

.bookmark-value {
	margin-right: 20px;
}

.contact-owner-popup-form input[type="checkbox"] {
	width: auto;
}

.width20p {
	width: 20% !important;
}

.width25p {
	width: 25% !important;
}

.width30p {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border-radius: 6px 0 0 6px;
	border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
	box-sizing: border-box;
	color: #777;
	float: left;
	height: 44px;
	padding-left: 52px !important;
	position: relative;
	width: 30% !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

@media all and (max-width: 640px) {
	.width20p, .width30p {
		width: 100% !important;
	}

	.width25p {
		width: 100% !important;
		/*float: left !important;*/
	}

	.item-container .item-data {
		float: none !important;
		min-height: auto !important;
		width: 100% !important;
	}

	.logoImageEF {
		width: auto !important;
	}
}

.contact-owner-container a {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.ait-sc-button.button-plan-my-route .text, .ait-sc-button.button-plan-my-route:hover .text {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
