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

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

/* Code for Dojo claro theme */
  #appLayout {
      height: 100%;
      }

  #leftCol {
      width: 18em;
      background-color:red;
      color: white;
  }

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

  .edgePanel {
      padding-top: 5px;
      padding-bottom: 5px;
      background-color:red;
      color: white;
      text-align: center;
      border-bottom-style: solid;
      border-width: .5px;
      border-color: white;
      overflow: auto;
  }

/*Code to change Esri default styling */

  .esri-popup__main-container,
  .esri-feature__main-container,
  .esri-widget__table,
  .esri-feature__content-element,
  .div.esri-feature__content-element,
  .esri-layer-list__item-title,
  .esri-popup__icon,
  .esri-popup__action-text {
    background-color: red;
    color:white;
    text-align: left;
  }
  
  .esri-popup__header-title {
    color: white;
  }

  .esri-layer-list__item-container {
    background-color: red;
    max-width: 250px;
    color: white;
  }

  .esri-layer-list__item {
    background-color: red;
    max-width: 250px;
    color: white;
  }

  .esri-legend__layer-caption {
    font-weight: bold;
    font-size: 11pt;
  }

  .esri-legend__service-label {
    display: none;
  }

/* Custom .css for project */
  .button-container{  
    text-align: center;  
    border: 7px solid red;  
    height: 20px;  
    padding-top: 1px;
    align-items:center;
    font-size: 15px;
  }

  #btn{  
    font-size: 15px;  
  }  

  hr {
    height: 1px;
    color: white;
  }

  #legendDiv {
    margin-top: -.7em;
    padding: 0;
    background-color: red;
    overflow: auto;
    color: white;
    text-align: left;
  }

  .imgCenter {
    display: block;
    padding-top:10px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }

  .imgLeft {
    margin-top: -.5em;
    padding-left: 30px;
    float: left;    
  }
  
  #infoDiv {
    background-color: red;
    color: white;
    padding: 6px;
    width: 250px;
  }
  
  p.divText {
    margin-top: 1px;
    font-size: 11pt;
    text-align: center;
    color: white;
    padding-left: 10px;
    padding-top: 5px;
    }
  
  p.legendText {
    margin-top: -1em;
    font-size: 11pt;
    text-align: left;
    color: white;
    padding-left: 22px;
    }

  p.heading {
    margin-top: 3px;
    font-size: 20pt;
    text-align: center;
    color: white;
    margin-bottom: 3px;
  }

  p.smallContainerText {
    margin-top: -.2em;
    font-size: 8pt;
    text-align: left;
    color: white;
    padding-left: 35px;
    }
  
  p.mediumText {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 11pt;
    text-align: left;
    color: white;
    padding-left: 25px;
    }
  
  p.containerText {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 11pt;
    text-align: left;
    color: white;
    padding-left: 8px;
    }

  #panel-container {
    position: relative;
    max-width: 250px;
    max-height: 250px;
  }

  .panel-side {
    padding-left: 15px;
    box-sizing: border-box;
    width:250px;
    height: 200px;
    top: 0;
    right: 0;
    color: #fff;
    background-color: red;
    overflow: auto;
    z-index: 60;
    text-align: left;
  }

  .panel-side h4 {
    padding-left: 0 20px;
    margin: 20px 0;
  }

  .panel-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .panel-side li {
    padding: 5px 20px;
  }

  .panel-result {
    cursor: pointer;
    margin: 2px 0;
    background-color: red;
  }

  .panel-result:hover,
  .panel-result:focus {
    color: red;
    background-color: rgba(0, 0, 0, 0.75);
  }
  
  #sliderDiv {
    height: 30px;
    width: 100%;
    background-color: red;
    color: white;
  }
