html, body, #mapDiv {
	font-family: 'Open Sans', sans-serif;
	font-size: 11.5pt;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #5796CE;
}

::selection {
	background: #5796CE; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #5796CE; /* Gecko Browsers */
}

/* HEADER */
.header {
	background-color: rgba(30, 115, 190, 0.75);
	display: inline-block;
	height: 46px;
	padding-top: 10px;
	position: fixed;
	width: 100%;
	z-index: 2;
}
#logo {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: top;
}
.header img {
	/*height: 34px;	*/
}
.title{
	color: #fff;
	display: inline-block;
	position: relative;
}
#title{
	font-size: 16pt;
	font-weight: bold;
	display: block;
	top: -10px;
}
#subtitle{
	display: block;
	font-size: 9.5pt;
	/*padding-left: 5px;*/
    top: -12px;
}

#searchWrapper{
	color: #fff;
	display: inline-block;
	float: right;
	vertical-align: top;
	padding-right: 20px;
}
#searchWrapper i{
	margin: 5px;
}
#searchWrapper a{
	color: #fff;
	cursor: pointer;
	font-size: smaller;
}
#searchWrapper .dijitReset{
	color: #000000;
}

/* MAP */
#mapDiv {
	height: 100%;
	width: 100%;
	top: 0px;
	position: fixed;
}
.map .logo-med {
	display: none;
}
#locateBtn{
	left: 12px;
    position: absolute;
    top: 84px;
    z-index: 2;
}
#homeBtn{
	left: 12px;
    position: absolute;
    top: 124px;
    z-index: 2;
}
.esriSimpleSliderTL {
    left: 12px;
    top: 12px;
}
#basemapToggle{
	background-color: rgba(255, 255, 255, 0.8);
	border: solid 1px #D0D0D0;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	position: fixed;
	bottom: 26px;
	right: 12px;
	text-align: center;
	z-index: 2;
}
#basemapToggle img{
	height: 60px;
	margin-bottom: -5px;
}

/* PROJECT LIST SIDEBAR */
#projectListWrapper{
	height: 100%;
	left: 12px;
	position: fixed;
	top: 76px;
	width: 320px;
	z-index: 2;
}
#projectListHeader{
	background-color: rgba(30, 115, 190, 0.75);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
#projectListHeader i{
	margin: 5px;
}
#projectListWrapper ul {
	background-color: #fff;
	border: 1px solid #D0D0D0;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.25);
	list-style: none;
	padding: 0px;
	margin: 0px;
	max-height: calc(100% - 140px);
	min-height: 43px;
	opacity: 0.8;
	overflow-y: auto;
}
.projectli{
	border-bottom: solid 1px #DDDDDD;
	transition: all 0.3s ease;
}
.contentholder{
	padding: 5px;
}
.icon{
	float: left;
	padding: 5px;
}
.liheader{
	font-weight: bold;
	height: 47px;
}
.liinfo{
	font-weight: normal;
	font-size:smaller;
}
.noprojects{
	padding-left: 4px;
	padding-top: 4px;
}
.lihighlight2040{
	transition: all 0.3s ease;
	background-color: rgba(190, 190, 190, 0.75);
	border-left: solid 5px #FF8200;
	cursor: pointer;
}
.lihighlighttip{
	transition: all 0.3s ease;
	background-color: rgba(190, 190, 190, 0.75);
	border-left: solid 5px #676767;
	cursor: pointer;
}

/* SEARCH FILTERS PANEL */
#searchOptionsWrapper{
	right: 12px;
	position: fixed;
	top: -250px;
	z-index: 2;
	transition: all 0.5s ease;
}
#searchOptionsHeader{
	background-color: rgba(30, 115, 190, 0.75);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: bold;
	padding: 8px;
}
#searchOptionsHeader i{
	margin: 5px;
}
#searchOptionsCloseBtn{
	cursor: pointer;
	float: right;
}
#searchOptionsWrapper ul {
	background-color: #fff;
	border: 1px solid #D0D0D0;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.25);
	font-size: 11pt;
	list-style: none;
	padding: 0px;
	margin: 0px;
	opacity: 0.8;
}
#searchOptionsWrapper li{
	border-bottom: solid 1px #DDDDDD;
	padding: 5px;
}
#searchOptionsWrapper li span{
	padding-right: 5px;
}
#searchOptionsWrapper li td{
	text-align: left;
}
#searchOptionsWrapper li td img{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* EJ LAYER SELECT */
#layerWrapper{
	right: 12px;
	position: fixed;
	top: 66px;
	z-index: 2;
	transition: all 0.5s ease;
}
#layerHeader{
	background-color: rgba(30, 115, 190, 0.75);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: bold;
	padding: 8px;
}
#layerHeader i{
	margin: 5px;
}
.layerContent {
	background-color: #fff;
	border-right: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.25);
	font-size: 11pt;
	list-style: none;
	padding: 5px;
	margin: 0px;
	opacity: 0.8;
}
.borderbottom{
	border-collapse: collapse;
	border-bottom: solid 1px #DDDDDD;
}

/* POPUP */
.esriPopup .esriPopupWrapper {
    border-radius: 5px;
    box-shadow: 0 0 0.75em #777777;
    background-color: #fff;
}
.esriPopup{
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	z-index: 1 !important;
}
.esriPopup .titleButton.maximize {
	display: none;
}
.esriPopup .titlePane {
  background-color: #FF8200;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 8px 12px;
  padding-right: auto;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  cursor: default;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
}
.esriPopup .contentPane{
	font-size: 13px;
	background-color: #fff;
}
.esriPopup .pointer, .esriPopup .outerPointer, .esriPopup .pointer.top  {
  background:#FF8200;
}
.contentPane li {
	margin-left: 15px;
}

/* dialog */
.dialog{
	max-width: 650px;
}
.dialog h4{
	margin: 0;
    padding: 5px;
}
.dialog img{
	position: relative;
    top: 5px;
}
