* {
  font-size: 14px;
  font-family: "Rubik", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;;
  list-style-type: none;
  box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

body {
  margin:0px auto;
  height:100%;
  min-width:1200px;
}

.btnsubmit {
  background-color: #301b5d;
  color: white;
}

.btnsubmit:hover,
.btnsubmit:focus {
  background-color: #301b5d;
  color: white;
}

.ui-selectmenu-button {
  width: 390px !important;
  margin-left: 10px;
}

#severity fieldset {
  padding-left: 10px;
}

#severity input[type=checkbox] {
	display: none;
}

#severity input[type=checkbox] + label {
	background: url("../images/check-off.png") left top no-repeat;
  display: inline-block;
  width: 100px;
  height: 24px;
	padding-left: 30px;
  padding-top: 3px;
}

#severity input[type=checkbox]:checked + label {
	background: url("../images/check-on.png") left top no-repeat;
}

input[type="text"], input[type="search"], input[type="email"], input[type="password"], textarea {
  border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border: 1px solid rgb(204, 204, 204);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0px 0px 1rem;
  padding: 0.3rem;
  height: 2.0rem;
  width: 100%;
  transition: box-shadow 0.40s ease 0s, border-color 0.45s ease-in-out 0s;
  border-radius: 5px;
}

input[type='text']:focus, input[type="email"]:focus, input[type="password"]:focus, input[type='search']:focus, textarea:focus {
  border: 2px solid #301b5d;
  border-radius: 3px;
}

.twdialog {
  display: none;
}

#mainbar ul {
  position: absolute;
  top: 30px;
  right: 10px;
  margin: 0;
  padding: 5px;
  list-style-type: none;
  text-align: right;
}

#mainbar ul li {
  display: inline;
}

#mainbar ul li a {
  border-radius: 5px;
  text-decoration: none;
  padding: 10px;
}

#mainbar ul li a:hover {
  background-color: #301b5d;
  color: white;
}

#arealist .ui-selecting {
  background: #301b5d;
}

#arealist .ui-selected {
  background:#957dff;
  border: 2px solid #301b5d;
  color: #301b5d;
}

#arealist li:hover {
  background: white;
  color: #301b5d;
}

#arealist .ui-selected:hover {
  color: #301b5d;
}

select#select_layers {
  background-color: white;
  color: black;
  font-weight: bold;
}

select#select_layers option:hover {
  background-color: #eae7ef;
  color: #301b5d;
  font-weight: bold;
}

#requestSubmit:hover,
#requestSubmit:focus {
  background: #eae7ef;
  color: #301b5d;
  font-weight: bold;
}

#downloadfiles li {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

.error {
  color: red !important;
  margin-bottom: 5px;
}

.hide {
  display: none;
}

#footer {
  color: #fff;
  background: #301b5d !important;
}

#subLog {
  height: 50px;
  width: 200px;
  border-radius: 5px;
  font-weight: bold;
}

#formdiv {
    width: 300px;
    margin: 30px auto;
}

#form1 label {
  display: block;
  padding-bottom: 10px;
}

#form1 input[type=text],
#form1 input[type=password] {
  width: 300px;
  height: 30px;
}

#header {
  height:90px;
  margin: 0;
}

.os_link {
  display: inline-block;
}

.h2span {
  font-size: 1.1em
}

h2 {
  font-size: 1.1em;
  color: #301b5d;
}

#arealist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#arealist li {
  margin: 3px;
  padding: 10px;
  float: left;
  width: 140px;
  height: 100px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
}

#arealist li:hover {
  cursor: pointer;
}

#slider {
  margin: 10px;
}

.ui-slider-horizontal {
  height: 20px;
  width: 200px;
}

.ui-slider .ui-slider-handle {
  height: 25px;
  width: 30px;
  padding-top: 5px;
}

.ui-dialog {
  z-index: 300000;
}

.ui-widget-overlay {
  z-index: 99999;
}

#content {
  overflow: hidden;
  display: inline-block;
  background-color: #eae7ef;
  width: 100%;
}

#tooldiv {
  float: left;
  background-color: #eae7ef;
  width: 50%;
  height: 100%;
  margin: 0;
}

#seltools {
  width: 100%;
  padding: 2px;
  padding-left: 10px;
  border: none;
}

#query article,
#severity,
#yeartooldiv {
  margin-left: 20px;
}

#query select {
  border-radius: 5px;
  border: 1px solid #301b5d;
  height: 25px;
  margin-left: 16px;
}

fieldset {
  border: none;
}

#yeartooldiv {
  padding: 5px 0;
}

#yearH2 {
  margin-left: 0;
}

.currentYears {
  display: inline-block;
  position: relative;
  left: 25%;
  text-align: center;
  padding: 0 10px;
  margin-top: 0;
}

#yearrange {
  font-weight: bold;
  font-size: 1.1em;
}

#sliderYearRange {
  width: 95%;
  margin: 0 10px;
  padding: 2px;
}

#areatooldiv {
  padding: 5px 0;
  overflow-y: scroll;
}

#listcont {
  width: 100%;
}

#downloadtools {
  clear: both;
  display: block;
  width: 90%;
  height: 40px;
  margin-top: 5px;
}

#downloadtools h2 {
  display: inline-block;
}

#downloadtools button {
  position: relative;
  top: -2px;
  font-weight: bold;
}

#mapdiv {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background-color:#CBE8F6;
}

#maptools {
  position: relative;
  z-index: 9000;
  top: 5px;
  left: 5px;
}

.fCrown {
  position: absolute;
  bottom: 30px;
  margin: 0;
  z-index: 900;
  background: #CBE8F6;
  padding: 4px;
}

#preview {
  width: 599px;
  height: 130px;
  margin: 10px 0;
  overflow: auto;
}

#requestForm label {
  display: inline-block;
  width: 100%;
}

#commentDiv legend {
  margin: 0;
  padding-top: 10px;
}

#commentDiv input[type="text"], #commentDiv input[type="email"] {
  width: 99%;
  margin-top: 2px;
}

#commentDiv textarea {
  width: 99%;
  height: 60px;
  margin-top: 2px;
}

#acccrit {
  padding-left: 0px;
  width: 550px;
  line-height: 50%;
}

#buttonholder {
  text-align: right;
}

#aboutdialog a {
  font-size: 11pt;
}

.helptext img {
  width: 224px;
  height: 106px;
}

#sizediv, #sizeinfo {
  float: left;
}

#downloadfiles {
  padding-left: 10px;
  margin-top: 5px;
}

#footer {
  display: block;
  height: 30px;
  text-align: center;
}

#footer p {
  margin: 0 auto;
  padding: 6px 0 0;
  color: #fff;
}

#loading {
  opacity: 0.7;
  display: none;
  z-index: 300005;
  position: absolute;
  left: 200px;
  top: 100px;
}

#msg {
  margin: 20px auto;
  text-align: center;
}

#msg a {
    font-weight: bold;
}

#requestDialog {
  padding: 0;
}

#commentMsg {
  padding: 10px;
  text-align: center;
}

#sentErr {
  color: red;
}

.download_all {
  text-align: right;
}


