
html,body {
  height:100%;
  width:100%;
  overflow:hidden;
  margin:0;
  padding:0;

}
/*The image specified for the body is used to apply the gradient background to the entire page*/
body {
  font-family:"helvetica neue", helvetica, arial, sans-serif;
  color:#333;
  margin:0px;
  padding:0px;
}

.HomeButton .home{
  position: absolute;
  top: 150px;
  left:20px;
  z-index: 20;
  background-color: #545454;
}
.LocateButton .zoomLocateButton {
 position: absolute;
 top:195px;
 left:20px;
 z-index: 20;
 background-color: #545454;
}
.HomeButton .home:hover{
 background-color: #CEE1EC;  
}
.LocateButton .zoomLocateButton:hover {
 background-color: #CEE1EC;
}


.notembed{
  height:98%;
  width:98%;
  margin:0 10px;
  padding:0;
}
.notembed #header{
  padding:4px;
  overflow:hidden;
}
.embed #map{
  background-color: transparent;
}
.embed .claro .dijitContentPane {
  padding:0px !important;
  margin:0px !important;
}
#header
{
  /*height is set in layout.js, createmap() function*/
  position:relative;
  padding:0px;
  overflow:hidden;
  color: #686868;
  background-color: #26c1c0;   /*#CEE1EC;*/
}

#subheader{
  overflow:hidden;
  color: #303030;  /*#686868;*/
  line-height:32px;
  vertical-align:middle;
}

#webmapTitle{
  font-family:"gill sans",helvetica,arial,sans-serif;
  color: #333;
  font-size:22px;  /*was 32*/
  font-weight:bold;
  max-width:72%;
  float:left;
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  padding-top:0px;
  margin-top:0px;
  /*margin-right:100px;*/
}
.esriPrint{
  padding:0px !important;
}
/*The main window is the box that contains the map, tools and left panel.*/
#mainWindow{
  border:solid 1px #999;
  padding:0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
#map {
  z-index: 0;
  padding:0px;
  border-right:solid 1px #999;
  border-bottom:solid 1px #999;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inner 0 0 5px #888;
  background-color:#fff;
}

/*Left pane contains a stack container with legend and webmap details*/
#leftPane {
  padding:0px;
  width:0px;
  border-right:solid 1px #999;
  z-index:1;
}
#leftPane a{
  color:#336699;
}
#leftPane2 
{
  padding:0px;
  background-color:White;
  z-index:1;
}
.dijitContentPane{
   overflow:visible;
}
#legendPanel{
/*width:100%;*/
}
#detailsPanel span,#legendPanel span{
  padding:0px;
}
#stackContainer, #stackContainer2 {
  margin:0;
}
#stackContainer, #stackContainer2 .panel_content {
  overflow-y:auto;
}
.esriScalebar{
  padding-left:15px;
}


.esriScalebarLabel, .esriScalebarLineLabel, .esriScalebarSecondNumber, .esriScaleLabelDiv  {  
  text-shadow:  
      -1px -1px 0 #fff,    
       1px -1px 0 #fff,  
       -1px 1px 0 #fff,  
       1px 1px 0 #fff;  
 }


 .esriScalebarLine, .esriScalebarMetricLine, .esriScalebarEnglishLine {
     border-color:White;
}

/*styles for the top toolbar and buttons*/
#toolbarContainer_bv{
  overflow:visible;
  width:100% !important;
  padding:0px !important;
  height:34px;
  margin:0;
  color:#fff;
  background-color:#A5A2A2;
}
/*override claro background and other props*/
#toolbarContainer_bv .dijitToolbar {
  height:100%;
  overflow: visible;
}

.claro .dijitButton .dijitButtonNode, .claro .dijitDropDownButton .dijitButtonNode, .claro .dijitComboButton .dijitButtonNode, .claro .dijitToggleButton .dijitButtonNode{
background-image:none !important;
}
.claro .dijitToolbar{
  padding:0 !important;
}

/*Measure toggle button*/
.claro .dijitToolbar .dijitButtonNode:hover {
  color:#333;
}
.claro .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode {
   color:#333;
   border-style: solid;
}
.claro .dijitToolbar .dijitButtonNode{
  color:#fff;
}

#btnRoute:enabled 
{
    background-color: #59DC75;
      -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../images/route.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  display: inline-block;
  /*height: 24px;
  width: 24px;*/
  margin: 4px 0 4px 4px;
  font:Tahoma;
    font-weight:bold;
    border: 0px;
    line-height:35px;
    vertical-align: middle;
    padding-left: 25px;
    cursor:pointer;
}

#btnRoute:disabled 
{
    background-color: #efefef;
    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../images/route.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  display: inline-block;
  height: 30px;
  /*width: 24px;*/
  margin: 4px 0 4px 4px;
  font:Tahoma;
    font-weight:bold;
    border: 0px;
    line-height:30px;
    vertical-align: middle;
    padding-left: 25px;
}

/*The top toolbar is split into three sections. */
#webmap-toolbar-left {
  float: left;
  /*Melissa...added width 10/21/14 to move measure tool away from Info tab*/
  /*width:420px;*/
}

#webmap-toolbar-center {
  float: right;   /*left*/
  /*Melissa...added width 09/30/14 to move measure tool away from Search box*/
  /*width:350px;*/
}

#webmap-toolbar-right {
  float:right;
  width:250px;  /*300*/
}

#Div1 {
  float: right;
  width:300px;
}
/*
#legendButton{
    color:#fff;
}
#detailButton{
    color:#fff;
}
#tocButton{
    color:#fff;
}
#infoButton{
    color:#fff;
}*/
/*Style for company logo added to the map*/
.logo{
  bottom:5px;
  cursor:pointer;
  position:absolute;
  right:5px;
  z-index:30;
}
.logo img{
  border:none;
}
/*Styles for the toolbar buttons*/
 .esriBasemapIcon {
  background-image: url(../images/Basemap16.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;
}
.esriLegendIcon{
  background-image: url(../images/Legend16.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin: 4px 0 4px 4px;
}
.esriDetailsIcon{
  background-image:url(../images/details.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriUseIcon{
  background-image:url(../images/find.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriBookmarkIcon{
  background-image:url(../images/bookmarks.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin: 4px 0 4px 4px;
}
.esriLayerIcon{
  background-image:url(../images/contents.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriMeasureIcon {
  background-image: url(../images/Measure_Area16.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;
}
.esriLinkIcon{
  background-image: url(../images/LinkTo16.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;
}
.esriPrint .dijitComboButton .dijitIcon{
  background-image:url(../images/genericprint.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriPrintIcon{
  background-image:url(../images/genericprint.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriPrint{
  display:inline-block;


}
 .claro .dijitComboButton:hover{
   color:#333;
   background-color: #E2EBF2;
}
.esriLoadingIcon{
  background-image:url(../images/loading_black.gif);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriTimeIcon{
  background-image: url(../images/timer.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriEditIcon{
  background-image: url(../images/edit_20x20.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;
}

.esriEraseIcon{
  background-image: url(../images/erase.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;
}

.esriRouteIcon{
  background-image: url(../images/route.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 4px 0 4px 4px;
}

/*.simpleGeocoder { 
    display: block; 
    width: 100%; 
    margin: 0; 
    background: #fff; 
    border: 1px solid #57585A; 
    border-left: 0; 
    -webkit-border-radius: 0 5px 5px 0; 
    border-radius: 0 5px 5px 0; 
} */


.simpleGeocoder input { 
    outline: 0; 
    display: block; 
    border: 0; 
    border-collapse: collapse; 
    vertical-align: middle; 
    font-size: 8px; 
    font-style: italic;
    font-weight:bold;
    line-height: 16px; 
    margin: 0; 
    padding: 7px 0; 
    float: left; 
    color: #444; 
    background: none; 
    /*margin: 0 6px 0 0; */
    width: 220px; 
} 

.twitterIcon {
  background-image: url(../images/twittersm.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.emailIcon {
  background-image: url(../images/email.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.facebookIcon {
  background-image: url(../images/facebook.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
/*style for the print link*/
.esriPrintout{
  color:#fff;
}
/*styles for the share dropdown menu items*/
.iconLink{
  text-decoration:none;
  border: 0 none;
  color:#333;
}
 td.dijitMenuItemIconCell,td.dijitMenuItemLabel{
  padding:5px 5px !important;
 }
.dijitMenuItem{
  padding:10px 10px !important;
}
/*change the default arrow used by the basemap dropdown button from black to gray*/
.claro .dijitSelect .dijitArrowButtonInner {
  background-image: url("../images/buttonArrows.png"); 
  background-position:-152px 53%;
  background-color:#6788a2;
}
/*Use a white arrow for the dropdown*/
.claro .dijitArrowButtonInner {
  background-image: url("../images/buttonArrows.png");
  background-position:-53px 53% !important;
}
/*Use a white arrow for the basemap, bookmarks and share dropdown buttons*/
/*#basemapBtn_label + span, #shareButton_label + span, #bookmarkButton_label + span,#layerBtn_label  + span{
  background-position:-53px 53%;
}*/
/*Styles for the links to Esri and ArcGIS.com*/
#nav {
  float:right;
  position:absolute;
  right:10px;
  top:10px;
  height:100%;
}
#nav a:link,
#nav a:visited{
  padding:5px 5px 4px 5px;
  color:#666;
  text-decoration:none;
}
#nav a:hover{
  text-decoration:underline;
  color:#444;
}
#nav ul{
  padding:bottom:5px;
}
#nav li {
  display:inline;
  padding:0;
  margin:0;
}

#basemapGallery, #basemapGallery2 {
  z-index: 1;
  position:relative;
  overflow: auto !important;
  background-color: #FFF;
  border: 1px solid #ccc;
}
#layerMenu{
  background-color: #FFF !important;
  border: 1px solid #ccc !important;
}
.menuIcon{
  width:16px;
  height: 16px;
}
.claro .dijitMenu{
  border: none;
}
/*Border for the overview map*/
.esriOverviewMap.ovwTR .ovwContainer { 
  border-bottom: 2px solid #999 !important;
  border-left: 2px solid #999 !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-bottom-left-radius: 4px !important;
  padding: 0 !important;
}

 /*CSS Styles for the measurement widget floating panel*/
#floater {
   top:0px;
   left:50px;
   overflow:hidden;
   background-color:#fff;
   border: solid 1px #999;
   border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px; 
  padding:0px !important;
} 

#geofloater {
   top:0px;
   left:50px;
} 

.dojoxFloatingPaneContent{
  font-family:"helvetica neue", helvetica, arial, sans-serif;
  font-size:9pt;
  font-weight:bold;
  padding-bottom:4px;
}
.dojoxFloatingPaneTitle{
  color:#fff;
  font-family:"helvetica neue", helvetica, arial, sans-serif;
  font-size:12pt;
  font-weight:bold;
  width:98%;
  padding-left:2px;
}

/*Styles for the time slider floating window*/
#timeFloater {
  position:absolute;
  top:30px;
  left:0px;
   overflow:hidden;
   background-color:#fff;
   border: solid 1px #999;
   border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px; 
  padding:0px !important;

} 
.timeLabel{
   text-align:center;
   padding:20px;
}

#measureDiv{
  padding:2px !important;
}
#measureTool{
  width:214px;
}


/*remove the botttom border from the measurement tools result label*/
.resultLabel{
  border-bottom:none !important;
  font-family:"helvetica neue", helvetica, arial, sans-serif;
}



/*slider customizations*/
.esriSimpleSliderVertical .esriSimpleSliderIncrementButton ,.esriSimpleSliderVertical .esriSimpleSliderDecrementButton  {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 0.25em #BBBBBB;
}

.esriSimpleSlider {
  border: none !important;
  background-color:transparent !important;
  color:#fff !important;
  box-shadow:none !important;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
}
.esriSimpleSliderIncrementButton {
  margin-top:40px;
  margin-bottom:10px;
}

.esriSimpleSliderDecrementButton {
	margin-top:0px;
}

.arcgisSearch .searchGroup .searchInput {
	width:150px;
}

/*Styles for the search box (find address or place)*/
.esriGeocoderResultsOpen .esriGeocoderContainer{
  position: relative;
  z-index:1;
}
.simpleGeocoder .esriGeocoderResults{
  color:#333;
}
.simpleGeocoder .esriGeocoderResult{
  color:#333;
}
.simpleGeocoder{
  top:0;
  vertical-align: top;
  line-height: 30px;
  position: relative;
}
.arcgisTheme .esriGeocoder {
  border-radius:2px;
  border: solid 1px #fff;
}
.arcgisTheme .esriGeocoder input {
  font-style: italic;
  color: #333;
}
/*Specify font for the popup window*/
.esriPopup{
  font-family:"helvetica neue",helvetica,arial,sans-serif;
}

/*.esriPopup .pointer.top {
  background-position: 0 -616px;
}
.esriPopup .pointer.topLeft {
  left: 0px; top: -43px; background-position: 0 -525px; width: 51px; height: 45px;
}

.esriPopup .pointer.topRight {
  right: 0px; top: -43px; background-position: 0 -707px; width: 51px; height: 45px;
}*/
/*Define styles for the close button on the measure window panel*/
#closeBtn{
  position:absolute;
  top:1px;
  right:4px;
}
#closeBtn img{border:none;}

.esriBookmarkItem{
  cursor:pointer;
}
.esriBookmarkItem:hover{
  background-color:#CEE1EC;
}

.esriTemplatePicker .tooltip{
    display:none;
}

.esriDrawingToolbar{
    position:absolute;
    top:0px;
    right:0px;
    left:0px;
    border:none !important;
    margin-bottom:40px;

}
#bookmarkView{
  width: 100%;
  max-height: 448px;
  z-index: 1;
  overflow: auto !important;
  background-color: #fff;
  border: 1px solid #ccc;
}

/*Template picker styles*/
#editDiv{
  clear:both;
  display:block;
}
.toolbar.templatePicker{
    position: absolute;
    top:20px;
}
.templatePicker {
  border:none;
  padding: 0;
  margin:3px;
}

.templatePicker .grid .groupLabel{
  font-weight:bold !important;
  padding:0px;
}
#editPanel{
  padding:0px !important;
}
#editDiv{
  padding-right:4px;
}
.templatePicker .grid .dojoxGridRow {
    border-bottom-color: #ccc;
    border-top-color: #ccc;
}
.templatePicker .grid  .selectedItem {
  border: 1px solid #999 !important;

}
#editDiv.dojoxGrid .grid{

}

#geocodeOtherResults{
  padding: 10px 0 6px 0;
}

.customMenuPopup{
  overflow-y:auto !important;
}

.pkgIcon {
    background-image: url("../images/mncppc-logo.gif");        
    width: 20px;        
    height: 20px;    
}

.devIcon {
  background-image: url(../images/icon-devplans3.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;    
}

.help 
{
    cursor: help;
    text-decoration:underline;
}
.help:hover
{
    color: Blue;
}

.formlabel {
    
    -webkit-column-span: all;
    -moz-column-spam: all;
    background-color: #c4dfe9;
    
}

.table-data-fixed {margin:0; padding:0; border-collapse: collapse; }
.table-data-fixed { margin: 1em 0;	padding:0.5em 0; border-collapse: collapse;}
.table-data-fixed td, .table-data-fixed th, .table-data-fixed tr {padding:0.2em 0.5em;}
.table-data-fixed td {padding: 0.3em 0.8em; margin: 0; border: #c4dfe9 1px solid; color:#316279;line-height:1.4em;}  
.table-data-fixed tr {margin: 0; padding: 0;font-weight:normal; font-size:0.9em; line-height:1em; color: #333; border: #c4dfe9 1px solid; }  
.table-data-fixed tr {margin: 0; padding: 0; font-weight:normal; font-size:0.9em; line-height:1em; color: #444444;}
.table-data-fixed td {padding: 1px 2px 1px 8px; margin: 0; border: #c4dfe9 1px solid; color: #444444; line-height:1.4em;}
.table-data-fixed tbody tr td, .table-data-fixed > tr td {font-size:0.9em; color:#666; /*text-align:right;*/ padding: 0.3em 0.8em; background-color: white; }
.table-data-fixed th {font-size:1em; background-color: #DCEAF1; color:#316279;}
.table-data-fixed tbody th, .table-data-fixed > tr th {font-size:0.95em; font-weight: normal; background-color: #DCEAF1; color:#316279; text-align:left;}

.tab-data-fixed-table {margin:0; padding:0; border-collapse: collapse; }
.tab-data-fixed-table { margin: 1em 0;	padding:0.5em 0; border-collapse: collapse;;}
.tab-data-fixed td, .table-data-fixed th, .table-data-fixed tr {padding:0.2em 0.5em;}
.tab-data-fixed-valueCell {padding: 0.3em 0.8em; margin: 0; border: #c4dfe9 1px solid; color:#316279;line-height:1.4em;}  
.tab-data-fixed tr {margin: 0; padding: 0;font-weight:normal; font-size:0.9em; line-height:1em; color: #333; border: #c4dfe9 1px solid; }  
.tab-data-fixed tr {margin: 0; padding: 0; font-weight:normal; font-size:0.9em; line-height:1em; color: #444444;}
.tab-data-fixed-labelCell {padding: 1px 2px 1px 8px; margin: 0; border: #c4dfe9 1px solid; color: #444444; line-height:1.4em;}
.tab-data-fixed tbody tr td, .table-data-fixed > tr td {font-size:0.9em; color:#666; /*text-align:right;*/ padding: 0.3em 0.8em; background-color: white; }
.tab-data-fixed th {font-size:1em; background-color: #DCEAF1; color:#316279;}
.tab-data-fixed tbody th, .table-data-fixed > tr th {font-size:0.95em; font-weight: normal; background-color: #DCEAF1; color:#316279; text-align:left;}


/*! jQuery-ui-Slider-Pips - v1.11.1 - 2015-11-30
* Copyright (c) 2015 Simon Goellner <simey.me@gmail.com>; Licensed MIT */

/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em;
}

/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none;
}

/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}

/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default;
}

/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%;
}

/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
}

/* make it easy to see when we hover a label */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  /*color: black;*/
  font-weight: bold;
}

/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 2em;
}

/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 20px;
  margin-left: 0;
  margin-bottom: -0.5em;
}

/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 20em;
}

/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
  outline: none;
}

/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  top: -40px;
  display: block;
  width: 34px;
  margin-left: -18px;
  left: 50%;
  height: 20px;
  line-height: 20px;
  background: white;
  border-radius: 3px;
  border: 1px solid #888;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  color: #333;
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms;
}

/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms, 200ms, 0ms;
  transition-delay: 200ms, 200ms, 0ms;
}

/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px;
}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal;
}

/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}

/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #888;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5px;
}

/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: white;
  top: -10px;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #888;
  top: -11px;
}

/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: 34px;
  margin-left: 0px;
  left: -60px;
  color: #333;
  -webkit-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms;
}

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  left: -50px;
}

/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px;
}

/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: white;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -10px;
  margin-left: 0;
  top: auto;
  left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #888;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -11px;
  margin-left: 0;
  top: auto;
  left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: white;
  right: auto;
  left: -10px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #888;
  right: auto;
  left: -11px;
}

/* SELECTED STATES */
/* Comment out this chuck of code if you don't want to have
        the new label colours shown */
.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: normal; /*bold;*/
  color: black;   /*#14CA82;*/
}

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897C9;
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #FF7A00;
}

.ui-slider-pips .ui-slider-pip-inrange {
  color: black;
}

.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #E70081;
}

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: black;
}

.slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
  background-color: #25daa5; }
  
.slider2 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
  background-color: #25daa5;
   }

.slider2 
{
    z-index:1000;  /*10500*/
    position:absolute;
}

#vertical-slider {
    height: 300px;
    margin-left: 30px;
}


.ui-slider-pip .ui-slider-label[data-value="7"] { color: #E60000; font-size:14px}  /*#ff4c4c*/
.ui-slider-pip .ui-slider-label[data-value="6"] { color: red;font-size:14px }  /*#ed6b25*/
.ui-slider-pip .ui-slider-label[data-value="5"] { color: orange; font-size:14px }  /*#f7f733*/
.ui-slider-pip .ui-slider-label[data-value="4"] { color: #EDD103; font-size:14px }  /*#8beb3a*/
/*.ui-slider-pip .ui-slider-label[data-value="3"] { color: green; font-size:14px }*/  /*#3be240*/
.ui-slider-pip .ui-slider-label[data-value="3"] { color: red;font-size:14px }  /*#ed6b25*/
.ui-slider-pip .ui-slider-label[data-value="2"] { color: #000CFF; font-size:14px }  /*#46dbce*/
.ui-slider-pip .ui-slider-label[data-value="1"] { color: #00C5ff; font-size:14px }  /*#6dccff*/

/*.ui-slider-pip[data-value="1"] { color: #ff4c4c; }
.ui-slider-pip[data-value="2"] { color: #ed6b25; }
.ui-slider-pip[data-value="3"] { color: #f7f733; }
.ui-slider-pip[data-value="4"] { color: #8beb3a; }
.ui-slider-pip[data-value="5"] { color: #3be240; }
.ui-slider-pip[data-value="6"] { color: #46dbce; }
.ui-slider-pip[data-value="7"] { color: #6dccff; }*/

/************************************************************/

.stresstitle 
{
    color:White;
    font-weight:bold;
    font-size:13px;
    /*margin-left:5px;*/
    width:275px;
    text-align:center;
}

.slidersub 
{
    font-size:12px;
    color:Black;
    display:inline-block;
    padding-top:4px;
}

/*********************************************************/

/*.leftPane 
{
    width:300px;
    height:1000px;
}*/

.desc2 {
  padding: 0px;
  position:relative;
  z-index:10;
  color: #ffffff;
  overflow:scroll;
  /*background-color: #fff;*/
 }

.bottomDiv{
   position:relative;
   top:15px;
   left:0px;
}

.vids 
{
    padding-bottom:8px;
    width:275px;
    /*height:230px;*/
}

.rightDiv{
   position:absolute;
   right:15px;
   top:0px;
}

.leftDiv{
   position:absolute;
   left:5px;
   top:0px;
}

/* 2.Styles for splash screen*/

.divSplashScreenContainer  /*covers entire screen*/ 
{
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.65);
    -pie-background: rgba(0,0,0,0.65);
    /*background: rgba(255,255,255,0.95);
    -pie-background: rgba(255,255,255,0.95);*/
    behavior: url("styles/PIE.htc");
    position: absolute;
    z-index: 100003;
    width: 100%;
    height: 100%;
}
.divSplashScreenContent
{
    z-index: 100003;
    background-color: #3F9A95;   /*was black...splash image bg color - #3F9A95;*/
    text-align: left;
}

.divSplashScreenDialogContent
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 10px #fff;
    -o-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    behavior: url("styles/PIE.htc");
}

.divSplashContainer
{
    overflow: hidden;
    position: relative;

}

.divSplashContent
{
    padding-left: 0px; /*10px*/
    overflow: hidden;
    width: 100%;  /*90%*/
}

.tdPad 
{
    padding-bottom:10px;
}

.customButton
{
    border: none;
    color: #fff;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#454545)) !important;
    background: -moz-linear-gradient(top, #888, #454545) !important;
    background: -o-linear-gradient(#888, #454545) !important;
    background: linear-gradient(#888, #454545) !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.customButtonInner
{
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#888888', endColorstr='#454545');
    width: 100%;
    height: 100%;
    font-size:12px;
}

/*---------------------------------------------------------------------------------------------------------*/
/* 3.animations */

.showContainer
{
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
    transition: All 0.5s ease-in;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hideContainer
{
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
    transition: All 0.5s ease-in;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.opacityHideAnimation
{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s ease-in;
    -moz-transition: visibility 0s linear 0.5s, opacity 0.5s ease-in;
    -o-transition: visibility 0s linear 0.5s, opacity 0.5s ease-in;
    transition: visibility 0s linear 0.5s, opacity 0.5s ease-in;
}

/* 9.Styles for custom scrollbar*/

.scrollbar_track
{
    position: absolute;
    right: 0;
    top: 4px;
    background-color: transparent;
    cursor: default;
    display: block;
}

.scrollbar_handle
{
    position: relative;
    width: 8px;
    background-color: gray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.9;
    -moz-opacity: 0.9;
    cursor: default;
    behavior: url("styles/PIE.htc");
}

.request_scrollbar_container
{
    height: 354px;
    position: relative;
}

.request_scrollbar_content
{
    overflow: hidden;
    height: 350px;
}

.user_scrollbar_container
{
    height: 69px;
    position: relative;
}

.user_scrollbar_content
{
    overflow: hidden;
    height: 65px;
}
/*---------------------------------------------------------------------------------------------------------*/

.esriPopup .titlePane {
  background-color: #444444;
  color: #FFFFFF;
  line-height: 24px;
  font-weight:bold;
  font-size: 12px;
  padding-left: 6px;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  cursor: default;
}

#map .arcgisSearch .searchGroup {
    position: absolute;
    left: 20px;
    top: 10px;
    z-Index: 999;
}



/*#btnPoint,#btnClear {
	-webkit-transition: background-color 0.2s linear;
	border-radius:4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	background-color: #E4F2FF;*/   /*#E4F2FF;*, #82BAEE/
	background-image: url("//ajax.googleapis.com/ajax/libs/dojo/1.7.4/dijit/themes/claro/form/images/button.png");
	background-position: center top;
	background-repeat: repeat-x;
	border: 1px solid #769DC0;
	padding: 2px 8px 4px;
	font-size:1em;
}

#btnPoint:hover,#btnClear:hover {
	background-color: #AFD9FF;
	color: #000000;
}

#app-load-screen {
    position: fixed;
    background-color: #ededed;
    height: 10%;
    width: 30%;
    z-index: 900;
    font-size:20px;
    top:100px;
    right:200px;
    color:Black;
}

#loader {
    position: fixed;
    top: 50%;
    right: 50%;
}