html
{	font-family: "Trebuchet MS",Helvetica,sans-serif;
}
body
{
margin: 0px;
}
#select
{	position:fixed;
	width:20%;
	height:100%;
  border-width: 0px 1px 0 0px;
  border-style: solid;
	top:0; bottom:0;
  padding: 5px;
  overflow: scroll
}
#map,
.left-box
{	position:fixed;
	width:39.5%;
	height:100%;
	top:0; bottom:0;
  overflow: hidden;

}

#map, #img {
	cursor: crosshair;
}
#map
{	right:0;
}
.left-box
{	left:21%;
}

#loading img
{	max-height: 200px;
	display: block;
	margin: auto;
}

.fullpage .left-box
{	top:auto;
	width:200px;
	height:200px;
	z-index:2;
	border-radius:0 10px 0 0;
	background:#fff;
	padding:5px;
}
.fullpage #img .ol-control
{	display: none;
}
.fullpage #img .ol-fullpage
{	display: block;
}
.fullpage #img .ol-viewport
{	border-radius:0 10px 0 0;
}

.fullpage #map
{	left:20%;
	width:80%;
}

#instructions {
  padding: 10px;
  width: 36%;
  overflow: scroll;
}

.ol-mask,
.overview,
.ol-helmert
{	top:0.5em;
	right:0.5em;
}
.ol-helmert
{	top:0.5em;
	right:2.5em;
}

.ol-helmert.ol-active button
{	background-color: rgba(0, 136, 60, 0.5);
}
.ol-helmert.ol-active button:focus,
.ol-helmert.ol-active button:hover
{	background-color: rgba(0, 136, 60, 0.9);
}

.ol-fullpage
{	bottom:0.5em;
	left:0.5em;
}
.ol-fullpage button:before
{	content: "\00ab"
}
.fullpage .ol-fullpage button:before
{	content: "\00bb"
}

.fullpage .ol-fullpage
{
	z-index:10;
}

.dialog .modal
{	position:fixed;
	width:100%;
	height:100%;
	left:0; right:0;
	top:0; bottom:0;
	background-color:rgba(0,0,0,0.5);
}
.dialog .inner
{	position:absolute;
	left:50%;
	top: 20%;
	margin-left:-250px;
	width:500px;
	background:#fff;
	border:3px solid #369;
	border-radius:5px;
	padding:1em;
	box-sizing: border-box;
	overflow: hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dialog.hidden .inner
{	transform: scale(0);
	-webkit-transform: scale(0);
}
.dialog.hidden .modal
{	display:none;
}


.btn
{	color:#fff;
	background:#369;
	padding:0.5em;
	text-decoration:none;
	cursor:pointer;
	display:inline-block;
}

h1
{	color:#369;
	margin: 0.25em 0;
}

.ol-mouse-position
{	background: rgba(255,255,255,0.5);
	top:auto;
	right:auto;
	bottom:8px;
	left: 3em;
	padding:0 0.5em;
}

#gcd-container {
  width: 70%;
  left: 3px;
}

.ol-info
{	right: 0.5em;
	bottom:0.5em;
}
.ol-info button
{	padding-bottom:0.3em;
}

.search-item
{ display: inline-block;
  padding: 5px;
  width:100%;
  text-align: left;
}

.raised-box {
    padding: 5px 5px 5px 5px;
    border: 1px solid #000000;
    margin-bottom:2px;
}


.dl-horizontal {
      font-size: 0;
}

      dt, dd {
        margin: 4px 0;
        font-size: 12px;
        vertical-align: top;
      }

      dt {
        width: 30px;
        padding-right: 10px;
        /* background-color: aquamarine; */
      }

      dd {
        font-size: 12px;
        font-weight: 300;
        text-align: left;
        padding-left: 4px;
        width: 80%;
        display: inline-block;
        /* background-color: tomato; */
      }


      .value-lg {
        font-size: 24px;
      }

.button {
    background-color: #FFFFFF; /* Green */
    border: none;
    padding: 15px 15px;
    margin-top: 2px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000000;
  }


#search-box {
  font-size: 12px;
  padding: 10px 0px;
  border-top: 1px;
  width: 100%;
  display: table;
}

#event-search {
  width: 95%;
  display: table-cell;
}

#search-box label {
  display: table-cell;
}

#footer {
  font-size: 12px;
  margin: 5px;
  width: 100%;
}
