/* BioROS
	© Nuller og Enere / Håkan Billing, Håkå Furuseth
	http://000111.no/
*/

/* @group Hovedmeny */

#menu-bio {
	position: absolute;
	top: 0;
	left: 135px;
	white-space: nowrap;
}

#info-panel div {
	display: inline-block;
	margin-right: 10px;
}

#menu-bio ul, #menyfaner ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu-bio li {
	display: inline-block;
}

#menu-bio li a {
	text-decoration: none;
	display: inline-block;
	padding-top: 5px;
	height: 19px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 3px;
	padding-left: 3px;
	color: navy;
	font-size: 18px;
	font-weight: bold;
	border-width: 1px;
	border-top-width: 0;
	border-style: solid;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 3px #888888;
}

#menu-bio li a:hover {
	background-color: #ffd478 !important;
}

#menu-bio li#minside a {
	background-color: #f5f6a1;
	border-color: orange;
}

#menu-bio li#visfunn a, #slider-container {
	background-color: #C9EBF9;
	border-color: #009CDD;
}

#menu-bio li#vislokaliteter a {
	background-color: #CCDFD5;
	border-color: #316235;
}

#menu-bio li#rapportere a {
	background-color: #FBDBD4;
	border-color: #C95226;
}

/* @end */

#slider-container {
	border-style: solid;
	border-width: 1px;
	position: fixed;
	top: 80px;
	left: 20px;
	font-size:12px;
	line-height:14px;
	opacity: 0.9;
	width: 300px;
	padding: 0 3px 3px 3px;
	border-radius:3px;
	z-index: 5;
	overflow: hidden;
}
#slider-container .controller {
	padding-bottom: 4px;
}
#slider-container .loading {
	background-image: url(http://serve.1sted.no/images/icons/loading_bar_black1_16x11.gif);
    background-repeat: no-repeat;
    background-position: 98%;
}
#slider-container h3 {
	color: navy;
	min-height: 15px;
	padding: 4px 0;
	font-size: 120%;
	font-weight: bold;
}
#slider:hover {
	cursor: pointer;
}
#slider li:hover {
	background-color: #CCDFD5!important;
}
#slider .items {
}
#slider h4, #slider div {
	border-style: solid;
	border-color: transparent;
	border-right-width: 1px;
	border-left-width: 1px;
}
#slider h4 {
	border-top-width: 1px;
}
#slider div {
	border-bottom-width: 1px;
}
#slider .active h4, #slider .active div {
	border-color: #316235;
}
#slider li:nth-child(even){
	background-color: #efefef;
}
#slider li:nth-child(odd){
	background-color: #fff;
}
#slider li.active{
	background-color: #CCDFD5;
}
#slider time {
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
}
#slider h4, #slider div {
	padding: 4px 2px 2px 2px;
}
#slider div {
	padding-top: 0;
}
#slider h4 {
	font-size: 110%;
	font-weight: bold;
}
#slider h4.delimiter{
	border-top: 1px dotted black;
}

.numbers {
	color:#fff;
	background:rgba(0,0,0,0.6);
	color:#fff;
	text-align:center;
}

#slider .item li.active {
	background-color: white;
}

#scrollbar {
	position: fixed;
	bottom: 90px;
	left: 0px;
	margin: 0 0 5px 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}

#scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}

#scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: yellow;
}

.papers {
	position: absolute;
	padding:5px;
	background: white;
	opacity: 0.9;
	font-size:12px;
	line-height:14px;
	border-radius:3px;
	border: 1px dotted lightgray;
}
/* @group klassifisering av arter/obser */
.validation {
	font-weight: bold;
}
.validation30 {
	color: red;
}
.validation20 {
	color: green;
}
/* @end */

.numbers {
	padding:0 2px;
	font-size:11px;
	line-height:13px;
	border-radius:3px;
}


/* @group Menyfaner */

#menyfaner {
	position: absolute;
	left: 110px;
	width: 500px;
	height: 50px;
	top: -14px;
	z-index: 10;
}

#menyfaner li a {
	display: inline;
	float: left;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	background-color: #dedddf;
	margin-right: 2px;
	margin-left: 2px;
	height: 14px;
	color: black;
	line-height: 14px;
	padding: 3px 5px 7px;
	box-shadow: 0 -2px 2px #aaaaaa;
}

#menyfaner li a:hover {
	text-decoration: none;
	background-color: #fafee4;
}

#menyfaner a.aktiv {
	background-color: white;
	box-shadow: 0 -4px 4px #888888;
}

/* @end */

/* @group Rapportere */

table#check_species td:nth-child(odd) {
	border-left: 1px dotted maroon;
}

table#check_species td:nth-child(even) {
	padding-right: 3px;
}

.section02 header label {
	border-right: 1px solid #39d;
}

/* @end */

/* @group Arter */

.art_norsk {

}

.art_vit {

}

.art_eng {

}

/* @end */

/* @group Leaflet */

.leaflet-control-zoom-in, .leaflet-control-zoom-out, .leaflet-control-layers .leaflet-control {
	background-color: green !important;
	border: 1px solid yellow !important;
	color: yellow !important;
};

/* @end */

/* ***** */

/*
<input type="date">

::-webkit-datetime-edit {
	padding: 1em;
}

::-webkit-datetime-edit-fields-wrapper {
	background: silver;
}

::-webkit-datetime-edit-text {
	color: red;
	padding: 0 0.3em;
}

::-webkit-datetime-edit-month-field {
	color: blue;
}

::-webkit-datetime-edit-day-field {
	color: green;
}

::-webkit-datetime-edit-year-field {
	color: purple;
}

::-webkit-inner-spin-button {
	display: none;
}

::-webkit-calendar-picker-indicator {
	background: orange;
}
*/

/* ***** */

#obs_info {
	margin-top: 1em;
}

#popup {
	position: fixed;
	top: 300px;
	left: 300px;
	background-color: white;
	border: 1px solid gray;
	padding: 1px 3px;
	display: none;
	z-index: 1000;
}

.delete-menu {
	position: absolute;
	background: white;
	padding: 3px;
	color: #666;
	font-weight: bold;
	border: 1px solid #999;
	font-family: sans-serif;
	font-size: 12px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
	margin-top: -10px;
	margin-left: 10px;
	cursor: pointer;
}

.delete-menu:hover {
	background: #eee;
}

#db_info {

}

noscript {
	display: block;
	margin-top: 200px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

#info-panel {
	position: fixed;
	left: 100px;
	width: auto;
    padding: 1px;
	background-color: white;
    opacity: 0.8;
	bottom: 4px;
	z-index: 2000;
}

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

/**
 * Kart som ikke går inn under nederst
 * #map-canvas {
 * 	position: fixed;
 * 	bottom: 110px;
 * 	left: 0px;
 * 	height: 100%;
 * 	width: 100%;
 * }
 */

#horizontal_frame {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
	z-index: auto;
}

#horizontal_frame .slidee {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
}

#horizontal_frame li {
	float: left;
	margin: 0 5px 0 0;
	padding: 2px;
	width: 200px;
	height: 100%;
	background-color: lightgray;
	border-top: 1px dotted gray;
	box-shadow: 5px 5px 10px #888888;
	border-radius: 3px;
}

#horizontal_frame li.active {
	background-color: white;
}

#horizontal_frame table {
	font-size: 0.9em;
}

#horizontal_frame td {
	padding: 0 3px 0 0;
}

#horizontal_frame header {
	display: block;
	text-align: center;
	padding: 0;
	margin-bottom: 2px;
	font-weight: bold;
}

#horizontal_frame header em {
	font-size: 0.9em;
	font-weight: normal;
}



.locname {
	display: inline-block;
	font-size: 1.2em;
	background-color: white;
}

.sublocname {
	background-color: lightgray;
}

.locname, .sublocname {
	padding: 0 1px 0 1px;
	cursor: pointer;
}

.custom-tooltip-styling {
	display: inline-block;
	padding: 3px;
	background-color: yellow;
}

.cluster {
	width: 20px;
	height: 20px;
}

.cluster-1 {
	background-color: red;
}

.cluster-2 {
	background-color: green;
}

.cluster-3 {
	background-color: blue;
}