html, body {
  height: 100%; width: 100%; margin: 0px; padding: 0px; overflow:hidden; background-color: #F5F3EE;
  font-family: 'Source Sans Pro',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
body {
  display: flex;
}
#sideBar {
  margin: 0px;
  padding: 0px;
}
#viewDiv {
  position: absolute;
  height:100%;
  width:100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  overflow:hidden;
  display: flex;
}
calcite-loader {
  align-self: center;
  justify-self: center;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid lightgray;
  border-right-color: #007ac2;
  animation: l2 1s infinite linear;
}
.small-loader {
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid lightgray;
  border-right-color: #007ac2;
  animation: l2 1s infinite linear;
  margin:0 2px 0 2px;
  visibility: hidden;
}
@keyframes l2 {to{transform: rotate(1turn)}}
.progress-loader {
  height: 4px;
  width: 100%;
  --c:no-repeat linear-gradient(#007ac2 0 0);
  background: var(--c),var(--c),#f7f7f7;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}
@keyframes l16 {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}
.disableSelection{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.confineSelection{
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: element;
  -ms-user-select: element;
  user-select: none;
}
:root {
	--calcite-ui-background: white;
}
calcite-label {
  --calcite-label-margin-bottom: 0;
}
/*
##########################################################################################
Printing reports
 */

/* @media print {
    overflow:hidden !important;
} */


/*
##########################################################################################
Top banner
 */
 .logo-header img {
	height: 50px;
  cursor:pointer
}
#main_header {
  display:flex;
  align-items:center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  overflow:visible;
  z-index:500;
  background-color: #006F41;
}
#subheader {
  position: absolute;
  width:100%;
  left: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 500;
  overflow:visible
}
.map_link {
  padding-left:15px;
  text-decoration:none;
  font-size: 11pt;
  color: white;
}
.map_link:hover {
  text-decoration: underline;
}
.resource_link {
  text-decoration:none;
  color: black;
  font-size: 10pt;
}
.resource_link:hover {
  text-decoration: underline;
}
.header_button{
  height:30px;
  display:flex;
  align-items:center;
  --calcite-ui-brand:transparent;
  overflow:clip;
}
.header_button:hover{
  --calcite-color-transparent-hover:rgba(0, 0, 0, 0.35);
}
/*
##########################################################################################
Dropdown Button
*/
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 600;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/*
##########################################################################################
Scalebar
 */
#scalebarDiv {
  display: block;
  position: absolute;
  z-index:100;
  right: 10px;
  bottom: 12px;
  border-radius: 4px;
}
.esri-scale-bar.esri-widget{
  padding: 4px 6px 4px 6px;
  background-color: rgba(71,71,71,0.5);
  /* border-radius: 4px; */
  width: auto;
  height: auto;
}
.esri-scale-bar__line {
	background-color: rgba(71,71,71,0.5);
}
.esri-scale-bar__line--top {
    bottom: -1px;
    border-bottom: 2px solid rgba(255, 255, 255);
}
.esri-scale-bar__line--bottom {
    top: -1px;
    border-top: 2px solid rgb(255, 255, 255);
}
.esri-scale-bar__line--top:before, .esri-scale-bar__line--top:after, .esri-scale-bar__line--bottom:before, .esri-scale-bar__line--bottom:after {
    content: "";
    display: block;
    width: 2px;
    height: 1.5em;
    background-color: rgb(255, 255, 255);
    position: absolute;
    border-right: 1px solid rgb(255, 255, 255);
}
.esri-scale-bar__label {
    font-size: 8.5pt;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    /* padding: 2px 7px; */
    font-weight: 600;
}
/*
##########################################################################################
Map navigation buttons
 */

.controls{
  z-index:100;

  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

/*
##########################################################################################
Place name search
 */
#search {
  position: absolute;
  z-index:100;
  top: 10px;
  left: 105px;
}
.esri-search {
	width: 271px;
  height: 32px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	overflow: visible;
  padding-right: 1px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

.esri-input[type="text"], .esri-input[type="password"], .esri-input[type="number"] {
	height: 32px;
	padding: 0 .5em;
}
.esri-search__autocomplete{
  min-width:271px;
}

/*
##########################################################################################
Geologic unit window
 */
 .TextHeader{
  width:100%;
  background:#444444;
  color:white;
  padding:5px !important;
  padding-top:3px !important;
  padding-bottom:3px !important;
  margin:0;
  font-size:10pt;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hangingindent {
  padding-left: 22px;
  text-indent: -22px;
  line-height: 15px;
}
.unitinfo{
  position: absolute;
  left: 10px;
  bottom: 12px;
  width: 340pt;
  height: 87pt;
  z-index: 35;
  background-color: rgba(255,255,255,1);
  padding: 0px;
  border-radius: 4px;
  font-size: 9.5pt;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  display:none;
}
#mouseoverHeader{
  width:100%;
  top:0px;
  box-sizing: border-box;
  padding: 2px;
  color: white;
  font-size: 10pt;
  white-space: pre;
  background-color: #004874;
  border-radius: 4px 4px 0px 0px;
  max-height:22px;
}
.heading2{
  position: absolute;
  width:100%;
  bottom:0px;
  box-sizing: border-box;
  padding: 0;
  color: black;
  white-space: pre;
  background-color: rgba(242,242,242,0.70);
  border-radius: 0px 0px 4px 4px;
  table-layout: fixed;
  text-align: left;
  border-top:1px solid silver;
  height:20px;
  display:flex;
  align-items:center;
}
td.head-3 {
  width: 82px;
}
td.head-4 {
  width: 125px;
}
#mouseover_unit{
  position:absolute;
  top: 21px;
  opacity:1 !important
}
.head-1 {
  width: 52px;
  padding-left:4px !important;
  font-size:10pt;
}
th.head-3 {
  width: 82px;
}
.maplabel{
  font-family: FGDCGeoAge;
  border: 1px solid black;
  width:39.5pt;
  height:18pt;
  margin:0;
  margin-left:7px;
  margin-top:12px;
  text-align:center;
  line-height:19pt;
}
.mouseclick_unit{
  padding:5px;
  padding-bottom:6px;
  min-height:36px;
  white-space: nowrap;
}
.source_link {
  text-decoration:none;
  font-size: 11pt;
  color: black;
}
.source_link:hover {
  text-decoration: underline;
}
/*
##########################################################################################
Time slider window
 */
 .timeinfo{
/*   position: absolute;
  left:50%;
  transform:translateX(-50%);
  bottom: 34px;
  width: 650pt; */
  width:100%;
  /* min-width:860px; */
  height: 40px;
  z-index: 105;
  /* background-color: rgba(255,255,255,1); */
  /* padding: 0px; */
  /* border-radius: 4px; */
  font-size: 9.5pt;
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4); */
}
.esri-time-slider__layout--wide .esri-time-slider__row {
    height: 40px;
    overflow: hidden;
}
.esri-time-slider__slider .esri-slider {
    /* background-color: #f3f3f3; */
    margin-top: 0;
}
.esri-time-slider__slider {
    background-color: #f3f3f3;
    padding: 0 10px;
    display: flex;
    align-items: center;
    /* max-width: 1100px; */
}
.esri-time-slider__layout--wide .esri-time-slider__min, .esri-time-slider__layout--wide .esri-time-slider__max {
    align-items: center;
    width: 75px;
}
.esri-time-slider__layout--wide .esri-time-slider__time-extent {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 85px;
    display: flex;
}
.esri-time-slider__slider .esri-slider__ticks {
    margin-top: -11px;
}
.esri-time-slider__slider .esri-slider__tick-label {
    white-space: nowrap;
    margin-top: 23px;
    font-size: 12px;
}
hr.divider
{
   margin-top: 1px;
   margin-bottom: 2px;
}
#timeNotice {
    position: absolute;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 34px;
    transform:translateX(-50%);
    height:60px;
    z-index:100;
}
.esri-time-slider__play,
.esri-time-slider__previous,
.esri-time-slider__next {
	display: none;
}
/*
##########################################################################################
Popups
*/
.attribute_list {
  top:0;
  left:0;
  border-collapse: collapse;
  border: 1px solid silver;
  height:100%;
}
.textdata {
  width:190px;
  border: 1px solid silver;
  padding: .5em .7em;
	word-break: break-word;
	font-size: 10pt;
}
.numericdata {
  width:80px;
  text-align: center;
  border: 1px solid silver;
  padding: .5em .7em;
	word-break: break-word;
	font-size: 10pt;
}
.methoddata {
  width:110px;
  text-align: center;
  border: 1px solid silver;
  padding: .5em .7em;
	word-break: break-word;
	font-size: 10pt;
}
.fields{
  width: 6em;
  text-align: left;
  padding: 2px;
  border: 1px solid silver;
}
.attribute_list:nth-child(even){
  background-color: #cde7f0
}
.Ufields{
  border: 1px solid silver;
	padding: .5em .7em;
	word-break: break-word;
	font-size: 10pt;
}
.fields{
  text-align: left;
  padding: 2px;
  border: 1px solid silver;
}
.esri-view-width-xlarge .esri-popup__main-container {
    width: 405px;
    overflow-x: hidden;
}
.esri-features__container {
    overflow-x: hidden;
}
/*
##########################################################################################
Layer list widget
*/
.symbolDiv{
  padding: 0px 10px 0px 10px
}
div.esri-legend__message{
  display:none;
}
.esri-layer-list__item-container{
  padding-left: 7px;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
##########################################################################################
Bottom section
 */
#mainTabs {
  padding:0 !important;
  bottom: 0;
  background-color:#f7f7f7;
  justify-content:center;
 }
.gutter {
  background-color: #f5f3ee;
  background-repeat: no-repeat;
  background-position: 50%;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #808080;
}
.gutter.gutter-vertical {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
  cursor: row-resize;
  height:8px;
  min-height:8px;
  max-height:8px;
  box-sizing:border-box;
}
.gutter-vertical:hover {
  background-color: rgb(0,0,0,0.07);
}
#tabs{
  background-color:#dcdcdc;
}
#tabs > ul{
	list-style:none;
  padding:0;
  margin:0;
}
#tabs > ul > li{
	margin:0 2px 0 0;
	padding:6px 5px;
	display:flex;
	float:left;
  -webkit-user-select: none;
	user-select: none;
	background-color: #8b8b8b;
  font-size: var(--calcite-font-size--1);
  line-height: 1rem;
  border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#tabs > ul > li:hover{
	background-color: silver;
	cursor:pointer;
}
#tabs > ul > li.tabActiveHeader{
	background-color: white;
  box-shadow: inset 0 -2px 0 0 #007ac2;
}
/*
##########################################################################################
Filter section
*/
.FilterHeader{
  max-height:16px;
  background:#444444;
  color:white;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:24px;
  margin:0;
  font-size:11pt;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.close_span{
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  cursor: pointer;
}
.close_span:hover {
  background-color: #d2cece;
}
.closeBottom{
  z-index:999;
  padding-left:8px;
  padding-right:8px;
}
.closeBottomIcon{
  color:black;
  height:39px;
}
 ul.expression_AND{
  margin: 0px;
  padding:0px;
 }
  ul.expression_OR{
  margin: 0px;
  padding-left:0px;
 }
.horizontal_elements {
  list-style-type: none;
  margin: 0;
  padding:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5px;
  /* justify-content: left;
  padding:0px 0px 0px 10px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:silver; */
}
.statsrow{
  background:rgb(230, 230, 230);
  list-style-type: none;
  margin: 0px;
  display: flex;
  justify-content: left;
  padding:0px 0px 0px 0px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:silver;
}
.filter_span,.measure_span{
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  padding-right: 5px;
}
.footer_span{
  display: flex;
  align-items: center;
  column-gap: 0.1em;
}
calcite-tabs {
  height: 100%;
  width:100%;
  overflow:hidden;
}
calcite-tab {
  overflow:hidden;
  padding-top: 0;
}
calcite-button {
  height: 30px;
}
.filterTabs{
  padding:0 0 2px 0;
}
.column {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color:#FFFFFF;
}
.bottom-left {
  flex-grow: 1;
  overflow-y: scroll;
  max-width: 200px;
  min-width: 200px;
  width: 200px;
  border-style: solid;
  border-color: #dfdfdf;
  border-width: 0px 1px 1px 0px;
}
.bottom-right {
 flex-grow: 1;
 overflow-y: scroll;
 padding:0px 0px 0px 0px;
}
.overlay {
  display:none;
  z-index:999;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0)
}
td{
  padding:0px 0px 0px 0px;;
}
/* .filter-footer {
  flex-shink: 0;
} */
:host([scale="m"]) .container {
   margin-block-end: 0;
}
.sidebar_span{
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  margin-left:222px;
  cursor: pointer;
}
.sidebar_spanRight{
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  margin-left:192px;
  cursor: pointer;
}
.closeSidebar{
  position:fixed;
  z-index:999;
  padding-left:12px;
  padding-right:12px;
}
.closeSidebarIcon{
  color:black;
  height:48px;
  padding-top:1px;
}
.closeRightSidebarIcon{
  color:black;
  height:48px;
}
.sidebar_span:hover {
  background-color: #d2cece;
}
.sidebar_spanRight:hover {
  background-color: #d2cece;
}
.closeExp{
  cursor: pointer;
  margin-left:auto;
  padding-left:5px;
  padding-right:5px;
  border-style: solid;
  border-color: silver;
  border-width: 0px 0px 0px 1px;
  background-color:white;
}
.closeExp:hover {
  background-color: #d2cece;
}
.closeExpNoHover{
  margin-left:auto;
  padding-left:5px;
  padding-right:5px;
  border-style: solid;
  border-color: silver;
  border-width: 0px 0px 0px 1px;
  background-color:white;
}
.closeIcon{
  color:red;
  width:22px;
  height:22px;
}
.filterClose{
  display:flex;
  align-items:center;
  cursor:pointer
}
.filterClose:hover{
  background-color: #767676;
}
.tabClose{
  display:flex;
  margin-left:5px;
}
.tabClose:hover{
  background-color: #d2cece;
}
.expHidden{
  display:none;
}
.expVisible{
  display:inline;
}
.limitIcon{
  cursor: pointer;
}
.tab-nav{
  overflow:hidden;
}
/* .esri-slider__content{
  margin: 0 auto 0 29% !important;
} */
.esri-classed-color-slider{
  min-width:0;
}
.claro .dijitTabCloseButton {
	margin-right: 2px !important;
}
#mainTabs_tablist, #contentsTabs2_tablist, #contentsTabs_tablist, #contentsTabsLayers_tablist, #contentsTabsSymbol_tablist, #contentsTabsAoi_tablist, #contentsTabsGroup_tablist{
  display:none;
}
/* .selection-container {
  padding-bottom: 2.5px !important;
} */
calcite-dialog{
  --calcite-dialog-content-space:0;
}
/* .content-container {
    padding-bottom: 4px;
} */