.information{
    width: 15px;
}

.information2 {
    width: 15px;
}

.help {
    display:none;
    position: absolute;
    padding: 10px;
    background: #204d74;
    border: 0.5px solid grey;
    border-radius: 5px;
    color:lavender;
    font-size: 0.8em;
    z-index: 1;
}

.help_node {
    display:none;
    position: absolute;
    padding-top: 5px;
    padding-left: 5px;
    background: #204d74;
    border: 0.5px solid grey;
    border-radius: 5px;
    color:lavender;
    font-size: 0.8em;
    z-index: 1;
    text-align: left;
}


.details {
    display:none;
    position: absolute;
    padding: 6px;
    background: #204d74;
    border: 0.5px solid grey;
    border-radius: 5px;
    color:lavender;
    font-size: 0.7em;
    z-index: 1;
}

.row1 {
    display: block ruby;
    margin-right: -20px;
    margin-left: 0px;
}

.col1 {
        flex: 1;
        padding: 1em;
}

.label_eup {
    padding-left: 90px;

}

section{
    background: floralwhite;
}
.sensitivity{
    font-weight: bold;
}

.angular-resolution{
    font-weight: bold;
}

.label2 {
    color: #204d74;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
}
.span-right{
    display: block;
    text-align: right;
}

.span-left{
    display: block;
    text-align: left;
}

.drop_with{
    min-width: max-content;
}
.open > .dropdown-menu {
  display: contents;
}

.freq {
    color: #204d74;
}
.freq_label {
    color: #a13638;
}

.freq_size{
    font-size: 17px;
}

ul {
    list-style-type: none;
}

.table thead,
.table th {text-align: center;}

#table_param tr th {
    border: 1px solid black;
}
.onglet_actif {
/*color:#1995dc;*/
font-size: large;
}

.check_style{
    margin-bottom: 0px;
}

input[type="submit"] {
    color: #fff;
    border-color: #4cae4c;;
    background-color:#5cb85c;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    margin-right: 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;

}

#sourcesForm input[type="submit"] {
    float: right;
}

input[type="submit"]:hover{
    background-color: #28a745;
}

.spin_hiden{
    display: none;
}

.submit_disabled{
    pointer-events: none;
    opacity: 0.65;
}

.btn_margin{
    margin-right: 20px;
}

.link_disabled{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #ffffff;
}

.pos_search_button_Asearch{
    margin-right: 140px;
}

.pos_search_button_Bsearch{
    margin-right: 10px;
}

.pos_clean_button{
    margin-left: 10px;
}

.navbar_bg {
  background-color: #1995dc;
  border-color: white;
}

.a_color {
    color: white;
}

.logoAtomis{
    width: 180px;
    position: absolute;
    left:0%;
    top: 100%;
    z-index: 4000;
}

@media (max-width: 800px) {
    .logoAtomis {
        display: none;
    }
}

.logoAtomisFooter{
    height: auto;
    width: 50%;
}

footer p {
  float: left;
  line-height: 100px;
  color: black;
  font-weight: bold;
  font-size: large;
}
.irap_text{
    font-size: medium;
}

@media (max-width: 1000px) {
    footer p {
          float: left;
          line-height: 40px;
          color: black;
          font-weight: bold;
          font-size: 10px;
            }
}

.logo_irap{
    width: 14%;
    height: auto;
    /*padding: 5px 10px 10px 0;*/
    margin-left: 10px;
    margin-bottom: 4px;
}

.logo_ovgso{
    width: 15%;
    height: auto;
    /*padding: 5px 10px 10px 0;*/
    margin-left: 10px;
}

.logo_cnrs {
    width: 7%;
    height: auto;
}

.logo_ups{
    width: 25%;
    height: auto;
}

.logo_omp { width: 8%;}

.logo_erc { width: 18%;}

body, html {
    height: 100%;
}

.container-fluid{
    min-height: 100%;
}

.fieldset_style {
    width: 100%;
    margin-left: 0%;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 2px solid #1995dc;
    border-radius: 10px;
    padding:0 20px; /* To give a bit of padding on the left and right */
}

.legend_style {
    width: auto;
    font-weight: 600;
    padding: 0 10px;
    margin-bottom: 0px;
    border-bottom: none;
    text-transform: uppercase;
    color: #1995dc;
}

.legend_style_obs {
    width: auto;
    font-weight: 200;
    padding: 0 10px;
    border-bottom: none;
    color: #1995dc;
}

#species_table, #atomic_table  {
    border: 2px solid #204d74;
    border-radius: 20px;
}

#species_table thead > tr > th, #atomic_table thead > tr > th{
    border: 2px solid #204d74;
}

#species_table tbody > tr > td, #atomic_table tbody > tr > td {
    border: 2px solid #204d74;
}

#cursors  tbody >tr > td{
    border: 2px solid #204d74;
    border-radius: 20px;
}
/* double range */

.doubleRange{
    margin:10px 0;
    padding-top:13px;
    display: inline-block;
    text-align: center;
    width: 430px;
}

.doubleRange .barre{
    height:7px;
    background-color:grey;
    border-radius:3px;
    position:relative;

}

.doubleRange .barre .barreMilieu{
    height:7px;
    background-color:#B60101;
    position:absolute;
}

.doubleRange .barre .thumb{
    width:26px; height:26px;
    background-color:antiquewhite;
    border:1px solid grey;
    border-radius:50%; top:-10px;
    position:absolute;
    cursor:pointer;
    transform:translateX(-13px);

}

.doubleRange .label{
    margin-top:15px;
    color:black;
    font-weight:bold;
    font-size: 15px;
    user-select:none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 0px;padding-top: 0px;
}

@media only screen and (max-width: 1000px) {
    .doubleRange{
        margin:0 0;
        padding-top:13px;
        display: inline-block;
        text-align: center;
        width: 330px;
    }

    .doubleRange .barre{
        height:5px;
        background-color:grey;
        border-radius:1px;
        position:relative;

    }

    .doubleRange .barre .barreMilieu{
        height:6px;
        background-color:#B60101;
        position:absolute;
    }

    .doubleRange .barre .thumb{
        width:16px; height:16px;
        background-color:antiquewhite;
        border:1px solid grey;
        border-radius:50%; top:-5px;
        position:absolute;
        cursor:pointer;
        transform:translateX(-13px);
    }

    .doubleRange .label2{
        font-size: 13px;
    }
    .doubleRange .label{
        margin-top:10px;
        color:black;
        font-weight:bold;
        font-size: 12px;
        user-select:none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    .minmax{
        font-size: 12px;
    }
}

@media only screen and (max-width: 800px) {
    .doubleRange{
        margin:0 0;
        padding-top:13px;
        display: inline-block;
        text-align: center;
        width: 180px;
    }

    .doubleRange .barre{
        height:5px;
        background-color:grey;
        border-radius:1px;
        position:relative;

    }

    .doubleRange .barre .barreMilieu{
        height:6px;
        background-color:#B60101;
        position:absolute;
    }

    .doubleRange .barre .thumb{
        width:16px; height:16px;
        background-color:antiquewhite;
        border:1px solid grey;
        border-radius:50%; top:-5px;
        position:absolute;
        cursor:pointer;
        transform:translateX(-13px);
    }

    .doubleRange .label2{
        font-size: 13px;
    }
    .doubleRange .label{
        margin-top:10px;
        color:black;
        font-weight:bold;
        font-size: 12px;
        user-select:none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    .irap_text{
        font-size: xx-small;
    }
}

#cursors2  tbody >tr > td{
    border: 2px solid #204d74;
    border-radius: 20px;
}


.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
}

.btn-group {
    position: relative;
    display: grid;
}

/* For the responsive design of species table*/
.main-wrapper{
  width: 100%;
  overflow-x: auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.responsive-table{
  display: inline-block;
  min-width: 100%;
  box-sizing: border-box;
}

.float-container {
    border: 3px solid #fff;
    padding-bottom: 30px;
}

.left-child {
    width: 50%;
    float: left;
    text-align: left;
    font-weight: bold;
}
.right-child {
    width: 50%;
    float: right;
    text-align: right;
    font-weight: bold;
}

.covered_lines{
    background-color: red;
}

/* spinner for loading fits files*/
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  margin: -76px 0 0 -76px;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}