/**
 * Color palette
 *  Green: #71a100
 *  Dark Blue: #00264c
 *
 *
 */
.usgs-monitoring-map {
  margin-bottom: 40px;
}

/* override to hide the preview box coming from ESRI css */
.esriOverviewMap.ovwBR .ovwContainer {
  display: block !important;
}

/* set the map container at 430 on desktop */
#monitoringMapContainer {
  /*height: 860px*/;
  height: auto;
}

#vscmmDesktopContainer,
#vscmmMobileContainer {
  background-color: white;
  margin: 0;
  padding: 0;
  position: relative;
}

#vscmmDesktopContainer {
  width: 100%; /* 10col is approx. 945px, -280px sidebar panel */
  height: 490px;
  position: relative;
}

#vscmmMobileContainer {
  width: auto;
  /*   height: 100vh !important; */
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
  display: none;
}


/* sets the map rendering. if you comment these out. map will not render on page*/

#vscmmMapContainer {
  float: left;
  margin: 0;
  padding: 0;
  border: none !important;
  width: 100% !important;
  height: 490px;
}

#vscmmMapContainerMobile {
  width: 100vw !important;

  height: auto !important;
}


#vscmmMap {
  width: 100%;
  height: 100%;
}

#vscmmMapMobile {
  width: 100%;
  height: 555px; !important;
}

#vscmmQuakeListMobile{
  max-height: 333px;
  margin-bottom: 11% !important;
  overflow: auto;
}
/* ---------------------------------------------- */

#vscmmAccordion {
  height: 490px;
  background-color: white;
  box-shadow: 0px 5px 15px grey;
  overflow: scroll;
  margin-left: 20px;
  border-right: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}


/* this section controls block placement of the side menus.
 when its not there. side menus are placed below the map
 */
#vscmmAccordion .panel-body {
  padding: 15px;
  width: 270px;
}

.container-controls {
  position: absolute;
  z-index: 2;
}

#vscmmDesktopContainer > .container-controls {
  right: 0px;
  top: 0;
  height: 0;
}

#vscmmMobileContainer > .container-controls {
  right: 30px;
  top: 15px;
}

/******************************************************************/



/*
this seems to style the layout and creates separators for the side menus and filters
this will style the text in the earth quake tables as well. it does not style the color and shape of buttons.
(minus the buttons)
 */


#vscmmDesktopContainer .panel-buttons {
  margin-top: 20px;
}

#vscmmAccordion .panel-body-1 button {
  float: right;
}

#vscmmAccordion .panel-body-1 .table>thead>tr>th {
  border-bottom: none;
  padding-left: 10px;
}

#vscmmAccordion .panel-body-1 .table>tbody>tr>td {
  font-weight: normal;
  font-size: 12px;
  padding-left: 10px;
}

.panel-filter-results,
.panel-subheading {
  /*background-color: #00264c;*/
  background-image: linear-gradient(#096FB4,#085E99);
  color: white;
  font-size: 16px;
  padding: 5px 15px;
  display: block;
  margin: 10px -15px;
}



.panel-body-1 .panel-filter-total {
  margin-left: 10px;
  font-size: 12px;
  line-height: 36px;
  display: none;
}

.panel-body-2 .panel-filter-total {
  font-size: 12px;
  line-height: 36px;
  display: none;
}

.panel-body-5 b  {
  background-color: #eeeeee;
  display: block;
  margin: 0px -10px;
  padding: 10px;
}

/* removed to move buttons closer together for settings panel
.panel-body-5 .vscmm-btn-settings {
  margin: 5px;
}
*/
.panel-body h3 {
  font-size: 20px;
  margin-top: 5px;
  display: inline-block;
}

/* end filter category styling sections */
/* -----------------------------------------------  */



.esriSimpleSliderVertical .esriSimpleSliderIncrementButton,
.esriSimpleSliderVertical .esriSimpleSliderDecrementButton {
  border-radius: 0px !important;
  border: none !important;
  border-bottom: none !important;
  background-color: #00264c;
  color: white;
  margin: 5px;
}

.esriSimpleSliderVertical, .esriSimpleSlider {
  border-radius: 0px !important;
  border: none !important;
  border-bottom: none !important;
  background-color: transparent !important;

}

.esriSimpleSliderTL {
  top: 10px !important;
  left: 4px !important;
}



#vscmmCategoryControls {
  display: grid;

}



/* panel css. panels are used for side menus
 this controls the layout of the side menu. not the pop out panels the side menu triggers to pop out

 */


#vscmmAccordion .panel-body {
  border-top: none;
  max-width: 650px;
}

.panel.panel-default {
  box-shadow: none;
}

.panel-group .panel {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  width: 19rem;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-title a {
  cursor: pointer;
}

.panel-title span {
  margin-bottom: 15px;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  /*background-image: linear-gradient(#096FB4,#085E99);*/
  border-radius: 0px;
  background-color: #71a100;
  color: white;
  box-shadow: 0px 1px 8px grey;
  padding: 8px;
  display: inline-block;
  font-size: 20px;
}

.panel-title a:not(.collapsed) span {
  background-color: #fff;
  color: #00264c;
}

.panel-collapse {
  background-color: white;
}

.panel.panel-default > .panel-heading {
  height: 35px;
  background-image: none;
  border-radius: 0px;
  padding: 0px;
}

.panel-title span:hover, .panel-title span:visited, .panel-title span:active {
  background-color: rgba(113,161,0,0.7) !important;
  border: none;
  box-shadow: 0px 1px 8px grey;
}

#vscmmDesktopContainer .panel-title,
#vscmmDesktopContainer .panel-title a {
  color: #000;
}

#vscmmDesktopContainer .panel-title > a {
  padding: 10px 5px;
  margin-top: 10px;
  margin-left: -200px;
  height: 35px;
  color: grey;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

#vscmmDesktopContainer .panel-title > a:hover, #vscmmDesktopContainer .panel-title > a:active {
  color: black;
  background-color: rgba(255,255,255,0.3);
}

#vscmmDesktopContainer .panel-title button {
  position: absolute;
  top: -8px;
  right: -51px;
}


/* ----------------------------------------------- */

#dijit_TitlePane_0 > div {
  background-image: none;
  border: 0px;
}


/* this seems to control the button styling of the side menus

*/

/*
#monitoringMapContainer .btn-default {
  background-color: #f1f1f1;
  color: #000;
}

#monitoringMapContainer .btn-primary {
  background-image: none !important;
  border-radius: 0px !important;
  border: none;
  padding: 7.5px;
}


.btn-primary:hover,.btn-primary:visited,.btn-primary:active {
  background-color: rgba(113,161,0,0.7) !important;
  border: none;
}


#monitoringMapContainer .btn-primary {
  background-image: none !important;
  border-radius: 0px !important;
  background-color: #71a100;
  border: none;
  color: #fff;
}
*/

/* -----------------------------------------------  */


/* controls the styling of mobile menu buttons */
.vscmm-mobile-btn {
  margin: 0 0 12px 0;
  padding: 2px 17px 0px 8px;
  font-size: 1.25em;
  height: 35px;
  width: 35px;
}

.vscmm-mobile-btn > span {
  font-weight: 900;
}

/* -----------------------------------------------  */

#monitoringMapContainer > h4 {
  display: none;
}






.claro .dijitTitlePaneTextNode,
.claro .dijitFieldsetLegendNode {
  outline: none !important;
}

.dijitTitlePaneTitleFocus {
  display: none;
}

#dijit_TitlePane_0 .dijitArrowNode {
  display: none;
}

#dijit_TitlePane_1_titleBarNode {
  border: none;
  background-image: none;
  background-color: transparent;
}

.dijitTitlePaneTextNode {
  position: absolute;
  right: 6px;
  top: 106px;
  padding: 9px 10px;
  height: 35px;
  color: grey;
  font-size: 12px;
  font-weight: 900;

}
.dijitTitlePaneTextNode:hover, .dijitTitlePaneTextNode:active, .dijitTitlePaneTextNode:visited {
  color: black;
  background-color: rgba(255,255,255,0.3);
}

#vscmmMapMobile .dijitTitlePaneTitleFocus > * {
  display: none;
}

#dijit_TitlePane_0_titleBarNode.dijitOpen {
  background-color: white;
}

#dijit_TitlePane_0_titleBarNode.dijitClosed {
  background-color: transparent;
}

#dijit_TitlePane_0_titleBarNode:after {
  position: absolute;
  bottom: 40px;
  left: -9px;
}

#dijit_TitlePane_0_titleBarNode:after,
#dijit_TitlePane_1_titleBarNode:before {
  content: "\f57d";
  font-family:  "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.25em;
  padding: 5px 9px;
  width: 35px;
  height: 35px;
  color: white;
  background-color: #71a100 !important;
  box-shadow: 0px 1px 8px grey;
  /* background-image: linear-gradient(#096FB4,#085E99);*/
  border-radius: 0px !important;
  border: none !important;
  position: absolute;
  top: -30px;
}

.dijitTitlePaneContentInner {
  padding: 8px !important;
  max-height: 40vh;
  overflow: scroll;
}

#dijit_layout_ContentPane_0,
#dijit_layout_ContentPane_1 {
  height: unset !important;
  padding: 0;
}



#vscmmLoading {
  display: none !important;
}

#vscmmMapMobile_zoom_slider {
  display: none;
}


/* legend styling */
#vscmmLegend {
  border: none;
  border-radius: 0px !important;
  background-color: white;
  z-index: 2;
  padding: 22px;
  display: none;
  position: absolute;
  left: 11px;
  top: 185px;
  width: auto;
  max-height: 242px;
  min-width: 444px;
}

#vscmmLegendMobile{
  border: none;
  border-radius: 0px !important;
  background-color: white;
  z-index: 9999;
  padding: 20px;
  position: relative;
  /*bottom: 333px;*/

}

#vscmmEmptyModal{
  z-index: 99999999999999;
}


#vscmmLegend > .dialog-header {
  border: none;
  border-radius: 0px !important;
  background-color: white;
  font-size: 1.3em;
}



#vscmmLegend > .dialog-body {
  display: inline;
  grid-template-columns: auto auto;
}



/* ----------------------------------------------------- */

#vscmmQuakeListMobileContainer, #vscmmFilterMobileContainer {
  padding: 10px;
}

/* A row of EQ results on mobile list */
#vscmmQuakeListMobile > .quake {
  margin-bottom: 7px;
}

.vscmm-quake-table .quake > .time,
#vscmmQuakeListMobile > .quake > .time {
  text-decoration: underline;
  color: #2A8BCD;
  cursor: pointer;
}

#dijit_TitlePane_1_titleBarNode {
  border: none;
  background-image: none;
  background-color: transparent;
}

br {
  clear: both;
}

.vscmm-right {
  float: right;
}

.vscmm-left {
  float: left;

}


.vscmm-pad-left-1em {
  padding-left: 1em;
}

.vscmm-map-tools {
  display: inline-block;
  position: relative;
  top: -30px;
  right: 160px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: larger;
}

.vscmm-tight {
  margin: 0;
  padding: 0 .5em 0 .5em;
}

@media screen and (min-width: 768px) {
  .modal-wide .modal-dialog {
    width: 90%;
  }
}

.modal {
  /*   height: 100vh; */
}

.modal-content {
  border-radius: 0;
  padding: 25px;
  margin-top: 111px;
}

.dialog-header,
.modal-body,
.dialog-footer {
  padding: 0;
}

.dialog-header,
.modal-body {
  margin-bottom: 10px;
}

.dialog-header .close {
  font-size: 35px;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
  margin: -10px 0 -10px 0;
}

.dialog-header,
.dialog-footer {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.vscmm-btn-settings {
  width: 5em;
}

.vscmm-image-container {
  float: left;
  margin: .25em;
}

/* HTML Quake Table */
.vscmm-quake-table {
  margin: 0 0 0 0;
}

.vscmm-quake-table .active {
  font-weight: bold;
  color: navy;
}
.vscmm-quake-table .active a {
  font-weight: bold;
  color: navy;
}

.vscmm-quake-table-container {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.vscmm-data-row {
  max-height: 12px !important;
}

.vscmm-large-mag {
  font-weight: bold !important;
  font-size: larger;
}

.vscmm-date-string {
  font-size: smaller;
  width:12em;
}
.vscmm-mag {
  font-size: smaller;
  width:5em;
}
.vscmm-depth-string {
  font-size: smaller;
  width:9em;
}
/* End - HTML Quake Table */

.vscmm-hover {
  background: #fff;
  margin: 0;
  padding: .5em 0 .5em 0;
}

.vscmm-hover:hover {
  background: #f5f5f5;
}

/* Quake Filter Buttons */
.vscmm-btn-quake {

  padding-top: 11px;
  padding-bottom: 9px;
  margin: 4px;



}




.vscmm-btn-quake > .badge {
  display: inline-block;
  float: right;
}
/* End - Quake filter buttons */

.vscmm-btn-plot {
  width: 15em;
  margin: 4px;
}

/* Instrument buttons */
.vscmm-btn-category {
  width: 13em;
  padding-top: 11px;
  padding-bottom: 9px;
  margin: 4px;
}

.vscmm-btn-category > .badge {
  display: inline-block;
  float: right;
}

.vscmm-btn-inst-sh {
  width: 6em;
  margin: 4px;
}

.vscmm-time-units, .vscmm-depth-units {
  color: #2A8BCD !important;
  font-weight: bold;
}

#vscmmHelpModal .col-xs-2,
#vscmmHelpModal .col-xs-10,
#vscmmHelpModal ul {
  padding: 0;
}

.node-type-landing-page-monitoring-map .panel-pane,
.node-type-landing-page-monitoring-map footer.footer {
  display: none;
}

.node-type-landing-page-monitoring-map .pane-node-field-monitoring-custom-app {
  display: block;
}

@media screen and (min-width: 768px) {
  .node-type-landing-page-monitoring-map .panel-pane,
  .node-type-landing-page-monitoring-map footer.footer {
    display: block;
  }
}

.node-type-landing-page-monitoring-map #vscmmBasemapGalleryMobile {
  display: none;
}

.esriBasemapGalleryNode {
  margin: 5px 7px 0 7px;
  height: 110px; /* Fixed height prevents wrapping issues when active map is in last "column" (floats) */
}

.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail {
  border-width: 1px;
}

#basemap {
  bottom: 60px !important;
}

.table>thead>tr>th {

  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
}
.center {
  text-align: center;
  float: left;

}
.vscmm-btn-filters{
  width: 15em !important;
  background-color: white !important;
  border:  solid 1px !important;
  color: black !important;
  /*margin: 4px;2e
  background-image: linear-gradient(#71a100,#5E9908);
  background-color: #71a100;
  */

}

.btn-primary{
  background-color: #71a100 !important;;
  color: white !important;;
  background-image: none !important;
}
.btn-default{
  background-color: white !important;
  background-image: none !important;
  color:black !important;
}

.reset-button{
  background-image: linear-gradient(#096FB4,#085E99);
  color: white;
}


.accordion-content{
  padding: 0rem 0rem 0rem 0rem !important;
  margin-top: 11px!important;
}


.accordion-heading{
  width: 14em !important;

}



.results-off{
  background-color: whitesmoke;
  color: #096FB4;
}

.results-on{
  background-color: #71a100;
  color: white;
}



.usa-accordion--bordered-desktop{
  width: 16em !important;
}
.usa-accordion__heading{
  width: 16em !important;
  margin-top: -1px !important;


}
.quake-time, .volcano-name{
  color: #096FB4;
}

.usa-card__container{
  border: none !important;
}




.age-badge{
  color: black;
  background-color: transparent !important;
}

.mag-badge{
  color: black;
  background-color: transparent !important;
}
.depth-badge{
  color: black;
  background-color: transparent !important;
}
.instrument-badge{
  color: black;
  background-color: transparent !important;
}

.volStatusBadge{
  color: black;
  background-color: transparent !important;
}
/* trying to remove borders to the check box tiles */


.alert-red {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid red;
  position: relative;
  display: inline-block;

}

.alert-watch{
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid orange;
  display: inline-block;
}

.alert-advisory{
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid yellow;
  display: inline-block;
}

.alert-normal{
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid green;
  display: inline-block;
}

.alert-unassigned{
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid lightgrey;
  display: inline-block;
}


.usa-form{
  padding-left: 3px !important;
}
.usa-fieldset{
  padding: 5px !important;
}
.usa-checkbox__input {
  margin-bottom: 3px !important;
}


/* styling for results filter UI legend elements */

.circle-red {
  height: 11px;
  width: 11px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;
}

.circle-orange {
  height: 11px;
  width: 11px;
  background-color: orange;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;
}

.circle-yellow {
  height: 11px;
  width: 11px;
  background-color: yellow;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;
}

.circle-green {
  height: 11px;
  width: 11px;
  background-color: lightseagreen;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;
}
.circle-white {
  height: 11px;
  width: 11px;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;
}

.circle-purple {
  height: 11px;
  width: 11px;
  background-color: rebeccapurple;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;
}

.circle-clear {
  height: 11px;
  width: 11px;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;

}

.circle-mag0 {
  height: 7px;
  width: 7px;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;

}
.circle-mag1 {
  height: 9px;
  width: 9px;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;

}

.circle-mag2 {
  height: 11px;
  width: 11px;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;

}

.circle-mag3 {
  height: 13px;
  width: 13px;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;

}

.circle-mag4 {
  height: 14px;
  width:14px;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;

}

.circle-mag5 {
  height: 15px;
  width: 15px;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;

}

.circle-mag6 {
  height: 16px;
  width: 16px;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
  margin-left: 11px;
  margin-right: 3px;
  border: solid 1px;

}



.usa-header--basic-megamenu .usa-nav__primary .usa-nav__primary-item a.dropdown-toggle {
  background-position: right 22px center;
  background-image: url(../img/angle-arrow-up-primary.svg),linear-gradient(transparent,transparent);
  background-repeat: no-repeat;
  background-size: .75rem;
}


.result-accordion-buttons{
  background-color: white !important; border-top: solid  1px !important;  border-color: #d3d3d3 !important;
  color: #71a100 !important;
  border-left: solid 11px !important;
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  border-left-color:  #71a100 !important;
  width: 16em !important;

}

.filter-accordion-buttons{
  background-color: white !important;
  border-top: solid  1px !important;
  border-color: #d3d3d3 !important;
  color: #71a100 !important;
  border-left: solid 11px !important;
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  border-left-color:  #71a100 !important;

}

.green-vertical-bar {
  border-radius: 15px;
  background: #71a100;
  padding: 0px;
  width: 7px;
  height: 33px;
  float: left !important;
  margin-right: 33px !important;
  margin-top: auto !important;
  margin-bottom: auto !important;

}

.fullscreen-button span {
  margin-bottom: 15px;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  /*background-image: linear-gradient(#096FB4,#085E99);*/
  border-radius: 0px;
  background-color: #71a100;
  color: white;
  box-shadow: 0px 1px 8px grey;
  padding: 8px;
  display: inline-block;
  font-size: 20px;
}

 #vscmmFullScreenButton {
  border: none;
  border-radius: 0px !important;
  z-index: 15;
  padding: 20px;
  position: absolute;
  /*left: 11px !important;*/
  top: 1px;
  left: -21px;
  max-width: 35px !important;
}


#vscmmZoomPlusButton {
  border: none;
  border-radius: 0px !important;
  z-index: 15;
  padding: 20px;
  position: absolute;
  /*left: 11px !important;*/
  top: 41px;
  left: -21px;
  max-width: 35px !important;
}

#vscmmZoomMinusButton {
  border: none;
  border-radius: 0px !important;
  z-index: 15;
  padding: 20px;
  position: absolute;
  /*left: 11px !important;*/
  top: 81px;
  left: -21px;
  max-width: 35px !important;
}

#vscmmLegendHeading {
  border: none;
  border-radius: 0px !important;
  z-index: 15;
  padding: 20px;
  position: absolute;
  /*left: 11px !important;*/
  top: 121px;
  left: -21px;
  max-width: 35px !important;
}

/* css for centering shrinked legend icon*/
span.fas.fa-compass::before{
  position: relative;
  left: -2px;
}
span.fas.fa-search-minus::before{
  position: relative;
  left: -2px;
}
span.fas.fa-expand-arrows-alt::before{
  position: relative;
  left: -1px;
}


span.fas.fa-search-plus::before{
  position: relative;
  left: -2px;
}
/* end of css for centering shrinked legend icon */



#vscmmFullScreenButtonMobile {
  z-index: 15;
  position: relative;
  top: -555px;


}

#vscmmZoomPlusButtonMobile {
  z-index: 15;
  position: relative;
  top: -525px;


}

#vscmmZoomMinusButtonMobile {
  z-index: 15;
  position: relative;
  top: -485px;


}

#vscmmLegendHeadingMobile{
  z-index: 15;
  position: relative;
  top: -445px;
}


.scalebar_bottom-left {
  top: 333px !important;
}


/* this class controlls the location of zoom slider on the map*/
.esriSimpleSlider {
  /*left: 2% !important;
  top: 90% !important;
  */
  display: none;
}


/* fixes earth quake result header alignment issue*/
.usa-card__header {
   padding: .5rem .5rem .5rem !important;
}

/*css to support sticky results footer*/
div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.sticky-initial {
  z-index: 99999999999999;
  position: absolute !important;
  top: 609px;
}

#volcanoResultsMobile, #instrumentResultsMobile, #quakeResultsMobile{
  z-index: 99999999999999;
}

.sticky-parent-expanded{
  z-index: 999999;
  position: absolute !important;
  /*top: 333px !important;*/
}


.sticky-child-expanded{
  z-index: 999999;
  position: absolute !important;
  top: 333px;
}



.sticky-mobile-filters-expanded{
  z-index: 999999;
  position: absolute !important;
  top: 609px;
}

.sticky-mobile-plots-inner-expanded{
  z-index: 999999;
  position: absolute !important;
  top: 609px;
}

.sticky-mobile-settings-expanded{
  z-index: 999999;
  position: absolute !important;
  top: 609px;
}

.carat-primary2 {
  content: "";
  background: #5c8400!important;

  width: 7px;
  height: 25px;
  left: 138px;
  position: absolute;
  border-radius: 20px;
  transition: all .35s;
  opacity: 1;
  margin-left: 15px;
  margin-top: 9px;
}

.carat-primary3 {
  content: "";
  background: #5c8400!important;

  width: 7px;
  height: 25px;
  left: 295px;
  position: absolute;
  border-radius: 20px;
  transition: all .35s;
  opacity: 1;
  margin-left: 15px;
  margin-top: 9px;
}

.vscmmZoomDesktopAnchorLinkSpanActive{
  background-color: #00264c !important; max-width: 31px;
}
.vscmmZoomDesktopAnchorLinkSpanDisabled{
  background-color: dimgrey !important; max-width: 31px;
}
