﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1.2;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'GreyscaleBasicRegular';
  src: url('fonts/Greyscale_Basic_Regular-webfont.eot');
  src: url('fonts/Greyscale_Basic_Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Greyscale_Basic_Regular-webfont.woff') format('woff'), url('fonts/Greyscale_Basic_Regular-webfont.ttf') format('truetype'), url('fonts/Greyscale_Basic_Regular-webfont.svg#GreyscaleBasicRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GreyscaleBasicItalic';
  src: url('fonts/Greyscale_Basic_Regular_Italic-webfont.eot');
  src: url('fonts/Greyscale_Basic_Regular_Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Greyscale_Basic_Regular_Italic-webfont.woff') format('woff'), url('fonts/Greyscale_Basic_Regular_Italic-webfont.ttf') format('truetype'), url('fonts/Greyscale_Basic_Regular_Italic-webfont.svg#GreyscaleBasicItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GreyscaleBasicBold';
  src: url('fonts/Greyscale_Basic_Bold-webfont.eot');
  src: url('fonts/Greyscale_Basic_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Greyscale_Basic_Bold-webfont.woff') format('woff'), url('fonts/Greyscale_Basic_Bold-webfont.ttf') format('truetype'), url('fonts/Greyscale_Basic_Bold-webfont.svg#GreyscaleBasicBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GreyscaleBasicBoldItalic';
  src: url('fonts/Greyscale_Basic_Bold_Italic-webfont.eot');
  src: url('fonts/Greyscale_Basic_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Greyscale_Basic_Bold_Italic-webfont.woff') format('woff'), url('fonts/Greyscale_Basic_Bold_Italic-webfont.ttf') format('truetype'), url('fonts/Greyscale_Basic_Bold_Italic-webfont.svg#GreyscaleBasicBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  height: 100%;
  color: #787878;
}
html {
  background: #fff url(img/bg-body.jpg) repeat-x;
}
#frm {
  position: relative;
  min-height: 100%;
}
header,
main,
footer div {
  width: 90%;
  min-width: 1000px;
  max-width: 1600px;
}
header {
  height: 150px;
  overflow: hidden;
}
main {
  position: relative;
  padding-bottom: 120px;
}
main:before,
main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #eaeaea;
  border-top: 1px solid #c7c7c7;
}
footer div.footerwrap {
  font-size: 75%;
  padding-top: 20px;
}
footer div.footerwrap div {
  float: left;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}
footer div.footerwrap div:first-child {
  margin: 0 0 0 20.95238095%;
}
footer a {
  color: #e95316;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
/* Contentbereich Main > Article */
article {
  margin: 95px 0 0 16%;
}
article h1 {
  font-family: GreyscaleBasicRegular;
  font-weight: normal;
  font-size: 190%;
  margin-bottom: 15px;
}
article h2,
article p,
article ol,
article ul {
  margin-bottom: 15px;
}
article h2 {
  font-size: 140%;
  font-weight: normal;
}
article div.hinweisUeberschrift {
  font-style: italic;
  padding-bottom: 5px;
}
article select,
article input[type="text"],
article input[type="password"],
article textarea {
  border: 1px solid #c7c7c7;
  vertical-align: top;
}
article .highlight,
article input[type="text"]:focus,
article input[type="password"]:focus,
article textarea:focus {
  border-color: #e95316 !important;
}
/* Table Styles  #1 Generic */
table.generic {
  width: 100%;
  background-color: #fff;
  border-collapse: separate;
  font-size: 90%;
}
.generic thead th {
  background-color: #c7c7c7;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #c7c7c7;
}
.generic thead th:first-child {
  border-top-left-radius: 10px;
}
.generic thead th:last-child {
  border-top-right-radius: 10px;
}
table.generic thead tr.sort input {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right top;
  height: 20px;
}
table.generic thead tr.sort input.up {
  background-image: url(img/mbtn-up.png);
  padding-right: 22px!important;
}
table.generic thead tr.sort input.down {
  background-image: url(img/mbtn-down.png);
  padding-right: 22px!important;
}
/*table.generic thead tr.sort td {padding: 0px;}*/
table.generic thead tr.filter td {
  padding: 0;
  background-color: #c7c7c7;
  vertical-align: top;
  height: 26px;
}
table.generic thead tr.filter input[type=text] {
  border: 1px solid grey;
}
table.generic thead tr.filter img:hover {
  display: inline-block;
}
.generic tbody td {
  padding: 5px 8px;
  vertical-align: top;
}
table.generic > tbody > tr:nth-child(2n) > td {
  background-color: #efefef;
}
.generic tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.generic tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.generic tbody tr:hover > td {
  background-color: #d9e8ef;
}
.generic tbody tr.bemerkung td {
  background-color: #e5f0f5;
}
table.docs tbody + tbody tr:first-child th {
  padding-top: 20px;
}
/* Admin Generic Table */
.generic thead tr.sort th input {
  border-style: none !important;
  background-color: transparent !important;
  text-align: left;
  padding: 0;
}
/* Table Styles #2 Login */
table.login {
  width: 50%;
  background: linear-gradient(#EEEEEE, #FFFFFF) no-repeat scroll 0 0;
  border-collapse: separate;
  font-size: 90%;
  border-radius: 10px;
  border: 1px solid #d9dadc;
}
table.login td {
  padding: 5px 10px;
}
table.login td:first-child {
  width: 170px;
}
table.login tr:first-child td {
  padding-top: 15px;
}
/* Table Styles  #2 Generic Form */
table.form {
  width: 100%;
  background-color: #fff;
  border-collapse: separate;
  font-size: 90%;
}
.form thead th {
  background-color: #c7c7c7;
  color: #fff;
  text-align: left;
  padding: 5px 20px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #c7c7c7;
}
.form thead th:first-child {
  border-top-left-radius: 10px;
}
.form thead th:last-child {
  border-top-right-radius: 10px;
}
.form tbody td,
.form tbody th {
  padding: 5px 10px 5px;
  vertical-align: top;
  text-align: left;
  background-color: #d9e8ef;
}
.form tbody th {
  padding-top: 10px;
  background-color: #f4f4f4;
}
.form tbody:last-child tr:last-child td:first-child,
.form tbody:last-child tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
  padding-bottom: 10px;
}
.form tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
  padding-bottom: 10px;
}
.form tbody tr.bemerkung td {
  background-color: #e5f0f5;
}
.form tbody input[type="text"] {
  width: 100%;
  padding: 4px 2px;
}
.form tbody textarea {
  width: 100%;
  padding: 4px 2px;
}
.form tbody th {
  width: 25%;
}
.form tbody td[colspan="1"] {
  width: 20%;
}
.form tbody td[colspan="2"] {
  width: 40%;
}
.form tbody td[colspan="3"] {
  width: 60%;
}
/* Table Styles # 3 Docs based upon Forms */
.docs {
  margin-bottom: 1px;
}
.docs tbody td,
.docs tbody th {
  padding: 5px 20px 5px;
  vertical-align: top;
  text-align: left;
  background-color: #d9e8ef;
}
.docs tbody th {
  padding-top: 10px;
  background-color: #F4F4F4;
}
.docs > tbody tr:first-child th {
  border-top-left-radius: 10px;
}
.docs tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.docs tbody tr:last-child th {
  border-bottom-left-radius: 10px;
}
.docs tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.docs tbody td,
.docs tbody th {
  padding: 10px 20px 5px;
}
.relation .embedded th {
  color: #787878 !important;
  padding: 3px 0 !important;
}
.relation .embedded td {
  border-top: 1px solid #e9f5f7 !important;
  padding: 3px 0 !important;
}
.relation th span {
  display: block;
  padding-bottom: 5px;
}
table.relation a.zip {
  width: 60px;
}
table.relation input.smlbtn {
  width: 105px;
}
/* Table Styles # 4Embedded Table */
table.embedded {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 0 !important;
  border-style: none !important;
}
table.embedded > thead > tr > th {
  width: 20px;
}
table.embedded > thead > tr > th + th {
  width: 15px;
}
.embedded td,
.embedded th {
  border-radius: 0 !important;
  border-style: none !important;
  padding: 0 !important;
  background-color: transparent !important;
}
/* Table Styles #5 TFoot mit Navi */
.generic tfoot tr td {
  background-color: #e5f0f5;
  border-top: 2px solid #fff;
  border-radius: 10px;
  padding: 10px 8px;
  text-align: center;
}
.small {
  width: 60% !important;
  min-width: 500px !important;
}
/* Dokumentenansicht */
.docdetail {
  margin-bottom: 15px;
}
.docdetail div {
  float: left;
  width: 20%;
  overflow: hidden;
}
.docdetail div img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
  border: 1px solid #d9dadc;
  border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.docdetail > table {
  margin-left: 22%;
  width: 78%;
  border-radius: 15px;
  font-size: 90%;
}
.docdetail + .submit {
  margin-left: 22%;
  width: 78%;
}
/* Dashboard Styles */
.dashboard {
  margin-top: 40px;
}
.dashboard div {
  float: left;
  width: 16.5%;
  margin-left: 3.5%;
  cursor: pointer;
  margin-bottom: 25px;
  position: relative;
}
.dashboard div a {
  display: block;
  width: 100%;
  background: linear-gradient(#eee, #fff);
  border-radius: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 6px solid #d9dadc;
}
.dashboard div:first-child {
  margin-left: 0;
}
.dashboard div:nth-child(6n+6) {
  margin-left: 0;
}
.dashboard div a span {
  text-indent: -9999px;
  line-height: 0;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.dashboard div:hover a {
  border-color: #e75519;
  box-shadow: 0 0 8px 3px #f5c2ab;
}
.dashboard div:hover a span {
  opacity: 1;
}
.dashboard div > span {
  text-align: center;
  display: block;
  margin-top: 15px;
  color: #999999;
  font-size: 85%;
}
.dashboard div:hover > span {
  color: #626262;
}
.dashboard div:hover > span.docamount,
.dashboard div:hover > span.msgamount {
  color: #fff;
}
/* Navigation Styles #1 Main Navigation */
nav {
  float: left;
  width: 70px;
  border: 4px solid #efefef;
  border-left: none;
  border-radius: 0 15px 15px 0;
  background: linear-gradient(#eee, #fff);
  margin-top: 95px;
}
nav ul {
  width: 60px;
  margin: 10px auto;
}
nav li {
  display: inline;
}
nav li * {
  display: block;
  width: 100%;
  height: 60px;
  text-indent: -9999px;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 2px;
  opacity: 0.5;
}
nav li:first-child * {
  margin-top: 0;
}
nav li :hover {
  opacity: 1;
}
nav li .active {
  background-position: 0 -60px;
  opacity: 1;
}
/* Navigation Styles #1a Custom */
.nav-dashboard {
  background-image: url(img/nav-dashboard.png);
}
.nav-container {
  background-image: url(img/nav-container.png);
}
.nav-material {
  background-image: url(img/nav-material.png);
}
.nav-benachrichtigung {
  background-image: url(img/nav-benachrichtigung.png);
}
.nav-auftrag {
  background-image: url(img/nav-auftrag.png);
}
.nav-dokument {
  background-image: url(img/nav-dokumente.png);
}
/* Header Styles */
.logo {
  margin-left: 7.04761904%;
  margin-top: 82px;
  float: left;
}
.keyvisual {
  margin-top: 74px;
  float: right;
  width: 50%;
  max-width: 627px;
  height: auto;
}
/* Panel Styles */
section.panel {
  position: absolute;
  left: 16%;
  top: 2px;
  width: 79%;
}
.panels {
  float: left;
  background: linear-gradient(#EEEEEE, #FFFFFF) no-repeat scroll 0 0;
  border: 3px solid #D9DADC;
  border-top-style: none;
  border-radius: 0 0 15px 15px;
  padding: 10px 20px;
  margin-right: 5px;
  position: relative;
}
.panels a {
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  line-height: 0;
  text-indent: -9999px;
}
div.pnlmessages {
  max-width: 50%;
  padding-left: 5px;
}
div.pnlmessages.pnlalert {
  border-color: #d44646;
}
div.pnlmessages.pnlsuccess {
  border-color: #59874f;
}
div.pnlmessages p {
  min-height: 21px;
  padding-left: 30px;
  padding-top: 5px;
  font-size: 80%;
  background-image: url(img/pnlbtn-message.png);
  background-repeat: no-repeat;
  background-position: left center;
}
div.pnlmessages p.Error {
  color: #d44646;
  background-image: url(img/pnlbtn-alert2.png);
}
div.pnlmessages p.Success {
  color: #59874f;
  background-image: url(img/pnlbtn-message.png);
}
div.messages {
  padding: 10px;
}
div.messages span {
  color: red;
}
.panel .search input[type="text"] {
  background-color: #fff;
  border: 1px solid #D9DADC;
  font-size: 100%;
  color: #787878;
  vertical-align: absmiddle;
  margin-right: 5px;
}
.panel .search input[type="text"]:focus {
  border-color: #e95316;
  color: #000;
}
.panel .search input[type="image"] {
  vertical-align: bottom;
  opacity: 0.5;
  width: 26px;
  height: 26px;
}
.panel .panels :hover {
  opacity: 1 !important;
}
.panel .basket a {
  background-image: url(img/pnlbtn-basket.png);
}
.panel .user a {
  background-image: url(img/pnlbtn-user.png);
}
.panel .admin a {
  background-image: url(img/pnlbtn-admin.png);
}
.panel .basket .baskamount {
  position: absolute;
  background-color: #e95316;
  color: #fff;
  font-weight: normal;
  font-size: 60%;
  padding: 3px 0 0;
  min-width: 18px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  top: 4px;
  right: 8px;
  vertical-align: -3px;
}
/* Button Styles */
/* Small Buttons (sml) */
.smlbtn {
  background: linear-gradient(#EEEEEE, #FFFFFF) no-repeat scroll left center;
  border: 2px solid #D9DADC;
  border-radius: 5px;
  font-size: 75%;
  color: #373737;
  padding: 5px 10px 5px 30px;
}
table .smlbtn {
  font-size: 85%;
}
a.smlbtn {
  display: inline-block;
}
/* Form Button */
.frmbtn {
  background: linear-gradient(#EEEEEE, #FFFFFF) no-repeat scroll left center;
  border: 2px solid #D9DADC;
  border-radius: 5px;
  font-size: 100%;
  color: #373737;
  font-weight: bold;
  padding: 10px 20px 10px 40px;
}
table .frmbtn {
  font-size: 110%;
}
/* MiniButtons */
.mbtn {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: linear-gradient(#EEEEEE, #FFFFFF) no-repeat scroll left center;
  border-radius: 5px;
  border: 1px solid #d9dadc;
  color: #787878;
  cursor: pointer;
  margin-right: 2px;
}
*[disable="disabled"].mbtn {
  cursor: default;
}
.count {
  vertical-align: top;
  padding-top: 4px;
  height: 16px;
  text-align: center;
  font-size: 80%;
  width: 40px;
}
.pos {
  font-size: 80%;
  vertical-align: 4px;
  padding-left: 15px;
}
/* Order Process */
.orderpanel {
  float: right;
  margin-top: 0px;
  margin-bottom: 15px;
}
.orderpanel .smlbtn {
  font-size: 100%;
}
.orderpanel > div {
  float: right;
  border-radius: 10px;
  font-size: 70%;
  padding: 5px 20px 10px 50px;
  min-height: 60px;
  margin-left: 10px;
  background-repeat: no-repeat;
}
.orderpanel h2 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.orderpanel .deadline {
  background-color: #e95316;
  border: 2px solid #D9DADC;
  color: #fff;
  background-image: url(img/deadline.png);
  min-width: 230px;
}
.orderpanel .deadline div {
  margin-top: 10px;
}
.orderpanel .location {
  background-color: #fff;
  border: 2px solid #D9DADC;
  background-image: url(img/location.png);
}
/* Generic Submit */
.submit {
  margin-bottom: 15px;
}
.submit:before,
.submit:after {
  content: " ";
  display: table;
}
.submit:after {
  clear: both;
}
.submit input:last-child {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.submit input:first-child {
  float: left;
  margin-right: 5px;
}
div.meldungen {
  border: 1px solid #D9DADC;
}
/* Customization */
/* Dashboard #1 Root */
.dashboard .container {
  background-image: url(img/dshbtn-container.png);
}
.dashboard .order {
  background-image: url(img/dshbtn-orders.png);
}
.dashboard .messages {
  background-image: url(img/dshbtn-messages.png);
}
.dashboard .tasks {
  background-image: url(img/dshbtn-tasks.png);
}
.dashboard .tasksrequest {
  background-image: url(img/dshbtn-request.png);
}
.dashboard .taskscommission {
  background-image: url(img/dshbtn-commisson.png);
}
.dashboard .docs {
  background-image: url(img/dshbtn-docs.png);
}
/* Dashboard #2 Container */
.dashboard .containernew {
  background-image: url(img/dshbtn-containernew.png);
}
.dashboard .containerpickup {
  background-image: url(img/dshbtn-containerpickup.png);
}
.dashboard .pickup {
  background-image: url(img/dshbtn-pickup.png);
}
.dashboard .containerreplacement {
  background-image: url(img/dshbtn-containerreplacement.png);
}
.dashboard .containeremptying {
  background-image: url(img/dshbtn-containeremptying.png);
}
/* Dashboard #3 Documents */
.dashboard .docinvoices {
  background-image: url(img/dshbtn-docinvoices.png);
}
.dashboard .docdeliveries {
  background-image: url(img/dshbtn-docdeliveries.png);
}
.dashboard .docweighings {
  background-image: url(img/dshbtn-docweighings.png);
}
.dashboard .docstats {
  background-image: url(img/dshbtn-docstats.png);
}
.dashboard .doctasks {
  background-image: url(img/dshbtn-doctasks.png);
}
.dashboard .docimages {
  background-image: url(img/dshbtn-docimages.png);
}
.dashboard .docbgs {
  background-image: url(img/dshbtn-bgs.png);
}
.dashboard .docan {
  background-image: url(img/dshbtn-attachment.png);
}
/* Dashboard #4 User */
.dashboard .changepassword {
  background-image: url(img/dshbtn-changepassword.png);
}
.dashboard .logout {
  background-image: url(img/dshbtn-logout.png);
}
/* Dashboard #5 Admin */
.dashboard .clients {
  background-image: url(img/dshbtn-clients.png);
}
.dashboard .selectclients {
  background-image: url(img/dshbtn-selectclients.png);
}
.dashboard .users {
  background-image: url(img/dshbtn-users.png);
}
.dashboard .contents {
  background-image: url(img/dshbtn-contents.png);
}
.dashboard .createfiles {
  background-image: url(img/dshbtn-createfiles.png);
}
.dashboard .profillist {
  background-image: url(img/dshbtn-profillist.png);
}
/* Small Buttons (smlbtn) */
input.counter {
  padding: 5px 10px;
  color: #9f9f9f;
}
input.replacement {
  background: url(img/smlbtn-replacement.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
}
input.emptying {
  background: url(img/smlbtn-emptying.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
}
input.deletion {
  background: url(img/smlbtn-delete.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
}
input.selectlocation {
  background: url(img/smlbtn-selectlocation.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
}
input.containerpickup {
  background: url(img/smlbtn-containerpickup.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
}
input.selectlist {
  background: url(img/smlbtn-select.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
}
input.gotouser {
  background: url(img/smlbtn-select.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
}
input.gotoauftrag {
  background: url(img/smlbtn-select.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
}
input.gotoanfrage {
  background: url(img/smlbtn-select.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
}
input.archive {
  background: url(img/smblbtn-archive.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
}
input.zip,
a.zip {
  background: url(img/smlbtn-zip.png) no-repeat, url(img/smlbtn-bg.png) repeat-x;
  background-color: #fff;
}
/* Form Buttons (frmbtn) */
input.abort {
  background: url(img/frmbtn-cancel.png) no-repeat, url(img/frmbtn-bg.png) repeat-x;
}
input.confirm {
  background: url(img/frmbtn-confirm.png) no-repeat, url(img/frmbtn-bg.png) repeat-x;
}
input.continueshopping {
  background: url(img/frmbtn-continueshopping.png) no-repeat, url(img/frmbtn-bg.png) repeat-x;
}
input.placeorder {
  background: url(img/frmbtn-placeorder.png) no-repeat, url(img/frmbtn-bg.png) repeat-x;
}
input.confirmlocation {
  background: url(img/frmbtn-confirmlocation.png) no-repeat, url(img/frmbtn-bg.png) repeat-x;
}
input.newlocation {
  background: url(img/frmbtn-newlocation.png) no-repeat, url(img/frmbtn-bg.png) repeat-x;
}
input.login {
  background: url(img/frmbtn-login.png) no-repeat, url(img/frmbtn-bg.png) repeat-x;
  text-align: left;
}
/* Anfrage, Auftr�ge */
td.adr > div:first-child {
  background: url('img/ClientDeliveryAddress.png') -1px -21px no-repeat;
  padding-left: 23px;
}
td.adr > div:nth-child(2) {
  background: url('img/ClientDeliveryAddress.png') -1px -1px no-repeat;
  padding-left: 23px;
}
/* Admin Panel */
#frm .admpanel input {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  border-style: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}
#frm .admpanel {
  width: auto;
  border: 4px solid #efefef;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  background: linear-gradient(#eee, #fff);
  margin-left: 15px;
}
#frm .admpanel input:hover {
  opacity: 1;
}
#frm .admpanel input.active {
  background-position: 0 -60px;
  opacity: 1;
}
table.ekemails th {
  font-weight: normal;
  padding: 2px 4px;
}
table.ekemails th:first-child {
  text-align: left;
}
table.ekemails td {
  text-align: center;
  padding: 2px 4px;
}
/*
    Autocomplete
    */
.ui-autocomplete a {
  vertical-align: middle;
  display: block;
  width: 300px;
}
.ui-autocomplete li a div {
  float: left;
  width: 50px;
}
.ui-autocomplete li a img {
  border: 1px solid #ccc;
  margin-right: 20px;
  vertical-align: middle;
  float: left;
}
.ui-autocomplete li a span.text {
  font-size: 70%;
  padding-left: 10px;
}
/* Buttons */
#frm input.save {
  background-image: url(img/btn-save.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}
#frm input.cancel {
  background-image: url(img/btn-cancel.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}
#frm input.close {
  background-image: url(img/btn-close.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}
#frm input.edit {
  background-image: url(img/btn-edit.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}
#frm input.select {
  background-image: url(img/btn-select.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}
#frm input.print {
  background-image: url(img/btn-printselected.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}
#frm input.add {
  background-image: url(img/btn-add.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}
#frm input.delete {
  background-image: url(img/btn-delete.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}
#frm input.export {
  background-image: url(img/btn-export.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}
#frm input.refresh {
  background-image: url(img/btn-refresh.png);
}
th.m {
  width: 150px;
}
th.l {
  width: 200px;
}
th.xl {
  width: 300px;
}
th.s {
  width: 50px;
}
th.xs {
  width: 25px;
}
th.datum {
  width: 70px;
}
th.goto {
  width: 25px;
}
dl {
  display: block;
  font-size: 80%;
}
dt {
  display: block;
  font-weight: bold;
}
dd {
  padding-left: 20px;
  padding-bottom: 10px;
}
.dashboard .msgamount {
  position: absolute;
  background-color: #e95316;
  color: #fff;
  font-weight: normal;
  font-size: 70%;
  padding: 6px 3px 3px 3px;
  min-width: 20px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  top: -20px;
  right: -5px;
  /*vertical-align: -0px;*/
}
.dashboard .docamount {
  position: absolute;
  background-color: #e95316;
  color: #fff;
  font-weight: normal;
  font-size: 70%;
  padding: 6px 3px 3px 3px;
  min-width: 20px;
  height: 18px;
  text-align: center;
  top: -20px;
  right: 25px;
  /*vertical-align: -0px;*/
}
tfoot tr input[type="submit"] {
  display: none;
}
input[type=submit][disabled] {
  opacity: 0.4;
}
div.mdlBack {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
div.mdlAdrSearch {
  padding: 5px;
  background-color: white;
  /*width: 800px;*/
  position: absolute;
  top: 20%;
  z-index: 1001;
}
div.mdlAdrSearch select {
  width: 680px;
  height: 500px;
}
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
div.inlineeditor {
  position: relative;
  padding-top: 30px;
}
div.inlineeditor div.edit {
  border: 1px solid #cdcdcd;
  background-color: white;
  min-height: 100px;
}
.toolbar {
  position: absolute;
  top: 0;
  Left: 0;
  width: 100%;
  height: 25px;
  background-color: #f4f4f4;
}
.toolbar ul li a {
  text-indent: -10000px;
  margin-right: 3px;
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background: #aaa url(img/shopedit.png) no-repeat -16px -500px;
  border: none;
  cursor: pointer;
  padding: 0px;
}
.toolbar ul {
  padding: 4px;
}
.toolbar ul li.highlighted {
  border: solid 1px #aaa;
  background-color: #bbb;
  padding: 0;
}
.toolbar ul li.separator {
  height: 16px;
  margin: 0 2px 0 3px;
  border-left: 1px solid #ccc;
}
.toolbar ul li.separator:hover {
  padding: 1px;
  background-color: #fff;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.toolbar ul li a:hover {
  background-color: #ccc;
}
.toolbar ul li a.bold {
  background-position: 0 0;
}
.toolbar ul li a.italic {
  background-position: -16px 0;
}
.toolbar ul li.link {
  background-position: -64px 0;
}
.toolbar ul li.unlink {
  background-position: -80px 0;
}
.toolbar ul li.orderedlist {
  background-position: -96px 0;
}
.toolbar ul li.unorderedlist {
  background-position: -112px 0;
}
.toolbar ul li.image {
  background-position: -128px 0;
}
.toolbar ul li.cut {
  background-position: -144px 0;
}
.toolbar ul li.copy {
  background-position: -160px 0;
}
.toolbar ul li.paste {
  background-position: -176px 0;
}
.toolbar ul li.html {
  background-position: -110px 0;
}
.toolbar ul li.html.highlighted {
  background-color: #eee;
}
.toolbar ul li a.h1 {
  background-position: 0 -16px;
}
.toolbar ul li a.h2 {
  background-position: -16px -16px;
}
.toolbar ul li.h3 {
  background-position: -32px -16px;
}
.toolbar ul li.h4 {
  background-position: -48px -16px;
}
.toolbar ul li.h5 {
  background-position: -64px -16px;
}
.toolbar ul li.h6 {
  background-position: -80px -16px;
}
.toolbar ul li.save {
  background-position: -32px 0;
}
.toolbar ul li.close {
  background-position: -48px 0;
}
.toolbar ul li.indent {
  background-position: -128px -16px;
}
.toolbar ul li.outdent {
  background-position: -144px -16px;
}
.toolbar ul li.horizontalrule {
  background-position: -160px -16px;
}
.toolbar ul li a.p {
  background-position: -176px -16px;
}
.toolbar ul li.justifyleft {
  background-position: 0 -32px;
}
.toolbar ul li.justifycenter {
  background-position: -16px -32px;
}
.toolbar ul li.justifyright {
  background-position: -32px -32px;
}
.toolbar ul li.increasefontsize {
  background-position: -48px -32px;
}
.toolbar ul li.decreasefontsize {
  background-position: -64px -32px;
}
.toolbar ul li.forecolor {
  background-position: -80px -32px;
}
strong {
  font-weight: bold;
}
.modalbackground {
  background-color: #777;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.modalpopup {
  background-color: #ebf1fc;
  border: 1px solid #c7c7c7;
  padding: 0px;
  min-width: 450px;
  max-height: 600px;
  overflow: auto;
  font: 90% Tahoma, Arial, Helvetica, sans-serif;
  color: #777;
  position: absolute;
}
.modalpopup div.modalpopuptitelbar {
  color: #777;
  background: #eee url(img/bg-flyout-title.png) repeat-x;
  padding: 10px 10px 10px 20px;
  margin: 0 0 3px 0;
}
.modalpopup div.modalpopuptitelbar input.windowclose {
  font-size: 10px;
  padding: 0px 2px;
  border: 1px solid #777;
  margin: 0;
  background-color: #fff;
  cursor: pointer;
  width: auto;
}
.modalpopup div.modalpopuptitelbar span.close {
  float: right;
  margin-top: -25px;
}
.modalpopup div.modalpopuptitelbar span {
  display: block;
  font: 160% Cuprum, Tahoma, Arial, Helvetica, sans-serif;
  color: #aeadad;
  background-color: transparent;
  border-style: none;
  padding: 0;
}
.modalpopup div.modalpopupcontent {
  clear: both;
  padding: 20px 20px 0;
}
.modalpopup input[type="radio"],
.modalpopup input[type="checkbox"] {
  margin-right: 15px;
  width: auto;
  vertical-align: -2px;
}
.modalpopup input[type="image"] {
  margin-right: 5px;
  margin-left: 0;
}
.modalpopup span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cdcdcd;
}
.modalpopup span > span {
  display: inline;
  border-style: none;
}
.modalpopup span:hover {
  background-color: #fff;
}
.modalsubmit {
  height: 40px;
  background: transparent url(img/bg-flyout-title.png) repeat-x;
  border-top: 1px solid #fff;
  text-align: right;
  margin: 40px -20px 0;
}
.modalsubmit input[type="submit"] {
  border: 1px solid #cdcdcd;
  color: #777;
  padding: 5px 15px 5px 5px;
  margin: 3px 10px 0 20px;
  cursor: pointer;
  width: auto;
}
/* Flyoutfenster - Breiten */
.modalpopupaorganisation {
  width: 650px;
}
.modalpopuplog {
  width: 850px;
}
.modalimage {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  padding: 5px;
  color: #777;
  position: absolute;
  border-radius: 10px;
  opacity: 0.9;
}
.fullview {
  width: 95%;
  font-size: 85%;
  border-collapse: separate;
  background-color: #fff;
}
.fullview div.placeholder button {
  margin-right: 3px;
  font-size: 90%;
}
/* Im Viewmodus wird rechts Platz freigehalten f�r die Listen 
body.viewmodus table.fullview >tbody > tr > td + td {
	padding-right:400px;
}
 */
table.fullview tbody::after {
  content: '';
  display: block;
  height: 5px;
}
.fullview > tbody.directedit tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.fullview > tbody > tr > td:first-child {
  width: 170px;
  background-color: #e3e3e3;
  color: #333;
  text-align: right;
  padding: 2px 5px;
}
.fullview > tbody > tr > td {
  padding: 2px 5px;
  background-color: #f4f4f4;
  vertical-align: top;
}
.fullview tbody.directedit td:first-child {
  background-color: #e3e3e3;
  color: #333;
}
.fullview tbody.directedit > tr > td {
  background-color: #eaeaea;
  color: #333;
}
.fullview tbody.noedit > tr > td:first-child {
  background-color: #f4f4f4;
  color: #999;
}
.fullview tbody.noedit > tr > td {
  background-color: #fafafa;
  color: #bbb;
}
.fullview input,
.fullview textarea,
.fullview select {
  border: 1px solid #cdcdcd;
  background: #fff url(img/bg-formfield.png) repeat-x;
  color: #777;
  width: 400px;
  margin: 2px 0;
}
.fullview input[type="checkbox"],
.fullview input[type="radio"] {
  border-style: none;
  background: transparent none no-repeat;
  width: auto;
  margin: 0;
}
.fullview input:focus,
.fullview textarea:focus,
.fullview select:focus {
  background-image: none;
  color: #000;
}
.fullview input[src] {
  width: auto;
  background-image: none;
  border-style: none;
  vertical-align: -4px;
  background-color: transparent;
  margin-right: 5px;
}
.fullview input + input[src] {
  margin-left: 10px;
}
.fullview input.datepicker,
.fullview input.numberupdown,
.fullview input.prozent {
  width: 100px;
}
.fullview span.numberupdownbuttons img {
  cursor: pointer;
}
.fullview span.prozentbuttons input {
  cursor: pointer;
  width: 50px;
}
.fullview td img.icon {
  padding-right: 5px;
}
table.fullview > tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
table.fullview > tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
table.fullview > tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table.fullview > tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
/* Sublisten Fachliche Rollen Personen */
.sublist {
  width: 100%;
}
.sublist td:first-child,
.sublist td,
.sublist tr.high {
  background-color: transparent;
  text-align: left;
  color: #777;
  padding: 0 0 4px;
  width: auto;
}
#frm .sublist input[src] {
  margin: 0;
}
.sublist td.xs {
  width: 25px;
}
.sublist tr.function td {
  border-top: 1px solid #ccc;
  padding-top: 4px;
  font-style: italic;
  color: black;
}
/* Rollenauswahl in Modalfenster */
.modallist {
  width: 100%;
  background-color: #e9e9e9;
  border-collapse: separate;
}
.modallist td {
  vertical-align: top;
}
.modallist th {
  background-color: #777;
  color: #fff;
  padding: 2px 2px;
  text-align: left;
  font-weight: normal;
}
.modallist th input {
  color: #fff;
  padding-left: 0;
  padding-right: 25px;
  background: url(img/sort.png) no-repeat right top;
  width: auto;
  border-style: none;
}
.modallist th input.down {
  background-position: right -85px;
}
.modallist td input {
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #aaa;
  width: 100px;
  height: 18px;
  margin: 0;
  background-image: none;
}
.modallist .high {
  background-color: #fff;
}
.modallist .low {
  background-color: #f4f4f4;
}
.modallist td:first-child,
.modallist td {
  background-color: transparent;
  text-align: left;
  color: #777;
  padding: 2px 2px;
  width: auto;
}
.modallist input[type="radio"],
.modallist input[type="checkbox"] {
  margin: 2px 0 0;
}
.modallist th.xs {
  width: 15px;
}
/* Abblende der Navis bei Bearbeiten */
.editmodus .ifedit {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 100%;
}
.editmodus .sidebar .ifedit {
  background: url(img/bg-siderbar-ifedit.png) no-repeat left top;
}
.editmodus .action {
  background-image: url(img/action-ifedit.png);
}
.editmodus td.adrSelect {
  background: url(img/add.png) no-repeat;
  background-position-x: 5px;
  background-color: #f4f4f4;
  padding-left: 25px;
}
/* Navi Preview */
.navipreview {
  position: absolute;
  width: 374px;
  padding: 8px 0;
  border: 3px solid #fff;
  border-style: none solid solid;
  background: #dedede url(img/treepreview.png) repeat-x;
  font-size: 80%;
  top: 85px;
  right: 5px;
  overflow: auto;
}
.navipreview h2 {
  font: 140% Cuprum, Tahoma, Arial, Helvetica, sans-serif;
  padding-left: 20px;
  background-position: 0 4px;
  background-repeat: no-repeat;
  border-style: none;
}
.navipreview .navicontent {
  padding: 2px 8px 8px;
  max-height: 300px;
  overflow: auto;
}
.resizingImage {
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #a4c4e9;
}
.handleImage {
  width: 16px;
  height: 17px;
  background-image: url(img/resize.png);
  overflow: hidden;
  cursor: se-resize;
}
/* Form Error Handling */
input.invalid,
textarea.invalid {
  background-color: #ff0000;
  background: url(img/bg-invalid.png) repeat-x !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}
select.invalid {
  background-color: #ff0000;
  background: url(img/bg-invalid.png) repeat-x !important;
  border: 1px solid #000 !important;
  color: #FF9797;
}
span.invalid > span {
  display: block;
  color: #bf2424;
  max-width: 500px;
  font-style: normal !important;
  padding-top: 2px;
}
/* Objektibfo Tabelle */
.objectinfo td {
  vertical-align: top;
  padding: 0 5px;
}
.objectinfo .changed {
  color: #777;
  font-weight: bold;
}
.objectinfo td:first-child {
  width: 170px;
  text-align: right;
}
.objectinfo td:first-child + td {
  width: 130px;
}
.objectinfo .user {
  background: url(img/single-user.png) no-repeat;
  padding-left: 15px;
}
.objectinfo {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  padding-top: 5px;
  font-size: 80%;
  color: #999;
  font-style: italic;
  margin-top: 15px;
}
.objectinfo span {
  display: block;
}
.objectinfo span.changed {
  color: #a9c0de;
}
body div.mdlLock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
div.requestProgress {
  border: 1px solid black;
  height: 30px;
  padding: 4px;
  padding-top: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
div.requestProgress span {
  padding: 5px 5px;
  margin: 10px;
}
div.requestProgress span.active {
  font-weight: bold;
  background-image: url(img/containerPickup.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 40px;
}
div.requestProgress span.disabled {
  color: #b3b3b3;
}
div.vertragerfassen table td {
  vertical-align: top;
  padding: 5px;
}
div.vertragerfassen table td > select {
  max-width: 400px;
}
div.vertragerfassen table td:nth-child(2) input[type=text] {
  width: 400px;
}
div.mengeerfassen {
  margin-top: 30px;
}
div.mengeerfassen table td {
  vertical-align: top;
  padding: 5px;
}
div.mengeerfassen table {
  width: 70%;
}
div.mengeerfassen table.generic th,
div.mengeerfassen table.generic td {
  text-align: right;
}
div.mengeerfassen table.generic > tbody > tr > td:nth-child(1),
div.mengeerfassen table.generic > thead > tr > th:nth-child(1),
div.mengeerfassen table.generic > tbody > tr > td:nth-child(2),
div.mengeerfassen table.generic > thead > tr > th:nth-child(2) {
  text-align: left;
}
div.mengeerfassen table.generic td:nth-child(2) input {
  text-align: right;
  padding-right: 4px;
}
div.mengeerfassen table.generic > thead > tr > th:nth-child(3) {
  text-align: center;
  width: 200px;
}
div.mengeerfassen table.generic > tbody > tr > td:nth-child(3) {
  padding: 0;
  margin: 0;
}
div.mengeerfassen table.generic > tbody > tr > td:nth-child(3) > table.preise {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
div.mengeerfassen table.generic > tbody > tr > td:nth-child(3) > table.preise td:first-child {
  text-align: left;
}
div.mengeerfassen table.generic input.menge {
  width: 50px;
}
div.mengeerfassen table.mengepreise {
  padding-left: 20px;
  width: 100%;
}
div.mengeerfassen table.mengepreise td {
  padding: 0;
  margin: 0;
  text-align: right;
}
div.mengeerfassen table.pagenavi {
  width: 70%;
}
div.mengeerfassen table.pagenavi td:first-child {
  text-align: left;
}
div.mengeerfassen table.pagenavi td:last-child {
  text-align: right;
}
div.containererfassen table > tbody > tr > td {
  vertical-align: top;
  padding: 5px;
}
div.containererfassen table.generic {
  width: 70%;
}
div.containererfassen table.generic thead tr th:nth-child(5) {
  text-align: center;
}
div.containererfassen table.generic tr input,
div.containererfassen table.generic tr select {
  width: 100%;
}
div.containererfassen table.generic tr td:nth-child(1) {
  width: 20px;
  text-align: center;
}
div.containererfassen table.generic tr td:nth-child(2) {
  width: 20px;
  text-align: left;
}
div.containererfassen table.generic tr td:nth-child(3) {
  width: 180px;
}
div.containererfassen table.generic tr td:nth-child(4) {
  width: 180px;
}
div.containererfassen table.generic tr td:nth-child(5) {
  width: 80px;
  text-align: right;
}
div.containererfassen table.generic tr td:nth-child(5) input {
  text-align: center;
  width: 30px;
}
div.containererfassen table.generic tr:last-child td {
  text-align: left;
}
div.containererfassen table.pagenavi {
  width: 70%;
}
div.containererfassen table.pagenavi td:first-child {
  text-align: left;
}
div.containererfassen table.pagenavi td:last-child {
  text-align: right;
}
div.containererfassen td.leistungen {
  padding: 0px;
  margin: 0;
  vertical-align: top;
}
div.containererfassen td.leistungen table {
  padding: 0;
  margin: 0;
}
div.containererfassen td.leistungen table td:first-child {
  padding-right: 10px;
}
div.katalogerfassen table > tbody > tr > td {
  vertical-align: top;
  padding: 5px;
}
div.katalogerfassen table.generic {
  width: 70%;
}
div.katalogerfassen table.generic th:first-child,
div.katalogerfassen table.generic td:first-child {
  width: 5%;
  text-align: center;
}
div.katalogerfassen table.generic th:nth-child(2) {
  text-align: left;
  padding-left: 3px;
  width: 30%;
}
div.katalogerfassen table.generic td:last-child input,
div.katalogerfassen table.generic td:last-child select,
div.katalogerfassen table.generic td:last-child textarea {
  width: 100%;
}
div.katalogerfassen table.generic td span.maxlaenge {
  font-size: 80%;
}
div.katalogerfassen table.generic td span.fragehinweis {
  font-size: 80%;
  font-style: italic;
}
div.katalogerfassen table.generic td span.errormsg {
  color: orangered;
  font-size: 80%;
}
div.katalogerfassen table.pagenavi {
  width: 70%;
}
div.katalogerfassen table.pagenavi td:first-child {
  text-align: left;
}
div.katalogerfassen table.pagenavi td:last-child {
  text-align: right;
}
div.anschriftneu table.small {
  margin-bottom: 10px;
}
div.anschriftneu table.small input {
  padding: 2px;
}
div.warenkorbpage th {
  color: #333;
  text-align: left;
  padding: 0 15px 10px 0px;
}
div.warenkorbpage td {
  text-align: left;
  padding: 0 15px 5px 0;
}
div.warenkorbpage tbody tr {
  height: 25px;
}
div.warenkorbpage table.fullview > tbody > tr {
  height: 25px;
}
div.warenkorbpage table.fullview > tbody > tr td {
  vertical-align: middle;
}
div.warenkorbpage table.fullview > tbody > tr > td:first-child {
  padding-right: 10px;
}
div.warenkorbpage table.fullview > tbody > tr > td:nth-child(2) {
  padding-left: 10px;
}
div.warenkorbpage table.alert td:nth-child(2) {
  color: #e95316;
  padding: 10px;
}
div.warenkorbpage .generic tbody td:nth-child(4) {
  text-align: right;
}
div.warenkorbpage .generic tbody td:nth-child(1) {
  max-width: 20px;
}
div.warenkorbpage .generic tbody td,
div.warenkorbpage .generic thead th {
  padding: 6px 3px;
}
div.warenkorbpage table.wkLeistungen td:nth-child(1) {
  min-width: 300px;
  max-width: 300px;
  text-align: left;
}
div.warenkorbpage table.wkLeistungen td:nth-child(2) {
  min-width: 100px;
  text-align: right;
}
div.warenkorbpage table.wkLeistungen td:nth-child(3) {
  text-align: left;
}
div.warenkorbpage table.wkLeistungen td:nth-child(4) {
  min-width: 80px;
  text-align: right;
}
div.warenkorbpage table.leistungen td:nth-child(3) {
  text-align: right;
}
div.warenkorbpage table.wkContainer td:first-child {
  width: 50px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
div.warenkorbpage table.wkContainer td.aktion-1 {
  background-image: url(img/dshbtn-containernew.png);
}
div.warenkorbpage table.wkContainer td.aktion-5 {
  background-image: url(img/dshbtn-containerpickup.png);
}
div.warenkorbpage table.wkContainer td.aktion-4 {
  background-image: url(img/dshbtn-containeremptying.png);
}
div.warenkorbpage table.wkContainer td:last-child {
  text-align: left;
}
div.warenkorbpage table.wkContainer td:nth-child(2) {
  text-align: center;
}
div.warenkorbpage table.wkContainer img {
  width: 50px;
}
div.warenkorbpage table.wkContainerZusammenfassung tr {
  height: 25px;
}
div.warenkorbpage table.wkContainerZusammenfassung tr td {
  vertical-align: middle;
}
div.warenkorbpage table.wkContainerZusammenfassung td:first-child {
  /*width: 30px;*/
  background-repeat: no-repeat;
  background-size: 70%;
}
div.warenkorbpage tbody.leistungen > tr > td,
div.warenkorbpage tbody.container > tr > td,
div.warenkorbpage tbody.katalog > tr > td {
  padding-top: 10px;
}
div.warenkorbpage tbody.leistungen > tr > td:first-child {
  background-image: url(img/waage.png);
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 70px;
}
div.warenkorbpage tbody.container > tr > td:first-child {
  background-image: url(img/containerPickup.png);
  background-position: 25px;
  background-repeat: no-repeat;
  background-size: 50px;
}
div.warenkorbpage tbody.katalog > tr > td:first-child {
  background-image: url(img/dshbtn-docs.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100px;
}
div.auftragpage table.auftragdetail th {
  text-align: left;
  min-width: 150px;
}
div.auftragpage table.auftragdetail tbody td {
  color: #787878 !important;
  background-color: #e9e9e9 !important;
}
div.auftragpage table.auftragdetail input {
  vertical-align: baseline;
  width: 80px;
}
div.auftragpage table.auftragdetail td:nth-child(3),
div.auftragpage table.auftragdetail th:nth-child(3) {
  text-align: right;
}
div.auftragpage table.auftragdetail td:last-child,
div.auftragpage table.auftragdetail th:last-child {
  text-align: right;
}
div.auftragpage table.auftragdetail td.leistungBez {
  text-align: left;
}
table.uploaddok td:first-child {
  padding-top: 8px;
}
div.auftraglistpage table.generic {
  width: 100%;
  font-size: 80%;
}
div.auftraglistpage table.generic td {
  padding: 3px 5px;
}
div.auftraglistpage table.generic tr.filter td:nth-child(7),
div.auftraglistpage table.generic tr.sort th:nth-child(7) {
  padding-left: 170px;
}
div.auftraglistpage table.generic select {
  border: 1px solid grey;
}
div.auftraglistpage table.stpos td:first-child {
  width: 30px;
  text-align: right;
}
div.auftraglistpage tr.filter input[type=text] {
  width: 80px;
}
div.auftraglistpage tbody tr td {
  white-space: nowrap;
}
div.auftraglistpage tbody tr td:nth-child(4) {
  white-space: normal;
}
div.auftraglistpage tbody tr td:nth-child(8) {
  text-align: center;
}
div.auftraglistpage table.stpos tbody {
  margin: 0;
}
div.auftraglistpage table.stpos tbody tr td {
  padding: 1px 4px;
  white-space: nowrap;
}
div.auftraglistpage table.stpos tbody tr td:nth-child(1) {
  text-align: right;
  min-width: 50px;
}
div.auftraglistpage table.stpos tbody tr td:nth-child(2) {
  text-align: left;
  min-width: 30px;
}
div.auftraglistpage table.stpos tbody tr td:nth-child(3) {
  text-align: right;
  min-width: 50px;
  max-width: 200px;
  white-space: pre-wrap;
}
div.auftraglistpage table.stpos tbody tr td:nth-child(4) {
  text-align: right;
  max-width: 200px;
  white-space: pre-wrap;
}
div.anfragepage table table th {
  text-align: left;
  padding: 0 15px 10px 15px;
  color: #333;
}
div.anfragepage table table td {
  padding: 0 15px 0 15px;
}
div.anfragepage table table td:first-child {
  text-align: center;
}