@import url("ordre.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
 }

div.top_bund  {
	background:url('../img/knap_bg.gif');
	background-repeat:repeat;
	color: black;
	background-color: #009578;
	border: 1px solid rgb(180, 180, 255);
	border-radius: 3px;
	height: 22px;
	width: 100%;
	margin-bottom: 0px;
}
div.luk {
	position:relative;
	top: 0px;
	right: 1px;
	font-size: 13px;
	background:url('../img/luk.png');
	background-repeat:no-repeat;
	background-position:right;
	border-radius: 3px;
	height: 20px;
	margin-bottom: 0px;
}
div.vindue  {
	position:relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
}
.inputbox {
	margin-bottom: 1px;
	/* padding: 1px 1px; */
	/* height: 20px; */
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}
a:link {
/* 	text-decoration: none; */
	/*color: white;*/
}

a.myButton {
	border:1px solid #ffffff;
	text-decoration:none;
	position:static;
}
 a.myButton:active {
	position:relative;
	top:+2px;
	left:+2px;
}

.italic {
	  font-style:italic;
}
.bold {
		font-weight:bold;
}

.CellWithComment{
	position:relative;
  }
  
 .CellComment{
	display:none;
	position:absolute; 
	z-index:100;
	border:1px;
	background-color:#EEEEFF;
	border-style:solid;
	border-width:1px;
	border-color:#AAAAFF;
	padding:3px;
	color:black; 
	top:20px; 
	left:20px;
	width:auto;
	min-width: 100px;
	max-width: 500px;
	text-align: left;
 }
  
  .CellWithComment:hover span.CellComment{
	display:block;
 }

 .expandable {
  overflow: hidden;

  transition: all .5s ease-in-out;
  line-height: 0;
  padding: 0 1em;
  color: transparent;
  height: 0;
}
 
.expandable:target {
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
  color: black;
  height: 50px;
}
 
.textareaBeholder {
	margin-bottom: 5px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

th {
	text-align: left;
}

#popup-flatpay {
  display: none;
  position: absolute;
  width: 600px;
  height: auto;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3px 20px 20px 20px;
}

#popup-flatpay span {
  display: block;
}

.backdrop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #10101010;
}

#popupbox {
  display: none;
  position: fixed;
  width: 600px;
  height: auto;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3px 20px 20px 20px;
  z-index: 3000;
}

/* modal */

.posmenu-popup {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
  }
  
  /* The Close Button */
  .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
