﻿
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;*/
}

fieldset {
	display: block;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
	-webkit-padding-before: 0.35em;
	-webkit-padding-start: 0.75em;
	-webkit-padding-end: 0.75em;
	-webkit-padding-after: 0.625em;
	border: 2px groove threedface;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	min-width: -webkit-min-content;
	/*margin:5px;*/
	border-radius:5px;
	padding:5px;
	width:19vw;
}
/*fieldset .selectionBorderMain{
	width:39.5vw;

}*/

.dijitToggleButton .dijitButtonNode {
	padding: 0 !important;
}
.dijitButtonText {
	padding: 0 !important;
}
.lionSelectorHolder{
	height:25vh;
	overflow-x:hidden;
	overflow-y:hidden;
}
.lionSelectorChild{
	float:right;
	height:20vh;
	width:50%;
	overflow-x:hidden;
	overflow-y:auto;
}


	  /*   loading   */
#loading-outer {
  height: 40%;
  width: 60%;
  position: absolute;
  z-index: 999;
  background-color:#808080;
  opacity:0.9;
  border-color:#ffffff;
  border-style:solid;
  border-width:2px;
  -moz-border-radius: 4px;
  display:none;
}

#loading-inner {
	left: 25%;
	position: absolute;
	text-align: center;
	top: 35%;
	width: 50%;
}
#loading-outer h1 {
	font-size: 36px;
	margin-bottom: 50px;
	color: #fff;
	text-transform:none;
	text-shadow: 0 1px 1px #000;
}
#loading-outer h3{
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5)
}
#loading-inner .progress {
	border: 5px solid #ffffff;
	border-radius:0;
	width:50%;
	margin:0 auto;
}

/*   lion query   */
/*.lionDialog {
	height: 700px;
	width: 680px;
	position: relative;
	z-index: 997;
	background-color:#ffffff;
	color:#000000;
	overflow:visible;
	margin:4px;
	border:2px;
	opacity:1;
	border-bottom-style:solid;
	border-color:#444;
	-moz-border-radius: 4px;
}*/
/*.lionDialog_underlay {
	display:none
}*/

.histogram-timeslider {
  overflow-x: hidden;
  height: 160px;
  font-family: arial,sans-serif;
  background-color:#ffffff;
  color:#444;
}

.histogram-timeslider #histogram-range {
  background-color:#ffffff;
  color:#0094ff;
  font-size: 10pt;
  width:100%;
}

#histogram-container text, #histogram-range {
  background-color:#ffffff;
  font-family: sans-serif;
  color:#444;
}
/*#mapPane {
  width: 100%;
  height: 100%;
  border-right: solid 1px none;
  border-bottom: solid 1px none;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}*/

#wrapper {
	min-height:100%;
	position:relative;
}

section{
	/*float:right;*/
	 height:100vh;
	 overflow:hidden;
}
#mapHolder{
	width:80vw;
	left:20vw;
	height:100%;
	float:right;
}
.sideCol{
	width:20vw;
    overflow-y: scroll;
    overflow-x: hidden;
}
.sideColItem{
    margin-bottom: 50px;
}


/*.buttonContent{
	width:25vw;
	max-height:50vh;
	overflow-y:auto;
	background-color:white;
	border-color: #C85C19;
	border-width: .25em;
	border-style:solid;
	color:#36AD47;
	font-weight:bold;
	padding:1vw;

}*/
/*#toolsContainer{
	position:absolute;
	left:60vw;
	transform: translateY(50%);
}*/
.lionSelector label{
	text-align:center;
	display:block;
}
.centeredText{
	text-align:center;
	margin-top:5px;
}

/*.lionScaleB {
  left: 25%;
  bottom: 25px;
}*/
.bottomMargin{
	margin-bottom:10px;
}
.disabledDiv {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
.lionsScalebar{
	left:21vw;
}

.dijitButton, dijitButtonNode{
	margin:0;
	padding:0;
}
.customZoomIn:before {
	content: "\f00e";
	font-size: 16px;
}

.customZoomIn {
	text-align: center;
	border: 0 none;
	background: #f5f5f5;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.25);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: inherit;
	vertical-align: bottom;
	line-height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
}

.customZoomOut:before {
	content: "\f010";
	font-size: 16px;
}

.customZoomOut {
	text-align: center;
	border: 1px none;
	background: #f5f5f5;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.25);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: inherit;
	vertical-align: bottom;
	line-height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
}

body::-webkit-scrollbar {
	width: 1em;
}
 
body::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
		-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


/*button:focus {
  outline: none
}*/

.lion_section_title {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.3em;
    border: 2px;
    color: #0094ff;
}
