 
        .sub1 { 
            vertical-align: sub; 
            font-size: small; 
        } 
    


.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.tab_menu {
  top: 0;
  text-align: center;
}

.squash_div {
  padding-right: 5%;
  padding-left: 5%;
}

.page_title {
  color: #DA6713;
  font-weight: bold;
}
/*  ################
### Archive page
####################*/
.archive_table {
  padding-right: 5%;
  padding-left: 5%;
  margin-right: 5%;
}

table tbody {
  cursor: pointer;
}

.criteria_container {
  text-align: center;
  padding: 5px;
  margin-left: 5%;
}

.form-group {
  width: 10%;
}

h3 {
  margin: 5px;
}

.mag_input {
  width: 6%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid gray;
  text-align: center;
  padding: 0px;
}

.mag_input:focus {
  border-bottom: 3px solid #009587;
  border-left: none;
  border-right: none;
  border-top: none;
}

/*  Table sorting*/
.table_arrow_link {
  font-size: 19px;
  color: inherit;
}

.table_arrow_link:hover {
  color: white;
}

.btn_hide {
  display: none !important;
}

.btn_active {
  background-color: #009587 !important;
  color: white !important;
}

.go_right {
  align: right;
  right: 10px;
  float: right;
  margin: 10px;
}

.go_right1 {
  float: right;
margin:11px;
}



.go_left {
  align: right;
  right: 10px;
  left: 10px;
  margin: 10px;
}

/*  ################
 ### Leaflet page
 ####################*/
#mapid {
  height: 700px;
  margin: 30px;
}

.double_map {
  height: 700px;
  margin: 10px;
}

.leaflet-tooltip.my-labels {
  background-color: transparent;
  color: black;
  padding: 0;
  border: transparent;
  box-shadow: none;
}

.epi_icon {
  color: red;
}

.legend {
  font-style: italic;
  color: gray;
}

.legend_table {
  color: black;
  font-size: 13px;
  line-height: 17px;
  padding: 0 !important;
}

/*  Placeholder styling */
::-webkit-input-placeholder {
  font-size: 12px;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}

:-ms-input-placeholder {
  font-size: 12px;
}

/* ########### */
.input_text {
  color: gray;
}

/*  ################
 ### Analysis page
 ####################*/
 div.tooltip {
   position: absolute;
   text-align: center;
   width: 150px;
   padding: 2px;
   font: 12px sans-serif;
   color: white;
   background: black;
   border: 1px;
   border-radius: 8px;
 }

 /*  ################
  ### Meta page
  ####################*/
 .collapsible {
   background-color: #eee;
   color: #444;
   cursor: pointer;
   padding: 18px;
   width: 100%;
   border: none;
   text-align: left;
   outline: none;
   font-size: 15px;
 }

 /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 .activeCol, .collapsible:hover {
   background-color: #ccc;
 }

 /* Style the collapsible content. Note: hidden by default */
 .content {
   padding: 0 18px;
   display: none;
   overflow: hidden;
   background-color: #f1f1f1;
   text-align: left;
 }

a {
  color:#1968B5;
}

#collapsibleNavbar a.nav-link {
  color:#FFFFFF !important;
}

a:hover {
  text-decoration:underline;
}

a:focus {
  text-decoration:underline;
}


#collapsibleNavbar a.nav-link:hover{
  text-decoration:underline;
}

# collapsibleNavbar a.nav-link:focus{
  text-decoration:underline;
}

#input_content3, #input_content4, #input_content5, #input_content6, td {
  color:#212529 !important;
}

#downloadButton, #staticButton, #leafletButton {
  color:#017D71 !important;
}
#downloadButton.btn_active, #staticButton.btn_active, #leafletButton.btn_active {
  color:white !important;
  background-color:#017D71 !important;
}

#downloadButton.nav-link, #intensity-tab, #pga-tab, #pgv-tab, a.nav-link.dropdown-toggle, #station-html {
color:#707070 !important;
}

#downloadButton.nav-link.active, #intensity-tab.active, #pga-tab.active, #pgv-tab.active, a.nav-link.dropdown-toggle.active, #station-html.active {
color:#212529 !important;
}

.input_text {color:#707070 !important;}




























