@charset "utf-8";

<!--STANDARD CSS FOR ALLE TIMESEDDEL ØVERST BODY, CONTAINER, HEADER, MENY, CONTENT, FOOTER-->


body {

	
	}

/* formatering container-fluid (max utnyttelse av skjermstørrelse) */
.container-fluid {
	width: 100%;
	background-color: white; 
	padding: 0px;
	margin: 0px;
	
}

#header {
	width: 100%;
	margin-top: 0px;
	background-color: #000;
	color: rgba(200,196,196,1.00);
	padding: 0px;
	
	}

#meny {

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

#meny .navbar {
	
	font-size:14px;
	background-color:black;
	color: white;
	
}



.content {
	margin-top:100px;
	background-color: white;
	min-height: 300px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;

}

#content {
	margin-top:100px;
	background-color: white;
	min-height: 300px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;

}

#footer {
	text-align: center;
	clear: left;
	width: auto;
	color: #CCC;
	padding: 13px 5px 5px;
	background: black;
	height:auto; 
	font-size: 12px;
	
	}



	#filters {
	font-style: italic;
	font-size: 16px;
	margin-left: 35px;
    color: orange;		
	}


	
/* ~~ 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;	 /* 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. */
	padding-right: 15px;
	padding-left: 15px;

}


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 {
	/*color: #039;*/
	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;
	color:#333;
	background: #F90;	*/
}






/* ~~ 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;
}

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

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

}

th {
	
	background: #E45121;
	color:#FFF;
	font-weight: bold;
	padding: 5px;
		
	}
	

	
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: #FC6;
	color:#000;
}



/*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;
}




.submit {
	text-align: center;
	padding: 5px 15px;
	margin: 10px;
	color: #000;
	background-color: #CCC;
}



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


@media print {
		.table th {
				background-color: #FC3 !important;
				color: black;
				
		}
		
	
}

.datorapport {
	width: 300px;
		
}



fieldset input:hover {
	background: #FC0;
}
fieldset input:active, input:focus {
	background: #FC0;
	}


.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;
}

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

.stillingform fieldset {
	border:none;
	margin-top:15;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#6CF;
	
}


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



.regtimerform {
	float: left;
	width: 500px;
    border-bottom: inset;
	}

.regtimerform fieldset {
	border:none;
	margin-top:15;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#6CF;
}

input#bakkord, input#bekstra, input#bregning, input#bovertid, input#bkurs, input#bhellig, input#blerling, input#bbil, input#bhenger, input#bbas_tillegg, input#bkostlosji {
	width: 45%;
	
	}



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

.nybrukerform fieldset input {
	align: right; width: 55%;
}


input#innleid, input#feriedager, input#aktiv { width: 5%;}

div#nybrukersubmit {
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}

.skjematekst span {
	font-size: 12px;
	color: #F60;

	width: 30%;
}



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


.hjelp {
	float: left;
	border: thin solid black;
	border-radius:10px;
	margin: 30px;
	padding: 10px;
	width: 500px;
	color: black;
	background-color:#CCC;
}

.melding {
	color: green; 
	font-size: 14px;
}


.informasjon {
	color: #000;
	background: #CCC;
	float: left;
	height: auto;
	padding: 20px;
	margin-left: 5px;
	margin-bottom: 10px;
		
	
}

#informasjonsoverskrift {
	color:#06F;
	font-size: 18px;
	margin-bottom: 10px;
}

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

.meldingstekst {
	
	color: #000
	font-size: 12px;
	
}

.meldingfra {
	font-size: 11px;
	font-style: italic; 	
}



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

}

#beskjed {
	color: #F00;
	font-size: 1.2em;
	font-weight: bolder;
 }
 
 
#vinter_dress, #vinter_jakke, #vinter_bukse, #vinter_sko, #sommer_jakke, #sommer_bukse, #sommer_sko, #stovler, #regntoy {
	width: 60px;	
	
}

 
   #dressvalg1, #dressvalg2 {
	width: 5%;
	margin-left: 15px;
	margin-bottom: 10px;
}


.ukenummer {

	padding-left: 1px;
	padding-right: 1px;
	font-size: 9px;
	
}

.dagfelt {
    min-width: 6px; 
	color:#999;
	font-size: 7px;		
}

.dagfelt_ukeslutt {
	min-width: 6px;
	border-right-color: #666;
	border-right-width: 2px;
	font-size: 7px;
	color:#999;
}

