
#map_canvas .opacity {
	opacity : 0.1;
	filter: alpha(opacity = 10);
}

#map_canvas.route {
	min-height: 320px !important;
	width: 100%;
}

#map_canvas div.gm-style-moc {
	z-index: 1 !important;
}

#statusBar {
    height: 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#statusBar .currentState {
    background: #ffae00;
    height: 4px;
}

.overlay {
    background: #FFFFFF;
    height: 100%;	
    opacity: 0.5;
    /* ie opacity  brauch ich noch */
    position: absolute;
	left: 0;
    top: 0;
    width: 100%;
}

.fixedOverlay {
	background: #FFFFFF;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}

/**
    erstmal nicht, die events werden nicht durchgereicht
    siehe hier: http://www.sports-tracker.com/#/workout/andirockt/9a5vegs03ch5qdkq

.darkEdges {
    background:none !important;
    display: block;
    float: left;
    width: 100%;
    height: 100%;

    color: transparent;
    text-indent: -9999px;

    position: absolute;

    top: 0;

    pointer-events: none;

    -webkit-box-shadow: 0 0 120px 30px #000000 inset;
    box-shadow: 0 0 120px 30px #000000 inset;
    /* webkit browser*
    -moz-box-shadow: 0 0 120px 30px #000000 inset;
} */

.loader {
	background: url("../images/loader.png") center center no-repeat;
	height: 100%;
	
    opacity: 0.9;
    /* ie opacity  brauch ich noch */
	width: 100%;
}

.loader.grey {
    background: url("../images/loader-grey.png") center center no-repeat;
}

.gmnoprint {
	margin: 12px 0 0 1px;
}

.infobox-wrapper {
	background: #fff; 
	border-left: 1px solid #ab6c00;
 	border-top: 1px solid #ab6c00; 
 	border-right: 1px solid #ab6c00;
 	font-size : 11px;
 	line-height: 18px !important;
	min-height: 75px;
	padding: 1px;
}

.infobox-wrapper p {
	font-size: 11px !important;
	line-height: 18px !important;
	margin: 0 0 0 1px !important;
}

.infobox-wrapper p.float_right {
	float:right;
	margin-right: 2px !important;
}

.infobox-wrapper p a {
	color: #8A4700;
	text-decoration: none;
}

.infobox-wrapper h2,
.infobox-wrapper h2 a {
    color: #3F2700 !important;
    font-size: 12px;
    line-height: 12px !important;
}

.infobox-wrapper h2 a:hover,
.infobox-wrapper h2 a:active,
.infobox-wrapper h2 a:focus {
	text-decoration: none !important;
}

.infobox-wrapper h2 {
	display: block;
	margin: 1px 0 0 1px;
	padding-right: 10px;
}

.infobox-wrapper .clear {
	clear: both;
}

/*** timeline control ***/

.timeline-control .toggle-timeline {
	cursor: pointer;
}

.timeline-control .toggle-timeline {
	background: url("../images/buttons/timeline.png") no-repeat;
	background-position:  -0px -0px; 
	height: 27px;
	width: 79px;
}

.timeline-control .toggle-timeline.active, .timeline-control .toggle-timeline:hover {
	background-position:  -0px -27px; 
	height: 27px; 
	width: 79px;
}


/**** category control ***/

.category-control .toggle-category {
	cursor: pointer;
}

.category-control .toggle-category {
	background: url("../images/buttons/category.png") no-repeat;
	background-position:  -0px -0px; 
	height: 27px;
	width: 151px;
}

.category-control .toggle-category:hover,
.category-control .toggle-category.active {
	background-position:  -0px -27px; 
	height: 27px; 
	width: 151px;
}


.category-control .category-wrapper {
	background: #fff;
	padding: 1px;
	width: 200px;
}


.category-control .categories {
    background-image: url("../images/category-verlauf.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    
    border: 1px solid #AB6C00;
    color: #3F2700;
    font-size: 12px;
    line-height: 18px;
}

.category-control .categories p.small {
	font-size: 11px !important;
	line-height: 20px !important;
	margin: 0px 5px !important;
}

.category-control .categories ul {
	margin: 5px 0 0 0 !important;	
}

.category-control .categories ul, 
.category-control .categories ul li {
	list-style-type: none;
	margin: 0px;
}

.category-control .categories ul li {
	padding: 3px;
}

.category-control .categories ul li .dots9 {
	margin: 5px;
}

.category-control .categories ul li:hover {
	cursor: pointer;
}

.category-control .categories ul li.not-active .dots9 {
	background-position:  -0px -0px; height: 9px; width: 9px !important;
}

.category-control .categories ul li .category-title {
	width: 170px;
}