/*Entire Page Wrapper*/
.container-fluid{
  padding:0px;
}

/*Header Code*/
 .row1{
   height: 50px;
   width: 100%;
   display: flex;
   flex-direction: row;
   color:white;
   background-color:black;
 }
  .row1-left {
        flex: 1;
        background-color: black;
        color:white;
 }
 .row1-middle {
        flex: 6;
        background-color: black;
 }
 .row1-right {
        flex: 1;
        background-color: black;
}
.row2 {
        height: 50px;
        width: 100%;
        background-color: #005EAA;
}
.row3 {
        margin-top:10px;
        height: 150px;
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 5px;
}
.row3-left {
        flex: 4;
        background-color: white;
        color:black;
        padding: 10px;
 }
 .row3-right {
        flex: 1;
        background-color: white;
        color:black;
        padding: 10px;
}
.row4 {
  background-color:white;
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 5px;
}
.row4 div{
  display:inline-block;
  font-family: 'Roboto', sans-serif;
}
.row4-left{
    border-right-color: black;
    border-right-width: 1px;
    border-right-style: solid;
    padding-right:20px;
}
.row4-right{
  margin-left:20px;
}
.row4-wrapper{
  margin:auto;
}
.buttonLabelClass{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size:17px;
    font-weight: 500;
    color: inherit;
}
.headerButton{
    background-color: white;
    border: none;
    color: #615753;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
        margin: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #615753;
}
.headerButtonSelected {
  color: black;
  border-bottom: 4px solid #005EAA !important;
}

#logoDiv{
   border-right-color:white;
   border-right-width: 1px;
   border-right-style:solid;
   margin-top:10px;
   width:150px;
}
 #norcLogo{
    width: 130px;
    margin-left: 10px;
    margin-top: 0px;
 }
 .visionWrapper{
   font-family: 'Roboto', sans-serif;
 }
.visionWrapper h1{
   font-size:24px;
   margin-top:0px;
   margin-bottom:0px;
}
#zipHeader{
  text-align: center;
  margin-top: 10px;
}
#eyeHeader{
  color:white;
  padding-top: 10px;
  padding-left: 12px;
  text-align: left;
}
#eyeHeaderLink{
   color:white; 
}
.visionWrapper h2{
   font-size:20px;
      margin-top:0px;
   margin-bottom:0px;
}
#titleHeader{
   font-size: 25px;
    width: 675px;
}
#vintageHeader{
  margin-top:40px;
  font-size:20px;
}
.visionWrapper h3{
   font-size:18px;
      margin-top:0px;
   margin-bottom:0px;
}

/*Legend Code*/
.legendClass {
    width: 13px;
    height: 13px;
    border-style: solid;
    display: inline-block;
    border-width: 1px;
    border-color: black;
    margin-top: 2px;
    position:left;
    margin-right: 5px;
}
.legendLabelClass {
    margin-bottom: 1px;
    position: left;
    font-size:15px;
}
#legend_items{
  width: 150px;
}

/*Map Code*/
.mainPanelClass {
  height: 750px;
  border-style: solid;
  display: inline-block;
  border-width: 1px;
  border-color: black;
  width:100%;
}
#my_map_id{
    height: 750px;
    width: 100%;
}

/* Pop Up or Hover Text*/
#countyHover{
  font-weight: bold;
  margin-top:10px;
  margin-bottom:10px;
}
/*Import Proxima Nova and Roboto*/
@import url('https://fonts.googleapis.com/css2?family=Proxima+Nova');
@import url('https://fonts.googleapis.com/css?family=Roboto');

/*Control Panel*/
#hiddenControls{
  display: none;
}
/*Links Div*/
#linksDiv{
  background-color:#C1E5F5;
  color: black;
  padding:10px;
}
#linksDiv h3{
  font-weight:bold;
  margin-bottom:5px;
}
.linkRow{
  font-weight: bold;
  margin-top:5px;
  margin-bottom:5px;
}
/*Note Div*/
#notesDiv{
  background-color:white;
  color: black;
  margin-top:10px;
  padding:10px;
}
.noteTitleRow{
  font-weight: bold;
  margin-top:5px;
  margin-bottom:5px;
}
.noteTextRow{
  font-weight: normal;
}

/*tooltips*/
.tooltipBold{
  font-weight: bold;
}
.toolipSubDiv{
  margin-bottom:10px;
}
.mapboxgl-popup-content{
  padding: 15px 15px 15px;
}
