/* import custom esri styles*/
/* @import url("esri/SimpleZoomSlider.css"); */
/* @import url("esri/MapPopup.css"); */
/* @import url("esri/BasemapGallery.css"); */


/* Branding color(s): blue: #0197D6 */

.claro .dijitDialog {
	max-width:520px;
	border: 0;
}
.claro .dijitDialogTitle {
	color: white;
}
	.claro .dijitDialog .dijitDialogPaneContent {
		color:#666;
	}

.dojoxDialog.dijitDialog {
	border: 0;
	padding: 0;
}
	.claro .dijitDialogTitleBar,
	.dojoxDialog.dijitDialog .dojoxDialogTitleBar {
		background: #0197D6;
		background: -moz-linear-gradient(top, rgba(1,151,214,1) 0%, rgba(1,139,193,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,151,214,1)), color-stop(100%,rgba(1,139,193,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* W3C */
		border-radius: 4px 4px 0 0;
		color: white;
		padding: 4px;
	}


/* datagrid */
.claro .dojoxGrid {
	font-family:inherit;
}
.claro .dojoxGrid table {
	border-collapse: collapse;
}
.claro .dojoxGridHeader,
.claro .dojoxGrid th {
   
    background: #f5f5f5 !important; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%) !important; /* W3C */
    *
    padding: 4px 8px;
  }
.claro .dojoxGrid {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  border:0;
  border-top:3px solid #0197D6;
  background: #FCFCFC;
	margin: 10px 0;
}
.claro .dojoxGridHeader {
	margin-top: -1px;
}

.claro .dojoxGridMasterHeader .dojoxGridCellOver {
  color: #333333;
  text-decoration: none;
  background: #e6e6e6 !important;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.claro .dojoxGridMasterHeader .dojoxGridCellFocus {
  color: #333333;
  text-decoration: none;
  background-image: none;
  background: #e6e6e6 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.claro .dojoxGrid,
  .claro .dojoxGrid .dojoxGridScrollbox,
  .claro .dojoxGrid .dojoxGridScrollbox .dojoxGridRow{
    background:transparent
  }
.claro .dojoxGridRowTable {
  border:0
}
.claro .dojoxGridRow,
.claro .dojoxGridHeader .dojoxGridCell {
  border-color:#DDD
}
.claro .dojoxGridRow:last-child {
  border-bottom:0
}

.claro .dojoxGridCell {
  border:1px solid transparent;
  padding:8px 4px ;
	font-size: 12px;
}
  .claro.dojoxGridCell.dojoxGridCellOver {
    border-width:1px
  }
  .claro .dojoxGridCell.dojoxGridCellFocus {
    border-bottom-style:solid
  }
  .claro .dojoxGridCell .btn {
    padding:4px;
    line-height:18px;
    margin-right:5px
  }
.claro .dojoxGridArrowButtonChar {
  float:right;
  margin-right:4px
}
.claro .dojoxGridMasterView .dojoxGridCell.dojoxGridCellOver,
.claro .dojoxGridRow.dojoxGridRowOver .dojoxGridCell {
    background:#EBEBEB;
    border-color:transparent
  }
.claro .dojoxGridMasterView .dojoxGridCell.dojoxGridCellFocus,
.claro .dojoxGridRow.dojoxGridRowSelected .dojoxGridCell {
    background:#0197D6;
    border-style:solid;
    border-width:1px;
    color:white;
    text-shadow:none
  }

/*  */
.report-table-outer {
	width: 460px;
	height: 330px;
	padding: 0;
	margin: 0 auto;
}

/* Map Popup */
.esriPopup {
	font-family: inherit;
}
	.esriPopup .titlePane,
	.esriPopup a {
		background-color: #0197D6;
		background: -moz-linear-gradient(top, rgba(1,151,214,1) 0%, rgba(1,139,193,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,151,214,1)), color-stop(100%,rgba(1,139,193,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* W3C */
		color: white;
	}
.esriPopup .actionsPane {
    display: none;
}
.esriPopup .titleButton.prev,
.esriPopup .titleButton.next,
.esriPopup .titleButton.maximize,
.esriPopup .titleButton.close {
    height: 16px;
    width: 16px;
		margin: 5px 2px;
		opacity:1;
}
.esriPopup a {
	border-radius: 4px 0 0 4px;
	border-right: 1px solid #0187BC;	
	display: inline-block;
	margin: 5px 0 0;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
}
	.esriPopup a:last-child {
		border-left: 1px solid #0197D6;
		border-radius: 0 4px 4px 0;
		border-right: 0 none;
		margin-left: -12px;
	}

	.esriPopup a:hover,
	.esriPopup a:active {
		background-color: rgb(1,139,193);
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.esriViewPopup .mainSection .attrTable td {
	font-size: 12px;
}
/* Geocoder */

.simpleGeocoder .esriGeocoder {
	background-color: #FFFFFF;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.simpleGeocoder .esriGeocoderContainer {
	width:auto;
}

/* dojo buttons */

.dijitToggleButton, .dijitButton, .dijitDropDownButton, .dijitComboButton {
    margin: 1px;
}
.claro .dijitSelect .dijitArrowButton {
	padding: 12px 8px;
}
.claro .dijitButton.search-button .dijitButtonNode {
	padding: 7px 8px;
	border-radius:0 4px 4px 0;
	margin-left:-6px;
}
	.claro .dijitButton.search-button .dijitButtonNode .dijitButtonContents {
		background: url('theme/claro/form/images/glyphicons-halflings.png') -48px 0 no-repeat;
		height: 14px;
    width: 14px;
	}
	.claro .dijitButton.clear-button .dijitButtonNode {
	padding: 7px 8px;
	border-radius:0 4px 4px 0;
	border-radius: 4px;
}
	.claro .dijitButton.clear-button .dijitButtonNode .dijitButtonContents {
		background: url('theme/claro/form/images/glyphicons-halflings.png') -312px 0 no-repeat;
		height: 14px;
    width: 14px;
	}
/* mobile tab bar */
.mblTabBarSlimTab {
	background-color: #0197D6;
	background: -moz-linear-gradient(top, rgba(1,151,214,1) 0%, rgba(1,139,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,151,214,1)), color-stop(100%,rgba(1,139,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(1,151,214,1) 0%,rgba(1,139,193,1) 100%); /* W3C */
	border: 0;
	padding: 3px 3px 0 3px !important;
	height: 31px;
	box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.15) inset;
}
	.mblTabBarSlimTab .mblTabBarButton {
		border-right:0;
		padding: 7px 0;
		width:50%;
		font-family: inherit;
		background:transparent;
	}
		.mblTabBarSlimTab .mblTabBarButton:first-child {
			border-left: 0;
		}
	.mblTabBarSlimTab .mblTabBarButtonSelected {
		background: white;
		background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 10%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(10%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 10%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 10%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 10%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 10%); /* W3C */
		border-radius: 4px 4px 0 0;
		box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
		border-top: 1px solid #F3F3F3;
		color: #0197D6;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	}

	/* bookmark */
	.esriBookmarks {
    border-color: #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px #EEEEEE inset;
    padding: 5px;
    width: auto;
}
.esriBookmarkLabel {
	font-family: inherit;
}
.esriBookmarkTable {
	width: auto;
	margin: 0 auto;
}
.esriBookmarkItem {
	width:240px;
	padding: 4px;
	position: relative;
}
.esriBookmarkEditBox {
	position: absolute;
	top: 4px !important;
	left:4px !important;
}
.esriAddBookmark {
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A4A4A4;
	padding: 4px 12px;
	width:150px;
	line-height:20px;
	margin:10px auto;

  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*
}
.esriAddBookmark:hover {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.claro .dijitDialogUnderlay {
	opacity:0.1;
}

.claro #typechoices .dijitButton {
	margin: 0;
	position: relative;
    z-index: 2;
}

/*.claro #typechoices .dijitButton .dijitButtonNode {
	-webkit-border-radius: 0 4px 4px 0;
	   -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0; 
}

.claro #typechoices .dijitButton:first-child .dijitButtonNode {
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px; 
}*/

.claro #typechoices .dijitButton .dijitButtonNode {
	color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(100, 100, 100, 0.6);
	background: transparent;
	box-shadow: none;
	border: 0 none;
}

.claro #typechoices .dijitButton.checked .dijitButtonNode {
	color: #0197D6;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.dijitTree {
	overflow: hidden;
}

.claro .dijitTreeRowHover,
.claro .dijitTreeRowActive,
.claro .dijitTreeRowSelected {
	color: #000;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	border-color: transparent;
}