/*
Robert M. Myers
GEOG 863 Final Project
FinalProject.css
*/


html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
}


#absoluteDiv {
  position: relative;
  top: 10px;
  right: 10%;
  left:15%;
  width: 70%;
  height: 70%;
  border: 3px solid #e2341e;
}

#introDiv1 {
  position: relative;
  top: 10px;
  margin-left: 15%;
  width: 70%;
}

#introDiv2 {
  position: relative;
  top: 25px;
}

#usDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 75%;
}

#countyDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 75%;
}

#appLayout {
  height: 100%;
}

.claro .demoLayout .edgePanel {
  background-color: white;
}

.claro .dijitTabHover {
  border-color: #759dc0;
  background-color: #e2341e;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #000000;
}

.claro .dijitTabActive {
  border-color: #759dc0;
  background-color: #e2341e;
  color: #000000;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.claro .dijitTabChecked {
  border-color: #b5bcc7;
  background-color: #D3241F;
  color: #000000;
}

.claro .dijitTabContainerTabListNested .dijitTabActive {
  border: solid 1px yellow;
  padding: 3px;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.claro .dijitTabContainerTabListNested .dijitTabChecked {
  padding: 3px;
  border: solid 1px #759dc0;
  background-color:#D3241F;
}

/* Styling for chart.js */

#chartTitle {
  font-family: 'Merriweather';
  text-align: center;
  padding: 30px;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: #D3241F;
}
  
#legend {
  display: flex;
  justify-content: flex-end;
  padding: 0 10px 10px;
  font-size: 12px;
  margin-right: 10%;
}
  
#legend .item {
  line-height: 12px;
  padding: 0 10px 0 4px;
}
  
#legend .item.one {
  border-left: 12px solid #19A0AA;
}
  
#legend .item.two {
  border-left: 12px solid #F15F36;
}
  
#legend .item.three {
  border-left: 12px solid #305c9e;
}

#chart-wrapper1 {
  height: 1000px;
  background-color: #F9F7EB;
  margin-left:10%;
  width: 80%;
}

#chart-wrapper2 {
  height: 1000px;
  background-color: #F9F7EB;
  margin-left:10%;
  width: 80%;
}

#chart-wrapper3 {
  height: 1000px;
  background-color: #F9F7EB;
  margin-left:10%;
  width: 80%;
}

#chart-wrapper4 {
  height: auto;
  min-height: 3000px;
  background-color: #F9F7EB;
  margin-left:10%;
  width: 80%;
}

#footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  color: #aaa;
  font-size: 12px;
}
  
#footer a {
  color: #aaa;
}

/* Custom Styling */
hr.size1 {
  height: 0.3px;
  color: black;
  background-color: black;
  width: 50%;
}

hr.size2 {
  height: 0.5px;
  color: #e9e9e9;
  background-color: #e9e9e9;
  width: 100%;
  border-top: .5px solid #e9e9e9;
}  

#sidePanelDiv {
  position: absolute;
  bottom: 18px;
  right: 1px;
  padding: 1px;
  background-color: white;
  color: black;
  width: 20%;
}

#sidePanelDiv1 {
  position: absolute;
  bottom: 18px;
  right: 1px;
  padding: 1px;
  background-color: white;
  color: black;
  width: 20%;
}

.esri-legend__layer-caption {
  display:none;
}
    
#sidePanelDiv2 {
  position: absolute;
  top: 5px;
  right: 1px;
  bottom: 35px;
  padding: 12px;
  background-color: white;
  color: black;
  width: 25%;
  height: 100%;
}

#sidePanelDiv3 {
  position: absolute;
  top: 5px;
  right: 1px;
  bottom: 35px;
  padding: 12px;
  background-color: white;
  color: black;
  width: 25%;
  height: 100%;
}

p.divText {
  margin-top: 1px;
  font-family: Arial, sans-serif;
  font-size: 11pt;
  text-align: left;
  color: black;
  padding-left: 10px;
  padding-top: 5px;
}
  
p.heading {
  margin-top: 1px;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  text-align: center;
  color: black;
  margin-bottom: 5px;
}

p.headingSmall {
  margin-top: 1px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  color: black;
  margin-bottom: 5px;
}

p.text {
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 14pt;
  line-height: 1.5;
  text-align: left;
  padding-right: 15%;
  padding-left: 15%;
  color: black;
  opacity: 0.75;
  margin-bottom: 5px;
}

p.text-small {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  color: black;
  opacity: 0.75;
  margin-bottom: 5px;
}
  
p.text-block {
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 14pt;
  line-height: 1.5;
  text-align: left;
  padding-right: 25%;
  padding-left: 25%;
  color: black;
  opacity: 0.75;
  margin-bottom: 5px;
}

p.text-footnote {
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.1;
  text-align: left;
  padding-right: 15%;
  padding-left: 15%;
  color: black;
  opacity: 0.75;
  margin-bottom: 5px;
}

p.headingLarge {
  margin-top: 10px;
  font-size: 14pt;
  text-align: center;
  color: #D3241F;
  margin-bottom: 1px;
}

p.headingTitle {
  margin-top: 10px;
  font-size: 18pt;
  text-align: center;
  color: #D3241F;
  margin-bottom: 1px;
}

.titleText {
  padding: 12px;
  font-size: 25px;
  color: #D3241F;
}

.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#titleDiv {
  padding: 10px;
  color:#D3241F;
  background: none;
}

#titleHeading {
  font-size: 20pt;
  font-weight: 100;
  text-align: center;
  padding-bottom: 10px;
  text-align: center;
}

#titleSubHeading {
  font-size: 15pt;
  font-weight: 60;
  padding-bottom: 10px;
  text-align: center;
}

#titleText {
  font-size: 12pt;
  text-align: center;
  font-weight: 60;
  padding-bottom: 10px;
}

#sliderDiv {
  padding-top: 10px;
  height: 30px;
  width: 100%;
  background-color: white;
  color: black;
}

.button-container{  
  text-align: center;  
  border: 7px solid white;  
  height: 20px;  
  padding-top: 1px;
  padding-bottom: 15px;
  align-items:center;
  font-size: 15px;
}

#btn{  
  font-size: 15px;  
}
