html{
    overflow-y: scroll;
}

html,body{
	margin:0;
	padding:0;
	background-color:#D8D8CB;
}

h1{
	font-size: 32px;
	font-weight: bold;
}

h2{
	font-size: 22px;
	font-weight: bold;
}

#MainSVG{
	border-right: 2px solid #D8D8CB;
	border-bottom: 2px solid #D8D8CB;
	vertical-align: top;
	padding:0;
	background-color:white;
}

.greyNature{
	background-color:#D8D8CB;
}

#svgContainer{
	padding:0;
	
}

div.tooltipMain {	
    position: absolute;									
    padding: 2px;				
    font: 12px sans-serif;		
    border: 1px solid black;	
    pointer-events: none;
	
}

ul {
	list-style-type: none;
}

#olUIchoice ul{
	display: inline-block;
	transition: transform 0.2s ease;
}


#olUIchoice img{
	border: 1px solid black;
	height:200px;
}

#olUIchoice figure{
	position: relative;

	background-color: white;
}

.figure-img {
	margin: 0;
}

#olUIchoice figcaption{
	position: absolute;
	bottom: 25px;
	right: 20px;
	background-color: #920B24;
	padding-top: 1%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
	color: white;
	font-weight: bold;
	font-size: 1rem;
}

.lastLine{
	margin: 0;
	padding: 0;
}

.lastLine *{
	margin: 0;
	padding: 0;
}

.lastLine li, p{
	display: inline-block;
}

.lastLine > :first-child {
	font-size: 1.2rem;

	margin-right: 20px;
}

.badge-inline {
  top: 0;
  display: inline-block;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 6px;
  padding: 0px 6px;
  z-index: 10;
}

.badge-top-left, .badge-top-right {
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  padding: 4px 8px;
  z-index: 10;
}

.badge-top-left {
  top: 0;
  left: 0;

  border-bottom-right-radius: 5px;
}

.red {
  color: red;
}

.red_bg {
  background-color: red;
}

.white {
  color: white;
}

.white_bg {
  background-color: white;
}

.blue {
  color: blue;
}
.blue_bg {
  background-color: blue;
}

.black {
  color: black;
}
.black_bg {
  background-color: black;
}
.badge-top-right {
  top: 0;
  right: 0;

  color: white;

  background-color: green;

  border-bottom-left-radius: 5px;
}

.badge-container {
  position: relative; /* Needed for absolute positioning of badge */
  display: inline-block;
}


header.jumbotron{
	background-color: #920B24;
	color: white;
	border-radius:0;
	padding: 2rem;
	
}

header.jumbotron h1{
	color:white;	
	margin-bottom: 1rem;
}

header.jumbotron a{
	color:white;	
}

#radiusRange{
	width: 100%;
}

#legendSVG{
	width:100%;
}

#optionWindow{
	background-color:#D8D8CB;
}

#optionWindow select, #optionWindow input[type="text"]{
	font-size: 15px;
}

#formContainer{
	padding-top:10px;
	padding-bottom:10px;
}

#formContainer h2{
	margin-left:10px;
}

#optionWindow button{
	padding: 5px;
}


.colorSelection .form-control{
	height:calc(2.25rem + 2px);
}



 .ui-autocomplete {
    max-height: 250px;
	overflow-y: auto;
    overflow-x: hidden;
	background-color: white;
	border: 1px solid #ced4da;
	width: 200px;
	padding-left: 15px;
}

.ui-helper-hidden-accessible{
	display: none;
}


#MainAccordion{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible ;
	
}

.ui-accordion .ui-accordion-content {
	padding: 0;
	border-top: 0;
	overflow: auto;
	border-radius:0;
}

.ui-accordion .ui-accordion-header{
	text-align: left;
	border-radius:0;
	border-width:0;
}

.ui-accordion-content .btn.btn-outline-secondary, .ui-accordion-content select.form-control, #searchGeneText{
	border-radius:0;
}

#formContainer #secondaryOption{
	padding-left:10px;
}

#sliderContainer{
	visibility:hidden;
	margin-left:10px;
	margin-bottom:10px;
	width: 50%;
}

#legendContainer{
	padding: 10px;
}

#exportContainer{
	margin-bottom:30px;
}

a {
	text-decoration: underline;
}

.bold{
	font-weight: 800;
}
