html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-size: 12px;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

a:link {
	color: #00a886;
}
a:visited {
	color: #00a886;
}
a:hover {
	color: grey;
}
a:active {
	color: #00a886;
}
a.btn {
	color: #000000;
}
#toolbar a.btn {
    color: #ffffff;
}


#top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.75em;
  height: 3.5em;
  color: #ccc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
  background: rgb(69,72,77); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#top-left {
	padding: 0.4em 0;
}

#title {
	font-weight: bold;
	display: inline-block;
	padding-right: 2em;
}

#map-container {
  position: absolute;
  top: 3.5em;
  left: 0;
  right: 0;
  bottom: 0;
}

#overlay-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.crosshair {
	cursor: crosshair;
}

.leaflet-container{
	background-color: #777;
}

#context-menu {
	line-height: 170%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffffff;
	border-color: #bfbfbf;
	border-style: solid;
	border-radius: 3px;
	border-width: 1px;
	position: absolute;
	z-index: 2;
	visibility: hidden;
}

#knockout-container {
	position: absolute;
	height: 100%;
	width: 100%;
}

#not-authenticated {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

#not-authenticated label {
	font-size: 3em;
}

#not-authenticated input[type='password'] {
	width: 7em;
	font-size: 3em;
}

#not-authenticated button {
	font-size: 3em;
}

#export-map-image-link {
	display: none;
}

#text-measurer {
	position: absolute;
	visibility: hidden;
	height: auto;
	width: auto;
	white-space: nowrap;
	font-family: Arial, sans-serif, bold;
}

/* Override bootstrap button colors*/

.btn-primary , .btn-primary:focus{
    background: #00cea5;
    color: #ffffff;
	border: 1 grey;
}

.btn-primary:hover, .btn-primary.active:hover, .btn-primary:hover, .btn-primary:hover {
    background: #00b692;
	border: 1 grey;
}
 
.btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:focus {
    background: #00b692;
    box-shadow: none;
	border: 1 grey;
}

.btn-primary.toggled .btn-primary.toggled:active, .btn-primary.toggled:active:focus, .btn-primary.toggled:focus {
    background: #004d3e;
}

#about-mapant-header {
	width: 100%;
	border: 1px solid #bfbfbf;
	margin: 24px 0 8px 0;
}


.feature-name {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	font-family: Arial, sans-serif, bold;
}

.feature-name span {
	position: absolute;
	white-space: nowrap;
}

.feature-name-type-0 {  }                                                              /* BEBTX: Large names */
.feature-name-type-1 {  }                                                              /* BEBTÄTTX: Large names */
.feature-name-type-2 { color: #00a0cc; font-style: italic;}                            /* GLACIÄRTX: Large names */
.feature-name-type-3 { color: #00a0cc; font-style: italic; }                           /* SANKTX: Marshes */
.feature-name-type-4 { color: #00a0cc; font-style: italic; }                           /* VATTDELTX: Large water features */
.feature-name-type-5 { color: #00a0cc; font-style: italic; }                           /* VATTDRTX: Small water features */
.feature-name-type-6 { color: #00a0cc; font-style: italic; }                           /* VATTTX: Lakes */
.feature-name-type-7 { color: #189900; font-style: italic; }                           /* NATTX: Nature features */
.feature-name-type-8 { color: #189900; font-style: italic; }                           /* NATUTX: Nature features */
.feature-name-type-9 { font-style: italic; }                                           /* TERRTX */
.feature-name-type-10 { font-style: italic; }                                          /* TERRUTX */
