<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Style definitions for the TOCatsweb browser.

  This version for AladinLite V.3.6.0-beta (2024-11-06).


  LN @ INAF-OAS, May 2018.  Last change: 14/07/2025
*/

body {
  font: 90%/1.45em adobe-clean-n3, adobe-clean, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #333;
  margin: 5px;
  text-rendering: optimizeLegibility !important;
  /* line-height: 1.2; */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #2d6ca2;
}

a:hover {
  color: #204d74;
}

button {
  overflow: visible;
}

button:hover {
  overflow: visible;
  cursor: pointer;
}

button &gt; i {
	margin-right: 6px;
	font-size: 110%;
}

input {
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: .9rem;
}

/*input[type="checkbox"] {
  margin-right: 6px;
  margin-left: auto;
}*/

input[type="checkbox"]:hover {
  cursor: pointer;
}

input[type="password"] {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px;
  overflow-x: auto;
/*height: 1.3rem;*/
/*vertical-align: middle;*/
}

input[type="password"]:hover {
  background-color: #fff;
}

.input-text, .input-pass {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px;
  overflow-x: auto;
}

.input-text:hover, .input-pass:hover  {
  background-color: #fff;
}


input[type="number"] {
  border: 1px solid #ccc;
  padding: 5px;
}

input[type="radio"] {
    height: 0.9rem;
    width: 0.9rem;
    margin-right: 0.3rem;
}

input[type="checkbox"] {
    height: 0.9rem;
    width: 0.9rem;
    margin-right: 0.3rem;
}

.custom-radio {
    /* hiding browser el */
    appearance: none;
    /* Safari support */
    -webkit-appearance: none;
    border: 0.2rem solid #fff;
    background-color: var(--bg-color);
    border-radius: 50%;
}

img {
  border: 0;
}

code {
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  font-family: courier, monospace;
  padding: 0 3px;
}

.red {
  color: rgb(255, 0, 0);
}

.darkred {
  color: rgb(153, 0, 0);
}

.red1 {
  color: rgb(238, 68, 102);
}

.green {
  color: rgb(0, 170, 0);
}

.darkgreen1 {
  color: rgb(0, 128, 0);
}

.blue {
  color: rgb(0, 0, 255);
}

.darkblue2 {
  color: rgb(32, 77, 116);
}

.transparent-border {
  border: 1px solid transparent;
  padding: 3px;
}

.transparent-border2 {
  border: 2px solid transparent;
  padding: 3px;
}

.green-border {
  border: 1px solid rgb(0, 170, 0);
  padding: 3px;
}

.green-border2 {
  border: 2px solid rgb(0, 170, 0);
  padding: 3px;
}


.ui-tooltip {
/*box-shadow: -2px -2px 2px rgba(180,180,180,0.4), 2px 2px 2px rgba(180,180,180,0.4);*/
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 8px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #333;
  border-color: #000;
  border-radius: 6px;
  opacity: 0.9;
}

.div-hide {
  display: none;
  visibility: hidden;
  height: 0;
}

.div-show {
  display: block;
  visibility: visible;
  height: auto;
}

.div-show-inline {
  display: inline-block;
  visibility: visible;
  height: auto;
}


.projlogin-div {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ddd;
}

.projinfo-div {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ddd;
}

.project_info-div {
  padding: 0 1rem 1rem 0;
}

.notice-div {
	padding: 0.5em;
	background: #fff;
	color: #900;
	font-size: 1.3em;
	border: 1px solid #f00;
	text-align: center;
}

.check_box {
  padding: 6px 12px 6px 6px;
  border: 1px solid #ccc;
  vertical-align: middle;
  display: inline-block;
}

.frame1 {
  border: 1px #ddd solid;
  border-radius: 4px;
  padding: 3px;
  margin-left: 0;
  width: 484px;
  max-width: 90vw !important;
  font-size: 0.9rem;
}

.frame1 legend {
  font-size: 1rem;
  color: #004464;
}

.frame1sub {
  border: none;  /*1px #004464 dotted;*/
  padding-bottom: 3px;
  margin-top: 1em;
}

.frame1sub legend {
  font-size: 1rem;
  color: #004464;
}

.frame2 {
  border: 1px #ccc solid;
  color: #444;
  border-radius: 8px;
  padding: 1em;
  background-color: #f7f7f7;
  font-size: 1.2em;
  margin: 1em;
  overflow: auto;
}


.hdrdiv {
  width : 100%;
  height: auto;
  text-align: left;
  padding: 6px 10px;
  background-color: #1c3950; /*#101024; #186680; /* #19526F; */
  color: #bbb;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hdrdiv a, .trailer a {
  text-decoration: none;
  color: #aaa;
}

.hdrdiv a:hover, .trailer a:hover {
  color: #ccc;
}


.page_top_tbar {
  font-size: 1rem;
  padding: 3px 8px;
  background-color: #f7f7f7;
  color: #666;
  border-bottom: 1px solid #bdbec2;
  border-left: 1px solid #186680;
  border-right: 1px solid #186680;
  overflow: auto;
}

#where-div {
  display: inline;
  height: auto;
}

.submit_main {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  background-color: #428bca;
  background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
  background-repeat: repeat-x;
  border: 1px solid #2b669a;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
  padding: 5px 10px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  white-space: nowrap;
  border-radius: 4px;
  vertical-align: middle;
}

.submit_main:hover {
  cursor: pointer;
  background-image: none;
  background-color: #2d6ca2;
  -webkit-transition: all 0.60s ease-out;
  -moz-transition: all 0.60s ease-out;
  transition: all 0.60s ease-out;
}

.al_button {
  padding: 6px 4px;
  font-size: 14px;
  color: #535353;
  background: #e0e0e0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
}

.al_button:hover {
  cursor: pointer;
  color: #000;
  border: 1px solid orange;
  background: linear-gradient(to top, #fff 0, #e0e0e0 100%);
  transition: color 1.0s ease;
}

.al_smallbutton {
  padding: 4px 3px;
  font-size: .8rem;
  color: #204d74;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.al_smallbutton:hover {
  color: #2d6ca2;
  border: 1px solid #2d6ca2;
}

.al_medbutton {
  padding: 5px;
  color: #204d74;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #efefef;
}

.al_medbutton:hover {
  color: #2d6ca2;
/*border: 1px solid #2d6ca2;*/
  transition: color 0.5s ease;
  background: #e6e6e6;
}

.al_medbutton_plain {
  padding: 5px 0;
  width: 33px;
  color: #204d74;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
}

.al_medbutton_plain:hover {
  color: #2d6ca2;
  background-color: #efefef;
}

.al_medcircbutton {
  padding: 0;
  font-size: 0.9rem;
  color: #204d74;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}

.inline {
  display: inline-block;
}

.inline-div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}

.under-grey {
  border-bottom: 2px solid #ccc;
}

.under-blue {
  border-bottom: 2px solid #69c;
}


#al_removelayers {
  color: #e46;
  font-weight: bold;
}

#al_removelayers:hover {
  color: #c00;
  border: 1px solid #a00;
}


#refcat_info, #refcat_objdens {
  padding: 3px;
  background-color: transparent;
  vertical-align: inherit;
}

#baselayer-div {
  font-size: 0.9rem;
}

.interface {
  border-left: 1px solid #186680;
  border-right: 1px solid #186680;
  padding: 3px 8px 16px;
  overflow-x: auto;
}


select .opt_o-coll {
  background: #ffffff;
}


select .opt_priv-coll {
  background: #eefeee;
}

select .opt_i-coll {
  background: #feeeee;
}

select .opt_u-coll {
  background: #eeeefe;
}

select .opt_r-coll {
  background: #fefefe;
}

select .opt_x-coll {
  background: #efefef;
}


.gb_roundbox-div {
  padding: 3px 6px 3px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.w_roundbox-div {
  padding: 0 6px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.hpx_nbjs_roundbox {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
  color: #f00;
}


#goto_coords {
  cursor: pointer;
  margin-left: .5rem;
  vertical-align: middle;
  width: 14px;
  display: inline-block;
  border-radius: 9px;
  color: green;
  border: 2px solid green;
  height: 14px;
}

#goto_coords:hover {
  background-color: #ddd;
}

#radius_sym {
  font-size: 26px;
  position: relative;
  left: -3px;
  top: -4px;
}

#ref_marker {
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  cursor: pointer;
}

#queried_cats-div {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  max-width: 410px;
}

#queried_cats_list &gt; span {
  margin: 0 6px 0 3px;
  cursor: pointer;
}

#queried_list &gt; span {
  padding: 0 3px;
  margin: 0 3px;
  border-style: solid;
  border-width: 2px;
}

.cat_list_name {
  margin: 0 6px 0 3px;
}


.al_ctrbts {
  padding-top: 3px;
  color: #204d74;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #efefef;
  margin: 3px;
}

.al_ctrbts_t {
  padding-top: 3px;
  color: #204d74;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  margin-left: 3px;
}

.al_ctrbts &gt; i, .al_ctrbts_t &gt; i {
  padding-left: 6px;
}

.al_ctrbts:hover, .al_ctrbts_t:hover {
  color: #2d6ca2;
  /*border: 1px solid #2d6ca2;*/
  transition: color 0.5s ease;
  background: #e6e6e6;
}


.al_ctrbutton {
  padding: 5px 0;
  color: #204d74;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #efefef;
  margin: 3px;
}

.al_ctrbutton &gt; i {
  padding-left: 6px;
}

.al_ctrbutton:hover {
  color: #2d6ca2;
  /*border: 1px solid #2d6ca2;*/
  transition: color 0.5s ease;
  background: #e6e6e6;
}


.al_objinfo-btn {
  font-size: .9rem;
  color: #204d74;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.al_objinfo-btn:hover {
  color: #2d6ca2;
  border: 1px solid #2d6ca2;
}


#al_table_block {
  display: block;
  border-collapse: collapse;
}

#al_table_block tr {
  vertical-align: top;
}

#al_table_block&gt;tbody&gt;tr&gt;td {
  /*display: inline-block;*/
}

.vobjfull_info {
  display: inline-block;
  max-width: 400px;
  overflow: auto;
  width: fit-content;
  overflow-x: inherit;
  position: relative;
  z-index: 12;
}

#vobjfull_info-div {
  position: relative;
  background-color: #fff;
  border-radius: 4px;

  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 8px 0 rgba(0,0,0,.12);
  transition: box-shadow 200ms linear;
  margin: 8px;
  padding: 4px;
  white-space: wrap;
  min-width: 12rem;
  width: fit-content;
  /* max-width: 15rem; */
}

#vobjfull_catname {
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  color: green;
  margin-bottom: 0.5rem;
}

.vobjfull_info_close {
  cursor: pointer;
  color: #666;
  font-size: 1.5rem;
  float: right;
  margin-right: 0.5rem;
}

.vobjfull_info_close:hover {
  color: #000;
}

#vobjfull_info-tab {
  max-height: 50rem;
  overflow-y: auto;
}

#vobjfull_info-div:hover {
  box-shadow: 2px 0px 4px rgba(0, 0, 0, .1);
}

#vfullinfo-wait-div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #69c;
  background: rgba(90, 90, 90, 0.1);
}

#vfullinfo-wait-div span {
  position: absolute;
  width: 100%;
  top: 8rem;
  text-align: center;
}


#aladin-lite-div_1 {
  width: 490px;
  height: 490px;
  resize: both;
  overflow: hidden;
  max-width: 92vw;
  max-height: 95vh;
  z-index: 10;
}

/* Add scroll to overlays list */
.aladin-vertical-list {
  max-height: 360px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* FoV div moved to top - here to bottom-left */
.aladin-fov {
  bottom: 0;
  left: 0px;
  padding: 3px;
  height: 21px;
  z-index: 2;
}

.aladin-frameChoice {
  padding: 0 !important;
}

.aladin-selector {
  padding: 0 !important;
}

.aladin-projection-select {
  border-radius: 0 0 4px 4px;
}


#search-sky-wait-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #69c;
  background: rgba(0, 0, 0, 0.7);
}

#search-sky-wait-div div {
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  display: inline-block;
}


#in_coords {
  position: absolute;
  top: 5px;
  right: 16px;
  z-index: 20;
  margin: 0;
  background: #eaeaea;
  opacity: 0.7;
  border-radius: 4px;
  padding: 2px 4px;
  border: 1px solid #eee;
  font-size: 1rem;
}

#coords_info-div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: rgba(170, 183, 209, 0.5);
}


#set-position-btn {
  position: absolute;
  top: 45px;
  right: 9px;
  z-index: 20;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 1px;
  border: 1px solid #aaa;
  font-size: 1rem;
}


#al_refresh-btn {
  position: absolute;
  top: 74px;
  right: 6px;
  z-index: 20;
  margin: 0;
  background: rgba(220,220,220,0.5);
  color: gold;
  border: 1px solid gold;
  border-radius: 16px;
  padding: 3px;
  font-size: 16px;
}

#al_objs_density-div {
  position: absolute;
  top: 0;
  left: 330px;
  z-index: 20;
  margin: 0;
  border: 0;
  padding: 3px;
  background-color: rgba(102,153,204,0.7);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  font-weight: 600;
}

#catdata-div {
  font-size: 0.9rem;
  vertical-align: top;
  box-shadow: 0 5px 5px -4px rgba(0,0,0,.2);
}

#cols_toggle {
  display: inline-block;
  padding: 6px;
}

#cols_toggle a:hover {
  cursor: pointer;
}

#draw_type {
  cursor: pointer;
  margin-left: 1rem;
}

#tabfocus-div {
  display: inline-block;
}


.label-opts {
  font-size: 1.1rem;
  color: #004464;
}

.label-radio {
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
}

.label-radio:hover {
  color: #69c;
  background-color: #efefef;
}

.label-chkb {
  cursor: pointer;
  white-space: nowrap;
  padding: 4px;
  border-radius: 4px;
}

.label-chkb:hover {
  color: #69c;
  background-color: #efefef;
}


div #table_log_div
{
  max-width: 1200px;
  min-width: 460px;
  width: min-content;
  resize: both;
  overflow: auto;
  font-size: 0.9rem;
}

#table_log_wrapper {
  font-size: 0.9rem;
  overflow-x: auto;
}

#table_log {
  font-size: 0.9rem;
}

/*
.toggle-vis {
  font-weight: bold;
  color: #69c;
  cursor: pointer;
}
*/
.toggle-vis {
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: bold;
  border-bottom: 2px solid #666;
}

.toggle-vis-hidden {
  border-bottom: none;
}

#toggle_tabopts-div, #toggle_cols-div, #toggle_upload-bts {
  cursor: pointer;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
}

#toggle_cols-div {
  margin: 6px 0;
}

#toggle_baselayer-leg, #toggle_objdensity-leg, #toggle_extlinks-leg, #toggle_history-leg {
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
}

#toggle_extlinks-leg {
  font-size: 1.0rem;
  color: #004464;
}

#extlinks-div, #obj-preclicked-div {
  display: block;
}

#toggle_tabopts-div:hover, #togglecol-div:hover, #toggle_cols-div:hover, #toggle_baselayer-leg:hover, #toggle_objdensity-leg:hover, #toggle_extlinks-leg:hover, #toggle_history-leg:hover, #toggle_upload-bts:hover {
  color: #69c;
  background-color: #efefef;
}

.bc_ff {
  background-color: #fff;
}

.bc_ef {
  background-color: #efefef;
}


#taboptions-div, #togglecolsel-div, #toggle_colsel-div {
  display: none;
  margin-bottom: 1em;
}

#cols_toggle {
  color: #69c;
  /*padding: 6px 6px 6px 3px;*/
  /*width: max-content;*/
}

#cols_toggle span:hover {
  cursor: pointer;
}

#toggle_tabopts_angle, #view_toggle_angle {
  margin-left: 0.5rem;
}

#toggle_baselayer_angle, #toggle_objdensity_angle, #toggle_extlinks_angle, #toggle_history_angle, #toggle_upload-bts_angle {
  margin-right: 0.5rem;
  width: 14px;
}

#vobjinfo_close {
  /*float: right;
  width: 250px;
  margin-bottom: 6px; */
  height: 2.3rem;
  font-weight: bold;
}

.cat_container {
  background: #fff;
  border-bottom: 1px solid gray;
}

.cat_entry_name {
  font-weight: bold;
}

.cat_entry_value {
  color: #009;
}

.cat_entry_value_magfld {
  color: #009;
  background-color: #eaea00;
}


/*
div.dataTables_wrapper {
  width: 460px;
  resize: horizontal;
  overflow: auto;
}


div.dataTables_scrollHead {
  /*overflow: hidden;
  position: relative;
}
*/

div.dataTables_scrollBody {
  min-height: 0%;
}

.dataTables_scrollHeadInner {
  margin-right: auto !important;
  margin-left: auto !important;
}

.dataTables_wrapper .dataTables_filter input {
  padding: 4px;
}

.dataTables_wrapper .dataTables_length select {
  font-size: 0.9rem;
}

.al_info-div-ctnr {
  width: 86%;
  position: absolute;
  text-align: center;
  z-index: 1;
  bottom: 1px;
  left: 12%;
}

.objs-info-div {
  font-size: 1.1rem;
  color: #fafafa;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: rgba(102,153,204,0.7);
  padding: 3px 10px 5px;
  float: right;
  /*display: inline-block;*/
}

.n_rows {
}

.n_rows0 {
  background-color: rgba(170,0,0,.75);
  color: #fff;
  font-weight: bold;
}

.log_qry {
  background-color: #eaeaea;
  color: #444;
  font-size: 1em;
  padding: 3px 10px 5px;
  border-radius: 8px;
  overflow-x: auto;
  cursor: pointer;
}

#log_caturl {
  background-color: #eaeaea;
  color: #444;
  font-size: 1em;
  padding: 3px 10px 5px;
  border-radius: 4px;
  overflow-x: auto;
  cursor: pointer;
  max-width: 50rem;
}

#log_qry {
  color: #666;
  font-size: 0.9rem;
}


#hide_clicked-btn, #show_clicked-btn, #clear_clicked-btn, #retr_clicked-btn {
  padding: 5px 0;
  border-radius: 8px;

  background: #fff;
  border: 1px solid transparent;
  color: #0a0;
/*  padding-left: 0.5rem; */
}

#hide_clicked-btn:hover, #show_clicked-btn:hover, #clear_clicked-btn:hover, #retr_clicked-btn:hover {
  background-color: #eaeaea;
}

#hide_clicked-btn &gt; i, #show_clicked-btn &gt; i, #clear_clicked-btn &gt; i, #retr_clicked-btn &gt; i {
  padding-left: 6px;
/* margin-right: 3px; */
}


#obj-clicked-div {
  max-height: 400px;
  overflow: auto;
  margin-top: 1rem;
}

#obj-click-div_0 {
  margin: 10px 5px;
  padding: 5px;
  border: 1px solid #0f0;
  font-size: .9rem;
  background-color: #fff;
  overflow-x: auto;
}

#obj-lastclicked-div {
  padding: 5px;
}

#obj-history-div {
  margin: 0 5px 10px 0;
  padding: 5px;
  border: 1px solid #aaa;
  background-color: #fff;
  overflow-x: auto;
  box-shadow: 0 0 0 0, 0 3px 5px 0 rgba(0,0,0,.15);
}

#obj-preclicked-div {
  /*padding: 5px;*/
}

.obj-clickitem-div {
  margin-bottom: 1rem;
  overflow-x: auto;
}


details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: .5em .5em 0;
  margin-top: 1rem;
  cursor: pointer;
}

summary {
  font-weight: bold;
  margin: -.5em -.5em 0;
  padding: .5em;
}

details[open] {
  padding: .5em;
}

details[open] summary {
  /*border-bottom: 1px solid #aaa;*/
  margin-bottom: .5em;
}


#log_topcat, #topcat_ra, #topcat_dec, #topcat_rad {
  font-size: 1rem;
}


#log_voqry {
  display: inline-block;
  box-shadow: inset 0 0 2px 2px rgba(0,0,0,.12);
  border-radius: 4px;
  color: #204d74;
  padding: 8px;
  margin-top: 0.5rem;
  margin-left: 1em;
  background: #eee;
  font-size: 1rem;
}

#log_json-div {
  background: #f7f7f7;
  padding: 6px;
  border-radius: 4px;
  overflow-x: auto;
  width: fit-content;
}

#sel_otab_type {
  font-size: 1rem;
  margin-top: 0.5rem;
}


.tt1 {
  font-family: monospace;
  background: #f7f7f7;
  color: #900;
  padding: 0.125em 0.25em; /* 0 3px; */
  border-radius: 4px;
  display: inline-block;
}
.tt {
  font-family: monospace;
  font-size: larger;
  background: #f7f7f7;
  color: #900;
  padding: 0.125em 0.25em; /* 0 3px; */
  border-radius: 4px;
  display: inline-block;
}

/* Copy URL to clipboard */
.urltip {
  transition: border .2s,background-color .2s;
  right: 0;
  position: relative;
  width: fit-content;
}

.urltip .urltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 105%;
  left: 24rem;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: .9rem;
}

.urltip .urltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.urltip:hover .urltiptext {
  visibility: visible;
  opacity: 1;
  transition: All 0.5s ease;
}


/* User Where clause tooltip */
#tt-where {
  position: absolute;
  min-width: 3em;
  max-width: 20em;
  padding: .3em .6em;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  background-color: rgba(85, 85, 85, 0.95);
  border-radius: 6px;
  transition: opacity 0.3s;
  z-index: 30;
}

#cols_idx {
  font-weight: 600;
  color: #69c;
}

/* Generic tooltip */
#tt-div {
  position: absolute;
  min-width: 3em;
  max-width: 10em;
  padding: .3em .6em;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  background-color: rgba(85, 85, 85, 0.95);
  border-radius: 6px;
  transition: opacity 0.3s;
  z-index: 30;
}


.tooltip {
  width: 46px;  /*100%;*/
  transition: border .2s,background-color .2s;
  right: 0;

  position: relative;
  /* display: inline-block; */
}

.tooltiptext {
  width: 12em;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: .3em;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  /*left: 25px;*/
  margin-left: -4.7em;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: .9rem;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: All 0.5s ease;
}


/* Input text+button */
.input-group {
  position: relative;
  display: inline-table;
  border-collapse: separate;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
  z-index: 1;
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control {
  padding: 5px 10px;
  /*background-color: #fff;*/
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.form-control:hover {
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.form-control:focus {
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.2);

}

.form-control &gt; input {
  border: none;
  padding: 0;
  border-radius: 0;
  /*background-color: #fff;*/
}

.form-control &gt; input:focus{
  outline: none;
}

.btn-primary {
  color: #fff;
  background-color: #004b87;
  border-color: #004b87;
/*
  font-family: Montserrat,Open sans,sans-serif;
  font-weight: 500;
*/
}

.btn {
/*
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
*/
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 10px 4px;
  font-size: 1.1rem;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  user-select: none;
}

/* */

/*
.input-group {
  display: flex;
  width: 100% !important;
}

.input-group-button:hover {
  background: linear-gradient(to top, #fff 0, #eff3f6 90%);
  transition: color .5s ease;
}

.input-group-button {
  height: 40px;
  border: 1px solid #d1d5da;
  border-left: transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  vertical-align: middle;
  display: table-cell;
  padding: 6px 10px;
  background-color: #eff3f6;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}

.input-group-button svg {
  height: 100%;
  width: auto;
  stroke: #666;
  fill: #666;
}
*/

#inTxt {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #d1d5da;
}


#topcat_t {
  display: inline-block;
  font-size: 1rem;
  background: #f5f2f0;
  margin-top: 1em;
  margin-left: 1em;
  padding: 0.5em;
  border: 1px solid #ddd;
  border-radius: 5px;
}



div.trailer {
  clear: both;
  margin: 0 auto;
  line-height: 1.2rem;
  text-align: center;
  background-color: #004464;
  color: #aaa;
  border-left: 1px solid #186680;
  border-right: 1px solid #186680;
}


div.row10 {
  clear: both;
  margin: 10px 0px;
  position: relative;
}

div.hline {
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

div.row10:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #666;
  width: 100%;
  transform: translateY(-50%);
}


div.dotgrey10:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;

  transform: translateY(-50%);
}

div.dotgrey10 {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
}


.more_links {
  width: 452px;
  margin-top: 12px;
}

.more_links button {
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  margin: 0 0 10px 20px;
  padding: 2px 3px;
  width: 120px;
  text-align: center;
  color: #2d6ca2;
  font-size: 0.9rem;
  height: 1.7rem;
  border-radius: 4px;
}

.more_links button:hover {
  border: 1px solid #2d6ca2;
}

.simbad_over-chk {
  display: inline;
  line-height: normal;
  margin: 0 0 10px 20px;
  width: 200px;
  text-align: left;
  font-size: 0.9rem;
}

.out_type-link {
  display: inline-block;
  border: 1px solid #ddd;
  background: #f7f7f7;
  padding-right: 0.25em;
  margin: 0 8px;
  border-radius: 4px;
  font-size: 0.9rem;
}

#log_nsimbad {
  padding-left: 1rem;
  color: #666;
}


#view_tocref_angle {
  margin-right: 0;
  float: right;
}

.view_tocref-sect {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 1rem;
  margin-bottom: 0;
  color: #666;
  background: #fff;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.view_tocref-sect:hover {
  cursor: pointer;
  color: #069;
  background: #eaeaea;
  text-decoration: none;
  -webkit-transition: all 0.30s ease-in;
     -moz-transition: all 0.30s ease-in;
          transition: all 0.30s ease-in;
}

.view_tocref-selected {
  border-color: #069;
  border-left: 3px solid #2d6ca2;
  background-color: #f7f7f7;
  border-bottom: 0;
}

.tocref-show {
  display: block;
  visibility: visible;
  -webkit-animation: 1s linear 0s fadeIn;
  animation: 1s linear 0s fadeIn;
  transition: height 1.5s 0.3s ease-in-out;
  height: auto;
  padding-top: 1em;
}

.tocref-hide {
  display: none;
  visibility: hidden;
  height: 0;
}

#tocref_div {
  border-left: 3px solid #2d6ca2;
  padding-left: 6px;
}


#login_data-div {
  position: absolute;
  right: 1rem;
  z-index: 90;
  margin-top: 0.5rem;
  border-radius: 8px;
  box-shadow: 3px 0px 8px rgba(0, 0, 0, .1), -3px 0px 8px rgba(0, 0, 0, .1); /*3px 3px 8px gray, -3px -3px 8px gray;*/
}

#project_select {
  font-size: 1rem;
  font-weight: 600;
}

#frmLogin {
  padding: 20px 40px;
  background: #efefef;  /*#d7eeff;*/
  border: #ddd 1px solid;
  color: #333;
  border-radius: 8px;
  width: 300px;
}

.field-group {
  margin-top: 15px;
}

.input-field {
  padding: 8px !important;  /*12px 10px;*/
  width: 282px;
  border: #A3C3E7 1px solid;
  border-radius: 2px;
  margin-top: 5px;
}

.form-submit-button {
  background: #2d6ca2;
  border: 0;
  padding: 10px 0px;
  border-radius: 2px;
  color: #FFF;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.2rem;
  cursor: pointer;
}

.error-message {
  text-align: center;
  color: #990000;
  background: #fff;
  margin-bottom: 0.5rem;
}


/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto;
  max-height: 100vh;  /* FUll screen.height */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal.modal-slidein {
  animation-duration: 0.5s;
  animation-name: slidein;
  animation-timing-function: linear;
}

.modal.modal-slideout {
  background-color: rgba(255, 255, 255, 0.0);
  height: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.modal.modal-hide {
  height: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.2s;
}

/* Modal content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 1rem auto;
  padding: 0;
  border: 1px solid #888;
  width: 42rem;
  /*height: 480px;*/
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.2);
}

.modal-content.modal-fadein {
  animation-duration: 0.5s;
  animation-name: fadeIn;
}

.modal-content.modal-fadeout {
  animation-duration: 0.5s;
  animation-name: fadeOut;
}

.modal-header {
  padding: 0.01rem 1rem;
  background-color: #6699cc;  /*#5cb85c;*/
  color: #fff;
  font-size: 1.3rem;
}

.modal-body {
  /*height: 80vh; */
  height: inherit;
  text-align: center;
  padding: 3rem 1rem;
  overflow: auto;
}

.modal-actions {
  display: inline-block;
  width: 38rem;
}

.modal-actions button {
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f7f7f7;
  margin: 0.3rem;
  width: 9rem;
  height: 1.7rem;
  text-align: center;
  color: #2d6ca2;
  font-size: 0.9rem;
  overflow-x: hidden;
}

.modal-actions button:hover {
  border: 1px solid #2d6ca2;
}

#custom_tools, #vizcat_tools {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 1rem;
  padding: 6px;
  background-color: #f7f7f7;
  text-align: center;
  color: #2d6ca2;
}

#custom_tools_content {
  overflow-x: hidden;
}


/* The Close button */
.close {
  color: #fff;
  float: right;
  font-size: 3rem;
  font-weight: 300;
/*  padding: 0px 4px 10px 4px; */
  margin-top: 1rem;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Data-tooltip */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

[data-tooltip]:before,
[data-tooltip-t]:before,
[data-tooltip-tl]:before,
[data-tooltip-bl]:before {
  content: attr(data-tooltip);
  position: absolute;
  display: none;
  opacity: 0;
  max-width: 16rem;
  transition: all 0.15s ease;
  padding: 4px 8px;
  color: #333;
  border-radius: 6px;
/*box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
*/
  white-space: normal;
  z-index: 100;
}

[data-tooltip]:hover:before,
[data-tooltip-t]:hover:before,
[data-tooltip-tl]:hover:before,
[data-tooltip-bl]:hover:before {
  display: inline-block;
  animation: 0.3s fadeIn 0.3s forwards;
  background: rgba(85, 85, 85, 0.95);
  color: white;
  font-weight: initial;
  font-size: .9rem;
}

/* Bottom left */

[data-tooltip]:before {
  content: attr(data-tooltip);
  margin-top: 36px;
  margin-left: 0;
}

[data-tooltip-fixed]:before {
  position: fixed;
}

/* Top */
[data-tooltip-t]:before {
  content: attr(data-tooltip-t);
  margin-top: -64px;
  margin-left: 0;
}

/* Top left */
[data-tooltip-tl]:before {
  content: attr(data-tooltip-tl);
  margin-top: 0;
  margin-left: -18rem;
}

/* Bottom left */
[data-tooltip-bl]:before {
  content: attr(data-tooltip-bl);
  margin-top: 42px;
  margin-left: -18rem;
}

[data-tooltip]:not([data-tooltip-persistent]):before,
[data-tooltip-t]:not([data-tooltip-persistent]):before,
[data-tooltip-tl]:not([data-tooltip-persistent]):before,
[data-tooltip-bl]:not([data-tooltip-persistent]):before {
  pointer-events: none;
}

.infohelp {
  color: #999;
  font-size: 1.2rem;
}

.infoflds-div {
  font-size: 1.0rem;
  color: #666;
  width: auto;
  height: 80vh;
  overflow: scroll;
}

.infoflds-tab {
  border-collapse: collapse;
}

.infoflds-tab thead tr th {
  padding: 5px;
  font-size: 1rem;
  border: 1px solid #aaa;
  background-color: #eaeaea;

  position: sticky;
  z-index: 100;
  top: 0;
}

.infoflds-tab tr {
}

.infoflds-tab td {
  border: 1px solid #ddd;
  /* display: inline-block; */
  padding: 6px;
}


.infoupl-th {
  padding: 0.4rem;
  vertical-align: top;
}


.frbtable {
  margin: 1rem;
}

.frbtable tr th {
  padding: 8px 10px;
  white-space: nowrap;
  border: 0;
  font: bold 9pt verdana, geneva, lucida, arial, helvetica, sans-serif;
  text-align: right;
}

.frbtable tr td {
  padding: 3px 6px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 0.9rem;
  white-space: nowrap;
  background: #fafafa;
}

.frbtable tr td div {
        max-width: 16rem;
        overflow-x: auto;
}

.frbtable tr td a {
  text-decoration: none;
  font-weight: bold;
  color: #69c;
}

.desc-div-grey {
  font-size: 1.3rem;
  margin: 1rem;
  padding: .5rem;
  color: #444;
  background: #eaeaff;
}

/* prism.css modif */
pre[class*="language-"] {
  font-size: 1rem;
}
</pre></body></html>