@import url("bioros.css");
@import url("//serve.1sted.no/css/filopplasting.css");


/* BioROS
	© Nuller og Enere / Håkan Billing, Håkå Furuseth
	http://000111.no/
*/



.inline-block {
	display: inline-block;
}

.float_left {
	float: left;
}

.clear_both {
	clear: both;
}
th {
	font-weight: bold;
}
tbody th {
	padding-top: 5px;
	text-align: center;
}

#spinner {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}

#spinner .fa {
	display: inline-block;
	margin-top: 20%;
	font-size: 7em;
	opacity: 0.5;
}

.closex {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40px;
	right: 5px;
	z-index: 150;
	background: url(//nofoa.no/images/minibilder/close.png) no-repeat 0 0;
}

.closex:hover {
	background-position: 0 -30px;
	cursor: pointer;
}

#texts {
	z-index: 10;
	position: absolute;
	top: 50px;
	left: 5px;
}

.rumme {
	border: 1px dotted fuchsia;
}

html, body {
	height: 100%;
}

body, input, textarea {
	font: 12px/1.15em Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

body {
	color: black;
}

#main-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#logo-bio a {
	background: url(/obs/images/logoer/BioROS-logo.png) no-repeat;
	width: 50px;
	height: 41px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}

#logo-nof a {
	background: url(/obs/images/logoer/NOF-logo.png) no-repeat;
	width: 41px;
	height: 42px;
	position: absolute;
	top: 5px;
	left: 60px;
	z-index: 10;
}

#logo-bg {
	background: white none no-repeat;
	width: 105px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	border-radius: 0 0 20px 0;
	z-index: 5;
}



/* @group Tekst */

h1 {
	color: #39d;
	padding: 0;
	margin: 5px 0 5px 0;
	font-size: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1em;
}
a {
	text-decoration: none;
}
.leaflet-control-window h2 {
    padding: 3px;
    margin: 0;
}

a:hover {
	text-decoration: underline;
}

strong, .fet, h1, h2, h3, h4, h6 {
	font-weight: bold;
}

p {
	padding-bottom: 1em;
}

.italic, .reference, input[type="date"], input[type="time"] {
	font-style: italic;
}

.small, .reference {
	font-size: 0.9em;
}

.green, .loc_super, date, .lrsk-std {
	color: green;
}

.loc_sub, .reference, .lrsk-ok {
	color: blue;
}

.bio_blue, h5, .feltnavn {
	color: #39d;
}

.loc_priv, .lrsk-sendt {
	color: orange;
}

.lrsk-ikke_sendt {
	color: red;
}

/* @end */



/* @group Padding, margin etc. */

textarea {
	height: 5em;
}

input {
	border-radius: 5px;
	background-color: white;
}

input:focus {
	background-color: #fcfdd5;
}

input[type="date"] {
	width: 140px;
}

input[type="time"] {
	width: 70px;
}

input[type=number] {
	width: 4em;
}

table#check_species {
	margin-top: 10px;
}

table#spec_table select {
	width: 65px;
}

table#spec_table .spec_name {
	width: 130px;
}

table#spec_table input[disabled=""] {
	color: black;
	background-color: #F0F0F0;
}

.margin_bottom_normal {
	margin-bottom: 8px;
}




/* @end */

/* @group Sidebar */


section.section05 textarea {
	width: 300px;
}

#sidebar {
	font: 12px/1.15em Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	height: auto;
	position: relative;
	background: rgba(255,255,255,0.85) url(/obs/images/map-icons/sidebar-top.png) repeat-x;
}

#sidebar_std {
	max-width: 460px;
}

#sidebar section {
	display: none;
	min-width: 550px;
}

Z#sidebar section.section00 {
	display: block;
}

/* @end */


