.navbar {
  background-color: #1e6c82;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#options_container {
    margin-top: 10vh !important;
}
body {
    height: 90vh !important;
}
.body-content {
    margin-top: 15vh !important;
    width: 90% !important;
}
#content {
    margin: 50px 0 0 0 !important;
    padding-right: 0px !important;
    margin-right: 0 !important;
    width: 100% !important;
}

#contentView {
    margin: 65px 0 0 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#displayContent {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 100%;
}
.row-centered {
    text-align: center;
}
.row-centered > div {
    display: inline-block;
    float: none;
}
.button-center {
    text-align: center;
}
.displayContent {
    overflow: hidden;
}
#infoPanel {
    height: 100%;
    width: 25% !important;
}
#infoPanel > .panel {
    height: 100%;
}
#infoPanel > .panel > .panel-body {
    height: 90%;
}
.list-group {
    height: 100%;
    overflow-y: scroll;
}
.esri-legend {
    width: 250px !important;
}
#projectInfo, .esri-legend__layer { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.list-group::-webkit-scrollbar {
    width: 12px;
}
.list-group::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
}
.list-group::-webkit-scrollbar-thumb {
   border-radius: 10px;
   background-color: rgba(30,108,130,.8);
   -webkit-box-shadow: inset 0 0 6px rgba(30,108,130,1);
}

#infoPanel > .panel > .panel-body::-webkit-scrollbar {
    width: 12px;
}
#infoPanel > .panel > .panel-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
}
#infoPanel > .panel > .panel-body::-webkit-scrollbar-thumb {
   border-radius: 10px;
   background-color: rgba(30,108,130,.8);
   -webkit-box-shadow: inset 0 0 6px rgba(30,108,130,1);
}
#infoPanel > .panel > .panel-body > .list-group > a {
    /*height: 6.2%;*/
}
.navbar > .container {
    width: 95% !important;
    margin-right: 0px !important;
    margin-left: 15px !important;
}
#map {
  height: 65vh;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
#mapView {
    margin: 0 !important;
    height: 90vh !important;
    padding: 0 !important;
    width: 75% !important;
}
#icon {
  font-size: 25px;
}
#selection {
    margin-top: 50px;
}
#mapEdit {
  height: 94vh;
  margin:  50px 0 0 20px !important;
  padding: 0 !important;
}
.navbar-brand {
  color: white !important;
}
.navbar-brand:hover {
  color: #be6046 !important;
}
a.fill-div {
  color: black;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.esri-popup__main-container {
  max-height: 500px !important;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
