#standards-map{
	height:500px;
}
#hecc_standards_module tr.fltrow {
    display: none;
}

#hecc_standards_module table.TF {
	
  width: 100%;
}
.table-container {
  overflow: auto;
  margin: 30px auto 60px;
  width: 100%;
  max-width: 1100px;
}

#hecc_standards_module table.TF th {
	background-color: #ED5926;
	color:#fff;
	border:none;
	border-right: 1px solid #F0F0F0;
}
#hecc_standards_module table.TF th:last-child {
  border-right: none;
}
#hecc_standards_module tbody tr:nth-of-type(2n+1) {
    background: #F0F0F0;
}

#hecc_standards_module table.TF td {
  border-bottom: none;
}
#hecc_standards_module .inf {
  border: none;
}

#hecc_standards_module .previousPage,
#hecc_standards_module .nextPage,
#hecc_standards_module .firstPage,
#hecc_standards_module .lastPage {
  background: transparent url("assets/page-arrow.svg") center / auto 16px no-repeat !important;
  cursor: pointer;
}

#hecc_standards_module .previousPage,
#hecc_standards_module .nextPage {
    background-image: url("assets/page-arrow.svg") !important;
}
#hecc_standards_module .firstPage,
#hecc_standards_module .lastPage {
    background-image: url("assets/page-arrow-end.svg") !important;
    width: 52px;
}
#hecc_standards_module .previousPage,
#hecc_standards_module .firstPage {
  transform: scaleX(-1);
}

#hecc_standards_module caption {
  padding: 10px 0;
}

#hecc_standards_module select.pgSlc {
  vertical-align: 0px;
  font-size: 16px;
  /*border: 1px solid #707070;
  border-radius: 90px;
  padding: 0 30px 0 10px;
  background: #fff 
    url(assets/dropdown-arrow.svg) 
    calc(100% - 10px) 50% 
    / auto auto 
    no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

/* FILTERS AND SELECT */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #ed5926;
}
input:focus + .slider {
  box-shadow: 0 0 1px #ed5926;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

#standards-filters {
  display: flex;
  max-width: 1100px;
  margin: 10px auto 0px;
  justify-content: center;
  flex-wrap: wrap;
}
#standards-filters .input-container {
  flex: 1 1 auto;
  margin-top: 20px;
}
.input-container .reset-button{
  margin-top: 28px;
}
#standards-filters .input-container.input-switch {
  padding-left: 15px;
  flex-basis: 100%;
}
#standards-filters .input-container p {
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
#standards-filters .input-container:last-child p {
  padding: 0;
}
#standards-filters .input-container select {
  border: 1px solid #707070;
  border-radius: 90px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 40px 0 15px;
  background: #fff 
    url(assets/dropdown-arrow.svg) 
    calc(100% - 10px) 50% 
    / auto auto 
    no-repeat;
}

@media (max-width: 800px) {
  .table-container {
    overflow: auto;
  }
  #standards-table .ldiv,
  #standards-table .rdiv {
    display: none;
  }
  #standards-table .mdiv {
    width: 100%;
    white-space: nowrap;
  }
  #hecc_standards_module .inf {
    min-width: unset;
  }
  #hecc_standards_module table.TF th {
    position: relative;
    margin: 15px 0;
  }
  #hecc_standards_module table.TF th,
  #hecc_standards_module table.TF td {
    display: block;
  }

  #standards-filters .input-container {
    padding: 0 15px;
  }
  #standards-filters .input-container + .input-container {
    margin-top: 20px;
  }
  #standards-filters .input-container select {
    width: 100%;
  }
}
#standards-table + .reset-button {
  margin-top: 30px;
}
.reset-button {
  color: #fff !important;
  background: #ec5a25;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 90px;
  border: 2px solid  #ec5a25;
  transition: all .5s;
  margin-top: 28px;
  font-weight: 700;
  letter-spacing: .9px;
}
.reset-button:hover {
  background: #fff;
  color: #ec5a25 !important;
}
/* suuuper small! page navigation */ 
@media (max-width: 320px) {
  #hecc_standards_module  .nextPage, #hecc_standards_module .previousPage, #hecc_standards_module .firstPage, #hecc_standards_module .lastPage { 
    height: 23px;
    width: 25px;
  }

}
/* remove this to add a show / hide column checkbox menu */
body span.colVisSpan a.colVis {
  display: none;
}
.map-container {
  position: relative;
}
#mapKey {
  padding: 30px;
  background: #F0F0F0;
}
#mapKey h4 {
  text-transform: uppercase;
}
#mapKey ul {
  list-style-type: none;
  padding: 0;
  margin:0 0 20px;
  overflow: hidden;
}
#mapKey ul li {
  display: inline-block;
  float: left;
  margin-right: 1em;
}
#mapKey .area-color {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 15px;
}
#mapKey p {
  clear: both;
}
#mapKey p img {
  display: inline-block;
  vertical-align: middle;
}

#standards-filters + .map-container {
  margin-top: 30px;
}

#standards-filters select {
  font-size: 14px;
}

@media (min-width: 801px) {
  #mapKey {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 45px;
    width: 400px;
  }
  #mapKey h4 {
    margin-bottom: 60px;
  }
  #mapKey ul li {
    width: calc(50% - 1em);
  }
}