@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.two-line-menu {
  line-height: 1rem !important;
  padding-top: 0.40625rem !important;
  padding-bottom: 0.40625rem !important;
}

#neo_title {
  font-weight: 200;
}

.site-wide-alert {
  font-size: 1.2rem;
  text-align: center;
}

.home-page-alert {
  font-size: 1rem;
  text-align: center;
}

.scout-alert {
  font-size: 1rem;
  text-align: center;
}

.medium-alert-font {
  font-size: 1rem;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.valign-middle {
  display: table;
}

.valign-middle .columns {
  display: table-cell;
  vertical-align: middle;
}

.valign-middle .columns,
.valign-middle [class*=column] + [class*=column]:last-child {
  float: none;
}

@media only screen and (min-width:40.0625em) {
  .valign-center-not-small {
    position: absolute;
    top: 30%;
    left: 36%;
    width: 40%;
    transform: translateY(-30%);
    transform: translateX(-36%);
  }
}
.valign-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.valign-bottom {
  display: table;
}

.valign-bottom .columns {
  display: table-cell;
  vertical-align: bottom;
}

.valign-bottom .columns,
.valign-bottom [class*=column] + [class*=column]:last-child {
  float: none;
}

.banner-row {
  position: relative;
  background-color: black;
}

img.overlay-trilogo {
  height: 42px;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media all and (max-width: 530px) {
  img.overlay-trilogo {
    height: 36px;
    top: 3px;
    clip: rect(0px, 44px, 36px, 0px);
  }
}
@media all and (min-width: 530px) and (max-width: 780px) {
  img.overlay-trilogo {
    clip: rect(0px, 50px, 42px, 0px);
  }
}

img.overlay-cneos {
  position: absolute;
  max-width: none;
  height: 28px;
  left: 70px;
  top: 6px;
}
@media all and (min-width: 530px) and (max-width: 780px) {
  img.overlay-cneos {
    height: 40px;
    left: 70px;
    top: 10px;
  }
}
@media all and (min-width: 780px) {
  img.overlay-cneos {
    height: 40px;
    left: 265px;
    top: 10px;
  }
}

img.overlay-cneos-stacked {
  position: absolute;
  max-width: none;
  height: 40px;
  left: 74px;
  top: 10px;
  display: none;
}
@media (min-width: 530px) {
  img.overlay-cneos-stacked {
    display: none;
  }
}
@media all and (min-width: 650px) and (max-width: 780px) {
  img.overlay-cneos-stacked {
    height: 40px;
    left: 267px;
    top: 10px;
    display: block;
  }
}
@media all and (min-width: 780px) and (max-width: 820px) {
  img.overlay-cneos-stacked {
    display: none;
  }
}
@media all and (min-width: 820px) {
  img.overlay-cneos-stacked {
    height: 40px;
    left: 462px;
    top: 10px;
    display: block;
  }
}

#link_nasa {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 42px;
  width: 50px;
}
@media (max-width: 530px) {
  #link_nasa {
    top: 3px;
    left: 10px;
    height: 36px;
    width: 44px;
  }
}

#link_jpl {
  position: absolute;
  top: 17px;
  left: 62px;
  height: 16px;
  width: 173px;
}
@media all and (max-width: 780px) {
  #link_jpl {
    display: none;
  }
}

#link_caltech {
  position: absolute;
  top: 33px;
  left: 62px;
  height: 15px;
  width: 173px;
}
@media all and (max-width: 780px) {
  #link_caltech {
    display: none;
  }
}

#link_cneos {
  position: absolute;
  top: 6px;
  left: 70px;
  height: 28px;
  width: 132px;
}
@media all and (min-width: 530px) and (max-width: 650px) {
  #link_cneos {
    top: 10px;
    left: 70px;
    height: 40px;
    width: 188px;
  }
}
@media all and (min-width: 650px) and (max-width: 780px) {
  #link_cneos {
    top: 10px;
    left: 70px;
    height: 40px;
    width: 335px;
  }
}
@media all and (min-width: 780px) and (max-width: 820px) {
  #link_cneos {
    top: 10px;
    left: 265px;
    height: 40px;
    width: 188px;
  }
}
@media all and (min-width: 820px) {
  #link_cneos {
    top: 10px;
    left: 265px;
    height: 40px;
    width: 335px;
  }
}

.alert-link:link {
  color: yellow;
}

.alert-link:visited {
  color: yellow;
}

.alert-link:hover {
  color: #cccc00;
}

.faq-anchor {
  display: block;
  position: relative;
  top: -84px;
  visibility: hidden;
}

.faq-content {
  display: none;
}

.sidebar {
  background-color: #FAFAFA;
  padding: 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  border-radius: 3px;
}

.glossary-term {
  border-bottom: 2px solid #EFEFEF;
  margin-bottom: 1rem;
  margin-top: 0rem;
}

a[href^=http]:not(.hide-ext-link):after {
  margin: 0 0 0 5px;
  content: "\f08e";
  font-family: FontAwesome;
  font-size: 60%;
}

img.no-resize {
  max-width: none;
}

img.fixwidth {
  width: 650px !important;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: rgb(255, 255, 244);
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: rgb(243, 243, 234);
}

#dtdom-left {
  float: left;
}

#dtdom-right {
  float: right;
}

div#dt-button-notes {
  background-color: #F5F5F5;
  border: solid 1px #DDDDDD;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

div#dt-button-notes p {
  font-size: 0.8rem;
  margin-bottom: 0 !important;
}

div#risk_removed_table_wrapper {
  margin-top: 2rem;
}

div.table-grid-container {
  overflow-x: scroll;
  border: 1px dotted rgba(0, 0, 0, 0.1);
}

table.compact-table {
  margin-left: auto;
  margin-right: auto;
}

table.tight-table td,
table.tight-table th {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

table.compact-table td,
table.compact-table th {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

thead.table-title th {
  font-size: 1rem;
  padding: 0.5rem !important;
}

.ast-size-est .error {
  color: white;
  background-color: red;
  border: 1px solid red;
}

.table-container {
  clear: both;
  overflow: hidden;
}

.table-container table {
  display: inline-block;
  vertical-align: top;
  margin: 1.25rem 2rem;
}

.table-footer-note {
  font-weight: normal;
  font-size: 0.7rem;
}

li.sitemap {
  padding-left: 2rem;
  padding-right: 2rem;
}

table.TS {
  border: 1px solid black;
}

table.TS td.TS-label {
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  border-top: 1px solid black;
}

table.TS td.TS-value {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

table.TS td.TS-desc {
  font-size: 1rem;
  font-weight: normal;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

table.TS tr.TS-white {
  background-color: white;
}

table.TS tr.TS-green {
  background-color: green;
}

table.TS tr.TS-yellow {
  background-color: yellow;
}

table.TS tr.TS-orange {
  background-color: orange;
}

table.TS tr.TS-red {
  background-color: red;
}

table.ast-size-est {
  border: 1px solid black;
}

table.ast-size-est tr:hover {
  background-color: #EEA;
}

table.ast-size-est th,
table.ast-size-est td {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

table.ast-size-est th {
  background-color: #E5F4FD;
}

table.ast-size-est td,
tr.ast-size-est-hhead th,
th.ast-size-est-hhead {
  text-align: center;
}

tr.ast-size-est-ahead th {
  background-color: #EEFFEE;
}

.ast-size-est-hhead,
th.ast-size-est-hhead {
  background-color: #E5F4FD !important;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.next-ca-table {
  margin-bottom: 0px;
}

table.next-ca-table tbody td {
  padding: 4px;
}

.ca-see-more {
  font-size: 0.8rem;
  margin-top: 0rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.nea-stats-table {
  margin-bottom: 0px;
}

table.nea-stats-table tbody td {
  padding: 4px;
}

.nea-stats-date {
  font-size: 1rem;
}

div.numbers_table {
  /*text-align: center;*/
  font-size: 0.75rem;
  height: 400px;
  overflow-y: scroll;
}

th.wise-totals {
  background-color: #e9e9e9;
  font-size: normal;
  color: black;
  padding: 4px;
}

td.wise-totals {
  border: 1px solid lightgray;
  padding: 4px;
  text-align: right;
}

td.wise-totals-left {
  border: 1px solid lightgray;
  text-align: left;
  white-space: nowrap;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

tr.wise-total {
  border: 1px solid lightgray;
  background-color: #eee;
  color: black;
  font-weight: bold;
}

.executive-summary {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.executive-summary span {
  font-weight: 300;
  font-size: 1.25rem;
}
.executive-summary hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media only screen and (min-width:40.0625em) {
  .top-news-panel {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #FAFAFA;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media only screen and (max-width: 40em) {
  .top-news-panel {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.news-heading-main-page {
  font-size: 1.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
}

.spotlight-topics {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width:40.0625em) {
  .spotlight-topics {
    margin-bottom: 0.25rem !important;
    margin-top: 0px;
  }
}

.spotlight-topics li {
  padding-top: 10px;
  padding-bottom: 10px;
}

#neo_quick_links {
  margin-top: 8px;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #008CBA;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #0078a0;
}
.panel.radius {
  border-radius: 3px;
}

.custom-panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 20px;
  background: #2B3D51;
  color: #FFFFFF;
}
.custom-panel > :first-child {
  margin-top: 0;
}
.custom-panel > :last-child {
  margin-bottom: 0;
}
.custom-panel h1, .custom-panel h2, .custom-panel h3, .custom-panel h4, .custom-panel h5, .custom-panel h6, .custom-panel p, .custom-panel li, .custom-panel dl {
  color: #FFFFFF;
}
.custom-panel h1, .custom-panel h2, .custom-panel h3, .custom-panel h4, .custom-panel h5, .custom-panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.custom-panel h1.subheader, .custom-panel h2.subheader, .custom-panel h3.subheader, .custom-panel h4.subheader, .custom-panel h5.subheader, .custom-panel h6.subheader {
  line-height: 1.4;
}

.top-news {
  padding-top: 1rem;
  border-top: 1px solid #CCCCCC;
}

.top-news-archive {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.top-news-line {
  border-width: 2px;
}

.news-date {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.media-contact {
  color: #666666;
  font-size: 12px;
}

.image-caption {
  color: #666666;
  font-size: 12px;
}

.video-caption {
  color: #666666;
  font-size: 12px;
  margin-bottom: 1.5em;
}

.sentry-notes tr {
  vertical-align: top;
}

.sentry-note-date {
  white-space: nowrap;
}

.no-wrap {
  white-space: nowrap;
}

.neo_settings_panel {
  padding-bottom: 0;
  padding-top: 8px;
}

.nhats-constraint-help {
  background-color: #FAFAFA;
  border: 1px solid #CCCCCC;
  padding-top: 0.25rem;
  margin-bottom: 1rem;
}
.nhats-constraint-help dl {
  margin-bottom: 0px;
}

.nhats-details-tables {
  border: 1px solid #CCCCCC;
  max-width: none;
}

.nhdats-details-row3 {
  max-width: 600px;
  min-width: 470px;
  margin-bottom: 40px;
}

#traj_table {
  min-width: 450px;
  margin: auto;
}

#nhats_details_plot {
  width: 470px;
  margin: auto;
}

.ca-filter[disabled] {
  cursor: not-allowed;
}

.ca-table-disable {
  cursor: not-allowed;
  pointer-events: none;
  filter: blur(1px);
}

.ca-disable-click {
  pointer-events: none;
}

.ca-disable-cursor {
  cursor: not-allowed;
}

.ca-press-the-button {
  font-weight: bold;
  color: darkviolet;
}

.ca-status-message {
  font-weight: bold;
  background-color: lightblue;
  padding: 3px 1em 3px 1em;
}

.ca-table-busy {
  margin-bottom: 1em;
}

.ca-settings-link {
  margin-bottom: 0.5em;
}

.ca-button[disabled] {
  cursor: not-allowed;
}

.scout-filter {
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
  margin-bottom: 8px;
}

.scout-filter-label {
  font-weight: bold;
}

.scout-filter-input {
  margin-bottom: 0px !important;
}

.scout-filter-row {
  margin-top: 15px !important;
}

.scout-filter-instructions {
  font-size: 0.8rem !important;
  padding-left: 1rem;
}

.neo_scout_section {
  min-height: 320px !important;
}

.scout-object-label {
  font-family: monospace;
}

.scout-object-dropdown {
  max-height: 250px !important;
  overflow: scroll !important;
}

.scout-eph-object {
  font-size: 1.8rem;
}

.scout-eph-extra {
  font-size: 1.2rem;
  padding-left: 1.5rem;
}

.hide-subnav-item {
  display: none !important;
}

.fireballs-citation {
  font-size: 0.85rem;
  margin-left: 1.5rem;
}

.half-line-margin-after {
  margin-bottom: 0.5rem;
}

#fireballs-chart div {
  padding-bottom: 1rem;
}

.fireballs-download-panel {
  font-size: 0.75rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
}

.fireballs-limit-menu {
  margin-right: 1rem;
}

.highcharts-menu-icon {
  border: 0;
  height: 27px;
  width: 29px;
}

div.plotly-notifier {
  visibility: hidden;
}

.custom-card {
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #272727;
  border-radius: 2px;
  margin-bottom: 20px;
}
.custom-card .title {
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  line-height: 3rem;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 1.3rem;
}
.custom-card .title a {
  color: #ffab40;
  margin-right: 1.3rem;
  transition: color 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-card .table-title {
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0.7rem;
}
.custom-card .table-title a {
  color: #ffab40;
  margin-right: 1.3rem;
  transition: color 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-card .content {
  padding: 1.3rem;
  font-weight: 300;
  border-radius: 0 0 2px 2px;
}
.custom-card p {
  margin: 0;
}
.custom-card .action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 1.3rem;
}
.custom-card .back {
  font-size: 0.8rem;
  margin-top: 11px;
}
.custom-card .showHideIcon {
  float: right;
}
.custom-card .image {
  position: relative;
}
.custom-card .image .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.3rem;
  color: #fff;
}
.custom-card .image img {
  border-radius: 2px 2px 0 0;
}

.abstract-card {
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #272727;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.api-ref {
  font-size: 1rem;
}

/* SPEICAL TAG FOR CONTACT-FORM HONEYPOT */
.for-special-guests {
  display: none;
}

/* CUSTOM NEO FOOTER SETTINGS */
div.site-footer {
  background-color: #333333;
  color: #FAFAFA;
  margin-top: 15px;
  padding-left: 1rem;
}
div.site-footer a {
  color: #5dd7ff;
}
div.site-footer a:hover {
  color: #aeebff;
}

.cneos-logo {
  height: 100px;
}

.logo-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer-links-container {
  padding-top: 1rem;
}

.footer-credits-container {
  padding-top: 1rem;
}

.footer-credits-list {
  line-height: 1.3;
}

.footer-links li {
  padding-right: 1rem;
}

.footer-credits {
  font-size: 0.7rem;
  white-space: nowrap;
}

.footer-credits-title {
  font-size: 0.8rem;
  color: #EFEFEF;
}

.neo_sub_nav {
  margin-bottom: 25px;
}

.neo_sub_nav.button-group > li {
  height: 2.4rem;
}

.neo_sub_nav > li > button, .neo_sub_nav > li .button {
  padding: 8px 30px;
}

.neo_sub_nav li.active a {
  background-color: #2aaad0;
}

.breadcrumbs > * a {
  color: #666666;
}

ul.breadcrumbs {
  margin-bottom: 8px;
}

.news-excerpt-cell p {
  font-size: 0.75rem;
}

.bold-form-label {
  font-size: 1.2rem;
  font-weight: bold;
}

#apiErrorAlert {
  display: none;
}

/*****************
 * Datatable CSS */
select[name=closeApproachTable_length] {
  display: inline;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

tr.layout-table {
  background-color: #ecfaff !important;
}

td.layout-table {
  background-color: #ecfaff !important;
}

/* Make the "slick" prev/next arrows visible on a white background */
.slick-prev:before, .slick-next:before {
  color: gray !important;
}

.news-carousel {
  border: 1px solid gray;
}

.icon-image {
  width: 100px;
}

.image-wrapper {
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 4px;
}

.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
}

.overlay-fade-in img {
  transition: all 0.2s linear;
}
.overlay-fade-in .image-overlay-content {
  opacity: 0;
  color: #F9F9F9;
  background-color: #333333;
  transition: all 0.4s ease-in-out;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.overlay-fade-in:hover img {
  opacity: 0;
}
.overlay-fade-in:hover .image-overlay-content {
  opacity: 1;
}
.magellan-scrollnav {
  width: 25%;
}
.magellan-scrollnav [data-magellan-expedition], .magellan-scrollnav [data-magellan-expedition-clone] {
  width: 250px;
  min-width: 0;
}

/* Foundation-free rebuild for Jekyll subnav plugin output */
.sub-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 100%;
  background: transparent;
  white-space: normal !important;
}
.sub-nav dt {
  display: none;
}
.sub-nav dd {
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.sub-nav dd a {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 9999px;
  text-decoration: none;
  color: var(--primary-color, #005ea2);
  background-color: var(--silver, #e9ecef);
  transition: all 0.15s ease-in-out;
}
.sub-nav dd a:hover {
  color: #fff;
  background-color: var(--primary-color, #005ea2);
}
.sub-nav dd.active a {
  background-color: var(--primary-color, #005ea2);
  color: #fff;
}
.sub-nav dd.hide-subnav-item {
  display: none !important;
}

.horiz-scroll {
  overflow-x: auto;
}

.disable {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  background-color: lightgray;
  color: green;
}

.maxw-1300 {
  max-width: 1300px !important;
}

#nhatsTable_wrapper select,
#fireballsTable_wrapper select,
#fireballsLCTable_wrapper select,
#riskTable_wrapper select,
#risk_impact_table_wrapper select,
#vi_table_wrapper select,
#risk_removed_table_wrapper select,
#totals_vs_time_table_wrapper select,
#site_all_table_wrapper select,
#site_140_table_wrapper select,
#site_km_table_wrapper select,
#wise_table_wrapper select,
#news-table_wrapper select {
  width: 100%;
  max-width: 80px;
  margin-right: 5px;
}

/* Disable "new window" icon on logo links */
.no-ext-icon::after {
  content: none !important;
}

/* Global links everywhere EXCEPT inside .navbar */
a:not(:where(.navbar *)) {
  color: #008CBA !important;
}

a:not(:where(.navbar *)):hover,
a:not(:where(.navbar *)):focus {
  color: #0079a5 !important;
}

/* Sub-nav (no Foundation) */
.sub-nav {
  display: flex;
  margin: 0;
  padding: 0;
}

.sub-nav dt {
  display: none;
}

.sub-nav dd {
  margin: 0 1rem 0 0;
  padding: 0;
}

.sub-nav dd > a {
  display: block;
  font-size: 0.875rem !important;
  font-weight: normal !important;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  background: #EFEFEF !important;
  color: #008CBA !important;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.sub-nav dd > a:hover,
.sub-nav dd > a:focus,
.sub-nav dd.active > a {
  background: #008CBA !important;
  color: #fff !important;
}

div.site-footer a {
  color: #5dd7ff !important;
}

.text-yellow {
  color: #ffab40 !important;
}

#scoutSubmitButton {
  background-color: #008CBA !important;
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .navbar-nav {
    margin-left: auto;
    margin-right: 0;
  }
  .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    min-height: 45px;
  }
  .navbar-nav .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 1.5rem;
  }
  .navbar-nav.justify-content-between {
    justify-content: flex-start !important;
  }
  .navbar-nav .nav-link.dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    border-top: 0.35em solid #6c757d;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    margin-left: 0;
    vertical-align: middle;
  }
  /* Hover color */
  .navbar-nav .nav-link.dropdown-toggle:hover::after {
    border-top-color: #eee;
  }
  .navbar-nav > li:nth-child(1) {
    width: 84px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 0px !important;
  } /* About */
  .navbar-nav > li:nth-child(2) {
    width: 85px;
    padding-left: 5px;
    padding-right: 5px;
  } /* Orbits */
  .navbar-nav > li:nth-child(3) {
    width: 120px;
    padding-left: 5px;
    padding-right: 5px;
  } /* Close Approaches */
  .navbar-nav > li:nth-child(4) {
    width: 90px;
    padding-left: 5px;
    padding-right: 5px;
  } /* Impact Risk */
  .navbar-nav > li:nth-child(5) {
    width: 104px;
    padding-left: 5px;
    padding-right: 5px;
  } /* Planetary Defense */
  .navbar-nav > li:nth-child(6) {
    width: 107px;
    padding-left: 5px;
    padding-right: 5px;
  } /* Discovery Statistics */
  .navbar-nav > li:nth-child(7) {
    width: 80px;
    padding-left: 5px;
    padding-right: 5px;
  } /* Tools */
  .navbar-nav > li:nth-child(8) {
    width: 80px;
    padding-left: 5px;
    padding-right: 5px;
  } /* Extras */
}
.navbar-dark,
.bg-dark {
  background-color: #333333 !important;
}

.border-secondary {
  border-color: #4e4e4e !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #1f1f1f !important;
  color: #fff !important;
}

/* Mobile Nav Fixes */
@media (max-width: 991.98px) {
  /* Remove side padding and borders */
  .navbar-nav .nav-item {
    border-left: none !important;
    border-bottom: 1px #000 solid !important;
    width: 100%;
  }
  /* Make each nav link span full width with proper alignment */
  .navbar-nav .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  /* Fix dropdown caret position */
  .navbar-nav .nav-link::after {
    position: static;
    margin-left: auto;
    transform: none;
  }
  /* Make dropdown menus fill width */
  .navbar .dropdown-menu {
    background-color: #333333 !important;
    border: none;
    border-radius: 0;
  }
  .navbar-nav .nav-item .dropdown-toggle {
    text-align: left;
  }
  .navbar-nav > li:nth-child(1) {
    border-top: 1px solid #000 !important;
  } /* About */
}
/* Navbar Padding Control */
@media (min-width: 992px) {
  .navbar-desktop-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 1rem !important;
    padding-right: 0rem !important;
  }
  .nav-home-link {
    padding-left: 0rem !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-desktop-padding {
    padding: 0 !important;
  }
  .nav-home-link {
    padding-left: 1rem !important;
  }
}
.navbar-dark .navbar-toggler {
  border: none !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar .dropdown-menu {
  transition: opacity 0.2s ease;
}

.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* 50/50 columns on desktop */
.bottom > div {
  width: 50%;
}

/* Desktop alignment */
.bottom .dt-buttons {
  display: flex;
  justify-content: flex-start;
}

.bottom .dt-paging {
  display: flex;
  justify-content: flex-end;
}

/* Pagination text */
.bottom .dt-paging nav,
.bottom .dt-paging button,
.bottom .dt-paging .ellipsis {
  font-size: 12px;
}

@media (max-width: 820px) {
  .bottom {
    flex-direction: column;
  }
  .bottom > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* Buttons + pagination centered */
  .bottom .dt-buttons,
  .bottom .dt-paging {
    justify-content: center;
  }
}
/* Pagination styles */
.bottom .dt-paging .dt-paging-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ellipsis */
.bottom .dt-paging .ellipsis {
  color: #666666 !important;
}

.bottom .dt-paging .dt-paging-button:not(.current) {
  color: #9ca3af !important;
}

/* Active pagination button: blue bg, white text */
.bottom .dt-paging .dt-paging-button.current {
  background-color: #008CBA !important;
  color: #ffffff !important;
  border: 1px solid #008CBA !important;
  border-radius: 3px; /* optional */
}

/* Ensure active stays white on hover/focus */
.bottom .dt-paging .dt-paging-button.current:hover,
.bottom .dt-paging .dt-paging-button.current:focus {
  background-color: #008CBA !important;
  color: #ffffff !important;
}

/* Hover for inactive buttons – darker gray, no bg */
.bottom .dt-paging .dt-paging-button:not(.current):hover {
  background: transparent !important;
  color: #333333 !important;
}

.bottom .dt-paging button.dt-paging-button.current,
.bottom .dt-paging button.dt-paging-button.current *,
.bottom .dt-paging .dt-paging-button.current,
.bottom .dt-paging .dt-paging-button.current * {
  color: #ffffff !important;
}

/* Desktop layout: two columns */
.top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px 20px;
  font-size: 14px;
}

/* Left column: dt-length + dt-info stacked */
.top .dt-length {
  grid-column: 1;
}

.top .dt-info {
  grid-column: 1;
}

/* Right column: dt-search aligned right */
.top .dt-search {
  grid-column: 2;
  justify-self: end;
  padding-bottom: 5px;
}

/* Mobile: stack all, left-aligned */
@media (max-width: 440px) {
  .top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .top > * {
    width: 100%;
    justify-self: start !important;
    text-align: left;
  }
  .top .dt-search {
    text-align: left;
  }
}
.custom-card .table-title a small {
  color: #ffab40 !important;
  font-size: 60% !important;
}

#closeApproachTable,
#closeApproachTable th,
#closeApproachTable td {
  white-space: nowrap !important;
}

#closeApproachTable a,
#closeApproachTable span,
#closeApproachTable button {
  white-space: nowrap !important;
}

.dataTables_wrapper .dataTables_scrollBody {
  overflow-x: auto !important;
  overflow-y: visible !important;
}

#closeApproachTable {
  table-layout: auto !important;
  width: auto !important;
}

table.table {
  width: auto !important;
  max-width: none !important;
}

#historic-comets-table table td,
#historic-comets-table table th {
  white-space: nowrap !important;
}

#fireballsTable {
  width: 100% !important;
  max-width: 1300px !important;
}

#fireballsLCTable {
  width: 100% !important;
  max-width: 1300px !important;
}

#scout_eph_sum {
  width: 100% !important;
  max-width: 1300px !important;
}

#totals_vs_time_table {
  width: 100% !important;
  max-width: 1300px !important;
}

#site_all_table {
  width: 100% !important;
  max-width: 1300px !important;
}

#site_140_table {
  width: 100% !important;
  max-width: 1300px !important;
}

#site_km_table {
  width: 100% !important;
  max-width: 1300px !important;
}

#wise_table {
  width: 100% !important;
  max-width: 1300px !important;
}

#missions-table {
  width: 100% !important;
  max-width: 1300px !important;
}

.back-yellow {
  color: #ffab40 !important;
  font-size: 0.8rem;
  margin-top: 11px;
}

#news-table_wrapper .dt-buttons button,
#news-table_wrapper .dt-buttons .dt-button,
#news-table_wrapper .dt-buttons a {
  display: none !important;
}

/* SECONDARY */
.alert-secondary {
  background-color: #e7e7e7 !important;
  border-color: #c7c7c7 !important;
  color: #4f4f4f !important;
}

/* DANGER */
.alert-danger {
  background-color: #f04124 !important;
  border-color: #de2d0f !important;
  color: #ffffff !important;
}

.alert-danger .alert-link,
.alert-danger .alert-link:link,
.alert-danger .alert-link:visited,
.alert-danger .alert-link:hover,
.alert-danger .alert-link:active,
.alert-danger .alert-link:focus {
  color: yellow !important;
}

/* WARNING */
.alert-warning {
  background-color: #f08a24 !important;
  border-color: #de770f !important;
  color: #ffffff !important;
}

/* INFO */
.alert-info {
  background-color: #a0d3e8 !important;
  border-color: #74bfdd !important;
  color: #4f4f4f !important;
}

.btn-primary {
  background-color: #008CBA !important;
  border-color: #007095 !important;
  color: #FFFFFF !important;
}

.btn-primary:hover {
  background-color: #007fa8 !important;
  border-color: #006684 !important;
  color: #FFFFFF !important;
}

.bg-light {
  background-color: #f2f2f2 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
  padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  padding: 4px;
}

/* Make the table actually occupy the wrapper width */
#risk_impact_table {
  display: table !important;
  width: 100% !important;
  min-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Now your col widths will resolve against the full table width */
#risk_impact_table colgroup col {
  width: 16.6666666667% !important;
}

#totals_vs_time_table thead th {
  background-color: #f2f2f2 !important;
}

#site_all_table thead th {
  background-color: #f2f2f2 !important;
}

#site_140_table thead th {
  background-color: #f2f2f2 !important;
}

#site_km_table thead th {
  background-color: #f2f2f2 !important;
}

#wise_table thead th {
  background-color: #f2f2f2 !important;
}

.scout-filter span[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}

.scout-filter-input.form-control {
  border-radius: 0;
}

.scout-filter .btn {
  border-radius: 999px;
}

.ast-tooltip-link {
  display: inline-block;
  border-bottom: 1px dotted currentColor;
  cursor: help;
  font-size: 0.875rem;
  font-weight: bold;
}

figure.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}

figure.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}

blockquote {
  border-left: 1px solid #DDDDDD;
  padding: 10px 0 10px 15px; /* 10px top & bottom inside */
  margin: 20px 0; /* space above & below block */
  color: #6f6f6f;
  line-height: 1.6;
}

blockquote p {
  margin: 0; /* prevent extra height */
}

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

table#closeApproachTable {
  margin-top: 5px;
  width: 100% !important;
}

.dt-paging-button {
  font-size: 14px !important;
}

.dt-paging .first {
  display: none !important;
}

.dt-paging .last {
  display: none !important;
}

#piTable {
  width: 100% !important;
}

ul > li.sitemap {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#closeApproachTable_wrapper .bottom {
  display: flex !important;
  width: 100% !important;
  justify-content: flex-end !important;
  align-items: center;
  min-height: 40px;
}

#closeApproachTable_wrapper .dt-paging {
  margin-left: auto !important;
}

#closeApproachTable_wrapper .dt-buttons {
  margin-right: auto !important;
}

/*# sourceMappingURL=app.css.map */