@charset "UTF-8";

html, body, #map {
  height: 100%;
}
.open {
  display: inherit;
}
.close {
  display: none;
}
/* query as text */
#queryTextContainer {
  width: 830px;
  position: fixed;
  background-color: black;
  color: white;
  z-index: 99999;
  bottom: 40px;
  left: 24%;
  height: auto;
  padding: 0px 6px;
}
/* coordinates */
#coordinatesContainer {
  width: auto;
  background-color: black;
  color: white;
  z-index: 99999;
  bottom: 10px;
  left: 36%;
  position: fixed;
  height: 24px;
  padding: 0px 6px;
}
/* scale bar */
.ol-scale-line:hover {
  cursor:pointer !important;
}
/* ajaxLoading */
#ajaxLoading {
  height: 100%;
  width: 100%;
  color: white;
  font-size:2em;
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.6);
}
/* toolbox */
#openToolbox {
  cursor: pointer;
  color: rgba(255,255,255,0.7) !important;
}
#openToolbox:hover {
  color: white;
}
#toolbox {
  float:left;
  padding-right: 25px;
  clear:both;
}
#toolboxContainer {
  background-color: rgba(34,34,34,1);
  position: fixed;
  top: 48px;
  right: 0px;
  z-index: 9999;
/*  border-radius: 5px;
  border: solid rgba(255,255,255,0.4);*/
  color: rgba(255,255,255,0.8);
/*  margin: 1px; */
  padding: 10px;
  width: 630px;
}

/* search Settings and container */
#openSearchSettings {
  cursor: pointer;
  color: rgba(255,255,255,0.7) !important;
}
#openSearchSettings:hover {
  color: white;
}
#searchSettings {
  float:left;
  padding-right: 25px;
}
#searchSettingsContainer {
  background-color: rgba(34,34,34,1);
  position: fixed;
  top: 48px;
  right: 0px;
  z-index: 9999;
/*  border-radius: 5px;
  border: solid rgba(255,255,255,0.4);*/
  color: rgba(255,255,255,0.8);
/*  margin: 1px; */
  padding: 10px;
  width: 563px;
}
#searchSettingsContainer span {
  vertical-align: middle;
}
#searchSettingsContainer input {
  vertical-align: middle;
}
/* profile icon and container */
#userProfileInner {
  padding: 0px 15px 15px 15px;
  color: rgba(255,255,255,0.8);
}
.userTitle {
  font-size: 24px;
}
#userInfo {
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 57px;
  left: 350px;
  z-index: 9999;
  border-radius: 5px;
  border: solid rgba(255,255,255,0.4);
  color: white;
  margin: 1px; 
  padding: 10px;
  min-width: 150px;
  height: 100px; 
}
#userProfile {
  cursor: pointer;
  padding-top: 5px;
  height: 2.3em !important;
  width: 2.3em !important;
}
#userCircle {
  font-size: 2.3em !important;
  color: rgba(255,255,255,0.2) !important;
}
#userUser {
  font-size: 1.4em !important;
  color: rgba(255,255,255,0.6) !important;
}
#userUser:hover {
  color: white !important;
}
/* index footer */
#footer-copyright {
  padding-top: 100px;
  color: rgba(0,0,0,0.4);
  text-align: center;
  width: 100%;
}

/* modal ..? */
.modal-header, h4, .close {
    background-color: #5cb85c;
    color:white !important;
    text-align: center;
    font-size: 30px;
}
.modal-footer {
    background-color: #f9f9f9;
}

/* login/register */
#title {
  padding: 25px;
}
#title span {
  font-size: 20px;
}



#loginRegisterContainer {
  position: fixed;
  height: 100%;
  width: 100%;
}

#loginForm {
  margin-top: -20px;
}
#loginInput {
  top: 200px;
  left: 500px;
  color: white;
  position: fixed;
}

/* end login/register */


/*ol3 -- layer toggle */
#layerControlToggle {
  position: fixed;
  top: 170px;
  right: 7px;
  z-index: 999;
  background-color: rgba(0,87,156,0.8) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  border-width: 4px;
}
#layertreeTitle {
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 15px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}
#layerToggle li:hover {
  cursor:pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#layertree {
  background-color: rgba(0,0,0,0.8) !important;
  color: rgba(255,255,255,0.8) !important;
  position: fixed;
  top: 225px;
  right:10px;
  z-index: 999 !important;
  padding: 20px;
  border: 1px inset #ccc; 
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#layerToggle li {
  margin: 10px 0px;
  list-style:none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  text-align: center;
}
#layerToggle .checkbox {
  padding-left: 20px;
}
#layerToggle {
  margin-right: 24px;
  padding: 0px 10px 0px 30px;
}
#layerToggle li span {
  display: block;
  padding: 10px;
  font-size: 16px;
}
#layerToggle li fieldset {
  padding: 20px;
}
/* end ol3 -- layer toggle */

/* top navigation */
#nav-left {
  min-width: 210px;
}
.navbar {
  height: 50px !important;
}

/* current species */
.currentSpecies {
  padding-left: 7%;
}
#speciesSelection {
  font-style: italic;
}
/* iplant container and logo */
.iplantContainer {
  z-index: 100;
  position: fixed;
  bottom: 40px;
  left: 10px;
}
.iplantImg {
  height: 75px;
}
.nceasContainer {
  z-index: 100;
  position: fixed;
  bottom: 40px;
  left: 250px;
}
.nceasImg {
  height: 75px;
}

/* bien group container and logo */
.bienContainer {
  z-index: 100;
  position: fixed;
  bottom: 40px;
  right: 10px;
}
.bienImg {
  height: 80px;
}

/* additional pages */
.navPadding {
  padding-top: 120px;
}

/* autocomplete */
.ui-autocomplete {
  z-index: 2000 !important;
  max-height: 80vh !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}
#map { 
  /* move map below navbar */
  padding-top: 50px;
  /* holding for accordion menu
  padding-left: 350px;
  */
}
#keyword {
  width: 347px;
  font-size: 1em;
  height: 34px;
  padding-left: 10px;
  border: 1px solid #ccc !important;

}
.selected {
  background: red;
}
/* species query */
#queryForm {
  float: right;
}
.querySelect {
  padding-right: 10px;
  padding-left: 5px;
}
#query {
  height: 34px;
}     

.queryContainer {
  padding-right: 100px !important;
  position: fixed;
  right: -50px;
}

#results {
  display: block;
  padding-left: 10px !important;
}

#results .item {
  padding: 3px;
  font-family: Helvetica;
  display: block;
  overflow: hidden;
}

#results .item:last-child {
}

#results .item:hover, .active-keyword {
  background-color: #f2f2f2;
  cursor: pointer;
}
#listContainer {
  display: none;
  min-width: 400px;
  top: 41px;
  position: fixed;
  max-height: 80vh !important;
  overflow-y: scroll !important;
  right: 141px;
  z-index: 1000;
  padding: 1px 0px;
  background-color: white;
  border: 1px inset #EBE9ED; 
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

/* get speciesInfo */
.warningContainer {
  padding-bottom: 20px;
}
.dbResultsHidden {
  display: none !important;
}
.dbResultsVisible {
  display: block;
}
#dbResultsContainer {
  width: 425px;
  color: rgba(255,255,255,0.8);
  position: fixed;
  padding: 20px 49px 20px 23px;
  left: 10px;
  top: 225px;
  z-index: 1000;
  background-color: rgba(0,0,0,0.8);
  border: 1px inset #ccc; 
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;

}
#speciesResult {
  margin-left: 10px;
}
#speciesInfo {
  margin-left: 10%;
}
#rangesID, #observID {
  margin-right: 25px;
}
#dbResultsControl {
  position: fixed;
  top: 170px;
  left: 7px;
  z-index: 999;
  background-color: rgba(0,87,156,0.8) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  border-width: 4px;
}
#dbResultsControl:hover {
  background-color: rgba(0,147,255,0.6) !important;
}
#dbReportIssues {
  position: fixed;
  top: 170px;
  left: 17px;
  z-index: 999;
  background-color: rgba(0,87,156,0.8) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  border-width: 4px;
}
#dbReportIssues:hover {
  background-color: rgba(0,147,255,0.6) !important;
}
#macros {
  width: 425px;
  position: fixed;
  left: 200px;
}

/* General formatting */
.center {
  text-align: center;
  background-color: black;
  color: white;
}

