/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px 'Open Sans', sans-serif;}
html, body, main {
	-mozbox-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

#page-header {
	width: 100%;
	background: #111;
}

#page-header-inner {
	display: block;
	width: 960px;
	margin: 0 auto;
}

#page-header-inner img {
	display: block;
}

#map-canvas {
	width: 100%;
	height: 100vh;
	background: url('../images/map-back.jpg') left top no-repeat;
	background-size: cover;
}

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

#control-wrapper {
	width: 686px;
	height: 61px;
	margin: 0 auto;
    background: rgba(30,30,30,0.9);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 343px);
    padding: 10px 10px 0 10px;
}

#slider {
	position: absolute;
	width: 600px;
	bottom: 22px;
	margin-left: 60px;
	background: #c2c2c2;
}

#slider .ui-slider-handle {
	background: transparent url('../images/slider-handle.png') center center no-repeat;
	border: none;
	border-radius: 0;
}

#tooltip {
	border: none;
	border-radius: 3px;
	background: rgba(30,30,30,0.9);
	color: white;
	position: absolute;
    top: -32px;
    left: -250%;
    padding: 4px;
    white-space: nowrap;
}

.infoBubbleContent {
	color: #fff;
	font-size: 14px;
	padding-bottom: 10px;
}

#btn-play {
	cursor: pointer;
	display: none;
}

#btn-stop {
	cursor: pointer;
}

#time-display-div {
	top: auto !important;
	bottom: 7px;
    left: calc(50% - 348px) !important;
}

.ui-datepicker-trigger {
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: -3px;
	background: transparent;
}

.ui-datepicker {
	font-size: 10pt;
}

.style57 {
	border-style: solid;
	border-color: #FFFFFF;
}

.style58 {
	color: #0000FF;
	font-size: large;
}

.gmnoprint img {
    max-width: none; 
}

aside#date-control {
	position: fixed;
	top: 62px;
	left: 5px;
	background: #111;
	background: rgba(30,30,30,0.9);
	color: #fff;
	width: 364px;
	padding: 10px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	max-height: 150px;
}

aside#legend {
	position: fixed;
	top: 135px;
	left: 5px;
	background: #111;
	background: rgba(30,30,30,0.9);
	color: #fff;
	width: 364px;
	padding: 10px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#legend-wrapper {
	max-height: calc(100vh - 290px);
	overflow-y: auto;
}

#btn-refresh, .syncDatabaseBtn {
	float: right;
	margin-top: 10px;
	color: #c2c2c2;
}

#btn-refresh:hover, .syncDatabaseBtn:hover {
	color: #fff;
}

.syncDatabaseBtn {
margin-left: 5px;
}

aside#playback-control {
	position: fixed;
	bottom: 5px;
	left: 5px;
	background: #111;
	background: rgba(30,30,30,0.9);
	color: #fff;
	width: 364px;
	padding: 10px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	max-height: 150px;
}

aside h2 {
	color: gold;
	font-weight: bold;
	text-transform: uppercase;
}

aside#date-control h2 {
	margin-bottom: 5px;
}

#date-control-wrapper {
	background: #666564;
	padding: 1px;
	border-radius: 2px;
}

#date-control-wrapper label {
	background: #1c1c1b;
	padding: 4px 2px 3px;
	border-radius: 2px;
}

#date-control-wrapper input[type=text] {
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent;
	margin-bottom: 3px;
	margin-left: 2px;
	width: 70px;
	text-align: right;
}

#date-control-wrapper .ui-datepicker-trigger {
	margin-left: 2px;
    margin-top: 5px;
    margin-right: 10px;
}

aside#legend h3 {
	cursor: pointer;
}

aside#legend ul {
	display: none;
	background: rgba(48,48,48,0.9);
	padding: 5px;
	float: left;
	margin-top: 5px;
	width: 100%;
}

aside#legend .map-marker {
	display: block;
	float: left;
	clear: left;
	width: 13px;
	height: 13px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #efefef 1px solid;
	margin: 0 6px 0 0;
}

aside#legend li {
	display: block;
	float: left;
	clear: right;
	width: 100%;
	line-height: 11px;
	color: #fff;
	padding: 3px;
	font-size: 11px;
	cursor: pointer
}

aside#legend li.inactive {
	color: #666;
}

aside#legend li.inactive .map-marker {
	border-color: #aaa !important;
    background-color: #666 !important;  
}

aside#playback-control h2 {
	margin-bottom: 3px;
}

aside#playback-control label {
	width: 42px;
	display: inline-block;
}

aside#playback-control input[type=number] {
	border: none;
	font-weight: bold;
	color: #333333;
	background: #c2c2c2;
	margin-bottom: 2px;
	margin-left: 8px;
	margin-right: 2px;
	width: 46px;
	text-align: left;
	padding: 2px 0 2px 4px;
}

.minimize {
	float: right;
	color: #c5c5c5;
	background: #767574;
	display: block;
	font-size: 10px !important;
    font-weight: normal !important;
    padding: 1px 2px 0;
    cursor: pointer;
}

@keyframes loadfade {
    0% {
        width: 1%;
    }
    20% {
        width: 20%;
    }
    40% {
        width: 40%;
    }
    60% {
        width: 60%;
    }
    80% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes loadfade {
    0% {
        width: 1%;
    }
    20% {
        width: 20%;
    }
    40% {
        width: 40%;
    }
    60% {
        width: 60%;
    }
    80% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes loadfade {
    0% {
        width: 1%;
    }
    20% {
        width: 20%;
    }
    40% {
        width: 40%;
    }
    60% {
        width: 60%;
    }
    80% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}
@-o-keyframes loadfade {
    0% {
        width: 1%;
    }
    20% {
        width: 20%;
    }
    40% {
        width: 40%;
    }
    60% {
        width: 60%;
    }
    80% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}

#overlay {
	background: rgba(0,0,0,0.65);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100vh;
}

#loader {
	position: absolute;
	top: calc(50% - 67px);
	left: calc(50% - 122px);
	text-align: center;
	color: #fff;
	z-index: 10001;
}

#progress-bar-wrapper {
	width: 250px;
	background: transparent;
	border: #ccc 1px solid;
	padding: 2px;
	margin-top: 20px;
}

#progress-bar {
	background-color: #ccc;
	height: 10px;
	-webkit-animation: loadfade 20s infinite;
  	-moz-animation:    loadfade 20s infinite;
  	-o-animation:      loadfade 20s infinite;
  	animation:         loadfade 20s infinite;
}

#video-loader {
	padding: 16px 13px 16px 14px;
}

#refreshdatabase input[type="password"] {
	border-radius: 4px;
	width: 98%;
	border: 1px solid #ddd;
}

/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
		
}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}