body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  padding: 0;
  margin: 0;
  color: #003c64;
  background: #001f3b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMWYzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFmM2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #001f3b 0, #207cca 50%, #001f3b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #001f3b), color-stop(50%, #207cca), color-stop(100%, #001f3b));
  background: -webkit-linear-gradient(left, #001f3b 0, #207cca 50%, #001f3b 100%);
  background: -o-linear-gradient(left, #001f3b 0, #207cca 50%, #001f3b 100%);
  background: -ms-linear-gradient(left, #001f3b 0, #207cca 50%, #001f3b 100%);
  background: linear-gradient(to right, #001f3b 0, #207cca 50%, #001f3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001f3b', endColorstr='#001f3b', GradientType=1); }

span.warntext {
  color: #c00000;
  font-weight: bold; }

select option {
  background: white; }

textarea, input, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

textarea {
  resize: vertical; }

textarea.fixedSize {
  resize: none; }

input.number {
  text-align: right; }

span.value {
  color: black; }

span.lightInfoText {
  color: #969696; }

input[type="text"]:disabled {
  color: #7d7d7d;
  background-color: #e6e6e6;
  border: 1px solid #bebebe;
  padding: 2px; }

input[type="text"].label {
  border: 0px;
  background: transparent; }

input[type="text"].label, input[type="text"].label:disabled {
  color: #003c64; }

input.lightBorder, table.lightBorderInputs input {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  background: transparent; }

fieldset {
  border: none;
  padding: 0; }

input[type="radio"].values {
  padding: 0;
  margin: 0; }

input[type="radio"].values + label {
  padding: 0 10px 0 2px;
  font-weight: bold; }

.panelDiv {
  margin-top: 10px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  /* Firefox - alte Syntax */
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  /* Safari, Chrome - alte Syntax */
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  /* alle neuen Browser, W3C Standard */ }

.panelDiv.currentContext > table.headerline2Table {
  border-top: 5px solid rgba(0, 40, 71, 0.5); }

span.headerlineTableHeader {
  text-align: left; }

h1, table.headerline1Table span.headerlineTableHeader {
  font-size: 22px;
  font-weight: normal; }

h1 {
  margin: 15px 0 15px 0;
  padding: 7px 20px;
  border-style: solid;
  border-color: #4a7ebb;
  border-width: 1px 0; }

h2, table.headerline2Table span.headerlineTableHeader {
  font-size: 14px;
  font-weight: bold; }

h2 {
  margin: 0 0 10px 0;
  font-weight: bold; }

h2:not(:first-child) {
  margin-top: 30px; }

h3 {
  font-size: 15px;
  color: #fff;
  margin: 0;
  font-style: normal; }

p {
  margin: 6px 0 0 0; }

a:link, a:visited, a:active {
  color: #003c64;
  text-decoration: none;
  font-weight: normal; }

a:hover {
  text-decoration: underline;
  color: #003c64; }

a.document-word {
  background-image: url(../images/document_word_16.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-size: 14px 16px;
  padding: 0px 10px 0px 25px;
  font-weight: inherit; }

fieldset.surround {
  border: 1px solid #c8c8c8;
  padding: 5px 5px; }

fieldset.singleLine {
  border: 0px;
  border-top: 1px solid #c8c8c8;
  padding-top: 20px; }

fieldset.singleLine legend {
  font-weight: bold;
  color: #646464; }

.mnemonic {
  text-decoration: underline; }

label, .unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.clearFloat {
  clear: both; }

div.info, div.warn, div.error, div.success, div.add {
  margin: 10px 0 10px 0;
  padding: 5px 5px 5px 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 6px 6px;
  background-size: 16px 16px; }

div.info, td.values div.infoValues {
  background-color: #dce6f2; }

td.values div.infoValues, td.values div.warnValues {
  padding: 1px 0 0 5px; }

div.info {
  /*	border: 1px solid rgb(0,40,71);*/
  background-image: url(../images/info_16.png); }

div.warn, td.values div.warnValues {
  background-color: #fef5a1; }

div.important {
  height: 100%;
  width: 100%;
  background-color: #fef5a1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

div.warn {
  background-image: url(../images/warning_16.png); }

div.error {
  background-color: #ffd2d2;
  background-image: url(../images/error_16.png); }

div.success {
  background-color: #e2f0d9;
  background-image: url(../images/success_16.png); }

div.add {
  background-color: #e2f0d9;
  background-image: url(../images/add_16.png); }

div.validationMessage {
  margin: 20px 0;
  display: none; }

div.individualValidationMessage {
  margin: 10px 0;
  display: none; }

textarea.validationError, input.validationError {
  background-color: #ffd2d2 !important;
  border: 1px solid #ffabab !important; }

table.sortable th {
  cursor: pointer; }

table.sortable th.headerSortUp:after, table.sortable th.headerSortDown:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 14px;
  padding-left: 2px;
  position: absolute; }

table.sortable th.headerSortUp:after {
  content: "\f0d8"; }

table.sortable th.headerSortDown:after {
  content: "\f0d7"; }

table td {
  vertical-align: top; }

table td.values, table td.identifiers, table td.buttons {
  text-align: left; }

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

table td.values p, table td.identifiers p {
  margin-top: 3px;
  margin-bottom: 3px; }

table td.values p, table td > input[type="text"]:disabled.showAsReadonly {
  font-weight: bold; }

table td.identifiers p {
  font-weight: normal;
  margin-left: 0;
  margin-right: 10px; }

table td.identifiers input[type="radio"] {
  margin: 5px 5px 0 0; }

table th.number, table td.number {
  text-align: right; }

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

table tr.selectedRow td {
  background-color: #415a6e !important;
  color: white !important; }

table td.bottom, table th.bottom {
  vertical-align: bottom; }

table td.noWrap, table td.minSize {
  white-space: nowrap; }

table td.minSize {
  width: 1%; }

table td.minHeight {
  height: 1%; }

.fullWidth {
  width: 100%; }

/* Headline table */
table.headerline1Table, table.headerline2Table {
  padding: 0;
  margin: 0 0 0px 0;
  width: 100%; }

table.headerline1Table td, table.headerline2Table td {
  vertical-align: middle; }

table.headerline1Table {
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d9d9d9 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
  background: white; }

table.headerline2Table {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background-color: whitesmoke; }

table.headerline2Table td.owner {
  text-align: right; }

table.headerline2Table td.owner img.ownerImage {
  display: block;
  margin: 0 5px; }

table.searchresult, table.billEntries, table.billTotals {
  border-collapse: separate;
  border-spacing: 0 0px;
  empty-cells: show;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

table.searchresult tbody tr {
  cursor: pointer; }

table th, table.searchresult td, table.billEntries td, table.billTotals td {
  padding: 5px 8px;
  color: black; }

table.billTotals td {
  padding: 5px 2px; }

table.creditcardSurchargeToggle {
  display: none; }

table th {
  background-color: #002847;
  color: white;
  font-weight: normal;
  text-align: left; }

table.searchresult tr > td, table.billEntries tr > td {
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent; }

table.searchresult tr:hover > td, table.billEntries tr:hover > td {
  border-top: solid 1px #002847;
  border-bottom: solid 1px #002847;
  background-color: #d2dcdc; }

table#billEntriesTableId tr.tableDropLine > td {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  background-color: #a0a0a0;
  padding: 8px 0px; }

table.zebra tr:nth-child(odd):not(:hover) td {
  background-color: #f0f0f0; }

table.bottomLined tr > td, table tr > td.bottomLined {
  border-bottom-style: solid;
  border-bottom-color: #c8c8c8;
  border-bottom-width: 1px; }

td.bottomDoubleLined {
  border-bottom-style: solid;
  border-bottom-color: #c8c8c8;
  border-bottom-width: 2px; }

tr.delimiterLineBright td, hr.delimiterLineBright {
  border-width: 0;
  border-bottom: 1px solid #c8c8c8;
  border-style: dashed; }

div.leftDelimiterLineBright {
  border-width: 0;
  border-left: 1px solid #c8c8c8;
  border-style: dashed; }

table.surroundBorder {
  border: 1px solid #c8c8c8; }

img.headerline1Table {
  display: block;
  margin: 0 10px 0 20px;
  height: 24px; }

img.headerline2Table {
  display: block;
  margin: 0 18px 0 20px;
  height: 16px; }

img.clickable {
  cursor: pointer;
  border: 1px solid transparent; }

img.clickable:hover {
  border: 1px solid #002847; }

p.clickable:hover {
  text-decoration: underline;
  cursor: pointer; }

td.headerline1Warning, td.headerline2Warning {
  vertical-align: bottom;
  text-align: right; }

td.headerline2Warning > div.headerlineProgressBar {
  width: 225px;
  margin-top: 4px;
  margin-right: 30px;
  float: right;
  display: none; }

div.headerline1Warning, div.headerline2Warning {
  float: right;
  color: #c00000;
  font-weight: normal;
  display: none; }

img.inline {
  display: inline;
  margin-bottom: -3px; }

span.headerlineTableHeader {
  display: block;
  margin: 5px; }

div.workingContext {
  background-color: white;
  margin: 0 0px;
  padding: 10px 20px 10px 20px;
  	/*
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  */ }

div.workingContext.searchResultDiv {
  display: none; }

div#loadingDivId {
  margin: 50px 100px;
  display: none; }

div.rightButtonDiv {
  float: right; }

div.leftButtonDiv {
  float: left; }

div.rightButtonDiv, div.leftButtonDiv {
  margin-top: 10px;
  margin-bottom: 0px; }

div.showSearchResultsDiv {
  margin-top: 20px;
  padding-bottom: 20px; }

span.alternativePrice, span.alternativePriceAdditionalText {
  font-size: 12px; }

span.alternativePrice {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 2px 5px 0 5px;
  margin: 1px 3px 0 0;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

span.alternativePrice:hover {
  background-color: #c8c8c8; }

/* ------------------------------------
 * ANFANG - Navigation der Suchergebnisse
 * ------------------------------------ */
div.pageNavinationContainer {
  text-align: center;
  margin-top: 20px; }

#previousPaginationButton {
  margin-right: 10px; }

#nextPaginationButton {
  margin-left: 10px; }

#firstPaginationButton, #previousPaginationButton, #nextPaginationButton, #lastPaginationButton {
  font-size: 14px; }

.ui-dialog {
  z-index: 2000 !important; }

.progressBarGraph {
  border: 1px solid #888;
  background: #a8a8a8;
  background: -moz-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a8a8), color-stop(23%, #cccccc));
  background: -webkit-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  background: -o-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  background: -ms-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=0 );
  background: linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  position: relative; }

.progressBar {
  background: #ffc578;
  background: -moz-linear-gradient(top, #ffc578 0%, #f48026 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc578), color-stop(100%, #f48026));
  background: -webkit-linear-gradient(top, #ffc578 0%, #f48026 100%);
  background: -o-linear-gradient(top, #ffc578 0%, #f48026 100%);
  background: -ms-linear-gradient(top, #ffc578 0%, #f48026 100%);
  background: linear-gradient(top, #ffc578 0%, #f48026 100%);
  border-top: 1px solid #fceabb; }

.progressBar p {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  line-height: 10px; }

/* ------------------------------------
 * Notizen
 * ------------------------------------ */
fieldset.note {
  margin-top: 20px; }

div.noteEntry {
  width: 100%;
  margin: 5px 0 10px 0; }

table.noteEnty {
  width: 100%; }

td.addInfo, td.addInfo input {
  font-size: 12px;
  color: #646464;
  vertical-align: bottom; }

td.addInfo input {
  border: none; }

textarea.noteImportant {
  background-color: #fef5a1;
  border: 1px solid #ffc000;
  padding: 2px; }

textarea.noteNormal, textarea:-moz-read-only.addinf {
  background-color: whitesmoke;
  border: 1px solid #c8c8c8;
  padding: 2px; }

/* Dies muss hier einzeln stehen, da Firefox dies sonst ignoriert*/
textarea:read-only.addinf {
  background-color: whitesmoke;
  border: 1px solid #c8c8c8;
  padding: 2px; }

textarea.addinf {
  color: black; }

.ui-tabs {
  padding: 0px 0px !important; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 5px 10px 5px 28px !important; }

.ui-tabs .ui-tabs-panel {
  padding: 5px 4px 5px 4px !important; }

li.tabWarn > a {
  background-image: url(../images/warning_16.png); }

li.tabInfo > a {
  background-image: url(../images/info_16.png); }

li.tabNote > a {
  background-image: url(../images/note/note_yellow_16.png); }

li.tabSessions > a {
  background-image: url(../images/users_16.png); }

li.tabSysteminfo > a {
  background-image: url(../images/server_16.png); }

li.tabWarn > a, li.tabInfo > a, li.tabNote > a, li.tabSessions > a, li.tabSysteminfo > a {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 6px 6px;
  background-size: 16px 16px; }

input.hasDatepicker {
  margin-right: 5px; }

.ui-datepicker-current-day > a.ui-state-active {
  background: #002847;
  color: white; }

.ui-datepicker-title select.ui-datepicker-month, .ui-datepicker-title select.ui-datepicker-year {
  color: #003c64; }

.ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year {
  color: white; }

.nodesktop {
  display: none; }

table td.lineTop {
  border-top: 1px solid #c8c8c8; }

table td.lineBottomDouble {
  border-bottom: 2px solid #c8c8c8; }

table#billEntriesTableId tbody > tr > td.dragDropHandles, table#billEntriesTableId tfoot > tr > td.notSortableHandles {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right; }

table#billEntriesTableId tbody > tr > td.dragDropHandles {
  background-image: url(../images/dragDropHandles.png);
  cursor: n-resize; }

table#billEntriesTableId tfoot > tr > td.notSortableHandles {
  background-image: url(../images/noDragHandles.png);
  cursor: not-allowed; }

table#billEntriesTableId :not(thead) > tr > td.addBillCalculationPosition,
table#billEntriesTableId tbody > tr:not(:last-child) > td.deleteBillCalculationPosition,
table#billEntriesTableId tfoot > tr > td.deleteBillCalculationPosition, td.deleteRow {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  cursor: pointer; }

table#billEntriesTableId tbody > tr:not(:last-child) > td.deleteBillCalculationPosition,
table#billEntriesTableId tfoot > tr > td.deleteBillCalculationPosition, td.deleteRow {
  background-image: url(../images/error_16.png);
  background-size: 16px 16px; }

table#billEntriesTableId :not(thead) > tr > td.addBillCalculationPosition {
  background-image: url(../images/addRemove_16.png);
  background-size: 26px 16px; }

input.billEntries {
  width: 100%; }

.blockUIDivWrapper {
  padding: 20px; }

table#billEntriesTableId tbody > tr.ui-sortable-helper {
  border: 1px solid #cc6600; }

div.predefinedPositionPartsDiv {
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3px;
  margin-right: 25px; }

span.inputFieldBox {
  display: inline-block;
  margin: 1px 0px; }

input[type="text"]:disabled.showAsReadonly {
  border: 0px transparent;
  background-color: transparent;
  color: inherit;
  font-weight: inherit; }

span.formatting {
  display: inline-block;
  background-image: url(../images/formatting_20.png);
  width: 12px;
  height: 14px; }

span.formatting:hover {
  cursor: pointer; }

.formattingText {
  padding: 5px 6px 5px 6px; }

div.formattingTextPopup, .formattingText {
  top: 10px;
  background-color: #c8c8c8;
  border: 1px solid #aaaaaa;
  border-radius: 3px; }

div.formattingTextPopup {
  z-index: 1000 !important;
  position: absolute;
  padding: 8px 10px 6px 10px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  /* Firefox - alte Syntax */
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  /* Safari, Chrome - alte Syntax */
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  /* alle neuen Browser, W3C Standard */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

span.boldFont, span.italicFont, span.blackColor, span.redColor, span.blueColor {
  display: inline-block;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 1px 1px;
  padding: 1px;
  border: 1px solid transparent; }

span.boldFont.selected, span.italicFont.selected, span.blackColor.selected, span.redColor.selected, span.blueColor.selected {
  border: 1px solid black; }

span.boldFont {
  background-image: url(../images/bold_12.png);
  background-size: 10px 12px;
  width: 10px;
  height: 12px; }

span.italicFont {
  background-image: url(../images/italic_12.png);
  background-size: 15px 12px;
  width: 15px;
  height: 12px; }

span.blackColor {
  background-image: url(../images/black_12.png);
  background-size: 12px 12px;
  width: 12px;
  height: 12px; }

span.redColor {
  background-image: url(../images/red_12.png);
  background-size: 12px 12px;
  width: 12px;
  height: 12px; }

span.blueColor {
  background-image: url(../images/blue_12.png);
  background-size: 12px 12px;
  width: 12px;
  height: 12px; }

span.boldFont:hover, span.italicFont:hover, span.blackColor:hover, span.redColor:hover, span.blueColor:hover {
  border: 1px solid red; }

table.billEntries td > input[type="text"].showAsReadonly {
  font-weight: normal; }

input[type="text"].boldFont, textarea.boldFont, table.billEntries td > input[type="text"].boldFont.showAsReadonly {
  font-weight: bold; }

input[type="text"].italicFont, textarea.italicFont {
  font-style: italic; }

input[type="text"].blackColor, textarea.blackColor {
  color: black; }

input[type="text"].redColor, input[type="text"].showAsReadonly.redColor, textarea.redColor {
  color: red; }

input[type="text"].blueColor, input[type="text"].showAsReadonly.blueColor, textarea.blueColor {
  color: blue; }

.fileUploadSelectWrapper {
  display: block;
  position: relative;
  width: 450px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #e6e6e6;
  background-image: url(../images/fileupload.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 4px solid #003c64;
  border-style: dashed;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

input[type=file]#findBillButtonId {
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE 5-7 */ }

/* Fuer den Date-Picker */
div#ui-datepicker-div select {
  color: black; }

a.ui-corner-all {
  background: white; }

a.ui-corner-all:hover {
  background: #c8d2dc; }

span.totalOfOutstandigAmount {
  color: #969696;
  font-size: 80%; }

select#solvencySelectionId option[value="1"]:before {
  content: url(../images/solvencyGood_16.png); }

select#solvencySelectionId option[value="2"]:before {
  content: url(../images/solvencyBorderline_16.png); }

select#solvencySelectionId option[value="3"]:before {
  content: url(../images/solvencyBad_16.png); }

table#cashOverivewIncomeExpenseTableId tr td {
  padding: 3px 1px 3px 3px; }

table#cashOverivewIncomeExpenseTableId tr td.input {
  padding: 3px 1px; }

table#cashOverivewIncomeExpenseTableId tr td:first-child {
  padding-right: 20px; }

span.spacer10 {
  display: inline-block;
  width: 10px; }

div.flexContainer {
  display: flex;
  justify-content: flex-start; }

/*
#login-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 0 20px;
}
*/
#loginButtonId {
  margin-right: 20px; }

#login-container > #totp-panel {
  margin-top: 20px; }

#totp-qr-container {
  display: none; }

#vehicleAttributesContainerId {
  display: flex;
  justify-content: flex-start;
  gap: 100px; }

.buttonContainerAutosize {
  flex-grow: 2; }

.buttonAlignedContainer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  clear: both; }

/*# sourceMappingURL=style.css.map */
