@import url('//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css');
@import url(//fonts.googleapis.com/css?family=Raleway:400,100,700);
body{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	overflow: hidden;
}
#map_canvas {
    position: absolute;
    top:0;
    left: 0;
    z-index: -2;
	width: 100%;
    height: 100vh;
}
#widgets{
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.labels{
	width: 100%;
	min-width: 150px;

}
.label-title{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #f20;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: rgba(0,0,0,0.5) 0 0 5px 5px;
}
.label-content{
	font-family: 'Raleway', sans-serif;
        font-size: 12px;
	color: rgba(,0,0,0,0.6);
	font-weight: 400;
	line-height: 2em;
}
.marker{
	width: 10px;
	height: 16px;
}
#protocols, #last5, #statstat, #top5{
	background: rgba(0,0,0,0.4);
    	/*border: 1px solid #336699;*/
	border: rgb(99, 122, 167) solid 1px;
	color: rgba(255,255,255,0.8); 
	padding: 10px 30px;
	min-height: 10px;
	min-height: 150px;
}
#protocols li, #last5 li, #statstat li {
	list-style: none;
	margin-left: -20px;
	margin-bottom: 5px;
}
#top5 li{
	 margin-bottom: 5px;
}
h1,h2,h3,h4{
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	
}
h2{
	margin-bottom: 20px;
	font-size: 40px;
	color: rgba(255,255,255,0.6);
}
h3{
	font-weight: 400;
	color: rgba(25,140,255,0.8);;
	display: block;
	padding: 5px;
	margin: 0px;
	border-top: rgb(99, 122, 167) solid 1px;
	border-left: rgb(99, 122, 167) solid 1px;
	border-right: rgb(99, 122, 167) solid 1px;
}
/* Colors */

.red{
	color: #DD0000;
}
.blue{
	color: 	#336699;
}
.purple{
	color: #4F5B93;
}
.yellow{
	color: #fbec5d;
/*	text-shadow: 0px 0px 5px #000;*/
}
.pink{
	color: #FF69B4;
}
.green{
	color: #007700;
}
.brown{
	color: #4c250a;
}


.gmnoprint, .gm-control-active .gm-fullscreen-control {     display: none; 
visibility: hidden;}

.scanlines {
display:none;
  /*position: relative;*/
  overflow: hidden;
}
.scanlines:before, .scanlines:after {
  display: block;
  pointer-events: none;
  content: '';
  position: absolute;
}
.scanlines:before {
  width: 100%;
  height: 5px;
  z-index: 2147483649;
  background: rgba(0, 128, 128, 0.5);
  opacity: 0.75;
  -webkit-animation: scanline 6s linear infinite;
          animation: scanline 6s linear infinite;
}
.scanlines:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483648;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 51%);
  background-size: 100% 0.5%;
  -webkit-animation: scanlines 1s steps(60) infinite;
          animation: scanlines 1s steps(60) infinite;
}

/* ANIMATE UNIQUE SCANLINE */
@-webkit-keyframes scanline {
  0% {
    -webkit-transform: translate3d(0, 200000%, 0);
            transform: translate3d(0, 200000%, 0);
  }
}
@keyframes scanline {
  0% {
    -webkit-transform: translate3d(0, 200000%, 0);
            transform: translate3d(0, 200000%, 0);
  }
}
@-webkit-keyframes scanlines {
  0% {
    background-position: 2% 50%;
  }
}
@keyframes scanlines {
  0% {
    background-position: 0 50%;
  }
}
.button{
    float: right;
    color: #fff;
    line-height: 2em;
    font-size: 0.5em;
    cursor: pointer;
    background: rgba(0,255,255,0.2);
    padding: 0px 15px;
    margin-left: 5px;
    border-radius: 11px;
}
