input, textarea, .link {
    border-radius: 3px;
}

body, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}

table {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

form {
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: left;
    vertical-align: top;
    margin: inherit;
    padding: inherit;
    border: none;
    color: black;
    background: transparent;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background: transparent;
    text-align: justify;
    font-size: 9pt;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: black;
    background: transparent;
    text-decoration: none;
}

a:hover, a:active {
    background: transparent;
    text-decoration: none;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    clear: both;
    color: #33CC99;
    background: transparent;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    clear: both;
    color: #394e80;
    background: transparent;
}
h2.disabled {
    color:#9a9c9f;
    background:transparent!important;
}

h3 {
    color: #394e80;
    background: transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    clear: both;
    border-bottom: 1px solid #778CA3;
}

hr {
    color: #778CA3;
}

div.har {
    width: 100%;
    border-bottom: 1px solid #778CA3;
    padding-top: 10px;
    margin-bottom: 5px;
}

ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    list-style-type: disc;
    background: transparent;
    list-style-position: outside;
    font-size: 9pt;
}

ul.doppelklick {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #086BA4;
    background: transparent;
    font-size: 9pt;
    text-align: left;
}

div.alletoutall {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    background-color: #DEE7F7;
}

*.hidden {
	display: none;
}

div.centered {
    margin: auto;
}
div.max-with-100 { max-width: 100%; }
div.max-with-80 { max-width: 80%; }
div.max-with-60 { max-width: 60%; }
div.max-with-40 { max-width: 40%; }
div.max-with-20 { max-width: 20%; }

th {
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background: transparent;
    text-align: left;
}

div:not(.msgbox).error {
    background: #FFCE7B;
    border: 1px solid #FFA500;
    color: Black;
    margin: 2em 1em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
    width: 68%;
}
.errormsg {
    color:#a00;
}
.warningmsg {
    color:#9d6503;
}
.successmsg {
    color:#0f7b0c;
}

div.errormsg,
div.warningmsg,
div.successmsg {
    margin-top:2em;
    margin-bottom:2em;
}
div.dialog-feedback div.errormsg,
div.dialog-feedback div.warningmsg,
div.dialog-feedback div.successmsg,
div.msgbox div.errormsg,
div.msgbox div.warningmsg,
div.msgbox div.successmsg,
div.message div.errormsg,
div.message div.warningmsg,
div.message div.successmsg {
    margin-top:0;
}
div.dialog-feedback div.errormsg,
div.dialog-feedback div.warningmsg,
div.dialog-feedback div.successmsg {
    margin-bottom:1em;
}
div.dialog-feedback div.msgbox {
	font-size: 10pt;
}
div.message div.errormsg,
div.message div.warningmsg,
div.message div.successmsg,
div.msgbox div.errormsg,
div.msgbox div.warningmsg,
div.msgbox div.successmsg {
    margin-bottom:0;
}

div.msgbox {
    margin:1em 0;
    padding:1em;
    font-size:1.1em;
    color:#000;
    background:#f9f9f9;
    border:1px solid #000;
}
div.msgbox.close-on-click {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    cursor:pointer;
}
div.msgbox.close-on-click:hover {
	background-color: rgba(249, 249, 249, 0.7);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    cursor:pointer;
}
div.msgbox:not(.close-on-click) {
    border-style: dotted;
    box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4);
}
div.msgbox.success {
    margin:1em 0;
    padding:1em;
    color:#06560e;
    background:#ecffe7;
    border-color:#06560e;
}
div.msgbox.success.close-on-click:hover {
	background-color: rgba(236, 255, 231, 0.7);
}
div.msgbox.warning {
    margin: 1em 0;
    padding: 1em;
    color: #6b5310;
    border-color:#6b5310;
}
div.msgbox.warning.close-on-click:hover {
	background-color: rgba(255, 251, 231, 0.7);
}
div.msgbox.error {
    margin:1em 0;
    padding:1em;
    color:#a00;
    background:#ffefef;
    border-color:#a00;
}
div.msgbox.error.close-on-click:hover {
	background-color: rgba(255, 239, 239, 0.7);
}


div.info {
    background: #B4D0FF;
    border: 1px solid #086BA4;
    color: Black;
    margin: 2em 1em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
    width: auto;
}

div.message {
    display: inline-block;
    background: #F7E7AD;
    border: 1px solid #086BA4;
    color: Black;
    margin: 2em 1em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
    width: 68%;
}

input.button {
    border: 1px solid gray;
    margin: 1px 1px 5px 1px;
    float: left;
    color: black;
    font-weight: bold;
    font-size: 8pt;
    height: 21px;
    line-height: 15px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 2px 8px 2px 10px;
}
input[type="button"],input[type="submit"],input[type="reset"],input.button {
    background-color: #edf0f8;
}
input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,input.button:hover {
    background-color: #f4f6fe;
}
input[type="button"]:disabled,input[type="submit"]:disabled,input[type="reset"]:disabled,input.button:disabled {
    color:#777777;
    background-color: #eeeff2;
    cursor:default;
}
input[type="button"].active,input[type="submit"].active,input[type="reset"].active,input.button.active,
input[type="button"].active:hover,input[type="submit"].active:hover,input[type="reset"].active:hover,input.button.active:hover {
    color: #f5fdff;
    background-color: #4db0c5;
    border-left-color: #696c6e;
    border-top-color: #696c6e;
}

input.button_active {
    border: 1px solid black;
    color: black;
    background-color: #F0E7AF;
    font-weight: bold;
    font-size: 9pt;
    cursor: pointer;
}

select {
    border: 1px solid gray;
    background-color: #d5ddf3;
}
select[disabled] {
    color:#777777;
    background-color: #eeeff2;
}
select optgroup {
    font-style: normal;
    font-weight: bold;
}
select optgroup option {
    padding-left: 15px;
    padding-right: 10px;
}

.input {
    color: black;
    background-color: white;
    border: 1px solid #7B9EBD;
    font-size: 10pt;
    margin-bottom: 5px;
}
.input-file {
    position:relative;
    padding:2px;
    border:1px solid #7B9EBD;
    border-radius:3px;
    color:#444445;
    background-color:#edf0f8;
}
.input-file:hover {
    background-color:#f4f6fe;
}
.input-file > input[type="text"] {
    margin-left:-2px;
    padding-left:2px;
    border:none;
    border-right:1px solid #000;
    border-radius:0px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    background-color:#fafafa;
}
.input-file > input[type="file"] {
    position: absolute;
    width:0px;
    height:0px;
    border:none;
}

textarea.input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    border: 1px solid gray;
}

textarea.textarea {
    margin: 2px;
}

input {
    border: 1px solid #7B9EBD;
    margin: 2px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
input[readonly] {
    color:#555555;
}

input.as-text,textarea.as-text {
    margin:0;
    padding:0;
    border:0;
    font-size: 9pt;
    color:#000;
}
textarea.as-text {
    padding:2px;
    height:34px;
    min-height:34px;
    resize:vertical;
    border:1px solid #ddd;
}
textarea.as-text {
    color:#555;
}
textarea.as-text:hover,textarea.as-text:focus,textarea.as-text:active {
    border:1px solid #aaa;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #7B9EBD;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
}

.check {
    color: inherit;
    background: inherit;
    font-size: inherit;
    border: none;
    margin: 0;
}

.color-box {
    display: inline-block;
    width: 100%;
    height: 1.8rem;
    border: 1px solid #7b9ebd;
    border-radius: 3px;
}

ul.item-list {
    display: inline-block;
    margin: 0;
    padding: 0.4rem 2%;
    width: 94%;
    overflow-y: auto;
    font-size: 9pt;
    border: 1px solid #7b9ebd;
    border-radius: 3px;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.4);
}
ul.item-list.max-height-100 {
    max-height: 100px; }
ul.item-list.max-height-120 {
    max-height: 120px; }
ul.item-list.max-height-140 {
    max-height: 140px; }
ul.item-list.max-height-160 {
    max-height: 160px; }
ul.item-list.max-height-180 {
    max-height: 180px; }
ul.item-list.max-height-200 {
    max-height: 200px; }
ul.item-list > li {
    display: inline-block;
    float: left;
    margin: 0.1rem 1%;
    padding: 0.1rem 1%;
    width: 94%;
    list-style: none;
    border: 1px solid #3162b7;
    border-radius: 3px;
    color: #102447;
    background-color: #e9eaf9;
}
ul.item-list > li.info {
    border: none;
    background-color: #fff;
}
ul.item-list > li.hidden {
    display: none;
}
ul.item-list > li.static {
    border: 1px solid #b7b9bc;
    background-color: #f9f9f9;
}
ul.item-list > li.special {
    border: 1px solid #246e51;
    background-color: #ccf6e9;
}
ul.item-list > li:not(:hover) > .add-item,
ul.item-list > li:not(:hover) > .delete-item {
    display: none;
}
ul.item-list > li:hover > .add-item,
ul.item-list > li:hover > .delete-item {
    float: right;
    padding-right: 0.2rem;
    font-size: 8pt;
    cursor: pointer;
}
ul.item-list > li:hover > .add-item {
	color: #176523;
}
ul.item-list > li:hover > .delete-item {
    color: #a00;
}
ul.item-list > li:hover > .delete-item:hover,
ul.item-list > li:hover > .add-item:hover {
    font-weight: bold;
}
.add-item-area {
    display: inline-block;
}
.add-item-area > input[type=text] {
    float: left;
    margin: 0;
    width:74%;
}
.add-item-area > input[type=button],
.add-item-area > input[type=submit],
.add-item-area > input[type=reset] {
    float: right;
    margin-top: 0;
    width: 22%;
    height: 19px;
    cursor: pointer;
}
.add-item-area > textarea {
    margin: 0;
    width: 100%;
    resize: vertical;
}

.form-select {
    color: white;
    background-color: white;
    font-size: 9pt;
    border: 1px solid white;
}

table.main {
    table-layout: fixed;
    width: 100%;
    height:100%;
    min-width: 1160px;
    background-color: #DEE7F7;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
    margin:0;
    color: black;
    padding: 10px;
}

table.breit {
    width: 836px;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
    margin-left: auto;
    margin-right: auto;
    margin: 20px 57px 20px 57px;
    table-layout: fixed;
}

table.all {
    width: 100%;
}

table.breitom {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
}

table.breitom td.suggestion {
    background-color: #ead2a2;
}

table.breitom.disabled td {
    background-color: #f3f3f3;
}

table.breitom.disabled td.suggestion {
    background-color: #efe0c3;
}

table.breitom td.confirmed {
    background-color: #B8E6B8;
}

table.breitom tr.unfinal,
table.breitom td.unfinal{
    background-color: #F5CCCC;
}

table.breitom td {
    padding: 2px 2px 2px 2px;
    text-align: left;
}

table.breitom td.right {
    padding: 2px 4px 2px 2px;
    text-align: right;
}

table.breitom td.center {
    padding: 2px 4px 2px 2px;
    text-align: center;
}

table.breitom td.result {
    text-align: right;
}

table.breitom td.total {
    text-align: right;
}

table th.rotate45, table th.rotate80, table th.rotate90 {
    height: 70px;
    vertical-align: bottom;
    padding-bottom: 5px;
}

table th.rotate45 div, table th.rotate80 div, table th.rotate90 div {
    width: 10px;
    margin-left: 20px;
}

table th.rotate90 div {
    transform: rotate(-90deg);
}

table th.rotate80 div {
    transform: rotate(-80deg);
}

table th.rotate45 div {
    transform: rotate(-45deg);
}

table th.rotate45 div span, table th.rotate90 div span {
    width: 100px;
    display: inline-block;
}

table.breitom th {
    background-color: #C2E8FF;
    text-align: left;
    padding: 0px;
}
table.breitom.disabled th,
table.breitom.disabled th.right {
    background-color: #ddeef9;
}

table.breitom th.right {
    padding: 0px 4px 0px 0px;
    background-color: #C2E8FF;
    text-align: right;
}

table.breitom th.center {
    text-align: center;
}

table.breitom tr {
    padding: 2px 2px 2px 2px;
    border: 1px solid #0868A0;
}

table.breitom tr:hover {
    background-color: #B0C4DE !important;
}

.notclickable:hover{
	cursor:default !important;
}

table.breitom tr.even {
    color: yellow;
}

table.kalkgruppe th, table.kalkgruppe td {
    text-align: center;
}

input.show {
    background-color: grey;
}

input.hide {
    background-color: #b0cff2;
}

div.flobla {
    position: relative;
    float: left;
}

div.flobla div {
    position: absolute;
    left: 0px;
    top: 0px;
}

#orderVorgaengeUser {
    background-color: white;
    min-width: 100px;
    min-height: 50px;
    padding: 5px;
    border: 4px solid green;
    background-color: #DEE7F7;
    filter: alpha(opacity=95);
    opacity: 0.95;
}

img#dokumenteAblage {
    cursor: pointer;
}

table.dokumentenablage {
    width: 500px;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
}

table.dokumentenablage td {
    padding: 2px 2px 2px 2px;
    text-align: left;
}

table.dokumentenablage th {
    padding: 4px 4px 4px 4px;
    background-color: #C2E8FF;
}

table.dokumentenablage tr {
    padding: 2px 2px 2px 2px;
    border: 1px solid #0868A0;
}

/* inaccurate class names - messes up table structures which actually use that class for a border
table.border {
    text-align: right;
    float: right;
}

table.border td {
    padding: 3px;
}

table.border tr {
    padding: 3px;
}*/

table.noborder, table.noborder td, table.noborder tr, table.noborder tr td {
    border: none;
}

td.part {
    background-color: white;
    border: 1px solid #0868A0;
    padding: 5px;
}

td.halfhalf {
    background-color: white;
    border: 1px solid #0868A0;
    width: 20% !important;

}

#detailsForm {
    width: 170px;
}

td.total {
    border: 1px solid #0868A0;
    text-align: right;
}

th.part {
    padding: 4px 4px 4px 2px;
    background-color: #C2E8FF;
    border-right: 1px solid #0868A0;
    border-left: 1px solid #0868A0;
    border-top: 1px solid #0868A0;
}

th.total {
    padding: 4px 4px 4px 2px;
    background-color: #C2E8FF;
    border-right: 1px solid #0868A0;
    border-left: 1px solid #0868A0;
    text-align: right;
}

table.espram {
    width: 1080px;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
}

table.espram td {
    padding: 2px 2px 2px 2px;
}

table.espram th {
    padding: 4px 4px 4px 4px;

}

table.espram tr {
    padding: 2px 2px 2px 2px;
}

td.dick {
    font-weight: bold;
}

td.suchen {
    width: 154px;
}

table.borderom {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
    margin-bottom: 10px;
}

table.timeslot {
    width: 1080px;
    height: 231px;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
}

table.auftraege {
    width: 1080px;
    border-spacing: 0;

    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
}

table.auftraege td {
    height: 40px;

}

table.auftraege th {
    height: 30px;

}

td.main_page {
    padding: 10px;
}

td.main_page h3 {
    height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}

td.main_page h3 img {
    margin-top: -24px;
}

td.menu_button {
    width: 190px;
    height: 37px;
    padding-top: 5px;
}

table.mehrabstand tr td {
    width: 25%;
    height: 25px;
}

div.acenter {
    text-align: center;
}

div.aleft {
    text-align: left;
}

div.aright {
    text-align: right;
}

div.abottom {
    vertical-align: bottom;
}

div.fright {
    float: right;
    padding-right: 10px;
}

td.center {
    text-align: center;
}

td.footer {
    vertical-align: bottom;
    text-align: right;
    padding: 0 5px 5px 0;
    font-size: 10px;
}

.graph {
    position: relative; /* IE is dumb */
    width: 100px;
    border: 1px solid #0868A0;
    padding: 1px;
    color: #0868A0;
}

.graph .bar {
    display: block;
    position: relative;
    background: #0868A0;
    text-align: left;
    vertical-align: top;
    color: #0868A0;
    height: 1em;
    line-height: 2em;
}

.graph .bar span {
    position: absolute;
    left: 1em;
}

.graph_big {
    position: relative; /* IE is dumb */
    width: 200px;
    border: 1px solid #0868A0;
    padding: 2px;
}

.graph_big .bar {
    display: block;
    position: relative;
    background: #0868A0;
    text-align: center;
    color: white;
    height: 2em;
    line-height: 2em;
}

.graph_big .bar span {
    position: absolute;
    left: 1em;
}

tr.white {
    background: white;
}

td.white {
    background: white;
}

tr.gray {
    background: gray;
}

tr.gray input {
    background: lightgray;
}

tr.red {
    background: #da8c8c;
}

tr.red input {
    background: lightgray;
}

tr.fehlt {
    background: #FFCE7B;
    border: 1px solid #FFA500;
}

.rotate {
    -moz-transform: rotate(-90deg); /* FF3.5+ */
    -o-transform: rotate(-90deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.75); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.75)"; /* IE8 */
}

div.zeiterfassung table {
    table-layout: fixed;
}

div.zeiterfassung table tr th p {
    text-align: left;
    height: 90px;
    width: 90px;
}

div.zeiterfassung .smaller {
    width: 30px;
}

div.zeiterfassung .center {
    width: 30px;
    text-align: center;
    cursor: pointer;
}

div.zeitCalc {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px;
    border: 2px solid black;
    background-color: #C2E8FF;
    visibility: hidden;
}

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active {
    position: relative;
    text-decoration: none;
    font-style: italic;
    color: #0000ff;
}

a.tooltip:hover {
    color: #0000ff;
    background: transparent;
}

a.tooltip span {
    display: none;
    text-decoration: none;
}

a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 30px;
    left: 1px;
    width: auto;
    padding: 5px;
    z-index: 100;
    color: #000000;
    border: 1px solid #000000;
    background: #FFFFCC;
    font: 10px Verdana, sans-serif;
    text-align: left;
}

a.tooltip input {
    width: 40px;
}

td.error {
    background: #FFCE7B;
}

div#Rahmen {
    width: 47.1em;
    padding: 0.8em;
    border: 1px solid black;
    background-color: silver;
    -moz-border-radius: 3px;
}

* html div#Rahmen {
    /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
    -moz-border-radius: 3px;
}

div#Rahmen div {
    clear: left;
    -moz-border-radius: 3px;

}

ul#Navigation {
/*
    margin: 0;
    padding: 0;
    text-align: left;
    -moz-border-radius: 3px;
    padding-left: 5px;
*/
    background: #999;
    font-size: 0;
    list-style: none;
    margin:0;
    padding: 0;
    text-align: left;
    width: 100%;
    border-top:3px solid darkgray;

}

ul#Navigation li {
/*
    list-style: none;
    float: left;
    position: relative;
    margin: 0.4em;
    padding: 0;
    -moz-border-radius: 3px;
    z-index: 3;
*/
    vertical-align:middle;
    border-right:3px solid darkgray;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

ul#Navigation li a{
    background: #999;
    color: #444;
    display: block;
    font: normal 14px/39px sans-serif;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

ul#Navigation li:hover a{
    background: #ccc;
}

* html ul#Navigation li {
    /* Korrektur fuer den IE */
/*    margin-bottom: -0.4em;
    -moz-border-radius: 3px;
*/

}

ul#Navigation li ul {
/*    margin: 0;
    padding: 0;
    position: absolute;
    top: 21px;
    left: -0.4em;
    display: none;
    width: 160px;
    background: #fbfbfb;
    border: 1px solid gray;
    -moz-border-radius: 3px;
    padding-bottom: 4px;
*/
    padding:0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

* html ul#Navigation li ul {
    /* Korrektur fuer IE 5.x */
 /*   left: -1.5em;
    lef\t: -0.4em;
    -moz-border-radius: 30px;
*/
}

ul#Navigation li:hover ul {
/*    display: block; /* Unternavigation in modernen Browsern einblenden */
    opacity: 1;
    top: 35px;
    visibility: visible;
    z-index:500;
}

ul#Navigation li ul li {
/*  float: none;
    display: block;
    margin-bottom: 0.2em;
    cursor: pointer;
*/
    width: 100%;
    border-bottom:3px solid darkgray;
}

ul#Navigation li ul li a{
    font: normal 12px/26px sans-serif;
    padding:0 15px;
}
ul#Navigation li ul a:hover{
    background: #bbb;
}

ul#Navigation a, ul#Navigation span {
/*  display: block;
    padding: 0.2em 1em;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: white;
    border-top-color: white;
    color: black;
    background-color: #B0CFF2;
    border-radius: 3px;
*/
}

* html ul#Navigation a, * html ul#Navigation span {
  /*width: 8.6em; /* Breite nach altem MS-Boxmodell f�r IE 5.x */
  /*w\idth: 6.4em; /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}

ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
/*    border-color: white;
    border-left-color: black;
    border-top-color: black;
    background-color: #B0CFF2;
*/

}

li a#aktuell {
    /* aktuelle Rubrik kennzeichnen */
    color: black;
    background-color: #F0E7AF;
}

ul#Navigation li ul span {
    /* aktuelle Unterseite kennzeichnen */
  /*  background-color: maroon;*/
}

div.link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid gray;
    margin: 1px 1px 1px 1px;
    height: 15px;
    line-height: 15px;
    float: left;
    background-color: #B0CFF2;
    font-weight: bold;
    font-size: 8pt;
    cursor: pointer;
    text-decoration: none;
    padding: 2px 8px 2px 10px;
    white-space: nowrap;
    -moz-border-radius: 2px;
}

div.linkunter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid gray;
    margin: 1px 1px 5px 1px;
    height: 15px;
    width: auto;
    float: left;
    color: black;
    background-color: #B0CFF2;
    font-weight: bold;
    font-size: 8pt;
    cursor: pointer;
    text-decoration: none;
    padding: 2px 8px 2px 10px;
    -moz-border-radius: 2px;
}

div.link_rechts {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid gray;
    margin: 1px 1px 5px 1px;
    height: 15px;
    float: right;
    background-color: #B0CFF2;
    font-weight: bold;
    font-size: 8pt;
    cursor: pointer;
    text-decoration: none;
    padding: 2px 8px 2px 10px;
    -moz-border-radius: 2px;
}

div.link.disabled,div.linkunter.disabled,div.link_rechts.disabled {
    background-color:#dcecfe!important;
    cursor:default;
}

div.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid gray;
    margin: 1px 1px 5px 1px;
    height: 15px;
    float: left;
    background-color: #F7E7AD;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
    padding: 2px 8px 2px 10px;
    -moz-border-radius: 2px;
}

div.aktionen {
    float: right;
    width: 200px;
    text-align: left;
}

div.vorgang_aktionen {
    position: relative;
    width: 96%;
    float: left;
    margin: 15px;
}

div.dokumentenablage {
    position: relative;
    float: right;
    width: 500px;
    margin-bottom: 20px;
}

div.widgetPos {
    position: relative;
    float: right;
    width: 10px;
    height: 10px;
    margin-top: -20px;
    overflow: visible;
}

div.widget {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 100px;
    min-height: 50px;
    padding: 5px;
    border: 4px solid green;
    background-color: #DEE7F7;
    filter: alpha(opacity=95);
    opacity: 0.95;
    z-index: 100;
    visibility: hidden;
    white-space: nowrap;
}

div.adresse {
    border: 1px solid gray;
    padding: 5px;
    width: 400px;
    float: left;
    margin: 0px 5px 5px 0px;
}

div.ansprechpartnern {
    border: 1px solid gray;
    padding: 5px;
    width: 310px;
    float: left;
    margin: 0px 5px 5px 0px;
}

div.close {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid gray;
    margin: 1px 1px 5px 1px;
    height: 15px;
    float: right;
    color: black;
    background-color: #B0CFF2;
    font-weight: bold;
    font-size: 8pt;
    cursor: pointer;
    text-decoration: none;
    padding: 2px 8px 2px 10px;
    clear: both;
}

h3.statistik div {
    position: relative;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 2px solid #0868A0;
    border-top: 2px solid #0868A0;
    border-right: 2px solid #0868A0;
    margin-right: 5px;
    background-color: #B0CFF2;
    cursor: pointer;
}

div.reiter {
    color: black;
    width: 99%;
    height: 20px;
}

div.reiter_unten {
    color: black;
    width: 99%;
    height: 30px;
    background: #B0CFF2;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
    margin-top: 1px;
    border-top: 1px solid black;
}

input.reiter_btn {
    border: 1px solid black;
    border-bottom: 1px solid black;
    height: 20px;
    background-color: #007dbd;
    font-weight: bold;
    font-size: 9pt;
    float: left;
    margin-left: 10px;
}

input.reiter_btn_active {
    border: 1px solid black;
    border-bottom: 1px solid #B4D0FF;
    color: black;
    height: 20px;
    background-color: #B0CFF2;
    font-weight: bold;
    font-size: 9pt;
    display: inline;
    float: left;
    margin-left: 10px;
}

.result {
    width: 150px;
    background: #fff;
    z-index: 10;
}

.result ul {
    max-height: 250px;
    overflow: auto;
    border: 2px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    color: black;
}

.result ul li {
    margin: 0;
    padding: 3px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: smaller;
    color: black;
}

.result ul li.selected {
    background-color: #ffb;
    color: black;
}

.result ul strong.highlight {
    color: #800;
    margin: 0;
    padding: 0;
}

td.ue1 {
    border: 1px solid black;
    background-color: #99CCFF;
}

td.ue2 {
    border: 1px solid black;
    background-color: #CCFFFF;
}

td.result {
    text-align: right;
    border: 1px solid black;
    background-color: #99CCCC;
}

td.right {
    text-align: right;
}

th.right {
    text-align: right;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

p.fehler {
    text-align: center;
}

td.outline {
    border: 1px solid #0868A0;
}

td.week2 {
    border: 1px solid #0868A0;
    width: 64px;
    background-color: green;
}

td.week2_nocolor {
    border: 1px solid #0868A0;
    width: 64px;
}

td.week4 {
    border: 1px solid #0868A0;
    width: 32px;
    background-color: green;
}

td.week4_nocolor {
    border: 1px solid #0868A0;
    width: 32px;
}

div.green {
    background: green;
    width: 50px;
    float: left;
    clear: none;
}

div.red {
    background: red;
    width: 50px;
    clear: none;
    float: left;
}

div.green_week4 {
    background: green;
    width: 16px;
    float: left;
    clear: none;
}

div.red_week4 {
    background: grey;
    width: 16px;
    clear: none;
    float: left;
}

div.red_week4_start {
    background: grey;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
}

div.red_week4_stop {
    background: grey;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
}

div.red_week4_both {
    background: grey;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
}

div.red_own_week4 {
    background: red;
    width: 16px;
    clear: none;
    float: left;
}

div.red_own_week4_start {
    background: red;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
}

div.red_own_week4_stop {
    background: red;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
}

div.red_own_week4_both {
    background: red;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
}

div.yellow_week4 {
    background: lightgrey;
    width: 16px;
    clear: none;
    float: left;
}

div.yellow_week4_start {
    background: lightgrey;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
}

div.yellow_week4_stop {
    background: lightgrey;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
}

div.yellow_week4_both {
    background: lightgrey;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
}

div.yellow_own_week4 {
    background: yellow;
    width: 16px;
    clear: none;
    float: left;
}

div.yellow_own_week4_start {
    background: yellow;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
}

div.yellow_own_week4_stop {
    background: yellow;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
}

div.yellow_own_week4_both {
    background: yellow;
    width: 16px;
    clear: none;
    float: left;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
}

div.empty_week4 {
    width: 16px;
    clear: none;
    float: left;
    background-color: #DEE7F7;
}

div.login {
    position: relative;
    width: 400px;
    margin: 200px auto;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(205, 224, 235, 0.68);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

div.login input {
    width: 100%;
}

div.logout {
    position: relative;
    width: 100%;
    margin-top: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    padding: 8px 10px;
    background-color: #999;
    cursor:default;
}

div.logout div.rechts {
    position:relative;
    float:right;
    display: inline-block;
}
div.logout div.rechts > * {
    float: left;
    display: inline-block;
    padding:2px;
}
div.logout div.rechts:last-child {
    padding-right:0px;
}

div.logout #logoutButton {
    display:block;
    margin-top:-3px;
    padding:2px 10px;
    border:1px solid #a00;
    background-color:#aaa;
    color:#811;
}
div.logout #logoutButton:hover {
    border-color:#b00;
    background-color:#caa;
    color:#b00;
}

div.logout div.rechts div.klick {
    cursor: pointer;
}

div.logout div.rechts div.klick:hover {
    color: #A00;
    font-weight: bold;
}

input.zeiterfassung {
    width: 45px;
}

img.downarrow {
    height: 10px;
    cursor: pointer;
    margin-left: 5px;
    border: 1px black solid;
    padding: 1px;

}

div#contactInfo {
    width: 170px;
}

.readOnly::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #AEAEAE;
}

.readOnly:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #AEAEAE;
}

.readOnly::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #AEAEAE;
}

.readOnly:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #AEAEAE;
}

input.contactInfo {
    font-size: 9pt;
    max-width: 97%;
}

input.readOnly {
    background-color: #AEAEAE;
}

table#lieferanten_list {
    background: white;
}

table#lieferanten_list td {

    background: white;
    border-left: thin dotted #000000;
    border-bottom: thin dotted grey;
    font-size: 12px;
    height: 17px;
    padding-left: 4px;
    padding-right: 4px;
}

tbody.children {
}

tbody.childindent1 {
    border-left: 3px solid black;
}

tbody.childindent2 {
    border-left: 5px solid black;
}

tbody.childindent3 {
    border-left: 7px solid black;
}

tbody.childindent4 {
    border-left: 9px solid black;
}

textarea.postext {
    display: block;
    min-width: 300px;
    min-height: 50px;
    height: 90%;
    width: 100%;
    margin: auto;
}

textarea.postext:hover {
    background: white;
    border: 1px solid black;
}

ul.grid input {
    text-align: right;
}

input.preise_netto {
    margin: 0px;
}

tr.rabatt2 th {
    padding: 0px 4px;
}

tr.rabatt1 th {
    padding: 0px 4px;
}

tr.rabatt3 th {
    padding: 0px 4px;
}

tr.rabatt3 th input {
    width: 100%;
}

tr.aktionen td div {
    margin-bottom: 1px;
}

div.pos_einheit {
    text-align: center;
}

tr.stkTR {
    border: 1px solid #0868A0;
    padding: 2px;
    height: 50px;
    cursor: pointer;
}

.stkliste {
    cursor: pointer;
    margin: 2px;
    width: 10px;
}

tr.stkTR td {
    border: 1px dotted #0868A0;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;

}

table.admin th {
    white-space: nowrap;
}

div.zustandDiv {
    display: none;
    position: absolute;
    border: medium solid #000000;
    background-color: white;
    padding: 5px;
}

div.betreffDiv {
    display: none;
    position: absolute;
    border: medium solid #000000;
    background-color: white;
    padding: 5px;
    max-width: 350px;
    height: auto;
    font-size: 10pt;

}

span.betreffSpan {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

span.statBez {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1400px;
    display: inline-block;
    overflow: hidden;
}

div.statBezPop {
    display: none;
    position: absolute;
    border: medium solid #000000;
    background-color: white;
    padding: 5px;
    max-width: 700px;
    height: auto;

}

#headerBetreff {
    vertical-align: bottom;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 350px;
    display: inline-block;
    overflow: hidden;
}

select.postypen, select.poskz {
    width: 40px;
}

select[name=default_preiskz] {
    width: 130px;

}

td.lagerartikel div.info {
    margin: 1px;
}

div.info a {
    cursor: pointer;
}

div#vorgang_kopf_toggle_but {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}

div#vorgang_kopf_toggle {
    border: 1px solid black;
    margin-top: 10px;
    padding: 5px;
}

table#zustandHistory {
    border: 1px solid #0868A0;
}

table#zustandHistory tr {
    border: 1px solid #0868A0;
    max-width: 50%;
}

div#vorgangFilter {
    float: right;
}

img.copyAddress {
    width: 18px;
    display: inline;
    cursor: pointer;
}

div.plainAddress {
    display: none;
    position: absolute;
    background-color: white;
    padding: 4px;
    border: solid medium #000000;
}

a.anschreiben {
    cursor: pointer;
    color: #FF0000;
    font-size: 7pt;
}

div#search {
    background-color: #DEE7F7;
    color: black;
    text-align: left;
    padding: 30px;
}

select.kalk_gruppen {
    width: 100px;
}

img.main_logo {
	width:25px;
}

div#zustandScroll {
    height: 100px;
    overflow: auto;
}

textarea#zustandText {
    width: 100%;
    height: 71px;
}

td.nwrap {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.breitom {
    padding: 0;
}

.tbodyplaceholder {
    display: table-row;
    background-color: yellow;
    height: 57px;
    width: 1453px;
    border: 1px solid black;
}

ul.grid > li > span {
    text-align: left;
    margin-left: 2px;
    margin-right: 2px;
    float: left;
    display: table;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.grid {
    list-style-type: none;
    text-align: left;
    float: left;
    padding-left: 0;
    color: black;
    margin-top: 5px;
    margin-bottom: -1px;
    width: 100%;
    border-width: 0;

}

.grid li {
    margin-top: -1px;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 0px solid black;
    border-width: 1px 1px 1px 1px;
    background-color: white;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.checkbox {
    width: 4% !important;
    text-align: center !important;
}

.index {
    width: 4% !important;
    text-align: center !important;
}

.anzahl {
    width: 13% !important;
    text-align: center !important;
}

.produkt {
    width: 33% !important;
}

th.produkt {
    padding-left: 35px !important;
}

.typ {
    min-width: 6% !important;
    text-align: center !important;
}

.preis {
    width: 9% !important;
    padding-right: 2px;
    padding-left: 2px;
}

span.satzart {
    width: 7%;
    text-align: center !important;
}

span.satzart input {
    width: 50%;
}

li.stueckliste ul.grid span.satzart {
    width: 8%;
    text-align: center !important;
}

.rabatt {
    width: 8% !important;
    text-align: center !important;
}

.mwst {
    width: 5% !important;
    text-align: center !important;
}

.position {
    width: 5% !important;
}

.total {
    width: 7% !important;
    max-width: 8% !important;
    text-align: right !important;
}

div#draggable {
    background-color: #086BA4;
    position: absolute;
    width: 700px;
    height: 400px;
    display: none;
    border-radius: 10px;
    border: 2px solid silver;
    top: 100px;
}

div#bar {
    position: relative;
    top: 0;
    height: 30px;
    width: 100%;
    background-color: gray;
    border-radius: 10px 10px 0 0;
}

input.kgr {
    background-color: #B0CFF2;
}

input.satzid {
    background-color: #B0CFF2;
    width: 60px;
}

.ui-sortable-placeholder {
    height: 50px !important;
    border-style: dashed !important;
    background-color: #26A33D !important;
}

.invalid-placeholder {
    height: 50px !important;
    border-style: dashed !important;
    background-color: #FF0000 !important;
}

.emptyPos {
}

li.notreallythere {
    height: 0px;
}

div.expand {
    background: url('/images/down.gif') no-repeat center;
}

div.collapse {
    background: url('/images/up.gif') no-repeat center;
}

#rabatt_collapse tr th {
    text-align: left;
    padding-left: 5px;
    height: 25px;
}

#rabatt_header tr th {
    text-align: left;
    padding-left: 5px;
    height: 25px;
}

#gesamttotal tr th {
    text-align: left;
    padding-left: 5px;
    height: 25px;
}

table#kalkgruppen input {
    width: 110px;
}

div#popup_content input, div#popup_content td {
    width: 90px;
}

div#suchbaum_translation {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px;
}

table#translation {
    background-color: white;
    padding: 10px;
}

table#translation td, table#translation th {
    width: 100px;
    border: 1px solid;
    text-indent: 10px;
}

#translation_insert {
    position: fixed;
    top: 35%;
    cursor: pointer;
    width: 11%;
    height: 10%;
    right: 6%;
}

br.cl {
    clear: both;
}

.container {
    position: relative;
}

.container h3 {
    margin-top: 0px;
    padding-top: 0px !important;
}

.container .info {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.container input, .container textarea, .leftside, .rightside, div.vorgmenu, .rightrightside {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.leftside {
    padding: 5px;
    width: 250px;
    border: 1px solid black;
    height: 100%;
}

.rightside {
    border: 1px solid black;
    padding: 10px;
    width: auto;
    min-width: 500px;
}

.rightrightside {
    padding: 5px;
    width: 300px;
    border: 1px solid black;
    height: 100%;
}

.leftinput {
    width: 30%;
}

.rightinput {
    width: 65%;
}

.spaninput {
    width: 100%;
}

div.vorgmenu {
    width: 100%;
    background: white;
    border: 1px solid black;
    clear: both;
    margin-bottom: 5px;
}

table.halfwidthtable {
    width: 45%;
    float: left;
}

div.vorgmenu {
    padding: 5px;
}

div.vorgmenu ul {
    color: black;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

div.vorgmenu ul ul {
    padding-left: 15px;
}

div.vorgmenu ul li {
    margin-left: -5px;
    padding: 1px 5px;
    width: 100%;
}

div.vorgmenu ul li:hover {
    background-color: #ddd;
    font-weight: bold;
}

div.vorgmenu ul li:hover ul {
    font-weight: normal;
}

div.vorgmenu li.active {
    font-weight: bold;
}

div.vorgmenu li.active ul {
    font-weight: normal;
}

li.fixedheader {
    height: 25px;
    width: 100%;
    background-color: #808080 !important;
    display: flex;
    padding-top: 2px;
    padding-bottom: 2px;
}

li.fixedheader > span {
    margin-bottom: 2px;
    height: 17px !important;
    min-height: 0 !important;
    float: none !important;
    padding-top: -9px;
    text-align: center;
}

ul.stlPos span.anzahl {
    width: 10% !important;
    padding-left: 20px;
}

ul.stlPos ul.stlPos span.anzahl {
    width: 13% !important;
    padding-left: 20px;
}

ul.stlPos span.produkt {
    width: 36% !important;
}

ul.stlPos span.total {
    width: 8% !important;
}

table#satzid, table#anrede_table {
    list-style-type: none;
    color: black;
    margin-left: 0;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

table#satzid tr, table#anrede_table tr {
    margin-left: -40px;
    cursor: pointer;
    border-bottom: 1px solid;
}

table#satzid td, table#anrede_table td {
    padding: 2px;
}

img.kalkulation {
    cursor: pointer;
}

#dialogPopup {
    background-color: #FFCC66;
}

#kgrPopup {
    background-color: #086BA4;
}

table.kalkulation {
    border: 3px solid;
    background-color: grey;
}

table.kalkulation tr {
    border-bottom: 1px solid;
}

table.kalkulation td, table.kalkulation th {
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.makeselectpre > select > option {
    font-family: monospace;
}

.ui-dialog {
    position: relative;
}

.addlohn {
    cursor: pointer;
    font-weight: bold;
}

input.rabatt_texte {
    width: 50% !important;
}

span.plusminus {
    background-position: right middle;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    width: 10px;
    height: 10px;
}

span.plus {
    background-image: url('/images/plus.gif');
}

span.minus {
    background-image: url('/images/minus.gif');
}

div.ui-datepicker {
    z-index: 999 !important;
}

a.link2popup {
    color: blue;
}

a.link2popup:hover {
    font-weight: bold;
    text-decoration: underline;
}

form#zeitfilter {
    border: 1px solid grey;
    padding: 10px;
}

#toolbar{
	display:inline;
	left:50%;
	position:relative;
}
div.vorgtitle {
    font-weight: bold;
    background-color: #cecece;
    margin-left: -5px;
    margin-top: -5px;
    margin-bottom: 5px;
    padding: 2px 5px;
    width: 100%;
}

ul#css3menu1, ul#css3menu1 ul {
    border-style: solid;
    border-width: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul#css3menu1 ul {
    background-color: #0d0d0f;
    border-color: #313337;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    right: 100%;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease 0s;
    visibility: hidden;
}

ul#css3menu1 li:hover > ul {
    opacity: 1;
    visibility: visible;
}

ul#css3menu1 li {
    display: block;
    font-size: 0;
    position: relative;
    white-space: nowrap;
}

ul#css3menu1 ul ul {
    right: 100%;
    position: absolute;
    top: 0;
}

ul#css3menu1 > li:hover > ul {
    opacity: 0.8;
}

ul#css3menu1 {
    border-radius: 0;
    display: block;
    float: left;
    font-size: 0;
    position: relative;
}

ul#css3menu1 > li {
}

ul#css3menu1 a:active, ul#css3menu1 a:focus {
    outline-style: none;
}

ul#css3menu1 a {
    background-repeat: repeat;
    border-style: none;
    border-width: 0;
    color: #000000;
    cursor: pointer;
    display: block;
    font: 15px Noto Sans, Arial, Helvetica, sans-serif;
    padding: 3px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}

ul#css3menu1 ul li {
    float: none;
    margin: 0;
}

ul#css3menu1 ul a {
    background-color: #0d0d0f;
    border-radius: 5px;
    color: #9498a0;
    font: 14px Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 8px 12px;
    text-align: left;
    text-decoration: none;
}

ul#css3menu1 li:hover > a, ul#css3menu1 li a.pressed {
    border-style: none;
    color: #ffffff;
    text-decoration: none;
}

ul#css3menu1 img {
    border: medium none;
    margin-right: 3px;
    vertical-align: middle;
}

ul#css3menu1 span {
    background-image: url("arrowsub0.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    overflow: visible;
    padding-right: 23px;
}

ul#css3menu1 li:hover > a > span {
    background-image: url("arrowsub1.png");
}

ul#css3menu1 ul span {
    background-image: url("arrowsub0.png");
    padding-right: 17px;
}

ul#css3menu1 ul li:hover > a span {
    background-image: url("arrowsub1.png");
}

ul#css3menu1 ul li:hover > a, ul#css3menu1 ul li a.pressed {
    background-color: #0d0d0f;
    color: #34ae93;
    text-decoration: none;
}

ul#css3menu1 > li > a {
    padding: 10px 14px;
}

ul#css3menu1 li.topmenu > a {
    background-color: transparent;
    border-color: #bbbbbb;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    color: #bbbbbb;
    padding: 10px 14px;
    transition: all 0.5s ease 0s;
}

ul#css3menu1 li.topmenu:hover > a, ul#css3menu1 li.topmenu a.pressed {
    background-color: #c2e8ff;
    border-color: #0868a0;
    border-style: solid;
    color: #314f49;
}

div.toplink {
    background: url("/images/up.gif") no-repeat scroll center center #DEE7F7;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 15px;
}

div.tooltip, div.tooltip:link, div.tooltip:visited, div.tooltip:active  {
    position: relative;
}

div.tooltip:hover {
    background: transparent;
}

div.tooltip span {
    display: none;
}

div.tooltip:hover span {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: auto;
	padding: 5px;
    z-index: 100;
    color: #000000;
    border:1px solid #000000;
    background: #FFFFCC;
    font: 10px Verdana, sans-serif;
    text-align: left;
}

div.arbeitszeituebersicht{
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

div.arbeitszeituebersicht td{
	text-align:center;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#zusammenfassung_info{
	color:red;
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
	text-align:left;
}


.entry_wrapper>div>div{
	float:left;
	padding:1px;
	height:100%;
}

.entry_wrapper{
	border:1px solid black;
	background-color:white;
	height:40px;
	width:100%;
}

.entry_line1{
	float:left;
	width:65%;
	height:50%;
	display:flex;
}

.entry_line12{
	float:left;
	width:55%;
	height:50%;
	display:flex;
}

.entry_line2{
	float:left;
	width:65%;
	height:50%;
	display:flex;
}

.entry_line22{
	float:left;
	width:55%;
	height:50%;
	display:flex;
}

.entry_benutzer{
	width:38%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.entry_benutzer2{
	width:55%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.entry_zeit{
	width:30%;
}

.entry_pause{
	width:15%;
}

.entry_total{
	width:15%;
}

.entry_total2{
	width:27%;
}

.entry_totaluser{
	width:18%;
}

.entry_taetigkeit{
	width:15%;
	height:100%;
	float:right;
	white-space:pre-wrap;
}


.entry_spesen{
	width:20%;
	height:100%;
	float:right;
	white-space:pre-wrap;
}

.entry_spesen2{
	width:25%;
	height:100%;
	float:right;
	white-space:pre-wrap;
}

.entry_action{
	text-align:center;
	height:100%;
	width:15%;
	float:right;
}

.entry_action2{
	text-align:center;
	height:100%;
	width:20%;
	float:right;
}

.entry_expand,.entry_collapse{
	width:35px;
	text-align:center;
}
.entry_expand:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent black;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
	margin-left:5px;
}

.entry_collapse:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: black transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
	margin-left:5px;
}

.entry_title{
	border:4px solid black !important;
	width:100%;
	height:25px;
	border:1px solid black;
	margin-top:20px;
	display:flex;
}

.entry_title>div{
	float:left;
	font-weight:bold;
	height:100%;
}

.title_date{
	width:25%;
}

.title_date h3{
	border:none;
	padding-left:20px;
}

.title_date2{
	width:30%;
}

.title_date2 h3{
	border:none;
	padding-left:20px;
}

.title_zeit{
	width:20%;
}

.title_pause{
	width:10%;
}

.title_total{
	width:10%;
}

.title_total2{
	width:15%;
}

.title_totaluser{
	width:10%;
}

.title_spesen{
	width:20%;
}

.title_spesen2{
	width:25%;
}

.title_action{
	width:15%;
	text-align:center;
}
.title_action2{
	width:20%;
	text-align:center;
}

div#start{
	width:100%;
	height:900px;
}

div#start_logo{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding:10% 0;
	text-align:center;
}

div#start_logo img{
	width:50%;
}

#start_left{
	height:100%;
	width:25%;
	float:left;
}

#start_right{
	height:100%;
	width:25%;
	float:right;
}


#datacheck{
	background-color:white;
	width:300px;
	max-height:30px;
	overflow:hidden;
	position:absolute;
	right:200px;
	top:10px;
}

#datacheck *{
	font-size:7pt;
}

#datacheck:hover{
	max-height:100px;
	overflow:auto;
}

#datacheck li{
	color:black;
}

#datacheck ul, #datacheck li{
	list-style:none;
	padding-left:0;
	margin:0;
}

#datacheck li:before{
	content:"> ";
}

#datacheck .error:before{
	content:"Fehler-Info: ";
	color:red;
	font-weight:bold;
}

#datacheck .warning:before{
	content:"Warnung-Info: ";
	color:orange;
	font-weight:bold;
}

.info-bubble {
    position:relative;
    display:inline-block;
    min-width:14px;
    min-height:14px;
    border:1px solid #222;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background-color:#fff;
    font-style:italic;
    text-align:center!important;
    color: blue;
    cursor:default;
}

.zuschlagtooltip {
    display: none;
    position: absolute;
    z-index:100;
    background-color:white;
}

a:hover .zuschlagtooltip {
    display: block;
}

/* Mode annotations */
.login > div.mode-annotation {
    position:absolute;
    top:0;
    right:0;
    font-size:20pt;
}
.login > div.mode-annotation img {
    cursor:help;
}
.login > div.mode-annotation img:not(.icon) {
    width:120px;
}
.login > div.mode-annotation img:before {
    position:absolute;
    top:0;
    right:0;
    padding:4px 20px;
    background-color:#555;
    color:#fff;
}
.logout div.mode-annotation {
    position:absolute;
    left:-150px;
    font-size:16pt;
}
.logout div.mode-annotation img {
    position:relative;
    top:-10px;
    height:30px;
    cursor:help;
}
.logout div.mode-annotation img.icon {
	margin-right:5px;
}
.logout div.mode-annotation img:before {
    padding:4px 16px;
    background-color:#555;
    color:#fff;
}
ul.sync_list{
    color:black;
}

ul.sync_list li{
    color:black;
}
ul.sync_list>li{
    margin-bottom:5px;
}

.tooltip ul{
    padding-left:20px;
}
#start_plotday{ 
    width:300px;
}
#calendar_wrapper{
    margin-right:auto;
    margin-left:auto;
    height:100%;
    width:1660px;
}

.undefined {
    color:#555;
    font-style:italic;
}

/* Cursors */
.cursor-cursor-alias { cursor: alias; }
.cursor-all-scroll { cursor: all-scroll; }
.cursor-auto { cursor: auto; }
.cursor-cell { cursor: cell; }
.cursor-context-menu { cursor: context-menu; }
.cursor-col-resize { cursor: col-resize; }
.cursor-copy { cursor: copy; }
.cursor-crosshair { cursor: crosshair; }
.cursor-default { cursor: default; }
.cursor-e-resize { cursor: e-resize; }
.cursor-ew-resize { cursor: ew-resize; }
.cursor-grab { cursor: grab; }
.cursor-grabbing { cursor: grabbing; }
.cursor-help { cursor: help; }
.cursor-move { cursor: move; }
.cursor-n-resize { cursor: n-resize; }
.cursor-ne-resize { cursor: ne-resize; }
.cursor-nesw-resize { cursor: nesw-resize; }
.cursor-ns-resize { cursor: ns-resize; }
.cursor-nw-resize { cursor: nw-resize; }
.cursor-nwse-resize { cursor: nwse-resize; }
.cursor-no-drop { cursor: no-drop; }
.cursor-none { cursor: none; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-pointer { cursor: pointer; }
.cursor-progress { cursor: progress; }
.cursor-row-resize { cursor: row-resize; }
.cursor-s-resize { cursor: s-resize; }
.cursor-se-resize { cursor: se-resize; }
.cursor-sw-resize { cursor: sw-resize; }
.cursor-text { cursor: text; }
.cursor-vertical-text { cursor: vertical-text; }
.cursor-w-resize { cursor: w-resize; }
.cursor-wait { cursor: wait; }
.cursor-zoom-in { cursor: zoom-in; }
.cursor-zoom-out { cursor: zoom-out; }
.cursor-initial { cursor: initial; }
.cursor-inherit { cursor: inherit; }

div.qrcode {
    width:100%;
    height:100%;
}

span.light {
    height: 18px;
    width: 19px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
}

span.indicator0 {
    background-image: url('/images/green_light.png');
}

span.indicator1 {
    background-image: url('/images/yellow_light.png');
}

span.indicator2 {
    background-image: url('/images/red_light.png');
}

span.icon-8,
span.icon-16,
span.icon-32 {
    display: inline-block;
}
span.icon-8.hidden,
span.icon-16.hidden,
span.icon-32.hidden {
    display: none;
}
*:not(.cursor-help) > span.icon-8.action,
*:not(.cursor-help) > span.icon-16.action,
*:not(.cursor-help) > span.icon-32.action {
    cursor: pointer;
}
span.icon-8 {
    width: 8px;
    height: 8px;
}
span.icon-16 {
    width: 16px;
    height: 16px;
}
span.icon-32 {
    width: 32px;
    height: 32px;
}

span.icon-16.authority {
    background-image: url('/images/icon_authority_16.gif'); }
span.icon-16.authority.user {
    background-position: 0 0; }
span.icon-16.authority.user-admin {
    background-position: -16px 0; }
span.icon-16.authority.user-root {
    background-position: 0 -16px; }
span.icon-16.authority.lock {
    background-position: 0 -32px; }
span.icon-16.authority.lock-root {
    background-position: -16px -32px; }

span.icon-16.msg {
    background-image: url('/images/icon_msg_16.gif'); }
span.icon-16.msg.info {
    background-position: 0 0; }
span.icon-16.msg.info-color {
    background-position: -16px 0; }
span.icon-16.msg.warning {
    background-position: 0 -16px; }
span.icon-16.msg.warning-color {
    background-position: -16px -16px; }

span.icon-8.add {
    background-image: url('/images/icon_add_8.gif'); }
span.icon-8.add.generic {
    background-position: 0 0; }
span.icon-8.add.generic-green {
    background-position: -8px 0; }
span.icon-8.add.element {
    background-position: 0 -8px; }
span.icon-8.add.elements {
    background-position: -8px -8px; }
span.icon-8.add.elements-unfinished {
    background-position: 0 -16px; }
span.icon-8.add.elements-variating {
    background-position: -8px -16px; }
span.icon-8.add.user {
    background-position: 0 -24px; }
span.icon-8.add.users {
    background-position: -8px -24px; }
span.icon-8.add.document {
    background-position: 0 -32px; }
span.icon-8.add.documents {
    background-position: -8px -32px; }

span.icon-16.add {
    background-image: url('/images/icon_add_16.gif'); }
span.icon-16.add.generic {
    background-position: 0 0; }
span.icon-16.add.generic-green {
    background-position: -16px 0; }
span.icon-16.add.element {
    background-position: 0 -16px; }
span.icon-16.add.elements {
    background-position: -16px -16px; }
span.icon-16.add.elements-unfinished {
    background-position: 0 -32px; }
span.icon-16.add.elements-variating {
    background-position: -16px -32px; }
span.icon-16.add.user {
    background-position: 0 -48px; }
span.icon-16.add.users {
    background-position: -16px -48px; }
span.icon-16.add.document {
    background-position: 0 -64px; }
span.icon-16.add.documents {
    background-position: -16px -64px; }

span.icon-32.add {
    background-image: url('/images/icon_add_32.gif'); }
span.icon-32.add.generic {
    background-position: 0 0; }
span.icon-32.add.generic-green {
    background-position: -32px 0; }
span.icon-32.add.element {
    background-position: 0 -32px; }
span.icon-32.add.elements {
    background-position: -32px -32px; }
span.icon-32.add.elements-unfinished {
    background-position: 0 -64px; }
span.icon-32.add.elements-variating {
    background-position: -32px -64px; }
span.icon-32.add.user {
    background-position: 0 -96px; }
span.icon-32.add.users {
    background-position: -32px -96px; }
span.icon-32.add.document {
    background-position: 0 -128px; }
span.icon-32.add.documents {
    background-position: -32px -128px; }

span.icon-8.remove {
    background-image: url('/images/icon_remove_8.gif'); }
span.icon-8.remove.generic {
    background-position: 0 0; }
span.icon-8.remove.generic-red {
    background-position: -8px 0; }
span.icon-8.remove.generic-x {
    background-position: 0 -8px; }
span.icon-8.remove.generic-x-red {
    background-position: -8px -8px; }
span.icon-8.remove.element {
    background-position: 0 -16px; }
span.icon-8.remove.elements {
    background-position: -8px -16px; }
span.icon-8.remove.elements-finished {
    background-position: 0 -24px; }
span.icon-8.remove.user {
    background-position: 0 -32px; }
span.icon-8.remove.users {
    background-position: -8px -32px; }

span.icon-16.remove {
    background-image: url('/images/icon_remove_16.gif'); }
span.icon-16.remove.generic {
    background-position: 0 0; }
span.icon-16.remove.generic-red {
    background-position: -16px 0; }
span.icon-16.remove.generic-x {
    background-position: 0 -16px; }
span.icon-16.remove.generic-x-red {
    background-position: -16px -16px; }
span.icon-16.remove.element {
    background-position: 0 -32px; }
span.icon-16.remove.elements {
    background-position: -16px -32px; }
span.icon-16.remove.elements-finished {
    background-position: 0 -48px; }
span.icon-16.remove.user {
    background-position: 0 -64px; }
span.icon-16.remove.users {
    background-position: -16px -64px; }

span.icon-32.remove {
    background-image: url('/images/icon_remove_32.gif'); }
span.icon-32.remove.generic {
    background-position: 0 0; }
span.icon-32.remove.generic-red {
    background-position: -32px 0; }
span.icon-32.remove.generic-x {
    background-position: 0 -32px; }
span.icon-32.remove.generic-x-red {
    background-position: -32px -32px; }
span.icon-32.remove.element {
    background-position: 0 -64px; }
span.icon-32.remove.elements {
    background-position: -32px -64px; }
span.icon-32.remove.elements-finished {
    background-position: 0 -96px; }
span.icon-32.remove.user {
    background-position: 0 -128px; }
span.icon-32.remove.users {
    background-position: -32px -128px; }

span.icon-16.check {
    background-image: url('/images/icon_check_16.gif'); }
span.icon-16.check.generic {
    background-position: 0 0; }
span.icon-16.check.generic-green {
    background-position: -16px 0; }
span.icon-16.check.checkbox-checked,
span.icon-16.check.checkbox-uncheckable,
span.icon-16.check.checkbox-checkable:hover {
    background-position: 0 -16px; }
span.icon-16.check.checkbox-checked-green,
span.icon-16.check.checkbox-uncheckable-green,
span.icon-16.check.checkbox-checkable-green:hover {
    background-position: -16px -16px; }
span.icon-16.check.checkbox-unchecked,
span.icon-16.check.checkbox-uncheckable:hover,
span.icon-16.check.checkbox-uncheckable-green:hover,
span.icon-16.check.checkbox-checkable,
span.icon-16.check.checkbox-checkable-green {
    background-position: 0 -32px; }
span.icon-16.check.checkbox-disabled {
    background-position: -16px -32px; }
span.icon-16.check.checkbox-checked-disabled {
    background-position: 0 -48px; }
span.icon-16.check.checkbox-checked-disabled-green {
    background-position: -16px -48px; }
*:not(.cursor-help) > span.icon-16.check.checkbox-disabled,
*:not(.cursor-help) > span.icon-16.check.checkbox-checked-disabled,
*:not(.cursor-help) > span.icon-16.check.checkbox-checked-disabled-green {
    cursor: default;
}
span.icon-16.check.check-elements {
    background-position: 0 -64px; }
span.icon-16.check.check-elements-green {
    background-position: -16px -64px; }

span.icon-32.check {
    background-image: url('/images/icon_check_32.gif'); }
span.icon-32.check.generic {
    background-position: 0 0; }
span.icon-32.check.generic-green {
    background-position: -32px 0; }
span.icon-32.check.checkbox-checked,
span.icon-32.check.checkbox-checkable:hover {
    background-position: 0 -32px; }
span.icon-32.check.checkbox-checked-green,
span.icon-32.check.checkbox-uncheckable-green,
span.icon-32.check.checkbox-checkable-green:hover {
    background-position: -32px -32px; }
span.icon-32.check.checkbox-unchecked,
span.icon-32.check.checkbox-uncheckable:hover,
span.icon-32.check.checkbox-uncheckable-green:hover,
span.icon-32.check.checkbox-checkable,
span.icon-32.check.checkbox-checkable-green {
    background-position: 0 -64px; }
span.icon-32.check.checkbox-disabled {
    background-position: -32px -64px;
    cursor: default; }
span.icon-32.check.checkbox-checked-disabled {
    background-position: 0 -96px;
    cursor: default; }
span.icon-32.check.checkbox-checked-disabled-green {
    background-position: -32px -96px;
    cursor: default; }
span.icon-32.check.check-elements {
    background-position: 0 -128px; }
span.icon-32.check.check-elements-green {
    background-position: -32px -128px; }

span.icon-16.export {
    background-image: url('/images/icon_export_16.gif'); }
span.icon-16.export.database {
    background-position: 0 0; }
span.icon-16.export.database-color {
    background-position: -16px 0; }
span.icon-16.export.database-csv {
    background-position: 0 -16px; }
span.icon-16.export.database-csv-color {
    background-position: -16px -16px; }

span.icon-32.export {
    background-image: url('/images/icon_export_32.gif'); }
span.icon-32.export.database {
    background-position: 0 0; }
span.icon-32.export.database-color {
    background-position: -32px 0; }
span.icon-32.export.database-csv {
    background-position: 0 -32px; }
span.icon-32.export.database-csv-color {
    background-position: -32px -32px; }

span.icon-16.block {
    background-image: url('/images/icon_block_16.gif'); }
span.icon-16.block.generic {
    background-position: 0 0; }
span.icon-16.block.generic-red {
    background-position: -16px 0; }

span.icon-8.copy {
    background-image: url('/images/icon_copy_8.gif'); }
span.icon-8.copy.generic {
    background-position: 0 0; }
span.icon-8.copy.transfer {
    background-position: -8px 0; }
span.icon-8.copy.copy-up {
    background-position: 0 -8px; }
span.icon-8.copy.copy-down {
    background-position: -8px -8px; }
span.icon-8.copy.copy-left {
    background-position: 0 -16px; }
span.icon-8.copy.copy-right {
    background-position: -8px -16px; }

span.icon-16.copy {
    background-image: url('/images/icon_copy_16.gif'); }
span.icon-16.copy.generic {
    background-position: 0 0; }
span.icon-16.copy.transfer {
    background-position: -16px 0; }
span.icon-16.copy.copy-up {
    background-position: 0 -16px; }
span.icon-16.copy.copy-down {
    background-position: -16px -16px; }
span.icon-16.copy.copy-left {
    background-position: 0 -32px; }
span.icon-16.copy.copy-right {
    background-position: -16px -32px; }

span.icon-32.copy {
    background-image: url('/images/icon_copy_32.gif'); }
span.icon-32.copy.generic {
    background-position: 0 0; }
span.icon-32.copy.transfer {
    background-position: -32px 0; }
span.icon-32.copy.copy-up {
    background-position: 0 -32px; }
span.icon-32.copy.copy-down {
    background-position: -32px -32px; }
span.icon-32.copy.copy-left {
    background-position: 0 -64px; }
span.icon-32.copy.copy-right {
    background-position: -32px -64px; }

span.icon-16.edit {
    background-image: url('/images/icon_edit_16.gif'); }
span.icon-16.edit.generic {
    background-position: 0 0; }
span.icon-16.edit.generic-blue {
    background-position: -16px 0; }
span.icon-16.edit.generic-green {
    background-position: 0 -16px; }
span.icon-16.edit.generic-yellow {
    background-position: -16px -16px; }
span.icon-16.edit.generic-orange {
    background-position: 0 -32px; }
span.icon-16.edit.generic-red {
    background-position: -16px -32px; }

span.icon-32.edit {
    background-image: url('/images/icon_edit_32.gif'); }
span.icon-32.edit.generic {
    background-position: 0 0; }
span.icon-32.edit.generic-blue {
    background-position: -32px 0; }
span.icon-32.edit.generic-green {
    background-position: 0 -32px; }
span.icon-32.edit.generic-yellow {
    background-position: -32px -32px; }
span.icon-32.edit.generic-orange {
    background-position: 0 -64px; }
span.icon-32.edit.generic-red {
    background-position: -32px -64px; }

span.icon-16.search {
    background-image: url('/images/icon_search_16.png'); }
span.icon-16.search.generic {
    background-position: 0 0; }
span.icon-16.search.generic-color {
    background-position: -16px 0; }

span.icon-16.show {
    background-image: url('/images/icon_show_16.gif'); }
span.icon-16.show.magnifying-glass {
    background-position: 0 0; }
span.icon-16.show.magnifying-glass-color {
    background-position: -16px 0; }
span.icon-16.show.eye {
    background-position: 0 -16px; }
span.icon-16.show.eye-color {
    background-position: -16px -16px; }
span.icon-16.show.document {
    background-position: 0 -32px; }
span.icon-16.show.document-color {
    background-position: -16px -32px; }
span.icon-16.show.user-entries {
    background-position: 0 -48px; }

span.icon-32.show {
    background-image: url('/images/icon_show_32.png'); }
span.icon-32.show.magnifying-glass {
    background-position: 0 0; }
span.icon-32.show.magnifying-glass-color {
    background-position: -32px 0; }
span.icon-32.show.eye {
    background-position: 0 -32px; }
span.icon-32.show.eye-color {
    background-position: -32px -32px; }
span.icon-32.show.document {
    background-position: 0 -64px; }
span.icon-32.show.document-color {
    background-position: -32px -64px; }
span.icon-32.show.user-entries {
    background-position: 0 -96px; }

span.action.cut {
    background-image: url('/images/icon_cut.png');
}
span.action.cut.animated:hover {
    background-image: url('/images/ani_cut.gif');
}

.show-on-print {
	display: none;
}

@media print {
	
	html,
	table.main {
		background-color: initial!important;
		min-width: 0;
		height: auto;
	}
	body {
		overflow-y: visible!important;
		height: auto!important;
	}
	div.logout,
	div.link,
	div.toplink,
	fieldset.actions,
	tr.actions,
	th.actions,
	td.actions,
	.hide-on-print {
		display: none;
	}
	*:not(tr):not(th):not(td).show-on-print {
		display: block;
	}
	tr.show-on-print {
		display: table-row;
	}
	th.show-on-print {
		display: table-caption;
	}
	td.show-on-print {
		display: table-cell;
	}
    @page {
        margin:0.35cm 0 2.2cm 0;
    }
}