/* site.css */
/* common */
body {
  font-family: "Overpass-Regular", "Overpass", sans-serif;
  margin-bottom: 25px;
}

html {
  position: relative;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.header {
  font-family: "Overpass", sans-serif;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "Overpass-Regular", "Overpass", sans-serif;
}

.hide {
  display: none;
}

.asb-compact {
  line-height: 1.2rem;
}

.table .thead-light th {
  color: #f2f2f2;
  background-color: #384ca0;
  border-color: #384ca0;
}

.asb-table {
  background-color: #fff;
}

input.form-control,
select.custom-select {
  border-radius: 0;
}

select.custom-select {
  background: #fff url(/static/images/downarrow-blue.svg) no-repeat right center;
  background-size: 30px;
}

.col-form-label {
  padding-right: 0;
  font-family: "Oswald";
}

form .form-group div.col {
  padding-left: 10px;
}

.btn-asb-primary {
  background-color: #384ca0;
  border-color: #384ca0;
  color: #fff;
  font-weight: bold;
}

a:hover.btn-asb-primary,
a:visited.btn-asb-primary,
a:hover.btn-asb-secondary,
a:visited.btn-asb-secondary {
  color: #fff;
}

.btn-asb-secondary {
  background-color: #c75109;
  border-color: #c75109;
  color: #fff;
  font-weight: bold;
}

.btn-asb-secondary:hover {
  color: #fff;
}

.bg-asb-section {
  background-color: #fafafa;
}

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

.btn {
  padding: 0.375rem 0.75rem;
}

.asb-nav li .nav-link {
  border-right: 0;
  border-left: 1.5px solid #fff;
}

.asb-nav li:first-child .nav-link,
.asb-nav > .navbar-brand > .nav-link {
  border: 0;
}

.asb-nav > .navbar-brand > .nav-link {
  padding-left: 0px;
}

.alert {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid;
  color: #000;
}

.alert-heading {
  font-weight: bold;
}

.alert-danger {
  border-color: #cc0000;
}

.alert-danger .alert-heading {
  color: #cc0000;
}

.alert-success {
  border-color: #00cc00;
}

.alert-success .alert-heading {
  color: #008000;
}

.btn-refresh {
  width: 2rem;
}

.btn-reset-form {
  background: transparent;
}

.nav-link.active {
  background-color: #384ca0 !important;
  border-color: #384ca0 !important;
  color: #fff !important;
  border-radius: 0;
  font-weight: bold;
}

.download-link-content a {
  margin-right: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.card-deck .card {
  background: transparent;
  padding: 10px 15px;
  margin-right: 0;
  margin-left: 0;
}

.card-deck .card-header {
  background: transparent;
  border-bottom: transparent;
}

.catalogs-card-header {
  padding: 0.5rem 1rem;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
}

.catalogs-card-header h5 {
  margin-left: 10px;
}

code {
  color: #015794;
}

pre {
  background-color: #fff;
  border: solid 1px #c75109;
  padding-left: 10px;
  padding-right: 10px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

pre.code-block {
  min-height: 220px;
}

.loader {
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background-color: #0067a1;
  border-radius: 0;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* Global Bootstrap Overrides */
.btn {
  border-radius: 0;
}

.card {
  border-radius: 0;
  border: 0;
  background-color: #f2f2f2;
  padding: 15px;
}

/* ASB Navbar Overrides */
.asb-nav {
  background-color: #000000 !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

.asb-nav .navbar-brand {
  padding: 0;
  margin-top: -4px;
  font-weight: 700;
  font-size: 20px;
  color: white;
}

.asb-nav .nav-link {
  padding: 1px 15px 1px 15px;
  margin-right: -1px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #888;
  border-radius: 0;
  color: white;
  transition: color 0.2s;
  text-decoration: none;
  background-color: transparent;
}

.asb-nav .nav-link:hover {
  color: #ff6633;
}

.asb-nav .navbar-user {
  font-size: 16px;
  color: white;
}

.asb-nav .navbar-text {
  height: 40px;
}

.asb-nav .navbar-toggler {
  background-color: #c75109;
  border-radius: 0;
}

.asb-nav .mast-logo {
  height: 33px;
  padding-top: 5px;
  margin-right: 5px;
}

.asb-nav .btn {
  /* Revert this button back to bootstrap default */
  padding: 0.375rem 0.75rem !important;
}

.asb-nav .btn-action {
  margin-top: -4px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: -4px;
}

.radio-group label {
  overflow: hidden;
  color: #384ca0;
  background-color: #f2f2f2;
  border-color: #384ca0 !important;
  font-family: "Overpass-Regular", "Overpass", sans-serif;
  font-weight: 400;
  vertical-align: middle;
  min-width: 140px;
  margin: auto;
}

.radio-group .active {
  color: #fff;
  background-color: #384ca0;
  font-weight: 700;
}

#release label.active {
  background-color: #384ca0;
}

#catalog label.active {
  background-color: #384ca0;
}

#usage label.active {
  background-color: #384ca0;
}

#usage label.disabled {
  background-color: #f2f2f2;
  color: #888;
}

.radio-group input {
  opacity: 0;
  height: 1px;
  width: 1px;
  position: absolute;
}

label.btn.btn-outline-secondary {
  min-width: 180px;
}

label.btn.btn-outline-secondary:hover {
  min-width: 180px;
  background-color: #5A72B7;
  border-color: #5A72B7;
}

label.btn.btn-outline-secondary.active {
  background-color: #384ca0;
  border-color: #384ca0;
  cursor: pointer;
}

label.btn.btn-outline-secondary.active:hover {
  cursor: default;
}

label.btn.btn-outline-secondary:not(.disabled) {
  cursor: pointer;
}

#search-results-button,
#back-to-search,
#back-to-search-results,
#btn-download {
  color: #fff;
  background-color: #c75109;
  border-color: #c75109;
}

#search-results-button:hover {
  color: #fff;
  background-color: #ff6633;
}

#search-results-button:hover,
#back-to-search:hover,
#back-to-search-results:hover,
#btn-download {
  cursor: pointer;
}

#ps-container-content a#search-results-button {
  color: #fff;
}

.catalogs-button {
  color: white;
  background-color: #384ca0;
  border-color: #384ca0;
}

.catalogs-reset {
  height: 38px;
  width: 35px;
  background-color: #384ca0;
  border-color: #384ca0;
  background-image: url("/static/images/reset.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.panstarrs-button:hover,
.catalogs-button:hover,
.catalogs-reset:hover,
#tab-location-coord:hover,
#tab-location-target:hover {
  color: #fff;
  background-color: #5a72b7;
}

#search-results-button:hover {
  color: #fff;
  background-color: #ff6633;
}

#add-condition,
#remove-condition,
.button-small {
  height: 38px;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* allow tooltips on disabled buttons */
#search-results-button.disabled {
  pointer-events: auto;
}

#results-buttons {
  margin-top: -38px;
}

.horizontal-scroll {
  overflow-x: hidden;
  white-space: nowrap;
  margin-bottom: 60px;
}

.left-arrow-icon {
  background-image: url(/static/images/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  height: 28px;
  width: 28px;
  color: #fff;
  border-style: none;
  margin: 0;
  border: 3px solid #c75109;
  background-color: #c75109;
  padding: 5px 20px;
}

#columns-accordion {
  padding-top: 0;
  display: block;
}

#file-accordion-header,
#column-accordion-header {
  color: black;
}

/*
Chrome/WebKit desktop browsers add little up down arrows to number inputs called spinners. You can turn them off visually like this:
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* for Firefox/mozilla */
input[type=number] {
  -moz-appearance: textfield;
}

.form-check-label {
  font-family: "Overpass-Regular", "Overpass", sans-serif;
}

.collapse-target-icon,
.collapse-file-icon,
.display-columns-collapse {
  background: url(../images/expand-arrow.svg);
  background-color: #D0D0D0;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: right;
}

.expand-target-icon,
.expand-file-icon,
.display-columns-expand {
  background-image: url("../images/expand-arrow.svg");
  background-color: #D0D0D0;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: right;
}

#upload-file-info {
  padding-top: 15px;
}

#collapse-columns {
  background-color: rgba(0, 0, 0, 0.03);
}

.position-left {
  position: absolute;
  left: 0;
}

.position-right {
  position: absolute;
  right: 0;
  margin-top: -8px;
}

#sel-filetype {
  width: 180px;
}

.hover-orange {
  background-image: url("/static/images/help-icon.svg");
  height: 40px;
  width: 40px;
}

.hover-orange:hover {
  background-image: url("/static/images/help-icon-white.svg");
  background-color: #c75109;
  border-radius: 5px;
}

#search-results-button {
  width: 100%;
}

#link-to-column-description {
  margin-left: 120px;
}

#selected-count {
  margin-left: 10px;
}

.small-heading {
  margin-top: 20px;
}

.selected-count-text {
  font-family: "Overpass-Regular", "Overpass", "Overpass", sans-serif;
  font-size: large;
}

#display-columns-heading {
  border-bottom: none;
}

.landing-page-text {
  color: #fff;
  text-align: center;
}

.hidden {
  visibility: hidden;
}

.catalogs-body {
  margin-bottom: 0;
  background-color: #384ca0;
}

.landing-page-bg {
  background-image: url(/static/images/background-blue.png);
  background-repeat: no-repeat;
  padding-top: 100px;
}

.landing-page-button {
  color: #fff;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  width: 300px;
  height: 200px;
  padding-top: 30px;
  cursor: pointer;
  font-size: 25px;
  font-weight: 900;
}

.landing-page-button:hover {
  background-color: #c75109;
}

.landing-page-button:active {
  border-color: #c75109;
  background-color: #c75109;
}

/*
#hsc-button:hover {
    opacity: 0.1;
}
*/
.catalog-page-bg {
  background-image: url(/static/images/background-blue.png);
  background-size: 100% 100%;
  min-width: 100%;
  min-height: 640px;
}

.heading1 {
  color: #fff;
}

.cat-container-content a,
.cat-container-content a:hover {
  color: #ffc677;
  text-decoration: underline;
}

/* Tooltip container */
.ps-tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.ps-tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: white;
  text-align: left;
  padding: 5px 5px;
  border-radius: 4px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: calc(1% - 68px);
}

/* Show the tooltip text when you mouse over the tooltip container */
.ps-tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Arrow which makes the tooltip look like a speech bubble. */
.ps-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.button-decoration {
  border-color: #00617e;
}

.button-decoration:hover {
  border-color: #C75109;
}

.button-decoration a {
  color: #00617e;
}

.button-decoration:hover a,
.button-decoration a:hover {
  color: #fff;
}

.button-decoration {
  color: white;
  float: right;
  border-color: white;
  border: solid 1px;
  padding: 10px 15px;
  margin: 5px;
  font-weight: 50;
}

.download-icon {
  background-image: url("../images/download-icon.svg");
  background-repeat: no-repeat;
  background-position: 5%;
  cursor: pointer;
  width: 115px;
  color: white;
  border-style: none;
  background-color: #384ca0;
  margin: 0px;
  border-style: none;
  text-align: right;
  min-height: 39px;
}

.table-bordered {
  border-top: 0px;
}

.table-bordered td, .table-bordered th {
  border-top: 0px;
}

.plus-minus-align {
  margin-top: -1px;
}

.plus-minus-label-align {
  display: inline;
}

.dropdown-toggle {
  background-size: 20px;
  width: 150px;
  height: 39px;
  border-radius: 0;
}

.mast-survey {
  background-color: #C75109;
  border-color: #C75109;
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: x-large;
  display: flex;
}

.status-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
}

@media only screen and (max-width: 1200px) {
  .status-message {
    display: inline;
  }
}
.status-message a:link {
  color: white;
  text-decoration: underline;
}

.status-message a:visited {
  color: white;
  text-decoration: underline;
}

#dismiss-survey {
  float: right;
  margin-right: 3rem;
}

/* header */
.site-header-logo {
  height: 80px;
  margin-bottom: 50px;
  margin-right: 20%;
  margin-left: 20%;
  max-height: 120px;
  min-height: 100px;
}

.site-header-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/static/images/background.jpg);
  background-size: auto;
  background-position: center;
  width: 100%;
  min-height: 93px;
}

.site-header-text {
  padding-top: 1rem;
  font-weight: 700;
  font-size: 60px;
  color: white;
  font-family: inherit;
  text-align: center;
}

/* footer */
.card-footer {
  border-top: 0;
}

.card-footer .btn {
  margin-right: 10px;
}

.footer-base {
  height: 234px;
  line-height: 234px;
  background-color: #2d353c;
  color: white;
}

.asb-footer nav {
  padding-bottom: 40px;
}

.asb-footer .footer-base {
  height: 60px;
  line-height: 60px;
}

.asb-footer nav a,
.asb-footer nav a:visited,
.asb-footer nav a:hover {
  color: #c75109;
}

.asb-footer nav li:not(:first-child) {
  border-left: solid 1px;
}

.asb-footer .navbar-nav .nav-link {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.card-footer .footer-base {
  border-top: transparent;
  background-color: transparent;
}

.asb-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #2d353c;
  color: white;
}

.asb-footer a {
  color: white;
}

.asb-footer a:hover {
  color: #c75109;
  text-decoration: underline;
}

.landing-page-footer .logo-area {
  float: left;
  padding: 0 10px;
}

.logo-area .logo-stsci {
  width: 200px;
}

#stsci-logo {
  height: 120px;
  margin-left: 20px;
}

.landing-page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
}

.landing-page-footer a {
  color: white;
}

.landing-page-footer .link-area {
  float: right;
  padding: 0 15px 0;
  display: grid;
  text-align: right;
}

.footer-links {
  font-size: 18px;
  line-height: 32px;
  margin-top: 25px;
}

/* results */
.asb-info-table tr:nth-child(even) {
  background-color: #f1f2f7;
}

.asb-info-table td:nth-child(1) {
  color: #354590;
  font-weight: bold;
}

.asb-info-table td {
  border-width: 1px;
  border-color: #dee2e6;
  border-style: solid;
}

#results-message,
#error-message {
  text-align: center;
  font-size: 20px;
}

#error-message {
  color: red;
  border: solid red 2px;
}

.results-container {
  margin-top: 38px;
}

table.dataTable thead th,
table.dataTable tfoot th {
  background: #384ca0;
  color: white;
  font-weight: bold;
  text-align: left;
}

.table-bordered td {
  border: 0;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.ps-table {
  width: 100%;
  height: auto;
}

/* target */
#target-body,
#file-body {
  background-color: rgba(0, 0, 0, 0.03);
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}

#btn-resolve-coord,
#btn-resolve-target:hover {
  color: white;
}

#display-file-heading:hover,
#display-columns-heading:hover {
  cursor: pointer;
}

#link-to-column-description {
  padding: 6px 0;
}

.panstarrs-card-header {
  padding: 0.5rem 1rem;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
}

.panstarrs-card-header h5 {
  margin-left: 10px;
}

.panstarrs-region-no-top {
  padding-top: 20px;
}

.panstarrs-region .nav-item a:hover {
  color: white;
  border: 1px solid #384ca0;
  border-radius: 0;
}

.panstarrs-button {
  color: white;
  background-color: #384ca0;
  border-color: #384ca0;
}

.panstarrs-region {
  border-top: 1px solid #ababab;
  padding-top: 20px;
  padding-bottom: 10px;
}

#ps-container-content {
  padding: 25px;
}

#ps-container-content a,
#ps-container-content a:hover,
#ps-container-content a:visited {
  color: #c75109;
  text-decoration: none;
}

#ps-container-content .nav-item a.btn.nav-link,
#ps-container-content .nav-item a:hover,
#ps-container-content .nav-item a:visited {
  color: #384ca0;
  border: 1px solid;
  border-radius: 0;
}

#ps-container-content .nav-item a:hover {
  background-color: #5A72B7;
  border-color: #5A72B7;
}

#ps-container-content .nav-item a.btn.nav-link:hover {
  color: #fff;
}

#ps-container-content .nav-item a.btn.nav-link.active {
  cursor: default;
}

#back-to-search {
  width: 180px;
}

.panstarrs-body {
  margin-bottom: 0;
}

.panstarrs-body .dataTables_wrapper .dataTables_length {
  width: 280px;
}

.panstarrs-body .dataTables_wrapper .dataTables_length, .eaot-body .dataTables_wrapper .dataTables_info {
  white-space: nowrap;
  float: left;
  padding-top: 0.75em;
  margin-left: 1em;
}

.panstarrs-body .dataTables_wrapper .dataTables_info {
  clear: right;
  float: left;
  padding-top: 0.755em;
}

.panstarrs-body #btn-download {
  background-color: #384ca0;
  border-color: #384ca0;
  width: 110px;
}

/* _hsc.scss */
.hsc-body {
  margin-bottom: 0;
}

.mb-4 {
  padding-bottom: 140px;
}

#remove-null-columns {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}

#remove-null-columns-text {
  margin-left: -20px;
  margin-top: 5px;
}

.hsc-body .dataTables_wrapper .dataTables_length {
  width: 280px;
}

.hsc-body .dataTables_wrapper .dataTables_length, .eaot-body .dataTables_wrapper .dataTables_info {
  white-space: nowrap;
  float: left;
  padding-top: 0.75em;
  margin-left: 1em;
}

.hsc-body .dataTables_wrapper .dataTables_info {
  clear: right;
  float: left;
  padding-top: 0.755em;
}

.hsc-body #btn-download {
  background-color: #384ca0;
  border-color: #384ca0;
  width: 110px;
}

.eaot-body #main_body {
  padding-bottom: 40px;
  min-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.eaot-body .site-header-bg {
  background-image: url(/static/images/eaot/background.jpg);
  background-repeat: no-repeat;
  background-color: #00495e;
  background-position: left;
}
.eaot-body .eaot-search {
  height: 38px;
  width: 70%;
}
.eaot-body #eaot-search-button {
  color: #fff;
  background-color: #c75109;
  border-color: #c75109;
}
.eaot-body .catalogs-card-header {
  background-color: #f2f2f2;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.eaot-body span.accordion-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/minus.svg");
}
.eaot-body span.accordion-icon.collapsed {
  background-image: url("../images/plus.svg");
}
.eaot-body #filter-catalog .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: #384ca0;
}
.eaot-body #add-condition div {
  display: inline-block;
}
.eaot-body #results-table-error {
  text-align: center;
  padding: 30px 0;
  border: #eee 4px solid;
  margin-top: 10px;
}
.eaot-body #results_wrapper .page-link {
  color: #384ca0;
}
.eaot-body #results_wrapper .page-item.active .page-link {
  background-color: #384ca0;
  border-color: #384ca0;
  color: #fff;
}
.eaot-body #results_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 2px transparent;
  background: transparent;
}
.eaot-body .dataTables_wrapper .dataTables_length, .eaot-body .dataTables_wrapper .dataTables_info {
  white-space: nowrap;
  float: left;
  padding-top: 0.75em;
  margin-left: 1em;
}
.eaot-body .dataTables_wrapper .dataTables_length {
  width: 280px;
}
.eaot-body .dataTables_wrapper .dataTables_info {
  padding-top: 1em;
  clear: right;
}
.eaot-body .tooltip.show {
  opacity: 1;
}
.eaot-body .tooltip .tooltip-inner {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0px;
  color: #666666;
}
.eaot-body .tooltip .arrow::before {
  border-top-color: #ffffff;
}
.eaot-body .button-container {
  min-height: 39px;
}
.eaot-body .eaot-body .dropdown-toggle-eaot,
.eaot-body .dropdown-toggle-eaot {
  background-size: 30px;
  width: 115px;
  height: 39px;
  border-radius: 0;
}
.eaot-body .download-icon:hover {
  /*background-color: #1e5bc6;*/
  background-color: #5A72B7;
}

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