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, body {
    height: 100%;
	font-family: Helvetica;
    font-size: 11px;
	margin:0;
	padding:0;
}
#container
{
	text-align:center;
	height:100%;
	width:100%;
}

#eventName
{
	font-size:18px;
	background:white;
	color:#444;
	height:150px;
	width:100%;
	position:relative;
	top:0;
}

#logo
{
	font-size:18px;
	background:white;
	color:#444;
	height:150px;
	width:100%;
	position:relative;
	top:0;
}

#right-side{
	color:#444;
	height:100%;
	overflow-y:scroll;
	background:white;
	opacity:0.85;
}

#content
{
	width:100%;
	height:100%;
	padding:0px;
	min-width:1000px;
}


#runners-outer
{
	width: 270px;
	height:100%;
	float:left;
	position:relative;
	top:0;
}


#runners
{
	background:#34495e;
	width:100%;
	text-align:center;
	position:absolute;
	top:150px;
	bottom:160px;
	color:white;
}

#runners-list
{
	width:100%;
	text-align:center;
	position:absolute;
	color:white;
	max-height: 95%;
	overflow: auto;

}

#informations
{
	background:#34495e;
	width:100%;
	text-align:left;
	position:absolute;
	top:150px;
	bottom:160px;
	color:white;
	font-size:14px;
}


#map-options
{
	padding-top:10px;
	background:#3498db;
	width:100%;
	height: 150px;
	text-align:center;
	color: white;
	font-size: 13px;
	position:absolute;
	bottom:0;
}

#menu-footer {
	padding-top:10px;
	background:#000;
	width:100%;
	height: 150px;
	text-align:center;
	color: white;
	font-size: 13px;
	position:absolute;
	bottom:0;
}


.option
{
	width: 90%;
	border-bottom:1px solid #fff;
	color:white;
	height:24px;
	margin: 8px 5%;
}

div.plus
{
	width:12px;
	height:12px;
	background:url(plus-icon.png);
	margin-left: 5px;
	float:left;
	cursor:pointer;
}

div.minus
{
	width:12px;
	height:12px;
	background:url(minus-icon.png);
	margin-left: 5px;
	float:left;
	cursor:pointer;
}

.runner
{
	width:90%;
	border-bottom:1px solid #999;
	color:white;
	height:24px;
	margin: 8px 5%;
    width: 90%;
}



.runner div
{
	margin-right:3px;
	float:left;
}

.runner-title
{
	color:white;
	height:24px;
	margin: 8px 5%;
    width: 90%;
}
.runner-title div
{
	margin-right:3px;
	float:left;
}


.checkbox
{
	width:20px;
	float:left;
	height:20px;
}

.custom-checkbox
{
	display:none;
}

.search input[type=text] {
  padding: 5px;
  font-size: 12px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

.marker
{
    float: left;
    height: 17px;
    width: 17px;
}
.runner-name
{
	float:left;
	height:20px;
	padding-top:3px;
	cursor:pointer;
	width:110px;
	text-align:left;
}

.last-call
{
	width:40px;
	text-align:left;
	height:20px;
	padding-top:3px;
}

.download-gpx
{
    background: url("download.png") no-repeat;
    cursor: pointer;
    height: 20px;
    width: 14px;
    margin-left: 6px;
    margin-top: 2px;
}

input[type="checkbox"] {
    /*display:none;*/
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(check_radio_sheet.png) -19px top no-repeat;
}

#map-canvas
{
height: 100%;
margin-left:270px;
min-width:730px;
background:#2d4665
}

a.tail {
color:white;
font-size:11px;
text-decoration:none;
}

a.highlighted {
font-weight:bold;
font-size:15px;
}

#replayPanel{
	width: 680px;
	height: 40px;
	background: #2c3e50;
	opacity: 0.85;
	border-radius: 5px;
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-205px;
	padding:5px;
	z-index: 1000;
}

#clock {
	font-size:25px;
	color:white;
	margin-left:20px;
	padding-top:5px;
	float:right;
	margin-right:20px;
	z-index: 1000;
}

#playpause {
	width:50px;
	height: 40px;
	float:left;
	cursor:pointer;
	z-index: 1000;
}

.pause {
background:url(pause.png);
background-size:40px 40px;
background-repeat:no-repeat;
}

.play {
background: url(play.png);
background-size:40px 40px;
background-repeat:no-repeat;
}

#timer {
	width:470px;
	margin-left:20px;
	height: 40px;
	float:left;
	background: #555;
	height:30px;
	margin-top:5px;
	margin-bottom:5px;
	cursor:pointer;
	z-index: 1000;
}

#timerWhite {
background:white;
height:30px;
width:1px;
z-index: 1000;
}

#loaded {
background:#333;
width:1px;
height:30px;
z-index: 1000;
}

#clockOnTop{
	font-size:25px;
	color:white;
	padding-top:5px;
	background: #2c3e50;
	opacity: 0.85;
	display:none;
	position:absolute;
	height:35px;
	width:120px;
	text-align:center;
	z-index: 1000;
}

.title
{
	font-size:22px;
	width:100%;
	margin-bottom:20px;
	padding-top:10px;
	display:inline-table;
}

.events
{
	min-height:100px;
	width:100%;
	margin-bottom:50px;
}

.event
{
	width:200px;
	font-size:16px;
	float:left;
	margin:1%;
	height: 190px;
}

.event-logo{
	width: 100%;
	text-align:center;
}

.event-name{
	padding-top:5px;
	width:100%;
	text-align: center;
}

.event-name a{
	text-decoration:none;
	color:#333;

}

.event-date{
	padding-top:5px;
	width:100%;
	text-align:center;
	font-size:14px;
}
img.event-image{
width:100%;
}

#wait_for_overlay
{
	position:absolute;
	width:300px;
	height:40px;
	color:white;
	background: #2c3e50;
	opacity: 0.85;
	border-radius: 5px;
	text-align:center;
	padding:30px;
	font-size:22px;
	display:none;
	top:50%;
	left:50%;
	margin-top:-50px;
	z-index: 1000;
}

#facebook
{
	position: fixed;
	bottom:10px;
	right:0px;
	background: #fff;
	background: url("facebook.png") no-repeat scroll 0 0;
	padding-left:52px;
	cursor:pointer;
	z-index: 1000;
}

#home
{
	background: url(home-icon.png);
	background-size:50px 50px;
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	top:170px;
	right:15px;
	opacity:0.85;
	cursor:pointer;
	z-index: 400;

}

#splits
{
	background: url(list.png);
	background-size:50px 50px;
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	top:90px;
	right:10px;
	opacity:0.85;
	cursor:pointer;
	z-index: 400;
}

.menu
{
	background-color:black;
	color:white !important;
	font-size: 14px !important;
	text-align:right;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
}

.menu a
{
		color:white !important;
		text-decoration:none;
		padding-left:15px;
}

.menu a:hover
{
		color:silver !important;
}

.menu a:visited
{
		color:white !important;
		text-decoration:none;
}


.runner-popup .leaflet-popup-content-wrapper {
  background: #2c3e50;
  color:#fff;
  font-size:11px;
  line-height:15px;
	transform: translate(50%,100%);
	padding: (0.5px,3px,0.5px);
	margin-left: 3px;
	opacity: 0.80;
	border-radius: 5px;
	box-shadow: 0 3px 14px rgba(0,0,0,0);
	pointer-events: none;
  }
.runner-popup .leaflet-popup-content-wrapper a {
  color:rgba(255,255,255,0.5);
  }

	.runner-popup .leaflet-popup-content{
		margin: 3px;
		padding: 0.5px 9px 0.5px;
	}
.runner-popup .leaflet-popup-tip-container {
  width:0px;
  height:0px;
  }
.runner-popup .leaflet-popup-tip {
  border-left:15px solid transparent;
  border-right:15px solid transparent;
  border-top:15px solid #2c3e50;
  }

	.runner-popup
	{
		margin-left: 17px;
	}

#loginForm td
{
	padding-top:10px;
}

.leaflet-control
{
	text-align: left;
}

#runnerFrame {
padding:20px;
color:white;
background:#34495ed0;
position:absolute;
display:none;
z-index: 999;
border-radius: 5px;
text-align: left;
}

.runner-frame-img {
	object-fit: cover;
	border-radius: 5px;
	float:left;
}

#runner-frame-container {
  margin-right:5px;
	min-width:300px;
}

#runner-frame-content {
  padding-left:5px;
	padding-top:5px;
}

#runner-frame-content h {
	margin-top: 4px;
	margin-left: 4px;
  font-size: 18px;

}
.runner-frame-columns {
	margin-top: 4px;
	margin-left: 4px;
	columns: 2;
 -webkit-columns: 2;
 -moz-columns: 2;
}

.runner-frame-columns li {
	margin-top: 4px;
}
.runner-frame-value {
	margin-top: 4px;
	margin-left: 4px;
  font-size: 13px;
}
.runner-frame-unit {
	margin-top: 4px;
  font-size: 9px;
}

#runner-frame-close {
	position: absolute;
	top: 7px;
	right: 7px;
}

#runner-frame-follow {
	position: absolute;
	top: 18px;
	right: 25px;
}


.clearfix {
    *zoom:1 /* for IE */
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}