

.navbar{
  background-color: #555555;
  border:#555555;
  z-index: 2
}
.container{
  background-color: #555555;
  border:#555555;
}

.navbar-brand{
  font-family:Arial Black;
  font-size:18px;
  color:#000000;
}

.nav-header{
  font-family:Arial Black;
  font-size:18px;
  color:#000000;
  position: absolute;
  top:10px;
}

h1{
  font-family:Arial Black;
  font-size:18px;
  color:#ffffff;
  position: absolute;
  top:5px;
  left:15px
}

h2{
  font-family:Arial Black;
  font-size:19px;
  color:#000000;
}

h3{
  font-family:Arial Black;
  font-size:10px;
  color:#999999;
}
.emp2{
  font-size:17px;
}
.emp{
  position:relative;
  font-size:1.2em;
  top:10px;
  padding-top: 20px;
  padding-left: 110px;
  color:#f46d43
}

.morespace{
  padding-top: 10px;
  font-size:17px;
}

#paragraph1{
  font-family:Helvetica;
  font-size:17px;
}

#paragraph2{
  padding-top: 10px;
  font-family:Helvetica;
  font-size:12px;
}

.sidebar {
    position: absolute;
    left: 50px;
    width: 360px;
    height:500px;
    top: 50px;
    overflow-y: auto;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index:2;
  }

.item {
    padding: 20px;
    background-color: #eee;
}

#first{
  position:absolute;
  top:2px;
  right:10px;
  left:10px;
  position:absolute;
  padding-left: 2%;

}

#first-content{
  position:absolute;
  top:45px;
  right:10px;
  left:10px;
  height:120px;
  background:rgba(255,255,255,0.6);
  position:absolute;
  padding-left: 2%;
  border-radius: 5px;
  margin:10px;
  z-index:3;
}


#slidecontainer {
    width: 90%;
    left:5px;
    top:5px;
    position:relative;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    z-index:6;
    font-size: 10px;
    text-align:center;

}
.Range{
  font-size:15px;
  text-align: right;
  padding-right:10px;
}

#slider-box-title{
  postion:relative;
  top:5px;
}

#num-docks{
  postion:absolute;
  top:200px;
}

.slider {
    -webkit-appearance: none;
    width: 80%;
    height: 8px;
    position:relative;
    top:10px;
    border-radius: 5px;
    background: #000000;
    outline: none;
    opacity: 0.4;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f46d43;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(254,66,76);
    cursor: pointer;
}

.calculate-cost-benefit{
    position:absolute;
    padding-left: 2%;
    padding-right: 2%;
    text-align:left;
}

.show-cost-benefit{
    position:absolute;
    right:10px;
    left:10px;
    top:175px;
    margin:10px;
    padding-left: 2%;
    padding-top: 2%;
    padding-right: 2%;
    text-align:left;
    line-height: 150%;
    height:140px;
    background-color:rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    z-index: 3
}

#info{
    position:absolute;
    margin:10px;
    right:10px;
    left:10px;
    top:325px;
    z-index:3;
    font-family:Arial Black;
    font-size:17px;
    color:#000000;
}
.show-nbhd-info{
    position:absolute;
    margin:10px;
    right:10px;
    left:10px;
    top:355px;
    padding-left: 2%;
    padding-top: 2%;
    padding-right: 2%;
    text-align:left;
    height:100px;
    background-color:rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    z-index:3
}

#tripcount{
width:150px;
text-align:center;
}

#seperator{
  width:10px;
  text-align:center;
}

#cost{
  width:150px;
  text-align:center;
}

#tripcount-num{
width:150px;
font-family:Arial Black;
font-size:18px;
text-align:center;
}

#cost-num{
  width:150px;
  font-family:Arial Black;
  font-size:18px;
  text-align:center;
}

#population{
font-size:12px;
width:100px;
text-align:center;
}

#seperator{
  width:5px;
  text-align:center;
}

#median-age{
  font-size:12px;
  width:100px;
  text-align:center;
}

#medincome{
font-size:12px;
width:100px;
text-align:center;
}

#population-num{
width:100px;
font-family:Arial;
font-size:15px;
text-align:center;
}

#median-age-num{
  width:100px;
  font-family:Arial;
  font-size:15px;
  text-align:center;
}

#medincome-num{
  width:100px;
  font-family:Arial;
  font-size:15px;
  text-align:center;
}

#dis-CBD{
font-size:12px;
width:100px;
text-align:center;
}

#dis-septa{
font-size:12px;
width:100px;
text-align:center;
}

#dis-crime{
padding-left: 5px;
font-size:12px;
width:100px;
text-align:center;
}

#dis-CBD-num{
  padding-left: 25px;
  width:100px;
  font-family:Arial;
  font-size:15px;
  text-align:left;
}

#dis-septa-num{
  width:100px;
  font-family:Arial;
  font-size:15px;
  text-align:center;
}

#dis-crime-num{
  width:100px;
  font-family:Arial;
  font-size:15px;
  text-align:center;
}

.legendname{
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 4px;
  text-align: left;
  z-index:5;
}

.legend {
  position: absolute;
  padding-left:5px;
  right: 20px;
  bottom:20px;
  width: 130px;
  height:170px;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.Legend-title {
  margin-right: 12px;
  margin-top: -10px;
  font-size: 12px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 4px;
  text-align: right;
  z-index:5;
}
.square1 {
  height: 15px;
  width: 15px;
  display: inline-block;
  z-index: 10;
  vertical-align: middle;
  text-align: center;
  margin-top: 5px;
}
#Income80000{
  background-color: #f46d43;
}

#Income55000{
  background-color:#fee090;
}

#Income40000{
  background-color: #e0f3f8;
}

#Income25000{
  background-color: #abd9e9;
}

#Income10000{
  background-color: #74add1;
}

#Income0{
  background-color: #4575b4;
}

.map {
  position:absolute;
  width: 100%;
  height: 100%;
  right:0%;
  top:0%;
  bottom: 0%;
  z-index:1;
}

#help{
  position: absolute;
  right: 20px;
  font-family:Segoe UI Black;
  font-size:12px;
  top:15px;
  width: 50px;
  height:30px;
  z-index:8;
  text-align: center;
  background-color: #555555;
  color:#ffffff;
}

#myModal{
  position: absolute;
  top: 100px;
  right: 80px;
  z-index: 10040;
  border-radius: 5px;
  overflow: auto;
  overflow-y: auto;
}

.modal-content{
    background-color:rgba(255, 255, 255, 0.9);
}

#myModalLabel{
  font-family:Segoe UI Black;
  font-size:15px;
}

button {
    background-color: #f46d43;
    border: 2px solid;
    color:rgba(255,255,255,0.9);
    padding: 20px 20px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 100%;
}

button:hover {
    background-color: rgba(254,178,76,0.7);
    color:white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
