/**********
MAPS CSS FILE
**********/

html {
	height: 100%;
}

BODY {
	/*overflow:hidden;*/
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY, form, h1, h2, h3, h4, h5, h6, INPUT, OL, LI, div, span {
	margin: 0;
	padding: 0;
}

#mapDiv {
	width: 100vw;
	border: 0px;
	height: 100vh;
}

/* disabling Google logo - zeev */

/*
DIV#mapDiv DIV DIV.gm-style DIV DIV {
    background: black;
}
*/

#miniMap {
	width: 320px;
	height: 186px;
	left: 0px;
	bottom: 0px;
	z-index: 1000001;
	display: none;
}

#miniMap div.drag {
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	background: red;
	cursor: pointer;
}

#miniMap:hover div.drag {
	visibility: visible;
}

#miniMap div.tl {
	left: 0px;
}

#miniMap div.tr {
	right: 0px;
}

DIV.searchAnim {
	margin: 2px 0 0 5px;
	width: 20px;
	height: 4px;
	display: block;
	border: 0px;
	background: transparent;
}

DIV.searchAnim DIV {
	float: left;
	height: 4px;
	width: 4px;
	margin: 7px 2px 0 0;
	background: #000;
	line-height: 1px;
	font-size: 1px;
}

div#welcomeBrowserSupport {
	color: #cc0000;
	margin-top: 40px;
	display: none;
}

/***************************************************
TAB INFO DIV
****************************************************/

#tabInfoDiv {
	width: 570px;
	display: none;
	position: absolute;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding: 10px 15px;
}

#tabInfoDiv div.preTitle {
	width: 100%;
	height: 20px;
}

#tabInfoDiv div.preTitle div.leftDiv {
	float: left;
	font-size: 12px;
	color: #666;
	font-style: italic;
}

#tabInfoDiv div.preTitle div.rightDiv {
	float: right;
}

#tabInfoDiv div.preTitle div.rightDiv A {
	font-size: 12px;
	color: #0077cc;
	text-decoration: none;
}

#tabInfoDiv div.title {
	padding-left: 10px;
	margin-bottom: 20px;
}

#tabInfoDiv div.tabs {
	/*
    position:relative;
    top:0;
	left:0;
	*/
	font-size: 13px;
	font-family: Arial;
	color: #444;
}

#tabInfoDiv div.tabs div.tabsDiv {
	height: 30px;
	font-size: 14px;
	font-family: Arial;
	border-bottom: 1px solid #aaa;
}

#tabInfoDiv div.tabs div.tabsDiv div.tabTitle {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	cursor: pointer;
}

#tabInfoDiv div.tabs div.tabsDiv div.tabTitle.tabTitleSel {
	font-size: 14px;
	font-weight: bold;
}

#tabInfoDiv div.tabs div.tabsDiv div.tabTitle INPUT {
	font-size: 14px;
	border: 1px solid #cdcdcd;
	padding: 4px 5px;
}

#tabInfoDiv div.tabs div.tabsDiv div.tabTitle.tabTitleSel INPUT {
	font-weight: bold;
}

#tabInfoDiv div.tabs div.tabsContent {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 5px;
	margin-top: 5px;
	max-height: 600px;
	overflow: auto;
}

#tabInfoDiv div.editorWrapper {
	border: 1px solid #cdcdcd;
}

#tabInfoDiv div.editorToolbar {
	background: #e8e8e8;
}

#tabInfoDiv div.tabs div.btnDiv {
	margin: 5px 0px;
}

#tabInfoDiv div.tabs div.btnDiv A {
	float: right;
	text-decoration: none;
	font-size: 16px;
}

#tabInfoDiv div.tabs div.btnDiv A.save {
	color: #0077cc;
	margin-right: 10px;
}

#tabInfoDiv div.tabs div.btnDiv A.del {
	margin-right: 14px;
	color: #AA0000;
}

#tabInfoDiv div.images-slideshow {
	/* margin: 30px 0px; */
	/* max-width: 1000px; */
	width: 100%;
	position: relative;
	margin: 30px auto;
}

#tabInfoDiv div.image-slide {
	display: none;
	text-align: center;
}

#tabInfoDiv div.image-slide.active {
	display: block;
}

#tabInfoDiv div.image-slide div.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	background-color: #2a2a2a;
}

#tabInfoDiv div.image-slide IMG {
	/* width: 100%; */
	/* max-height:500px; */
	margin: 0 auto;
}

#tabInfoDiv div.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

#tabInfoDiv div.images-slideshow .prev,
#tabInfoDiv div.images-slideshow .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	/* top: 250px; */
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	text-decoration: none;
}

#tabInfoDiv div.images-slideshow a.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

#tabInfoDiv div.images-slideshow .prev:hover,
#tabInfoDiv div.images-slideshow .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

#tabInfoDiv div.images-slideshow span.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

#tabInfoDiv div.images-slideshow .dot.active,
#tabInfoDiv div.images-slideshow .dot:hover {
	background-color: #717171;
}

/***************************************************
WELCOME DIV
****************************************************/

/* #welcomeDiv {
	background: #fff;
	width: 900px;
	height: 650px;
	display: none;
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px 5px #888;
	-webkit-box-shadow: 0px 0px 5px 5px #888;
	box-shadow: 0px 0px 5px 5px #888;
} */



/* #welcomeDiv .content {
	position: relative;
	top: 0;
	left: 0;
	width: 860px;
	height: 610px;
}

#welcomeDiv .textDiv {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 830px;
}

#welcomeDiv .textDiv TD {
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}

#welcomeDiv #advertiseDiv {
	position: absolute;
	top: 485px;
	left: 15px;
	width: 820px;
	height: 100px;
	border: 1px solid black;
}

#welcomeDiv .copyrightsDiv {
	position: absolute;
	top: 595px;
	left: 15px;
	font-size: 11px;
	color: #666666;
} */

#playDiv {
	position: fixed;
	top: 18px;
	left: 0;
	background: #f5f5f5;
	opacity: 0.7;
	color: #000;
	padding: 2px 5px;
	font-size: 18px;
	display: none;
}

#recommendedLinks {
	background: #fff;
	width: 300px;
	display: none;
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px 5px #888;
	-webkit-box-shadow: 0px 0px 5px 5px #888;
	box-shadow: 0px 0px 5px 5px #888;
	padding: 10px;
}

#recommendedLinks H1 {
	font-family: Georgia;
	font-size: 22px;
	margin: 0 0 10px 0;
}

#links {
	position: absolute;
	bottom: 1px;
	left: 8px;
	color: #0083ff;
	font-size: 16px;
	font-family: Tahoma;
	text-decoration: none;
	display: none;
}

/***************************************************
Marker info window
****************************************************/

div.infoDiv_container {
	margin: 10px;
}

div.infoDiv_container.admin {
	min-width: 100px;
}

div.infoDiv_container a.closeX {
	position: absolute;
	right: 7px;
	top: 4px;
	font-size: 14px;
	font-family: Arial;
	color: #999;
	text-decoration: none;
}

div.infoDiv_container a.edit {
	right: 22px;
	position: absolute;
	top: 5px;
	font-size: 10px;
	font-family: Arial;
	color: #0077cc;
	text-decoration: none;
}

div.infoDiv_container a.move {
	right: 47px;
	position: absolute;
	top: 5px;
	font-size: 10px;
	font-family: Arial;
	color: #0077cc;
	text-decoration: none;
}

div.infoDiv_container a.share {
	right: 77px;
	position: absolute;
	top: 5px;
	font-size: 10px;
	font-family: Arial;
	color: #0077cc;
	text-decoration: none;
}

div.infoDiv {
	line-height: normal;
	padding-right: 10px;
	display: block;
	margin-top: 5px;
}

div.infoDiv_container div.markerIndex {
	font-size: 9px;
	color: #999;
	line-height: 10px;
}

#tabInfoDiv div.title {
	font-size: 18px;
	font-family: Arial;
	font-weight: normal;
	color: #222;
	margin-right: 10px;
}

div.infoDiv div.title A, #tabInfoDiv div.title A {
	font-size: 12px;
	color: #0077cc;
	text-decoration: none;
}

div.infoDiv div.markerType {
	width: 100%;
	font-size: 12px;
	color: #888;
	margin-top: 1px;
}

div.infoDiv div.ratingDiv {
	margin-top: 5px;
	display: block;
}

div.infoDiv div.ratingDiv span.ratingImages {
	width: 75px;
}

div.infoDiv div.ratingDiv span.ratingImages IMG {
	padding-top: 4px;
	width: 15px;
	float: left;
}

div.infoDiv div.ratingDiv .ratingSource {
	font-size: 12px;
	color: #666;
	margin-left: 6px;
}

div.infoDiv div.address {
	font-size: 14px;
	color: #222;
	margin-top: 5px;
}

div.infoDiv div.comment FONT {
	font-size: 14px;
	color: #222222;
	background: #dedede;
	margin: 2px 0px 10px;
	padding: 0px 5px;
	width: auto;
}

div.infoDiv div.info A {
	font-size: 12px;
	color: #0077cc;
	text-decoration: none;
}

div.infoDiv div.errorMsg {
	color: #555;
	font-size: 12px;
	padding: 5px 8px;
}

div.infoDiv .searchAnimContainer {
	margin: 0;
	font-size: 18px;
	height: 45px;
	width: 125px;
}

div.infoDiv .searchAnimContainer .largeSearchAnim {
	margin: 0px 0 0 3px;
	width: 30px;
	height: 22px;
}

div.infoDiv .tagHolder {
	width: 100%;
	height: 24px;
	margin-top: 5px;
}

div.infoDiv .tagHolder .tag {
	float: left;
	margin-right: 4px;
	background: #99c899;
	color: #000;
	border: 1px solid #99c899;
	padding: 2px 6px;
	font-size: 10px;
	white-space: nowrap;
	font-family: arial;
	letter-spacing: 1px;
}

DIV.largeSearchAnim DIV {
	height: 14px;
	width: 5px;
	margin: 5px 2px 0 0;
	background: #000;
	line-height: 1px;
	font-size: 1px;
}

/***************************************************
FILTERS
****************************************************/

.typeFilterInnerDiv {
	font-size: 12px;
}

.typeFilterInnerDiv INPUT {
	float: left;
}

.typeFilterInnerDiv H1 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.typeFilterTypeDiv {
	margin: 7px 5px;
	font-size: 12px;
	font-family: Times New Roman;
	color: #222;
	height: 19px;
	padding-left: 25px;
}

.typeFilterTypeDiv SPAN {
	color: #444444;
	font-size: 16px;
	margin-left: 5px;
}

.typeFilterTypeDiv_disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	opacity: 0.3;
}

/********* importance filter ***********/

.impFilterPosition {
	top: 140px;
}

.impFilterTitle {
	background: url(/images/filter-pics.png) no-repeat 0px -118px;
	width: 190px;
	height: 22px;
}

.impFilterInnerDiv {
	margin: 4px 5px 0px;
	font-size: 12px;
	font-family: Times New Roman;
	color: #222;
}

.impFilterInnerDiv LABEL {
	margin-left: 5px;
}

/********* serach menu ***********/

.searchMenuPosition {
	top: 80px;
}

.searchMenuTitle {
	background: url(/images/filter-pics.png) no-repeat 0px -62px;
	width: 190px;
	height: 22px;
}

.searchMenuInnerDiv {
	margin: 4px 5px 0px;
	font-size: 12px;
	font-family: Times New Roman;
	color: #222;
}

.searchMenuInnerDiv A {
	margin-left: 5px;
	font-size: 12px;
	text-decoration: underline;
	color: #999;
	cursor: pointer;
}

.searchMenuInnerDiv A.selectedSearch {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	cursor: default;
}

.searchMenuSearchDiv {
	height: 20px;
	border: 1px solid #cdcdcd;
	width: 152px;
	margin-top: 8px;
}

.searchMenuSearchDiv INPUT {
	height: 20px;
	border: 0px;
}

.searchMenuSearchDiv INPUT.text {
	width: 93px;
	float: left;
	padding: 3px 0;
}

.searchMenuSearchDiv INPUT.btn {
	width: 50px;
	padding: 0px 4px;
	background: #d8d8d8;
	float: right;
	cursor: pointer;
}

.searchMenuResultsDiv {
	margin-top: 8px;
}

.searchMenuResultsDiv SPAN.nores {
	color: #cc0000;
	font-size: 12px;
}

.searchMenuResultsDiv div.resTitle {
	font-size: 14px;
	text-decoration: underline;
}

.searchMenuResultsDiv div.resSum {
	font-size: 11px;
	color: #444;
}

.searchMenuResultsDiv div.resDiv {
	margin-top: 2px;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.searchMenuResultsDiv div.resDiv.selected {
	background: #ddd;
}

.searchMenuResultsDiv div.resDiv A {
	font-size: 12px;
	color: #0077cc;
	margin-left: 0px;
}

.searchMarkerTitle {
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	color: #444;
	margin-right: 10px;
	padding-right: 10px;
}

.searchMarkerLink {
	font-size: 12px;
	font-family: Arial;
	color: #0077cc;
}

/********* serach menu ***********/

.dayMenuPosition {
	top: 110px;
}

.dayMenuTitle {
	background: url(/images/filter-pics.png) no-repeat 0px -90px;
	width: 190px;
	height: 22px;
}

.dayMenuInnerDiv {
	font-size: 12px;
}

.dayMenuInnerDiv INPUT {
	float: left;
	height: 26px;
}

.dayMenuInnerDiv H1 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.dayMenuDayDiv {
	margin: 4px 5px 0px;
	font-size: 1.8rem;
	font-family: Times New Roman;
	color: #222;
	height: 22px;
}

.dayMenuDayDiv SPAN {
	margin-left: 5px;
}

/***************************************************
control panels
****************************************************/

.cp {
	z-index: 1;
	position: absolute;
	width: 320px;
	background: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	visibility: hidden;
	display: none;
}

.cpTitle {
	background: #0077cc;
	font-size: 16px;
	color: #fff;
	height: 20px;
	padding: 5px 10px;
}

.cpShare {
	float: right;
	color: #fff;
	font-size: 12px;
	margin-right: 20px;
}

.cpClose {
	float: right;
	color: #fff;
	font-size: 12px;
}

.cpContent {
	background: #fff;
	font-size: 14px;
	color: #3b3b3b;
	padding: 15px;
}

.cpContent DIV {
	margin-top: 5px;
}

.cpContent INPUT {
	margin-left: 8px;
	border: 1px solid #d8d8d8;
	font-size: 12px;
	color: #666;
	padding: 3px;
}

.cpContent a.link {
	float: right;
	color: #0077cc;
	font-size: 14px;
}

/***************************************************
ROUTE LIST
****************************************************/

#routes {
	z-index: 1;
	position: absolute;
	background: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	visibility: hidden;
	min-width: 300px;
	display: none;
}

#routes div.contentWrapper {
	padding: 15px;
	background: #fff;
	font-size: 14px;
	color: #3b3b3b;
}

#routesContent {
	overflow: auto;
	height: 420px;
}

#tab_routes INPUT.text {
	width: 165px;
	background: #fff;
	/* display: block; */
	margin-top: 10px;
}

A.link {
	color: #0077cc;
	font-size: 13px;
}

.routeItem {
	margin-top: 5px;
}

.routeItem.drag-sort-active {
	background: transparent;
	color: transparent;
	border: 1px solid #4ca1af;
}

.routeColor {
	width: 10px;
	height: 10px;
	border: 1px solid d8d8d8;
	margin-left: 5px;
	font-size: 5px;
	padding: 5px 7px;
}

.routeName {
	margin-left: 5px;
	font-size: 14px;
	color: #333;
}

.routeName:hover {
	background-color: rgb(220, 220, 220);
}

a.routeEdit {
	margin-left: 9px;
	font-size: 10px;
	color: #0077cc;
	text-decoration: none;
}

/***************************************** RIGHT TABS **********************************************/

/*** http://wp-themes.com/wp-content/themes/parchment-draft/images/page_bg.jpg ***/

#tabContainer {
	display: none;
	position: absolute;
	top: 70px;
	right: 0px;
	height: 630px;
	width: 40px;
	float: left;
	overflow: hidden;
	-moz-box-shadow: 5px 5px 5px 1px #ccc;
	-webkit-box-shadow: 5px 5px 5px 1px #ccc;
	box-shadow: 5px 5px 5px 1px #ccc;
}

#tabContainer #tagContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: inherit;
}

.tabNameTag {
	width: inherit;
	float: left;
	border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	cursor: pointer;
}

#tabContainer #tagContainer .disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	opacity: 0.45;
}

.tabNameTag h2 {
	margin: 0px;
	color: #fff;
	width: 30px;
	padding: 7px 5px;
	text-align: center;
	font-family: Arial Black;
	font-size: 16px;
	line-height: 17px;
	/*
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);

	-moz-transform-origin: 50px 45px;
	-webkit-transform-origin: 50px 45px;
	-ms-transform-origin: 50px 45px;
	transform-origin: 50px 45px;

	*/
}

#tab_markersTag {
	background: #990000;
	height: 130px;
}

#tab_searchTag {
	background: #007700;
	height: 115px;
}

#tab_importanceTag {
	background: #0077cc;
	height: 185px;
}

#tab_routesTag {
	background: #997F7F;
	height: 115px;
}

#tab_daysTag {
	background: #4C0080;
	height: 85px;
}

#tabContainer #tabContents {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 210px;
	height: 610px;
	background: #fAfAf3;
	padding: 10px 10px 10px 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity: 0.95;
	overflow: auto;
}

#tabContainer #tabContents .tabContent {
	width: 100%;
	height: 100%;
	display: none;
	overflow: auto;
}

/****** mobile assets ********/

div.mobilePopup, div#mobile_msg, div#mobile_icon_myloc, div#mobile_icon_parisloc, div#mobile_icon_fullscreen {
	display: none;
}

/****** MARKER EDIT ********/

#markerEdit {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 730px;
	border: 1px solid #cdcdcd;
}

#markerEdit A {
	color: #0077cc;
	font-size: 14px;
	text-decoration: none;
}

#markerEdit input[type=text] {
	width: 330px;
	border: 1px solid #cdcdcd;
	padding: 4px 5px;
	font-size: 16px;
}

#markerEdit input.large[type=text] {
	width: 570px;
}

#markerEdit input.error[type=text] {
	border: 1px solid #ee0000;
}

#markerEdit span.fieldName {
	font-size: 13px;
}

#markerEdit .title {
	color: #FF9900;
	background: #424242;
	font-size: 19px;
	padding: 6px 2%;
	width: 96%;
}

#markerEdit .title .close {
	color: #FF9900;
	background: #424242;
	font-size: 17px;
	float: right;
}

#markerEdit .data {
	padding: 8px 2% 0;
	width: 96%;
	background: #fff;
	float: left;
}

#markerEdit .row {
	margin: 4px;
	width: 100%;
	float: left;
}

#markerEdit .row div {
	float: left;
}

#markerEdit .type {
	color: #222222;
	font-family: Times New Roman;
	height: 19px;
	margin: 4px 2px;
	padding-left: 25px;
	width: 100%;
}

#markerEdit .type div {
	font-size: 15px;
	margin-top: 1px;
}

#markerEdit #types {
	position: absolute;
	top: 67px;
	width: 250px;
	background: #fdfdfd;
	display: none;
	padding: 5px;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #efefef;
}

#markerEdit #types div {
	width: 200px;
	font-size: 14px;
	padding: 2px 0px 0px 30px;
	margin: 2px;
	height: 19px;
	cursor: pointer;
}

#markerEdit #types div:hover {
	background-color: #CEECF5;
}

#markerEdit .multipleSelection {
	padding: 4px 5px 4px 0;
}

#markerEdit .multipleSelection div {
	margin-right: 7px;
	color: #aaa;
	cursor: pointer;
	padding: 2px;
}

#markerEdit .multipleSelection div.selected {
	color: #2a2a2a;
	font-weight: bold;
}

#markerEdit A.delete {
	color: #AA0000;
}

#markerEdit .buttons A.save {
	color: #0077cc;
	font-size: 18px;
	float: right;
	margin-right: 10px;
}

#markerEdit .buttons A.delete {
	font-size: 18px;
	float: right;
	margin-right: 20px;
}

div#markerEdit div.markerIndex {
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
	color: #999;
}

div#markerEdit div#copyFrom {
	float: right;
	width: 280px;
	position: relative;
}

div#markerEdit div#copyFrom input {
	padding: 3px 4px;
	width: 180px;
	font-size: 12px;
}

div#markerEdit div#copyFrom #copyFrom_results {
	display: none;
	position: absolute;
	background: #444;
	width: 272px;
}

div#markerEdit div#copyFrom #copyFrom_results div {
	float: none;
	color: #eee;
	font-size: 14px;
	padding: 3px 15px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

/******************/

#polygonDiv {
	position: fixed;
	background: #fff;
	padding: 5px 20px;
	width: 200px;
	opacity: 0.9;
	display: none;
}

#polygonDiv h3 {
	font-weight: normal;
	font-size: 20px;
	color: #444;
	text-align: center;
}

#polygonDiv a {
	text-align: center;
	text-decoration: none;
	background: #F5F500;
	width: 50px;
	padding: 3px 4px;
	color: #444;
	display: block;
	margin: 4px auto 0;
}