﻿body{
	background-color: LightGrey;
	width : 100%;
	height: 100%;
	margin: auto;
}

#login{
	z-index: 1;
	background-color: white;
	width: 100%;
	height: 100%;
	position: fixed;
	margin: auto;
	padding: 70px 0;
}

#opretback{
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.3);
	width: 100%;
	height: 100%;
	opacity: 100%;
	margin: auto;
	display: none;
	text-align: center;
	position: fixed;
}

#opret{
	z-index: 2;
	background-color: white;
	width: 70%;
	height: 70%;
	margin: auto;
	border: 4px solid black;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

#opdaterback{
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.3);
	width: 100%;
	height: 100%;
	opacity: 100%;
	margin: auto;
	display: none;
	text-align: center;
	position: fixed;
}

#opdater{
	z-index: 2;
	background-color: white;
	width: 70%;
	height: 70%;
	margin: auto;
	border: 4px solid black;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

#opretCsvBack{
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.3);
	width: 100%;
	height: 100%;
	opacity: 100%;
	margin: auto;
	display: none;
	text-align: center;
	position: fixed;
}

#opretCsv{
	z-index: 2;
	background-color: white;
	width: 70%;
	height: 70%;
	margin: auto;
	border: 4px solid black;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

#loginform{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	padding: 15px 32px;
	border-radius: 8px;
	border: 2px solid #555555;
	max-width: 60%;
	margin: auto;
}
#username, #password{
	height: 35px;
	width: 350px;
	font-size: 35px;
}


#wrapper{
	background-color: white;
	width: 80%;
	min-width:650px;
	margin: auto;
    min-height:100vh;
	height: 100%;
	z-index:0;
}


#titlediv{
	margin: auto;
	display: block;
	width:100%;
}

#admin{
	margin: auto;
	display: block;
	background-color: black;
	min-height: 40px;
	width: 80%;
	min-width:650px;
	display:none;
	padding: 5px;
}

#elevvaelger{
	width:250px;
}

h1{
	display: block;
	text-align: center;
	font-family: Courier New;
	margin:auto;
	font-size: 60px;
	margin-top: 0px;
	margin-bottom: 10px;
}

footer{
	display: block;
	position: fixed;
	bottom: 0px;
	background-color: black;
	height: 40px;
	width: 80%;
	min-width:650px;
	
}

.button{
	font-size: 35px;
	font-weight: bold;
	padding: 15px 32px;
	border-radius: 8px;
	border: 4px solid #555555;
	box-shadow:         inset 0 0 10px #000000;
}

/* CSS til opload af CSV filer*/
.skema2 th , .skema2 td{
	border: 1px solid black; 
	border-collapse: collapse;
}

.skema2 td{
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	word-wrap: break-word;
	height: inherit; 
	padding: 0px;
}

.skema2 tr{
    height: 1px;
}

table.skema2{
	border: 3px solid black; 
	border-collapse: collapse;
	overflow-y: scroll; 
	width: 90%; 
	margin:auto;
}

/* CSS til Elveskemaet i wrapperen*/
.skema th, .skema td{
	border-top: 1.5px solid black;
	border-bottom: 1.5px solid black;
	border-left: 2.5px solid black; 
	border-right: 2.5px solid black; 
	border-collapse: collapse;
}

.skema td{
	word-wrap: break-word;
	height: inherit; 
}

.skemaBlok{
	vertical-align: top;
	min-height: 100px;
}

.skema tr{
    height: 1px;
}

table.skema{
	table-layout: fixed;
	width: 100%;
	border: 3px solid black; 
	border-collapse: collapse;
}

table.info{
	border-style:hidden;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px; 
}

.info td{
	border-style:hidden;
	padding-top: 5px;
}

.torsdag>select{
	width:95%;
}

/* Styling af de grupper af skemablokke */
.dag{
	vertical-align: middle;
	padding: 8px;
	background-color:#00ff00;
	text-align: center;
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 1rem;
}

.faelles, .mad, td.boglig, .valg, .special{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	text-align: center;
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 0.8rem;
}

.torsdag{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 0.8rem;
	vertical-align: top;
}

.mad{
	background-color: #ffccff;
}

.linjefag{
	background-color: #bdd6ee;
	vertical-align: middle;
	text-align: center;
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 0.8rem;
}

.faelles{
	background-color: #c5e0b3;
}

.boglig{
	background-color: #ffff00;
}

.torsdag{
	background-color: rgb(125, 150, 226);
}

#timeValgt{
	font-size: 0.8rem;
}

#timeValgt.timerBad{
	background-color: rgba(255, 0, 0, 0.671);
}


div.boglig:not(.t10){
	height:calc(100% - 10px);
	min-height: 3rem; 
	position: relative;
	font-weight: bold;
	font-size: 0.8rem;
}

div.boglig > span{
	text-align: center;
	width:100%;
	position: Absolute; 
	top: 50%; 
	transform: translateY(-50%);
}

.disabled{
	opacity: 0.5;
}

.special{
	background-color: orange;
	text-align: left;
}

.valg{
	background-color: #d8d8d8;
	text-align: left;
	height: calc(100% - 7px);
}

.cl10{
	display: none;
}

td > div{
    padding-top: 5px; 
    padding-bottom: 5px; 
    width:100%;
}

table.karakter{
	border: 3px solid black; 
	border-collapse: collapse;
	padding: 10px;
}

.karakter th , .karakter td{
	border: 1px solid black; 
	border-collapse: collapse;
	padding: 5px;
}

.divBottom{
	padding: 10px; 
	text-align: left;
}

.textBottom{
	height: 60px; 
	Width: 80%;
}



























