/**
 * 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: 590px;
  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: 590px;
}

#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: 590px;
  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;
  display: none;
}


/* 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;

}

#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;
  border-radius: 0px;
  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;
}

.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: 333px;
  width: auto;
  max-height: 255px;
  min-width: 444px;
}

#vscmmLegendMobile{
  border: none;
  border-radius: 0px !important;
  background-color: white;
  padding: 20px;
  position: relative;
}

#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 {
  overflow: hidden;
  width: 103%;
  position: fixed;
  bottom: 0;
  max-height: 90vh;
  z-index: 1000;
}

/* 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;
}
.quake{
  font-weight: normal;
}

#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;
}
.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;
}
.usa-checkbox{
  position: relative;
}

.btn-primary{
  background-color: #446100;
  border-color: transparent;
  color: white;
  padding: .75rem .75rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: 'Public Sans Web';
  font-weight: bold;
}

.btn-default{
  background-color: lightgrey !important;
  background-image: none !important;
  color: dodgerblue !important;
  border-color: transparent;
  font-family: 'Public Sans Web';
  font-weight: bold;
}
.btn-primary-plots{
  background-color: #446100 !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  padding: .75rem 1.25rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: "Public Sans Web";
  font-weight: 700;
  box-shadow: none;
  border-color: transparent;
}

.btn-main-plots{
  color: #446100;
  background-color: #fff;
  padding: .75rem 1.25rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: "Public Sans Web";
  font-weight: 700;
  box-shadow: none;
  border-color: transparent;
  position: relative;
  left: -55px;
}
.btn-main-plots-mobile{
  color: #446100;
  background-color: #fff;
  padding: .75rem 1.25rem;
  text-decoration: none;
  text-align: center;
  font-family: "Public Sans Web";
  font-weight: 700;
  box-shadow: none;
  border-color: transparent;
  position: relative;
  top: -11px;
  left: -22px;
  max-height: 1.5em;
}
.btn-primary-plots-mobile{
  background-color: #446100 !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  padding: .75rem 1.25rem;
  text-decoration: none;
  text-align: center;
  font-family: "Public Sans Web";
  font-weight: 700;
  box-shadow: none;
  border-color: transparent;
  position: relative;
  top : -5px;
  left : -1px;
}
button.reset-button{
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

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

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

.card-results-container-instruments{
  margin-top: -22px;
}
.card-results-container-volcano{
  margin-top: -11px;
  margin-bottom: -22px;
}
.card-results-body{
  margin-top: -11px;
  font-size: 16px;
  font-weight:normal;
  top: -33px;
  left:-3px;
}
.card-results-body-instruments{
  margin-top: -11px;
  font-size: 16px;
  font-weight:normal;
  top: -33px;
}
.quake-card-results-body{
  margin-top: -11px;
  font-size: 16px;
  font-weight:normal;
  top: -22px;
  position: relative;
  right:-11px;
  min-width: 263px;

}
.quake-time, .volcano-name, .instrument-name{
  color: #096FB4;
  white-space: nowrap;
}
.quake-time{
  position: relative;
  right: -11px;
}

volcano-name-img{
  margin-left: 3px;
  width: auto!important;
}
.usa-card__container{
  border: none !important;
}
.age-badge, .mag-badge, .depth-badge, .instrument-badge, .volStatusBadge{
  color: black;
  background-color: transparent !important;
  float:right;
  display: inline-block;
}
/* 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;
  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;
  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{
  display: none;
}
.accordion-expanded{
  display: block;
}
span.accordion-title {
  display: none;
}
/* fixes earth quake result header alignment issue*/
.usa-card__header {
  padding: .5rem .5rem .5rem !important;
}
#volcanoResultsMobile, #instrumentResultsMobile, #quakeResultsMobile{
  z-index: 99999999999999;
  position: absolute;
}
.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;
}
.volcano-results-card{
  min-width: 263px !important;
  position: relative;
  right: -15px;
}
.volcano-results-header{
  position: relative;
  left: -33px;
}
.instruments-results-header{
  position: relative;
  left: -19px;
}
.quake-results-header{
  position: relative;
  left: -22px;
}
.quake-ui-image-position{
  position: relative;
  left:-11px;
}
.volcano-results-content{
  position: relative;
  right:-9px;
  min-width: 263px;
}
.instruments-results-content{
  position: relative;
  right:-11px;
  min-width: 263px;
}
.quake-results-content{
  position: relative;
  right:-11px;
  min-width: 263px;
  top: -3px;
}

.elements-same-line{
  display: inline-block;
}

.volcano-modal-button-padding{
  padding: .5rem 1.25rem !important;
}
.site-default-button-padding{
  padding: .75rem 1.25rem !important;
}
button.usa-button--outline{
  background-color: transparent !important;
  box-shadow: inset 0 0 0 2px #446100 !important;
  color: #446100 !important;

}
button.usa-button{
  background-color:  #446100;
}


.result-spacing-desktop{
  top: -15px;
}
.quake-result-spacing-desktop{
  top: -11px;
  right:-4px;
}
.vscmm-vol-table{
  margin: 0 !important;
  overflow-x: auto;
}
.vscmm-instruments-table{
  position: relative;
  top: -22px;
  overflow-x: auto;
}
/* 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-x: hidden;
  min-width: 333px;
}
.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 */

#results-desktop-accordion-container,#filters-desktop-accordion-container{
  display: block;
  float:left;
}
#settings-desktop-accordion-container{
  display: block;
  float:left;
  margin-bottom: 33px;
}
#volcano-results-accordion-trigger-container{
  border-top: solid  1px;
  border-color: #d3d3d3;
}
#volcanoResultsFA{
  position: relative;
  left: 111px;
}
#instrumentsResultsFA{
  position: relative;
  left: 95px;
}
#quakeResultsFA{
  position: relative;
  left: 91px;
}
#instrumentResults, #quakeResults, #volcanoResults, #region, #vol_status, #instrumentFilters, #earthquakeFilters{
  display: none;
}
#instrumentResults{
  margin-top: 11px;
}
#regionFA{
  position: relative;
  left: 135px;
}
#vol_statusFA, #mapLayerSelectFA{
  position: relative;
  left: 111px;
}
#instrumentFiltersFA{
  position: relative;
  left: 95px;
}
#earthquakeFiltersFA{
  position: relative;
  left: 91px;
}
#2hrMobileBadge, #2dayMobileBadge, #2weekMobileBadge, #4weekMobileBadge{
  float:right;
  display: inline-block;
  margin-left: 55px;
}
#mag0MobileBadge, #mag1MobileBadge, #mag2MobileBadge, #mag3MobileBadge, #mag4MobileBadge, #mag5MobileBadge, #mag6MobileBadge{
  float:right;
  display: inline-block;
  margin-left: 111px;
}
#depth0-5MobileBadge, #depth5-10MobileBadge, #depth10-15MobileBadge, #depth15-20MobileBadge, #depth20MobileBadge{
  float:right;
  display: inline-block;
  margin-left: 101px;
}
#filter-quake-depth-label, #filter-mobile-quake-depth-label{
  color: #ff0000;
  font-weight: bold;
}
#settings-desktop-accordion-heading{
  font-weight: bold;
}
#settings-maplayer-accordion-trigger-container{
  border-top: solid  1px !important;
  border-color: #d3d3d3 !important;
  border-bottom: solid  1px !important;
  border-color: #d3d3d3 !important;
}
.volcano-results-label-color{
  color: grey;
}
#settings-mobile-quake-colors-label, #settings-mobile-quake-depth-label, #settings-mobile-quake-time-label, #settings-mobile-legend-label, #settings-mobile-data-label, #settings-mobile-reset-label{
  color: grey;
  margin-left: 3% !important;
  margin-right: 8% !important;
  margin-top: 11px;
}
#earthquakeColors, #earthquakeDepth, #earthquakeTime, #legendSettings, #dataSettings, #reset{
  margin-left:1px;
}
#earthquakeColorsMobile, #earthquakeDepthMobile, #earthquakeTimeMobile, #legendSettingsMobile, #dataSettingsMobile, #resetMobile{
  margin-left: 3% !important;
  margin-right: 8% !important;
  margin-bottom: 11px;
}
#settings-desktop-quake-colors-button{
  margin-right: 11px
}
#vscmmQuakeTableButton, #vscmmFilterTableButton, #vscmmPlotTableButton, #vscmmSettingsTableButton{
  max-height: 33px;
}
#mobile-main-container{
  height: auto;
}
#filters-mobile-accordion-trigger-container, #plots-mobile-accordion-trigger-container, #settings-mobile-accordion-trigger-container{
  border-top: solid  1px !important;
  border-bottom: solid 1px;
  border-color: #d3d3d3 !important;
  padding-left: 35px !important;
  margin-bottom: 0px;
}
#results-mobile-accordion-trigger-container{
  border-top: solid  1px !important;
  border-bottom: solid 1px;
  border-color: #d3d3d3 !important;
  padding-left: 35px !important;
  margin-bottom: 0px;
  position: relative;
  right: -11px;
}

.mobile-inner-accordion-container{
  position: relative;
  right: -44px;
}
.mobile-inner-accordion-caret{
  margin-right: 29px;
}


#filters-mobile-accordion-trigger-button, #plots-mobile-accordion-trigger-button, #settings-mobile-accordion-trigger-button, #resultMobileButton{
  color: #446100;
  font-size: 1em;
  line-height: 1.5em;
}
#filtersMobileFA, #settingsMobileFA{
  position: relative;
  float: right;
  display: inline;
  margin-right: 15px;
}
#filtersMobile, #plotsMobile{
  display: none;
  height: auto;
  width: 100% !important;
}
#settingsMobile{
  display: none;
  height:auto !important;
  width: 100% !important;
}
.accordion-trigger-container{
  border-top: solid  1px !important;
  border-bottom: solid 1px;
  border-color: #d3d3d3 !important;
  padding-left: 33px !important;
}
.filter-accordion-caret{
  margin-bottom: auto;
  margin-top: auto;
  display: inline;
}
.font-12pt{
  font-size: 12px;
}
.font-15pt{
  font-size: 15px;
}
#mobileDepthSettingButton{
  margin-right: 11px;
  font-size: 12px;
}
#regionMobileFA, #vol_statusMobileFA, #instrumentFiltersMobileFA, #earthquakeFiltersMobileFA, #mapLayerSelectMobileFA{
  position: relative;
  float: right;
  display: inline
}
#plotsMobileFA, #resultsMobileFA{
  position: relative;
  float: right;
  display: inline;
  margin-right: 15px;
}
#resultsMobile{
  position: relative;
  right: -44px;
  display: none;
  width: 95%;
}
#settingsMobile{
  position: relative;
  top: -11px;
}
#regionMobile, #vol_statusMobile, #instrumentFiltersMobile, #earthquakeFiltersMobile{
  display: none;
  margin-left: 8% !important;
  margin-right: 8% !important;
  margin-bottom: 11px !important;
}
#quake-filters-mobile-accordion-content-container{
  overflow: auto !important;
  max-height: 333px;
}
#plots-mobile-panel-label{
  font-size: 12px;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
}
#vscmmZoomPlusDivMobile, #vscmmZoomMinusDivMobile, #vscmmLegendDivMobile{
  max-width: 55px;
  position: absolute;
  left: 11px
}
#vscmmLegendMobileLabel{
  margin-left: 8px;
}
#vscmmLegendMobileButton{
  float: right;
  background-color: white;
  border: none;
}
#vscmmLegendColorsMobile, #vscmmLegendInstrumentsMobile, #vscmmLegendColors, #vscmmLegendInstruments{
  max-width: 111px;
  display: inline;
  margin-right: 11px;
}
#vscmmLegendMagnitudesMobile, #vscmmLegendMagnitudes{
  max-width: 111px;
  display: inline;
  margin-right: 15px;
}
#vscmmLegendVolcanoesMobile, #vscmmLegendVolcanoes{
  max-width: 175px;
  display: inline;
  margin-right: 11px;
}
#results-volcano-mobile-accordion-trigger-container, #results-instruments-mobile-accordion-trigger-container, #results-quake-mobile-accordion-trigger-container, #mapLayer-mobile-accordion-trigger-container{
  border-top: solid  1px !important;
  border-bottom: solid 1px;
  border-color: #d3d3d3 !important;
  padding-left: 11px !important;
}


#volcanoResultsMobileFA, #instrumentsResultsMobileFA, #quakeResultsMobileFA, #openImageButton{
  position: relative;
  display: inline;
  margin-left: 15px;
  float: right;
}
#volcanoResultsMobile, #instrumentResultsMobile, #quakeResultsMobile{
  margin-left: 8% !important;
  margin-right: 8% !important;
  margin-bottom: 11px !important;
  max-height: 888px;
  overflow: auto;
  width: 103%;
  position: relative;
  left:-55px;
  display: none;
}
#volcano-mobile-results-table, #volcano-mobile-results-table-body, #quake-mobile-results-table, #quake-mobile-results-table-body{
  width: 100% !important;
}
#quake-mobile-results-table{
  position: relative;
  top: -22px;
}
#plots-modal-dialog-close-button, #settings-modal-dialog-close-button, #help-modal-dialog-close-button, #empty-modal-dialog-close-button, #legend-modal-dialog-close-button{
  float: right;
  background-color: white;
  border: none;
}
#desktop-legend-button-image, #desktop-fullscreen-button-image{
  background-color: #00264c !important;
  max-width: 31px;
  text-align: center !important;
}
fieldset.fieldset-min-width{
  min-width: 242px;
}
.filter-spacing{
  margin-bottom: 22px;
}
.usa-checkbox__label span.name{
  color: #757575;
}
span.name{
  color: #757575;
}
.distance-unit{
  color: red;
}
.panel-body .menu{
  list-style: none;
  padding: 10px;
}
.accordion-trigger-inner-spacing{
  position: relative;
  left: -11px;
}
div.result-accordion-content{
  overflow: initial;
  position: relative;
  left: -35px;
  top: -9px;
}

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

.result-accordion-card-quake{
  position:relative;
  top: -11px;
  background: transparent;
}
.plot-input{
  min-width: 66px;
  min-height: 44px;
  margin-top: 22px;
}
.plots-description-text{
  line-height: 1.5em;
  font-size: 15px;
}
.plots-description-text-mobile{
  line-height: 1.5em;
  font-size: 15px;
  max-width: 555px;
}
.margin-left-22{
  margin-left: 22px;
}
.mobile-plot-accordion-content{
  margin-left: 22px;
}
.plot-input-unit-margin{
  margin: 2px;
}
.plot-buttons-margin{
  margin-top: 22px;
}
.full-width{
  width: 100%;
}
#region{
  position: relative;
  right: -11px;
}
#region-select{
  position: relative;
  top: -11px;
}
.last-accordion-trigger{
  border-bottom: 1px solid #dddddd;
  margin-bottom: 11px;
}
.accordion-trigger-color{
  background-color: #446100;
}
.margin-top-11{
  margin-top: 11px;
}
.margin-top-22{
  margin-top: 22px;
}
.margin-top-17 {
  margin-top: 17px;
}
.mobile-map-layers-container{
  position: relative;
  right: -22px;
}
select.usa-select{
  width: auto;
}
.plot-canvas{
  width: auto;
}

@media (max-width: 29em){
  button.usa-button-mobile{
    margin-right: 5px !important;
  }
}

button.usa-button:hover{
  background: #77af27;
}

.quake-results-toggle-label{
  position: relative;
  right: -11px;
}

#filter-container, #filter-container-mobile{
  display: none;
}



