@charset "utf-8";

/*
Main innholder formatering for 
	BODY 
	CONTAINER/CONTAINER-FLUID
	HEADER
	MENY
	CONTENT
	FOOTER
	
*/

body {

	/*background: #FFF url(../img/gradvis2.jpg) repeat-x scroll left top;*/
	backgound: white;
	}

/* formatering container hvor alt innhold kommer inne i body */
.container-fluid {
	width: 100%;
	background-color: white; 
	padding: 0px;
	margin: 0px;
	/*overflow: scroll;*/
}

#header {
    position: fixed;
	top:0;
	width: 100%;
	margin-top: 0px;
	background-color: #000;
	color: rgba(200,196,196,1.00);
	padding: 5px;
	z-index:2;
	}
	
#header_kundeopplysninger {
	
		color: #CCC;
		width: 30%;
		min-width:330px;
		float:right;
		margin-right:5%;
	    
	
}	

#header_kundeopplysninger h4 {
	font-size:21px;
	color: #FFF;
	}

#header_kundeopplysninger h5 {font-size:12px;}



#meny {

	position: fixed;
	top:0px;	
	width: 100%;
    z-index: 2;
	width: 100%;
	background-color: #CCC;
	border-top: 2px solid #999;
	border-right: none;
	border-bottom: 2px solid #999;
	border-left: none;
}

#content {
	margin-top:85px;
	background-color: white;
	min-height: 300px;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
	z-index: 1;

	
	}


#content_rapport {

	width: 100%;
	padding:10px;
	font-size:10px;
	
		
}

#filter_label {
	font-style: italic;
	font-size: 16px;
	margin-left: 25px;
    color: black;	
	float: left;
	}

#Filter { 
	border: none;
	color: black;
	background:#CCC; 
	font-size:18px;
	border-radius:5px; 
	padding: 5px;
	padding-left: 10px;	
}

#footer {
	/*position: fixed;
    bottom: 0;*/
	text-align: center;
	font-size: 12px;
	clear: left;
	width: auto;
	color: #FEDE01;
	padding: 5px 5px 5px;
	background: black;
/*	height:30px;*/
	/*z-index: 2;*/
	
	}	


	

.tabelloverskrift {
	text-align:center;
	font-size:24px;
	margin-bottom: 5px;
	clear:left;	
}

.tabelloverskrift_2 {
	text-align:center;
	font-size:20px;
	margin-bottom: 5px;
	
}




	
/*Diverse standard instillingerer for applikasjonen*/	
	
	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	text-decoration: none;
	
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding-left: 5px;
	margin: 0;
	color: #03F;
	text-align: left;
	list-style-type:none;
	
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom:5px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */


}




/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* ~~ standardinstilling tabeller ~~ */
table {
	border: thin solid #999;
	border-collapse: collapse;
	color: #000;
}

table caption, .formcaption {
	font-size: large;
	font-weight: bolder;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}

th {
	/*background: url(../images/thgradvis.jpg) repeat-x;*/
	/*background: #09F;*/
	background: #FEDE01;
	font-weight: bold;
	padding: 5px;
	/*border: thin solid #999;*/

	}
	
td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;		
	border: thin solid #999;
}	
	
	
table tfoot {
    color: #000;
	background-color:#CCC;
	font-weight:bold;

}

.delsum {
	font-weight:bold;
	border-color: #666;
	background: #CCC;
}

.ikkegodkjent {background-color: #C30;
		color: #CCC;
	
}
	
table tr:hover {
	background:#F4F0F0;
	
}



/*table.data td {
	font-size: 0.9em;
	border: thin solid;
	padding: 5px;
}*/
table.data caption, 
table.input caption {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
	margin: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.input {
	border: thin solid #000;
	border-collapse: collapse;
}
table.input th {
	color: #F90;
	font-weight: bold;
	padding: 5px;
	border: thin solid #009;
}
table.input td {
	font-size: 0.9em;
	border: thin none #333;
	padding: 5px;	
	background: #6CF;
}



.container .content form table {
	font-size: 14px;
}


.meldingform {
	float: left;
	width: 600px;
	border-bottom: inset;
	}
	
	
.meldingform fieldset {
	border:none;
	margin-top:15;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#6CF;
}


.datorapport {
	width: 300px;
		
}




.slettbrukerform {
	float: left;
	width: 400px;
	border-bottom: inset;
	}

.slettbrukerform fieldset {
	border:none;
	margin-top:15;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#F33;
}



textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}


#filter {
	width: 250px;
	margin-left: 5px;
	margin-top: 5px;

	
}


.hjelp {

	
}

.hjelp p { 

	font-size: 16px;
	

}

.melding {
	color: #F00;
	background: #FFF;
	clear: both;
	float: left;
	font-size: 14px;
	width: 500px;
	
}

.ingen_data {
	font-size: 16px;
	color: #666;
		
	}


.informasjon {
	color: #000;
	background: #CCC;
	border-radius:5px; 
	width: 100%;
	padding:10px;	
	
}

#informasjonsoverskrift {
	color:yellow;
	font-size: 24px;
	margin-bottom: 10px;
}

.meldingoverskrift {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.meldingstekst {
	
	color: #000;
	font-size: 12px;
	border-bottom: thin solid yellow;
	padding-bottom: 5px;
	margin-bottom: 5px;

	
}

.meldingfra {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: yellow; 	
}



.hjelpetekst {
color:#F63;
font-size:9px;

}

#beskjed {
	color: #F00;
	font-size: 1.2em;
	font-weight: bolder;
 }
 
 
 
.button_endre {
	height:18px; 
	width:40px; 
	border-radius:3px; 
	font-size:11px; 
	padding:1px;	
	
}

.button_slett {
	height:18px; 
	width:40px; 
	border-radius:3px; 
	font-size:11px; 
	padding:1px;
	background-color: #F63;
			
	
}


