@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap';

html, body {
	font-family: "Roboto Condensed", Tahoma, Geneva, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#container {

    width: 100vw;
	position: relative;
	padding:0;
	float: left;


}

#innhold {
	width: 50vw;
}

#footer {

	width: 100%;
	float: left;
	bottom: 0;
	text-align: center;
	color: #ccc;
}

ul.navbar {
    font-size:10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

span.meny {

    float: left;
    clear: left;
    font-size: 10px;

}

button {
	border:1px solid #000;
	font-size: 2em;
}

button.tiny {
    padding: 1px 6px;
    width: initial;
}



.highlighted {
    background: yellow;
}

.snartUteFarge {
    background: #F00;
}

.snartUte {
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition:    background 0.5s ease-in-out;
    -ms-transition:     background 0.5s ease-in-out;
    transition:         background 0.5s ease-in-out;
}

p {

	font-size: 2em;

}

h1 {

	font-size: 3em;

}

h2 {

	font-size: 2em;
}

table.tavle {

    border-collapse: collapse;

}

table.tavle td {
    border-bottom: 1px solid #000;
}

table.tavle th {
    font-size: 36px;
    border-bottom: 3px solid #000;
}

table.utedata {
    border-collapse: collapse;
    width: 100%;
}

table.utedata th {
    font-size:18px; 
    border-bottom: 1px solid #000;
}

td.overskrift {
	
	text-decoration: underline;
 
}

td.datoLinje {

	font-size: 2em;
}

td.tavleNavn {

    font-size:46px;

}

td.tavleTidsrom {


}

td.tavleMelding {


}

th {
	text-align: left;
    font-size: 16px;
}


a {

	font-weight:bold;
	text-decoration:none;
	color:#00a;
}

a.tablelink {
	font-size:12px;
	color:#000;

}


textarea {
  resize: vertical; 
  border: 1px solid #000;
}

select {
    font-size: 2em;
	border: 1px solid #000;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 12px 20px;
}

input.login {
    font-size: 2em;
    border: 1px solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 20px;
}

input.icon {
    width: 100%;
    padding: 12px 40px;
    /*margin: 8px 0;*/
    display: inline-block;
    border: 1px solid black;
    box-sizing: border-box;
}

i.input {
    position: absolute;
    left: 10px;
    top: 30px;
    color: gray;
}

select:required, textarea:required, input:required {
    background-color: #DDFFDD;
    border: 1px solid #000;
}

input {
    font-size: 2em;
	border: 1px solid #000;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 12px 20px;
    width: 100%;
}

input[type=submit], button {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover, button:hover {
    background-color: #45a049;
}


select:required, textarea:required, input:required {
	background-color: #DDFFDD;
	border: 1px solid #000;
}

span.input {

	font-size: 2em;
	font-weight: bold;

}


.nav {
  list-style: none;
  margin: 0;
  background: #3b97ca;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  font-size: 2em;

}

.nav a {
  text-decoration: none;
  display: block;
  color: white;
  padding:1em;
}

.nav a:hover {
  background: #7bc;
}

@media all and (max-width: 1000px) {
  .nav {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }

  .nav a {
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .nav li:last-of-type a {
    border-bottom: none;
  }

  #innhold {

  	width:98vw;
  	padding: 1vw;

  }
}