html {
	background: url('img/background/pattern.png');
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
optgroup {
	color: #52769B;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	margin-left: 5px;
}
optgroup option {
	color: #000000;
	font-size: 12px;
}
fieldset {
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
legend {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 5px;
	color: #52769B;
}
.vrr { border-right: 1px dashed #52759b; }
.vrl { border-left: 1px dashed #52759b; }
hr {
	border: none;
	border-bottom: 1px dotted #52769B;
}
img { border: none; }
*:focus { outline: none; }  
.basicselect {
	border: 1px solid #000;
        padding: 5px;
}

/* ********************************************** */
/* ************** CSS der Loginbox ************** */
/* ********************************************** */
.loginbox {
	position: absolute;
	margin-left: -173px;
	margin-top: -110px;
	min-height: 200px;
	width: 326px;
	left: 50%;
	top: 50%;
	border: 1px solid #000;
	padding: 20px;
	border-radius: 10px;
	box-shadow:8px 8px 8px #999999;
	background: url('img/login/background.png') top left no-repeat;
	color: #fff;
}
.headline {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.message {
	margin-bottom: 10px;
}
.message blockquote {
	border-left: 10px solid #1c92c4;
	padding-left: 10px;
	font-style: italic;
        font-weight: bold;
	line-height: 0.8;
        color: #1c92c4;
	margin: 10px;
}
.username input,
.passwort input,
.toticket input {
	padding: 7px 7px 7px 50px;
	border: none;
	margin: 2px;
	width: 323px;
	float: left;
}
.wkcol { background-color: #fff696 !important; }
tr.wkcol:hover { background-color: #52769B !important; }
.wtcol { background-color: #97ffde !important; }
tr.wtcol:hover { background-color: #52769B !important; }

.username input {
	background: url('img/login/userbg.png') top left no-repeat;	
}
.passwort input {
	background: url('img/login/passbg.png') top left no-repeat;
}
.rmfpbox {
	width: 320px;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
.rememberme {
	float: left;
}
.forgotpw {
	float: right;
}
.forgotpw a {
	text-decoration: none;
	color: #fff;
}
.forgotpw a:hover {
	color: #ff0000;
}
.loginbutton {
	clear: both;
	float: right;
}
#forgotpw {
	padding: 10px;
	width: 300px;
}
#forgotpw .fpwtext {
	margin-bottom: 10px;
}
#forgotpw .fpwlable {
	line-height: 22px;
	display: block;
	width: 60px;
	float: left;
}
.captchabox {
	position: relative;
	border: 1px solid #D4D4D4;
	margin-bottom: 5px;
	width: 227px;
	height: 80px;
}
.captchaimg {
	width: 227px;
	height: 80px;
}
.captcharel {
	position: absolute;
	cursor: pointer;
	height: 16px;
	width: 16px;
	bottom: 4px;
	right: 4px;
}
.lpwrecovery {
	width: 400px;
	padding: 10px;
}
.lpwrecovery > div { height: 230px; }
.lpwrecovery div .pwrcfield {
	border: 1px solid #D4D4D4;
	text-align: center;
	width: 200px;
	margin: auto;
	margin-top: 30px;
	line-height: 35px;
	padding: 10px;
	font-size: 30px;
}

/* ********************************************* */
/* ************** CSS des Headers ************** */
/* ********************************************* */
.header {
	background: #52769B;
	position: relative;
	height: 120px;
}
.hbsettings { background: url('img/header/hbsettings.png') top right no-repeat; }
.hbtickets  { background: url('img/header/hbtickets.png') top right no-repeat; }
.hbsupport  { background: url('img/header/hbsupport.png') top right no-repeat; }
.hbbckmngr  { background: url('img/header/hbbckmngr.png') top right no-repeat; }
.wartungen  { background: url('img/header/wartungen.png') top right no-repeat; }
.hbstats    { background: url('img/header/hbstats.png') top right no-repeat; }

.header .topbar {
	background: #ccc url('img/header/navbg.png') top left repeat-x;
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.topbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.topbar li {
	border-left: 1px dotted #000;
	float: right;
	padding: 0px;
	margin: 0px;
}
.topbar li a {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	display: block;
	color: #000;
}
.topbar li>span {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	display: inline-block;
	color: #000;
}
.topbar li a:hover, .topbar .tbactive {
	background-color: #52769B;
	color: #ffffff;
}
.topbar li:last-child {
	border-left: none;
}
.hblogo {
	position: absolute;
	background: url('img/header/hblogo.png') top left no-repeat;
	width: 350px;
	height: 33px;
	left: 15px;
	top: 40px;
}

/* ********************************************** */
/* ************** CSS des Footers  ************** */
/* ********************************************** */
.footer {
	background: url('img/footer/hbfooter.png') center center no-repeat;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
}


/* ************************************************ */
/* ************** CSS der Navigation ************** */
/* ************************************************ */
.navigation {
	width: 200px;
}
.navigation .quickopen {
	margin: 5px;
}
.navigation .quickopen .lable {
	line-height: 20px;
	height: 20px;
	float: left;
}
.navigation .quickopen .srchfield {
	text-align: right;
	float: right;
	width: 70px;
}
.navigation .quickopen .srchbtn {
	background: transparent url('img/icons/search.png') 0px 0px no-repeat;
	margin-left: 5px;
	cursor: pointer;
	border: 0px;
	width: 20px;
	height: 20px;
	float: right;
}
.navigation .quickopen .srchbtn:hover {
	background-position: 0px -20px;
}
.navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.navigation ul li {
	padding: 0px;
	margin: 0px;
}
.navigation ul li a {
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #000000;
	display: block;
}
.navigation ul li a:hover {
	background-color: #52769B;
	color: #ffffff;
}
.navigation .navhl {
	background: #ccc url('img/navigation/navhlbg.png') top left repeat-x;
	padding: 2px 5px 2px 5px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 15px;
	height: 22px;
}
.navigation .navhl:first-child {
	margin-top: 0px;
}
.navigation .subnavhl div {
	border-bottom: 1px dotted #52769B;
	font-weight: bold;
	padding-left: 8px;
	margin-top: 10px;
}
.navigation li ul {
	margin-left: 12px;
}
.navigation .navicon {
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
	line-height: 20px;
	height: 20px;
}
/* mailing.png */
.navigation .users { background: url('img/navicons/user.png') 2px 1px no-repeat; }
.navigation .groups { background: url('img/navicons/group.png') 2px 1px no-repeat; }
.navigation .addressbook { background: url('img/navicons/addressbook.png') 2px 1px no-repeat; }
.navigation .pools { background: url('img/navicons/pools') 2px 1px no-repeat; }
.navigation .supporter { background: url('img/navicons/supporter.png') 2px 1px no-repeat; }
.navigation .template { background: url('img/navicons/template.png') 2px 1px no-repeat; }
.navigation .rights { background: url('img/navicons/right.png') 2px 1px no-repeat; }
.navigation .priority { background: url('img/navicons/priority.png') 2px 1px no-repeat; }
.navigation .ticketcat { background: url('img/navicons/ticketcat.png') 2px 1px no-repeat; }
.navigation .mailing { background: url('img/navicons/mailing.png') 2px 1px no-repeat; }
.navigation .week { background: url('img/navicons/week.png') 2px 1px no-repeat; }
.navigation .month { background: url('img/navicons/month.png') 2px 1px no-repeat; }
.navigation .software { background: url('img/navicons/software.png') 2px 1px no-repeat; }
.navigation .history { background: url('img/navicons/history.png') 2px 1px no-repeat; }
.navigation .resetts { background: url('img/icons/delete.png') 2px 1px no-repeat; }
.navigation .wizard { background: url('img/icons/wizard.png') 2px 1px no-repeat; }
.navigation .profile { background: url('img/navicons/profile.png') 2px 1px no-repeat; }
.navigation .plugins { background: url('img/navicons/plugins.png') 2px 1px no-repeat; }
.navigation .cms { background: url('img/navicons/cms.png') 2px 1px no-repeat; }
.navigation .wartung { background: url('img/navicons/wartung.png') 2px 1px no-repeat; }
.navigation .website { background: url('img/navicons/website.png') 2px 1px no-repeat; }
.navigation .request-legitimation { background: url('img/navicons/lock.png') 2px 1px no-repeat; }

/* ********************************************* */
/* ************** CSS des Content ************** */
/* ********************************************* */
.planer { border-collapse: collapse; width: 100%; }
.planer tr { border-bottom: 1px solid #999; }
.planer th, .planer td { position:relative; border-right: 1px dashed #999; }
.planer th .timescale { position:absolute; left:-16px; top:-5px; }
.planer tr:first-child th { border: none; }
.planer tr:last-child, .planer th:last-child, .planer td:last-child { border: none; }
.timeblock { position:absolute; border: 1px solid #999; top:-1px; color:#FFF; height:40px; background:rgba(63, 88, 114, 0.8); }
.timeblock a { display:inline-block; width: 100%; height: 100%; box-sizing:border-box; text-decoration:none; color:#FFF; padding:5px; overflow:hidden; }
.timeblock div.hl { display: inline-block; padding:0px; margin:0px; font-size:14px; text-decoration: bold; }
.timeblock p.text { display: inline-block; padding:0px; margin:0px; font-size:10px; }
.cbf-bar input { height: 28px; }
.cbf-bar button { padding: 2px 5px; margin: 0px 0px 0px 40px; }
.planung-qol { box-sizing:border-box; width:100%; padding-top:50px; }
.qol-box-left { box-sizing:border-box; padding-right:10px; width:50%; float:left; }
.qol-box-right { box-sizing:border-box; padding-left:10px; width:50%; float:right; }

.content {
	background: #fff url('img/background/watermark.png') center center no-repeat;
	padding: 15px;
}
.content h2, .content h3, .content h4 {
	font-size: 18px;
	margin: 0px 0px 15px 0px;
	color: #52769B;
	padding: 0px;
}
.content h3 { font-size: 16px; }
.content h4 { font-size: 14px; }
.contbox, .contbox-term, .contbox-times, .contbox-dependencies {
	border: 1px solid #D4D4D4;
	background: #F7F7F7;
	padding: 5px;
}
.contbox-term { background: #007C04; color: #FFFFFF !important; }
.contbox-times { background: #9800AC; color: #FFFFFF !important; }
.contbox-dependencies { background: #BD005B; color: #FFFFFF !important; }
.dependenciesbody { padding: 5px !important; }
.dependenciesbody ul { list-style-type: none; padding: 0px; margin: 0px; }
.dependenciesbody li { padding: 5px; margin: 0px; }
.timer-hl { color: #9800AC; padding-bottom: 5px; font-weight: bold; }
.contbox h3 {
	color: #52769B;
}
.filter {
	margin: 10px 0px 20px 0px;
	padding: 5px;
}
.datebox {
	width: 90px;
}
.adddata {
	width: 100%;
	margin-top: 10px;
	text-align: right;
}
.adddata img {
	cursor: pointer;
}
.overlay {
	padding: 10px;
}
.clearpw {
	background-image: url('img/icons/pwfieldextend.png');
	background-position: 0px 0px;
	margin: 1px 0px 0px 1px;
	cursor: pointer;
	height: 21px;
	width: 22px;
	float: left;
}
.clearpw:hover { background-position: 0px 20px; }
.randpw {
	background-image: url('img/icons/pwfieldextend.png');
	background-position: 25px 0px;
	margin: 1px 0px 0px 1px;
	cursor: pointer;
	height: 21px;
	width: 25px;
	float: left;
}
.randpw:hover { background-position: 25px 20px; }
.access_denied {
	background: #FFFFFF url('img/icons/access_denied.png') center center no-repeat;
	margin-left: -165px;
	margin-top: -115px;
	position: absolute;
	height: 230px;
	width: 310px;
	left: 50%;
	top: 50%;
}
.patterns {
	border-collapse: collapse;
	width: 100%;
}
.patterns th {
	background: #cccccc url('dtables/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;
	border: 1px solid #999;
	padding: 5px 5px;
	width: 50%;
}
.patterns td {
	background-color: #F7F9FC;
        border: 1px solid #999;
	padding: 2px 5px;
}
.patternrow {
	position: relative;
	line-height: 18px;
}
.patternrow a {
	position: absolute;
	right: 2px;
	top: 2px;
}


/* ********************************************* */
/* ******** CSS der Ticket detail Seite ******** */
/* ********************************************* */
.infopanel {
	margin-bottom: 10px;
}
.infopanel h3 {
	margin: 0px;
	padding: 5px 0px 5px 5px;
}
.attachments {
	margin-bottom: 10px;
}
.attachments h3 {
	margin: 0px;
	padding: 5px 0px 0px 10px;
}
.attachments ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.attachments ul li {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	margin: 10px;
}
.attachments ul li div {
	border: 1px solid #D4D4D4;
	background: #ffffff;
	height: 80px;
	width: 80px;
	float: left;
}
.attachments ul li .fileinfo {
	margin-left: 5px;
	height: 70px;
	width: 215px;
	padding: 5px;
}
.fileinfo .filename {
	width:125px;
	display: block;
	white-space:nowrap;
	overflow:hidden;
}
.attachments ul li a {
	position: absolute;
	display: block;
	width: 312px;
	height: 80px;
	left: 0px;
	top: 0px;
}
.attachments ul li a:hover {
	background: url('img/attachments/hoverlay.png') top left;
	border: 1px solid #52769B;
}
.attachments .compressed { background: #ffffff url('img/attachments/compressed.png') center center no-repeat; }
.attachments .default    { background: #ffffff url('img/attachments/default.png') center center no-repeat; }
.attachments .excel      { background: #ffffff url('img/attachments/excel.png') center center no-repeat; }
.attachments .word       { background: #ffffff url('img/attachments/word.png') center center no-repeat; }
.attachments .image      { background: #ffffff url('img/attachments/image.png') center center no-repeat; }
.attachments .pdf        { background: #ffffff url('img/attachments/pdf.png') center center no-repeat; }
.attachments .powerpoint { background: #ffffff url('img/attachments/powerpoint.png') center center no-repeat; }
.attachments .text       { background: #ffffff url('img/attachments/text.png') center center no-repeat; }
#tickets {
	margin-bottom: 10px;
}
.answer {
	margin-bottom: 50px;
}
.answer h3 {
	padding: 5px 0px 5px 5px;
	margin: 0px;
}
.answer .betreff {
	margin-bottom: 5px;
	width: 100%;
}
.borderbox {
	overflow-y: auto;
	box-sizing: border-box;
	border: 1px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 500px;
	padding: 5px;
}
.borderbox table { border-collapse: collapse; }
.borderbox td { border-bottom: 1px solid #000; }
.answer .group {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	width: 100%;
}
.answer .prio {
        padding-top: 3px;
        padding-bottom: 3px;
        margin-bottom: 5px;
        width: 100%;
}
.answer .fssuspl {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	width: 49%;
	float: left;
	margin-bottom: 5px;
}
.answer .fssuspr {
	box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
        width: 49%;
        float: right;
        margin-bottom: 5px;
}
.answer .status {
	margin-bottom: 5px;
	width: 100%;
}
.answer .nachricht {
	margin-bottom: 10px;
	width: 100%;
	height: 200px;
}
.answer .button {
	margin-bottom: 5px;
	float: right;
}

.fileselectorbox {
	border: 1px solid #D4D4D4;
	background: #ffffff;
	width: 240px;
	height: 195px;
	overflow: hidden;
	padding: 5px;
	float: left;
	margin-left: 5px;
}
.fsbrow {
	clear: both;
	position: relative;
}
.fname {
	float: left;
}
.deluplf {
	display: none;
	float: right;
}
.finpf {
	position: absolute;
	right: -400px;
	top: 0px;
}
#filetrigger {
	border: 1px solid #D4D4D4;
	margin: 2px 0px 0px 5px;
	width: 252px;
}
.message .subject {
	line-height: 20px;
	font-weight: bold;
	color: #52769B;
	height: 20px;
}
.message .subject #text {
	float: left;
}
.message .subject #creator {
	margin-right: 15px;
	float: right;
}
.message .subject #created {
	margin-right: 15px;
	float: right;
}
.message .subject #mastertoggledown, .message .subject #mastertoggleup {
        background: url('img/icons/mastertoggledown.png') center center no-repeat;
        cursor: pointer;
        float: right;
        height: 20px;
        width: 20px;
}
.message .subject #mastertoggleup {
	background: url('img/icons/mastertoggleup.png') center center no-repeat;
}

.message .subject #toggler {
	background: url('img/icons/toggler.png') center center no-repeat;
	cursor: pointer;
	float: right;
	height: 20px;
	width: 20px;
}
.message .body {
	border: 1px solid #D4D4D4;
	background: #fff;
	padding: 5px;
}
.message .body p,
.message .body h2,
.message .body h3 {
	margin: 0px;
}
.remote-hwsel select {
	margin-bottom: 5px;
	line-height: 25px;
	height: 25px;
	width: 100%;
}
.dynhwgroup, .remote-default-val { display: none; }
#dtable tbody { display: none; }
.tcatico { font-size: 16px; }
.callbackbtn { position: absolute; top: -30px; right: 2px; }
.callbackbtn  i { font-size: 25px; color: #888888; }
.callbackbtn:hover i { color: #52769b; }
.dependenciesbtn { position: absolute; top: -30px; right: 32px; }
.dependenciesbtn i { font-size: 25px; color: #888888; }
.dependenciesbtn:hover i { color: #52769b; }
.textblockbtn { position: absolute; top: -30px; right: 62px; }
.textblockbtn i { font-size: 25px; color: #888888; }
.textblockbtn:hover i { color: #52769b; }
#preview {
	border: 1px solid #888888;
	white-space: pre-wrap;
	overflow-y: auto;
	padding: 5px;
	height: 300px;
	width: 100%;
}
.supporterspacing {
	box-sizing: border-box;
	float: left;
	width: 25%;
	white-space: nowrap;
	overflow-x: hidden;
}
.cbtoggle { cursor: pointer; }
.cbtoggle:hover { color: #FF0000; }


/* ********************************************* */
/* ************ CSS der Ticketsuche ************ */
/* ********************************************* */
.tsearch {
	margin-bottom: 15px;
}
.tsearch .mainsearch {
	width: 100%;
}
.tsearch .mainsearch .searchvalue {
	border: 1px solid #D4D4D4;
	padding: 7px 10px;
	width: 100%;
}
.tsearch .filter fieldset {
	border: 1px solid #D4D4D4;
	background: #fff;
	min-height: 65px;
}


/* ********************************************* */
/* ************ CSS der Message Box ************ */
/* ********************************************* */
.messagebox {
	padding: 10px;
}
.messagebox ul {
	margin: 0px;
	padding: 0px;
}
.messagebox li {
	margin: 0px 0px 2px 20px;
	padding: 0px;
}
.msgbicon {
	width: 50px;
	height: 50px;
	float: left;
}
.msgbtext {
	margin-left: 10px;
	width: 350px;
	float: left;
}
.msgberroricon   { background: url('img/msgbox/error.png') center center no-repeat; }
.msgbwarnicon    { background: url('img/msgbox/warn.png') center center no-repeat; }
.msgbsuccessicon { background: url('img/msgbox/success.png') center center no-repeat; }
.msgberrortext   { color: #CC1818; }
.msgbwarntext    { color: #000000; }
.msgbsuccesstext { color: #008F00; }

/* ********************************************** */
/* *********** CSS der Einstellungen ************ */
/* ********************************************** */
.modtable {
        border-collapse: collapse;
}
.modtable th {
	border-bottom: 1px solid #999;
	padding: 2px 8px;
}
.modtable td {
        border-bottom: 1px solid #999;
        line-height: 20px;
        padding: 2px 8px;
}
.dekotable {
	border-collapse: collapse;
}
.dekotable th, .dekotable td {
	border: 1px solid #000;
	line-height: 20px;
	padding: 2px 8px;
}
.wartungstable {
        border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}
.wartungstable th, .wartungstable td {
        border: 1px solid #D3D3D3;
        line-height: 20px;
        padding: 2px 8px;
}
.wartungstable .cmsrow {
	background: #DDDDDD !important;
}
.wartungstable td input {
	text-align: center;
	width: 80px;
}
.wartungstable th {
	background: #52769b;
	color: #FFF;
}
td.odd { background-color: #EDF4FC; }
td.even { background-color: #F7F9FC; }
.mailtmpl .absender {
	width: 100%;
}
.mailtmpl .returnpath {
	width: 100%;
}
.mailtmpl .betreff {
	width: 100%;
}
.mailtmpl .nachricht {
	width: 100%;
	height: 250px;
}
.zosuppbox div, .zopoolbox div {
	display: inline-block;
	overflow-x: hidden;
	overflow-y: auto;
	height: 500px;
	width: 100%;
}
.usersel,
.selgrpforusr {
	border: 1px solid #000;
	padding: 5px;
	width: 100%;
}
.pooledit input[type=text] {
	width: 100%;
}
.cpicker input {
	text-align: center;
	width: 60px;
}
.cpicker div {
	float: left;
}
.cpickpreview {
	border: 1px solid #d4d4d4;
	margin-left: 3px;
	height: 20px;
	width: 20px;
}
#mailmsgtable { border-collapse: collapse; }
#mailmsgtable tr { height: 25px; }
#mailmsgtable th, #mailmsgtable td {
	border: 1px solid #888888;
	text-align: center;
	padding: 5px 10px;
}
#mailmsgtable th {
	background: #52769B;
	text-align: left;
	color: #FFFFFF;
}


/* ********************************************** */
/* ************* CSS des Adressbuchs ************ */
/* ********************************************** */
.jordrstrigger {
	position: absolute;
	right: 10px;
	top: 10px;
}
.addrbox {
	border: 1px solid #999999;
	background: #F7F7F7;
	margin-right: 5px;
	min-width: 215px;
	height: 125px;
	padding: 10px;
	float: left;
}
.addrbox dl { clear: both; }
.addrbox dt { width: 85px; }
.addrbox dt,
.addrbox dd {
	line-height: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.addrboxbtn {
	padding-top: 10px;
	clear: both;
}
.addrboxbtn input {
	float: left;
	width: 48%;
}
.addrboxbtn input:last-child {
	float: right;
}
.addrbox .adbolink {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.addrbox .adbobtn {
	transform: translate(-50%, -50%);
	border: 1px solid #999999;
	background: #FFFFFF;
	text-align: center;
	position: absolute;
	line-height: 23px;
	font-weight: bold;
	font-size: 20px;
	color: #999999;
	height: 25px;
	width: 25px;
	left: 50%;
	top: 50%;
}

#rroverlay {
	background: url('img/icons/ring.gif') center center no-repeat;
	background-size: 200px 150px;
	position: absolute;
	z-index: 99999;
	height: 60px;
	width: 60px;
	bottom: 10px;
	right: 30px;
	-webkit-box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.75);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* ********************************************** */
/* ************** CSS des Inventory ************* */
/* ********************************************** */
#itemform {
	width: 800px;
}
#itemform .btnbar {
	padding-top: 10px;
	text-align: right;
}
#LRinv {
	border-collapse: collapse;
	display: table;
	width: 100%;
}
.invrow {
	display: table-row;
	width: 100%;
}
.invcell {
	border: 1px solid #888888;
	vertical-align: top;
	display: table-cell;
	padding: 10px;
	width: 50%;
}
.nopadding { padding: 0px; }
#inveditform { width: 100%; }
#inveditform input[type="text"],
#inveditform input[type="number"] {
	border: 1px solid #A4A4A4;
	padding: 5px;
	width: 100%;
}
#inveditform input[type="number"] { text-align: right; width: 100px; }
#istockbar {
	box-sizing: border-box;
	margin-bottom: 10px;
	width: 100%;
}
#istockbar .istockitem {
	box-sizing: border-box;
	padding-left: 10px;
	float: left;
	width: 25%;
}
#istockbar .istockitem .isibox {
	border: 1px solid #888888;
	box-sizing: border-box;
	background: #6D839B;
	position: relative;
	padding-left: 10px;
	line-height: 50px;
	color: #FFFFFF;
	height: 50px;
	width: 100%;
}
#istockbar .istockitem .isicount {
	transform: translate(0, -50%);
	border: 1px solid #888888;
	box-sizing: border-box;
        background: #FFFFFF;
	border-radius: 25px;
	text-align: center;
	position: absolute;
	line-height: 100%;
	padding: 3px 10px;
	color: #000000;
	right: 10px;
	top: 50%;
}
#istockbar .istockitem:first-child { padding-left: 0px; }
#stockhistory {
	overflow-y: auto;
	height: 100%;
	width: 100%;
}
#stockhistory table {
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
#stockhistory table td {
	padding: 5px 2px;
}
#stockhistory table tr { border-bottom: 1px solid #888888; }
#stockhistory table tr:last-child { border-bottom: none; }
#itemstockform table { width: 400px; }
#itemstockform input[type="number"] {
	border: 1px solid #A4A4A4;
	text-align: right;
	width: 100px;
}
#itemstockform textarea {
	border: 1px solid #A4A4A4;
	width: 100%;
	height: 80px;
}
#iTarget {
	border-collapse: collapse;
	width: 100%;
}
#iTarget td, #iTarget th {
	border-collapse: collapse;
	border: 1px dashed #52769B;
	padding: 2px 5px;
}
#iTarget thead th { border-top: none; }
#iTarget td:first-child, #iTarget th:first-child { border-left: none; }
#iTarget td:last-child, #iTarget th:last-child { border-right: none; }
#iTarget tr:last-child td { border-bottom: none; }
#iTarget input[type="number"] { text-align: right; width: 50px; }

/* ********************************************** */
/* ************ CSS der runden Ecken ************ */
/* ********************************************** */
.rctl {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.rctr {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.rcbl {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.rcbr {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.rcall {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* ********************************************** */
/* **************** Canvas Chart **************** */
/* ********************************************** */
.canvasjs-chart-credit { display: none; }
.statkachel {
	border: 1px solid #000000;
	margin: 0px 10px 10px 0px;
	background: #FFFFFF;
	height: 400px;
	width: 350px;
	float: left;
}
.kachelrow {
	border-bottom: 1px solid #000000;
	position: relative;
	background: #999999;
}
.kachelrow .kr-text {
	padding-left: 10px;
	line-height: 40px;
	color: #FFFFFF;
}
.kachelrow .kr-result {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000000;
	background: #FFFFFF;
	position: absolute;
	margin-top: -10px;
	line-height: 20px;
	padding: 0px 10px;
	height: 20px;
	right: 10px;
	top: 50%;
}


/* ********************************************** */
/* ************ internal color codes ************ */
/* ********************************************** */
.internalh { background: #FFD19D !important; }
.internald { background: #FFE8C6 !important; }
.cbinternald { background: #7090AF !important; color: #FFFFFF !important; }
.cbinternalh { background: #CFE3F7 !important; }

