/* Accordion */
.accordion_container {
    margin: 0.5rem auto;
}
.accordion_head {
    background-color: #fff;
               color: #0584cc;
    cursor: pointer;
    /* font-family: arial; */
    font-size: 18px;
    margin: 0 0 1px 0;
    padding: 7px 11px;
    border: none;
}
.accordion_head:hover, .accordion_head.open {
    background-color: #0584cc;
    color: #fff;
}

.accordion_body {
    /* background: #eee; */
}
.accordion_body p {
    padding: 18px 5px;
    margin: 0px;
}
.plusminus {
    float:center;
}

/* Table */
table {
    /* font-family: arial, sans-serif; */
    border-collapse: collapse;
    width: 100%;
  }
  
.accordion td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }

  .alert {
    /* font-family: Arial, Helvetica, sans-serif;  */
    font-size: smaller;
    background-color: #fdf5bd;
    text-align: center;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    display: block;
  }
  
.closebtn {
    margin-left: 15px;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    padding-right: 15px;
  }
  
.closebtn:hover {
    color: black;
  }

#regions a {
    font-size: 0.75rem;
}

#regions a img {
    /* display: none; */
}


/* Extended Styles */

#data-date {
  color: #1d5898;
  /* font-style: italic; */
}

.fog-column p a.active {
  background-color: #1d5898;
  color: #fff;
}

.fog-column p a:hover {
  background-color: lightgray;
  color: #fff;
}

.fog-column p a {
  text-decoration: none;
  border: 1px solid #1d5898;
  padding: 2px 5px;
  border-collapse: collapse;
  /width: 35px;/ /display: inline-block;/ text-align: center;
}

[data-sat] {
  background-color: #fff;
  color: #1d5898;
  border: 1px solid;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  width: 100px;
}

[data-sat]:hover {
  background-color: lightgray;
  color: #fff;
  border: 1px solid #1d5898;
}

[data-sat].active {
  background-color: #1d5898;
  color: #fff;
  border: 1px solid #1d5898;
}

.sat-select {
  margin-bottom: 1rem;
}

.plusminus {
  float: right;
}

#baseDateControl .time {
  width: 3rem;
  max-width: 100px;
  text-align-last: center;
}

#baseDateControl .datepicker {
  text-align-last: center;
}

#baseDateControl {
  flex-basis: 100%;
  margin: 0.5rem 0;
}

.ui-timepicker-viewport {
  width: 48px !important;
}

.ui-timepicker-viewport li.ui-menu-item {
  width: 20px !important;
}

.ui-timepicker-viewport a.ui-corner-all {
  width: 20px !important;
}

#product-desc {
  font-size: 0.85rem;
}

.available-date-range {
  font-style: italic;
}

.available-date-range span {
  font-weight: bold;
}

button.nav_txt:active,
input[type="button"].nav_txt:active {
  transform: translateY(2px);
}

details {
  margin-bottom: 2rem;
}

details>summary {
  padding: 2px 6px;
  border: none;
  width: 100%;
  background-color: transparent;
  box-shadow: 1px 2px 8px #b0ace4;
  cursor: pointer;
  outline: none;
  font-size: 0.85rem;
}

details[open]>summary {
  background-color: #1d5898;
  color: #fff;
  box-shadow: 3px 3px 4px black;
}

.left-column details>ul {
  border-radius: 0 0 10px 10px;
  background-color: #ddd;
  padding: 2px 6px;
  margin: 0;
  box-shadow: 3px 3px 4px black;
  position: relative;
  /* padding: 1.25rem 2.5rem 1.25rem 1.5rem; */
  background-color: transparent;
}

.left-column details ul {
  list-style: none;
  margin: 0;
  width: 100%;
}

details li::before {
  content: '\21AA';
  padding: 0.25rem;
  position: relative;
  top: -2px;
}

.left-column details li {
  font-style: italic;
  margin: 0.25rem 0;
}

.imgbox img {
  max-width: 100%;
  display: block;
  transition: all 0.5s;
}

.imgbox img.enlarge {
  max-width: 200%;
  transform: scale(1.5);
  z-index: 10000000;
  overflow: visible;
  position: relative;
  top: 150px;
  margin-bottom: 100px;
}

.table-full td img.enlarge {
  max-width: 200%;
  transform: scale(10.5);
  z-index: 10000000;
  overflow: visible;
  position: relative;
  top: 150px;
  margin-bottom: 100px;
}

#loop-interval-select {
  text-align-last: center;
  width: 3rem;
}

.flex-gap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
  gap: 2rem;
}