body {
	margin: 0;
	display: grid;
	place-items: center;
	background-color: #2b9942;
	width: 100%;
	height: 100%;
	
	font-family: system-ui, sans-serif;
}

.comment_header {
	color: #FFF;font-size: 9px;
}

a {
	text-decoration: none;
	color: #FFF;font-size: 12px;
	}
	
a:hover {
	text-decoration: none;
	color: #999999;
	font-size: 12px;
	}

input.checkboxer {
	width: 30px;
	height:30px;
	margin:0;
	
}
input.checkboxer_red {
	width: 30px;
	height:30px;
	margin:0;
	border: 2px solid #ff000;
	background-color: #ff000;
	outline: 2px solid #ff0000 !important
	
}

.sletteknapp{
	
	height:42px;
	width:42px;
	padding:2px;
	
}

#ikkjeher {
	display: none;
}

.sletteknapp:hover{
	
	height:45px;
	width:45px;
	padding:0px;
}

#QRKODER {
	display: none;
}

#brukernavn {
	position:absolute;
	bottom: 2px;
	right: 0px;
	color: #fff;
}

#approval_count {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	background-color: #ff0000;
	display: inline;
	line-height:25px;
	border-radius: 10px 10px 10px 10px;
	opacity: 0.7;
}
#service_count {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	background-color: #FF9110;
	display: inline;
	line-height:25px;
	border-radius: 10px 10px 10px 10px;
	opacity: 0.7;
}
#description {
  resize: none;
  height: 245px;
  width: 270px;
  background-color: #2b2a33;
  border: 1px solid #2b2a33;
  color: #fff;
}

.skjemanavn {
	color: #fff;
	font-weight: bold;
	text-align: right;
}

.qr_code {
	border-radius: 10px 10px 10px 10px;
	margin-right: 10px;
}

#container {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 100%;
	height:100%;
	opacity: 0.7;
	-webkit-mask-image: -webkit-gradient(linear, left top, 
    left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	background-image: url('images/epsco4.jpg');
	background-size: cover;
	background-attachment: fixed;
	-webkit-animation:zoom 120s infinite;
    animation:zoom 120s infinite;
	z-index: 1;
}
#topp_container {
	position: absolute;
	top:0px;
	margin: 0 auto;
	width: 1000px;
	height:90px;
	border: 0px;
	z-index: 3;
	overflow:hidden;
}
#hoved_container {
	position: absolute;
	top:90px;
	margin: 0 auto;
	bottom: 50px;
	width: 1000px;
	height:100%;
	border: 0px;
	z-index: 2;
	display: block;
	bottom: 50px;
	
}
#bunn_container {
	position: fixed;
	bottom: 0px;
	width: 1000px;
	height:50px;
	border: 0px;
	z-index: 2;
	overflow:hidden;
}
#hovedtabell {

	width: 1000px;
	background-color: #1f2227;
	opacity: 0.9;
	min-height: 400px;
	margin-bottom:30px;
}

.overskrift {
	color: #fff;
	font-size: 18px;
	height: 50px;
}
.standard_tekst {
	color: #fff;
	font-size: 12px;
	
}
.questions_tekst {
	color: #fff;
	font-size: 14px;
	
}
#usertbl{
	width: 70%;
	
}
#searchtbl{
	width: 70%;
}
#searchtbl tr:hover {
	background-color: #2b9942;
	cursor: pointer;
	transition: background-color 0.5s ease;
}
#maintenancetbl{
	
}

#contacttbl{
	width: 80%;
	
}

#contacttbl td {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 40px;
}

.notdpadding{
	padding:0px;
	margin:0px;
}
.tdpadding{
	padding: 5px 10px 5px 15px;
	height: 50px;
}
#maintenancetbl tr:hover {
	background-color: #2b9942;
	cursor: pointer;
	transition: background-color 0.5s ease;
}


.usertbl_tr{
	color: #fff;
	font-size: 15px;
	background-color: #000;
}
#usertbl td{
	padding: 5px 10px 5px 15px;
	height: 50px;
}
#mainttbl {
	width: 80%;
	}
#mainttbl td {
	padding: 10px;
}
#searchtbl td{
	padding: 5px 10px 5px 15px;
	height: 50px;
}
#logginn_knapp {
	
	position: absolute;
	top: 10px;
	right: 10px;
	
}
.graalinje{background-color: #313737;color:#fff;}
.lyslinje{background-color: #404343;color:#fff;}

.overskrift_stor {
	color: #fff;
	font-size: 24px;
	height: 50px;
	font-weight: bold;
}

#headliner{
	color: #fff;
	width: 100%;
	font-size: 24px;
	height: 50px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	margin: auto;
	text-align: center;
}
.headline {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 20px;
	background-color: #2b9942;
	padding-right: 5px;
	border-radius: 10px 0px 0px 10px;
	text-align: right;
	width: 125px;
}
.value {
	color: #fff;
	font-size: 12px;
	padding-left: 5px;
	border-radius: 0px 10px 10px 0px;
	text-align: left;
	background-color: #2b2a33;
	width: 125px;
	
}
.value_desc {
	color: #fff;
	font-size: 12px;
	padding-left: 5px;
	border-radius: 0px 10px 10px 0px;
	text-align: left;
	background-color: #2b2a33;
	width: 80%;
	
}

.green {
	color: #00ff00;
}
.yellow {
	color: #FFF200;
}
.orange{
	color: #FF9110;
}
.red{
	color: #FF0000;
}
#tool_table {
	width: 100%;
	border: 0px solid #fff;
	padding: 10px;
	border-spacing: 10px;
    border-collapse: separate;
}

.tool_tr{
	padding: 15px;
}

.picture_row {
	width:250px;
	border-radius: 10px 10px 10px 10px;
}

.tool_picture {
	opacity: 1.0;
	width:250px;
	border-radius: 10px 10px 10px 10px;
}

@-webkit-keyframes zoom{
    0%,100%{
        background-size:100%;
    }
    50%{
        background-size:155%;
    }
}
@keyframes zoom{
    0%, 100%{
        background-size:100%;
    }
    50%{
        background-size:155%;
    }
}


#nav-panel{
		background:#000;
		display:inline-block;
		width:100%;
	}
	
	#nav-panel ul,
	#nav-panel ul li,
	#nav-panel ul li a{
		margin:0;
		padding:0;
		list-style:none;
		display:block;
		color:#fff;
		text-decoration:none;
		font-size:0.8rem;
	}

	#nav-panel > .nav-menu{
		float:right;
		display:block;
		border:0;
		width: 100%;
	}
	
	#nav-panel ul li{
		float:left;
		position:relative;
	}
	
	#nav-panel > .nav-menu > li > a{
		padding: 0px 0px;
		border-right: 1px solid #4e4e4e;
		border-bottom:none;
		line-height:55px;
		min-width: 157px;
	}
	
	#nav-panel > .nav-menu > li > a:hover{
		background:#2b9942;
		transition: all 0.25s ease-out;

	}
	
	#nav-panel > .nav-menu > li:last-child > a{
		border:none;
	}
	
	#nav-panel ul li ul{
		display:none;
	}
	
	#nav-panel ul > li:hover > ul{
		display:block;
		position:absolute;
		top:55px;
		left:0;
		background:#000;
		z-index:100;
		min-width: 157px;
		moz-border-radius: 0 0 5px 5px;   
		-webkit-border-radius: 0 0 5px 5px; 
		border-radius: 0 0 5px 5px;
		line-height: 30px;
		height: 30px;
	}
	
	#nav-panel ul li ul li a, #nav-panel ul li ul li ul li a{
		padding:10px 17px;
		border-bottom:solid 1px #4e4e4e;
		height: 30px;
		background:#000;
	}
	
	#nav-panel ul > li > ul > li:last-child > a{
		border-bottom:none;
		moz-border-radius: 0 0 5px 5px;   
		-webkit-border-radius: 0 0 5px 5px; 
		border-radius: 0 0 5px 5px;
		height: 30px;
	}
	
	#nav-panel ul li ul li{
		float:none;
	}
	
	#nav-panel ul li:hover ul li:hover a:hover{
		transition: all 0.25s ease-out;
		background:#2b9942;
		
		
	}
	
	#nav-panel ul > li:hover > ul > li:hover ul{
		top:0;
		left:200px;
	}
	
button {
  background-color: #2b9942;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
}

button:hover {
	background-color: #34BA50;
}

.button {
  background-color: #2b9942;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
}

.button:hover {
	background-color: #34BA50;
}

.linkbtn {
  background-color: #E01B22;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
}
.linkbtn:hover {
	background-color: #E05759;
}

.textinput{
	position: relative;
	left: 300px;
	display: block;
	height: 0px;
	top: 5px;
}


#searchbar{
	
	position: absolute;
	top:30px;
	right:20px;
	display: inline;
	width: 210px;
}

.textfield {
	padding: 5px 10px 5px 10px;
	width: 80%;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	box-sizing: border-box;
	border: 3px solid #ccc;
}

.textfield_contact {
	padding: 15px 10px 15px 10px;
	width: 100%;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	box-sizing: border-box;
	border: 3px solid #ccc;
}
.textomraade {
	padding: 5px 10px 5px 10px;
	width: 80%;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	box-sizing: border-box;
	border: 3px solid #ccc;
	min-width:500px;
	max-width:100%;
	min-height:100px;
	height:100%;
	width:100%;
	resize: none
}
.textfield_checkpoint {
	padding: 5px 10px 5px 10px;
	width: 400px;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	box-sizing: border-box;
	border: 3px solid #ccc;
	height: 38px;
}
.textfield_checkpoint_option {
	padding: 5px 10px 5px 10px;
	width: 120px;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	box-sizing: border-box;
	border: 3px solid #ccc;
	height: 38px;
	margin-left: 2px;
	margin-right: 2px;
}
.searchfield {
	
	width: 130px;
	height: 35px;
	padding: 5px 10px 5px 10px;
	margin-right:5px;
	
	
	-webkit-transition: 0.5s;
	box-sizing: border-box;
	border: 3px solid #ccc
}
.searchbutton {
  background-color: #2b9942;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
}

.searchbutton:hover {
	background-color: #34BA50;
}

.textfield:focus {
	border: 3px solid #555;
}
.searchfield:focus {
	border: 3px solid #555;
}

@media screen and (min-width: 1200px) {
    #eprovider_div {
		position: fixed;
		bottom: 10px;
		right: 10px;
        display: block;
		background-color: #fff;
		padding: 5px;
		border-radius: 5px;
		z-index: 3;
    }
}



