#divHomeWV, #divZoomIn, #divZoomSlider, #divZoomOut, .esri-locate{
    margin-left: 20px;
}

.dijitPopup {
	position: absolute;
}
.dijitPopup .dijitMenu {
	border: 1px solid #7eabcd;
	background-color: #f7f7f7;
}
.dijitPopup .dijitHover, .dijitPopup .dijitSelected{
	background-color: #3559ac;
	color: #fff;
}

.claro .dijitRuleLabel {
	color: black;
	font-size: 10px;
	font-weight: bold;
}

.claro .dijitRuleMark {
	border: 1px solid #000;
}

.claro .dijitContentPane{
	padding: 0px;
}
.dijitAlignTop, .dijitAlignBottom, .dijitAlignLeft, .dijitAlignRight {
    position: relative;
    overflow: visible;
    z-index: auto;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #333;
}




/******* HELP WINDOW ON PAGE LOAD **********/
#helpWindow {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    display: none;
}

.bgRadial {
    color: black;
    font-weight: 700;
    font-size:14px;
    padding: 7px;
    border-radius: 7px;
    border: 2px solid white;
    background: rgb(255,197,120); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
    box-shadow: 1px 2px 7px #000000;
}

.legendTabs>li>a{
    padding: 7px 10px;
}

#help1Arrow {
    position: absolute;
    width: 100px;
    height: 140px;
    top: 150px;
    left: 300px;
    background: url("../images/up_left_arrow_sm2.png") no-repeat;
}
#help1Text {
    position: absolute;
    left: 325px;
    top: 186px;
}

#help2Arrow {
    position: absolute;
    width: 100px;
    height: 140px;
    top: 139px;
    left: 600px;
    background: url("../images/up_right_arrow_sm2.png") no-repeat;
}
#help2Text {
    position: absolute;
    left:400px;
    top:199px;
}

.panel-warning .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}

.glyphicon:empty{
    width: inherit;
}


#toolBoxArrow {
    background: url("../images/query_info.png") no-repeat;
}
#toolBoxText {
    position: absolute;
    top:125px;
    right: 300px;
}

#help3Arrow {
    position: absolute;
    top: 150px;
    right: 0px;
    height: 100px;
    width: 100px;
    background: url("../images/up_right_arrow_sm2.png") no-repeat;
}

#help3Text {
    position: absolute;
    top: 200px;
    right: 99px;
    text-align: center;
}

#helpDialog {
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -200px;
    margin-top: 20%;
    background: white;
    box-shadow: 2px 2px 10px #000000;
    border: 1px solid #565656;
}

#helpDialogContent {
    position: relative;
    padding:20px;
}

#helpDialogContent h1 {
    padding: 0px;
    margin: 0px
}

#helpDialogContent #subtitle {
    margin-top:10px;
    border-top: 1px solid #000000;
    padding-top:10px;
}

#launchButtonContainer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.row {
    margin: 0px;
}

.esri-ui-bottom-left {
    bottom: 20;
    left: 0;
}

#map {
    height: 100%;
}

#divZoomSlider-label-0, #divZoomSlider-label-1,#divZoomSlider-label-2,#divZoomSlider-label-3,#divZoomSlider-label-4,#divZoomSlider-label-5,#divZoomSlider-label-6{
    font-size: 11px;
    background-color: white;
    border-style: none;
    min-width: unset;
}

.navbar-header{
    font-size: 30px;
    color: #EEE;
    margin: 0;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
    line-height: 51px;
}

.btn-primary:focus{
    color: #FFF;
    background-color: #428bca;
    border-color: #357ebd;
}

/*Styles for certain ESRI Components*/
/*Styles for certain ESRI Components*/
.esri-view .esri-basemap-gallery {
    min-width: 350px;
    max-width: 350px;
}

.esri-basemap-gallery {
    /*padding-top: 10px;*/
    width: 350px;
    height: 500px;
    overflow-y: scroll;
}

.esri-basemap-gallery__item-container {
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

.esri-ui-bottom-left {
    bottom: 20;
    left: 0;
}

.esri-basemap-gallery__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 7px;
    cursor: pointer;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    animation: esri-fade-in 500ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
}

.esri-basemap-gallery__item-title {
    font-size: 12px;
    word-break: break-word;
    color: #6e6e6e;
    width: 90px;
    text-align: center;
}

.esriBasemapGalleryNode {
    /*height: 115px;*/
}

.esriBasemapGalleryLabelContainer {
    overflow: visible;
}

.esriPopup .titleButton.close {
    opacity: 1.0;
}
/*End Styles for certain ESRI Components*/


/*End Styles for the home extent button*/

/*Styles for the zoom to your location button*/
.LocateButton .zoomLocateButton{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.LocateButton {
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 50;
    border-radius: 5px;
    border: 2px solid #666;
}
/*End Styles for the zoom to your location button*/

/*Draw Icons*/
.drawIcon{
    width: 40px;
    height: 40px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.pointDrawIcon{
    background-image: url("../images/i_draw_point.png");
}
.polyDrawIcon{
    background-image: url("../images/i_draw_poly.png");
}
.rectDrawIcon{
    background-image: url("../images/i_draw_rect.png");
}
.apiDrawIcon{
    background-image: url("../images/i_draw_number.png");
}
/*End Draw Icons*/

/*Styles for the panels*/
.panel{
    border-radius: 3px;
    position: absolute;
    z-index: 50;
    min-width: 225px;
    /*min-height: 40px;*/
    overflow: hidden;
    margin: 0;
    border-color: #707070;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.6);
}

.fixed-panel {
    position: absolute;
    right:0px;
    top:0px;
    border-radius:0px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.6);
    border:0px;
    border-left:1px solid #999;
}


.panel-title .glyphicon{
    margin-left: 13px;
}
.panel-title{
    cursor: default;
    font-weight: bold;
    color: #666
}
.panel-body{
    cursor: default;
}
.glyphicon{
    cursor: pointer;
}

.legendPanel{
    width: 275px;
    min-width: 275px; 
}

.search-label{
    margin-bottom: 2px;
}
.input-search{
    margin-bottom: 15px;
}
.input-dates-search{
    margin-bottom: 15px
}
.input-before-search, .input-after-search{
    width: 60px;
    padding: 6px;
    margin: 0;
    text-align: center;
    display: inline-block;
}
.basic-results-table-area{
    /*height: 100%;*/
    overflow: auto;
}
.basic-results-table-area .table{
    height: 100%;
}

.tab-content>.active.table{
    display: table;
}
/*End Styles for the panels*/

/*Styles for Tabs*/
.nav-tabs{
    margin-bottom: 5px;
}
.nav-pills>li+li{
    margin-left: 0;
}
.nav-pills>li{
    margin-right: 3px;
    margin-bottom: 7px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    /*color: #fff;*/
    /*background-color: #666;*/
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.nav-pills>li>a {
    padding: 7px 8px;
}
.nav-pills>.active>a>.badge {
color: #57AD57;
background-color: #fff;
}
/*End Styles for tabs*/

/*Styles for the Media Queries*/
@media (min-width: 1400px){
    .container{
        width: 1370px;
    }
}

@media (min-width: 1600px){
    .container{
        width: 1570px;
    }
}
/*End Styles for the Media Queries*/








#documentPanel {
    z-index: 1000
}


.navbar {
    border-radius: 0px;
    border:0px;
}

#header {
      background-image: url("https://mapwv.gov/shpo/viewer/images/shpoheader.jpg");
	  background-repeat: no-repeat;
	  background-size: 100% 100%;
      height: 90px;
      border-bottom: 2px solid #ffc926;
}

#menuButtonsBar {
	clear: both;
    margin-bottom: 0px;
    min-width: 1068px;
    height: 36px;
    background: #1a6fb0;
    border-bottom: 1px solid #333;
    /*overflow: hidden;
	white-space: nowrap;*/
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
}


#navHeaderLinks {
    font-size: 14px;
    margin-right: 10px;
    float: right;
    margin-top: 0px;
}

#navHeaderLinks li {
    background-color: #0070c4;
    margin-left:1px;
    /*min-width: 75px;
    max-width: 90px;*/
    text-align: center;
    display: inline-block;
}

#navHeaderLinks li:hover {
	background-color: #286090;
	border-color: #204d74;
}

#sidePanel {
    position: absolute;
    right: 0px;
    /*width: 350px;*/
	max-height:80% !important;
    top:140px;
    background: rgba(25, 25, 25, 0);
    z-index: 500;
}


#sidePanel .panel-heading {
    font-weight: bold;
}

#menuTools {
    float: left;
    /*margin-left: 30px;*/
}

#menuTools .btn-group {
    margin-top: 7px;
}

#menuTools div,
#menuTools form {
    float: left;
}

#menuTools form {
    margin-top:2px;
    margin-bottom: 0px
}

#menuTools form button {
    margin-left: 5px
}

.btn {
    padding:  5px 2px 2px 5px;
    font-size: 12px;
}

.form-control {
    height: 31px;
    padding: 6px 8px;
}


.tab-pane {
    padding: 10px;
    padding-top:0px;
}

.queryMessage {
    margin-bottom: 5px;
    text-align: center;
    background-color: rgb(140, 191, 255);
    font-weight: bold;
}

.panelContent {
    margin-top: 5px;
}

.panelContent .legendListing {
    width: 100%;
    border-bottom: 1px solid #999;
    margin-bottom: 1px;
    background: #f0f0f0
}

.panelContent .legendListing.hidden {
    display: none;
}

.panelContent .legendListing .legendTitle {
    margin-left: 20px;
    padding: 10px 0px;
    font-weight: bold;
}

.panelContent .legendListing .legendTitle div {
    display: inline;
}

.panelContent .legendListing .legendTitle .title {
    margin-left: 15px;
}

.panelContent .legendListing .legendTitle .btn-group {
    float: right;
    margin-top: -5px;
    margin-right: 10px;
}

.panelContent .legendListing .legendTitle .btn-group .btn {
    padding: 6px 8px;
    font-size: 12px;
}



#rightButtons {
    float:right;
    margin-top:7px; 
    margin-right:10px
}

#rightButtons a {
    height: 31px;
}

#rightButtons .btn {
    font-size: 16px;
}

.searchIcon {
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 7px;
}

.form-group {
    position: relative;
    width: 200px;
}


.legendItem {
    margin-bottom: 5px;
}

.legendItem .legendTitleBar {
    line-height: 35px;
    min-height: 35px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    font-size: 12px;
}

.legendItem .legendTitleBar div {
    display: inline;
}

.layerCollapse {
    padding-left: 10px;
    padding-right: 10px;
}

.layerCheckbox {
    float: right;
    padding-right: 5px;
}

.layerCheckbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.legendDropdown {
    display: block;
    border: 1px solid #ccc;
    border-top:0px;
    background-color: #fcfcfc;
    overflow: hidden;
}

.tab-pane {
    overflow-y: auto 
}

.legendDropdown ul {
    margin: 0px;
    list-style: none;
    padding-left: 30px;
    float: left;
}

.legendDropdown ul.fullWidth {
    width: 100%;
}

.legendDropdown ul li {
    font-size: 12px;
    padding: 5px

}

.legendDropdown ul li img {
    padding-right: 10px
}

.legendDropdown ul li input {
    float: right;
}

.slider {
    width: 100%;
    margin-bottom: 5px;
}
.sliderText {
    text-align: center;
    font-size:12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sliderSteps {
    font-size: 11px;
    width: 100%;
    height: 15px;
}

.sliderSteps .step {
    text-align: left;
}

.sliderSteps .step.left {
    float: left;
}

.sliderSteps .step.right {
    float: right;
}


.sliderContent {
    position: relative;
    padding: 0px 35px;
}


.edx-search-result-text {
    margin-bottom:10px;
}


.USGS_member {
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    float: left;
}

.USGS_member .title {
    margin-top:5px;
}

.USGS_member .title div {
    display: inline;
}

.USGS_member .title .memberTitle {
    margin-left: 35px;
}

.USGS_member .title .memberCheckbox {
    float: right;
    padding-right: 5px;
}


#collapseSidePanel {
    position: absolute;
    right: 15px;
    top:12px;
}

#socialShareButtons {
    position: absolute;
    right:12px;
    top:95px;
}

.table {
    border: 0px !important;
}

#basic-results-edxTable tbody tr td {
    border: 0px !important;
}


#uploadDropdown li {
    padding-left: 10px;
    padding-bottom: 5px;
    cursor: pointer;
}

#uploadDropdown li:hover {
    background-color: #ddd
}

#uploadShapefileModal .modal-dialog,
#uploadServiceModal .modal-dialog{
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -200px;
    padding: 20px;
}



#shapefileLayers ul li div,
#shapefileLayers ul li input {
    /*display: inline;*/
}

.shapeSymbol {
    margin-right: 10px;
}


.serviceRow {
    margin-bottom: 10px;
    display: table;
}

.serviceRow div {
    display: table-cell;
}

.serviceRow .rowText{
  width: 100px;
}

.serviceRow .rowInput,
.serviceRow .rowInput input{
    width:300px;
}

.fieldProjectTitle {
    font-size: 12px;
    margin-left: 10px;
    font-weight: bold;
    margin-top: 10px;
}

#shapefileLayers ul button {
    margin-right: 5px;
}

.tocDiv {
    margin: 10px
}

.bookmarkName {
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: 10px;
}

.headerLink {
    position: absolute;
    height: 100%;
    width: 500px;
    background: none;
}

.headerLink a {
    display: block;
    height: 100%;
    width: 500px;
}





/******* HELP WINDOW ON PAGE LOAD **********/
#helpWindow {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    display: none;
}



.bgRadial {
    color: black;
    font-weight: bold;
    font-size:14px;
    padding: 7px;
    border-radius: 7px;
    border: 2px solid white;
    background: rgb(255,197,120); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
    box-shadow: 1px 2px 7px #000000;
}

.bgRadial2 {
    color: black;
    font-weight: bold;
    font-size:14px;
    padding: 7px;
    border-radius: 7px;
    border: 2px solid white;
    background: rgb(255,197,120); /* Old browsers */
    /*background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
   /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
   /*background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
    box-shadow: 1px 2px 7px #000000;
}

#helpGrid {
    position: absolute;
    top: 150px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,);
    z-index: 2000;
    display: none;
}

#help1Arrow {
    position: absolute;
    width: 100px;
    height: 140px;
    top: 139px;
    left: 320px;
    background: url("/beta/images/help_images/up_right_arrow_sm2.png") no-repeat;
}
#help1Text {
    position: absolute;
    left:106px;
    top:185px;
}


#help2Arrow {
    position: absolute;
    width: 100px;
    height: 140px;
    top: 139px;
    left: 600px;
    background: url("/beta/images/help_images/up_right_arrow_sm2.png") no-repeat;
}
#help2Text {
    position: absolute;
    left:400px;
    top:199px;
}


#toolBoxArrow {
    position: absolute;
    width: 50px;
    height: 100px;
    top: 139px;
    right: 50px;
    background: url("/beta/images/help_images/up_right_arrow_sm2.png") no-repeat;
}
#toolBoxText {
   position: absolute;
    top:50%;
    right:30%;
    margin-left: -200px;
    width:400px;
    background: white;
    box-shadow: 2px 2px 10px #000000;
    border: 1px solid #565656;
}

#help3Arrow {
    position: absolute;
    top:358px;
    right: 390px;
    height: 100px;
    width: 100px;
    background: url("/beta/images/help_images/down_right_arrow_sm2.png") no-repeat;
}

#help3Text {
    position: absolute;
    top:180px;
    right: 650px;
    text-align: center;
}

#helpDialog {
    position: absolute;
   
    width:400px;
    background: white;
    box-shadow: 2px 2px 10px #000000;
    border: 1px solid #565656;
}

#helpDialogContent {
    position: relative;
    padding:20px;
}

#helpDialogContent h1 {
    padding: 0px;
    margin: 0px
}

#helpDialogContent #subtitle {
    margin-top:10px;
    border-top: 1px solid #000000;
    padding-top:10px;
}

#launchButtonContainer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#launchButton {
    font-weight: bold;
    border: 1px solid #565656;
    margin-top: 20px;
    font-size: 16px;
    background: rgb(255,197,120); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}

#dontShowHelp {
    margin-top: 10px;
    font-weight: bold;
}

/* end of help*/



.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail {
    border-color: #ee5729 !important;
}

.esriBasemapGalleryNode:hover {
    background-color: #d2dfff;
}



.esriBookmarkEditbox{
	height: 20px;
}

.esriBookmarks, .esriBookmarkList, .esriBookmarkTable, .esriBookmarkItem {
	width: 100%;
}

.esriBookmarks{
	height: 100%;
}

.esriBookmarkList {
	height: 165px;
	overflow-y: auto;
}
.esriBookmarkLabel {
	width: 200px;
	font-size: 14px;
}
.esriAddBookmark {
	width: 50%;
	color: whitesmoke;
	height: 25px;
	font-weight: bold;
	text-align: center;
	margin-left: 80px;
	background-color: #428bca;
	border: solid 2px;
	padding-top: 0px;
	border-style: outset;
}
.esriBookmarkEditBox {
	position: fixed;
	font-size: 14px;
	height: 20px;
	width: 220px;
}

.esriPrintout {
	display:none;
}

.dijit .dijitReset .dijitInline .dijitLeft .esriPrintButton .dijitComboButton {
	display: block;
}

.dijitReset .dijitButtonContents {
	/*width: 200px;*/
}

.esriLegendService {
	padding: 5px;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	border-top: 1px solid #000;
}

.bootstrap_btn2 {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 3px;
	height: 32px;
	margin-left: 0px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
  border-width: 5px 5px 0;
}
.tooltip-inner {
  color: #000;
  background: #fff;
  border: solid 1px #fff;
}

div.eraserIcon{
	/*background-image: url("../images/icons/Eraser-icon.png");*/
	/*border: 1px gray solid;*/
	margin: 2px 1px 1px 2px;
	padding: 2px;
	width: 30px;
	height: 30px;
}
/*div.eraserIcon:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 -5px rgba(0,0,0,0.5);
}
*/	
#EraserIcon:hover{
	margin: 2px;
	border: 1px gray solid;
	background:#FCF8E3;
}

.panel-heading {
	padding: 2px 2px;
}

.input-group-addon {
	padding: 2px 2px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.esriBookmarkItem {
	border-bottom: 1px rgb(245, 238, 238) solid;
	height: 25px;	
	/*width: 208px;
	height: 20px;*/
}

.dropdown-menu1 {
	min-width: 80px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 14px;
	background-color:transparent;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
}
.dropdown-menu1>li>a {
	display: block;
	padding: 5px 10px;
	clear: both;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	color: #F9F9F9;
	white-space: nowrap;
}
.about {
	padding: 2px 8px 2px 8px;
	font-size: 12px;
	font-weight: bold;
	/*font-size: 14px;*/
}
.panel {
	position: relative;
}

.panel-close {
	position: absolute;
	margin-top: 7px;
	right: 0px;
	width: 27px;
	height: 20px;
	line-height: 27px;
	text-align: center;
	/*background: ;*/
}

.ui-slider-horizontal {
	height: .6em;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 0.8em;
	height: 1em;
	cursor: default;
}

.ui-widget-content {
	border: 1px solid #0B0B0B;
	color: #222222;
}


p {
	margin: 0 0 5px;
}

.headercontainer {
	height: 140px;
}

.geometry-options {
	display: flex;
	flex-direction: row;
}

.geometry-button {
	flex: 1;
	border-style: solid;
	border-width: 1px;
	border-image: none;
}

@media screen and (max-width: 1050px) {
	#socialShareButtons {
		float: right!important;
		width: 125px;
		top: 32px;
		right: 1px;
	}
	.headercontainer {
		height: 100px;
	}
	#header {
		min-height: initial;
		height: 50px;
		background: url("../images/shpoheader.jpg") no-repeat;
	}
}

/*Styles for the Media Queries*/
@media (min-width: 1400px){
    .container{
        width: 1370px;
    }
}

@media (min-width: 1600px){
    .container{
        width: 1570px;
    }
}

@media (max-width: 992px){
    #helpDialog {
        position: static;
        margin-left: auto;
        margin-right: auto; 
        margin-top: 30px;
        background: white;
        box-shadow: 2px 2px 10px #000000;
        border: 1px solid #565656;
    }

    #helpDialogContent {
        position: relative;
        padding:20px;
    }
}

/*End Styles for the Media Queries*/