/*html, body { height: 100%; width: 100%; margin: 0; padding: 0; }
    #map{
      padding:0;
    }*/

html,body 
    {
    	height:100%;
        width:100%;
        margin:0;
    }
    
    body 
    {
        background-color:#FFF;
        overflow:hidden;
        font-family:"Roboto";
    }
    
    #map 
    {
        border:solid 1px #808775;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        margin:1px;
        padding:0px;
        width: 100%;
        height: 100%;
    }

  #layerListPane{
    	width:100%;
      height: 100%;
	}

  .details{
    font-size:14px;
    font-weight:600;
    padding-bottom:20px;
  }

  #leftPane{
    color:#000;
    width:250px;
    padding-bottom:15px;
  }
	
	#mapLegends {    
    	padding: 20px;    
        background-color: #fff;    
    }

  #search {
      display: block;
      position: absolute;
      z-index: 3;
      top: 30px;
      left: 74px;
  }
 
 #HomeButton {
 
    position: absolute;
      top: 100px;
      left: 30px;
      z-index: 50;
    }


	.esriLayer{
		background-color: #fff;
	}
	
	.esriLayerList .esriList{
	    border-top:none;
	}
	
	.esriLayerList .esriTitle {
		background-color: #fff;
		border-bottom:none;
	}
	
	.esriLayerList .esriList ul{
		background-color: #fff;
	}

	.panel_title {
		border-color: #182126;
    	color: #e2e8eb;
    	background-color: #1c262c;
    	background-image: linear-gradient(#303e46,#1c262c);
    	line-height:30px;
	}

  #titlePane
  {
    width:280px;
  }

  #measurementDiv
  {
    background-color: white;
  }

  .spotlight {
    z-index:-1;
    position:absolute;
    left:50%;
    top:50%;
    border-radius:50%;
    opacity:0;
    box-shadow:
    inset rgba(0,0,0,0.25) 0px 0px 20px 20px,
    rgba(0,0,0,0.25) 0px 0px 0px 1000px;
    transition:all 1000ms;
    -moz-transition:all 1000ms;
    -webkit-transition:all 1000ms;
  }
  .spotlight-active {
    z-index:2;
    opacity:1;
  }

  #info {
      bottom: 20px;
      color: #444;
      height: auto;
      font-family: arial;
      left: 20px;
      margin: 5px;
      padding: 10px;
      position: absolute;
      text-align: left;
      width: 200px;
      z-index: 40;
    }
    .label {
      display: inline-block;
      width: 4em;
    }

    button{
    margin:2px;
    cursor:pointer;
      /*ul 
      {
        list-style-type: none;
        margin: 0;
        padding: 0;
      }
 
      li 
      {
        float: left;
      }

      li a 
      {
        display: block;
        padding: 8px;
        background-color: #dddddd;
        font-size: 15px;
      }

      li span
      {
        margin-top: 100px;
        margin-bottom: 100px;
        margin-right: 555px;
        margin-left: 750px;
        font-size: 30px;
      }


      .sidenav 
      {
  
        z-index: 1;
        top:5px;
        left: 0;
        border: 2px solid solid;
        overflow-x: hidden;
        padding-top: 0px;
        padding-right: 50px;
        background: solid;
  
      }

      .details
      {
        background-color: white;
      }


      .sidenav a, .dropdown-btn 
      {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: inline;
        border: none;
        background: none;
        width:100%;
        text-align: left;
        cursor: pointer;
        border-radius: 5px;
      }

      .header 
      {
        padding: 1px 1px;
        background: #555;
        color: #f1f1f1;
        position: fixed;
        overflow: auto;
      }*/



.RadNavigation_Glow .rnvRootGroupWrapper {
    border-color: #182126;
    color: #e2e8eb;
    background-color: #1c262c;
    background-image: linear-gradient(#303e46,#1c262c);
}

.RadNavigation .rnvRootGroupWrapper {
    *zoom: 1;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

.RadNavigation {
    line-height: 1.42857143;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    position: relative;
    overflow: hidden;
    outline: 0;
}

 