/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, #mobile-nav > .caret,
  .dropup > .btn > .caret,
  .dropup > #mobile-nav > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table, table, .cleaning_isterfassung div.dienstplan div.stunden table {
    border-collapse: collapse !important;
  }
  .table td, table td, .cleaning_isterfassung div.dienstplan div.stunden table td,
  .table th,
  table th,
  .cleaning_isterfassung div.dienstplan div.stunden table th {
    background-color: #fff !important;
  }

  .table-bordered th, .cleaning_isterfassung div.dienstplan div.stunden table th, .monatskalender th, .zeiterfassung_personalstunden table th,
  .table-bordered td,
  .cleaning_isterfassung div.dienstplan div.stunden table td,
  .monatskalender td,
  .zeiterfassung_personalstunden table td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #262626;
  background-color: #FFF;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #005AAB;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00325f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b8b8b8;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fceedb;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #b8b8b8;
}

.text-primary {
  color: #005AAB;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #003f78;
}

.text-success {
  color: #5cb85c;
}

a.text-success:hover,
a.text-success:focus {
  color: #449d44;
}

.text-info {
  color: #5bc0de;
}

a.text-info:hover,
a.text-info:focus {
  color: #31b0d5;
}

.text-warning {
  color: #f0ad4e;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ec971f;
}

.text-danger {
  color: #d9534f;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #c9302c;
}

.bg-primary, #menue .menue_block_kopf.menue_block_item_active {
  color: #fff;
}

.bg-primary, #menue .menue_block_kopf.menue_block_item_active {
  background-color: #005AAB;
}

a.bg-primary:hover, #menue a.menue_block_kopf.menue_block_item_active:hover,
a.bg-primary:focus,
#menue a.menue_block_kopf.menue_block_item_active:focus {
  background-color: #003f78;
}

.bg-success {
  background-color: #c7e6c7;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #a3d7a3;
}

.bg-info, .personal_zeitkonto tr:not(:first-child) th.mysql_html_table,
.personal_zeitkonto tr:not(:first-child) td.mysql_html_table, .zeiterfassung_personalstunden td.mysql_html_table {
  background-color: #daf1f8;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #b0e1ef;
}

.bg-warning {
  background-color: #fceedb;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f8d9ac;
}

.bg-danger {
  background-color: #f4cecd;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #eba5a3;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #cccccc;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b8b8b8;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #cccccc;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #b8b8b8;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right,
blockquote.qs_item_image {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cccccc;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.qs_item_image footer:before,
blockquote.pull-right small:before,
blockquote.qs_item_image small:before,
blockquote.pull-right .small:before,
blockquote.qs_item_image .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.qs_item_image footer:after,
blockquote.pull-right small:after,
blockquote.qs_item_image small:after,
blockquote.pull-right .small:after,
blockquote.qs_item_image .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid, .qs_extern {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .qs_extern:before, .container-fluid:after, .qs_extern:after {
  content: " ";
  display: table;
}
.container-fluid:after, .qs_extern:after {
  clear: both;
}

.row, .qs_item, .cleaning_isterfassung .dienstplan .item, .wws_artikeldetails table.artikeldetails tr {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .qs_item:before, .cleaning_isterfassung .dienstplan .item:before, .wws_artikeldetails table.artikeldetails tr:before, .row:after, .qs_item:after, .cleaning_isterfassung .dienstplan .item:after, .wws_artikeldetails table.artikeldetails tr:after {
  content: " ";
  display: table;
}
.row:after, .qs_item:after, .cleaning_isterfassung .dienstplan .item:after, .wws_artikeldetails table.artikeldetails tr:after {
  clear: both;
}

.col-xs-1, .qs_item_image, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .cleaning_isterfassung div.dienstplan div.info, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .wws_artikeldetails table.artikeldetails td.first, .col-xs-5, .col-sm-5, .qs_item_left, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .qs_item_right, .wws_artikeldetails table.artikeldetails td.first, .wws_artikeldetails table.artikeldetails td.second, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .wws_artikeldetails table.artikeldetails td.second, .col-xs-9, .col-sm-9, .col-md-9, .footer.portlet, .col-lg-9, .cleaning_isterfassung div.dienstplan div.stunden, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .footer.portlet, .col-xs-11, .qs_item_right, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .qs_item_left, .footer.portlet, .wws_artikeldetails table.artikeldetails td.first, .wws_artikeldetails table.artikeldetails td.second, .col-sm-12, .footer.portlet, .col-md-12, .cleaning_isterfassung div.dienstplan div.info, .cleaning_isterfassung div.dienstplan div.stunden, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .qs_item_image, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .qs_item_right, .col-xs-12, .qs_item_left, .footer.portlet, .wws_artikeldetails table.artikeldetails td.first, .wws_artikeldetails table.artikeldetails td.second {
  float: left;
}

.col-xs-1, .qs_item_image {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11, .qs_item_right {
  width: 91.6666666667%;
}

.col-xs-12, .qs_item_left, .footer.portlet, .wws_artikeldetails table.artikeldetails td.first, .wws_artikeldetails table.artikeldetails td.second {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .qs_item_left, .col-sm-6, .qs_item_right, .wws_artikeldetails table.artikeldetails td.first, .wws_artikeldetails table.artikeldetails td.second, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .footer.portlet {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5, .qs_item_left {
    width: 41.6666666667%;
  }

  .col-sm-6, .qs_item_right, .wws_artikeldetails table.artikeldetails td.first, .wws_artikeldetails table.artikeldetails td.second {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12, .footer.portlet {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .footer.portlet, .col-md-10, .col-md-11, .col-md-12, .cleaning_isterfassung div.dienstplan div.info, .cleaning_isterfassung div.dienstplan div.stunden {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9, .footer.portlet {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12, .cleaning_isterfassung div.dienstplan div.info, .cleaning_isterfassung div.dienstplan div.stunden {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3, .footer.portlet {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .cleaning_isterfassung div.dienstplan div.info, .col-lg-4, .wws_artikeldetails table.artikeldetails td.first, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .wws_artikeldetails table.artikeldetails td.second, .col-lg-9, .cleaning_isterfassung div.dienstplan div.stunden, .col-lg-10, .footer.portlet, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3, .cleaning_isterfassung div.dienstplan div.info {
    width: 25%;
  }

  .col-lg-4, .wws_artikeldetails table.artikeldetails td.first {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8, .wws_artikeldetails table.artikeldetails td.second {
    width: 66.6666666667%;
  }

  .col-lg-9, .cleaning_isterfassung div.dienstplan div.stunden {
    width: 75%;
  }

  .col-lg-10, .footer.portlet {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2, .footer.portlet {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b8b8b8;
  text-align: left;
}

th {
  text-align: left;
}

.table, table, .cleaning_isterfassung div.dienstplan div.stunden table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, table > thead > tr > th, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > th,
.table > thead > tr > td,
table > thead > tr > td,
.cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > td,
.table > tbody > tr > th,
table > tbody > tr > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > th,
.table > tbody > tr > td,
table > tbody > tr > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > td,
.table > tfoot > tr > th,
table > tfoot > tr > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > th,
.table > tfoot > tr > td,
table > tfoot > tr > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, table > thead > tr > th, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > th, .cleaning_isterfassung div.dienstplan div.stunden table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
table > caption + thead > tr:first-child > td,
.cleaning_isterfassung div.dienstplan div.stunden table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
.cleaning_isterfassung div.dienstplan div.stunden table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
.cleaning_isterfassung div.dienstplan div.stunden table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
.cleaning_isterfassung div.dienstplan div.stunden table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
table > thead:first-child > tr:first-child > td,
.cleaning_isterfassung div.dienstplan div.stunden table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, table > tbody + tbody, .cleaning_isterfassung div.dienstplan div.stunden table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, table .table, .cleaning_isterfassung div.dienstplan div.stunden table .table, .table table, table table, .table .cleaning_isterfassung div.dienstplan div.stunden table, .cleaning_isterfassung div.dienstplan div.stunden .table table, table .cleaning_isterfassung div.dienstplan div.stunden table, .cleaning_isterfassung div.dienstplan div.stunden table table {
  background-color: #FFF;
}

.table-condensed > thead > tr > th, table > thead > tr > th,
.table-condensed > thead > tr > td,
table > thead > tr > td,
.table-condensed > tbody > tr > th,
table > tbody > tr > th,
.table-condensed > tbody > tr > td,
table > tbody > tr > td,
.table-condensed > tfoot > tr > th,
table > tfoot > tr > th,
.table-condensed > tfoot > tr > td,
table > tfoot > tr > td {
  padding: 5px;
}

.table-bordered, .cleaning_isterfassung div.dienstplan div.stunden table, .monatskalender, .zeiterfassung_personalstunden table {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > th, .monatskalender > thead > tr > th, .zeiterfassung_personalstunden table > thead > tr > th,
.table-bordered > thead > tr > td,
.cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > td,
.monatskalender > thead > tr > td,
.zeiterfassung_personalstunden table > thead > tr > td,
.table-bordered > tbody > tr > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > th,
.monatskalender > tbody > tr > th,
.zeiterfassung_personalstunden table > tbody > tr > th,
.table-bordered > tbody > tr > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > td,
.monatskalender > tbody > tr > td,
.zeiterfassung_personalstunden table > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > th,
.monatskalender > tfoot > tr > th,
.zeiterfassung_personalstunden table > tfoot > tr > th,
.table-bordered > tfoot > tr > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > td,
.monatskalender > tfoot > tr > td,
.zeiterfassung_personalstunden table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > th, .monatskalender > thead > tr > th, .zeiterfassung_personalstunden table > thead > tr > th,
.table-bordered > thead > tr > td,
.cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > td,
.monatskalender > thead > tr > td,
.zeiterfassung_personalstunden table > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd), table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, table > thead > tr > td.active, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > td.active,
.table > thead > tr > th.active,
table > thead > tr > th.active,
.cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > th.active, .table > thead > tr.active > td, table > thead > tr.active > td, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr.active > td, .table > thead > tr.active > th, table > thead > tr.active > th, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr.active > th,
.table > tbody > tr > td.active,
table > tbody > tr > td.active,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > td.active,
.table > tbody > tr > th.active,
table > tbody > tr > th.active,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > th.active,
.table > tbody > tr.active > td,
table > tbody > tr.active > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr.active > td,
.table > tbody > tr.active > th,
table > tbody > tr.active > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
table > tfoot > tr > td.active,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
table > tfoot > tr > th.active,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
table > tfoot > tr.active > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
table > tfoot > tr.active > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, table > thead > tr > td.success, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > td.success,
.table > thead > tr > th.success,
table > thead > tr > th.success,
.cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > th.success, .table > thead > tr.success > td, table > thead > tr.success > td, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr.success > td, .table > thead > tr.success > th, table > thead > tr.success > th, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr.success > th,
.table > tbody > tr > td.success,
table > tbody > tr > td.success,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > td.success,
.table > tbody > tr > th.success,
table > tbody > tr > th.success,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > th.success,
.table > tbody > tr.success > td,
table > tbody > tr.success > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr.success > td,
.table > tbody > tr.success > th,
table > tbody > tr.success > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
table > tfoot > tr > td.success,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
table > tfoot > tr > th.success,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
table > tfoot > tr.success > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
table > tfoot > tr.success > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr.success > th {
  background-color: #c7e6c7;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #b5dfb5;
}

.table > thead > tr > td.info, table > thead > tr > td.info, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > td.info,
.table > thead > tr > th.info,
table > thead > tr > th.info,
.cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > th.info, .table > thead > tr.info > td, table > thead > tr.info > td, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr.info > td, .table > thead > tr.info > th, table > thead > tr.info > th, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr.info > th,
.table > tbody > tr > td.info,
table > tbody > tr > td.info,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > td.info,
.table > tbody > tr > th.info,
table > tbody > tr > th.info,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > th.info,
.table > tbody > tr.info > td,
table > tbody > tr.info > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr.info > td,
.table > tbody > tr.info > th,
table > tbody > tr.info > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
table > tfoot > tr > td.info,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
table > tfoot > tr > th.info,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
table > tfoot > tr.info > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
table > tfoot > tr.info > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr.info > th {
  background-color: #daf1f8;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c5e9f3;
}

.table > thead > tr > td.warning, table > thead > tr > td.warning, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > td.warning,
.table > thead > tr > th.warning,
table > thead > tr > th.warning,
.cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > th.warning, .table > thead > tr.warning > td, table > thead > tr.warning > td, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr.warning > td, .table > thead > tr.warning > th, table > thead > tr.warning > th, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
table > tbody > tr > td.warning,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
table > tbody > tr > th.warning,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
table > tbody > tr.warning > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
table > tbody > tr.warning > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
table > tfoot > tr > td.warning,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
table > tfoot > tr > th.warning,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
table > tfoot > tr.warning > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
table > tfoot > tr.warning > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr.warning > th {
  background-color: #fceedb;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #fae3c4;
}

.table > thead > tr > td.danger, table > thead > tr > td.danger, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > td.danger,
.table > thead > tr > th.danger,
table > thead > tr > th.danger,
.cleaning_isterfassung div.dienstplan div.stunden table > thead > tr > th.danger, .table > thead > tr.danger > td, table > thead > tr.danger > td, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr.danger > td, .table > thead > tr.danger > th, table > thead > tr.danger > th, .cleaning_isterfassung div.dienstplan div.stunden table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
table > tbody > tr > td.danger,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
table > tbody > tr > th.danger,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
table > tbody > tr.danger > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
table > tbody > tr.danger > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
table > tfoot > tr > td.danger,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
table > tfoot > tr > th.danger,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
table > tfoot > tr.danger > td,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
table > tfoot > tr.danger > th,
.cleaning_isterfassung div.dienstplan div.stunden table > tfoot > tr.danger > th {
  background-color: #f4cecd;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #f0b9b8;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .table-responsive > table, .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > table > thead > tr > th, .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > table > thead > tr > td,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > table > tbody > tr > th,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > table > tbody > tr > td,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > table > tfoot > tr > td,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table, .table-responsive > .monatskalender, .zeiterfassung_personalstunden .table-responsive > table {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > thead > tr > th:first-child, .table-responsive > .monatskalender > thead > tr > th:first-child, .zeiterfassung_personalstunden .table-responsive > table > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > thead > tr > td:first-child,
  .table-responsive > .monatskalender > thead > tr > td:first-child,
  .zeiterfassung_personalstunden .table-responsive > table > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tbody > tr > th:first-child,
  .table-responsive > .monatskalender > tbody > tr > th:first-child,
  .zeiterfassung_personalstunden .table-responsive > table > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tbody > tr > td:first-child,
  .table-responsive > .monatskalender > tbody > tr > td:first-child,
  .zeiterfassung_personalstunden .table-responsive > table > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tfoot > tr > th:first-child,
  .table-responsive > .monatskalender > tfoot > tr > th:first-child,
  .zeiterfassung_personalstunden .table-responsive > table > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tfoot > tr > td:first-child,
  .table-responsive > .monatskalender > tfoot > tr > td:first-child,
  .zeiterfassung_personalstunden .table-responsive > table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > thead > tr > th:last-child, .table-responsive > .monatskalender > thead > tr > th:last-child, .zeiterfassung_personalstunden .table-responsive > table > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > thead > tr > td:last-child,
  .table-responsive > .monatskalender > thead > tr > td:last-child,
  .zeiterfassung_personalstunden .table-responsive > table > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tbody > tr > th:last-child,
  .table-responsive > .monatskalender > tbody > tr > th:last-child,
  .zeiterfassung_personalstunden .table-responsive > table > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tbody > tr > td:last-child,
  .table-responsive > .monatskalender > tbody > tr > td:last-child,
  .zeiterfassung_personalstunden .table-responsive > table > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tfoot > tr > th:last-child,
  .table-responsive > .monatskalender > tfoot > tr > th:last-child,
  .zeiterfassung_personalstunden .table-responsive > table > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tfoot > tr > td:last-child,
  .table-responsive > .monatskalender > tfoot > tr > td:last-child,
  .zeiterfassung_personalstunden .table-responsive > table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tbody > tr:last-child > th, .table-responsive > .monatskalender > tbody > tr:last-child > th, .zeiterfassung_personalstunden .table-responsive > table > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tbody > tr:last-child > td,
  .table-responsive > .monatskalender > tbody > tr:last-child > td,
  .zeiterfassung_personalstunden .table-responsive > table > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tfoot > tr:last-child > th,
  .table-responsive > .monatskalender > tfoot > tr:last-child > th,
  .zeiterfassung_personalstunden .table-responsive > table > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .cleaning_isterfassung div.dienstplan div.stunden .table-responsive > table > tfoot > tr:last-child > td,
  .table-responsive > .monatskalender > tfoot > tr:last-child > td,
  .zeiterfassung_personalstunden .table-responsive > table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #262626;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control, .ui-widget input[type="text"],
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .ui-widget input[type="text"]:focus,
.ui-widget select:focus,
.ui-widget textarea:focus,
.ui-widget button:focus {
  border-color: #0067c5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 103, 197, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 103, 197, 0.6);
}
.form-control::-moz-placeholder, .ui-widget input[type="text"]::-moz-placeholder,
.ui-widget select::-moz-placeholder,
.ui-widget textarea::-moz-placeholder,
.ui-widget button::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .ui-widget input[type="text"]:-ms-input-placeholder,
.ui-widget select:-ms-input-placeholder,
.ui-widget textarea:-ms-input-placeholder,
.ui-widget button:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, .ui-widget input[type="text"]::-webkit-input-placeholder,
.ui-widget select::-webkit-input-placeholder,
.ui-widget textarea::-webkit-input-placeholder,
.ui-widget button::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .ui-widget input[disabled][type="text"],
.ui-widget select[disabled],
.ui-widget textarea[disabled],
.ui-widget button[disabled], .form-control[readonly], .ui-widget input[readonly][type="text"],
.ui-widget select[readonly],
.ui-widget textarea[readonly],
.ui-widget button[readonly], fieldset[disabled] .form-control, fieldset[disabled] .ui-widget input[type="text"], .ui-widget fieldset[disabled] input[type="text"],
fieldset[disabled] .ui-widget select,
.ui-widget fieldset[disabled] select,
fieldset[disabled] .ui-widget textarea,
.ui-widget fieldset[disabled] textarea,
fieldset[disabled] .ui-widget button,
.ui-widget fieldset[disabled] button {
  background-color: #cccccc;
  opacity: 1;
}
.form-control[disabled], .ui-widget input[disabled][type="text"],
.ui-widget select[disabled],
.ui-widget textarea[disabled],
.ui-widget button[disabled], fieldset[disabled] .form-control, fieldset[disabled] .ui-widget input[type="text"], .ui-widget fieldset[disabled] input[type="text"],
fieldset[disabled] .ui-widget select,
.ui-widget fieldset[disabled] select,
fieldset[disabled] .ui-widget textarea,
.ui-widget fieldset[disabled] textarea,
fieldset[disabled] .ui-widget button,
.ui-widget fieldset[disabled] button {
  cursor: not-allowed;
}

textarea.form-control,
.ui-widget textarea {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .ui-widget input[type="date"][type="text"],
  input[type="time"].form-control,
  .ui-widget input[type="time"][type="text"],
  input[type="datetime-local"].form-control,
  .ui-widget input[type="datetime-local"][type="text"],
  input[type="month"].form-control,
  .ui-widget input[type="month"][type="text"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"]#mobile-nav, input[type="date"].form-control, .ui-widget input[type="date"][type="text"], .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"]#mobile-nav,
  input[type="time"].form-control,
  .ui-widget input[type="time"][type="text"],
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"]#mobile-nav,
  input[type="datetime-local"].form-control,
  .ui-widget input[type="datetime-local"][type="text"],
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"]#mobile-nav,
  input[type="month"].form-control,
  .ui-widget input[type="month"][type="text"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .ui-widget .input-group-lg > input[type="date"][type="text"],
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"]#mobile-nav, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .ui-widget .input-group-lg > input[type="time"][type="text"],
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"]#mobile-nav, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .ui-widget .input-group-lg > input[type="datetime-local"][type="text"],
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"]#mobile-nav, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .ui-widget .input-group-lg > input[type="month"][type="text"],
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"]#mobile-nav, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group, .columnfilter,
.pagesize {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .ui-widget .input-group-lg > input.form-control-static[type="text"],
.ui-widget .input-group-lg > select.form-control-static,
.ui-widget .input-group-lg > textarea.form-control-static,
.ui-widget .input-group-lg > button.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static#mobile-nav, .form-control-static.input-sm,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static#mobile-nav, .form-control-static.form-control, .ui-widget input.form-control-static[type="text"],
.ui-widget select.form-control-static,
.ui-widget textarea.form-control-static,
.ui-widget button.form-control-static {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.ui-widget .input-group-sm > select,
.ui-widget .input-group-sm > textarea,
.ui-widget .input-group-sm > button,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > #mobile-nav, .form-control, .ui-widget input[type="text"],
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.ui-widget .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select#mobile-nav, select.form-control,
.ui-widget select {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.ui-widget .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea#mobile-nav, textarea.form-control,
.ui-widget textarea,
select[multiple].input-sm,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple]#mobile-nav,
select[multiple].form-control,
.ui-widget select[multiple] {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .ui-widget input[type="text"], .ui-widget .form-group-sm input[type="text"],
.form-group-sm .ui-widget select,
.ui-widget .form-group-sm select,
.form-group-sm .ui-widget textarea,
.ui-widget .form-group-sm textarea,
.form-group-sm .ui-widget button,
.ui-widget .form-group-sm button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control,
.form-group-sm .ui-widget select,
.ui-widget .form-group-sm select {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm .ui-widget textarea,
.ui-widget .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm .ui-widget select[multiple],
.ui-widget .form-group-sm select[multiple] {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .ui-widget .input-group-lg > input[type="text"],
.ui-widget .input-group-lg > select,
.ui-widget .input-group-lg > textarea,
.ui-widget .input-group-lg > button,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > #mobile-nav {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.ui-widget .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select#mobile-nav {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.ui-widget .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea#mobile-nav,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.ui-widget .input-group-lg > select[multiple],
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple]#mobile-nav {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .ui-widget input[type="text"], .ui-widget .form-group-lg input[type="text"],
.form-group-lg .ui-widget select,
.ui-widget .form-group-lg select,
.form-group-lg .ui-widget textarea,
.ui-widget .form-group-lg textarea,
.form-group-lg .ui-widget button,
.ui-widget .form-group-lg button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control,
.form-group-lg .ui-widget select,
.ui-widget .form-group-lg select {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg .ui-widget textarea,
.ui-widget .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg .ui-widget select[multiple],
.ui-widget .form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .ui-widget input[type="text"], .ui-widget .has-feedback input[type="text"],
.has-feedback .ui-widget select,
.ui-widget .has-feedback select,
.has-feedback .ui-widget textarea,
.ui-widget .has-feedback textarea,
.has-feedback .ui-widget button,
.ui-widget .has-feedback button {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .ui-widget .input-group-lg > input[type="text"] + .form-control-feedback,
.ui-widget .input-group-lg > select + .form-control-feedback,
.ui-widget .input-group-lg > textarea + .form-control-feedback,
.ui-widget .input-group-lg > button + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > #mobile-nav + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .ui-widget input[type="text"] + .form-control-feedback,
.ui-widget .form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg .ui-widget select + .form-control-feedback,
.ui-widget .form-group-lg select + .form-control-feedback,
.form-group-lg .ui-widget textarea + .form-control-feedback,
.ui-widget .form-group-lg textarea + .form-control-feedback,
.form-group-lg .ui-widget button + .form-control-feedback,
.ui-widget .form-group-lg button + .form-control-feedback {
  width: 46px;
  height: 44px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .ui-widget .input-group-sm > input[type="text"] + .form-control-feedback,
.ui-widget .input-group-sm > select + .form-control-feedback,
.ui-widget .input-group-sm > textarea + .form-control-feedback,
.ui-widget .input-group-sm > button + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > #mobile-nav + .form-control-feedback, .form-control + .form-control-feedback, .ui-widget input[type="text"] + .form-control-feedback,
.ui-widget select + .form-control-feedback,
.ui-widget textarea + .form-control-feedback,
.ui-widget button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .ui-widget input[type="text"] + .form-control-feedback,
.ui-widget .form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm .ui-widget select + .form-control-feedback,
.ui-widget .form-group-sm select + .form-control-feedback,
.form-group-sm .ui-widget textarea + .form-control-feedback,
.ui-widget .form-group-sm textarea + .form-control-feedback,
.form-group-sm .ui-widget button + .form-control-feedback,
.ui-widget .form-group-sm button + .form-control-feedback {
  width: 30px;
  height: 28px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #5cb85c;
}
.has-success .form-control, .has-success .ui-widget input[type="text"], .ui-widget .has-success input[type="text"],
.has-success .ui-widget select,
.ui-widget .has-success select,
.has-success .ui-widget textarea,
.ui-widget .has-success textarea,
.has-success .ui-widget button,
.ui-widget .has-success button {
  border-color: #5cb85c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .ui-widget input[type="text"]:focus, .ui-widget .has-success input[type="text"]:focus,
.has-success .ui-widget select:focus,
.ui-widget .has-success select:focus,
.has-success .ui-widget textarea:focus,
.ui-widget .has-success textarea:focus,
.has-success .ui-widget button:focus,
.ui-widget .has-success button:focus {
  border-color: #449d44;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #c7e6c7;
}
.has-success .form-control-feedback {
  color: #5cb85c;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #f0ad4e;
}
.has-warning .form-control, .has-warning .ui-widget input[type="text"], .ui-widget .has-warning input[type="text"],
.has-warning .ui-widget select,
.ui-widget .has-warning select,
.has-warning .ui-widget textarea,
.ui-widget .has-warning textarea,
.has-warning .ui-widget button,
.ui-widget .has-warning button {
  border-color: #f0ad4e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .ui-widget input[type="text"]:focus, .ui-widget .has-warning input[type="text"]:focus,
.has-warning .ui-widget select:focus,
.ui-widget .has-warning select:focus,
.has-warning .ui-widget textarea:focus,
.ui-widget .has-warning textarea:focus,
.has-warning .ui-widget button:focus,
.ui-widget .has-warning button:focus {
  border-color: #ec971f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fceedb;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #d9534f;
}
.has-error .form-control, .has-error .ui-widget input[type="text"], .ui-widget .has-error input[type="text"],
.has-error .ui-widget select,
.ui-widget .has-error select,
.has-error .ui-widget textarea,
.ui-widget .has-error textarea,
.has-error .ui-widget button,
.ui-widget .has-error button {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .ui-widget input[type="text"]:focus, .ui-widget .has-error input[type="text"]:focus,
.has-error .ui-widget select:focus,
.ui-widget .has-error select:focus,
.has-error .ui-widget textarea:focus,
.ui-widget .has-error textarea:focus,
.has-error .ui-widget button:focus,
.ui-widget .has-error button:focus {
  border-color: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #f4cecd;
}
.has-error .form-control-feedback {
  color: #d9534f;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #666666;
}

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .columnfilter,
  .form-inline .pagesize {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .ui-widget input[type="text"], .ui-widget .form-inline input[type="text"],
  .form-inline .ui-widget select,
  .ui-widget .form-inline select,
  .form-inline .ui-widget textarea,
  .ui-widget .form-inline textarea,
  .form-inline .ui-widget button,
  .ui-widget .form-inline button {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .ui-widget input[type="text"],
  .ui-widget .form-inline .input-group input[type="text"],
  .form-inline .input-group .ui-widget select,
  .ui-widget .form-inline .input-group select,
  .form-inline .input-group .ui-widget textarea,
  .ui-widget .form-inline .input-group textarea,
  .form-inline .input-group .ui-widget button,
  .ui-widget .form-inline .input-group button {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .ui-widget .input-group > input[type="text"], .ui-widget .form-inline .input-group > input[type="text"],
  .form-inline .ui-widget .input-group > select,
  .ui-widget .form-inline .input-group > select,
  .form-inline .ui-widget .input-group > textarea,
  .ui-widget .form-inline .input-group > textarea,
  .form-inline .ui-widget .input-group > button,
  .ui-widget .form-inline .input-group > button {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group, .form-horizontal .columnfilter,
.form-horizontal .pagesize {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .columnfilter:before,
.form-horizontal .pagesize:before, .form-horizontal .form-group:after, .form-horizontal .columnfilter:after,
.form-horizontal .pagesize:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after, .form-horizontal .columnfilter:after,
.form-horizontal .pagesize:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, #mobile-nav {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, #mobile-nav:focus, .btn.focus, .focus#mobile-nav, .btn:active:focus, #mobile-nav:active:focus, .btn:active.focus, #mobile-nav:active.focus, .btn.active:focus, .active#mobile-nav:focus, .btn.active.focus, .active.focus#mobile-nav {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, #mobile-nav:hover, .btn:focus, #mobile-nav:focus, .btn.focus, .focus#mobile-nav {
  color: #262626;
  text-decoration: none;
}
.btn:active, #mobile-nav:active, .btn.active, .active#mobile-nav {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled#mobile-nav, .btn[disabled], [disabled]#mobile-nav, fieldset[disabled] .btn, fieldset[disabled] #mobile-nav {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, a.disabled#mobile-nav, fieldset[disabled] a.btn, fieldset[disabled] a#mobile-nav {
  pointer-events: none;
}

.btn-default {
  color: #262626;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #262626;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #262626;
}

.btn-primary, #mobile-nav {
  color: #fff;
  background-color: #005AAB;
  border-color: #004d92;
}
.btn-primary:focus, #mobile-nav:focus, .btn-primary.focus, .focus#mobile-nav {
  color: #fff;
  background-color: #003f78;
  border-color: #000912;
}
.btn-primary:hover, #mobile-nav:hover {
  color: #fff;
  background-color: #003f78;
  border-color: #002c54;
}
.btn-primary:active, #mobile-nav:active, .btn-primary.active, .active#mobile-nav, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle#mobile-nav {
  color: #fff;
  background-color: #003f78;
  border-color: #002c54;
}
.btn-primary:active:hover, #mobile-nav:active:hover, .btn-primary:active:focus, #mobile-nav:active:focus, .btn-primary:active.focus, #mobile-nav:active.focus, .btn-primary.active:hover, .active#mobile-nav:hover, .btn-primary.active:focus, .active#mobile-nav:focus, .btn-primary.active.focus, .active.focus#mobile-nav, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle#mobile-nav:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle#mobile-nav:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus#mobile-nav {
  color: #fff;
  background-color: #002c54;
  border-color: #000912;
}
.btn-primary:active, #mobile-nav:active, .btn-primary.active, .active#mobile-nav, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle#mobile-nav {
  background-image: none;
}
.btn-primary.disabled, .disabled#mobile-nav, .btn-primary.disabled:hover, .disabled#mobile-nav:hover, .btn-primary.disabled:focus, .disabled#mobile-nav:focus, .btn-primary.disabled.focus, .disabled.focus#mobile-nav, .btn-primary.disabled:active, .disabled#mobile-nav:active, .btn-primary.disabled.active, .disabled.active#mobile-nav, .btn-primary[disabled], [disabled]#mobile-nav, .btn-primary[disabled]:hover, [disabled]#mobile-nav:hover, .btn-primary[disabled]:focus, [disabled]#mobile-nav:focus, .btn-primary[disabled].focus, [disabled].focus#mobile-nav, .btn-primary[disabled]:active, [disabled]#mobile-nav:active, .btn-primary[disabled].active, [disabled].active#mobile-nav, fieldset[disabled] .btn-primary, fieldset[disabled] #mobile-nav, fieldset[disabled] .btn-primary:hover, fieldset[disabled] #mobile-nav:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] #mobile-nav:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus#mobile-nav, fieldset[disabled] .btn-primary:active, fieldset[disabled] #mobile-nav:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .active#mobile-nav {
  background-color: #005AAB;
  border-color: #004d92;
}
.btn-primary .badge, #mobile-nav .badge {
  color: #005AAB;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #005AAB;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #00325f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #b8b8b8;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > #mobile-nav {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > #mobile-nav, .cart_container .links a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > #mobile-nav, .cart_container .links a {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right, .dropdown-menu.qs_item_image {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #005AAB;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #b8b8b8;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #b8b8b8;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu, .qs_item_image > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > #mobile-nav,
.btn-group-vertical > .btn,
.btn-group-vertical > #mobile-nav {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > #mobile-nav:hover, .btn-group > .btn:focus, .btn-group > #mobile-nav:focus, .btn-group > .btn:active, .btn-group > #mobile-nav:active, .btn-group > .btn.active, .btn-group > .active#mobile-nav,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > #mobile-nav:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > #mobile-nav:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > #mobile-nav:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active#mobile-nav {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group #mobile-nav + .btn, .btn-group .btn + #mobile-nav, .btn-group #mobile-nav + #mobile-nav,
.btn-group .btn + .btn-group,
.btn-group #mobile-nav + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + #mobile-nav,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar #mobile-nav,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > #mobile-nav,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > #mobile-nav:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > #mobile-nav:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > #mobile-nav:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > #mobile-nav:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > #mobile-nav {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > #mobile-nav:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > #mobile-nav:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .btn-group > #mobile-nav + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > #mobile-nav + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, #mobile-nav .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > #mobile-nav .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > #mobile-nav .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > #mobile-nav,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > #mobile-nav {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > #mobile-nav {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > #mobile-nav + .btn, .btn-group-vertical > .btn + #mobile-nav, .btn-group-vertical > #mobile-nav + #mobile-nav,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > #mobile-nav + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + #mobile-nav,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > #mobile-nav:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > #mobile-nav:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > #mobile-nav:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > #mobile-nav {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > #mobile-nav:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > #mobile-nav:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > #mobile-nav,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group #mobile-nav {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > #mobile-nav input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > #mobile-nav input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > #mobile-nav input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > #mobile-nav input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group .ui-widget input[type="text"], .ui-widget .input-group input[type="text"],
.input-group .ui-widget select,
.ui-widget .input-group select,
.input-group .ui-widget textarea,
.ui-widget .input-group textarea,
.input-group .ui-widget button,
.ui-widget .input-group button {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .ui-widget input[type="text"],
.ui-widget .input-group input[type="text"],
.input-group .ui-widget select,
.ui-widget .input-group select,
.input-group .ui-widget textarea,
.ui-widget .input-group textarea,
.input-group .ui-widget button,
.ui-widget .input-group button {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .ui-widget input[type="text"]:not(:first-child):not(:last-child),
.ui-widget .input-group input[type="text"]:not(:first-child):not(:last-child),
.input-group .ui-widget select:not(:first-child):not(:last-child),
.ui-widget .input-group select:not(:first-child):not(:last-child),
.input-group .ui-widget textarea:not(:first-child):not(:last-child),
.ui-widget .input-group textarea:not(:first-child):not(:last-child),
.input-group .ui-widget button:not(:first-child):not(:last-child),
.ui-widget .input-group button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #cccccc;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon#mobile-nav, .input-group-addon.form-control, .ui-widget input.input-group-addon[type="text"],
.ui-widget select.input-group-addon,
.ui-widget textarea.input-group-addon,
.ui-widget button.input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .ui-widget .input-group-lg > input.input-group-addon[type="text"],
.ui-widget .input-group-lg > select.input-group-addon,
.ui-widget .input-group-lg > textarea.input-group-addon,
.ui-widget .input-group-lg > button.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon#mobile-nav {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .ui-widget input[type="text"]:first-child, .ui-widget .input-group input[type="text"]:first-child,
.input-group .ui-widget select:first-child,
.ui-widget .input-group select:first-child,
.input-group .ui-widget textarea:first-child,
.ui-widget .input-group textarea:first-child,
.input-group .ui-widget button:first-child,
.ui-widget .input-group button:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > #mobile-nav,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > #mobile-nav,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > #mobile-nav:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > #mobile-nav {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .ui-widget input[type="text"]:last-child, .ui-widget .input-group input[type="text"]:last-child,
.input-group .ui-widget select:last-child,
.ui-widget .input-group select:last-child,
.input-group .ui-widget textarea:last-child,
.ui-widget .input-group textarea:last-child,
.input-group .ui-widget button:last-child,
.ui-widget .input-group button:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > #mobile-nav,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > #mobile-nav,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > #mobile-nav:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > #mobile-nav {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .input-group-btn > #mobile-nav {
  position: relative;
}
.input-group-btn > .btn + .btn, .input-group-btn > #mobile-nav + .btn, .input-group-btn > .btn + #mobile-nav, .input-group-btn > #mobile-nav + #mobile-nav {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > #mobile-nav:hover, .input-group-btn > .btn:focus, .input-group-btn > #mobile-nav:focus, .input-group-btn > .btn:active, .input-group-btn > #mobile-nav:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > #mobile-nav,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > #mobile-nav,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav, .bewerbung_sub_stagebar {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .bewerbung_sub_stagebar:before, .nav:after, .bewerbung_sub_stagebar:after {
  content: " ";
  display: table;
}
.nav:after, .bewerbung_sub_stagebar:after {
  clear: both;
}
.nav > li, .bewerbung_sub_stagebar > li {
  position: relative;
  display: block;
}
.nav > li > a, .bewerbung_sub_stagebar > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .bewerbung_sub_stagebar > li > a:hover, .nav > li > a:focus, .bewerbung_sub_stagebar > li > a:focus {
  text-decoration: none;
  background-color: #cccccc;
}
.nav > li.disabled > a, .bewerbung_sub_stagebar > li.disabled > a {
  color: #b8b8b8;
}
.nav > li.disabled > a:hover, .bewerbung_sub_stagebar > li.disabled > a:hover, .nav > li.disabled > a:focus, .bewerbung_sub_stagebar > li.disabled > a:focus {
  color: #b8b8b8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .bewerbung_sub_stagebar .open > a, .nav .open > a:hover, .bewerbung_sub_stagebar .open > a:hover, .nav .open > a:focus, .bewerbung_sub_stagebar .open > a:focus {
  background-color: #cccccc;
  border-color: #005AAB;
}
.nav .nav-divider, .bewerbung_sub_stagebar .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img, .bewerbung_sub_stagebar > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #cccccc #cccccc #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li, .bewerbung_sub_stagebar > li {
  float: left;
}
.nav-pills > li > a, .bewerbung_sub_stagebar > li > a {
  border-radius: 3px;
}
.nav-pills > li + li, .bewerbung_sub_stagebar > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .bewerbung_sub_stagebar > li.active > a, .nav-pills > li.active > a:hover, .bewerbung_sub_stagebar > li.active > a:hover, .nav-pills > li.active > a:focus, .bewerbung_sub_stagebar > li.active > a:focus {
  color: #fff;
  background-color: #005AAB;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #FFF;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label, #mobile-nav .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #b8b8b8;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #9e9e9e;
}

.label-primary {
  background-color: #005AAB;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #003f78;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #b8b8b8;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, #mobile-nav .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > #mobile-nav .badge, .cart_container .links a .badge, .btn-group-xs > .btn .badge, .btn-group-xs > #mobile-nav .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge, .bewerbung_sub_stagebar > .active > a > .badge {
  color: #005AAB;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge, .bewerbung_sub_stagebar > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #c7e6c7;
  border-color: #bcdfb5;
  color: #5cb85c;
}
.alert-success hr {
  border-top-color: #acd7a3;
}
.alert-success .alert-link {
  color: #449d44;
}

.alert-info {
  background-color: #daf1f8;
  border-color: #bdeef2;
  color: #5bc0de;
}
.alert-info hr {
  border-top-color: #a7e9ed;
}
.alert-info .alert-link {
  color: #31b0d5;
}

.alert-warning {
  background-color: #fceedb;
  border-color: #fadac4;
  color: #f0ad4e;
}
.alert-warning hr {
  border-top-color: #f8ccac;
}
.alert-warning .alert-link {
  color: #ec971f;
}

.alert-danger {
  background-color: #f4cecd;
  border-color: #f0b8c0;
  color: #d9534f;
}
.alert-danger hr {
  border-top-color: #eba3ad;
}
.alert-danger .alert-link {
  color: #c9302c;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #005AAB;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #cccccc;
  color: #b8b8b8;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #b8b8b8;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #005AAB;
  border-color: #005AAB;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #78bfff;
}

.list-group-item-success {
  color: #5cb85c;
  background-color: #c7e6c7;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #5cb85c;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #5cb85c;
  background-color: #b5dfb5;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.list-group-item-info {
  color: #5bc0de;
  background-color: #daf1f8;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #5bc0de;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #5bc0de;
  background-color: #c5e9f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.list-group-item-warning {
  color: #f0ad4e;
  background-color: #fceedb;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #f0ad4e;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #f0ad4e;
  background-color: #fae3c4;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.list-group-item-danger {
  color: #d9534f;
  background-color: #f4cecd;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #d9534f;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #d9534f;
  background-color: #f0b9b8;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > table, .cleaning_isterfassung div.dienstplan div.stunden .panel > table,
.panel > .table-responsive > .table,
.panel > .table-responsive > table,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table,
.panel > .panel-collapse > .table,
.panel > .panel-collapse > table,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .panel-collapse > table {
  margin-bottom: 0;
}
.panel > .table caption, .panel > table caption, .cleaning_isterfassung div.dienstplan div.stunden .panel > table caption,
.panel > .table-responsive > .table caption,
.panel > .table-responsive > table caption,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table caption,
.panel > .panel-collapse > .table caption,
.panel > .panel-collapse > table caption,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .panel-collapse > table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child, .panel > table:first-child, .cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > table:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > table:first-child > thead:first-child > tr:first-child, .cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > table:first-child > thead:first-child > tr:first-child td:first-child, .cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > table:first-child > thead:first-child > tr:first-child td:last-child, .cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child, .panel > table:last-child, .cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > table:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > table:last-child > tbody:last-child > tr:last-child, .cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table:last-child > tbody:last-child > tr:last-child td:first-child, .cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table:last-child > tbody:last-child > tr:last-child td:last-child, .cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table, .panel > .panel-body + table, .cleaning_isterfassung div.dienstplan div.stunden .panel > .panel-body + table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > table + .panel-body,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > table > tbody:first-child > tr:first-child th, .cleaning_isterfassung div.dienstplan div.stunden .panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > table > tbody:first-child > tr:first-child td,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .cleaning_isterfassung div.dienstplan div.stunden .panel > table, .panel > .monatskalender, .zeiterfassung_personalstunden .panel > table,
.panel > .table-responsive > .table-bordered,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table,
.panel > .table-responsive > .monatskalender,
.zeiterfassung_personalstunden .panel > .table-responsive > table {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .cleaning_isterfassung div.dienstplan div.stunden .panel > table > thead > tr > th:first-child, .panel > .monatskalender > thead > tr > th:first-child, .zeiterfassung_personalstunden .panel > table > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > thead > tr > td:first-child,
.panel > .monatskalender > thead > tr > td:first-child,
.zeiterfassung_personalstunden .panel > table > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tbody > tr > th:first-child,
.panel > .monatskalender > tbody > tr > th:first-child,
.zeiterfassung_personalstunden .panel > table > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tbody > tr > td:first-child,
.panel > .monatskalender > tbody > tr > td:first-child,
.zeiterfassung_personalstunden .panel > table > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tfoot > tr > th:first-child,
.panel > .monatskalender > tfoot > tr > th:first-child,
.zeiterfassung_personalstunden .panel > table > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tfoot > tr > td:first-child,
.panel > .monatskalender > tfoot > tr > td:first-child,
.zeiterfassung_personalstunden .panel > table > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > thead > tr > th:first-child,
.panel > .table-responsive > .monatskalender > thead > tr > th:first-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > thead > tr > td:first-child,
.panel > .table-responsive > .monatskalender > thead > tr > td:first-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tbody > tr > th:first-child,
.panel > .table-responsive > .monatskalender > tbody > tr > th:first-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tbody > tr > td:first-child,
.panel > .table-responsive > .monatskalender > tbody > tr > td:first-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tfoot > tr > th:first-child,
.panel > .table-responsive > .monatskalender > tfoot > tr > th:first-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tfoot > tr > td:first-child,
.panel > .table-responsive > .monatskalender > tfoot > tr > td:first-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .cleaning_isterfassung div.dienstplan div.stunden .panel > table > thead > tr > th:last-child, .panel > .monatskalender > thead > tr > th:last-child, .zeiterfassung_personalstunden .panel > table > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > thead > tr > td:last-child,
.panel > .monatskalender > thead > tr > td:last-child,
.zeiterfassung_personalstunden .panel > table > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tbody > tr > th:last-child,
.panel > .monatskalender > tbody > tr > th:last-child,
.zeiterfassung_personalstunden .panel > table > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tbody > tr > td:last-child,
.panel > .monatskalender > tbody > tr > td:last-child,
.zeiterfassung_personalstunden .panel > table > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tfoot > tr > th:last-child,
.panel > .monatskalender > tfoot > tr > th:last-child,
.zeiterfassung_personalstunden .panel > table > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tfoot > tr > td:last-child,
.panel > .monatskalender > tfoot > tr > td:last-child,
.zeiterfassung_personalstunden .panel > table > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > thead > tr > th:last-child,
.panel > .table-responsive > .monatskalender > thead > tr > th:last-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > thead > tr > td:last-child,
.panel > .table-responsive > .monatskalender > thead > tr > td:last-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tbody > tr > th:last-child,
.panel > .table-responsive > .monatskalender > tbody > tr > th:last-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tbody > tr > td:last-child,
.panel > .table-responsive > .monatskalender > tbody > tr > td:last-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tfoot > tr > th:last-child,
.panel > .table-responsive > .monatskalender > tfoot > tr > th:last-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tfoot > tr > td:last-child,
.panel > .table-responsive > .monatskalender > tfoot > tr > td:last-child,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .cleaning_isterfassung div.dienstplan div.stunden .panel > table > thead > tr:first-child > td, .panel > .monatskalender > thead > tr:first-child > td, .zeiterfassung_personalstunden .panel > table > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > thead > tr:first-child > th,
.panel > .monatskalender > thead > tr:first-child > th,
.zeiterfassung_personalstunden .panel > table > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tbody > tr:first-child > td,
.panel > .monatskalender > tbody > tr:first-child > td,
.zeiterfassung_personalstunden .panel > table > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tbody > tr:first-child > th,
.panel > .monatskalender > tbody > tr:first-child > th,
.zeiterfassung_personalstunden .panel > table > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > thead > tr:first-child > td,
.panel > .table-responsive > .monatskalender > thead > tr:first-child > td,
.zeiterfassung_personalstunden .panel > .table-responsive > table > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > thead > tr:first-child > th,
.panel > .table-responsive > .monatskalender > thead > tr:first-child > th,
.zeiterfassung_personalstunden .panel > .table-responsive > table > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tbody > tr:first-child > td,
.panel > .table-responsive > .monatskalender > tbody > tr:first-child > td,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tbody > tr:first-child > th,
.panel > .table-responsive > .monatskalender > tbody > tr:first-child > th,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .cleaning_isterfassung div.dienstplan div.stunden .panel > table > tbody > tr:last-child > td, .panel > .monatskalender > tbody > tr:last-child > td, .zeiterfassung_personalstunden .panel > table > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tbody > tr:last-child > th,
.panel > .monatskalender > tbody > tr:last-child > th,
.zeiterfassung_personalstunden .panel > table > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tfoot > tr:last-child > td,
.panel > .monatskalender > tfoot > tr:last-child > td,
.zeiterfassung_personalstunden .panel > table > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.cleaning_isterfassung div.dienstplan div.stunden .panel > table > tfoot > tr:last-child > th,
.panel > .monatskalender > tfoot > tr:last-child > th,
.zeiterfassung_personalstunden .panel > table > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tbody > tr:last-child > td,
.panel > .table-responsive > .monatskalender > tbody > tr:last-child > td,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tbody > tr:last-child > th,
.panel > .table-responsive > .monatskalender > tbody > tr:last-child > th,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tfoot > tr:last-child > td,
.panel > .table-responsive > .monatskalender > tfoot > tr:last-child > td,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.cleaning_isterfassung div.dienstplan div.stunden .panel > .table-responsive > table > tfoot > tr:last-child > th,
.panel > .table-responsive > .monatskalender > tfoot > tr:last-child > th,
.zeiterfassung_personalstunden .panel > .table-responsive > table > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #005AAB;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #005AAB;
  border-color: #005AAB;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #005AAB;
}
.panel-primary > .panel-heading .badge {
  color: #005AAB;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #005AAB;
}

.panel-success {
  border-color: #bcdfb5;
}
.panel-success > .panel-heading {
  color: #5cb85c;
  background-color: #c7e6c7;
  border-color: #bcdfb5;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bcdfb5;
}
.panel-success > .panel-heading .badge {
  color: #c7e6c7;
  background-color: #5cb85c;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bcdfb5;
}

.panel-info {
  border-color: #bdeef2;
}
.panel-info > .panel-heading {
  color: #5bc0de;
  background-color: #daf1f8;
  border-color: #bdeef2;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bdeef2;
}
.panel-info > .panel-heading .badge {
  color: #daf1f8;
  background-color: #5bc0de;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bdeef2;
}

.panel-warning {
  border-color: #fadac4;
}
.panel-warning > .panel-heading {
  color: #f0ad4e;
  background-color: #fceedb;
  border-color: #fadac4;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fadac4;
}
.panel-warning > .panel-heading .badge {
  color: #fceedb;
  background-color: #f0ad4e;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fadac4;
}

.panel-danger {
  border-color: #f0b8c0;
}
.panel-danger > .panel-heading {
  color: #d9534f;
  background-color: #f4cecd;
  border-color: #f0b8c0;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0b8c0;
}
.panel-danger > .panel-heading .badge {
  color: #f4cecd;
  background-color: #d9534f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0b8c0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #cccccc;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer #mobile-nav + .btn, .modal-footer .btn + #mobile-nav, .modal-footer #mobile-nav + #mobile-nav {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group #mobile-nav + .btn, .modal-footer .btn-group .btn + #mobile-nav, .modal-footer .btn-group #mobile-nav + #mobile-nav {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right, .qs_item_image {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, #mobile-nav {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg, #mobile-nav {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * jQuery UI Accordion 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
.ui-accordion .ui-accordion-header, .ui-accordion .bewerber_bewerbung .berufsgruppen_katalog h3, .bewerber_bewerbung .berufsgruppen_katalog .ui-accordion h3,
.ui-accordion .bewerber_bewerbung .bewerbungKenntnisse h3,
.bewerber_bewerbung .bewerbungKenntnisse .ui-accordion h3 {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon, .ui-accordion .bewerber_bewerbung .berufsgruppen_katalog h3 .ui-accordion-header-icon, .bewerber_bewerbung .berufsgruppen_katalog .ui-accordion h3 .ui-accordion-header-icon,
.ui-accordion .bewerber_bewerbung .bewerbungKenntnisse h3 .ui-accordion-header-icon,
.bewerber_bewerbung .bewerbungKenntnisse .ui-accordion h3 .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*!
 * jQuery UI CSS Framework 1.10.0
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* 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;
}

.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%;
}

/*!
 * jQuery UI Accordion 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
.ui-accordion .ui-accordion-header, .ui-accordion .bewerber_bewerbung .berufsgruppen_katalog h3, .bewerber_bewerbung .berufsgruppen_katalog .ui-accordion h3,
.ui-accordion .bewerber_bewerbung .bewerbungKenntnisse h3,
.bewerber_bewerbung .bewerbungKenntnisse .ui-accordion h3 {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon, .ui-accordion .bewerber_bewerbung .berufsgruppen_katalog h3 .ui-accordion-header-icon, .bewerber_bewerbung .berufsgruppen_katalog .ui-accordion h3 .ui-accordion-header-icon,
.ui-accordion .bewerber_bewerbung .bewerbungKenntnisse h3 .ui-accordion-header-icon,
.bewerber_bewerbung .bewerbungKenntnisse .ui-accordion h3 .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI Button 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .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: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .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: .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: .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: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.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;
}

/*!
 * jQuery UI Datepicker 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .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: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .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: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .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 .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;
}

/*!
 * jQuery UI Dialog 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .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: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .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;
}

/*!
 * jQuery UI Menu 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.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 .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: .4em 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: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/*!
 * jQuery UI Progressbar 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.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/jquery-ui/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/*!
 * jQuery UI Resizable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.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;
}

/*!
 * jQuery UI Selectable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*!
 * jQuery UI Slider 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.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: .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: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.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: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.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;
}

/*!
 * jQuery UI Spinner 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Spinner#theming
 */
.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: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.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;
}

/*!
 * jQuery UI Tabs 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .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;
}

/*!
 * jQuery UI Tooltip 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.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;
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ccc;
  background: #FFF url("images/ui-transparent_1x100.png") 50% 50% repeat-x;
  color: #262626;
}

.ui-widget-content a {
  color: #262626;
}

.ui-widget-header {
  border: 1px solid #ccc;
  background: #fff url("images/ui-transparent_1x100.png") 50% 50% repeat-x;
  color: #262626;
  font-weight: bold;
}

.ui-widget-header a {
  color: #262626;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #fff url("images/ui-transparent_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #262626;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #262626;
  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 #d9d9d9;
  background: white url("images/ui-transparent_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #005AAB;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #005AAB;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ccc;
  background: #fff url("images/ui-transparent_1x100.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 #cccccc;
  background: #b8b8b8 url("images/ui-transparent_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, .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar,
.ui-widget-content .ui-state-error,
.ui-widget-content .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar,
.zeiterfassung_verarbeitungsstatus .modell-fehler .ui-widget-content .ui-dialog-titlebar,
.ui-widget-header .ui-state-error,
.ui-widget-header .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar,
.zeiterfassung_verarbeitungsstatus .modell-fehler .ui-widget-header .ui-dialog-titlebar {
  border: 1px solid #d9534f;
  background: #fef1ec url("images/ui-transparent_1x400.png") 50% 50% repeat-x;
  color: #d9534f;
}

.ui-state-error a, .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar a,
.ui-widget-content .ui-state-error a,
.ui-widget-content .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar a,
.zeiterfassung_verarbeitungsstatus .modell-fehler .ui-widget-content .ui-dialog-titlebar a,
.ui-widget-header .ui-state-error a,
.ui-widget-header .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar a,
.zeiterfassung_verarbeitungsstatus .modell-fehler .ui-widget-header .ui-dialog-titlebar a {
  color: #d9534f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #d9534f;
}

.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: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .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_222222_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-error .ui-icon, .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar .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-transparent_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-transparent_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/*!
 * jQuery UI Autocomplete 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*!
 * jQuery UI CSS Framework 1.10.0
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* 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;
}

.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%;
}

/*!
 * jQuery UI Accordion 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
.ui-accordion .ui-accordion-header, .ui-accordion .bewerber_bewerbung .berufsgruppen_katalog h3, .bewerber_bewerbung .berufsgruppen_katalog .ui-accordion h3,
.ui-accordion .bewerber_bewerbung .bewerbungKenntnisse h3,
.bewerber_bewerbung .bewerbungKenntnisse .ui-accordion h3 {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon, .ui-accordion .bewerber_bewerbung .berufsgruppen_katalog h3 .ui-accordion-header-icon, .bewerber_bewerbung .berufsgruppen_katalog .ui-accordion h3 .ui-accordion-header-icon,
.ui-accordion .bewerber_bewerbung .bewerbungKenntnisse h3 .ui-accordion-header-icon,
.bewerber_bewerbung .bewerbungKenntnisse .ui-accordion h3 .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI Button 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .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: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .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: .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: .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: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.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;
}

/*!
 * jQuery UI Datepicker 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .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: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .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: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .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 .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;
}

/*!
 * jQuery UI Dialog 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .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: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .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;
}

/*!
 * jQuery UI Menu 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.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 .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: .4em 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: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/*!
 * jQuery UI Progressbar 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.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/jquery-ui/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/*!
 * jQuery UI Resizable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.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;
}

/*!
 * jQuery UI Selectable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*!
 * jQuery UI Slider 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.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: .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: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.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: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.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;
}

/*!
 * jQuery UI Spinner 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Spinner#theming
 */
.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: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.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;
}

/*!
 * jQuery UI Tabs 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .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;
}

/*!
 * jQuery UI Tooltip 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.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;
}

/*!
 * jQuery UI Button 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .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: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .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: .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: .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: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.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;
}

/*!
 * jQuery UI CSS Framework 1.10.0
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* 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;
}

.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%;
}

/*!
 * jQuery UI Datepicker 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .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: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .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: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .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 .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;
}

/*!
 * jQuery UI Dialog 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .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: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .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;
}

/*!
 * jQuery UI Menu 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.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 .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: .4em 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: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/*!
 * jQuery UI Progressbar 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.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/jquery-ui/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/*!
 * jQuery UI Resizable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.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;
}

/*!
 * jQuery UI Selectable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*!
 * jQuery UI Slider 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.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: .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: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.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: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.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;
}

/*!
 * jQuery UI Spinner 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Spinner#theming
 */
.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: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.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;
}

/*!
 * jQuery UI Tabs 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .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;
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ccc;
  background: #FFF url("images/ui-transparent_1x100.png") 50% 50% repeat-x;
  color: #262626;
}

.ui-widget-content a {
  color: #262626;
}

.ui-widget-header {
  border: 1px solid #ccc;
  background: #fff url("images/ui-transparent_1x100.png") 50% 50% repeat-x;
  color: #262626;
  font-weight: bold;
}

.ui-widget-header a {
  color: #262626;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #fff url("images/ui-transparent_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #262626;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #262626;
  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 #d9d9d9;
  background: white url("images/ui-transparent_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #005AAB;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #005AAB;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ccc;
  background: #fff url("images/ui-transparent_1x100.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 #cccccc;
  background: #b8b8b8 url("images/ui-transparent_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, .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar,
.ui-widget-content .ui-state-error,
.ui-widget-content .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar,
.zeiterfassung_verarbeitungsstatus .modell-fehler .ui-widget-content .ui-dialog-titlebar,
.ui-widget-header .ui-state-error,
.ui-widget-header .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar,
.zeiterfassung_verarbeitungsstatus .modell-fehler .ui-widget-header .ui-dialog-titlebar {
  border: 1px solid #d9534f;
  background: #fef1ec url("images/ui-transparent_1x400.png") 50% 50% repeat-x;
  color: #d9534f;
}

.ui-state-error a, .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar a,
.ui-widget-content .ui-state-error a,
.ui-widget-content .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar a,
.zeiterfassung_verarbeitungsstatus .modell-fehler .ui-widget-content .ui-dialog-titlebar a,
.ui-widget-header .ui-state-error a,
.ui-widget-header .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar a,
.zeiterfassung_verarbeitungsstatus .modell-fehler .ui-widget-header .ui-dialog-titlebar a {
  color: #d9534f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #d9534f;
}

.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: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .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_222222_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-error .ui-icon, .zeiterfassung_verarbeitungsstatus .modell-fehler .ui-dialog-titlebar .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-transparent_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-transparent_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/*!
 * jQuery UI Tooltip 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.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;
}

@font-face {
  font-family: 'O_Collection';
  src: url("../../gfx/fonts/ocollection.eot");
  src: url("../../gfx/fonts/ocollection.eot?#iefix") format("embedded-opentype"), url("../../gfx/fonts/ocollection.woff") format("woff"), url("../../gfx/fonts/ocollection.ttf") format("truetype");
}
.ocollection, #menue .menue_block_kopf, .cart_container, .tile-panel .image {
  position: relative;
}
.ocollection:after, #menue .menue_block_kopf:after, .cart_container:after, .tile-panel .image:after, .ocollection:before, #menue .menue_block_kopf:before, .cart_container:before, .tile-panel .image:before {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1.6em;
  display: inline-block;
  font-family: 'O_Collection';
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ocollection:after, #menue .menue_block_kopf:after, .cart_container:after, .tile-panel .image:after {
  color: #005AAB;
}

.withicon.ocoll_check:before {
  content: "\f11f";
}

.withicon.ocoll_cross:before {
  content: "\f127";
}

#menue_links .menue_block_kopf.datenschutz:before, .tile-panel .tile .image.datenschutz:before {
  content: "\f12a";
}

.withicon.ocoll_document_clock:before {
  content: "\f12f";
}

.withicon.ocoll_edit:before {
  content: "\f13a";
}

#menue_links .menue_block_kopf.verwaltung:before {
  content: "\f13b";
}

#menue_links .menue_block_kopf.verwaltung:after {
  content: "\f13c";
}

.tile-panel .tile .image.eventmanagement:before {
  content: "\f141";
}

#menue_links .menue_block_kopf.gebaeudereinigung:before, .tile-panel .tile .image.gebaeudereinigung:before {
  content: "\f151";
}

#menue_links .menue_block_kopf.gebaeudereinigung:after, .tile-panel .tile .image.gebaeudereinigung:after {
  content: "\f152";
}

.withicon.ocoll_information:before {
  content: "\f15c";
}

#menue_links .menue_block_kopf.jobs:before {
  content: "\f15d";
}

#menue_links .menue_block_kopf.jobs:after {
  content: "\f15e";
}

#menue_links .menue_block_kopf.kunde:before {
  content: "\f162";
}

#menue_links .menue_block_kopf.kunde:after {
  content: "\f163";
}

.tile-panel .tile .image.kundeninformation:before {
  content: "\f166";
}

#menue_links .menue_block_kopf.landwehr_intern:before {
  content: "\f16a";
}

#menue_links .menue_block_kopf.landwehr_intern:after {
  content: "\f16b";
}

#menue_links .menue_block_kopf.login:before {
  content: "\f17c";
}

#menue_links .menue_block_kopf.login:after {
  content: "\f17d";
}

.withicon.ocoll_mail:before {
  content: "\f181";
}

#menue_links .menue_block_kopf.navigate_minus:before, #menue ul li.menu_open.has_sub:after, #menue ul li.has_sub.menu_open::after, .panel .panel-heading.collapsible::after {
  content: "\f193";
}

#menue_links .menue_block_kopf.navigate_plus:before, #menue ul li.has_sub:after, #menue ul li.has_sub::after, .panel .panel-heading.collapsible.collapsed::after {
  content: "\f194";
}

.withicon.ocoll_pdf:before {
  content: "\f19e";
}

#menue_links .menue_block_kopf.personal:before, #menue_links .menue_block_kopf.bewerber:before {
  content: "\f19f";
}

#menue_links .menue_block_kopf.personal:after, #menue_links .menue_block_kopf.bewerber:after {
  content: "\f1a0";
}

.withicon.ocoll_printer:before {
  content: "\f1a6";
}

.withicon.ocoll_question:before {
  content: "\f1ac";
}

#menue_links .menue_block_kopf.recruiting:before, .tile-panel .tile .image.recruiting:before {
  content: "\f1b0";
}

#menue_links .menue_block_kopf.recruiting:after, .tile-panel .tile .image.recruiting:after {
  content: "\f1b1";
}

#menue_links .menue_block_kopf.service:before {
  content: "\f1b8";
}

#menue_links .menue_block_kopf.sonstiges:before, .tile-panel .tile .image:before, .tile-panel .tile .image.sozialenetzwerke:before {
  content: "\f1b9";
}

#menue_links .menue_block_kopf.stammdaten:before {
  content: "\f1ba";
}

#menue_links .menue_block_kopf.stammdaten:after {
  content: "\f1bb";
}

.withicon.ocoll_star:before {
  content: "\f1be";
}

.tile-panel .tile .image.bewerbungstellenangebote:before {
  content: "\f1c1";
}

#menue_links .menue_block_kopf.system:before, .tile-panel .tile .image.system:before {
  content: "\f1c6";
}

#menue_links .menue_block_kopf.umsatzbarometer:before {
  content: "\f1cf";
}

#menue_links .menue_block_kopf.umsatzbarometer:after {
  content: "\f1d0";
}

.tile-panel .tile .image.bediener:before {
  content: "\f1d6";
}

#menue_links .menue_block_kopf.video:before {
  content: "\f1d9";
}

#menue_links .menue_block_kopf.video:after {
  content: "\f1da";
}

#menue_links .menue_block_kopf.ware:before, .tile-panel .tile .image.warenwirtschaft:before, .cart_container:before {
  content: "\f1df";
}

#menue_links .menue_block_kopf.ware:after, .tile-panel .tile .image.warenwirtschaft:after, .cart_container:after {
  content: "\f1e0";
}

#menue_links .menue_block_kopf.zeiterfassung:before, .tile-panel .tile .image.zeiterfassung:before {
  content: "\f1ec";
}

#menue_links .menue_block_kopf.zeiterfassung:after, .tile-panel .tile .image.zeiterfassung:after {
  content: "\f1ed";
}

.withicon.ocoll_zuordnung:before {
  content: "\f1ee";
}

#menue_links .menue_block_kopf.bewerber:before {
  color: #dcdc00;
}
#menue_links .menue_block_kopf.bewerber:after {
  color: #000000;
}

.withicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'O_Collection';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

@keyframes menu_open {
  from {
    max-height: 0;
  }
  to {
    max-height: 600px;
  }
}
@keyframes menu_close {
  from {
    max-height: 600px;
  }
  to {
    max-height: 0;
  }
}
#menue ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menue ul li {
  position: relative;
  margin: 1px 0 0 0;
  padding: 0;
}
#menue ul li.has_sub:after {
  font-family: 'O_Collection';
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: .8em;
  color: #cccccc;
}
#menue ul li:hover::after {
  color: #FFF;
}
#menue ul li.menu_open {
  position: relative;
}
#menue ul li.menu_open ul {
  max-height: 600px;
  animation-name: menu_open;
  animation-duration: 0.5s;
}
#menue ul li.menu_close {
  position: relative;
}
#menue ul li.menu_close ul {
  max-height: 0;
  animation-name: menu_close;
  animation-duration: 0.3s;
}
#menue ul li ul {
  overflow: hidden;
  max-height: 0;
}
#menue ul li ul li::after {
  content: '';
}
#menue ul li ul li a::after,
#menue ul li ul li a::before {
  content: none !important;
}
#menue a {
  display: block;
  padding: 5px 0 5px 45px;
}
#menue a:hover {
  background-color: #cccccc;
}
#menue .menue_block_kopf {
  padding: 12px 0 12px 45px;
  font-weight: bold;
}
#menue .menue_block_kopf:hover {
  cursor: pointer;
  background-color: #cccccc;
}
#menue .menue_block_kopf.bg-primary::before, #menue .menue_block_kopf.menue_block_item_active::before, #menue .menue_block_kopf.bg-primary::after, #menue .menue_block_kopf.menue_block_item_active::after {
  color: #FFF;
}
#menue .menue_block_kopf > a {
  padding: 0;
}
#menue .menue_block_item_active {
  font-weight: bold;
}

#menue_links {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  height: 100vh;
  overflow: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  #menue_links {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #menue_links {
    float: left;
    width: 16.6666666667%;
  }
}
@media (max-width: 992px) {
  #menue_links {
    position: relative;
    height: auto;
  }
}
@media (max-width: 768px) {
  #menue_links {
    padding: 0;
  }
}

.hauptbereich {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .hauptbereich {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .hauptbereich {
    left: 25%;
  }
}
@media (min-width: 1200px) {
  .hauptbereich {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .hauptbereich {
    left: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .hauptbereich {
    padding: 0;
  }
}

#menue_links {
  padding-top: 120px;
}
@media (max-width: 991px) {
  #menue_links {
    padding-left: 0;
    padding-top: 80px;
  }
}
#menue_links::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-image: url("images/company_750_166.jpg");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  background-origin: content-box;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 991px) {
  #menue_links::before {
    height: 80px;
    background-size: 260px;
  }
}

/* generated with grunt-sass-globbing */
.bewerberBerufe .bewerbung_stagebar_button {
  margin-bottom: 10px;
  margin-left: 25px;
}

.bewerbung_stagebar {
  margin: 15px -15px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .bewerbung_stagebar a.bewerbung_stagebar_button {
    width: 100%;
  }
}
.bewerbung_stagebar a.bewerbung_stagebar_button_down {
  margin-bottom: -3px;
}
@media (max-width: 767px) {
  .bewerbung_stagebar a.bewerbung_stagebar_button_down {
    width: 100%;
    margin-bottom: 5px;
  }
}

.bewerbung_sub_stagebar .bewerbung_stagebar_sub_button_down,
.bewerbung_sub_stagebar .bewerbung_stagebar_sub_button {
  border: none;
  margin-right: 15px;
  padding: 6px 12px;
  border-radius: 4px;
}
.bewerbung_sub_stagebar .bewerbung_stagebar_sub_button {
  color: #005AAB;
}
.bewerbung_sub_stagebar .bewerbung_stagebar_sub_button_down {
  background-color: #005AAB;
  color: #FFF;
}

.qs_item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart_container {
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 200;
  bottom: 40px;
  right: -145px;
  border: 1px solid #005AAB;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  padding: 10px;
  background-color: #FFF;
  border-radius: 3px;
}
.cart_container::after, .cart_container::before {
  font-size: 35px;
  padding-top: 5px;
  color: #005AAB;
  width: 50px;
  height: 50px;
  position: absolute;
  padding-left: 10px;
  margin-left: -60px;
}
.cart_container::before {
  color: #000000;
  background-color: #FFF;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #005AAB;
}
.cart_container .links,
.cart_container .title {
  display: block;
}
.cart_container .links a {
  display: block;
  margin-top: 5px;
}
.cart_container:hover {
  right: 0;
}

.ui-dropdownchecklist {
  height: 20px;
  background: url("../../gfx/png_16/arrow_small_down.png") no-repeat center right;
  padding-left: 4px;
  padding-right: 12px;
  display: block !important;
}

.ui-dropdownchecklist-wrapper {
  display: block !important;
}

.ui-dropdownchecklist-text {
  height: 20px;
}

.ui-dropdownchecklist-dropcontainer {
  display: inherit;
  top: auto;
  background-color: #fff;
  border: 1px solid #ccc;
}

.ui-dropdownchecklist-item {
  line-height: 1.5;
  padding: 3px 5px;
  white-space: nowrap;
}
.ui-dropdownchecklist-item:nth-last-child(n+2) {
  border-bottom: 1px solid #ccc;
}
.ui-dropdownchecklist-item > checkbox {
  vertical-align: top;
}

.ui-dropdownchecklist-item-hover {
  background-color: #005AAB;
  color: #fff;
  cursor: pointer;
}

.ui-dropdownchecklist-dropcontainer-wrapper {
  z-index: 999999;
}

.cluster input.cluster-search {
  width: 20%;
  display: inline;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.cluster .tautocomplete_list {
  display: inline;
}
.cluster input.btn, .cluster input#mobile-nav {
  display: inline;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -4px;
}

.CodeMirror-hints {
  z-index: 1049;
}

.contextMenu {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 999999999;
  background-color: #FFF;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  display: none;
}
.contextMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contextMenu li a,
.contextMenu li span {
  display: block;
}
.contextMenu li a {
  height: auto;
  padding: 6px 15px 6px 28px;
  cursor: pointer;
  color: #000000;
  background-position: 6px center;
  background-repeat: no-repeat;
  text-decoration: none;
  border-top: 1px solid #cccccc;
}
.contextMenu li a:hover {
  color: #FFF;
  background-color: #005AAB;
}
.contextMenu li.caption {
  font-weight: bold;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 6px 10px;
  background-color: #cccccc;
}
.contextMenu li.caption span {
  color: #000000;
}

.portlet .cookie {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.cursor_alias:hover {
  cursor: alias;
}

.cursor_all-scroll:hover {
  cursor: all-scroll;
}

.cursor_auto:hover {
  cursor: auto;
}

.cursor_cell:hover {
  cursor: cell;
}

.cursor_context-menu:hover {
  cursor: context-menu;
}

.cursor_col-resize:hover {
  cursor: col-resize;
}

.cursor_copy:hover {
  cursor: copy;
}

.cursor_crosshair:hover {
  cursor: crosshair;
}

.cursor_default:hover {
  cursor: default;
}

.cursor_e-resize:hover {
  cursor: e-resize;
}

.cursor_ew-resize:hover {
  cursor: ew-resize;
}

.cursor_grab:hover {
  cursor: grab;
}

.cursor_grabbing:hover {
  cursor: grabbing;
}

.cursor_help:hover {
  cursor: help;
}

.cursor_move:hover {
  cursor: move;
}

.cursor_n-resize:hover {
  cursor: n-resize;
}

.cursor_ne-resize:hover {
  cursor: ne-resize;
}

.cursor_nesw-resize:hover {
  cursor: nesw-resize;
}

.cursor_ns-resize:hover {
  cursor: ns-resize;
}

.cursor_nw-resize:hover {
  cursor: nw-resize;
}

.cursor_nwse-resize:hover {
  cursor: nwse-resize;
}

.cursor_no-drop:hover {
  cursor: no-drop;
}

.cursor_none:hover {
  cursor: none;
}

.cursor_not-allowed:hover {
  cursor: not-allowed;
}

.cursor_pointer:hover {
  cursor: pointer;
}

.cursor_progress:hover {
  cursor: progress;
}

.cursor_row-resize:hover {
  cursor: row-resize;
}

.cursor_s-resize:hover {
  cursor: s-resize;
}

.cursor_se-resize:hover {
  cursor: se-resize;
}

.cursor_sw-resize:hover {
  cursor: sw-resize;
}

.cursor_text:hover {
  cursor: text;
}

.cursor_w-resize:hover {
  cursor: w-resize;
}

.cursor_wait:hover {
  cursor: wait;
}

.cursor_zoom-in:hover {
  cursor: zoom-in;
}

.cursor_zoom-out:hover {
  cursor: zoom-out;
}

.panel-dashboard-container .panel-dashboard-item .panel-heading h3.panel-title {
  padding-top: 8px;
}
.panel-dashboard-container .panel-dashboard-item.dashboard-stempel a.btn-block {
  height: 85px;
}
.panel-dashboard-container .dropdown-menu > li > span:hover,
.panel-dashboard-container .dropdown-menu > li > span:focus {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}
.panel-dashboard-container .dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: nowrap;
  cursor: pointer;
}
.panel-dashboard-container .panel-dashboard-item fieldset {
  margin-top: 0px;
}
.panel-dashboard-container .panel-dashboard-item legend {
  margin: 0px 0px 20px 0px;
}

@media (max-width: 767px) {
  .filterPanel.form-inline .input-group.datepicker > .form-control, .filterPanel.form-inline .ui-widget .input-group.datepicker > input[type="text"], .ui-widget .filterPanel.form-inline .input-group.datepicker > input[type="text"],
  .filterPanel.form-inline .ui-widget .input-group.datepicker > select,
  .ui-widget .filterPanel.form-inline .input-group.datepicker > select,
  .filterPanel.form-inline .ui-widget .input-group.datepicker > textarea,
  .ui-widget .filterPanel.form-inline .input-group.datepicker > textarea,
  .filterPanel.form-inline .ui-widget .input-group.datepicker > button,
  .ui-widget .filterPanel.form-inline .input-group.datepicker > button {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .filterPanel.form-inline .input-group.datepicker > .form-control, .filterPanel.form-inline .ui-widget .input-group.datepicker > input[type="text"], .ui-widget .filterPanel.form-inline .input-group.datepicker > input[type="text"],
  .filterPanel.form-inline .ui-widget .input-group.datepicker > select,
  .ui-widget .filterPanel.form-inline .input-group.datepicker > select,
  .filterPanel.form-inline .ui-widget .input-group.datepicker > textarea,
  .ui-widget .filterPanel.form-inline .input-group.datepicker > textarea,
  .filterPanel.form-inline .ui-widget .input-group.datepicker > button,
  .ui-widget .filterPanel.form-inline .input-group.datepicker > button {
    width: 105px !important;
  }
}

.datepicker .form-control:first-child, .datepicker .ui-widget input[type="text"]:first-child, .ui-widget .datepicker input[type="text"]:first-child,
.datepicker .ui-widget select:first-child,
.ui-widget .datepicker select:first-child,
.datepicker .ui-widget textarea:first-child,
.ui-widget .datepicker textarea:first-child,
.datepicker .ui-widget button:first-child,
.ui-widget .datepicker button:first-child {
  border-radius: 3px;
}
.datepicker > .form-control, .ui-widget .datepicker > input[type="text"],
.ui-widget .datepicker > select,
.ui-widget .datepicker > textarea,
.ui-widget .datepicker > button {
  padding-right: 0;
}
.datepicker > .form-control::-ms-clear, .ui-widget .datepicker > input[type="text"]::-ms-clear,
.ui-widget .datepicker > select::-ms-clear,
.ui-widget .datepicker > textarea::-ms-clear,
.ui-widget .datepicker > button::-ms-clear {
  display: none;
}

.form-control-feedback.calendar-icon {
  background-image: url("../../gfx/png_16/calendar.png");
  background-repeat: no-repeat;
  background-position: 50%;
}

#ui-datepicker-div {
  padding: 0;
}
#ui-datepicker-div .ui-widget-header {
  background-image: url("images/ui-transparent_1x100.png");
  background-color: #fff;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 3px 3px 0 0;
  padding: 5px 0;
}
#ui-datepicker-div .ui-widget-header .ui-icon {
  background-position: 50%;
  background-size: 65%;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  cursor: pointer;
  top: 5px !important;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover {
  background-image: none;
  background-color: #005AAB;
  border: none;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover .ui-icon {
  border: none;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  left: 5px !important;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
  background-image: url("../../gfx/png_16/navigate_left.png");
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover .ui-icon {
  background-image: url("../../gfx/png_16/navigate_left_white.png");
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  right: 5px !important;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
  background-image: url("../../gfx/png_16/navigate_right.png");
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover .ui-icon {
  background-image: url("../../gfx/png_16/navigate_right_white.png");
}
#ui-datepicker-div table.ui-datepicker-calendar tbody > tr {
  background-color: #fff;
}
#ui-datepicker-div table.ui-datepicker-calendar a.ui-state-default {
  background: none;
  border: none;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #FFF;
}
#ui-datepicker-div table.ui-datepicker-calendar a.ui-state-default.ui-state-active {
  color: #fff;
  background-color: #005AAB;
}
#ui-datepicker-div table.ui-datepicker-calendar a.ui-state-default.ui-state-active.ui-state-hover {
  border: 1px solid #005AAB;
}
#ui-datepicker-div table.ui-datepicker-calendar a.ui-state-default.ui-state-hover {
  color: #fff;
  background-color: #b8b8b8;
}
#ui-datepicker-div table.ui-datepicker-calendar a.ui-state-default.ui-state-highlight {
  background-color: #b8b8b8;
  color: #005AAB;
}

.mysql_html_table_odd_line.holiday {
  background-color: #91cf91;
}
.mysql_html_table_odd_line.saturday {
  background-color: #9bd8eb;
}
.mysql_html_table_odd_line.sunday {
  background-color: #e48481;
}
.mysql_html_table_odd_line td.holiday {
  background-color: #91cf91;
}
.mysql_html_table_odd_line td.saturday {
  background-color: #9bd8eb;
}
.mysql_html_table_odd_line td.sunday {
  background-color: #e48481;
}

.mysql_html_table_even_line.holiday {
  background-color: #91cf91;
}
.mysql_html_table_even_line.saturday {
  background-color: #9bd8eb;
  border-right: 1px solid #ebebeb;
}
.mysql_html_table_even_line.sunday {
  background-color: #e48481;
  border-right: 1px solid #ebebeb;
}
.mysql_html_table_even_line td.holiday {
  background-color: #91cf91;
}
.mysql_html_table_even_line td.saturday {
  background-color: #9bd8eb;
  border-right: 1px solid #ebebeb;
}
.mysql_html_table_even_line td.sunday {
  background-color: #e48481;
  border-right: 1px solid #ebebeb;
}

.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #b8b8b8;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  background-image: url(../../gfx/png_16/delete.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 50%;
  border: none;
  opacity: .5;
  right: 1em;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
}

.file-upload .btn-file {
  position: relative;
  overflow: hidden;
}
.file-upload .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.file-upload input[type=text][readonly] {
  background-color: #FFF;
  color: #000000;
  margin: 0;
}

.filterPanel {
  margin: 15px 0 30px 0;
}
.filterPanel .footer {
  text-align: right;
}
.filterPanel .footer input[type="submit"], .filterPanel .footer input[type="button"] {
  margin-left: 10px;
}
.filterPanel .footer span {
  padding-top: 7px;
}
@media (max-width: 768px) {
  .filterPanel .footer {
    text-align: left;
  }
  .filterPanel .footer span {
    display: block;
  }
}
.filterPanel .changed {
  border-color: rgba(0, 90, 171, 0.8);
}
.filterPanel .header {
  font-weight: bold;
}
.filterPanel .input-group {
  display: block;
}
.filterPanel .controlGroup .control {
  margin-right: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.filterPanel .controlGroup .control:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .filterPanel .controlGroup .control {
    margin-right: 0;
  }
}
.filterPanel .ui-dropdownchecklist-wrapper {
  max-width: 250px;
}

input.ui-autocomplete-input {
  background-image: url(../../gfx/png_16/loader_inactive.gif);
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 20px;
  padding-right: 26px;
}
input.ui-autocomplete-input.ui-autocomplete-loading {
  background-image: url(../../gfx/png_16/loader_active.gif);
}

.footer.portlet {
  text-align: center;
}

.kontaktoverlay .form-control.time, .kontaktoverlay .ui-widget input.time[type="text"], .ui-widget .kontaktoverlay input.time[type="text"],
.kontaktoverlay .ui-widget select.time,
.ui-widget .kontaktoverlay select.time,
.kontaktoverlay .ui-widget textarea.time,
.ui-widget .kontaktoverlay textarea.time,
.kontaktoverlay .ui-widget button.time,
.ui-widget .kontaktoverlay button.time {
  width: 65px;
}

.bootstrap-loader #loader {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  position: fixed;
}

.progress-label .label {
  line-height: inherit;
  margin-left: 5px;
}

.login_wrapper_table table,
.login_wrapper_table tr {
  background-color: transparent !important;
}

.login_table {
  width: auto;
}
.login_table tr {
  vertical-align: middle;
}
.login_table tr:nth-child(1),
.login_table tr tr {
  border: none;
}
.login_table tr td {
  padding: 4px 15px;
}
.login_table tr td br {
  display: none;
}
.login_table .form-group, .login_table .columnfilter,
.login_table .pagesize {
  margin: 0;
}
.login_table input[type="submit"] {
  width: 100%;
}
@media (max-width: 767px) {
  .login_table table {
    width: auto !important;
  }
}

.management_panel #mainbereich {
  padding-top: 50px;
}
.management_panel #menue_links {
  position: relative;
}
.management_panel #hauptbereich {
  left: 0;
}
.management_panel .edit_gui .control input[type="text"], .management_panel .edit_gui .control select {
  height: 19px;
  border-radius: 0;
}
.management_panel .form-control, .management_panel .ui-widget input[type="text"], .ui-widget .management_panel input[type="text"],
.management_panel .ui-widget select,
.ui-widget .management_panel select,
.management_panel .ui-widget textarea,
.ui-widget .management_panel textarea,
.management_panel .ui-widget button,
.ui-widget .management_panel button {
  padding: 4px;
}
.management_panel span.ui-dropdownchecklist-wrapper.form-control {
  height: 25px;
  border-radius: 0;
}
.management_panel span.ui-dropdownchecklist-wrapper.form-control .ui-dropdownchecklist {
  height: 14px;
}
.management_panel .control {
  margin-bottom: 2px;
}
.management_panel .control label {
  margin: 0;
}
.management_panel .portlet-content.edit_gui {
  padding-top: 10px;
}
.management_panel .pEdit_header {
  padding-bottom: 20px;
}
.management_panel .topBar a, .management_panel .topBar input {
  margin: 5px 5px 5px 0;
}

.message_container {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0px !important;
  top: 26px;
  padding: 8px;
  margin-left: -6px;
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
}
.message_container::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000000;
  top: -7px;
  left: 7px;
}
.message_container::after {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000000;
  top: -6px;
  left: 8px;
}

.breadcrumb .message_container {
  width: 650px;
}

.message_container .summary {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.message_container .summary li {
  margin: 4px;
}

.message_container .summary li a,
.message_container .summary li a:hover {
  color: #fff;
}

#mobile-nav {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 500;
}

@keyframes nav_open {
  from {
    max-height: 0;
  }
  to {
    max-height: 2000px;
  }
}
@keyframes nav_close {
  from {
    max-height: 500px;
  }
  to {
    max-height: 0;
  }
}
@media (max-width: 991px) {
  #menue {
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  #menue.active {
    border-top: 1px solid #b8b8b8;
    max-height: 2000px;
    animation-name: nav_open;
    animation-duration: 1s;
  }
  #menue.inactive {
    animation-name: nav_close;
    animation-duration: .4s;
  }
  #menue ul li .menue_block_kopf {
    padding: 10px 0 10px 40px;
    text-align: left;
  }
  #menue .menue_block_kopf::after, #menue .menue_block_kopf::before {
    left: 5px;
  }
  #menue ul {
    float: none;
    margin: 0;
    box-shadow: none;
  }
  #menue ul li ul {
    position: relative;
    box-shadow: none;
  }
  #menue ul li.menu_open {
    box-shadow: none;
  }
}
.notice {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 15px;
  right: 15px;
}
.notice .alert-info {
  margin-bottom: 10px;
}

.pager {
  margin: 15px 0;
}
.pager > div,
.pager > a,
.pager > input,
.pager > span {
  border-radius: 0 !important;
  margin-left: -1px;
}
.pager > div:first-child,
.pager > a:first-child,
.pager > input:first-child,
.pager > span:first-child {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.pager > div:last-child,
.pager > a:last-child,
.pager > input:last-child,
.pager > span:last-child {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.pager:after {
  content: "";
  display: block;
  clear: both;
}
.pager input {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
  display: block;
  float: left;
}
.pager input.first {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  margin-right: -1px;
}
.pager input.last {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  margin-left: -1px;
}
.pager input[type="image"] {
  height: 32px;
}
.pager span {
  line-height: 20px;
  padding: 5px 10px;
  margin: 0 -1px;
  border: 1px solid #ccc;
  display: block;
  float: left;
}
.pager input.jumpshowbutton {
  padding: 9px;
  border-radius: 3px;
  margin-left: 5px;
}
.pager .jumppanel {
  display: none;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 245px;
  position: relative;
}
.pager .jumppanel .form-group, .pager .jumppanel .columnfilter,
.pager .jumppanel .pagesize {
  position: absolute;
}
.pager .jumppanel input.jumptextbox {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 32px;
}
.pager .jumppanel input.jumpgobutton {
  position: absolute;
  margin-left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pager.custom span, .pager.custom a {
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 3px;
  color: #262626;
  background-color: #fff;
  border-color: #ccc;
}
.pager.custom span:focus, .pager.custom span.focus, .pager.custom a:focus, .pager.custom a.focus {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.pager.custom span:hover, .pager.custom a:hover {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.pager.custom span:active, .pager.custom span.active, .open > .pager.custom span.dropdown-toggle, .pager.custom a:active, .pager.custom a.active, .open > .pager.custom a.dropdown-toggle {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.pager.custom span:active:hover, .pager.custom span:active:focus, .pager.custom span:active.focus, .pager.custom span.active:hover, .pager.custom span.active:focus, .pager.custom span.active.focus, .open > .pager.custom span.dropdown-toggle:hover, .open > .pager.custom span.dropdown-toggle:focus, .open > .pager.custom span.dropdown-toggle.focus, .pager.custom a:active:hover, .pager.custom a:active:focus, .pager.custom a:active.focus, .pager.custom a.active:hover, .pager.custom a.active:focus, .pager.custom a.active.focus, .open > .pager.custom a.dropdown-toggle:hover, .open > .pager.custom a.dropdown-toggle:focus, .open > .pager.custom a.dropdown-toggle.focus {
  color: #262626;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.pager.custom span:active, .pager.custom span.active, .open > .pager.custom span.dropdown-toggle, .pager.custom a:active, .pager.custom a.active, .open > .pager.custom a.dropdown-toggle {
  background-image: none;
}
.pager.custom span.disabled, .pager.custom span.disabled:hover, .pager.custom span.disabled:focus, .pager.custom span.disabled.focus, .pager.custom span.disabled:active, .pager.custom span.disabled.active, .pager.custom span[disabled], .pager.custom span[disabled]:hover, .pager.custom span[disabled]:focus, .pager.custom span[disabled].focus, .pager.custom span[disabled]:active, .pager.custom span[disabled].active, fieldset[disabled] .pager.custom span, fieldset[disabled] .pager.custom span:hover, fieldset[disabled] .pager.custom span:focus, fieldset[disabled] .pager.custom span.focus, fieldset[disabled] .pager.custom span:active, fieldset[disabled] .pager.custom span.active, .pager.custom a.disabled, .pager.custom a.disabled:hover, .pager.custom a.disabled:focus, .pager.custom a.disabled.focus, .pager.custom a.disabled:active, .pager.custom a.disabled.active, .pager.custom a[disabled], .pager.custom a[disabled]:hover, .pager.custom a[disabled]:focus, .pager.custom a[disabled].focus, .pager.custom a[disabled]:active, .pager.custom a[disabled].active, fieldset[disabled] .pager.custom a, fieldset[disabled] .pager.custom a:hover, fieldset[disabled] .pager.custom a:focus, fieldset[disabled] .pager.custom a.focus, fieldset[disabled] .pager.custom a:active, fieldset[disabled] .pager.custom a.active {
  background-color: #fff;
  border-color: #ccc;
}
.pager.custom span .badge, .pager.custom a .badge {
  color: #fff;
  background-color: #262626;
}
.pager.custom span:focus, .pager.custom span.focus, .pager.custom span:active:focus, .pager.custom span:active.focus, .pager.custom span.active:focus, .pager.custom span.active.focus, .pager.custom a:focus, .pager.custom a.focus, .pager.custom a:active:focus, .pager.custom a:active.focus, .pager.custom a.active:focus, .pager.custom a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pager.custom span:hover, .pager.custom span:focus, .pager.custom span.focus, .pager.custom a:hover, .pager.custom a:focus, .pager.custom a.focus {
  color: #262626;
  text-decoration: none;
}
.pager.custom span:active, .pager.custom span.active, .pager.custom a:active, .pager.custom a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pager.custom span {
  float: none;
}
.pager.custom a.imgBtn {
  margin-right: -4px;
}
.pager.custom div {
  border: 1px solid transparent;
  display: inline-block;
  margin-left: -1px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 3px;
}

.panel-footer .pager {
  margin: 0px;
}

.panel {
  position: relative;
}
.panel .panel-heading.collapsible::after {
  font-family: 'O_Collection';
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 25px;
  top: 12px;
  color: #777;
}

.panel-dashed {
  border-style: dashed;
}
.panel-dashed > .panel-heading {
  background-color: rgba(245, 245, 245, 0.5);
}
.panel-dashed > .panel-body {
  opacity: .5;
}
.panel-dashed > .panel-footer {
  background-color: rgba(245, 245, 245, 0.5);
}

.portlet .session .expirecountdown {
  color: #d43f3a;
}
.portlet .session .progress {
  margin-bottom: inherit;
}
.portlet .session .progress .ui-progressbar-value {
  height: 110%;
}

@media (max-width: 768px) {
  .statuszeile .breadcrumb {
    float: none !important;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 5px;
  }
}
.statuszeile img.statuszeile_pfeil {
  margin: 0 10px;
  width: 8px;
  opacity: .4;
  padding-bottom: 2px;
}
.statuszeile .usrInfo {
  text-align: right;
}
@media (max-width: 768px) {
  .statuszeile .usrInfo {
    text-align: left !important;
  }
}

table tr:nth-child(1) td {
  border-top: none;
}
table td, table th {
  vertical-align: middle !important;
}
table td.ellipsis, table th.ellipsis {
  max-width: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table td span.label, table th span.label {
  vertical-align: inherit;
}
table > thead > tr > th {
  border-top: none;
}
table > tbody > tr > td {
  border-top: none;
}
table td.warning {
  background-color: #f8d9ac !important;
}
table tr.spacer-row td {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  background-color: #ccc;
  line-height: 0;
  padding: 0;
}
@media (max-width: 768px) {
  table.tablesaw-stack .contextitem {
    margin-right: 10px;
  }
  table.tablesaw-stack .tablesaw-cell-label {
    display: block;
    float: left;
    width: 50% !important;
    text-align: left !important;
    word-break: break-all;
  }
  table.tablesaw-stack .tablesaw-cell-content {
    display: block;
    float: left;
    width: 50% !important;
    text-align: left !important;
    word-break: break-all;
  }
  table.tablesaw-stack tr {
    border: 1px solid #ccc;
  }
  table.tablesaw-stack tr:nth-child(1) td, table.tablesaw-stack > tbody > tr > td {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #ccc;
    width: 100% !important;
  }
}

.personal-detail-table {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .personal-detail-table tr {
    border: 1px solid #ccc;
  }
  .personal-detail-table tr.spacer-row td {
    padding: 1px !important;
    min-height: 0 !important;
  }
  .personal-detail-table td {
    padding: 5px 15px !important;
    display: block;
    width: 50% !important;
    height: auto !important;
    min-height: 32px !important;
    float: left;
    border-top: 1px solid #ccc;
  }
}

.indent {
  position: absolute;
}

.indent-top {
  top: 0;
}

.topleft {
  left: 0;
}

.add img, .monatskalender_korrektur input, table.mysql_html_table input[type="image"], .contextitem {
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #262626;
  background-color: #fff;
  border-color: #ccc;
  padding: 5px 7px;
  margin: 1px;
}
.add img:focus, .add img.focus,
.monatskalender_korrektur input:focus,
.monatskalender_korrektur input.focus,
table.mysql_html_table input[type="image"]:focus,
table.mysql_html_table input[type="image"].focus,
.contextitem:focus,
.contextitem.focus {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.add img:hover,
.monatskalender_korrektur input:hover,
table.mysql_html_table input[type="image"]:hover,
.contextitem:hover {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.add img:active, .add img.active, .open > .add img.dropdown-toggle,
.monatskalender_korrektur input:active,
.monatskalender_korrektur input.active, .open >
.monatskalender_korrektur input.dropdown-toggle,
table.mysql_html_table input[type="image"]:active,
table.mysql_html_table input[type="image"].active, .open >
table.mysql_html_table input[type="image"].dropdown-toggle,
.contextitem:active,
.contextitem.active, .open >
.contextitem.dropdown-toggle {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.add img:active:hover, .add img:active:focus, .add img:active.focus, .add img.active:hover, .add img.active:focus, .add img.active.focus, .open > .add img.dropdown-toggle:hover, .open > .add img.dropdown-toggle:focus, .open > .add img.dropdown-toggle.focus,
.monatskalender_korrektur input:active:hover,
.monatskalender_korrektur input:active:focus,
.monatskalender_korrektur input:active.focus,
.monatskalender_korrektur input.active:hover,
.monatskalender_korrektur input.active:focus,
.monatskalender_korrektur input.active.focus, .open >
.monatskalender_korrektur input.dropdown-toggle:hover, .open >
.monatskalender_korrektur input.dropdown-toggle:focus, .open >
.monatskalender_korrektur input.dropdown-toggle.focus,
table.mysql_html_table input[type="image"]:active:hover,
table.mysql_html_table input[type="image"]:active:focus,
table.mysql_html_table input[type="image"]:active.focus,
table.mysql_html_table input[type="image"].active:hover,
table.mysql_html_table input[type="image"].active:focus,
table.mysql_html_table input[type="image"].active.focus, .open >
table.mysql_html_table input[type="image"].dropdown-toggle:hover, .open >
table.mysql_html_table input[type="image"].dropdown-toggle:focus, .open >
table.mysql_html_table input[type="image"].dropdown-toggle.focus,
.contextitem:active:hover,
.contextitem:active:focus,
.contextitem:active.focus,
.contextitem.active:hover,
.contextitem.active:focus,
.contextitem.active.focus, .open >
.contextitem.dropdown-toggle:hover, .open >
.contextitem.dropdown-toggle:focus, .open >
.contextitem.dropdown-toggle.focus {
  color: #262626;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.add img:active, .add img.active, .open > .add img.dropdown-toggle,
.monatskalender_korrektur input:active,
.monatskalender_korrektur input.active, .open >
.monatskalender_korrektur input.dropdown-toggle,
table.mysql_html_table input[type="image"]:active,
table.mysql_html_table input[type="image"].active, .open >
table.mysql_html_table input[type="image"].dropdown-toggle,
.contextitem:active,
.contextitem.active, .open >
.contextitem.dropdown-toggle {
  background-image: none;
}
.add img.disabled, .add img.disabled:hover, .add img.disabled:focus, .add img.disabled.focus, .add img.disabled:active, .add img.disabled.active, .add img[disabled], .add img[disabled]:hover, .add img[disabled]:focus, .add img[disabled].focus, .add img[disabled]:active, .add img[disabled].active, fieldset[disabled] .add img, fieldset[disabled] .add img:hover, fieldset[disabled] .add img:focus, fieldset[disabled] .add img.focus, fieldset[disabled] .add img:active, fieldset[disabled] .add img.active,
.monatskalender_korrektur input.disabled,
.monatskalender_korrektur input.disabled:hover,
.monatskalender_korrektur input.disabled:focus,
.monatskalender_korrektur input.disabled.focus,
.monatskalender_korrektur input.disabled:active,
.monatskalender_korrektur input.disabled.active,
.monatskalender_korrektur input[disabled],
.monatskalender_korrektur input[disabled]:hover,
.monatskalender_korrektur input[disabled]:focus,
.monatskalender_korrektur input[disabled].focus,
.monatskalender_korrektur input[disabled]:active,
.monatskalender_korrektur input[disabled].active,
fieldset[disabled] .monatskalender_korrektur input,
fieldset[disabled] .monatskalender_korrektur input:hover,
fieldset[disabled] .monatskalender_korrektur input:focus,
fieldset[disabled] .monatskalender_korrektur input.focus,
fieldset[disabled] .monatskalender_korrektur input:active,
fieldset[disabled] .monatskalender_korrektur input.active,
table.mysql_html_table input[type="image"].disabled,
table.mysql_html_table input[type="image"].disabled:hover,
table.mysql_html_table input[type="image"].disabled:focus,
table.mysql_html_table input[type="image"].disabled.focus,
table.mysql_html_table input[type="image"].disabled:active,
table.mysql_html_table input[type="image"].disabled.active,
table.mysql_html_table input[type="image"][disabled],
table.mysql_html_table input[type="image"][disabled]:hover,
table.mysql_html_table input[type="image"][disabled]:focus,
table.mysql_html_table input[type="image"][disabled].focus,
table.mysql_html_table input[type="image"][disabled]:active,
table.mysql_html_table input[type="image"][disabled].active,
fieldset[disabled] table.mysql_html_table input[type="image"],
fieldset[disabled] table.mysql_html_table input[type="image"]:hover,
fieldset[disabled] table.mysql_html_table input[type="image"]:focus,
fieldset[disabled] table.mysql_html_table input[type="image"].focus,
fieldset[disabled] table.mysql_html_table input[type="image"]:active,
fieldset[disabled] table.mysql_html_table input[type="image"].active,
.contextitem.disabled,
.contextitem.disabled:hover,
.contextitem.disabled:focus,
.contextitem.disabled.focus,
.contextitem.disabled:active,
.contextitem.disabled.active,
.contextitem[disabled],
.contextitem[disabled]:hover,
.contextitem[disabled]:focus,
.contextitem[disabled].focus,
.contextitem[disabled]:active,
.contextitem[disabled].active,
fieldset[disabled] .contextitem,
fieldset[disabled] .contextitem:hover,
fieldset[disabled] .contextitem:focus,
fieldset[disabled] .contextitem.focus,
fieldset[disabled] .contextitem:active,
fieldset[disabled] .contextitem.active {
  background-color: #fff;
  border-color: #ccc;
}
.add img .badge, .monatskalender_korrektur input .badge, table.mysql_html_table input[type="image"] .badge, .contextitem .badge {
  color: #fff;
  background-color: #262626;
}
.add img:focus, .add img.focus, .add img:active:focus, .add img:active.focus, .add img.active:focus, .add img.active.focus, .monatskalender_korrektur input:focus, .monatskalender_korrektur input.focus, .monatskalender_korrektur input:active:focus, .monatskalender_korrektur input:active.focus, .monatskalender_korrektur input.active:focus, .monatskalender_korrektur input.active.focus, table.mysql_html_table input[type="image"]:focus, table.mysql_html_table input[type="image"].focus, table.mysql_html_table input[type="image"]:active:focus, table.mysql_html_table input[type="image"]:active.focus, table.mysql_html_table input[type="image"].active:focus, table.mysql_html_table input[type="image"].active.focus, .contextitem:focus, .contextitem.focus, .contextitem:active:focus, .contextitem:active.focus, .contextitem.active:focus, .contextitem.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.add img:hover, .add img:focus, .add img.focus, .monatskalender_korrektur input:hover, .monatskalender_korrektur input:focus, .monatskalender_korrektur input.focus, table.mysql_html_table input[type="image"]:hover, table.mysql_html_table input[type="image"]:focus, table.mysql_html_table input[type="image"].focus, .contextitem:hover, .contextitem:focus, .contextitem.focus {
  color: #262626;
  text-decoration: none;
}
.add img:active, .add img.active, .monatskalender_korrektur input:active, .monatskalender_korrektur input.active, table.mysql_html_table input[type="image"]:active, table.mysql_html_table input[type="image"].active, .contextitem:active, .contextitem.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.add img:hover::before, .monatskalender_korrektur input:hover::before, table.mysql_html_table input[type="image"]:hover::before, .contextitem:hover::before {
  content: attr(title);
  position: absolute;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  background-color: #000000;
  border-radius: 4px;
  margin-top: -35px;
  margin-left: -20px;
}
.add img:hover::after, .monatskalender_korrektur input:hover::after, table.mysql_html_table input[type="image"]:hover::after, .contextitem:hover::after {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  margin-top: -12px;
  margin-left: -15px;
}
.add img img, .monatskalender_korrektur input img, table.mysql_html_table input[type="image"] img, .contextitem img {
  vertical-align: bottom;
}

@media (min-width: 991px) {
  .contextitem-opener tr td {
    height: 40px;
    width: 20px;
  }
  .contextitem-opener tr td:nth-child(1) {
    position: relative;
  }
  .contextitem-opener tr td:nth-child(1) div {
    display: block;
    position: absolute;
    margin-top: -20px;
    left: 0;
    width: 50px;
    height: 35px;
    overflow: hidden;
    padding-top: 5px;
    background-image: url(../../gfx/png_16/plus_small.png);
    background-repeat: no-repeat;
    background-position: right 15px;
  }
  .contextitem-opener tr td:nth-child(1) div:hover {
    overflow: visible;
    width: 500px;
    background: none;
  }
  .contextitem-opener tr td:nth-child(1) div a,
  .contextitem-opener tr td:nth-child(1) div input {
    display: block;
    float: left;
    height: 28px;
  }
}

.tab-panel, .bewerbung_stagebar {
  float: none;
}
.tab-panel a, .bewerbung_stagebar a {
  color: #005AAB;
}

.tab-normal, .bewerbung_stagebar a.bewerbung_stagebar_button,
.tab-active,
.bewerbung_stagebar a.bewerbung_stagebar_button_down {
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 15px;
  margin: 0 1px 2px 0;
  top: 1px;
}
@media (max-width: 768px) {
  .tab-normal, .bewerbung_stagebar a.bewerbung_stagebar_button,
  .tab-active,
  .bewerbung_stagebar a.bewerbung_stagebar_button_down {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.tab-active, .bewerbung_stagebar a.bewerbung_stagebar_button_down {
  border: 1px solid #ddd;
  background-color: #FFF;
}
.tab-active a, .bewerbung_stagebar a.bewerbung_stagebar_button_down a {
  color: #000000;
}
@media (max-width: 768px) {
  .tab-active, .bewerbung_stagebar a.bewerbung_stagebar_button_down {
    border-radius: 4px;
    border: 1px solid #b8b8b8;
    background-color: #b8b8b8;
  }
}

.tab-normal, .bewerbung_stagebar a.bewerbung_stagebar_button {
  border: 1px solid #ddd;
  background-color: #fff;
}
.tab-normal:hover, .bewerbung_stagebar a.bewerbung_stagebar_button:hover {
  background-color: #FFF;
  border: 1px solid #ddd;
}
.tab-normal a:hover, .bewerbung_stagebar a.bewerbung_stagebar_button a:hover {
  color: #005AAB;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .tab-normal, .bewerbung_stagebar a.bewerbung_stagebar_button {
    border-radius: 4px;
    border: 1px solid #b8b8b8;
  }
}

.tab-view {
  display: block;
  margin: 0 -15px;
  padding: 15px !important;
  border: none;
  border-top: 1px solid #ddd;
}

#hauptbereich .nav-tabs {
  margin: 0 -15px;
  padding: 0 15px;
}

.tile-panel .image {
  padding: 25px 25px 45px 45px;
  font-weight: bold;
  font-size: 2.3em;
}
.tile-panel .image::before {
  color: #333333;
}
.tile-panel .tile {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  min-width: 50%;
  margin: auto;
  outline: none;
}
.tile-panel .tile:hover {
  cursor: pointer;
  background-color: #E6E6E6;
  border: 1px solid #005AAB;
  color: #005AAB;
}

#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: #000000;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: #000000;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: #000000;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: #000000;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92);
}

#tiptip_content {
  color: #fff;
  padding: 3px 8px;
  background-color: #000000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
#tiptip_content table > tbody > tr:nth-of-type(odd) {
  background-color: #000000;
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: #000000;
  }

  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: #000000;
  }

  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: #000000;
  }
}
#titelzeile {
  position: relative;
}
#titelzeile .titelCaption {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
#titelzeile .titelButtons {
  position: absolute;
  top: 0;
  right: 0;
}
#titelzeile .titelButtons .btn, #titelzeile .titelButtons #mobile-nav {
  line-height: 0;
}
@media (max-width: 768px) {
  #titelzeile .titelButtons {
    display: none;
  }
}

.tooltip-shadow {
  background-color: transparent !important;
}

.tooltip {
  opacity: 1;
  border-radius: 3px;
  background-color: #000000;
  color: #FFF;
  height: auto !important;
  margin-top: 10px;
}
.tooltip::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000000;
  top: -7px;
  left: 7px;
}
.tooltip::after {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000000;
  top: -6px;
  left: 8px;
}
.tooltip table {
  background-color: transparent;
}
.tooltip table > tbody > tr {
  background-color: transparent;
  border: none;
}
.tooltip table > tbody > tr > th {
  border: none;
}
.tooltip table td {
  background-color: transparent;
}

.updowntextbox {
  position: relative;
}
.updowntextbox .udt_text::-ms-clear {
  display: none;
}
.form-inline .updowntextbox .udt_text.udt_month {
  width: 60px !important;
}
.form-inline .updowntextbox .udt_text.udt_year {
  width: 75px !important;
}
.updowntextbox .udt_container {
  position: absolute;
  top: 0;
  right: 0;
}
.updowntextbox .udt_container .udt_button {
  height: 15px;
  display: block;
  padding: 0 10px;
  background-color: #fff;
  margin-left: -2px;
  border-radius: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}
.updowntextbox .udt_container .udt_button:focus {
  background-color: inherit;
}
.updowntextbox .udt_container .udt_button.udt_up {
  border-bottom: none !important;
  border-top-right-radius: 3px;
  background-image: url("../../gfx/png_16/arrow_small_up.png");
}
.updowntextbox .udt_container .udt_button.udt_down {
  border-top: 1px solid #ccc;
  border-bottom-right-radius: 3px;
  background-image: url("../../gfx/png_16/arrow_small_down.png");
}
.updowntextbox .udt_container .udt_button:hover {
  border: 1px solid #ccc;
}

/* generated with grunt-sass-globbing */
.personal_personaluebersicht .popover {
  max-width: 100%;
  min-width: 700px;
}
.personal_personaluebersicht .popover .table .row:first-child, .personal_personaluebersicht .popover table .row:first-child, .personal_personaluebersicht .popover .cleaning_isterfassung div.dienstplan div.stunden table .row:first-child, .cleaning_isterfassung div.dienstplan div.stunden .personal_personaluebersicht .popover table .row:first-child, .personal_personaluebersicht .popover .table .qs_item:first-child, .personal_personaluebersicht .popover table .qs_item:first-child, .personal_personaluebersicht .popover .cleaning_isterfassung div.dienstplan div.stunden table .qs_item:first-child, .cleaning_isterfassung div.dienstplan div.stunden .personal_personaluebersicht .popover table .qs_item:first-child, .personal_personaluebersicht .popover .table .cleaning_isterfassung .dienstplan .item:first-child, .cleaning_isterfassung .dienstplan .personal_personaluebersicht .popover .table .item:first-child, .personal_personaluebersicht .popover table .cleaning_isterfassung .dienstplan .item:first-child, .cleaning_isterfassung .dienstplan .personal_personaluebersicht .popover table .item:first-child, .personal_personaluebersicht .popover .cleaning_isterfassung div.dienstplan div.stunden table .item:first-child, .wws_artikeldetails table.artikeldetails .personal_personaluebersicht .popover .table tr:first-child, .personal_personaluebersicht .popover .wws_artikeldetails table.artikeldetails tr:first-child, .wws_artikeldetails .personal_personaluebersicht .popover table.artikeldetails tr:first-child {
  font-weight: bold;
}
.personal_personaluebersicht .popover .table .row:nth-of-type(2n), .personal_personaluebersicht .popover table .row:nth-of-type(2n), .personal_personaluebersicht .popover .cleaning_isterfassung div.dienstplan div.stunden table .row:nth-of-type(2n), .cleaning_isterfassung div.dienstplan div.stunden .personal_personaluebersicht .popover table .row:nth-of-type(2n), .personal_personaluebersicht .popover .table .qs_item:nth-of-type(2n), .personal_personaluebersicht .popover table .qs_item:nth-of-type(2n), .personal_personaluebersicht .popover .cleaning_isterfassung div.dienstplan div.stunden table .qs_item:nth-of-type(2n), .cleaning_isterfassung div.dienstplan div.stunden .personal_personaluebersicht .popover table .qs_item:nth-of-type(2n), .personal_personaluebersicht .popover .table .cleaning_isterfassung .dienstplan .item:nth-of-type(2n), .cleaning_isterfassung .dienstplan .personal_personaluebersicht .popover .table .item:nth-of-type(2n), .personal_personaluebersicht .popover table .cleaning_isterfassung .dienstplan .item:nth-of-type(2n), .cleaning_isterfassung .dienstplan .personal_personaluebersicht .popover table .item:nth-of-type(2n), .personal_personaluebersicht .popover .cleaning_isterfassung div.dienstplan div.stunden table .item:nth-of-type(2n), .wws_artikeldetails table.artikeldetails .personal_personaluebersicht .popover .table tr:nth-of-type(2n), .personal_personaluebersicht .popover .wws_artikeldetails table.artikeldetails tr:nth-of-type(2n), .wws_artikeldetails .personal_personaluebersicht .popover table.artikeldetails tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}
.personal_personaluebersicht .popover .table .row:nth-of-type(n+2), .personal_personaluebersicht .popover table .row:nth-of-type(n+2), .personal_personaluebersicht .popover .cleaning_isterfassung div.dienstplan div.stunden table .row:nth-of-type(n+2), .cleaning_isterfassung div.dienstplan div.stunden .personal_personaluebersicht .popover table .row:nth-of-type(n+2), .personal_personaluebersicht .popover .table .qs_item:nth-of-type(n+2), .personal_personaluebersicht .popover table .qs_item:nth-of-type(n+2), .personal_personaluebersicht .popover .cleaning_isterfassung div.dienstplan div.stunden table .qs_item:nth-of-type(n+2), .cleaning_isterfassung div.dienstplan div.stunden .personal_personaluebersicht .popover table .qs_item:nth-of-type(n+2), .personal_personaluebersicht .popover .table .cleaning_isterfassung .dienstplan .item:nth-of-type(n+2), .cleaning_isterfassung .dienstplan .personal_personaluebersicht .popover .table .item:nth-of-type(n+2), .personal_personaluebersicht .popover table .cleaning_isterfassung .dienstplan .item:nth-of-type(n+2), .cleaning_isterfassung .dienstplan .personal_personaluebersicht .popover table .item:nth-of-type(n+2), .personal_personaluebersicht .popover .cleaning_isterfassung div.dienstplan div.stunden table .item:nth-of-type(n+2), .wws_artikeldetails table.artikeldetails .personal_personaluebersicht .popover .table tr:nth-of-type(n+2), .personal_personaluebersicht .popover .wws_artikeldetails table.artikeldetails tr:nth-of-type(n+2), .wws_artikeldetails .personal_personaluebersicht .popover table.artikeldetails tr:nth-of-type(n+2) {
  border-top: 1px solid #ccc;
}

.datenschutz_kontrolle .personalKontrolle .row, .datenschutz_kontrolle .personalKontrolle .qs_item, .datenschutz_kontrolle .personalKontrolle .cleaning_isterfassung .dienstplan .item, .cleaning_isterfassung .dienstplan .datenschutz_kontrolle .personalKontrolle .item, .datenschutz_kontrolle .personalKontrolle .wws_artikeldetails table.artikeldetails tr, .wws_artikeldetails table.artikeldetails .datenschutz_kontrolle .personalKontrolle tr,
.datenschutz_kontrolle .kundenKontrolle .row,
.datenschutz_kontrolle .kundenKontrolle .qs_item,
.datenschutz_kontrolle .kundenKontrolle .cleaning_isterfassung .dienstplan .item,
.cleaning_isterfassung .dienstplan .datenschutz_kontrolle .kundenKontrolle .item,
.datenschutz_kontrolle .kundenKontrolle .wws_artikeldetails table.artikeldetails tr,
.wws_artikeldetails table.artikeldetails .datenschutz_kontrolle .kundenKontrolle tr {
  padding: 0px;
}
.datenschutz_kontrolle .suggestion {
  margin-top: 5px;
}

.bediener_bedienerhinzufuegen #ctl0_PortalLayoutContent_Main_accessTreeWindow_root input[type="image"],
.bediener_bedienerhinzufuegen #ctl0_PortalLayoutContent_Main_siteTreeWindowInternal_root input[type="image"] {
  border: none !important;
  padding: 0 !important;
  width: 8px;
  height: 16px;
}
.bediener_bedienerhinzufuegen #ctl0_PortalLayoutContent_Main_accessTreeWindow_root table tr td,
.bediener_bedienerhinzufuegen #ctl0_PortalLayoutContent_Main_siteTreeWindowInternal_root table tr td {
  vertical-align: top !important;
  padding: 0 !important;
  height: 30px !important;
}
.bediener_bedienerhinzufuegen #ctl0_PortalLayoutContent_Main_accessTreeWindow_root table a,
.bediener_bedienerhinzufuegen #ctl0_PortalLayoutContent_Main_siteTreeWindowInternal_root table a {
  cursor: pointer;
}

.einstellungen_auftragzuordnung .ui-dialog-content.ui-widget-content table select {
  width: 80%;
  display: inline-block;
}

.einstellungen_buchungsmodellezuordnung .draggable,
.einstellungen_buchungsmodellezuordnung .sortable li {
  z-index: 10;
  cursor: move;
  margin: 5px;
}
.einstellungen_buchungsmodellezuordnung .draggable .drop-message,
.einstellungen_buchungsmodellezuordnung .sortable li .drop-message {
  display: none;
  font-size: 85%;
}
.einstellungen_buchungsmodellezuordnung .droppable {
  color: #ccc;
  min-height: 121px;
  border: 1px dashed;
  border-radius: 4px;
}
.einstellungen_buchungsmodellezuordnung .droppable .placeholder {
  border: none;
  padding: 0px;
  line-height: 119px;
}
.einstellungen_buchungsmodellezuordnung li.item .checkbox {
  margin: 2px 0 0 0;
}
.einstellungen_buchungsmodellezuordnung .filterPanel {
  margin: 0 0 15px 0;
}
.einstellungen_buchungsmodellezuordnung .filterPanel .panel-heading {
  font-weight: normal;
}
.einstellungen_buchungsmodellezuordnung .auftraege .no-data {
  text-align: center;
  padding: 15px;
}
.einstellungen_buchungsmodellezuordnung .auftraege thead th {
  display: none;
}
.einstellungen_buchungsmodellezuordnung .auftraege tbody td {
  padding: 0px;
}
.einstellungen_buchungsmodellezuordnung .auftraege tbody td a {
  padding: 10px 15px;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 85%;
}
.einstellungen_buchungsmodellezuordnung .auftraege tbody .einsatzorte {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.einstellungen_buchungsmodellezuordnung .auftraege tbody .active {
  color: #fff;
  background-color: #3e9bd5;
  cursor: pointer;
}
.einstellungen_buchungsmodellezuordnung .auftraege tbody .block {
  margin-bottom: 0px;
}
.einstellungen_buchungsmodellezuordnung .buchungsmodelle .title {
  text-align: center;
  color: #fff;
}
.einstellungen_buchungsmodellezuordnung .buchungsmodelle .draggable {
  padding: 0px 0px 2px 0px;
}
.einstellungen_buchungsmodellezuordnung .buchungsmodelle .block {
  text-align: right;
}
.einstellungen_buchungsmodellezuordnung .buchungsmodelle .details {
  background-color: #fff;
  color: #000;
  font-size: 85%;
  text-align: left;
  padding: 5px;
  border-radius: 0px;
}
.einstellungen_buchungsmodellezuordnung .buchungsmodelle .details .description {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.einstellungen_buchungsmodellezuordnung .label-default {
  background-color: #777;
}
.einstellungen_buchungsmodellezuordnung .list-group {
  margin-bottom: 0px;
}
.einstellungen_buchungsmodellezuordnung .nav-tabs {
  margin-bottom: 5px;
}
.einstellungen_buchungsmodellezuordnung .panel-footer {
  padding: 15px;
}
.einstellungen_buchungsmodellezuordnung .block,
.einstellungen_buchungsmodellezuordnung .auftraege,
.einstellungen_buchungsmodellezuordnung .auftraege tbody,
.einstellungen_buchungsmodellezuordnung .auftraege tr,
.einstellungen_buchungsmodellezuordnung .auftraege td {
  display: block;
}
.einstellungen_buchungsmodellezuordnung .auftraege .label,
.einstellungen_buchungsmodellezuordnung .block .label {
  font-size: 90%;
  float: left;
}
.einstellungen_buchungsmodellezuordnung .list-group label {
  margin-bottom: 0px;
}

.einstellungen_lizenzpackagegenerator textarea {
  height: auto !important;
}

.cleaning_gbrzeiterfassungauftrag .duration,
.cleaning_gbrzeiterfassungauftrag .time {
  width: 40px;
  margin-top: 5px;
}
.cleaning_gbrzeiterfassungauftrag .duration {
  margin-left: 10px;
}

.cleaning_leistungenauftrag .monatskalender th:not(:first-child), .cleaning_leistungen .monatskalender th:not(:first-child) {
  width: 3%;
}
.cleaning_leistungenauftrag .monatskalender td, .cleaning_leistungen .monatskalender td {
  padding: 5px 0;
  position: relative;
}
.cleaning_leistungenauftrag .monatskalender td.holiday, .cleaning_leistungen .monatskalender td.holiday {
  background: repeating-linear-gradient(45deg, transparent, transparent 5px, #ddd 5px, #ddd 6px);
}
.cleaning_leistungenauftrag .monatskalender td.holiday:before, .cleaning_leistungen .monatskalender td.holiday:before {
  content: "";
  position: absolute;
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, #ddd 5px, #ddd 6px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cleaning_leistungenauftrag .monatskalender td.saturday, .cleaning_leistungen .monatskalender td.saturday {
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, #ddd 5px, #ddd 6px);
}
.cleaning_leistungenauftrag .monatskalender td.sunday, .cleaning_leistungen .monatskalender td.sunday {
  background: repeating-linear-gradient(45deg, transparent, transparent 5px, #ddd 5px, #ddd 6px);
}
.cleaning_leistungenauftrag .monatskalender td.termin, .cleaning_leistungen .monatskalender td.termin {
  background-color: #ffff66;
}
.cleaning_leistungenauftrag .monatskalender td.termin.cancel, .cleaning_leistungen .monatskalender td.termin.cancel {
  cursor: pointer;
}
.cleaning_leistungenauftrag .monatskalender td.druck, .cleaning_leistungen .monatskalender td.druck {
  background-color: #d9534f;
}
.cleaning_leistungenauftrag .monatskalender td.ok, .cleaning_leistungen .monatskalender td.ok {
  background-color: #5cb85c;
}
.cleaning_leistungenauftrag .monatskalender td.faktur, .cleaning_leistungenauftrag .monatskalender .blue, .cleaning_leistungen .monatskalender td.faktur, .cleaning_leistungen .monatskalender .blue {
  background-color: #004F9F;
}
.cleaning_leistungenauftrag .monatskalender td.zurueck, .cleaning_leistungen .monatskalender td.zurueck {
  background-color: #00ffff;
}
.cleaning_leistungenauftrag .monatskalender td.nicht, .cleaning_leistungen .monatskalender td.nicht {
  background-color: #f0ad4e;
}
.cleaning_leistungenauftrag .monatskalender td.keine, .cleaning_leistungen .monatskalender td.keine {
  background-color: #bfbf00;
}
.cleaning_leistungenauftrag .monatskalender td.clean > div,
.cleaning_leistungenauftrag .monatskalender td.wclean > div, .cleaning_leistungen .monatskalender td.clean > div,
.cleaning_leistungen .monatskalender td.wclean > div {
  padding: 0 2px;
}
.cleaning_leistungenauftrag .monatskalender td.clean > div img,
.cleaning_leistungenauftrag .monatskalender td.wclean > div img, .cleaning_leistungen .monatskalender td.clean > div img,
.cleaning_leistungen .monatskalender td.wclean > div img {
  width: 10px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  z-index: 200;
}
.cleaning_leistungenauftrag .monatskalender td.clean > div img.left,
.cleaning_leistungenauftrag .monatskalender td.wclean > div img.left, .cleaning_leistungen .monatskalender td.clean > div img.left,
.cleaning_leistungen .monatskalender td.wclean > div img.left {
  left: -2px;
}
.cleaning_leistungenauftrag .monatskalender td.clean > div img.right,
.cleaning_leistungenauftrag .monatskalender td.wclean > div img.right, .cleaning_leistungen .monatskalender td.clean > div img.right,
.cleaning_leistungen .monatskalender td.wclean > div img.right {
  right: -2px;
}
.cleaning_leistungenauftrag .monatskalender td.clean > div:before,
.cleaning_leistungenauftrag .monatskalender td.wclean > div:before, .cleaning_leistungen .monatskalender td.clean > div:before,
.cleaning_leistungen .monatskalender td.wclean > div:before {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #b40000;
}
.cleaning_leistungenauftrag .wochentermine .termin div, .cleaning_leistungenauftrag .monatstermine .termin div, .cleaning_leistungen .wochentermine .termin div, .cleaning_leistungen .monatstermine .termin div {
  position: relative;
}
.cleaning_leistungenauftrag .wochentermine .termin div .cancel, .cleaning_leistungenauftrag .monatstermine .termin div .cancel, .cleaning_leistungen .wochentermine .termin div .cancel, .cleaning_leistungen .monatstermine .termin div .cancel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../gfx/png_16/forbidden_red.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.cleaning_leistungenauftrag .wochentermine .cancel, .cleaning_leistungenauftrag .monatstermine .cancel, .cleaning_leistungen .wochentermine .cancel, .cleaning_leistungen .monatstermine .cancel {
  cursor: pointer;
}

.cleaning_isterfassung .dienstplan .item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.cleaning_isterfassung div.dienstplan div.info div {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.cleaning_isterfassung div.dienstplan div.stunden table {
  margin-bottom: 10px;
}
.cleaning_isterfassung div.dienstplan div.stunden table td {
  width: 6.1%;
}
.cleaning_isterfassung div.dienstplan div div.stunden table td.edit,
.cleaning_isterfassung div.dienstplan div div.stunden table td.soll,
.cleaning_isterfassung div.dienstplan div div.stunden table td.ist {
  cursor: pointer;
}
.cleaning_isterfassung div.dienstplan div div.stunden table td.sync {
  background-color: #ffff66;
  cursor: help;
}
.cleaning_isterfassung div.dienstplan div div.stunden table td.edit:hover {
  background-color: #5bc0de;
}
.cleaning_isterfassung div.dienstplan div div.stunden table td.soll:hover,
.cleaning_isterfassung div.dienstplan div div.stunden table td.ist:hover {
  background-color: #f0ad4e;
}
.cleaning_isterfassung div.dienstplan div div.stunden table td.springer {
  background-color: #00ffff;
}
.cleaning_isterfassung td.fehlzeit,
.cleaning_isterfassung div.dienstplan div div.stunden table td.red {
  background-color: #d9534f !important;
  color: #fff;
}
.cleaning_isterfassung div.dienstplan div div.stunden table td.first {
  width: 2.4%;
  text-align: center;
  font-weight: bold;
}
.cleaning_isterfassung div.dienstplan div div.stunden table th.sat,
.cleaning_isterfassung table.umsatz td.abschlag {
  color: #008800;
}
.cleaning_isterfassung div.dienstplan div div.stunden table th.sun,
.cleaning_isterfassung table.umsatz td.zuschlag {
  color: #d43f3a;
}
.cleaning_isterfassung .ist_erfassung_legende .btn, .cleaning_isterfassung .ist_erfassung_legende #mobile-nav {
  margin-bottom: 15px;
}

.cleaning_stechuhr .clock.digital {
  text-align: center;
}
.cleaning_stechuhr input.stechuhr {
  font-size: 150%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 5px 0;
}
.cleaning_stechuhr input.stechuhr.kommen {
  color: #fff !important;
  background-color: #5cb85c !important;
  border: #4cae4c !important;
}
.cleaning_stechuhr input.stechuhr.kommen:hover {
  color: #e6e6e6 !important;
  background-color: #449d44 !important;
  border: #3d8b3d !important;
}
.cleaning_stechuhr input.stechuhr.gehen {
  color: #fff !important;
  background-color: #d9534f !important;
  border: #d43f3a !important;
}
.cleaning_stechuhr input.stechuhr.gehen:hover {
  color: #e6e6e6 !important;
  background-color: #c9302c !important;
  border: #b52b27 !important;
}

.install #menue_links,
.install #titelzeile,
.install .contextMenu {
  display: none;
}

.InstallerHead .panel,
.InstallerWizard .panel {
  width: 60%;
  margin: auto;
}

.InstallerHead .panel {
  margin-bottom: 0px;
}

.InstallerWizard > table > tbody > tr > td:first-child {
  display: none;
}

.InstallerWizard > table > tbody > tr > td:last-child > div:last-child {
  text-align: center;
}

.InstallerWizard input[type="submit"],
.InstallerWizard input[type="button"] {
  margin: 15px;
}

.bewerber_bewerbung .bewerbung_step_1 input[type="text"] {
  margin-bottom: 15px;
}
.bewerber_bewerbung .berufsgruppen_katalog h3,
.bewerber_bewerbung .bewerbungKenntnisse h3 {
  font-size: 14px;
  border: 1px solid #cccccc;
  margin: 5px 0 0 0;
}
.bewerber_bewerbung .berufsgruppen_katalog h3 a,
.bewerber_bewerbung .bewerbungKenntnisse h3 a {
  display: inline-block;
  cursor: pointer;
}
.bewerber_bewerbung .berufsgruppen_katalog h3 a.bewerberBerufeExpandLink, .bewerber_bewerbung .berufsgruppen_katalog h3 a.bewerberBerufeCollapseLink, .bewerber_bewerbung .berufsgruppen_katalog h3 a.bewerberKenntnisseCollapseLink, .bewerber_bewerbung .berufsgruppen_katalog h3 a.bewerberKenntnisseExpandLink,
.bewerber_bewerbung .bewerbungKenntnisse h3 a.bewerberBerufeExpandLink,
.bewerber_bewerbung .bewerbungKenntnisse h3 a.bewerberBerufeCollapseLink,
.bewerber_bewerbung .bewerbungKenntnisse h3 a.bewerberKenntnisseCollapseLink,
.bewerber_bewerbung .bewerbungKenntnisse h3 a.bewerberKenntnisseExpandLink {
  padding: 7px 15px;
  width: 16px;
}
.bewerber_bewerbung .berufsgruppen_katalog h3 a.berufsgruppen, .bewerber_bewerbung .berufsgruppen_katalog h3 a.kenntnisgruppen,
.bewerber_bewerbung .bewerbungKenntnisse h3 a.berufsgruppen,
.bewerber_bewerbung .bewerbungKenntnisse h3 a.kenntnisgruppen {
  padding: 7px 0;
  width: 50%;
}
.bewerber_bewerbung .berufsgruppen_katalog h3 img,
.bewerber_bewerbung .bewerbungKenntnisse h3 img {
  width: 8px;
  height: 8px;
}
.bewerber_bewerbung .berufsgruppen_katalog .bewerberKenntnisse,
.bewerber_bewerbung .berufsgruppen_katalog .bewerberBerufe,
.bewerber_bewerbung .bewerbungKenntnisse .bewerberKenntnisse,
.bewerber_bewerbung .bewerbungKenntnisse .bewerberBerufe {
  border: 1px solid #cccccc;
  border-top: none;
  padding: 15px;
}
.bewerber_bewerbung .bLabel {
  width: 250px;
}
.bewerber_bewerbung td[style="vertical-align: top"] {
  vertical-align: top !important;
}

.stellen_stellenangebote .autocomplete-add-button {
  padding: 4px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.stellen_stellenangebote .form-inline .form-group, .stellen_stellenangebote .form-inline .columnfilter,
.stellen_stellenangebote .form-inline .pagesize {
  vertical-align: top;
}
.stellen_stellenangebote .location-area {
  margin-left: 5px;
}

table.bTable > tbody > tr > td {
  vertical-align: top !important;
}
@media (max-width: 767px) {
  table.bTable > tbody > tr > td {
    display: block;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  table.bTable2 > tbody > tr > td {
    display: block;
    width: 100% !important;
  }
}

.panel-job {
  margin-top: 15px;
}
.panel-job h3 {
  margin-top: 0;
}
.panel-job hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.panel-job ul {
  padding-left: 20px;
}

.kunden_anfragen ul.berufe,
.kunden_anfragen ul.qualifikationen {
  margin: 5px 0px 0px 0px;
}

.kunden_fristenkontrolle table.fristen.liste {
  table-layout: fixed;
}
.kunden_fristenkontrolle table.fristen.liste tr.months td {
  font-size: 0.5vw;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.kunden_fristenkontrolle table.fristen.liste th a,
.kunden_fristenkontrolle table.fristen.liste tr[row] {
  cursor: pointer;
}
.kunden_fristenkontrolle table.fristen.liste td {
  position: relative;
}
.kunden_fristenkontrolle table.fristen.liste th.mitarbeiter,
.kunden_fristenkontrolle table.fristen.liste th.kunde {
  width: 20%;
}
.kunden_fristenkontrolle table.fristen.liste th.details {
  width: 26px;
}
.kunden_fristenkontrolle table.fristen.liste th:nth-child(n+3) {
  width: auto;
}
.kunden_fristenkontrolle table.fristen.liste td.mitarbeiter,
.kunden_fristenkontrolle table.fristen.liste td.kunde {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kunden_fristenkontrolle table.fristen.liste td.mitarbeiter.info,
.kunden_fristenkontrolle table.fristen.liste td.kunde.info {
  position: relative;
  padding-right: 25px;
}
.kunden_fristenkontrolle table.fristen.liste td.mitarbeiter div.info,
.kunden_fristenkontrolle table.fristen.liste td.kunde div.info {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: help;
}
.kunden_fristenkontrolle table.fristen.liste td.details {
  border-right: 1px solid #ccc;
}
.kunden_fristenkontrolle table.fristen.liste td:nth-child(n+3) {
  border-right: 1px solid #ccc;
  padding-left: 0px;
  padding-right: 0px;
}
.kunden_fristenkontrolle table.fristen.liste td:nth-child(n+3) div {
  display: inline-block;
  width: 100%;
  height: 20px;
}
.kunden_fristenkontrolle table.fristen.liste td:nth-child(n+3) div.stich,
.kunden_fristenkontrolle table.fristen.liste td:nth-child(n+3) div.ausgang {
  position: absolute;
  top: -5px;
  height: calc(100% + 10px);
}
.kunden_fristenkontrolle table.fristen.liste td:nth-child(n+3) div.stich {
  border-left: 1px solid #000;
}
.kunden_fristenkontrolle table.fristen.liste td:nth-child(n+3) div.ausgang {
  border-left: 1px solid #999;
}
.kunden_fristenkontrolle table.fristen.liste td.details {
  text-align: center;
}
.kunden_fristenkontrolle table.fristen.liste td.details img {
  vertical-align: baseline;
  cursor: help;
}
.kunden_fristenkontrolle table.fristen.liste td.details div.details {
  display: none;
}
.kunden_fristenkontrolle table.fristen.liste td.details div.popover {
  max-width: 300px;
}
.kunden_fristenkontrolle .progress-bar-empty {
  background-color: transparent;
}
.kunden_fristenkontrolle div.fristen div.panel-container {
  width: 100%;
  overflow-x: scroll;
}
.kunden_fristenkontrolle div.progress {
  margin-bottom: 0px;
}
.kunden_fristenkontrolle div.scale {
  margin-bottom: 5px;
}
.kunden_fristenkontrolle div.scale > div {
  display: inline-block;
  border-left: 1px solid #000;
  padding-left: 5px;
  font-size: .45vw;
}
.kunden_fristenkontrolle div.legend {
  position: relative;
}
.kunden_fristenkontrolle div.legend div.line {
  position: relative;
  min-height: 20px;
}
.kunden_fristenkontrolle div.legend div.label {
  position: absolute;
  padding: 2px 5px;
  border: 1px solid #666;
}
.kunden_fristenkontrolle div.legend div.label div.point {
  position: absolute;
  left: -1px;
  border-left: 1px solid #000;
}
.kunden_fristenkontrolle div.filterPanel {
  position: relative;
}
.kunden_fristenkontrolle div.demo_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.kunden_fristenkontrolle div.demo_overlay h1 {
  text-shadow: 0px 0px 10px #000;
}

.kunden_monatskalender .kostenst_filter {
  display: none;
}
.kunden_monatskalender table.corrections input.time {
  width: 60px;
}

.monatskalender {
  font-size: 82.5%;
}
.monatskalender th:not(:first-child):not(:last-child),
.monatskalender td:not(:first-child):not(:last-child) {
  width: 2.75%;
  text-align: center;
}
.monatskalender .mysql_html_table_header_custom.sunday {
  color: #d43f3a;
}
.monatskalender td.nouse {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.35);
}
.monatskalender td.absence {
  background-color: #B22222;
  color: #FFFFFF;
}
.monatskalender td.first {
  overflow: hidden;
  white-space: nowrap;
}
.monatskalender td.work {
  background-color: #ffff66;
  cursor: url(../../gfx/png_16/mouse_left.png), url(gfx/png_16/mouse_left.png), pointer !important;
}
.monatskalender td.work > .edit {
  background: #6699ff;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #6699ff 50%, #6699ff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffff00), color-stop(50%, #ffff00), color-stop(50%, #6699ff), color-stop(100%, #6699ff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #6699ff 50%, #6699ff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #6699ff 50%, #6699ff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #6699ff 50%, #6699ff 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #ffff00 0%, #ffff00 50%, #6699ff 50%, #6699ff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#6699ff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.monatskalender td.work > .ok {
  background: #66ff99;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #66ff99 50%, #66ff99 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffff00), color-stop(50%, #ffff00), color-stop(50%, #66ff99), color-stop(100%, #66ff99));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #66ff99 50%, #66ff99 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #66ff99 50%, #66ff99 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #66ff99 50%, #66ff99 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #ffff00 0%, #ffff00 50%, #66ff99 50%, #66ff99 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#66ff99', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.monatskalender td.work.view.edit, .monatskalender td.work.change {
  cursor: url(../../gfx/png_16/mouse_both.png), url(gfx/png_16/mouse_both.png), pointer !important;
}
.monatskalender td.view.edit, .monatskalender td.change {
  cursor: url(../../gfx/png_16/mouse_right.png), url(gfx/png_16/mouse_right.png), pointer !important;
}
.monatskalender td.termin {
  background-color: #ffff66;
}
.monatskalender td.termin div {
  position: relative;
}
.monatskalender td.termin div .cancel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../gfx/png_16/forbidden_red.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.monatskalender td.termin > .cancel {
  cursor: pointer;
}
.monatskalender td.edit {
  background-color: #5bc0de;
}
.monatskalender td.druck {
  background-color: #d9534f;
}
.monatskalender td.ok {
  background-color: #5cb85c;
}
.monatskalender td.keine {
  background-color: #bfbf00;
}
.monatskalender td.nicht {
  background-color: #f0ad4e;
}
.monatskalender td.zurueck {
  background-color: #00ffff;
}

.monatskalender_korrektur {
  display: none;
  position: absolute;
  background-color: #DEDEDE;
  border: 1px solid #000000;
}
.monatskalender_korrektur > div {
  padding: 3px 5px;
}
.monatskalender_korrektur > div.odd {
  background-color: #F1F1F1;
}
.monatskalender_korrektur label {
  cursor: pointer;
}

.legende {
  position: relative;
  float: left;
  height: 1em;
  padding-left: 1.2em;
  margin: 5px 13px 3px 0px;
}
.legende .work,
.legende .yellow {
  background-color: #ffff66;
}
.legende .edit {
  background-color: #5bc0de;
}
.legende .red {
  background-color: #d9534f;
}
.legende .ok {
  background-color: #5cb85c;
}
.legende .green {
  background-color: #008800;
}
.legende .olive {
  background-color: #bfbf00;
}
.legende .orange {
  background-color: #f0ad4e;
}
.legende .cyan {
  background-color: #00ffff;
}
.legende .blue {
  background-color: #004F9F;
}
.legende div {
  position: absolute;
  top: 4px;
  left: 0;
  width: 1em;
  height: 1em;
}

.kunden_rechnunganmerkung .form-control, .kunden_rechnunganmerkung .ui-widget input[type="text"], .ui-widget .kunden_rechnunganmerkung input[type="text"],
.kunden_rechnunganmerkung .ui-widget select,
.ui-widget .kunden_rechnunganmerkung select,
.kunden_rechnunganmerkung .ui-widget textarea,
.ui-widget .kunden_rechnunganmerkung textarea,
.kunden_rechnunganmerkung .ui-widget button,
.ui-widget .kunden_rechnunganmerkung button {
  width: 100% !important;
}

.kunden_stundenfreigabe .filterPanel {
  margin: 0px 0px 30px 0px;
}
.kunden_stundenfreigabe .filterPanel .panel-heading {
  font-weight: normal;
}
.kunden_stundenfreigabe .mitarbeiter .empty {
  margin: 10px 15px;
}
.kunden_stundenfreigabe .text-muted {
  font-size: 75%;
}
.kunden_stundenfreigabe .panel-mark > .input-group {
  padding: 0 8px;
}
.kunden_stundenfreigabe input.uhrzeit,
.kunden_stundenfreigabe input.stunden {
  width: 60px;
}
.kunden_stundenfreigabe img.validator {
  position: absolute;
  height: 10px;
  margin-left: -60px;
}
.kunden_stundenfreigabe .input-group-addon input[type="checkbox"] {
  margin: 0px;
}

.kunden_stundenzettel .signature-pad {
  padding: 0;
}
.kunden_stundenzettel .signature-pad canvas {
  width: 300px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .kunden_stundenzettel .modal-dialog {
    margin: 10px auto;
    max-width: 300px;
  }
}

body.login .hauptbereich .login, body.login .hauptbereich .bedienerverify, body.bediener_bedienerverify .hauptbereich .login, body.bediener_bedienerverify .hauptbereich .bedienerverify {
  margin: 0 auto;
}
body.login .hauptbereich .login span.alert, body.login .hauptbereich .bedienerverify span.alert, body.bediener_bedienerverify .hauptbereich .login span.alert, body.bediener_bedienerverify .hauptbereich .bedienerverify span.alert {
  display: block;
}
body.login .hauptbereich .login span.alert > p, body.login .hauptbereich .bedienerverify span.alert > p, body.bediener_bedienerverify .hauptbereich .login span.alert > p, body.bediener_bedienerverify .hauptbereich .bedienerverify span.alert > p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.login .hauptbereich .login, body.login .hauptbereich .bedienerverify, body.bediener_bedienerverify .hauptbereich .login, body.bediener_bedienerverify .hauptbereich .bedienerverify {
    width: 50%;
  }
}
body.login .two-factor-auth > div, body.bediener_bedienerverify .two-factor-auth > div {
  text-align: center;
}
body.login .two-factor-auth input.form-control.auth-code, body.login .two-factor-auth .ui-widget input.auth-code[type="text"], .ui-widget body.login .two-factor-auth input.auth-code[type="text"], body.bediener_bedienerverify .two-factor-auth input.form-control.auth-code, body.bediener_bedienerverify .two-factor-auth .ui-widget input.auth-code[type="text"], .ui-widget body.bediener_bedienerverify .two-factor-auth input.auth-code[type="text"] {
  font-size: 250%;
  text-align: center;
  height: 250%;
  width: 150px;
}

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

table.einsatzplan th {
  border-left: 1px solid #F3F5FA;
  padding: 2px 0;
}

table.einsatzplan th.first {
  width: 80px;
  border-left: none;
}

table.einsatzplan th.sunday {
  color: #f00;
}

table.einsatzplan td {
  padding: 0;
}

table.einsatzplan td.first {
  vertical-align: middle;
}

table.einsatzplan td div {
  margin: 2px 0;
  border-top: 1px solid #5A5A5A;
  border-bottom: 1px solid #5A5A5A;
  cursor: pointer;
}

table.einsatzplan td div.first {
  border-radius: 7px 0 0 7px;
  border-left: 1px solid #5A5A5A;
}

table.einsatzplan td div.last {
  border-radius: 0 7px 7px 0;
  border-right: 1px solid #5A5A5A;
}

table.einsatzplan td div.first.last {
  border-radius: 7px;
  border-right: 1px solid #5A5A5A;
}

table.einsatzplan td div.item_1 {
  /* Bewerbung -> lila */
  background-color: #F0F;
}

table.einsatzplan td div.item_2 {
  /* Einsatz -> gruen */
  background-color: #0F0;
}

table.einsatzplan td div.item_4 {
  /* Reserve -> tuerkis */
  background-color: #0FF;
}

table.einsatzplan td div.item_6 {
  /* Merkliste -> gelb */
  background-color: #FF0;
}

table.einsatzplan td div.item_7 {
  /* Abwesenheit -> grau */
  background-color: #999;
}

table.einsatzplan td div.item_10 {
  /* Einspers -> blau */
  background-color: #00F;
}

table.einsatzplan td div.hover {
  background-image: url("../../gfx/overlay.png");
  background-repeat: repeat;
}

.personal_monatserfassung .signature-pad,
.personal_wochenerfassung .signature-pad {
  padding: 0;
}
.personal_monatserfassung .signature-pad canvas,
.personal_wochenerfassung .signature-pad canvas {
  width: 300px;
  height: 150px;
}
.personal_monatserfassung table.erfassung tr.partition,
.personal_monatserfassung table.prefill tr.partition,
.personal_wochenerfassung table.erfassung tr.partition,
.personal_wochenerfassung table.prefill tr.partition {
  border-bottom: 3px solid #f0ad4e;
}
.personal_monatserfassung table.erfassung .form-control, .personal_monatserfassung table.erfassung .ui-widget input[type="text"], .ui-widget .personal_monatserfassung table.erfassung input[type="text"],
.personal_monatserfassung table.erfassung .ui-widget select,
.ui-widget .personal_monatserfassung table.erfassung select,
.personal_monatserfassung table.erfassung .ui-widget textarea,
.ui-widget .personal_monatserfassung table.erfassung textarea,
.personal_monatserfassung table.erfassung .ui-widget button,
.ui-widget .personal_monatserfassung table.erfassung button,
.personal_monatserfassung table.prefill .form-control,
.personal_monatserfassung table.prefill .ui-widget input[type="text"],
.ui-widget .personal_monatserfassung table.prefill input[type="text"],
.personal_monatserfassung table.prefill .ui-widget select,
.ui-widget .personal_monatserfassung table.prefill select,
.personal_monatserfassung table.prefill .ui-widget textarea,
.ui-widget .personal_monatserfassung table.prefill textarea,
.personal_monatserfassung table.prefill .ui-widget button,
.ui-widget .personal_monatserfassung table.prefill button,
.personal_wochenerfassung table.erfassung .form-control,
.personal_wochenerfassung table.erfassung .ui-widget input[type="text"],
.ui-widget .personal_wochenerfassung table.erfassung input[type="text"],
.personal_wochenerfassung table.erfassung .ui-widget select,
.ui-widget .personal_wochenerfassung table.erfassung select,
.personal_wochenerfassung table.erfassung .ui-widget textarea,
.ui-widget .personal_wochenerfassung table.erfassung textarea,
.personal_wochenerfassung table.erfassung .ui-widget button,
.ui-widget .personal_wochenerfassung table.erfassung button,
.personal_wochenerfassung table.prefill .form-control,
.personal_wochenerfassung table.prefill .ui-widget input[type="text"],
.ui-widget .personal_wochenerfassung table.prefill input[type="text"],
.personal_wochenerfassung table.prefill .ui-widget select,
.ui-widget .personal_wochenerfassung table.prefill select,
.personal_wochenerfassung table.prefill .ui-widget textarea,
.ui-widget .personal_wochenerfassung table.prefill textarea,
.personal_wochenerfassung table.prefill .ui-widget button,
.ui-widget .personal_wochenerfassung table.prefill button {
  margin: 0;
}
.personal_monatserfassung table.erfassung input,
.personal_monatserfassung table.prefill input,
.personal_wochenerfassung table.erfassung input,
.personal_wochenerfassung table.prefill input {
  display: inline-block;
}
.personal_monatserfassung table.erfassung input.uhrzeit,
.personal_monatserfassung table.prefill input.uhrzeit,
.personal_wochenerfassung table.erfassung input.uhrzeit,
.personal_wochenerfassung table.prefill input.uhrzeit {
  width: 60px;
}
.personal_monatserfassung table.erfassung input.uhrzeit.arbeit.von,
.personal_monatserfassung table.prefill input.uhrzeit.arbeit.von,
.personal_wochenerfassung table.erfassung input.uhrzeit.arbeit.von,
.personal_wochenerfassung table.prefill input.uhrzeit.arbeit.von {
  z-index: 4;
}
.personal_monatserfassung table.erfassung input.uhrzeit.arbeit.bis,
.personal_monatserfassung table.prefill input.uhrzeit.arbeit.bis,
.personal_wochenerfassung table.erfassung input.uhrzeit.arbeit.bis,
.personal_wochenerfassung table.prefill input.uhrzeit.arbeit.bis {
  z-index: 3;
}
.personal_monatserfassung table.erfassung input.uhrzeit.pause.von,
.personal_monatserfassung table.prefill input.uhrzeit.pause.von,
.personal_wochenerfassung table.erfassung input.uhrzeit.pause.von,
.personal_wochenerfassung table.prefill input.uhrzeit.pause.von {
  z-index: 2;
}
.personal_monatserfassung table.erfassung input.uhrzeit.pause.bis,
.personal_monatserfassung table.prefill input.uhrzeit.pause.bis,
.personal_wochenerfassung table.erfassung input.uhrzeit.pause.bis,
.personal_wochenerfassung table.prefill input.uhrzeit.pause.bis {
  z-index: 1;
}
.personal_monatserfassung table.erfassung th.arbeit > div,
.personal_monatserfassung table.erfassung td.arbeit > div > div,
.personal_monatserfassung table.erfassung th.pause > div,
.personal_monatserfassung table.erfassung td.pause > div > div,
.personal_monatserfassung table.prefill th.arbeit > div,
.personal_monatserfassung table.prefill td.arbeit > div > div,
.personal_monatserfassung table.prefill th.pause > div,
.personal_monatserfassung table.prefill td.pause > div > div,
.personal_wochenerfassung table.erfassung th.arbeit > div,
.personal_wochenerfassung table.erfassung td.arbeit > div > div,
.personal_wochenerfassung table.erfassung th.pause > div,
.personal_wochenerfassung table.erfassung td.pause > div > div,
.personal_wochenerfassung table.prefill th.arbeit > div,
.personal_wochenerfassung table.prefill td.arbeit > div > div,
.personal_wochenerfassung table.prefill th.pause > div,
.personal_wochenerfassung table.prefill td.pause > div > div {
  display: inline-block;
  width: 50%;
}
.personal_monatserfassung table.erfassung td.pause > div.single:nth-child(n+1),
.personal_monatserfassung table.prefill td.pause > div.single:nth-child(n+1),
.personal_wochenerfassung table.erfassung td.pause > div.single:nth-child(n+1),
.personal_wochenerfassung table.prefill td.pause > div.single:nth-child(n+1) {
  margin-top: 2px;
}
.personal_monatserfassung table.erfassung img.button.pause,
.personal_monatserfassung table.prefill img.button.pause,
.personal_wochenerfassung table.erfassung img.button.pause,
.personal_wochenerfassung table.prefill img.button.pause {
  display: block;
  margin: 2px;
}
.personal_monatserfassung table.erfassung input.stunden,
.personal_monatserfassung table.erfassung input.tage,
.personal_monatserfassung table.prefill input.stunden,
.personal_monatserfassung table.prefill input.tage,
.personal_wochenerfassung table.erfassung input.stunden,
.personal_wochenerfassung table.erfassung input.tage,
.personal_wochenerfassung table.prefill input.stunden,
.personal_wochenerfassung table.prefill input.tage {
  width: 55px;
}
.personal_monatserfassung table.erfassung div.auftrag,
.personal_monatserfassung table.prefill div.auftrag,
.personal_wochenerfassung table.erfassung div.auftrag,
.personal_wochenerfassung table.prefill div.auftrag {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.personal_monatserfassung table.erfassung .validator,
.personal_monatserfassung table.prefill .validator,
.personal_wochenerfassung table.erfassung .validator,
.personal_wochenerfassung table.prefill .validator {
  position: absolute;
}
.personal_monatserfassung table.erfassung .input-group,
.personal_monatserfassung table.prefill .input-group,
.personal_wochenerfassung table.erfassung .input-group,
.personal_wochenerfassung table.prefill .input-group {
  display: inline-table;
  vertical-align: middle;
  margin-right: 10px;
}
.personal_monatserfassung table.erfassung .input-group .input-group-addon,
.personal_monatserfassung table.prefill .input-group .input-group-addon,
.personal_wochenerfassung table.erfassung .input-group .input-group-addon,
.personal_wochenerfassung table.prefill .input-group .input-group-addon {
  color: #fff;
  width: 60px;
  height: 30px;
  cursor: pointer;
}
.personal_monatserfassung table.erfassung .input-group .input-group-addon .popover,
.personal_monatserfassung table.prefill .input-group .input-group-addon .popover,
.personal_wochenerfassung table.erfassung .input-group .input-group-addon .popover,
.personal_wochenerfassung table.prefill .input-group .input-group-addon .popover {
  color: #262626;
}
.personal_monatserfassung table.erfassung .input-group input.uhrzeit,
.personal_monatserfassung table.prefill .input-group input.uhrzeit,
.personal_wochenerfassung table.erfassung .input-group input.uhrzeit,
.personal_wochenerfassung table.prefill .input-group input.uhrzeit {
  position: absolute;
  transform: translate3d(-50px, 0, 0);
  transition: transform 0.3s;
}
.personal_monatserfassung table.erfassung .input-group.error .input-group-addon,
.personal_monatserfassung table.prefill .input-group.error .input-group-addon,
.personal_wochenerfassung table.erfassung .input-group.error .input-group-addon,
.personal_wochenerfassung table.prefill .input-group.error .input-group-addon {
  border-color: #d9534f;
}
.personal_monatserfassung table.erfassung .input-group.error input.uhrzeit,
.personal_monatserfassung table.prefill .input-group.error input.uhrzeit,
.personal_wochenerfassung table.erfassung .input-group.error input.uhrzeit,
.personal_wochenerfassung table.prefill .input-group.error input.uhrzeit {
  border-color: #d9534f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #d9534f;
  outline: 0 none;
}
.personal_monatserfassung table.erfassung .input-group.out input.uhrzeit,
.personal_monatserfassung table.prefill .input-group.out input.uhrzeit,
.personal_wochenerfassung table.erfassung .input-group.out input.uhrzeit,
.personal_wochenerfassung table.prefill .input-group.out input.uhrzeit {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}
.personal_monatserfassung table.erfassung .input-group.out .input-group-addon,
.personal_monatserfassung table.prefill .input-group.out .input-group-addon,
.personal_wochenerfassung table.erfassung .input-group.out .input-group-addon,
.personal_wochenerfassung table.prefill .input-group.out .input-group-addon {
  cursor: auto;
}
.personal_monatserfassung div.prefill label,
.personal_wochenerfassung div.prefill label {
  margin-right: 5px;
}
.personal_monatserfassung .button, .personal_wochenerfassung .button {
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #262626;
  background-color: #fff;
  border-color: #ccc;
  padding: 5px 7px;
  margin: 1px;
}
.personal_monatserfassung .button:focus, .personal_monatserfassung .button.focus,
.personal_wochenerfassung .button:focus,
.personal_wochenerfassung .button.focus {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.personal_monatserfassung .button:hover,
.personal_wochenerfassung .button:hover {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.personal_monatserfassung .button:active, .personal_monatserfassung .button.active, .open > .personal_monatserfassung .button.dropdown-toggle,
.personal_wochenerfassung .button:active,
.personal_wochenerfassung .button.active, .open >
.personal_wochenerfassung .button.dropdown-toggle {
  color: #262626;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.personal_monatserfassung .button:active:hover, .personal_monatserfassung .button:active:focus, .personal_monatserfassung .button:active.focus, .personal_monatserfassung .button.active:hover, .personal_monatserfassung .button.active:focus, .personal_monatserfassung .button.active.focus, .open > .personal_monatserfassung .button.dropdown-toggle:hover, .open > .personal_monatserfassung .button.dropdown-toggle:focus, .open > .personal_monatserfassung .button.dropdown-toggle.focus,
.personal_wochenerfassung .button:active:hover,
.personal_wochenerfassung .button:active:focus,
.personal_wochenerfassung .button:active.focus,
.personal_wochenerfassung .button.active:hover,
.personal_wochenerfassung .button.active:focus,
.personal_wochenerfassung .button.active.focus, .open >
.personal_wochenerfassung .button.dropdown-toggle:hover, .open >
.personal_wochenerfassung .button.dropdown-toggle:focus, .open >
.personal_wochenerfassung .button.dropdown-toggle.focus {
  color: #262626;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.personal_monatserfassung .button:active, .personal_monatserfassung .button.active, .open > .personal_monatserfassung .button.dropdown-toggle,
.personal_wochenerfassung .button:active,
.personal_wochenerfassung .button.active, .open >
.personal_wochenerfassung .button.dropdown-toggle {
  background-image: none;
}
.personal_monatserfassung .button.disabled, .personal_monatserfassung .button.disabled:hover, .personal_monatserfassung .button.disabled:focus, .personal_monatserfassung .button.disabled.focus, .personal_monatserfassung .button.disabled:active, .personal_monatserfassung .button.disabled.active, .personal_monatserfassung .button[disabled], .personal_monatserfassung .button[disabled]:hover, .personal_monatserfassung .button[disabled]:focus, .personal_monatserfassung .button[disabled].focus, .personal_monatserfassung .button[disabled]:active, .personal_monatserfassung .button[disabled].active, fieldset[disabled] .personal_monatserfassung .button, fieldset[disabled] .personal_monatserfassung .button:hover, fieldset[disabled] .personal_monatserfassung .button:focus, fieldset[disabled] .personal_monatserfassung .button.focus, fieldset[disabled] .personal_monatserfassung .button:active, fieldset[disabled] .personal_monatserfassung .button.active,
.personal_wochenerfassung .button.disabled,
.personal_wochenerfassung .button.disabled:hover,
.personal_wochenerfassung .button.disabled:focus,
.personal_wochenerfassung .button.disabled.focus,
.personal_wochenerfassung .button.disabled:active,
.personal_wochenerfassung .button.disabled.active,
.personal_wochenerfassung .button[disabled],
.personal_wochenerfassung .button[disabled]:hover,
.personal_wochenerfassung .button[disabled]:focus,
.personal_wochenerfassung .button[disabled].focus,
.personal_wochenerfassung .button[disabled]:active,
.personal_wochenerfassung .button[disabled].active,
fieldset[disabled] .personal_wochenerfassung .button,
fieldset[disabled] .personal_wochenerfassung .button:hover,
fieldset[disabled] .personal_wochenerfassung .button:focus,
fieldset[disabled] .personal_wochenerfassung .button.focus,
fieldset[disabled] .personal_wochenerfassung .button:active,
fieldset[disabled] .personal_wochenerfassung .button.active {
  background-color: #fff;
  border-color: #ccc;
}
.personal_monatserfassung .button .badge, .personal_wochenerfassung .button .badge {
  color: #fff;
  background-color: #262626;
}
.personal_monatserfassung .button:focus, .personal_monatserfassung .button.focus, .personal_monatserfassung .button:active:focus, .personal_monatserfassung .button:active.focus, .personal_monatserfassung .button.active:focus, .personal_monatserfassung .button.active.focus, .personal_wochenerfassung .button:focus, .personal_wochenerfassung .button.focus, .personal_wochenerfassung .button:active:focus, .personal_wochenerfassung .button:active.focus, .personal_wochenerfassung .button.active:focus, .personal_wochenerfassung .button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.personal_monatserfassung .button:hover, .personal_monatserfassung .button:focus, .personal_monatserfassung .button.focus, .personal_wochenerfassung .button:hover, .personal_wochenerfassung .button:focus, .personal_wochenerfassung .button.focus {
  color: #262626;
  text-decoration: none;
}
.personal_monatserfassung .button:active, .personal_monatserfassung .button.active, .personal_wochenerfassung .button:active, .personal_wochenerfassung .button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.personal_monatserfassung .button.filled, .personal_wochenerfassung .button.filled {
  background: #fae3c4;
}
.personal_monatserfassung .no-close .ui-dialog-titlebar-close,
.personal_wochenerfassung .no-close .ui-dialog-titlebar-close {
  display: none;
}
@media screen and (max-width: 768px) {
  .personal_monatserfassung .modal-dialog,
  .personal_wochenerfassung .modal-dialog {
    margin: 10px auto;
    max-width: 300px;
  }
}

.personal_jobs div.caption {
  font-size: 150%;
  font-weight: bold;
  margin: 5px 0;
}

.stammdaten_mitarbeitereditieren div.tautocomplete_list {
  display: inline;
}

.auftraege_auftraganzeigen .popover {
  max-width: 100%;
  min-width: 700px;
}
.auftraege_auftraganzeigen .popover .table .row:first-child, .auftraege_auftraganzeigen .popover table .row:first-child, .auftraege_auftraganzeigen .popover .cleaning_isterfassung div.dienstplan div.stunden table .row:first-child, .cleaning_isterfassung div.dienstplan div.stunden .auftraege_auftraganzeigen .popover table .row:first-child, .auftraege_auftraganzeigen .popover .table .qs_item:first-child, .auftraege_auftraganzeigen .popover table .qs_item:first-child, .auftraege_auftraganzeigen .popover .cleaning_isterfassung div.dienstplan div.stunden table .qs_item:first-child, .cleaning_isterfassung div.dienstplan div.stunden .auftraege_auftraganzeigen .popover table .qs_item:first-child, .auftraege_auftraganzeigen .popover .table .cleaning_isterfassung .dienstplan .item:first-child, .cleaning_isterfassung .dienstplan .auftraege_auftraganzeigen .popover .table .item:first-child, .auftraege_auftraganzeigen .popover table .cleaning_isterfassung .dienstplan .item:first-child, .cleaning_isterfassung .dienstplan .auftraege_auftraganzeigen .popover table .item:first-child, .auftraege_auftraganzeigen .popover .cleaning_isterfassung div.dienstplan div.stunden table .item:first-child, .wws_artikeldetails table.artikeldetails .auftraege_auftraganzeigen .popover .table tr:first-child, .auftraege_auftraganzeigen .popover .wws_artikeldetails table.artikeldetails tr:first-child, .wws_artikeldetails .auftraege_auftraganzeigen .popover table.artikeldetails tr:first-child {
  font-weight: bold;
}
.auftraege_auftraganzeigen .popover .table .row:nth-of-type(2n), .auftraege_auftraganzeigen .popover table .row:nth-of-type(2n), .auftraege_auftraganzeigen .popover .cleaning_isterfassung div.dienstplan div.stunden table .row:nth-of-type(2n), .cleaning_isterfassung div.dienstplan div.stunden .auftraege_auftraganzeigen .popover table .row:nth-of-type(2n), .auftraege_auftraganzeigen .popover .table .qs_item:nth-of-type(2n), .auftraege_auftraganzeigen .popover table .qs_item:nth-of-type(2n), .auftraege_auftraganzeigen .popover .cleaning_isterfassung div.dienstplan div.stunden table .qs_item:nth-of-type(2n), .cleaning_isterfassung div.dienstplan div.stunden .auftraege_auftraganzeigen .popover table .qs_item:nth-of-type(2n), .auftraege_auftraganzeigen .popover .table .cleaning_isterfassung .dienstplan .item:nth-of-type(2n), .cleaning_isterfassung .dienstplan .auftraege_auftraganzeigen .popover .table .item:nth-of-type(2n), .auftraege_auftraganzeigen .popover table .cleaning_isterfassung .dienstplan .item:nth-of-type(2n), .cleaning_isterfassung .dienstplan .auftraege_auftraganzeigen .popover table .item:nth-of-type(2n), .auftraege_auftraganzeigen .popover .cleaning_isterfassung div.dienstplan div.stunden table .item:nth-of-type(2n), .wws_artikeldetails table.artikeldetails .auftraege_auftraganzeigen .popover .table tr:nth-of-type(2n), .auftraege_auftraganzeigen .popover .wws_artikeldetails table.artikeldetails tr:nth-of-type(2n), .wws_artikeldetails .auftraege_auftraganzeigen .popover table.artikeldetails tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}
.auftraege_auftraganzeigen .popover .table .row:nth-of-type(n+2), .auftraege_auftraganzeigen .popover table .row:nth-of-type(n+2), .auftraege_auftraganzeigen .popover .cleaning_isterfassung div.dienstplan div.stunden table .row:nth-of-type(n+2), .cleaning_isterfassung div.dienstplan div.stunden .auftraege_auftraganzeigen .popover table .row:nth-of-type(n+2), .auftraege_auftraganzeigen .popover .table .qs_item:nth-of-type(n+2), .auftraege_auftraganzeigen .popover table .qs_item:nth-of-type(n+2), .auftraege_auftraganzeigen .popover .cleaning_isterfassung div.dienstplan div.stunden table .qs_item:nth-of-type(n+2), .cleaning_isterfassung div.dienstplan div.stunden .auftraege_auftraganzeigen .popover table .qs_item:nth-of-type(n+2), .auftraege_auftraganzeigen .popover .table .cleaning_isterfassung .dienstplan .item:nth-of-type(n+2), .cleaning_isterfassung .dienstplan .auftraege_auftraganzeigen .popover .table .item:nth-of-type(n+2), .auftraege_auftraganzeigen .popover table .cleaning_isterfassung .dienstplan .item:nth-of-type(n+2), .cleaning_isterfassung .dienstplan .auftraege_auftraganzeigen .popover table .item:nth-of-type(n+2), .auftraege_auftraganzeigen .popover .cleaning_isterfassung div.dienstplan div.stunden table .item:nth-of-type(n+2), .wws_artikeldetails table.artikeldetails .auftraege_auftraganzeigen .popover .table tr:nth-of-type(n+2), .auftraege_auftraganzeigen .popover .wws_artikeldetails table.artikeldetails tr:nth-of-type(n+2), .wws_artikeldetails .auftraege_auftraganzeigen .popover table.artikeldetails tr:nth-of-type(n+2) {
  border-top: 1px solid #ccc;
}

.personal_stundenschnellerfassung table.schnellerfassung th:nth-child(1),
.personal_stundenschnellerfassung table.schnellerfassung td:nth-child(1) {
  width: 7%;
}
.personal_stundenschnellerfassung table.schnellerfassung th:nth-child(2),
.personal_stundenschnellerfassung table.schnellerfassung td:nth-child(2) {
  width: 10%;
}
.personal_stundenschnellerfassung table.schnellerfassung th:nth-child(3),
.personal_stundenschnellerfassung table.schnellerfassung td:nth-child(3) {
  width: 7%;
}
.personal_stundenschnellerfassung table.schnellerfassung th:nth-child(4),
.personal_stundenschnellerfassung table.schnellerfassung td:nth-child(4) {
  width: 7%;
}
.personal_stundenschnellerfassung table.schnellerfassung th:nth-child(5),
.personal_stundenschnellerfassung table.schnellerfassung td:nth-child(5) {
  width: 7%;
}
.personal_stundenschnellerfassung table.schnellerfassung th:nth-child(6),
.personal_stundenschnellerfassung table.schnellerfassung td:nth-child(6) {
  width: 40%;
}

.personal_zeitkonto tr:not(:first-child) th.mysql_html_table,
.personal_zeitkonto tr:not(:first-child) td.mysql_html_table {
  font-weight: bold;
}
.personal_zeitkonto tr:not(:first-child)[jahr] {
  border-top: 1px solid #b8b8b8;
}
.personal_zeitkonto tr.expanded > td > img.expand {
  padding: 7px 5px;
  transform: rotate(90deg);
}
.personal_zeitkonto tr.expanded td[colspan] {
  font-weight: bold;
}
.personal_zeitkonto img.hinweis {
  cursor: help;
}

table.matching-table th:nth-child(1),
table.matching-table td:nth-child(1) {
  width: 20%;
}
table.matching-table th:nth-child(2),
table.matching-table td:nth-child(2) {
  width: 30%;
}
table.matching-table th:nth-child(3),
table.matching-table td:nth-child(3) {
  width: 20%;
}
table.matching-table th:nth-child(4),
table.matching-table td:nth-child(4) {
  width: 30%;
}
table.matching-table tr {
  border-bottom: 1px solid #cccccc;
}
table.matching-table tr td {
  padding: 15px 5px;
}
table.matching-table tr td:nth-child(odd) {
  text-align: right;
}
table.matching-table tr td:nth-child(odd) span {
  float: none !important;
}
table.matching-table tr td[colspan] {
  width: auto;
}
table.matching-table input.berufe {
  width: 36.8%;
  display: block;
}
table.matching-table div.tautocomplete_list {
  display: inline;
}
table.matching-table select.bewertung,
table.matching-table input.kenntnisse {
  width: 36.8%;
  display: inline;
  margin: 7.5px 0;
}
table.matching-table .stellenangebot-alter input,
table.matching-table .personal-alter input {
  width: 40px;
}

@media (max-width: 768px) {
  .recruiting_recruitingfilter .tab-panel table tr td, .recruiting_recruitingfilter .bewerbung_stagebar table tr td {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .recruiting_recruitingfilter .tab-panel table tr td select, .recruiting_recruitingfilter .bewerbung_stagebar table tr td select,
  .recruiting_recruitingfilter .tab-panel table tr td input,
  .recruiting_recruitingfilter .bewerbung_stagebar table tr td input {
    width: 100% !important;
  }
}

.recruiting_recruitingfilter table td {
  vertical-align: top !important;
}

.stellen_stellenangebotupdateba .ui-accordion-content .CodeMirror-wrap pre {
  margin-left: 30px;
}

.stellen_stellenangebotupdate table th:nth-child(1),
.stellen_stellenangebotupdate table td:nth-child(1) {
  width: 20%;
}
.stellen_stellenangebotupdate table th:nth-child(2),
.stellen_stellenangebotupdate table td:nth-child(2) {
  width: 80%;
}
@media (max-width: 768px) {
  .stellen_stellenangebotupdate table tbody > tr > td {
    width: 100%;
    display: block;
  }
}
.stellen_stellenangebotupdate table label {
  display: initial;
}

.wws_artikeldetails table.artikeldetails > tbody > tr {
  background-color: transparent;
}
.wws_artikeldetails td.menge input.form-control, .wws_artikeldetails td.menge .ui-widget input[type="text"], .ui-widget .wws_artikeldetails td.menge input[type="text"] {
  display: inline-block;
}
.wws_artikeldetails .artikelpreiskalk table th, .wws_artikeldetails .artikelpreiskalk table td {
  text-align: right !important;
}
.wws_artikeldetails .artikelpreiskalk table th.menge, .wws_artikeldetails .artikelpreiskalk table td.menge {
  text-align: left !important;
}
.wws_artikeldetails .artikelpreiskalk table th.warenkorb, .wws_artikeldetails .artikelpreiskalk table td.warenkorb {
  text-align: center !important;
}

.wws_bestellung .artikelpreiskalk table td.menge input.form-control, .wws_bestellung .artikelpreiskalk table td.menge .ui-widget input[type="text"], .ui-widget .wws_bestellung .artikelpreiskalk table td.menge input[type="text"] {
  display: inline-block;
}
.wws_bestellung .artikelpreiskalk table th, .wws_bestellung .artikelpreiskalk table td {
  text-align: right !important;
}
.wws_bestellung .artikelpreiskalk table th.menge, .wws_bestellung .artikelpreiskalk table td.menge {
  text-align: left !important;
}

.wws_warenkorb p.empty {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .wws_warenkorb .cart_table tfoot td:after {
    content: "";
    display: block;
    clear: both;
  }
  .wws_warenkorb .cart_table tfoot .first,
  .wws_warenkorb .cart_table tfoot .position,
  .wws_warenkorb .cart_table tfoot .artikelnr,
  .wws_warenkorb .cart_table tfoot .menge,
  .wws_warenkorb .cart_table tfoot .listenpreis,
  .wws_warenkorb .cart_table tfoot .rabatt,
  .wws_warenkorb .cart_table tfoot .einhpreis {
    display: none;
  }
  .wws_warenkorb .cart_table tfoot .bezeichnung {
    border-top: 3px solid #333333;
  }
  .wws_warenkorb .cart_table tfoot .bezeichnung .tablesaw-cell-label {
    display: none;
  }
  .wws_warenkorb .cart_table tfoot .bezeichnung .tablesaw-cell-content {
    font-weight: bold;
    float: none;
  }
}

.wws_kasse table:first-child > tbody > tr > td {
  display: block;
  width: 100% !important;
}
.wws_kasse .stagebar {
  padding: 15px 0;
  border-bottom: 1px solid #b8b8b8;
}
.wws_kasse .stagebar:after {
  content: "";
  display: block;
  clear: both;
}
.wws_kasse .stagebar span span {
  display: block;
  float: left;
  margin-right: 5px;
}
.wws_kasse .stagebar .stagebar_button_down {
  outline: 0;
  background-image: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  cursor: not-allowed;
}

.wws_mitteilungen .form-control, .wws_mitteilungen .ui-widget input[type="text"], .ui-widget .wws_mitteilungen input[type="text"],
.wws_mitteilungen .ui-widget select,
.ui-widget .wws_mitteilungen select,
.wws_mitteilungen .ui-widget textarea,
.ui-widget .wws_mitteilungen textarea,
.wws_mitteilungen .ui-widget button,
.ui-widget .wws_mitteilungen button {
  width: 100% !important;
  margin-bottom: 15px;
}

.zeiterfassung_buchungsmodelle div.buchungsmodell {
  width: 99%;
}
.zeiterfassung_buchungsmodelle div.buchungsmodell input.minuten,
.zeiterfassung_buchungsmodelle div.buchungsmodell input.stunden {
  width: 50px;
}
.zeiterfassung_buchungsmodelle div.buchungsmodell input.uhrzeit {
  width: 60px;
}
.zeiterfassung_buchungsmodelle div.buchungsmodell select.runden {
  width: 200px;
}

.zeiterfassung_personalstunden table th:nth-child(1),
.zeiterfassung_personalstunden table td:nth-child(1) {
  width: 40%;
}
.zeiterfassung_personalstunden table th:nth-child(2),
.zeiterfassung_personalstunden table td:nth-child(2) {
  width: 10%;
}
.zeiterfassung_personalstunden table th:nth-child(3),
.zeiterfassung_personalstunden table td:nth-child(3) {
  width: 10%;
}
.zeiterfassung_personalstunden table th:nth-child(4),
.zeiterfassung_personalstunden table td:nth-child(4) {
  width: 10%;
}
.zeiterfassung_personalstunden table th:nth-child(5),
.zeiterfassung_personalstunden table td:nth-child(5) {
  width: 10%;
}
.zeiterfassung_personalstunden table th:nth-child(6),
.zeiterfassung_personalstunden table td:nth-child(6) {
  width: 10%;
}
.zeiterfassung_personalstunden table th:nth-child(7),
.zeiterfassung_personalstunden table td:nth-child(7) {
  width: 10%;
}
.zeiterfassung_personalstunden td.fehlzeit {
  background-color: #B22222;
  color: #FFFFFF;
}
.zeiterfassung_personalstunden .label-default {
  color: #000000;
}

.zeiterfassung_timecontract .timecontract .datepicker {
  margin-bottom: 5px;
}
.zeiterfassung_timecontract .timecontract .time {
  width: 40px;
}
.zeiterfassung_timecontract .timecontract .duration {
  width: 60px;
}

.zeiterfassung_timelist .modal-dialog .datepicker.input-group {
  display: inherit;
}
.zeiterfassung_timelist .modal-dialog input + select {
  margin-top: 5px;
}

.zeiterfassung_timepunch .clock.digital {
  text-align: center;
}
.zeiterfassung_timepunch input.stechuhr {
  font-size: 150%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 5px 0;
}
.zeiterfassung_timepunch input.stechuhr.kommen {
  color: #fff !important;
  background-color: #5cb85c !important;
  border: #4cae4c !important;
}
.zeiterfassung_timepunch input.stechuhr.kommen:hover {
  color: #e6e6e6 !important;
  background-color: #449d44 !important;
  border: #3d8b3d !important;
}
.zeiterfassung_timepunch input.stechuhr.gehen {
  color: #fff !important;
  background-color: #d9534f !important;
  border: #d43f3a !important;
}
.zeiterfassung_timepunch input.stechuhr.gehen:hover {
  color: #e6e6e6 !important;
  background-color: #c9302c !important;
  border: #b52b27 !important;
}

.zeiterfassung_verarbeitungsstatus li.modell,
.zeiterfassung_verarbeitungsstatus li.buchung {
  padding: 0px;
  width: 100%;
}
.zeiterfassung_verarbeitungsstatus li.modell span,
.zeiterfassung_verarbeitungsstatus li.buchung span {
  display: inline-block;
  padding: 10px 15px;
}
.zeiterfassung_verarbeitungsstatus li.modell span:nth-child(n+2),
.zeiterfassung_verarbeitungsstatus li.buchung span:nth-child(n+2) {
  border-left: 1px solid #cccccc;
}
.zeiterfassung_verarbeitungsstatus li.modell span:nth-child(1) {
  width: 30%;
}
.zeiterfassung_verarbeitungsstatus li.modell span:nth-child(2) {
  width: 70%;
}
.zeiterfassung_verarbeitungsstatus li.buchung span:nth-child(1),
.zeiterfassung_verarbeitungsstatus li.buchung span:nth-child(2),
.zeiterfassung_verarbeitungsstatus li.buchung span:nth-child(4) {
  width: 20%;
}
.zeiterfassung_verarbeitungsstatus li.buchung span:nth-child(3) {
  width: 40%;
}

.row, .qs_item, .cleaning_isterfassung .dienstplan .item, .wws_artikeldetails table.artikeldetails tr {
  padding: 5px 0 5px 0;
}

#mainbereich {
  padding: 0;
}

@media (max-width: 767px) {
  .portal_navi div.topBar {
    margin-top: -100px;
  }
}

#menue_links .panel-body {
  padding: 0;
}

fieldset {
  margin-top: 20px;
  padding-bottom: 20px;
}

legend {
  padding-left: 5px;
  margin: 30px 0 10px -15px;
  border-left: 15px solid #005AAB;
  border-bottom: 1px solid #005AAB;
}

.inline input,
.inline select {
  display: inline;
}

.form-inline .has-feedback .form-control-feedback,
input[type="text"] + .form-control-feedback {
  height: 28px;
  border: none;
  top: 1px;
  right: 1px;
}

.input-group-addon {
  font-size: 12px;
  padding: 4px 12px;
}

.input-group-btn .btn, .input-group-btn #mobile-nav {
  padding: 4px 12px;
  height: 30px;
}
.input-group-btn .btn.withicon, .input-group-btn .withicon#mobile-nav {
  padding-left: 35px;
}
.input-group-btn .btn.withicon:empty, .input-group-btn .withicon#mobile-nav:empty {
  padding-left: 27px;
}

.input_required {
  border: 1px dashed #d43f3a !important;
}

img.validator_error {
  margin-top: -30px;
  position: absolute;
  height: 10px;
  z-index: 2;
}

select[disabled="disabled"] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 5px 5px 5px 0;
  width: 14px;
}

.datepicker > .hasDatepicker, .datepicker > .changed {
  margin: 0;
}

.ui-widget {
  font-size: inherit;
}
.ui-widget textarea {
  height: 100% !important;
}
.ui-widget .btn, .ui-widget #mobile-nav {
  font-size: 14px !important;
}

.alert.alert-info {
  color: #262626;
}

.pointable {
  cursor: pointer;
}

.list-group-item-default {
  color: #333333;
  background-color: #f5f5f5;
}

a.list-group-item-default,
button.list-group-item-default {
  color: #333333;
}
a.list-group-item-default .list-group-item-heading,
button.list-group-item-default .list-group-item-heading {
  color: inherit;
}
a.list-group-item-default:hover, a.list-group-item-default:focus,
button.list-group-item-default:hover,
button.list-group-item-default:focus {
  color: #333333;
  background-color: #e8e8e8;
}
a.list-group-item-default.active, a.list-group-item-default.active:hover, a.list-group-item-default.active:focus,
button.list-group-item-default.active,
button.list-group-item-default.active:hover,
button.list-group-item-default.active:focus {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.badge-primary {
  background-color: #005AAB !important;
}

.badge-success {
  background-color: #5cb85c !important;
}

.badge-info {
  background-color: #5bc0de !important;
}

.badge-warning {
  background-color: #f0ad4e !important;
}

.badge-danger {
  background-color: #d9534f !important;
}

body {
  background-image: url(bg_01.jpg);
  background-position: top left;
}

#mainbereich {
  margin-left: 0;
}

#banner_oben {
  background-image: url(header.png);
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  #banner_oben {
    height: 0;
  }
}
@media (min-width: 992px) {
  #banner_oben {
    height: 150px;
  }
}

#hauptbereichbody {
  border-radius: 23px;
  box-shadow: 0 2px 1px #c9c9c9;
}
#hauptbereichbody > .panel-heading, #hauptbereichbody > .panel-body {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ececec, #e3e1e1) repeat scroll 0 0;
}
#hauptbereichbody > .panel-heading {
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
}
#hauptbereichbody > .panel-body {
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}

#menue_links {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ececec, #e3e1e1) repeat scroll 0 0;
}
@media (max-width: 991px) {
  #menue_links {
    width: 100%;
    left: 0;
    top: 0;
  }
  #menue_links:before {
    position: absolute;
    background-color: #ececec;
    background-image: url(header.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 240px;
  }
}
@media (min-width: 992px) {
  #menue_links {
    padding: 15px 0;
    border-radius: 23px;
    height: auto;
    box-shadow: 0 2px 1px #c9c9c9;
  }
  #menue_links:before {
    background-color: transparent;
    border-bottom: 0;
  }
}

#menue ul li ul li {
  background-color: #FFF;
}
#menue ul li ul li a {
  color: #5a5a5a;
}
#menue ul li ul li a:hover {
  color: #005AAB;
}

#mobile-nav {
  top: 30px;
  right: 30px;
}

/*# sourceMappingURL=style.screen.css.map */
