@import url(https://fonts.googleapis.com/css?family=Signika:700,600,400);

html, body {
	height: 100%;
}

img { 
	vertical-align:middle;
}

#logo {
	width: 50px;
	height: 50px;
	vertical-align: middle;
}
#title p {
	display: inline-block;
	font-style: bold;
	color: #A3D8E2;
	z-index: 9999;
}

select{
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
    border: medium none;
    width: 130px;
}


/* General styles */
body, textarea{font-family: 'Signika', sans-serif; font-size:14px; color:#000000;}
body {
	position: relative;
	z-index: 1;
	overflow: hidden;

}
label {
	display:block;
 	font-weight: 600;
 	font-size: 16px;
    max-width: 90%;
}

h4 {
	font-size: 14px;
}

a:hover {
	color: #E4D9D4;
}

/* selected link */
/*a:active {
    color: blue;
}*/

p a {
    color: blue;
}

a:link {
    color: blue;
}

/* visited link */
/*a:visited {
    color: green;
}*/

/*breaks long URLs*/
.dont-break-out p a { 

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;

  /* standard word break */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}


body #map-div {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right: 87px;  
}

.modal-header {
    background-color: #f1f9fc;
    background-image: url("../assets/img/buffer_banner.JPG");
    border-bottom: 1px solid #eeeeee;
    height: 120px;
    /*padding: 5px;*/
}

input[type="text"]{
    border: medium none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
    padding: 8px 7px;
    color: #444;
    font-size: 15px;
}


.aside-row {
    margin-bottom: 15px;
}

/* map div */
#map
{
width:100%;
height:100%;
margin:0px;
position:absolute;
z-index:-1;
overflow:hidden;
}

#scrollable .modal-body p{
	overflow-y: auto;
}

/* Right Navigation*/
nav {
	background-color: #001A32;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	width: 90px; 
	height: 100%;
	-moz-box-shadow: -3px 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: -3px 0 3px rgba(0,0,0,0.5);
	box-shadow: -3px 0 3px rgba(0,0,0,0.5);
	min-height: 630px;
	overflow: auto;
}

nav a {
	color: #A3D8E2;
	font-size: 16px;
	display: block;
	padding: 15px 5px 15px 0;
	text-align: center;
	overflow: auto;
	
}

nav a.last {
	
	background-color: #000000;
	color: #e4d9d4;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 10px;
	width: 87px;
}


nav a:hover, nav a:hover i, nav li.ui-tabs-active a i {
	color: #FFFFFF !important;
	cursor: pointer;
	cursor: hand;
	color:white;
}


#main-nav .aside-content {
	position: absolute;
	padding-left: 20px;
	z-index: 999;
	top: 0;
	right: 90px;
	height: 100%;
	width: 350px;
	background-color: #b1c0cd;
	-webkit-box-shadow: -7px 7px 24px -3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -7px 7px 24px -3px rgba(50, 50, 50, 0.75);
	box-shadow:         -7px 7px 24px -3px rgba(50, 50, 50, 0.75);
}


#main-nav .aside-content .aside-inner {
	padding-top: 10px;
	padding-right: 10px;  
	height:100%;
	position:relative;
	z-index:-1;
	overflow-y: auto;
}

.infobuttons button{
  margin: 10px;
 }


 #downloadIcon .glyphicon:hover, .glyphicon:focus {
   	color: #00cc00;
   	cursor: pointer;
 }


/* Search Tab */
#search-tab button.btn { 
	height: 33px; 
	vertical-align:middle;
	position: relative;
	top: -2px;
	margin-left:2px;
}

.searchInput{
	width: 230px;
	height:32px;
}
.signup {
    width: 274px;
    height:32px;
    margin-bottom:3px;
}
.twp {
    border: medium none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
    padding: 1px 1px;
    width: 74px;
    height:32px;
    margin-bottom:3px;
}
.twpdir {
    width: 22px;
    margin-left:22px;
}
.searchtable{
	height:150px; 
	width:92%;
	overflow-y:auto;
	display:none;
	padding-top:5px;
	z-index: 1;
}


/* table style */

table {
	border-collapse:collapse; 
	table-layout:fixed; 
	width:100%;
}
table td {
	border:solid 1px #1A2720; 
	width:auto; 
	word-wrap:break-word;
}

/*hover table style*/

  	.hoverTable{
		border-collapse:collapse; 
	}
	.hoverTable td{ 
		padding:7px; border:#000000 1px solid;
	}
	/* Define the default color for all the table rows */
	.hoverTable tr{
		background: #F4F6F8;
	}
	/* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
          background-color: #E1E1E1;
          cursor: pointer; 
          cursor: hand;
    }

    table tr.selected { 
    	background-color: #89c3f5; 
    }

    .hoverTable tr.selected {
    	background-color: #89c3f5;
    }

/*regular table style */

th {
    background-color: #000000;
    border-color: #E4D9D4;
    color: #E4D9D4;
    font-family: 'Signika';
    font-weight: 600;
    
}

tr:nth-child(even) {
	background-color: #F4F6F8
}

/*mobile table style*/
td:focus::after,
th:focus::after { 
  content: '';  
  background-color: lightblue;
  position: absolute;  
  left: 0;
  height: 10000px;
  top: -5000px;
  width: 100%;
  z-index: -1;
}

td:focus::before {
  background-color: lightblue;
  content: '';  
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;  
  width: 10000px;
  z-index: -1;
}

/* Hide Aside Button */
a {
    color: #666A7D;
}
a.close-tab {
	background-color: #B1C0CD;
	display:block;
	width:40px;
	height:35px;
	text-align:center;
	background-color: ;
	position:absolute;
	z-index:99;
	top:48%;
	left:-20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 5px;
	line-height:40px;
	text-indent:-5px;
	font-size:20px;
}
a.close-tab:hover {
	color: #FFFFFF;
}


/* Map tools */

  .esriSimpleSliderHomeButton {  
      /*border-bottom: 2px solid #666666;  */
      background-image: url(../assets/img/mn_button.jpg);  
      background-size: 100%; /* To fill the dimensions of container*/
      background-repeat: no-repeat;  
      background-position: center;  
      background-color: #001A32;
      cursor: pointer;  
  }  
  .esriSimpleSliderHomeButton:hover {  
      background-color: rgb(102, 102, 102);  
      background-color: rgba(102, 102, 102, 0.9);  
  }  
/* Map zoom slider */
#map_zoom_slider {
	position: absolute;
	z-index: 30;
	top: 46%;
	-webkit-box-shadow: 3px 3px 2px 0px rgba(50,50,50,0.55);
	-moz-box-shadow: 3px 3px 2px 0px rgba(50,50,50,0.55);
	box-shadow: 3px 3px 2px 0px rgba(50,50,50,0.55);
}

.esriSimpleSlider {
    color: #A3D8E2;
    background-color: #001A32; 
    /*background: #373737 url("../assets/Cloth-Fabric-Background-16.jpg");*/
    text-align: center;
}

.esriSimpleSliderIncrementButton:hover,.esriSimpleSliderDecrementButton:hover {
    background-color: #666A6D;
	background: #666A6D;
}

#header {
     
      padding-top:0px;
      padding-left:0px;
      background-color: #001A32;
      /*background: #373737 url("../assets/Cloth-Fabric-Background-16.jpg") 0 0 repeat;*/
      font-size:18pt;
      display: flex;
      text-align: left;
      align-items: center; /* align vertical */
      font-weight:700;
      letter-spacing: 2px;
      text-transform: uppercase;
      height:52px;
      z-index: -1;
}


.shadow {
      box-shadow:4px 4px 8px #adadad;
      -webkit-box-shadow:4px 4px 8px #adadad;
      -moz-box-shadow:4px 4px 8px #adadad;
      -o-box-shadow:4px 4px 8px #adadad;
}

#map-switcher {
	position: absolute;
	z-index: 30;
	top: 60px;
	left: 10px;
}

#map-switcher a{
	background-color: #001A32;
	/*background: #373737 url("../assets/Cloth-Fabric-Background-16.jpg");*/
	color: #A3D8E2;
	display: block;
	float: left;
	padding: 0 12px;
	font-size: 16px;
	line-height: 34px;
	-webkit-box-shadow: 3px 3px 2px 0px rgba(50,50,50,0.55);
	-moz-box-shadow: 3px 3px 2px 0px rgba(50,50,50,0.55);
	box-shadow: 3px 3px 2px 0px rgba(50,50,50,0.55);
}

#map-switcher a.first {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 0 12px 0 16px;
	border-left: none;
}

#map-switcher a.last {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0 16px 0 12px;
	border-right: none;
}

#map-switcher a i {
	text-shadow: 1px 1px 1px #333;
}

#map-switcher a:hover, #map-switcher a.active {
	background-color: #666A6D;
	background: #666A6D;
}

#legend {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 10px;
}

.btn {
   
   background: #001A32;
   padding: 7px 14px;
   -webkit-box-shadow: rgba(0,0,0,0) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,0) 0 1px 0;
   box-shadow: rgba(0,0,0,0) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #e4d9d4;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
}

.btn:hover {
   background: #666A6D;;
   color: #e4d9d4;
   cursor: pointer;

}

.loading{position:absolute;top:50%;left:50%;z-index:1111;width:32px;height:32px;}