/* Tveita bedriftsområde / tveitabedriftene.no
© Nuller og Enere / Tenkehetta
Håkan Billing
http://000111.no
*/

#til_toppen {
    color: darkgreen;
}

/* @group Minikalender */
.minikalender {
	white-space: nowrap;
	border: 1px outset green;
	width: 170px;
    background-color: #e2e8d8;
	float: right;
	box-shadow: 3px 3px 5px #888888;
	border-radius: 10px;
	position: absolute;
	right: 15px;
	top: 60px;
 }
.minikalender table {
	font-size: 11px;
	width: 100%;
}
.minikalender .home {
	background: url(//serve.1sted.no/images/pkt_green.png) no-repeat center;
	margin-top: -3px;
	height: 9px;
	margin-bottom: -4px;
	width: 9px;
}  
.minikalender td, .minikalender th {
	width: 12%;
	line-height: 13px;
	text-align: center;
}

.minikalender th, .minikalender .navigering {
	padding-bottom: 3px;
}

.minikalender .navigering {
	padding-top: 3px;
	background-color: #bfd4bb;
	line-height: 1em;
	border-radius: 10px 10px 0 0;
}

.minikalender .navigering td:first-child {
	text-align: left;
}

.minikalender .navigering td:last-child {
	text-align: right;
}

.minikalender th {
	font-weight: normal;
	font-style: normal;
	border-top: 1px solid green;
	background-color: #e7f6e7;
	border-right-style: none;
	border-left-style: none;
	color: maroon;
}

.minikalender a {
	display: block;
	color: maroon;
}

.minikalender a:hover {
	text-decoration: none;
}

.minikalender a:visited {
	color: maroon;
}

.minikalender .idag {
	font-weight: bold;
	line-height: 11px;
	font-size: 12px;
}

.minikalender .annenmd a {
	opacity: 0.4;
}

.minikalender .helg, .minikalender .helg a {
	color: #c70e0c;
}

.minikalender .uketall {
	color: gray;
	border-right: 1px dotted green;
	background-color: #e7f6e7;
}

.minikalender input, .minikalender select {
	width: 7em;
    font-size: 9px !important;
}

.minikalender .aktiv {
	background-color: aqua;
}

.tidspunkt td {
	text-transform: uppercase;
    white-space: nowrap;
}

.minikalender .avbryt, .minikalender .avbryt:visited {
	color: fuchsia;
	border-radius: 5px;
	width: 100px;
	font-weight: bold;
	margin: 3px auto;
}

.kalenderkat {
	text-align: left !important;
	margin-top: 5px;
}

.kalenderkat01 {
	background-color: #FFEAD6;
}

#calendarMatrix .kalenderkat01 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ffb76b+50,ffb76b+51,ffb76b+100&0+0,0+5,1+6,1+50,0+51,0+100 */
background: -moz-linear-gradient(top,  rgba(255,183,107,0) 0%, rgba(255,183,107,0) 5%, rgba(255,183,107,1) 6%, rgba(255,183,107,1) 50%, rgba(255,183,107,0) 51%, rgba(255,183,107,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,183,107,0) 0%,rgba(255,183,107,0) 5%,rgba(255,183,107,1) 6%,rgba(255,183,107,1) 50%,rgba(255,183,107,0) 51%,rgba(255,183,107,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,183,107,0) 0%,rgba(255,183,107,0) 5%,rgba(255,183,107,1) 6%,rgba(255,183,107,1) 50%,rgba(255,183,107,0) 51%,rgba(255,183,107,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffb76b', endColorstr='#00ffb76b',GradientType=0 ); /* IE6-9 */
}

#calendarInfo .kalenderkat01 {
	background-color: #FFB76B;
}

.kalenderkat02 {
	background-color: #D8E4FF;
}

#calendarMatrix .kalenderkat02 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7f04+0,ff7c00+49,a3d1ff+50,a3d1ff+100&0+0,0+49,1+50,1+94,0+95,0+100 */
background: -moz-linear-gradient(top,  rgba(255,127,4,0) 0%, rgba(255,124,0,0) 49%, rgba(163,209,255,1) 50%, rgba(163,209,255,1) 94%, rgba(163,209,255,0) 95%, rgba(163,209,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,127,4,0) 0%,rgba(255,124,0,0) 49%,rgba(163,209,255,1) 50%,rgba(163,209,255,1) 94%,rgba(163,209,255,0) 95%,rgba(163,209,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,127,4,0) 0%,rgba(255,124,0,0) 49%,rgba(163,209,255,1) 50%,rgba(163,209,255,1) 94%,rgba(163,209,255,0) 95%,rgba(163,209,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff7f04', endColorstr='#00a3d1ff',GradientType=0 ); /* IE6-9 */
}

#calendarInfo .kalenderkat02 {
	background-color: #A3D1FF;
}

.kalenderkat03 {
	background-color: pink;
}

#calendarMatrix .kalenderkat03 {
    background-color: pink;
}

#calendarInfo .kalenderkat03 {
	background-color: pink;
}

span.kalenderkat97 {
	display: inline-block;
	height: 0.6em;
	margin-top: 0.4em;
	padding-bottom: 0.4em;
}

.kalenderkat97 {
	background-color: transparent;
	border-top: 2px solid red;
}

.kalenderkat98 {
	background-color: transparent;
	border-bottom: 2px solid navy;
}

#calendarMatrix a.kalenderkat97, #calendarMatrix a.kalenderkat98 {
	margin: -1px;
}

#calendarMatrix .kalenderkat99 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ffb76b+49,a3d1ff+50,a3d1ff+100&0+0,0+5,1+6,1+95,0+96,0+100 */
background: -moz-linear-gradient(top,  rgba(255,183,107,0) 0%, rgba(255,183,107,0) 5%, rgba(255,183,107,1) 6%, rgba(255,183,107,1) 49%, rgba(163,209,255,1) 50%, rgba(163,209,255,1) 95%, rgba(163,209,255,0) 96%, rgba(163,209,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,183,107,0) 0%,rgba(255,183,107,0) 5%,rgba(255,183,107,1) 6%,rgba(255,183,107,1) 49%,rgba(163,209,255,1) 50%,rgba(163,209,255,1) 95%,rgba(163,209,255,0) 96%,rgba(163,209,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,183,107,0) 0%,rgba(255,183,107,0) 5%,rgba(255,183,107,1) 6%,rgba(255,183,107,1) 49%,rgba(163,209,255,1) 50%,rgba(163,209,255,1) 95%,rgba(163,209,255,0) 96%,rgba(163,209,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffb76b', endColorstr='#00a3d1ff',GradientType=0 ); /* IE6-9 */
}

.kalenderkat99 {
	background-color: fuchsia;
}

.infoboks_aapen_bunn {
	border-top: 1px solid olive;
	border-right: 1px solid olive;
	border-left: 1px solid olive;
	background: url(/bilder/trsp_stripe01.png) repeat-x 0 bottom;
}

table.infoboks_aapen_bunn input[type="checkbox"] {
	margin-left: 4px;
}

.minikalender table.oppsummering {
	white-space: normal;
}

.minikalender table.oppsummering caption {
	font-weight: bold;
	padding-bottom: 3px;
	text-align: center;
}

.minikalender table.oppsummering tfoot, #bookinger table.oppsummering tfoot {
	border-top: 1px dotted green;
}

.minikalender th:first-child, .minikalender td:first-child {
	text-align: left;
}

.saksliste {
	white-space: normal;
	padding-bottom: 8px;
}

.saksliste td {
	text-align: left;
}

.markert {
	background-color: yellow;
}

.svak {
	opacity: 0.4;
}

/* @end */

/* @group WiFi-passord */

#wifi span {
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
}

#WiFi-passord {
	background-color: #fefca7;
	position: absolute;
	z-index: 10000;
	border: 6px double green;
	font-size: 1.5em;
	line-height: 1.6em;
}

#WiFi-passord header {
	font-size: 2em;
	font-weight: bold;
	line-height: 2.2em;
}

/* @end */

/* @group Login */

.login, .logout {
	position: fixed;
	top: 36px;
	left: 8px;
	display: block;
	padding: 3px;
	background-color: green;
	color: #005700;
}

a.login, a.login:visited {
	color: #003f00;
}

#login_knapp {
    text-align: center;
	font-size: 11px;
	height: 11px;
}

#login_knapp a {
	height: 11px !important;
}

#login_knapp a:hover {
	color: olive;
}

a.logout {
	color: #fefccc !important;
}

#loginvindu {
	border: 3px outset green;
	background-color: #fffce7;
    width: 200px;
	font-size: 1.1em !important;
}

#loginvindu input {
    margin-top: 7px;
	font-size: 1.1em !important;
}

#loginvindu a {
	color: maroon;
}

#popup-rubrikk {
    margin-top: 7px;
    margin-left: 3px;
	font-size: 1.2em !important;
}

#dark-overlay {
	display: none;
    background-color: black;
	opacity: 0.2;
	filter: alpha(opacity=20);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9000;
}

/* @end */

/* @group Usertools */

.toolbox {
	padding-top: 12px;
	min-height: 11px;
/*	background: url(//nofoa.no/images/minibilder/piler_n.png) no-repeat; */
	background-color: yellow;
	min-width: 29px;
	margin-top: 3px;
	display: inline-block;
}

#toppmenyer .toolbox {
	position: fixed;
	top: 28px;
	z-index: 1115;
	right: 10px;
}

.infoboks .admin, .infoboks .usertools, .toolbox .usertools, .toolbox .admin {
	display: none;
}

.usertools span {
	background-color: fuchsia;
}

.usertools {
	margin-top: 5px;
	margin-bottom: 5px;
}

.usertools a, .submit, input[type="submit"], select, #address a.admin, #member_setup a.admin, #objektinfo a.admin, #bookinger h3 button, #bookinger h3 span a {
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 3px;
	background-color: #ffe6c2;
	color: maroon !important;
	border: 1px solid #005700;
}

.usertools a:hover, .submit:hover, input[type="submit"]:hover, #address a.admin:hover, #member_setup a.admin:hover, #objektinfo a.admin:hover, #bookinger h3 button:hover, #bookinger h3 span a:hover {
	text-decoration: none;
	color: #005700 !important;
	box-shadow: 0 0 8px #005700
}

#kol_2 a.admin, #kol_2 input[type="submit"], #objektinfo a.admin, #bookinger h3 button {
	background-color: #fef887;
}

.usertools_board {
	background-color: aqua;
}

#address a.admin, #member_setup a.admin, #objektinfo a.admin {
	font-size: 11px;
}

/* @end */

/* @group Search */

#search {
	float: left;
	margin-bottom: 8px;
	margin-top: 8px;
	position: fixed;
	z-index: 1001; /*må ligge over toppmenyer */
}

#search .submit {
	font-size: 9px;
}

#search input {
	font-size: 10px;
}

#search input[type="search"] {
	width: 30px;
	border-color: green;
}

#search input[type="submit"] {
	background-color: green;
	color: #fefccc !important;
}

.search {
	width: 200px !important;
}

.member_search input[type="search"] {
	width: 300px;
}

/* @end */

/* @group Show member */

#show_member {
	width: 830px;
	float: left;
}

#show_member #kol_2 {
	background-color: #fffad2;
	float: right;
	width: 560px;
    margin-right: 27px;
}

#member_setup {
	background-color: #fffad2;
	float: right;
	width: 160px;
}

.roller label {
	height: 1.3em;
}

#member_list {

}

/* @end */

/* @group Feltbredder */

.felt_mini {
	width: 40px;
}

.felt_kort {
	width: 80px;
}

.felt_medi {
	width: 48%;
}

.felt_stor {
	width: 70%;
}

.felt_maksi {
	width: 98%;
}

/* @end */

/* @group Roller */

.roller {
	width: 93%;
}

/* @end */

/* @group Paginering */

#paginering_topp {
	margin-bottom: 3px;
	border-top: 1px dotted green;
}

#paginering_bunn {
	margin-top: 3px;
	border-bottom: 1px dotted green;
}

.paginering {
    white-space: nowrap;
	padding: 2px;
	border-left: 1px dotted green;
	font-size: 1em;
	float: right;
	max-width: 98%;
}

.paginering a {
	padding-right: 1px;
	padding-left: 1px;
	font-weight: normal !important;
	font-style: normal !important;
	color: black !important;
}

.paginering .sidetall {
    display: inline-block;
    text-align: center;
	width: 1.5em;
	font-weight: bold;
	color: green;
}

.paginering .bla {
	padding-right: 4px;
	padding-left: 6px;
}

.paginering a.bla, .paginering div .inaktiv {
	display: inline-block;
	width: 3px;
	height: 11px;
}

.paginering div {
	display: inline-block;
}

.paginering div .bla:first-child {
	background: url(/images/minibilder/pil_v.png) no-repeat 0 2px;
	margin-left: 10px;
	margin-right: 3px;
}

.paginering div .bla:last-child {
	background: url(/images/minibilder/pil_h.png) no-repeat 0 2px;
}

.paginering div .inaktiv {
	opacity: 0.4;
}

.paginering a:hover {
    background-color: #BFD4BB;
	text-decoration: none;
}

/* @end */

.admin {
	line-height: 1.1em;
	font-size: 10px;
}

.divide {
	clear: both;
}

.debatt {
	color: lime;
}

.submit, input[type="submit"] {
	cursor: pointer;
}

.fixed {
 	position: fixed !important;
 	top: 0px !important;
/* 	background-color: pink;*/
 }

/* @group Sprettopplag */

#sprettopplag {
    position: fixed;
    top: 0px;
    left: 0px;
	z-index: 10000;
}

.sprettopplag {
	width: 130px;
	z-index: 10000;
	display: none;
	background-color: orange;
	padding-right: 5px;
	padding-left: 5px;
	position: fixed;
	box-shadow: 2px 2px 2px #888888;
}

.sprettopplag a {
	color: black;
}

div.sprettopplag p:first-child a {
	background-color: yellow;
	width: 97%;
	display: inline-block;
	padding-left: 3px;
	color: green !important;
}

div.sprettopplag p:first-child a:hover {
	text-decoration: none;
	background-color: green;
	color: yellow !important;
}

/* @end */

input, textarea {
	background-color: #ffffff;
	font: 12px/13px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	border: 1px inset yellow;
}

#innmelding {
	width: 400px;
	float: left;
}

#adressemeny {
	float: right;
	background-color: #e7f6e7;
}

#adressemeny input {
	height: 0.9em;
}

#address {
	float: left;
	width: 390px;
}

#listing_header {
	color: black;
}

.switch {

}

.navneliste {

}

#show_member textarea {
	height: 3em;
}

.textarea_h_medi {
	height: 66px !important;
}

.kontaktinfo {

}

.plusstegn {
/* bør ligge i en label-tag */
	font-size: 1.7em;
}

#tekstversjon a {
	color: green;
}

#tekstversjon a:hover {
	text-decoration: none;
}

table.hjelp {
	border: 4px solid white;
}

.artikkelinfo {

}

.permalenke {
	white-space: nowrap;
}

.permalenke a:hover {
	text-decoration: none;
}

.permalenke span {
	color: #929193;
}

.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 150;
	background: url(/images/minibilder/close.png) no-repeat 0 0;
}

.close:hover {
	background-position: 0 -30px;
}

/* @group Filopplasting */

.button  {
	background: url(/images/minibilder/filopplastingspil.png) no-repeat;
	width: 29px;
	height: 22px;
	border-style: none;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.button:hover {
	background: url(/images/minibilder/filopplastingspil_hover.png) no-repeat;
}

.button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
  	cursor: pointer;
}

#upload {
	min-height: 80px;
	background: #e6e6e6 url(/images/minibilder/filopplasting_585px.png) no-repeat right top;
	border: 2px dashed green;
	padding: 3px 30px 3px 3px;
}

.upload {
	background: #d4d3d5 url(/images/minibilder/filopplasting_585px_hover.png) no-repeat right top !important;
}

#progress .bar {
	height: 14px;
	background: url(/images/minibilder/filopplastingslinje.png) repeat-x;
}

#upload button[type="delete"] {
	background-image: url(//serve.1sted.no/images/icons/avbryt_red.png);
	width: 13px;
	height: 13px;
	border-style: none;
	display: none;
}

#upload button[type="delete"]:hover {
	background-image: url(//serve.1sted.no/images/icons/avbryt_grey.png);
	cursor: pointer;
}

#filelist {
	margin-top: 5px;
}

#filelist span {
	display: inline-block;
	margin-right: 15px;
}

.fileoverlay {
	position: absolute;
	top: -7px;
	left: -8px;
	z-index: 10;
}

.fileoverlay input {
	opacity: 0.4;
}

.fileoverlay input:hover, .fileoverlay input:checked {
	opacity: 1;
}

.filikoner {
	padding-left: 36px;
	white-space: nowrap;
}

/* @end */

/* @group Muligens unødvendig? */

#show_member th.checkbox, #show_member td.checkbox {
	padding: 0;
	width: 1%;
}

/*
input.checkbox {
	 vertical-align: middle;
}
*/

/* @end */

/* @group Saker */

.kladd, .usett, .sett, .fakturert, td span.avsluttet {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.saksnummer, a.sak span, a.avsluttet span  {
	font-weight: bold;
	color: green;
}

/*a.sak {
	min-height: 16px;
	padding-left: 22px;
	background-image: url(/images/minibilder/sak_aktiv.png);
	background-repeat: no-repeat;
}*/

.schedule {
	background-color: #fff094;
}
.schedule span {
	/* Systemet skal kjenne igjen tidsdataene som er skjult i denne */
	display: none;
}

.klokke {
	font-size: 0.9em;
	padding-left: 0;
	padding-right: 10px;
}

.kladd {
	background: url(/images/minibilder/status.png) no-repeat -2px 0;
	width: 16px;
	height: 16px;
}

.usett {
	background: url(/images/minibilder/status.png) no-repeat 0 -16px;
	width: 20px;
	height: 17px;
}

.sett {
	background: url(/images/minibilder/status.png) no-repeat -2px -34px;
	width: 16px;
	height: 16px;
}

.fakturert {
	background: url(/images/minibilder/status.png) no-repeat -2px -68px;
	width: 16px;
	height: 16px;
}

.avsluttet {
	background-image: url(/images/minibilder/saksnummer.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 14px;
}

a.avsluttet {
	padding-left: 16px;
}

/* @end */
