html.usage{
 
  padding: 0;
  margin:auto; text-align:center;
  overflow:hidden;
  height: 30px;
  width: 75%;
}

body {
	background:#f0f8de;
	padding: 0px;
	margin:0px;
	color:#f09310;
	font-family:Arial;
}

body.loginPage { height: 270px;}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
div.mainPage {
    transition: margin-left .5s;
    padding: 12px;
    border: 0px;
    position: relative; 
    top: 0px;
    left: 0px;
    height: 400px;
    width:97%;
}
div.logo {
	/*background-color:#005a7e;*/
    height:50px;
	padding:3px;
    margin-left: 5%;
	display:inline-block;
	vertical-align:top;
}
div.info {padding-left: 0;padding-right: 0px;}
div.sidebar-pane { padding-left:0px; padding-right:0px; padding-top: 0px; border: 2px solid #969696;}
iframe.mainPage {
  height: 300px;
  width:50%;
  margin-left:25%;
}
iframe.grn {
  height: 100%;width:100%;
}
.center{margin: auto;width: 96%;text-align:center;} 
h2.center{width:200px;}
h3.center{width:200px;}
 
span.grid {  margin:auto;width:96%;padding:3px;} 
 
table { 
  width: 100%;
  border: 0px solid black;
  margin-left:auto; 
  margin-right:auto;
  padding: 0px;
  border-spacing: 1px;
  background: white;
  overflow-x:scroll;
}
table.details {border: 1px solid black;}
table.editform{
  border-collapse: collapse;
  border: 1px solid black;
}
table.main {  padding:3px; border-spacing: 1px 1px; border: 1px solid black; }
table.flags {border-spacing: 12px 1px;}
table.load {
  background: #e1e1e1;
}
tr.even { background:#e3f4f9;}
tr.details {background:#eaf0fa;text-align:left;}
th {
 font-family: arial;
 font-style: bold;
 font-size: 10px;
}
th.details { color:#b71232;text-align:center; }
th.load {
  float: center;
  padding-bottom: 15px;
}

th.label{
  font-family: arial;
  background:#e1e1e1;
  color: black;
  padding: 10px;
  text-align:center;
}
th.value {
  border: 1px solid #000000;
  background: #D0DEEE;
  text-align:right;
  color:#C80912;
  padding: 10px;
}
th.myHeader {
  background: #f2f2f3; /*  #D0DEEE; */
  text-align:center;
  color: black; /*#074B8F;*/
  padding: 10px;
  margin: 0px;
  border: 1px solid black;/* #074B8F;*/
}
td {
 font-family: arial;
 font-size: 10px;
 color: black;
}

td.load {
  padding: 10px;
}
td.label {
  background:#f9f9f9;
  text-align: right;
  padding: 5px;
}
td.value {
  background:#EFF4FA;
  text-align: right;
  padding: 5px;
}
td.left {
  border: 1px solid black;
  text-align: left;
  padding: 5px;
}
td.right {
  width: 130px;
  border: 1px solid black;
  text-align: right;
  padding: 5px;
}
td.footnote{ font-family: arial; font-size: 8pt; text-align:left; white-space:nowrap; }
td.date{ font-family: arial; font-size: 9pt; font-style: bold; text-align:center; }

a.flags:link {
  color: black;
  border-style:none;
  text-decoration: none;
  background-color: white;
  font-weight: bold;
  font-size:12px;
  padding:0px;
  }
 a.flags:visited {
  color: black;
  text-decoration: none;
  background-color: white;
  font-weight: bold;
  font-size:12px;
  padding:0px;
}
a.flags:hover {
  color: orange;
  background-color: white;
  font-size: 12px;
  font-weight:bold;
  padding: 0px;
}
/* a.footer:link {
  position: relative; bottom:40px; height:25px;width: 40%;
  margin: auto;text-align:center;
  color:white;
}
a.footer:visited {color:white;}
a.footer:hover {color:yellow;} */

a:link { color: white; } 
a:visited { color: white; } 
a:hover { color: #f09310; } 

footer {
  color: white; background-color: #7fbcff; 
  word-wrap: normal; height: 100%;
  margin:auto;padding-left: 15px; padding-right:15px;  padding-top:10px;
  font-family: Sans,Arial;font-size: 14px;font-weight: bold;line-height: 14px;
  /* Border Radius */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; 
}
.footer{
  position: relative; 
  margin: auto;text-align:center;
}
p.usage{
  color: white; background-color: black; 
  word-wrap: normal; height: 100%; width: 500px;
  margin-left: auto; margin-right:auto;  padding-top:12px;padding-bottom:12px; 
  font-family: Sans,Arial;font-size: 14px;font-weight: bold;line-height: 14px;
  /* Border Radius */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
iframe.ftrFrm{
  width:100%;margin:auto;text-align:center;border:0;
}

.center{ text-align: center;}
.pRight{ text-align: right }
.error { color: red; }

.menubtn {
    color: black;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
}

.dropbtn {
    background-color: #D0DEEE;
    color: #074B8F;
    padding: 10px;
    margin-left: 5%;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: D0DEDD;
}

.dropdown {
    float: left;
    left: 220px;
    position: relative;
    display: inline-block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 210px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
    padding: 1px;
}

.dropdown-content a {
    color: black;
    padding: 1px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

hr{
  height:2px;border-width:0;color:#b71232;background-color:#b71232;
}

img.btn20 {
  height:20px;
}

img.logo {
  height:44px;
  padding-left:5px;
  padding-top:3px;
  padding-bottom:3px;
}
button.divBtn {
    background-color: #D0DEEE;
    color: #074B8F;
    padding: 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    margin-left:10%;
}
input { 
  padding: 3px;
  margin: 5px;
}
.ok { 
	background-color: #0a8819; 
	color: white; 
	padding: 5px;
}

.invalid {
	background: red;
	color: #FDFDFD;
}
#grn {height:100%;width:100%}
#home,#info, #search, #help, #settings {
  font-weight: bold;
  font-size: x-large;
  height:100%;width:100%;
  margin: 0;padding:0;
}
#legend {
  height: 700px;overflow:hidden;
  font-weight: bold;
  font-size: x-large;
  margin: 0;padding:0;
}
#noscroll {overflow: hidden;}
h1.header {
  color: black; /* #b71232;*/
  text-align: center;
  margin-top: 0px;
  padding-top: 0px;
  font-family: arial;
  font-size: 14pt;  
  font-weight:normal;
}
#closehome {
  font-weight: bold;
  color: #b71232;
  text-align: right;
  margin-top: 0px;
  font-size: 15pt;
}
p.content {
  font-weight: normal;
  font-family: arial;
  font-size: medium;
  color: black;
  text-align: left;
}
#message {
	width: 100%;
}
#myGrid {height: 600px; }

#map { position: absolute; top:0; bottom:0; right:0; left:0; margin:0; padding:0;}
#myMap {
  height: 500px; width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 5%;
  padding: 0px;
  border: solid #005a7e 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
}
#mySmallMap {
  height: 400px; width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 5%;
  padding: 0px;
  border: solid #005a7e 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
}
#myMedMap {
  height: 400px; width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 0%;
  padding: 0px;
  border: solid #005a7e 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
}
form.mapType {
  border: 0; background-color: transparent;
  padding-left:5px;padding-right:5px;padding-top:0px;
  font-size: 20px;
}
option { padding: 1px; font-family: "Courier New", Courier, monospace;}
/* Change cursor when mousing over clickable layer */
.leaflet-clickable {
  cursor: crosshair !important;
}
/* Change cursor when over entire map */
.leaflet-container {
  cursor: pointer !important;
}

@media only screen and ( max-width: 40em ) /* 640 */
{
 #myMap {
  height: 500px; width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 5%;
  padding: 0px;
  border: solid #005a7e 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
}
 #info_main{
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 5%;
  padding: 0px;
  border: solid red 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
 }    
 .footer{
  position: relative; bottom:15px; height:40px; width: 100%;
  margin: auto;text-align:center;
}   
    
    
}    