@charset "UTF-8";
.atop{
  position:absolute;
  z-index:100;
}

.mov{
  transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.15s ease, height 0.2s ease;
  -moz-transition:    transform 0.15s ease, height 0.2s ease;
  transition:        transform 0.15s ease, height 0.2s ease;
  -o-transition:      transform 0.15s ease, height 0.2s ease;
}

.movd{
  transform:translate3d(-285px,0,0);
  -webkit-transform:translate3d(-285px,0,0);
}

.selectable{
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.unselectable{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#leftPane{
  position:absolute;
  left:0;
  z-index: 1;
  height:100%;
  width:366px;
  overflow-x:hidden;

  box-shadow: 0 0 2px 0 #8596b0;
  background-color:#fafafa;
  background: -webkit-linear-gradient(0deg, #ecfafd 10%, #fafcff 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(0deg, #ecfafd 10%, #fafcff 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(0deg, #ecfafd 10%, #fafcff 90%); /* IE10 */
  background:      -o-linear-gradient(0deg, #ecfafd 10%, #fafcff 90%); /* Opera 11.10+ */
  background:         linear-gradient(0deg, #ecfafd 10%, #fafcff 90%); /* W3C */

}

#leftPaneHeader{
  font-size:24px;
  font-weight:bold;
  padding:15px 15px 0px 15px;
}
#leftPaneHeader >a{
  text-decoration:none;
  color:#121921;
}

#leftPane #editServiceNode{
  font-size:15px;
  overflow-x:visible;
  height: 25px;
  padding:5px 5px 5px 25px;
  border-bottom: 2px dashed #dadedf;
}
#editServiceNode{
  font-size:15px;
  overflow-x:visible;
  padding:20px 5px 10px 25px;
  border-bottom: 2px dashed #dadedf;
}


#layersDialog #serviceNode
{
  overflow-x:hidden;
}
#serviceNode{
  font-size:15px;
  /*padding:5px 5px 10px 25px;*/
  padding:5px 5px 10px 10px;
/*  min-height: 250px;
  max-height: 450px;*/
}

#centerPane{
  top: 0;
  bottom: 0;
  margin: 0;
  padding:0;
  position:absolute;
  width: 100%;
  height: 100%;
}

.layerLevel{
  font-size: 12px;
  float: left;
  margin:0px 5px 5px 5px;
  /*margin:0px 10px 10px 10px;*/
  padding:3px;
  border-radius:3px;
  background-color:#444444;
  cursor:pointer;
  color: #ffffff;
}

.layerLevel:hover {
  background-color: #888888;
}

.layerLevel:active {
  background-color: #aaaaaa;
}

.layerOptBtn {
  width: 16px;
  height: 16px;
  font-size: 12px;
  border-radius:3px;
  /*background-color:#d4e4ff;*/
  cursor:pointer;
}

.layerOptBtn:hover {
  /*background-color:#688fed;*/
}

.layerOptBtn:active {
  /*background-color:#f2bfeb;*/
}

.optBtn {
  width: 30px;
  height: 16px;
  font-size: 12px;
  padding:3px;
  border-radius:3px;
  /*background-color:#d4e4ff;*/
  cursor:pointer;
}

.optMenuItem {
  cursor:pointer;
  padding: 2px 10px;
  background-color:#d4e4ff;
}

.layerOptDiv {
  display:inline-block;
}

.optMenu {
  border:1px solid #ccc;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:10000;
  overflow: visible;
}

.layerOptDiv:hover .optMenu {
  /*display: inline-block;*/
}

.optMenuItem:hover {
  background-color:#688fed;

}

.optMenuItem:active {
  background-color:#f2bfeb;
}

#clearAll, .viewMode, .saveBtn, #options, .addTab{
  font-size: 12px;
  float:right;
  margin:0 15px -3px 0;
  padding:3px;
  border-radius:3px;
}

/*#clearAll
{
  display: none;
}*/

.paneHandles{
  overflow:auto;
  width: 100%;
  margin-bottom:10px;
  /*margin-left:-20px;*/
  margin-left:0px;
}

.paneHandle{
  box-sizing:border-box;
  float:left;
  padding:10px 0;
  border-left:1px solid #ccd2d3;
  border-bottom:1px solid #dadedf;
  text-align:center;

  transition: background-color 0.075s;
}

.paneHandle:first-child{
  border-left:none;
}
.serviceWrapper{
  /*margin:4px 0px 4px 15px;*/
  margin:0px 0px 0px 15px;
  /*margin: 0;*/
  font-size:12px;
  clear: both;
  min-height: 10px;

}
.serviceWrapper  .sliderWrapper{
  /*padding-top: 6px;*/
}
.serviceWrapper > .titleWrapper{
  clear: both;
}
.serviceWrapper > .legendWrapper{
  /*display: none;*/
  clear: both;
}

.serviceWrapper > .layerOptBtn {
  margin: 0 0 0 19px;
  /*clear: both;*/
  float: left;
}

.serviceWrapper > .layerOptDiv {
  margin: 0 0 0 19px;
  /*clear: both;*/
  float: left;
}

.serviceWrapper > .metaWrapper{
  margin:0 0 0 19px;
  clear: both;
}


.titleWrapper > input{
  float:left;
  vertical-align: middle;
  cursor:pointer;
  margin: 0;
  width: auto;
}
.titleWrapper > label{
  /*margin:0px 0px 0px 0px;*/
  padding-left:8px;
  float:left;
  width: 90%;
  width: calc(100% - 30px);  overflow: hidden;
  vertical-align: middle;
  margin-left: 20px;
  text-indent: 0;
}

.titleWrapper.pretty .state label{
  margin-left: 15px;
  text-indent: 0;
}

.pretty .state label:before {
    border-color: #878a8c;
}
      
.legendWrapper.off {
  display: none !important;
}

.legendWrapper
{
  position: relative;
  /*top: -6px;*/
}

.legendWrapper  img
{
  display: inline;
}

.legendWrapper .pretty {
  margin-right: 0;
  vertical-align: text-top;
}
.legendWrapper svg
{
  margin-bottom: 5px;
  display: inline;
  overflow: visible;
  padding-left: 10px;
  vertical-align: middle;
  /*margin-bottom:5px;*/
}

.legendWrapper  .textLabel
{
  display: inline;
  font-size: .8em;
  vertical-align:text-bottom;
}

table.legendrow{
  height: 22px !important;
  line-height: 12px;
}

.radioInput{
  margin:0 10px 4px 10px;
}

.divisionHeader{
  font-size:17px;
  padding:0;
  margin:0;
  padding-top:15px;
  margin-bottom:5px;
}

.dijitComboBox{
  margin: 2px 0 0 7px;
}

.dijitSliderBar{
  height:2px;
}


.paneHeading{
  font-size:15px;
  font-weight: bold;
  margin:20px 0 4px 5px;
}

.paneHeading:nth-child(1){
  margin-top:2px;
}

.serviceRadio{
  margin-left:25px;
}

.radioLabel{
  font-size:15px;
}



.dijitInputField.dijitInputContainer.dijitReset{
  padding-left: 5px;
}

.layerCheck{
  margin-left:8px;
}

.legend{
  margin: 0px 0 0px 17px;
  clear: left;
}

label:hover,.serviceRadio,.layerCheck{
  cursor:pointer;
}

.loadingImg{
  width:12px;
  height:12px;
  margin:0px 0 0px -14px;
  float:left;
}

.loadingImgAfter{
  width: 16px;
  height: 16px;
  margin: 2px 0px -4px 0px;
}

.disabledCheck{
  opacity:0.4;
}

.disabledCheck > input, .disabledCheck > label,
.disabledCheck .dijitSliderBar, .disabledCheck .dijitReset, .disabledCheck .dijitSliderImageHandle,
.disabledCheck .dijitSliderDecrementIconH, .disabledCheck .dijitSliderIncrementIconH{
  cursor:default;
}

#homeButtonBR {
  position: absolute;
  /*top: 95px;*/
  /*left: 20px;*/
  bottom: 120px;
  right: 19px;
  z-index: 50;
}

#homeButtonTL {
  position: absolute;
  top: 95px;
  left: 20px;
/*  bottom: 120px;
  right: 19px;*/
  z-index: 50;
}

#basemapNode{
  bottom:15px;
  left:15px;
  position:absolute;
  z-index: 1;
  width: 66px;
  height: 80px;
  background-color:#fdfeff;
  border:2px solid #666;
  border-radius: 4px;
  cursor:pointer;
  font-size:12px;
  color:#444;
}

#basemapNode > img{
  margin-left:2px;
  margin-top:1px;
  border:1px solid #999;
}

#basemapNode > div{
  margin-top:-5px;
  position:relative;
  left:50%;
  float:left;
}

#basemapNode > div > span{
  position:relative;
  left:-50%;
}

/* I don't think we are allowed to hide this... I'll have to check the TOS    -Zack W.*/
/*.esriControlsBR{
  display:none;
}*/

#tabContainer .dijitTab{
  width:85px;
  text-align: center;
}

.dijitTabPane ul{
  list-style-type:none;
  margin-left:-20px;
}

#zoomLink, .zoomLink {
  color:white !important;
}

#zoomLink:hover, .zoomLink:hover{
  cursor:pointer;
  color:blue !important;
  text-decoration: underline;
}

.hide{
  width:16px !important;
  height:16px !important;
  background:url(../images/xBlu.png);
  top:2px;
  cursor:pointer;
  opacity:0.8;
}
.hide:hover{
  opacity:1;
}
.hide > div{
  display:none !important;
}

#rightPane{
  top:0px;
  right:0px;
  margin-right:-285px;
  width:302px;
  height: 100%;
  background:#f9feff;
  font-size:14px;
  overflow:hidden;
  z-index:99;
  box-shadow: 0 0 2px 0 #8596b0;
}

#dataCon{
  overflow:hidden;
  position:relative;
  height:100%;
}

.datatitle{
  width:100%;
  margin-top:25px;
  margin-bottom:10px;
  padding-bottom:5px;
  border-bottom:2px dashed #dadedf;
}


#dataNode{
  height: 100%;
  margin-left:27px;
  word-wrap:break-word;
  overflow-y:scroll;
}

#downloadCon{
  border-top:2px dashed #dadedf;
  width:100%;
  height:30px;
  padding-top:18px;
  margin-bottom:10px;
  text-align:center;
  display:none;
}

#downloadNode{
  width:240px;
  padding:5px 8px;
  border-radius:6px;
  color:white;
  font-size:24px;
  font-weight:bolder;
  font-style:italic;
  text-shadow:1px 1px 0 #5a6069;
  text-decoration:none;
}

.hiddenDownload{
  display:none;
}

.noActiveDownloads{
  display:block;
  margin:0 auto;
  background-color:#d8e2ea;
  box-shadow:0 1px 1px 0 #5a6069;
}

.noDownloadAvailable{
  background-color:#ffc4c4;
}


.downloadable:active{
  margin-top:1px;
}

.noDownload{
  display:none;
}

#closeRP{
  z-index: 300;
  top:42%;
  right:27px;
  height:0;
  width:0;
  background:rgba(0,0,0,0);
}



#arro{
  color:#d4e4ff;
  font-size:50px;
  text-shadow:0px 1px 2px #a5b6e0, 1px 0 1px #a5b6e0;
  cursor:pointer;
}

#arro:hover{
  color:#688fed;
}

#arro:active{
  color:#f2bfeb;
}

#clearAll, .paneHandle, .downloadable, .addTab, #options, .saveBtn, .viewMode{
  background-color:#d4e4ff;
  cursor:pointer;
}

#clearAll:hover, .paneHandle:hover, .downloadable:hover, .selectedButton, .addTab:hover, #options:hover, .saveBtn:hover, .viewMode:hover{
  background-color:#688fed;
}

#clearAll:active, .paneHandle:active, .downloadable:active, .addTab:active, #options:active, .saveBtn:active, .viewMode:active{
  background-color:#f2bfeb;
}

noscript > div{
  position:absolute;
  top:5px;
  left:5px;
}

.noSelect{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

.arrow-expand{
  cursor: pointer;
  float: left;
  background-image: url("../images/icons/arrow-right.png");
  width: 20px;
  height: 20px;
}

.arrow-collapse{
  cursor: pointer;
  float: left;
  background-image: url("../images/icons/arrow-down.png");
  width: 20px;
  height: 20px;
}

.chosen-results{
  height: 100px;
}

#infoWindowFilterDialog
{
  overflow: hidden !important;
}

#infoFilterRowsContainer{
  width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  position: relative;
}

.btnWrapper {
    width: 100%;
    padding-bottom:25px;
    text-align: center;
}
.closestPoint{
  color: #00FF77 !important;
}

#mapserver_search_table
{
  text-align: center;
  width: 100%;
  min-height: 300px;
  max-height: 400px;
}
#mapserver_search_table_wrapper .dataTables_scrollHeadInner{
  margin-left: auto;
  margin-right:auto;
}
#mapserver_keyword
{
  padding: 5px;
}
#mapserver_keyword_button
{
  padding: 5px;
}
#mapserversearch_area
{
  text-align: center;
}
#selectablediv
{
  display: inline;
}


.dijitTabPaneWrapper img
{
  max-width: 75%;
  max-height: auto;
}

.esriMeasurementResultLabel
{
  font-size: 0.8em;
}

/*#legendsDialog:hover .legend-collapse{
  visibility: visible;
}*/

.legend-collapse{
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  color: #333;
  padding-right: 0.5em;
  cursor: pointer; 
  /*visibility: hidden;*/
}

.legend-collapse:after {
  content: "\f0d8";
}

.legend-collapse-down:after {
  content: "\f0d8";
}
.legend-collapse-right:after {
  content: "\f0da";
  padding-left: 2px;
}

.legend-collapse-up:after {
  content: "\f0d7";
}

.legendwin_title
{
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.legendwin_content > svg
{
  padding-left: 22px;
  overflow: visible;
  display:block;
}

.legendwin_content
{
  font-size: 12px;
}


/*#resGrid{
  position: absolute !important;
  background-color: #ffffff;
}*/

/*
* QueryTool
*/
.add-icon {
  width: 16px;
  height: 16px;
  background-image: url('../images/plus.png');
  display: inline-block;

}
.remove-icon {
  width: 16px;
  height: 16px;
  background-image: url('../images/xBlu.png');
  display: inline-block;
}

#query-dialog {
  padding: 8px;
}
#query-body {
  padding: 4px;
  margin: 4px;
  background-color: #f1f1f1;
  border: 1px solid #bbb;
}
#query-body > label {
  cursor: default;
}
#query-filters {
  overflow: auto;
  max-height: 290px;

}
.query-filter {
  padding: 8px;
  background-color: #FAFAF9;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 4px;
}
.query-set-filter {
  padding: 8px;
  background-color: #FAFAF9;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 4px;
}
.query-set-filter .query-filter {
  border: none;
}

#add-filter-btn,
#add-set-btn,
#clear-btn,
#do-query,
#show-table-btn
{
  margin: 0 5px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  border: solid #aaa 1px;
  border-radius: 4px;
}
#add-filter-btn:hover,
#add-set-btn:hover,
#clear-btn:hover,
#do-query:hover,
#show-table-btn:hover
{
  background-color: #fff;
}

.invalid-filter {
  border: red 1px solid;
}
#feature-table-wrapper, #grid-wrapper {
  background-color: white;
  border-top: #bbb solid 1px;
  min-height:320px;
  position:fixed !important;
  bottom:0px !important;
  top: auto !important;
  width: 100%;
}
#feature-table-wrapper .grid-title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
  cursor: default;
}
.close-btn {
  width:16px;
  height: 16px;
  background-image: url('../images/x.png');
  position: absolute;
  right: 3px;
  top: 3px;
  margin: 2px;
  cursor: pointer;

}

#feature-table-wrapper > .dataTables_wrapper .dataTables_filter {
  margin-right: 20px;
}


.toolwrapper
{
  height: 16px !important;
  display: block ;
  padding-left: 17px;
  clear: both;
}

.toolwrapper > *
{
  float: left;
}


.toolwrapper > *
{
  margin-right: 8px;
}

.toggleLegendBtn
{
  cursor: pointer;
  height: 22px;
}

#addTabDialog
{
  text-align: center;
}
.addTabInput
{
  width: 80%;
  padding: 10px;
  margin: 10px;
}

.modifyTabBtn
{
  width: 44%;
}
#newTabWrapper
{
  display: block;
  padding:15px;
}

.stdRenameDlgContainer
{
  text-align: center;
  padding : 15px;
}

.stdRenameDlgContainer > div
{
   width: 100%;
}

.stdRenameDlgContainer > button
{
   width: 44%;
}

.stdRenameDlgInput
{
  width: 80%;
  padding: 10px;
  margin: 10px;
}

.stdSimplify{
  display: flex;
  height: 70px;
/*  margin: 0 auto; */
  align-items: center;
  justify-content: center;
}

.disclaimer{
  font-size: 12px;
  padding: 3px;
}
.switch {
	position: absolute;
	width: 100px;
	height: 30px;
	padding: 3px;
	border-radius: 18px;
	cursor: pointer;
    top: 20px;
    left: 75px;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -4.5px;
	line-height: 1;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: limegreen;
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
}
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#removeLayers
{
  display: none;
}

/*
* QueryTool
* end
*/

/*used in bookmarks tool*/
/*.invalid {
  border: red 1px solid;
}*/
#bookmarkWindow{
  /*background-color: #FFFFFF;*/
}

#bookmarks-body{
  width: 240px;
  border: none;
  border-top: solid 1px #EEE;
}

#bookmarks-cont {
  display: none;
  position: absolute;
  left: 0;
  /*background-color: #fff;*/
}
#bookmarks-editor {
  margin: 10px;

}
#bookmarks-body .esriBookmarkTable {
  /*width: 210px;*/
  overflow: auto;
  width: 98%;
  max-height: 200px;
  padding-left: 5px;
}
 .esriBookmarks .dojoDndItem{
  border-top: solid 2px #EEE !important;
  border-bottom: solid 2px #EEE !important;
}
#bookmarks-body .esriAddBookmark {
  font-size: 14px;
  text-align: center;
}
#bookmarks-body .esriBookmarkEditBox{
  width:155px;
}
/*end of bookmarks*/



.carrot-icon-sm {
  display: inline-block;
  background-image: url('../images/flat/black/s-arrow-noline.gif');
  background-position: 10px 45px;
  width: 14px;
  height: 20px;
  /*background-position:*/
}

/*draw icons*/
.point-icon {
  background-image: url('../images/icons/point.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.circle-icon {
  background-image: url('../images/icons/circle.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.line-icon {
  background-image: url('../images/icons/line.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.multipoint-icon {
  background-image: url('../images/icons/multipoint.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.polyline-icon {
  background-image: url('../images/icons/polyline.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.freehandpolyline-icon {
  background-image: url('../images/icons/freehandPolyline.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.ellipse-icon {
  background-image: url('../images/icons/ellipse.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.rectangle-icon {
  background-image: url('../images/icons/rectangle.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.triangle-icon {
  background-image: url('../images/icons/triangle.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.polygon-icon {
  background-image: url('../images/icons/polygon.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.freehandpolygon-icon {
  background-image: url('../images/icons/freehandpolygon.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.arrow-icon {
  background-image: url('../images/icons/arrow.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.text-icon {
  background-image: url('../images/icons/text.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.shapefile-icon {
  background-image: url('../images/icons/upload.png');
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

#drawWindow,
#selectWindow {
  /*background-color: rgba(14,118,187,0.65);*/
  background-color: rgba(77, 127, 185, .75); 
}

#query-radius-units,
#query-radius-units-clone {
  height: 30px;
  padding: 3px;
}

#query-radius,
#query-radius-clone {
  width: 5em;
  height: 20px;
  padding: 3px;
}

.in-feature-dialog {
  z-index: 201 !important;
}

#select-widget-header {
/*  margin: 3px;
  height: 8px;*/
display: none;
}

#select-widget-shape-cont {
  font-size: 12px;
}

#labels-btn,
#demographics-btn,
#remove-all-btn, 
#remove-last-btn, 
#remove-selected-btn, 
#update-options-btn, 
#cancel-options-btn,
#clear-selection-btn {
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  margin: 2px;
  border-radius: 4px;
  border: solid 1px #dedede;
  font-size: 12px;
}

#clear-selection-btn {
  display: block;
  text-align: center; 
}

#toggle-buffer-btn {
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  margin: 2px;
  border-radius: 4px;
  border: solid 1px #dedede;
  font-size: 12px;
}

#toggle-buffer-btn {
  display: block;
  text-align: center; 
}

.grey-btn {
  margin: 2px;
  padding: 3px;
  border-radius: 5px;
  background-color: #444444;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
}

#remove-all-btn:hover, #remove-last-btn:hover, #remove-selected-btn:hover, #demographics-btn:hover, #labels-btn:hover, .edit-tool:hover {
  background-color: rgba(14,118,187,0.75);
  color: white;
}

#draw-widget-cont,
#select-widget-cont {
  cursor: default;
  left: 0;
  width: 240px;
  padding: 2px;
  border-radius: 5px;
  /*background-color: rgba(14,118,187,0.65);*/
  margin-bottom: 3px;
  color: #ffffff;
}

#draw-widget-cont .ui-widget-header,
#select-widget-cont .ui-widget-header {
  background-color: transparent;

}

#draw-widget-cont .ui-widget-content,
#select-widget-cont .ui-widget-content {
  background-color: transparent;
  background-image: none;
  padding: 2px;
  color: #ffffff;
}

#draw-widget-tools .ui-widget-content, 
#select-widget-tools .ui-widget-content {
  background-color: transparent;
  background-image: none;
}

#draw-widget-tools,
#select-widget-tools {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.bin-icon {
  /*background-image: url('../images/icons/bin.png');*/
  background-image: url('../images/icons/trash-icon.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
}
.table-icon {
  /*background-image: url('../images/icons/bin.png');*/
  background-image: url('../images/icons/datatable.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
}
.pencil-icon {
  /*background-image: url('../images/icons/bin.png');*/
  background-image: url('..//images/flat/white/measure.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
}

.active-edit {
  background-color: rgba(14,118,187,0.75);
  color: white;
}
.move-icon {
  /*background-image: url('../images/icons/bin.png');*/
  background-image: url('..//images/icons/cursor.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
}
.edit-icon {
  /*background-image: url('../images/icons/bin.png');*/
  background-image: url('..//images/icons/edit-icon.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
}
.erase-icon {
  /*background-image: url('../images/icons/bin.png');*/
  background-image: url('..//images/icons/erase.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
}
.edit-clear-icon {
  /*background-image: url('../images/icons/bin.png');*/
  background-image: url('..//images/icons/edit-clear.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
}

.refresh-icon {
  /* background-image: url(../images/icons/bin.png); */
  background-image: url(..//images/icons/refresh.png);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.edit-tool {
  border: solid 1px #dedede;
  margin: 0 5px;
}

#remove-all-btn label,
#remove-last-btn label {
  vertical-align: middle;
  line-height: 20px;
  padding-right: 3px;
}

.draw-tool-dropdown, .edit-tool-dropdown {
  /*border-radius: 5px;*/
  padding:5px;
}

.draw-tool, .shapefile-tool, .edit-tool {
  display: inline-block;
  cursor: pointer;
/*  width: 52px;
  height: 52px;*/
  vertical-align: text-top;
  font-size: smaller;
  padding: 3px;
  border-radius: 5px;
  text-align: center;
}


.draw-tool:hover, .shapefile-tool:hover {
  background-color: rgba(14,118,187,0.75);
}


.draw-tool-label, .edit-tool-label {
  display: inline-block;
}
/*.draw-tool-icon {
  background: url('../images/icons/layer_shape_polyline.png');
  width: 16px;
  height: 16px;
  margin: 0 auto;
}*/

.selected-draw-tool {
  /*border-bottom: solid #fff 2px;*/
  background-color: rgba(14,118,187,0.75);
}

#draw-options {
    top: 26px;
    background-color: rgba(14,118,187,0.65);
    padding: 5px;
    border-radius: 5px;
    width: 220px;
    margin: 0 auto;
}

#draw-options-cont label {
  width: 50%;
  display: inline-block;
}

#draw-options-cont input {
  width: 45%;
  display: inline-block;
}

#draw-options-cont > div {
  margin: 4px 0;
  font-size: small;
}

.chart-icon {
  background: url('../images/icons/chart.gif');
}

.download-icon {
  background: url('../images/icons/drive-download.png');
}

.chart-icon, .download-icon {

  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
}

/*datavisualization css*/
#datavis-cont {
  height: 100%;
  overflow: hidden !important;
}

#datavis-header {
  font-size: 14px;
  border-bottom: 2px black solid;
  padding: 15px;
}

.datavis-header-content {
  display: inline-block;
  width: 400px;
  vertical-align: text-top;
}

.datavis-header-item-label {
  display: inline-block;
  width: 150px;
  vertical-align: text-top;

}

.datavis-header-item {
  display: inline-block;
  width: 148px;
  text-align: right;
  vertical-align: text-top;

}

#datavis-left-cont {
  width: 200px;
  float: left;
  height: 100%;
}

#datavis-right-cont {
  margin-left: 200px;
  height: 100%;
}

#datavis-content{
  height: 100%;
}

#datavis-content iframe {
  border: none;
}

#datavis-menu {
  height: 100%;
}

#datavis-items {
  /*height: calc(100% - (28px));*/
  height: 100%;
  overflow: auto;
}

.datavis-item {
  padding: 10px;
  margin: 15px;
  font-size: 12px;
  cursor: pointer;
}
.datavis-item:hover {
  border-bottom: #bcbcbc solid 1px;
}
.datavis-item-selected {
  border-bottom: #aaa solid 1px;
}
.datavis-item > div{
  display: inline-block;
  vertical-align: text-bottom;
}
#datavis-buttons > div {
  display: inline-block;
}
#datavis-add-content-btn,
#datavis-remove-all-btn {
  border: black solid 1px;
  border-radius: 4px;
  cursor: pointer;
  height: 20px;
}
#datavis-add-content-btn > div,
#datavis-remove-all-btn > div {
  display: inline-block;
}

.extKeyRow{
  padding-left: 4px;
}

#infosettings_url
{
  list-style: none;
}

.info_filter_col_header
{
  padding-left: 40px;
}
.info_filter_col_header > *
{
  display: inline-block;
  margin: 5px 5px 5px 5px;
}

.draggableInfoRow > *
{
  display: inline-block;
  margin: 5px 5px 5px 5px;
  font-size: .8em;
}

.info_filter_col1{
  width: 25px;
}
.info_filter_col2{
  cursor: move;
  width: 100px;
}
.info_filter_col3{
  width: 100px;
}
.info_filter_col4{
  width: 25px;
}
.info_filter_col5{
  width: 200px;
}
.info_filter_col6{
  width: 115px;
}
.info_filter_col7{
  cursor: pointer;
  position: relative;
  top: 7px;
  width: 15px;
}

.info_filter_col8{
  width: 100px;
}

.info_filter_col9{
  cursor: pointer;
  position: relative;
  top: 7px;
  width: 15px;
}

.info_filter_header_col1{
  width: 25px;
}
.info_filter_header_col2{
  width: 100px;
}
.info_filter_header_col3{
  width: 105px;
}
.info_filter_header_col4{
  position:relative;
  left: -22px;
  width: 25px;
}
.info_filter_header_col5{
  position:relative;
  left: 5px;
  width: 205px;
  text-align: center;
}
.info_filter_header_col6{
  width: 100px;
  text-align: center;
}
.info_filter_header_col7{
  text-align: center;
  width: 45px;
}
.info_filter_header_col8{
  position:relative;
  left: 10px;
  width: 70px;
}
.info_filter_header_col9{
  text-align: center;
  width: 45px;
}


.esriPopup .contentPane{
  /*overflow: hidden;*/
}
.infowindow_tabcontainer .dijitScrollingTabController
{
  width: 100% !important;
}
#mapserver_search_table_wrapper, #mapserver_search_table
{
  overflow-x: hidden;
}


#optionsContainer
{
  height: 400px;
  padding: 0px 15px 30px 15px;
  margin-bottom: 10px;
  overflow-y: auto;
}


.hideOptionsElement{
  width: 180px;
  display: inline-block;
}

.hrtitle
{
  width: 100%;
  height: 25px;
  border-bottom: 1px solid black;
  margin: 10px 0px 10px 0px;
  text-align: center
}

.hrtitle span{
  font-size: 1.2em;
  padding: 0 10px;
}

/*#style
{
  position: relative;
  left: 25px;
}

#appLabel {
  left: 39px;
  position: relative;
}
#title_option
{
  position: relative;
  left: 81px;
}

#titleUrl
{
  position: relative;
  left: 45px;
}

#hideTitleBar
{
  position: relative;
  left: 36px;
}

#tolerance
{
  position: relative;
  left: 8px;
}

#disableMenuPanout
{
  position: relative;
  left: -2px;
}*/

#minZoom{
  position: relative;
}

#maxZoom
{

}

#username
{
  position: relative;
}

#password
{
  position: relative;
}

.tab_wrapper
{
  height: 100%;
}

#view-all-apps-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 35px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: rgba(14,118,187,0.65);
  margin: 0 auto;
  right: 0;
  z-index: 200;
}

#app-id-selector {
  display: block;
  width: 120px;
  margin: 0 auto;
  margin-top: 8px;
}

.single-view-header > * {
  display: inline-block;
}

.single-view-title {
  cursor: default;
  text-align: center;
  width: 74%;
  margin: 0 13%;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}

.single-view-title:hover {
  border-bottom: 2px solid #333;
}
.single-view-header > .previous-btn {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 55px;
  top: 4px;
  background-image: url('https://js.arcgis.com/3.19/esri/dijit/images/popup.png');
  background-repeat: no-repeat;
  background-position: -28px -2px;
  cursor: pointer;
}

.single-view-header > .next-btn  {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 40px;
  top: 4px;
  background-image: url('https://js.arcgis.com/3.19/esri/dijit/images/popup.png');
  background-repeat: no-repeat;
  background-position: -13px -2px;
  cursor: pointer;
}

.single-view-dropdown {
  overflow: auto;
  position: absolute;
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 32px;
  background-color: #dadada;
  border: black solid 1px;
}

.single-view-option {
  cursor: pointer;
  padding: 4px;
}

.single-view-option:hover {
  background-color: white;
}

.single-view-disabled-mask {
  background-color: rgba(255,255,255,0.5);
  width: 100% !important;
  height: 100% !important;
}

.single-view-content {
  overflow: auto;
}
.single-view-content ul {
  list-style-type: none;
  margin-left: -20px;
}
/*necessary for "Feature Set" infowindow dropdown menu to overflow*/
.infoWindow .contentPane {
  position: static !important;
}
.infoWindow .sizer.content {
  z-index: 2;
}
.outerPointer
{
  display: none !important;
}

.hydrochart-dialog.ui-dialog {
  z-index: 201 !important;
}

#grid-wrapper  tr > td {
  text-align: center;
}

#grid-wrapper .datagrid-col-link {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: underline;
}

#grid-wrapper {
  min-height: 300px;
}
#grid-wrapper th {
  text-decoration: none;
}

#grid-toggle {
  height: 20px;
  width: 19px;
  position: absolute;
  top: -25px;
  border-radius: 5px 5px 0 0;
  background-color: white;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  cursor: pointer;
}

.icon-arrow-up {
  background-image: url('../images/icons/arrow-up.png');
  background-repeat: no-repeat;
  background-position-x: 1px;
  width: 18px;
}
.icon-arrow-down {
  background-image: url('../images/icons/arrow-down.png');
  background-repeat: no-repeat;
  width: 18px;
}

.esriPopupWrapper .content{
  margin-top: -1px;
  margin-bottom: -1px;}

#removeAllLayersDialog{
  text-align: center;
}

#selectablediv #selectobj {
  margin-left: 15px;
  margin-bottom: 15px;
}

#mySVG
{
  position: absolute;
  top:0;
  left: 0;
  z-index: 99;
  overflow: visible;
}

.infoContent{
  margin: 0 !important;
  padding-left: 5px;
  padding-right: 10px;
  overflow: auto;
}
.infoContent li {
  word-break: break-word;
}
.ui-dialog
{
  box-shadow: 0px 2px 5px #888888;
}

.sortable-placeholder{
  border-top: dashed 6px #aaaaaa;
  margin: 35px 15px;
}

#addLayerDialog0 {
  padding: 10px;
}

.layer-editor-item {
  /*margin: 10px 10px 10px 30px;*/
}
.split2{
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
}

.split2 > .dijitValidationTextBox {
  margin: 0;
}

.layer-edit-footer {
  margin: 15px 0;
}

#layer-search-dropdown {
  max-height: 200px;
  overflow: auto;
  position: absolute;
  background-color: rgba(77, 127, 185, 1);
  color: #EEE;
  width: 400px;
  margin: 0 100px;
  display: block;
}

.dropdown-item {
  padding: 7px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: white;
  color: #444;
}

#layer-search-cont > input {
  width: 400px;
  margin: 0 auto;
  display: block;
}

.dropdown-item > div {
  display: inline-block;
}

.dropdown-item-srv:before {
  content: 'Source: ';
  font-size: 8px;

}
.dropdown-item-name,
.layer-search-item-name {
  font-size: 14px;
  max-height: 1.1em;
}

.dropdown-item-srv ,
.layer-search-item-srv {
  color: #999;
  font-style: italic;
}

#keyword-search {
  padding: 10px 0;
}

#keyword-search-res-cont {
  margin-top: 10px;
  height: 380px;
  /*max-height: 380px;*/

  overflow: auto;
  border: 1px #bbb solid;
}

.layer-search-item-cont {
  padding: 5px;
}

.layer-search-item-header {
  border-bottom: solid 1px black;
}

.layer-search-item-cont > div {
  display: inline-block;
}

.layer-search-item:hover {
  box-shadow: 6px 6px 5px #888888;
}

.layer-search-item {
  display: inline-block;
  width: 155px;
  height: 175px;
  cursor: pointer;
  border: black solid 1px;
  vertical-align: text-top;
  position: relative;
  background-color: white;
  margin: 2px;
  border-radius: 5px;
}

.layer-search-item-name,
.layer-search-item-desc {
  overflow-wrap: break-word;
  width: 145px;
  overflow: hidden;

}
.layer-search-item-desc {
/*  height: 3.5em;
  font-size: 0.75em;*/
  display: none;
}

/*.layer-search-item-desc * {
  font-size: 0.75em;
}*/

.layer-search-item-type {
  width: 40%;
  text-align: right;
}


.layer-search-item-srv {
  width: 60%;

}
.layer-search-item-srv,
.layer-search-item-type {
  display: inline-block;
  font-size: 0.6em;
}

.layer-search-item-name {
  font-size: 0.7em;
  font-weight: bold;
  margin-bottom: 2px;
}

.layer-search-item-thumbnail {
  width: 145px;
  height: 130px;
/*  background-color:black;*/
}


#keyword-search-sources {
  text-align: center;
  margin-top: 5px;
}
#printTaskWindow #print_task_mask{
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,.1);
  z-index:100;
  position: absolute;
  top:0;
  left:0;
  background-image: url("../images/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10%;
}

#print_task_submit{
  float: right;
  margin-right: 40px;
}

#printTaskWindow *{
  /*overflow: hidden;*/
}


#print_task_div{
  overflow: hidden;
}
#printTaskWindow td{
  margin: auto;
}
#printTaskWindow tr{
  margin: auto;
}
#printTaskWindow table{
  overflow: hidden;
  margin: auto;
}

#printTaskWindow {
  font-size: .875rem;
}

#printTaskWindow .legendLabel{
  word-wrap: break-word;
  margin-right: 10px;
}

#printTemplateTable input{
  width:220px;
}

#printTaskWindow label{
  font-weight: bold;
  width: 150px;
}

#printTaskWindow button{
  margin-top:10px;
  margin-bottom:10px;
}

.right-top-btn {
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

#add-layer-tabs .ui-tabs-active.ui-state-active {
  background: #444444;
  border: none;
}
#add-layer-tabs .ui-tabs-anchor {
  padding: 0.25em 1em;
}

.item-hover-cont {
  position:absolute;
  top:2px;
  /*left: 2px;*/
  padding: 5px;
  overflow: hidden;
  max-height: 280px;
  min-height:130px;
  width:320px;
  background-color: white;
  border: #999 solid 1px;
  box-shadow: 6px 6px 5px #AAA;
  border-radius: 8px;
  z-index:1;

  cursor: default;
}

.item-hover-header {
  border-bottom: black 1px solid;
  margin-bottom: 5px;
}
.item-hover-srv {
  font-size: 0.5em;
  font-style: italic;
  color: #999;
}
.item-hover-name {
  font-size: 0.75em;
}

.item-hover-desc {
  overflow: auto;
  max-height: 250px;
  font-size: 0.8em;
}

.label_row > *
{
  display: inline-block;
  margin: 5px 5px 5px 5px;
}

.label_row {
  text-align: center;
}

.text_edit_row > * {
  display: inline-block;
  margin: 5px 5px 5px 5px;
}
.text_edit_row {
  text-align: center;
}

#customLabelRowsContainer {
  width: 100%;
  max-height: 200px;
  overflow-x: hidden;
}

.custom_label_col_header > * {
  display: inline-block;
  margin: 10px 5px 5px 5px;
}

.custom_label_col_header {
  /*text-align: center;*/
}

.custom_label_header_col1 {
  width: 60px;
}
.custom_label_header_col2 {
  width: 260px;
}

.custom_label_header_col3 {
  width: 225px;
}

custom_label_header_col4 {
  width: 100px;
}

.custom_label_col1 {
  width: 20px;
}

.custom_label_col2 {
  width: 225px;
}

.custom_label_col3 {
  width: 290px;
}

.custom_label_input {
  width: 260px;
  margin: 5px 5px 5px 5px;
}

.custom_label_input2 {
  width: 260px;
  margin: 5px 5px 5px 5px;
}

.set_label_button {
  margin: auto;
}

.cancel_set_button {
  margin: auto;
}

.button_row > * {
  display: inline-block;
  margin: 10px 10px 5px 5px;
}

.button_row {
  text-align: center;
}

.text_row_header_col1 {
  width: 120px;
}

.text_row_header_col2 {
  width: 75px;
}

.text_row_header_col3 {
  width: 90px;
}

/*for setting halo flag*/
.text_row_header_col4 {
  width: 50px;
}

/*setting halo color*/
.text_row_header_col5 {
  width: 75px; 
}

.text_row_header_col6 {
  padding-left: 20px;
  width: 75px;
}

.text_row_position {
  width: 125px;
}

.text_size_input {
  width: 80px;
}

.text_row_color {
  width: 100px;
}

.text_row_halo {
  width: 30px;
}

.text_row_min_zoom {
  width: 90px;
}

.text_row_halo_color {
  width: 100px;
}
/*loader*/

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
}
#mapMask {
  height: 100%;
  width: 100%;
  overflow: auto;
  position: absolute;
  z-index: 99999;
  background-color: #ffffff;
  text-align: center;
  top: 0;
}

.tabContent{
  display: none;
  /*height: calc(100% - 42px - 10px);*/
  height: calc(100%);

  font-size: 12px;
}

.showSelectedTab{
  display: block;
}

.scroll_tab_right_button{
  height: auto !important;
}

.scroll_tab_left_button{
  height: auto !important;
}

.dt-delete{
  width: 17px;
  height: 17px;
  cursor: pointer;
  vertical-align: 4px;
  margin-left: 3px;
}
.zoomto{
  width: 25px;
  height: 25px;  
  cursor: pointer;
}
.openwindow{
  width: 17px;
  height: 17px;
  padding-bottom: 5px;
  cursor: pointer;
}

.zoomtotd{
  /*padding-top: 5px !important;*/
  /*padding-bottom: 0px !important;*/
  white-space: nowrap;
}

.infeature{
  width: 25px !important;
  height: 25px;  
  cursor: pointer;
}

/* menu appearance*/
.menu {
  position: absolute;
  color: #999;
  width: 200px;
  padding: 7px;
  margin: auto;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  /*text-align: center;*/
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  z-index: 1;
  max-height: 236px;
  overflow: auto;
}

.apimenu {
  position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  /*text-align: center;*/
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  z-index: 1;
  max-height: 230px;
  /*overflow: auto;*/
}

.menu:after, .apimenu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
/*  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;*/
}

.menu ul, .menu li,.menu li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 5px;
}
.menu li a {
  padding: 5px;
  color: #000000;
  text-decoration: none;
  transition: all .2s;
}
.menu li a:hover,
.menu li a:focus {
  background: #ccc;
  color: #fff;
}

.apimenu ul,.apimenu li,.apimenu li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 5px;
}
.apimenu li a {
  padding: 5px;
  color: #000000;
  text-decoration: none;
  transition: all .2s;
}
.apimenu li a:hover,
.apimenu li a:focus {
  background: #ccc;
  color: #fff;
}

.apimenu{
  width: 312px;
}

.inputapi{
  width: 290px;
}

.on{
  opacity: 1;
  visibility: visible;
  z-index: 1;
  border: 1px #ccc solid;
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.clickPointCoords {
  display: none;
  position: absolute;
  bottom: 0;
  left: calc(50% - 105px);
  background: rgba(255,255,255,0.7);
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 15px;
  color: #323232;
  display: inline-block;
  text-align: left;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clickPointCoords > div {
  display: inline-block;
  width: 200px;
}

.dataTables_scrollBody ul {
  padding: 0;
  margin: 2px;
/*  max-width: 200px;
  height: 1em;
  line-height: 1em;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;*/
}

ul.datatables-remove-ellipsis{
  height: 100%;
  white-space: normal;
}

#loading-tag {
  display: none;
  padding: 10px;
  background-color: black;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 4px;
  color: white;
  z-index: 9999;
} 

#downloadsWindowContent a:before{
  font-family: Cambria;
  content: '\2913';
  padding: 5px;
  color: orange;
  font-size: 20px;
  font-weight: normal;
}
#downloadsWindowContent a{
  color: rgba(14,118,187,1);
  text-decoration: none;
  font-weight: bold;
}
#downloadsWindowContent {
  max-height: 330px;
  padding: 20px;
}

#downloadsWindowBtn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 20px;
  background-image: url(../images/download-icon.png);
  background-size: 20px 20px;
}

.downloadRow {
  font-size: 13px;
  width: 550px;
}

.hiddenLayer {
  color: gray;
}

#infeature-widget-cont {
  height: 195px;
  font-size: 12px;
  position: relative;
  padding: 5px;
}

#infeature-widget-body {
  height: 145px;
}

#infeature-widget-footer {
  position: absolute;
  bottom: 0;  
}

#infeature-widget-footer > label,
#infeature-widget-body > label {
  display: block;
  width: 250px;
  color: white;
  margin: 3px 0px;
  font-size: smaller;
  padding-left: 4px;
  cursor: default;
}

.query-distance{
  width: 100px;
}
/*#select-widget-footer {
  bottom: 0px;
  position: absolute;
}*/

.bar {
  margin: 10px 0 10px 0;
  width: 100%;
  height: 20px;
  border: 1px solid #2980b9;
  border-radius: 3px;
  background-image: 
    repeating-linear-gradient(
      -45deg,
      #2980b9,
      #2980b9 11px,
      #eee 10px,
      #eee 20px /* determines size */
    );
  background-size: 28px 28px;
  animation: move .5s linear infinite;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}

.feedback-icon-32 {
  background-image: url('../images/icons/user-feedback32x32.png');
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.feedback-icon-20 {
  background-image: url('../images/icons/user-feedback20x20.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.megaphone-icon-32 {
  background-image: url('../images/icons/megaphone32x32.png');
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.megaphone-icon-20 {
  background-image: url('../images/icons/megaphone20x20.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/*.datatable-cell-ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.datatable-cell-ellipses-expand {
  overflow: auto;
  white-space: normal;
}*/

/*Edit Symbology Window*/

#EditSymbologyDiv .symbolType {
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  text-align: center;
}

#EditSymbologyDiv .symbolType.active{
  border: 1px solid #333;
}

#EditSymbologyDiv #layerOptionRow.hidden{
  display: none !important;
}

/* 
  Buttons
*/
.my-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.my-btn-primary {
  color: #fff !important;
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
}

.my-btn-primary:hover {
  color: #fff;
  background-color: #1f5a8d !important;
  border-color: #285e8e;
}

.my-btn-secondary {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7; 
}

.my-btn-secondary:hover, .my-btn-secondary:focus, .my-btn-secondary:active {
  color: #fff;
  background-color: #337ab7;
  border-color: #285e8e;  
}

.my-btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  text-decoration: underline;
}

.my-btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
  border-radius: .2rem;
}

#searchBtn {
  margin-right: 5px;
}

#cancelTextSearchBtn {
  padding: 0px !important;
}

/*.drawingBtn,
.waterBudgetBtn
{
  margin: 2px;
  padding: .15rem .15rem !important;
  font-size: 12px !important;
}*/

.alert-message {
  font-size: smaller;
}

/* 
  End of Buttons
*/

#layerFilterCollapse,
#folderFilterCollapse,
#collapseInfowinBtn {
    height: 20px;
    width: 20px;
    padding: 1px;
    border-radius: 3px;
    position: absolute;
    margin: -10px 0 0 0;
    top: 50%;
    right: 30px;
}

#layerFilterCollapseButton,
#folderFilterCollapseButton {
    z-index: 50;
    background-image: url("../images/icons/search.png");
    background-size: 26px 24px;
    width: 26px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
}
#datatableCollapse {
    z-index: 50;
    background-image: url("../images/icons/datatable.png");
    background-size: 26px 24px;
    width: 26px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
}

#infoFilterMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}

#infoFilterRowsContainer[disabled]{
  overflow:hidden;
}

.dt-button-collection.three-column:before {
  content: 'Click the column labels to toggle the fields';
      font-size: 12px;
    -webkit-column-span: all;
    font-weight: bold;
    column-span: all;
}

.card {
  border: 1px solid #777;
  margin: 10px;
  width: 250px;
}

.card-title {
  background-color: #777;
  padding: 10px 0 10px 4px;
  margin: 0;
  color: white;
  font-weight: 100;
  cursor: default;
}

.card:hover .card-title{
  background-color: #666;
}

.card-body {
  min-height: 20px;
  padding: 10px;
}

.generic-filter, 
.folder-filter {
  padding: 10px 35px;
}

.generic-filter-sub-content,
.generic-filter-content,
.folder-filter-sub-content,
.folder-filter-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

.generic-filter-sub-inp,
.generic-filter-inp,
.folder-filter-sub-inp,
.folder-filter-inp {
  margin-top: 4px;
  margin-bottom: 4px;
}
.generic-filter-sub-inp-and,
.generic-filter-subclause-and,
.generic-filter-inp-and,
.folder-filter-sub-inp-and,
.folder-filter-subclause-and,
.folder-filter-inp-and {
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
}
.generic-filter-sub-and,
.generic-filter-subclause-and,
.generic-filter-and,
.folder-filter-sub-and,
.folder-filter-subclause-and,
.folder-filter-and {
  border: 1px solid #ccc;
  padding: 3px 10px;
  width: 50px;
  background-color: #DEF2FF;
}

.subclause {
  background: rgba(0,0,0,0.05);
  border-radius: 10px;
  padding: 5px 25px;
  margin: 15px 30px;
}

.generic-filter-heading,
.folder-filter-heading {
  background-color: #ccc;
  margin-bottom: 10px;
  text-align: center;
}

#progressBar {
  transition: width 0.8s;
}

#hoverTooltip .dijitTooltipContainer,
#hoverTooltip .dijitTooltipContents.dijitTooltipFocusNode{
  padding-top: 0;
}

#hoverTooltipContent {
  margin: 20px;
}

#hoverTooltipContent .row {
  padding-top: 3px;
  padding-bottom: 3px;
}
#hoverTooltipContent .row>div {
  padding-left: 10px;
  padding-right: 10px;
}

#hoverTooltipSettingsBody {
  max-height: 500px;
  overflow: auto;
  overflow-x: hidden;
}
#hoverTooltipSettingsBody .ui-sortable-handle {
  cursor: move;
}

#hoverTooltipSettingsFooter > button {
  margin: 5px;
  float: right;
}

/* Search settings window*/


#search_fields_chosen {
  margin: 15px 15px 5px 15px;
  /*width: 50%;*/
  border-radius: 5px;

}

#search_fields_chosen ul {
  border-radius: 5px;
}

#select_display_field_chosen {
  margin: 15px 15px 15px 15px;
}

#maxSearchSpan {
  margin: 15px 15px 15px 15px;
}

#maxSearchSuggestions {
  width: 45px;
  border-radius: 5px;
}

#save_searchConfig {
  display: inline;
  margin: 15px 0px 0px 15px;
}

#defaultSearchConfig {
  display: inline;
  margin: 15px 15px 0px 0px;
}

#searchBtnDiv {
  position: relative;
  top: 75px;
  text-align: center;
}

#searchSettingsDiv {
  margin: 0px 0px 0px 15px;
}

#leveeMileTooltip .dijitTooltipConnector {
  background: none !important;
}

.elevationDiv {
    position: absolute;
    z-Index: 99;
}

.blueButton {

    background: rgba(14,118,187,0.65);
/*    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#0b76bb));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);*/
    /*background: -o-linear-gradient(top, #3e779d, #65a9d7);*/
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    color: white;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle; 
}

#getElevationLine:focus {
    outline: 0;
    outline: none;
}

.left_column {
    padding-top: 35px;
    width: 135px;
    padding-left: 10px;
}

.right_column {
    width: 675px;
    height: 350px;
}

.xholder {
    position: absolute;
    bottom: 65px;
    left: 10px;
}

#anim-div {
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 50px;
  padding: 5px;
  background-color: rgba(14,118,187,0.65);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#timesliderContainer > .esriTimeSlider .tsTmp {
  width: 100% !important;
}

#timesliderContainer .dijitRuleMark {
  border-color: white;
}

.pixelate-children img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  image-rendering: pixelated;
}

.download-dropdown-menu {
  /*width: 50%;*/
  /*bottom: 30px;*/
  /*bottom: 0px;*/
  /*right: 8px;*/
}

.download-dropdown-menu li a {
  text-decoration: none !important;
  cursor: pointer;
}

.h-result-list {
  border-left: 1px solid #666666;
  padding-left: 3px;
  font-size: 8pt;
}

.title-simple {
  overflow: hidden;
}

.title-simple > b {
  /*color: #666666;*/
}

#basemapSlider span:active{
  background-color: white;
}

#population {
  padding: 10px;
}

.jstree { 
  clear: both;
}

.jstree-contextmenu > li {
  display: block !important;
}

.jstree-default-contextmenu {
  z-index: 10000000 !important;
}

.vakata-context {
  padding: 1px !important;
  width: 200px;
}

.vakata-context li a {
  font-size: 11px;
  height: 20px !important;
  line-height: 20px !important;
  outline: 0 !important;
  white-space: normal !important;
  padding-right: 0 !important;
}

.vakata-context li > a > i{
  height: 20px !important;
  line-height: 20px !important;
  margin-left: -22px !important;
  width: 22px !important;
  float: left;
}

.vakata-context > .seperator-before {
   border-top: 1px solid #e3e3e3;
}

.vakata-context > .seperator-after {
   border-bottom: 1px solid #e3e3e3;
}

.vakata-context .vakata-context-seperator a,
.vakata-context .vakata-context-seperator a:hover {
  margin-left: 22px !important;
}

.vakata-context .IW {
  float: left;
  width: 92%;
}

.vakata-context .IW span.hotkey {
  font-size: 11px;
  color: #818181;
  font-weight: bold;
  float: right;
  display: block;
  width: auto;
  border: 0;
  background-color: inherit;
}

.vakata-context span.sc {
  text-decoration: underline;
  font-weight: normal;
  color: inherit;
  float: none;
  display: inline;
  margin: 0;
  padding: 0;
  background-color: inherit;
  border: 0;
}

.jstree-node > .legendWrapper {
  margin-left: 30px;
  padding-top: 3px;
}

.jstree-node > .sliderWrapper {
  margin-left: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#population {
  padding: 10px;
}

.jstree-default .jstree-clicked {
  background: none !important;
  box-shadow: none !important;
}

.jstree-anchor {
  font-size: 12px !important;
  display: inline !important;
}

.no_checkbox > i.jstree-checkbox {
  display: none;
}

.esriHorizontalSlider.dijitSlider .dijitSliderProgressBar {
  background: rgba(14,118,187,0.8) !important;
}
.esriHorizontalSlider.dijitSlider .dijitSliderBar {
  width: 2px;
}

.jstree-noicon {
  display: none !important;
}

.jstree-closed > .jstree-ocl {
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  font-size: 20px;
  color: #084896 !important;
}

.jstree-closed > .jstree-ocl:before {
  content: "\f0da";
}

.jstree-open > .jstree-ocl {
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  font-size: 22px;
  color: #084896 !important;
}

.jstree-open > .jstree-ocl:before {
  content: "\f0d7";
}

.esriScalebarLabel {
  color: white !important;
}

#bottomLeftPanel {
  position: absolute;
  bottom: 25px;
  left: 30px;
  display: inline-block !important;
}
#bottomLeftPanel > div {
  margin-left: 15px;
  display: inline-block ;
}
#bottomLeftPanel > div:not(#scalebar) {
  font-size: 10px;
  box-shadow: 0px 0px 3px white;
  background: white;
  padding: 2px 5px;
}
#scalebar {
  margin-right: 15px;
  vertical-align: top;
}
#bottomLeftPanel .esriScalebar {
  position: inherit !important;
  width: 100% !important;
  display: inline-block !important;
}

#mapZoomScaleContainer, #mapZoomScaleContainer > div,
#mapHoverContainer, #mapHoverContainer > div {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}

#mapHoverSelect_chosen .chosen-drop {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  top: auto;
  bottom: 25px;
  height: 90px;
}

#mapZoomScaleSelect_chosen .chosen-drop {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  top: auto;
  bottom: 25px;
  height: 140px;
}

#mapHoverImg {
  cursor: pointer;
  display: inline-block;
}
#mapZoomScaleImg {
  cursor: pointer;
  display: inline-block;
}

.show-labels {
  display: none;
}
#labelsContainer {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 10px 10px;
  border-radius: 5px;
}
#showLabels {
  font-size: 14px;
  margin-top: 5px;
}

.hidden {
  display: none !important;
}

#ui-datepicker-div, .ui-datepicker {
  z-index: 1000 !important;
}

.jstree-contextmenu li ul {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content
}

.rotate45 {
  transform: rotate(45deg);
}

#datatableContainer {
  position: absolute;
  top: 100px;
  left: 20px;
  font-size: 18px;
  color: white;
  background-color: rgba(14,118,187,0.65) !important;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
}

#edit-options {
  padding: 10px;
}

#edit-options-cont div > label{
  margin-top: 5px;
  font-size: 14px;
}
#edit-options-cont div > input{
  width: 66.66666667% !important
}
#edit-options-cont .esriFormFieldWidget.dijitColorPalette{
  padding: 0;
  float: right;
}
#edit-options-cont > div{
  padding: 5px;
  margin-right: 5px;
}

#edit-options .esriSymbolEditor .esriFormField:last {
  display: none;
}
#edit-options .esriSymbolEditor {
  height: auto !important;
  top: 0!important;
  left: 0!important;
  position: inherit!important;
}

#mapMask {
  top: 40%;
}
.loading-gif {
  height: 65px;
}

#layer-table_filter {
  margin-top: 5px;
  font-size: 12px;
}
#layer-table_length {
  float: left;  
  font-size: 12px;
}
#layer-table td {
  padding: 5px;
}
.front {
  z-index: 1111 !important
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}
/*.dataTables_scrollHeadInner table {
  width: 100% !important;
}*/

.stick-info-window .dijitTabPaneWrapper {
  overflow: auto !important;
}

.dijitTabListWrapper {
  width: 100% !important;
}

.esriSimpleSliderHorizontal .HomeButton {
  display: inline-block !important;
}

table.blue-table {
  border-collapse: collapse!important;
  font-size: 12px;
}

.blue-table thead tr {
  background-color: #4472c4 !important;
  color: #ffffff!important;
}
.blue-table thead tr th {
  background-color: #4472c4 !important;
  color: #ffffff!important;
}

.blue-table tbody tr:nth-child(odd) {
  background-color: #F2F2F2!important;
  border-bottom: 1px solid #cfcfcf!important;
}
.blue-table tbody tr:nth-child(odd):hover {
  background-color: #eaeaea!important;
}

.blue-table tbody tr:nth-child(even) {
  background-color: #ffffff!important;
  border-bottom: 1px solid #cfcfcf!important;
}
.blue-table tbody tr:nth-child(even):hover {
  background-color: #f8f8f8!important;
}

.blue-table a {
  font-weight: bold;
}