/* Stylesheet created by BeeSite */

* {
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 12px;
	color: rgb(0, 0, 0);
/*	font-weight: normal;*/
}

.inactive {
	color: #c11111;
	text-decoration: none;
}

/* Overskriv jQuery UI font */
.ui-widget, .ui-datepicker-close, .ui-datepicker-current {
	font-family: Calibri, Arial, Helvitica, sans-serif !important;
	font-size: 14px !important;;
}

.datepicker {
	width:80px !important;
	height: 25px;
	cursor: pointer;

}

.datepicker + img {
	display: none;
}

/*
.opret_antal {
    position: relative;
}

.opret_antal:hover::after {
    background-color: #cccccc;
    content: '\00a0';
    height: 3000px;
    left: 0;
    position: absolute;
    top: -1500px;
    width: 100%;
    z-index: -1;        
}

td[data-mys='1'], td[data-mys='1'] > span {
	color:red;
}

td[data-mys='2'], td[data-mys='2'] > span {
	color:green;
}

td[data-mys='3'], td[data-mys='3'] > span {
	color:blue;
}

td[data-mys='4'], td[data-mys='4'] > span {
	color:cadetblue;
}

td[data-mys='5'], td[data-mys='5'] > span {
	color:black;
}
*/

/* Standard html classer */
html {
	overflow-y: scroll;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

input, select {
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height:26px;
}

input[type=radio], label {		
	cursor:pointer;
}

h1 {
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

a, a:visited, a:hover {
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	text-decoration: none;
}

/* ID Classer */

#table_list {

}

#td_list {
	padding-right:20px;
}

#oversigt tr:hover {
	background-color:#cccccc;
}

.pakke_status, .extra_kunde {
	cursor: pointer;
}

.verline {
	width:1px;
	margin:0;
	padding: 0;
	background-color: #000;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.70);
    display: none;
}
/*
#otd:hover {
	background-color:#ffcc33;
}
*/
/* custom classes */

.tableheader {	
	font-size: 11px;
	font-weight : bold;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
	padding: 2px;
	height: 22px;
}

.tabledata, .saet_status {

	font-size: 11px;

	height:20px; 

	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;

	padding: 2px;
	text-decoration:none;
	color:#000000;
}

.table_with_border {
	table-layout: fixed;
	border-collapse: collapse;
}

.table_with_border td {
	border: 1px solid #000;
	padding: 3px;
	height:25px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;		
}

.td_ellipsis {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;	
	height: 25px;
}

.fixed_table {
	table-layout:fixed; 
	width:100%;
	border-collapse: collapse;
}

.fixed_table td {
	padding:3px 3px 3px 3px;
}

.table_with_pointer {
	table-layout:fixed; 
	width:100%;
	border-collapse: collapse;
}

.table_with_pointer td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tableview {
	table-layout:fixed;
	width:100%;
	border-collapse: collapse;
}

.tableview td {
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.orderby_header {
	font-weight: bold;
	color: #ffffff;
	padding: 0px !important;
	cursor: pointer;
}

.orderby_header_inactive {
	font-weight: bold;
	color: #ffffff;
	padding: 0px !important;
}

.rotate {
	white-space: nowrap;
	vertical-align: bottom;
	width: 1.5em;
	height: 300px;
}

.rotate > div {
	margin-bottom:-10px;
}

.red {
	background-color: red;
}

.green {
	background-color: green;
}

.rotate div {
	font-family: Arial, Helvitica, "sans-serif";
	-moz-transform: rotate(-90.0deg);  /* FF3.5+ */
	-o-transform: rotate(-90.0deg);  /* Opera 10.5 */
	-webkit-transform: scale(1.01) rotate(-90.0deg) translateX(49%);  /* Saf3.1+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.093);  /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.093)"; /* IE8 */
	margin-left: -10em;
	margin-right: -10em;
	/*margin-bottom: 184px;*/
	/*-webkit-backface-visibility: hidden;*/
}

.kunde_status {
	cursor: pointer;
}

.kunde_status:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

#den_gronne_vinkel_box {
	padding: 0 10px;
	width:400px;
	height:240px;
	outline:1px solid black;
	background-color:white;
	float:left;
}


#den_gronne_vinkel * {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 10px 0 10px 0;
	width: 400px;
}

#gave_resume_box {
	padding: 10px;
	width:400px;
	height:220px;
	outline:1px solid black;
	background-color:white;
	float:left;
}

#gave_resume_overskrift {
	float: left;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	/*outline:1px dotted red;*/
}

#gave_resume_foto {
	display: table-cell;
	margin: 10px 10px 10px 0;
	width: 180px;
	height: 180px;
	outline:1px dotted red;
	float:left;
}

#gave_resume_foto > img {
	max-width:180px;
	max-height:180px;
}

#gave_resume_tekst, #gave_resume_tekst *, den_gronne_vinkel_tekst {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 10px 0 10px 0;
	float:left;
	width: 205px;
}

#gave_beskrivelse, #gave_beskrivelse * {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.vejl_pris, #gave_vejlpris * {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

/* Forsiden */
.content_folder {
	display: table-cell;
	background-color: #ffffff;
	z-index: 5;
	width: 1400px;
	padding: 10px 10px 20px 10px;
}

#editor-tools {
	background-color: #ddd;
	border-bottom: 1px solid #ddd;
	padding: 12px;
	position: sticky;
	top: -6px;
	height: 50px;

}
#billed_editor_content {
	padding-top: 20px;
}

#upload-frm {
	float: right;
}
.image-name input[type=text] {
	width: 640px;
}
.file {
	position: relative;
	background: linear-gradient(to right, lightblue 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition:all 1s ease;
}
.file.done {
	background: lightgreen;
}
.file a {
	display: block;
	position: relative;
	padding: 5px;
	color: black;
}

#forside_logo {
	max-height: 200px;
	width: auto !important;
	max-width: 650px;
	height: auto !important;
}

.top_menu {
	float:left;
}

.top_menu > a {
	color:#000;
	text-decoration: none;
	margin:0 15px;
	font-size:12px;
}

/* end css */