
#viewDiv {
    padding: 0;
    margin: 0;
    height: calc(100% - 50px);
    width: 100%;
    overflow: hidden;
}

.esri-icon-non-visible::before {
    content: "\e610" !important;
}

.esri-icon-visible::before {
    content: "\e611" !important;
}

.container {
    width: 100%;
    padding: 0;
}

.modal-header {
    background-color: #356584;
    color: white;
    padding: 8px;
    border-radius: 5px 5px 0 0;
}

.instructions{
font-family: "Open Sans", sans-serif;
color: #003e53;
font-weight:500;
padding: 10px 10px 0;
}


.tab-content {
    padding: 15px;
}

#header {
    background-color: #ffffff;
    height: 60px;
    align-items: center;
    align-content: center;
    color: #003e53;
    vertical-align: middle;
    display: flex;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
}

h2.esri-widget__heading {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    color: #003e53;
}


.esri-popup__header {
    border-bottom: 5px solid #003e53;
    margin-bottom: 5px;
}

.modal-header .close {
    margin-top: 0;
    color: white;
    opacity: 1;
}

.modal-content {
    border: none;
}

.esri-popup__icon,
.esri-popup__header-title,
.esri-widget__heading {
}

.esri-popup__footer .esri-popup__button {
   
}

.esri-popup__footer {
   border-top: 1px solid #2976A4;
}

.esri-basemap-toggle__container {
    box-shadow: none !important;
}

.esri-basemap-toggle__image {
    border-radius: 50px;
}

.esri-widget:focus-visible,
.esri-widget:focus,
.esri-widget *:focus-visible,
.esri-widget *:focus {
    outline: none !important;
}

.esri-legend__symbol {
    display: inline-block !important;
    margin-top: -3px !important;
}

.esri-layer-list__item-container {
    padding: 3px !important;
	font-family: "Open Sans", sans-serif;
	color: #003e53;
}

.CSVBtn {
    cursor: pointer;
}
/*.esri-popup__header-container--button:hover, .esri-popup__button:hover{
    background-color: #4863a0;
}*/

.table-historydata{
    overflow: auto;
}

table.dataTable tbody th, table.dataTable tbody td,
table.dataTable thead th, table.dataTable thead td,
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    font-size: x-small;
	font-family: "Open Sans", sans-serif;
	color: #003e53;
}

.cstomContent ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .cstomContent li {
    cursor: pointer;
    display: flex;
    padding: 0 10px 5px 0;
  }
  
  .cstomContent li span {
    padding-left: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #003e53;
  }
  .cstomContent li div{
      height:4px;
      width:60px;
      margin-top: 5px;
  }
  .cstomContent li div.NAAQS-Annual{
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgba(1, 119, 237, 1)' stroke-width='8' stroke-dasharray='8%2c8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  }
  .cstomContent li div.NAAQS-Daily{
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgba(162, 93, 47, 1)' stroke-width='8' stroke-dasharray='8%2c8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  }
  .cstomContent li div.NAAQS-8-hour{
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgba(49, 162, 1, 1)' stroke-width='8' stroke-dasharray='8%2c8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  }
  .cstomContent li div.NAAQS-1-hour{
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgba(254, 89, 7, 1)' stroke-width='8' stroke-dasharray='8%2c8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  }
  .cstomContent li div.NAAQS-3M{
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgba(0, 0, 255, 1)' stroke-width='8' stroke-dasharray='8%2c8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  }
  .esri-feature-media__container{
      min-height: 5px!important;
  }
  .esri-feature__content-element{
    margin-bottom: 10px!important;
  }
.whitebg {
    background-color: white;
}

.instructions {
    padding: 10px 10px 0;
}

.esri-popup__main-container {
    max-height: 100%!important;
}

.esri-popup__footer .esri-popup__button {
    font-size:larger;
    font-weight: 700;
    color:black;
 
}