@charset "UTF-8";

/*
 * reset
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, select,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
em{
	font-style: italic;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th {
	text-align:left;
}
input[type=checkbox], input[type=radio] {
	margin:0;
	padding:0;
	border:medium none;
	vertical-align: middle;
}
:focus { outline: 0; }

/*
 * main tags
*/

html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: #e3e8e9;
	font-family: Verdana, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
body, th, td, div, p {
	font-size: 12px;
	line-height: 18px;
}
a:link, a.link {
	color: #000;
	text-decoration: none;
	border:1px solid transparent;
}
a:visited, a.visited {
	color: #000;
	text-decoration: none;
}
a:hover, a.hover, a:active, a.active {
	color: #0d77c3;
	text-decoration: none;
}
img {
	border: medium none;
}
h1{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0d77c3;
}
hr {
	border: 0px;
	border-top: 1px solid #DBDBDB;
	border-bottom: transparent;
	margin:6px 0 6px;
	display:block;
	clear:both;
}
/*
 * general layout
*/

div#background {
	position: relative;
	width: 1010px;
	margin: 0 auto;
	background-color: #fff;
	/*min-height: 1500px;*/
	min-height: 800px;
	overflow:visible;
	border-right:1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
}
.logoacrossleft {
	position:absolute;
	top:10px;
	right:auto;
	left:-36px;
	background-color:transparent;
	z-index:999999;
}


/*
 * left column
*/

div#leftcolumn {
	float: left;
	margin-top: 10px;
	margin-left: 6px;
	width: 240px !important;
}
	div#leftcolumn div.box {
		width: 234px;
		margin-bottom:30px;
		background: #e3e8e9 url(images/leftcolumn/bgBox.gif) no-repeat left top;
	}
		div#leftcolumn div.box h1 {
			color: #fff;
			margin:0 6px 7px 6px !important;
			padding: 6px 0 7px 10px;
			text-transform: none;
			margin-right: 6px;
			margin-bottom: 5px;
			background: transparent url(images/leftcolumn/bgH3Open.gif) no-repeat right top;
			cursor: pointer;
			border:1px solid #046697;
		}
		div#leftcolumn div.box h1.close {
			background: transparent url(images/leftcolumn/bgH3Close.gif) no-repeat right top;
		}
		div#leftcolumn div.box .inbox {
			padding: 0 14px;
		}
		div#leftcolumn div.box .inboxtext {
			padding: 0 14px 0 32px;
		}
	div#leftcolumn p.boxbottom{
		background: transparent url(images/leftcolumn/bgBoxBottom.gif) no-repeat left bottom;
		height: 14px;
	}
	#leftcolumn a.active {
		/*background: url(images/treeview-bbtool.png) -1px -1px no-repeat;*/
		color: #0d77c3;
		background-color:#fff;
		border:1px solid #ddd;
		border-radius: 4px;
		-webkit-border-radius: 4px;
	}

/* left column tree navigation */
.treeviewlike {
	list-style: none;
	margin-left: 18px;
}
.treeviewlike .inactive{
	color:#999;
}
li.dotred, li.dotorange, li.dotgreen {
	margin-left: -18px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
li.dotred {
	background-image: url(images/icons/dotRed.png);
}
li.dotorange {
	background-image: url(images/icons/dotOrange.png);
}
li.dotgreen {
	background-image: url(images/icons/dotGreen.png);
}
ul.hover li:hover {
	background-color:#fff;
}

.treeview, .treeview ul { list-style: none;}
.treeview ul li { padding-left: 18px; }
.treeview .hitarea {
	background: url(images/treeview-bbtool.png) -1px -18px no-repeat;
	height: 16px;
	width: 18px;
	float: left;
	cursor: pointer;
}
* html .hitarea { display: inline; float:none;}/* fix for IE6 */
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color: #0d77c3; cursor: pointer; }
.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -36px; }
.treeview .expandable-hitarea { background-position: 0 0; }

.treeview-bbtool li { background-image: url(images/treeview-bbtool-line.gif); }
.treeview-bbtool .hitarea, .treeview-bbtool li.lastCollapsable, .treeview-bbtool li.lastExpandable { background-image: url(images/treeview-bbtool.png); } 
.treeview-bbtool li a { padding-left:18px;padding-right:18px; }
.treeview-bbtool li ul li a { padding-left:10px;padding-right:10px; }

/*
 * search form
*/

#searchbox{
	min-height:70px;
}
.close{
	border:1px solid transparent;
	margin:7px;
	padding:0 7px;
}
.open{
	margin:7px;
	padding:0 7px;
	background-color:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
div#searchresultpager{
	height:16px;
	line-height:16px;
	margin-bottom:6px;
}
.close a#searchclose,
.close div#searchresults
{ display:block; }
.close a#searchclose,
.close div#searchresults
{ display:none; }

div.searchfield{
	padding:3px 0;
	margin:6px 0;
	background-color:#fff;
	border:1px solid #bbb;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
input#searchterm {
	padding-top:1px;
	padding-bottom:1px;
	width:130px;
	border:medium none;
	line-height:14px;
	font-size:11px;
	background-color:#fff;
}
a#searchclose{
	float:right;
}
#searchresultpager{
	text-align:center;
}
#searchfilter {
	margin-top:5px;
	padding:5px 0;
	border-top:1px solid #ddd;
}
.pagecounter{
	width:90px;
	display: inline-block;
}
a.previousicon, a.nexticon, a.previousiconoff, a.nexticonoff {
	padding:0 6px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 2px;
}
a.previousicon {
	background-image: url(images/previous.gif);
}
a.nexticon {
	background-image: url(images/next.gif);
}
a.previousiconoff {
	background-image: url(images/previousoff.gif);
}
a.nexticonoff {
	background-image: url(images/nextoff.gif);
}




/*
 * shoutbox
*/
.shoutline {
	padding:3px 7px;
	font-size:11px;
	line-height:15px;
	overflow:hidden;
}
.shoutline div {
	font-size: inherit;
	line-height:inherit;
	margin-top:10px;
	color:#0d77c3;
}
.shoutlinelast {
	padding:4px 3px;
	font-size:11px;
	line-height:15px;
	background-color:#0d77c3;
	color:#fff;
}
.shoutlinelast a {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 11px;
/*
	border: 3px solid transparent;
	padding:0 4px;
*/
}
.shoutlinelast a:hover {
/*
	color:#0d77c3;
	background-color:#E3E8E9;
	border-color: #fff;
*/
}
.shoutlinelast span {
	float:right;
}
#shouttext{
	width:194px;
	height:68px;
	margin-bottom:4px;
	padding:2px;
	font-size:11px;
	line-height:14px;
	overflow:auto;
}

/*
 * right column
*/

div#rightcolumn, div#rightcolumnclose {
	position:relative;
	float: left;
	margin-top: 10px;
	width: 760px !important;
	background-color:#fff;
}

/* spalten */
.inputbox{
	float:left;
	background-color:transparent;
	text-align:center;
}
/* einspaltig */
.onecol{
	clear:both;
	margin-bottom:12px;
}
/* zweispaltig */
.twocols {
	width:365px !important;
	float:left;
	margin-bottom:8px;
	overflow: hidden;
}
.twocols .text, .twocols .input, .onecol .text, .onecol .input{
	float:left;
	margin-bottom:8px;
	display: inline-block;
}
.twocols .text, .onecol .text{
	width:auto;
	padding-top:4px;
	font-size:12px !important;
}
.twocols .first, .onecol .first{
	width:110px;
	clear:left;
}
.twocols .input, .onecol .input{
	width:255px;
}

#rightcolumn h1, #rightcolumnclose h1, .onecol h1, .twocols h1 {
	color: #0d77c3;
	text-transform: uppercase;
	margin-bottom:12px;
}
/* spaltenbreiten */
.b8{ width:12.2%; }
.b8 input, .b8 textarea, .b8 select{ width:85%; }
.b4{ width:25%; }
.b4 input, .b4 textarea, .b4 select{ width:85%; }

.bfirst { width:30% !important; clear:both; }
.b3{ width:23.3%; }
.b3 input, .b3 textarea, .b3 select{ width:85% !important; }
.b2{ width:35%; }
.b2 input, .b2 textarea, .b2 select{ width:95%; }
.b1{ width:70%; }
.b1 input, .b1 textarea, .b1 select{ width:99%; }

.w100{ width:100%; }
.w99{ width:99%; }
.w95{ width:95%; }
.w90{ width:90%; }
.w85{ width:85%; }
.w80{ width:80%; }
.w70{ width:70%; }

.center{ text-align:center; }
/*
 * tabellen
*/
table.evenodd tr td {
	text-align: left;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
	line-height:20px;
	padding:0 6px;
}
table.evenodd tr.even, .even {
	background-color:#e3e8e9;
}
table.evenodd tr.odd, .odd {
	background-color:#F6FCFC;
}

table.evenodd tr td.c {
	text-align: center;
}
table.evenodd tr th {
	text-align: center;
	background-color:#fff;
}
table.hoverwhite tr:hover td {
	background-color:#fff;
}
table.nowrap-th tr th {
	white-space: nowrap;
	text-align: left;
}

table.hover tr:hover td {
	background-color:#e6ffe3;
}

table.preis tr td {
	padding:3px 0;
}
table.preis tr th {
	padding-bottom:2px;
	text-align:center;
}
table.preis tr:hover td input {
	background-color:#e6ffe3;
}

table.pdrb tr td {
	padding-right:8px;
	padding-bottom:8px;
}
table.pdrb-12-4 tr td,
table.pdrb-12-4 tr th {
	padding-right:12px;
	padding-bottom:4px;
}
table.padding tr td {
	padding:2px;
}
table.padding2 tr td,
td.padding2 {
	padding:2px 10px;
}
table.padding2-0 tr td,
td.padding2-0 {
	padding:2px 0;
}
table.padding6 td{
padding:6px;
}
table.edition{
	width:100%;
	border-top:1px solid #ccc;
}
table.edition tr td {
	border-bottom:1px solid #ccc;
	padding:2px;
}
table.edition tr th {
	border-bottom:1px solid #ccc;
	padding:2px;
	text-align:center;
	font-weight:bold;
}
table.edition tr td ul {
	list-style-position: inside;
	list-style-type: square;
}
table.edition tr td ul li {
	padding-left:12px;
}

table.padding6 td{
padding:6px;
}

/*
 * list elements
*/
ul.plain{
	list-style-image: none;
	list-style-type: none;	
}

ul.linklist,
ol.linklist {
	overflow:hidden;
	/*width:98%;*/
}
ul.linklist li,
ol.linklist li {
	border-bottom:1px solid #ddd;
	margin:1px 0;
}
ul.linklist li:hover,
ol.linklist li:hover {
	background-color:#f6fcfd;
}
ul.linklist li a,
ol.linklist li a {
	display:block;
	color:#0d77c3;
}
ul.linklist li a:hover,
ol.linklist li a:hover {
	color:#333;
}
ul.linklist li a.selected,
ol.linklist li a.selected {
	background-color:#e3e8e9;
}

#joblistbox,
#kundelistbox,
#lieferantenlistbox {
	display:none;
	position:absolute;
	top:0;
	right:10px;
	bottom:0;
	left:0;
	max-height:800px;
	background-color:#fff;
	padding:20px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.jobliste li span.l1,
.jobliste li span.l2,
.jobliste li span.l3,
.jobliste li span.l4,
.jobliste li span.l5,
.jobliste li span.l6,
.lieferantenliste li span {
	display:inline-block;
	overflow: hidden;
	white-space:nowrap;
}
.jobliste li span.l1{ width:140px; }
.jobliste li span.l2{ width:60px; }
.jobliste li span.l3{ width:60px ;}
.jobliste li span.l4{ width:80px; }
.jobliste li span.l5{ width:160px; }
.jobliste li span.l6{ width:160px; }

ul.tabsmall {
	display:block;
	width:98%;
	font-size:11px;
	list-style-position: inside;
	list-style-type: none;
}
ul.tabsmall li {
	float:left;
}
ul.tabsmall li a {
	display:block;
	padding:0 10px;
}

.glossartext{
	background-color:#f6fcfd;
	padding:4px;
	margin:6px 0 6px 20px;
}
.glossartext.sorticon{
	background:#f6fcfd url(images/updown.png) no-repeat 4px 9px;
	margin-left:40px;
	padding-left:14px;
}
b.sorticon{
	background:#f6fcfd url(images/updown.png) no-repeat left 4px;
	padding-left:9px;
	cursor:pointer;
}

/*
 * form elements
*/
input, textarea, select{
	padding:3px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px !important;
	background-color:#F1F6F7;
	border: none;
	width:250px;
	font-style:normal;
}
input[type=text] {
}
input[type=checkbox], input[type=radio]{
	vertical-align: middle;
	width:auto;
	height:auto;
	border:medium none;
}
input[disabled=disabled], input[readonly=readonly],
textarea[disabled=disabled], textarea[readonly=readonly],
select[disabled=disabled], select[readonly=readonly],
div.textfield {
	background-color:#f9f9f9;
	color:#666;
}
textarea{
	/*overflow:auto;
	white-space: normal;*/
}
.textarea{
	width:98%;
	overflow: hidden;
	background-color:#f6fcfd;
	color:#666;
	padding:0 2px;
	height:94px;
	font-size:11px;
	line-height:14px;
}
.textarea p{
	font-size: inherit;
	line-height: inherit;
	margin:0;
	padding:0;
}
.textarea p:hover{
	background-color:#fff;
}
.inputfield{
	width:98%;
	height:21px;
	background-color:#f9f9f9;
	color:#666;
	padding:0;
	line-height:21px;
}
.handlebottom{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/a0a0a0_2lines.gif);
}
select{
	border:1px solid #E8EDEE;
	padding:1px;
	width:256px;
}
button, .button {
	border:1px solid #E8EDEE;
	background-color:#F1F6F7;
	cursor:pointer;
	padding:2px 12px;
}
button:hover, .button:hover{
	border:1px solid #ccc;
	background-color:#f9f9f9;
}
button.submit {
	background-color:#ddd;
}

.tighttext{
	overflow:hidden;
	line-height:12px;
	padding-right:0;
	padding-bottom:0;
}
div.textfield {
	width:745px;
	height:100px;
	font-size:11px;
	line-height:12px;
	padding:4px;
	overflow:auto;
	white-space:pre;
}
div.submit{
	text-align:center;
	padding:12px 0;
}
/*
 * helper
*/

.clear{
  clear: both; 
  display: block; 
  height: 0; 
  content: "."; 
  visibility: hidden;
}
.hideme{
	display: none;
}
.block{
	display: block;
}
.small, .smallem{
	font-size:11px;
	line-height:14px;
}
.smallem{
	font-style:italic;
}
.bgweiss {
	background-color: transparent;
	background-image: url(images/bgWeiss70Proz.png);
	background-repeat: repeat;
	background-position: left top;
}
.bgschwarz {
	background-color: transparent;
	background-image: url(images/bgSchwarz10Proz.png);
	background-repeat: repeat;
	background-position: left top;
}

.dotred, .dotorange, .dotgreen {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 3px 2px;
}
.dotred {
	background-image: url(images/icons/dotRed.png);
}
.dotorange {
	background-image: url(images/icons/dotOrange.png);
}
.dotgreen {
	background-image: url(images/icons/dotGreen.png);
}
.hint{
	background-color:#DCC4D0;
	border:1px solid #BD95A8;
	color:#0d77c3;
	padding:6px;
	clear:both;
	display:block;
}
.hintgreen{
	background-color:#c6e4bf;
	border:1px solid #8dca7f;
	color:#004900;
	padding:6px;
	clear:both;
	display:block;
}
.hintgrey{
	background-color:#F1F6F7;
	padding:6px;
	clear:both;
	display:block;
}
.hint a{
	color:#004900;
}

.rot, a.rot{
	color:#0d77c3;
}
.grau{
	color:#999;
}
.warnrot{
	color:#ff0000;
}
.gruen{
	color:#00cf00;
}


.bg-radio,
.bg-radio-gruen,
.bg-radio-rot {
	display:inline-block;
	padding:2px;
}
.bg-radio-gruen{
	background-color:#00cf00;
	margin-right:6px;
}
.bg-radio-rot{
	background-color: #FF0000;
}

.blocker{
	position:absolute;
	/*display: none;*/
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding-top:10%;
	padding-left:48%;
	opacity:0.9;
}
.blocker {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.blocker-small {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding-top:2%;
	opacity:0.9;
}
.blocker.loading {
	background: #fff url(images/loading16px.gif) no-repeat 50% 50%;
}

.mark{
	background-color:#FFFF00;
	color:#333333;
}
.togglepricegs{
	display:none;
}

table.kalkpreise tr td {
	/**/padding:0 0 6px 0;
}
.uiicon {
	width: 16px; height: 16px; background-image: url(jquery-ui/standard/images/ui-icons_222222_256x240.png);
	width:16px;
	height:16px;
	display: inline-block;
}
/*
 * anfrage
*/
div.anfragenliste{
	/*	max-height:200px;	*/
	height:auto;
	overflow:auto;
	white-space:nowrap;
}
div.anfragenliste div{
	display:block;
	margin:0;
}
div.anfragenliste div:hover{
	background-color:#f4fafa;
	cursor:pointer;
}
div.anfragenliste div div{
	display:inline-block;
	overflow:hidden;
	margin-right:1%;
	font-size: 11px;
	line-height:13px;
	height:13px;
}
div.anfragenliste div.active{
	background-color:#F4FAFA;
}

/*
 * preiskalkulator
*/

#preiskalkulatorbox, #preiskalkulatorboxab {
	padding:0;
	background: #e3e8e9 url(images/bgPreiskalkulator.gif) repeat-x left top;
}
#preiskalkulator, #preiskalkulatorab {
	margin:0;
	padding:0 5px;
	font-size:11px;
	border-right: 1px solid #c0c2c3;
	border-left: 1px solid #c0c2c3;
}
#preiskalkulator div.group, #preiskalkulatorab div.group {
	width:auto;
	overflow:hidden;
	font-size:11px;
}
#preiskalkulator div.group p, #preiskalkulatorab div.group p {
	margin:2px 2px;
	font-size:11px;
	overflow:hidden;
	white-space:nowrap;
}
#preiskalkulator h6, #preiskalkulatorab h6 {
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
#pkcalculate, #pkcalculateab {
	height:auto;
	padding:13px 10px 10px 10px;
	font-size:11px;
	color:#414102;
	background: #f2f5f6 url(images/bgshadowPreiskalkulator.gif) no-repeat left top;
}
#pkcalculate input, #pkcalculate textarea, #pkcalculate select, #pkcalculate .input 
#pkcalculateab input, #pkcalculateab textarea, #pkcalculateab select, #pkcalculateab .input {
	background-color:#cbd0d1;
	font-size:11px;
}
#pkcalculate input[type=text], #pkcalculateab input[type=text] {
	text-align:center;
}
table.pkcalculate tr td {
	padding:2px;
	text-align:center;
	font-size:11px;
}
/*
 * admin
*/
.platzhaltertxt{
	display: none;
	background-color:#fff;
	position:absolute;
	top:-2px;
	left:-215px;
	width:190px;
	border:1px solid #ddd;
	padding:5px;
}

/*
 * status
*/
div.statusbox {
	clear:both;
	margin:0 10px 24px 0;
}
div.statusbox div.links{
	float:left;
	width:19%;
	margin-right:1%;
	background-color:#fff;
}
div.statusbox div.rechts{
	float:left;
	width:80%;
	background-color:#F1F6F7;
}
div.statusbox div.scroll{
	max-height:200px;
	overflow-x: hidden;
	overflow-y: auto;
}
div.statusbox div.rechts table{
	width:100%;
}
div.statusbox div.rechts table td {
	padding:2px 6px;
	border-bottom:4px solid #fff;
}

div.statusbox-big {
	clear:both;
	max-height:510px;
	overflow:auto;
	background-color: #F1F6F7;
	margin-bottom:24px;
}
table.qmtable{
	width:738px;
}
table.qmtable tr td,
table.qmtable tr th {
	border-bottom:3px solid #fff;
	padding-left:6px;
}
td.datum, th.datum					{ width:10%; }
td.prod, th.prod						{ width:10%; }
td.job, th.job							{ width:10%; }
td.buch, th.buch						{ width:10%; }
td.kunde, th.kunde					{ width:25%; }
td.mangel, th.mangel,
td.lieferant, th.lieferant	{ width:15%; }
table.qmtable tr td.underline {border-bottom:2px solid #bbb;}

table.statistiken{
	width:100%;
}
table.statistiken th{
	text-align:center;
	background-color:#fff;
}
table.statistiken td{
	background-color:#F1F6F7;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	width:11%;
	text-align:right;
	padding:2px 6px;
}
table.statistiken td.white{
	background-color:#fff;
	width:19%;
	border-right: none;
	text-align:left;
}
table.statistiken td:last-child{
	border-right: none;
}
table.statistiken td.summe{
	background-color:#fff;
	border-top: 1px solid #ddd;
}
table.statistiken td.summetotal{
	border-top: 3px solid #ddd;
}
table td.rot{
	background-color:#0d77c3 !important;
	color:#fff !important;
}
div.rechts div#editbox, div.notizeintragen{
	position:absolute;
	display:none;
	background-color:#fff;
	border:1px solid #bbb;
}
div.rechts div#editbox{
	top:20px;
	right:20px;
	left:6px;
}
div.notizeintragen{
	top:0;
	right:20px;
	left:0;
}

div.statusbox div.rechtstd{
	float:left;
	width:80%;
	background-color:#F1F6F7;
	height:200px;
	overflow:auto;
}
div.td{
	float:left;
	border-right:4px solid #F1F6F7;
	border-bottom:4px solid #fff;
	background-color:#F1F6F7;
	overflow:hidden;
	padding:2px 4px;
	height:18px;
}



/*
 * rechnung
*/
table.summen{
	float:right;
	margin-right:17px;
	margin-bottom:0;
}
table.summen tr td{
	text-align:right;
	padding-left:12px;
	padding-bottom:6px;
}
table.summen tr td input{
	text-align:right;
}
input.topline{
	border-top:1px solid #999;
}


/*
 * autocomplete
*/
.ac_results {
	position:reltive;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('images/loading16px.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*
 * general style
*/
.fieldbg, .fieldblock {
	background-color:#F1F6F7;
	padding:2px 10px;
}
.fieldblock {
	display: block;
}
.posrel {
	position:relative;
}
/*
 * debug
*/
.debughinweis, #debug{
	display:block;
	padding:10px;
	margin:12px 0;
	color:#414102;
	background-color:#FFFFCB;
	border:1px solid #F3F306;
}
#debug{
	display: inline-block;
	white-space:pre;
}

/*
 * globals
 */

table.va-middle td { vertical-align:middle; }

.text-left{ text-align:left !important; }
.text-right{ text-align:right !important; }
.text-center{ text-align:center !important; }
.nowrap{ white-space:nowrap; }

.plain.ulicon{ margin:0 0 10px 0; }
.plain.ulicon > li{
	position:relative;
	margin:1px 0 2px;
	padding-right:0;
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: 4px 1px;
	background-size: 12px 12px;
}
.plain.ulicon > li:hover { background-color:#fff; }
.plain.ulicon > li.star { background-image: url(images/stern.png); }
.plain.ulicon > li.edit { background-image: url(images/edit.png); background-position: 4px 1px; }
.listicon{ height:12px; width:12px; margin:0 2px -2px -14px; }
.plain.ulicon > li .rightIcon{
	position:absolute;
	right:0;
	top:0;
	height:12px;
	width:12px;
	margin:0;
	padding:0;
	display:block;
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 11px 11px;
}
.plain.ulicon > li .rightIcon.close{ background-image: url(images/close.gif); }
.plain.ulicon > li .rightIcon.haken2{ background-image: url(images/haken2.gif); }
.plain.ulicon > li div.overlay{
	height:auto;
	width:auto;
	margin:0 0 0 -20px;
	padding:12px;
	display:none;
	z-index:99;
	background-color:#fff;
	border:1px solid #ddd;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
label.lblock{ display:inline-block; width:160px; overflow:hidden; margin:0 20px 0 0; white-space: nowrap; }
hr.f{ margin:2px 0 6px 0; width:auto; }
.filterbox{ margin:10px 0; background-color:#fff; padding:10px; border:1px solid #ddd; max-width:725px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }


/*
	notizzettel
		border: 1px solid rgba(255, 251, 0, 0.55);

*/

#draggable,
.notiz-box{
	position:absolute !important;
	left: 10px;
	top: 10px;
	width: 380px;
	height: 220px;
	background-color: rgba(255, 251, 0, 1);
	z-index:9;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, .15);
}
.notiz-box .top{
	background-color: rgba(0, 0, 0, .1);
	height:21px;
	overflow:hidden;
	cursor: move;
}
.notiz-box .top .iconbox{ float:right; }
.notiz-box .top .iconbox img,
.notiz-box .top .icon{
	float:right;
	width:14px;
	height:14px;
	opacity:.5;
	margin:3px 5px 0;
}
.notiz-box .top .icon{
	float: left;
}
.notiz-box .top .iconbox img:hover,
.notiz-box .top .icon:hover {
	opacity:1;
}
.notiz-box .container{
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 22px;
}
.notiz-box .container textarea{
	width: 100%;
	height: 100%;
	margin:0;
	border:0;
	padding:0;
	background-color: transparent;
	resize: none;
}
.colorselectbox {
	display:inline;
}
a.colorbox {
	display:inline-block;
	width:12px;
	height:12px;
	border: 1px solid rgba(0, 0, 0, .3);
	margin:3px 5px;
}

a.toggleNotiz{ 
	display:inline-block;
	width:14px;
	height:17px;
	background:transparent url("images/notizMaske.png") no-repeat left top;
	background-size:100% 100%;
	border:0;
	opacity: .6;
}
a.toggleNotiz:hover{ opacity: 1 !important; }
a.toggleNotiz.neu{ background-image:url("images/notizMaskeNeu.png"); }

a.toggleFarben{	float: left; }

.notiz-icons{ padding:15px 0 0 7px; }
.notiz-icons img{ margin-bottom: 2px; }

.ui-corner-all.active{
	border-color: #009e07 !important;
	background-color: #f7fcf7 !important;
}

.blink_me {
	animation: blinker .7s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: .2;
	}
}


.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.justify-content-evenly { justify-content: space-evenly !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }
.align-content-start { align-content: flex-start !important; }
.align-content-end { align-content: flex-end !important; }
.align-content-center { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }
.flex-row { flex-direction: row !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column { flex-direction: column !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }
.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }
.order-0 { order: 0 !important; }
.order-1 { order: 1 !important; }
.order-2 { order: 2 !important; }
.order-3 { order: 3 !important; }
.order-4 { order: 4 !important; }
.order-5 { order: 5 !important; }
.order-first { order: -1 !important; }
.order-last { order: 6 !important; }
.flex-grow-0 { flex-grow: 0 !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-shrink-1 { flex-shrink: 1 !important; }
.flex-1 { flex: 1; }
.w-30 { width: 30% !important; }
.w-70 { width: 70% !important; }
.w-100 { width: 100% !important; }
.w-110px { width: 110px !important; }

.twocolsfields .w-110px,
.truncate-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.twocolsfields .w-110px{
	max-width: 110px;
}
.w-230px{
	width:230px !important;
}
.w-230px input,
.w-230px textarea,
.w-230px select{
	width: 100% !important;
}

.twocolsfields{
	td{
		padding-bottom: 10px;
	}
}
.ps-2{
	padding-left: 10px;
}
.pe-2{
	padding-right: 10px;
}
.p-2{
	padding: 10px;
}
.input-100 input,
.input-100-1 input{
	width: 100% !important;
}
.input-100 .p-2,
.input-100-1 .p-2{
	padding: 0 10px 10px 5px !important;
}

.sortable-placeholder {
	background-color: #f0f0f0;
	border: 1px dashed #ccc;
	height: 50px; /* Höhe entsprechend der Item-Höhe anpassen */
	margin: 5px 0;
}