@import url('normalize.css');
/*
	DIES IST EINE AUTOMATISCH GENERIERTE DATEI. ALLE HÄNDISCH VORGENOMMENEN
	ÄNDERUNGEN AN DER DATEI WERDEN BEIM NÄCHSTEN GENERIEREN ÜBERSCHRIEBEN.
*/
/* === Basis-Styles === */
body {
  background: url("../img/bg.png") no-repeat right top #eeeeee;
  background-attachment: fixed;
  font-size: 10pt;
  margin: .7em auto .3em;
  width: 1000px;
  color: #a5a5a5;
}
body * {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 115%;
}

h1, h2, h3, h4, h5 {
  margin: 0 0 .75em;
  font-weight: normal;
  color: #7d7d7d;
}
h1.success-title, h2.success-title, h3.success-title, h4.success-title, h5.success-title {
  color: #00ab20;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 12pt;
}

h4 {
  font-size: 11pt;
}

h5 {
  font-size: 10pt;
}

p {
  margin: 0;
  line-height: 125%;
}
p + p, p + h1, p + h2, p + h3, p + h4, p + h5, p + div.actions {
  margin-top: .75em;
}

fieldset {
  border: 0 none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  color: #dc7300;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #dc7300;
  text-decoration: underline;
}
a.intern {
  background: url("../img/link_intern.png") no-repeat scroll left transparent;
  padding-left: 11px;
}
a.extern {
  background: url("../img/link_extern.png") no-repeat scroll left transparent;
  padding-left: 12px;
}
a.em {
  font-weight: bold;
}

input {
  border: 1px solid #a5a5a5;
  padding: 2px 1px;
  font-size: 8pt;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid #7d7d7d;
  box-shadow: 0 1px 3px 0 silver, -2px 2px 6px -3px #dc7300, 2px 1px 6px -4px #dc7300;
  outline: 0 none #dc7300;
}
input[type="password"]:invalid {
  background-color: #f9c2c5;
}

select {
  font-size: 8pt;
  height: 20px;
}

form fieldset {
  margin: 1em;
}

.formrow + .formrow {
  margin-top: .6em;
}

p.formrow {
  margin-left: -1px;
}

*.reset {
  margin: 0 !important;
  padding: 0 !important;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

label,
.label {
  font-weight: bold;
  display: inline-block;
  font-size: 8pt;
}

.float-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.close {
  background: url("../img/close.png") no-repeat left 1px transparent;
  padding-left: 12px;
}

.print {
  background: url("../img/print_grey.png") no-repeat left 1px transparent;
  padding-left: 15px;
}

.info-text {
  color: #8c8c8c;
}

/* === Styles für Icons === */
.profileIconAddress {
  background-image: url("../img/profile_address.png") !important;
}

.profileIconPassword {
  background-image: url("../img/profile_password.png") !important;
}

.profileIconConsolidations {
  background-image: url("../img/profile_consolidations.png") !important;
}

.profileIconCompanies {
  background-image: url("../img/profile_companies.png") !important;
}

.profileIconReminderService {
  background-image: url("../img/profile_reminderservice.png") !important;
}

.actionIconProceed {
  background: url("../img/action-next.png") scroll no-repeat right 1px transparent;
  padding-right: 15px;
}

.actionIconReturn {
  background: url("../img/action-previous.png") scroll no-repeat left 1px transparent;
  padding-left: 15px;
}

.actionIconReload {
  background: url("../img/action-reload.png") scroll no-repeat right 1px transparent;
  padding-right: 15px;
}

.actionIconAdd {
  background: url("../img/action-add.png") scroll no-repeat left 1px transparent;
  padding-left: 15px;
}

.iconRequest {
  background: url("../img/request.png") scroll no-repeat center transparent;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-bottom: -3px;
  padding: 0 5px;
}

.iconView {
  background: url("../img/view.png") scroll no-repeat center transparent;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-bottom: -3px;
  padding: 0 5px;
}

.iconEdit {
  background: url("../img/edit.png") scroll no-repeat center transparent;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-bottom: -3px;
  padding: 0 5px;
}

.iconDownload {
  background: url("../img/download.png") scroll no-repeat center transparent;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-bottom: -3px;
  padding: 0 5px;
}

.iconAdd {
  background: url("../img/add.png") scroll no-repeat center transparent;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-bottom: -3px;
  padding: 0 5px;
}

.iconDelete {
  background: url("../img/delete.png") scroll no-repeat center transparent;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-bottom: -3px;
  padding: 0 5px;
}

.iconLoad {
  background: url("../img/load.png") scroll no-repeat center transparent;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-bottom: -3px;
  padding: 0 5px;
}

.iconImport {
  background: url("../img/import.png") scroll no-repeat center transparent;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-bottom: -3px;
  padding: 0 5px;
}

.iconAddress {
  background: url("../img/option_address.png") scroll no-repeat center transparent;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-bottom: -3px;
  padding: 0 5px;
}

/* === Styles für Kopfbereich === */
a.skiplink {
  position: absolute;
  z-index: 1;
  background-color: white;
  top: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
a.skiplink:focus, a.skiplink:active {
  top: 1px;
  position: absolute;
  width: auto;
  height: auto;
  color: #777;
  padding: 2px;
  box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.2);
}

#head {
  color: #a5a5a5;
  font-size: 90%;
  margin-bottom: 6px;
  cursor: default;
}
#head * {
  text-align: right;
}
#head a {
  color: #a5a5a5;
  text-decoration: none;
}
#head a:hover, #head a:focus, #head a:active {
  text-decoration: underline;
}
#head a.intern, #head a.extern {
  color: #dc7300;
}
#head #logo {
  position: absolute;
  margin-top: 12px;
  display: inline-block;
  text-align: left;
}
#head .i18n {
  display: inline-block;
  vertical-align: top;
}
#head .i18n a {
  background: no-repeat 0 1px;
  padding-left: 20px;
  margin-left: 2px;
}
#head .qlink {
  text-transform: uppercase;
  font-size: 95%;
  padding: 0 3px;
  border-right: 1px solid #A5A5A5;
  display: inline;
}
#head .qlink:last-child {
  border-right: none;
}
#head #ident {
  margin-top: .8em;
  color: #7d7d7d;
  font-size: 90%;
}

h1#title {
  background: url("../img/header.png") repeat-x;
  height: 70px;
  font-size: 15pt;
  font-weight: normal;
  color: white;
  padding: 0;
  margin: 0;
}
h1#title span:first-child {
  display: inline-block;
  vertical-align: bottom;
  width: 1050px;
  padding: 0 0 10px 15px;
  max-height: 60px;
  overflow: hidden;
}
h1#title #title_logo {
  background: url("../img/logo_start.png") no-repeat scroll right transparent;
  display: inline-block;
  height: 70px;
  width: 100px;
  vertical-align: top;
}

/* === Styles für Hauptmenü === */
#navigation {
  font-size: 100%;
  line-height: 100%;
  float: left;
  width: 15em;
  margin-top: 13px;
}
#navigation li {
  padding-right: 14px;
  width: 15em;
}
#navigation button,
#navigation a {
  border: 0 none;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 3px 8px;
  color: #282828;
  font-size: 110%;
  line-height: 12pt;
  min-height: 40px;
  cursor: pointer;
  vertical-align: baseline;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
#navigation button:active, #navigation button:hover, #navigation button:focus,
#navigation a:active,
#navigation a:hover,
#navigation a:focus {
  box-shadow: 0 1px 3px 0 silver, -2px 2px 6px -3px #dc7300, 2px 1px 6px -4px #dc7300;
  outline-color: #dc7300;
  text-decoration: none;
}
#navigation button > div.inner,
#navigation a > div.inner {
  display: inline-block;
  width: 90%;
}
#navigation button + button,
#navigation button + a,
#navigation a + button,
#navigation a + a {
  border-top: 0 none;
}
#navigation .double-line button,
#navigation .double-line a {
  height: 50px;
}
#navigation button::-moz-focus-inner {
  padding: 0;
  border: none;
}
#navigation .l1 {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 15px -7px #a5a5a5;
  width: 15em;
}
#navigation .l1 > li > button,
#navigation .l1 > li > a {
  background: url("../img/option-bg.png") repeat-x scroll top #e6e6e6;
  background: linear-gradient(top, white 0%, #f5f5f5 100%);
  background: -moz-linear-gradient(top, white 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, white 0%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, white 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, white 0%, #f5f5f5 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#f5f5f5',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#f5f5f5')";
}
#navigation .l1 > li > button:active, #navigation .l1 > li > button:hover, #navigation .l1 > li > button:focus,
#navigation .l1 > li > a:active,
#navigation .l1 > li > a:hover,
#navigation .l1 > li > a:focus {
  background: url("../img/option-bg-focus.png") repeat-x scroll top #e6e6e6;
  background: linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#e6e6e6',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#e6e6e6')";
}
#navigation .l1 > li + li > button {
  border-top: 1px solid #e6e6e6;
}
#navigation .l2 > li > button,
#navigation .l2 > li > a {
  background: none no-repeat scroll #fef5e8;
  color: #dc7300;
  border-top: 1px solid white;
  min-height: 34px;
  padding: 3px 8px 3px 23px;
}
#navigation .l2 > li > button:active, #navigation .l2 > li > button:hover, #navigation .l2 > li > button:focus,
#navigation .l2 > li > a:active,
#navigation .l2 > li > a:hover,
#navigation .l2 > li > a:focus {
  background: none no-repeat scroll #feebce;
  background: linear-gradient(top, #fef5e8 40%, #feebce 100%);
  background: -moz-linear-gradient(top, #fef5e8 40%, #feebce 100%);
  background: -ms-linear-gradient(top, #fef5e8 40%, #feebce 100%);
  background: -webkit-linear-gradient(top, #fef5e8 40%, #feebce 100%);
  background: -o-linear-gradient(top, #fef5e8 40%, #feebce 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fef5e8',EndColorStr='#feebce',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fef5e8',EndColorStr='#feebce')";
}
#navigation .submenu span.title {
  display: inline-block;
  vertical-align: middle;
  width: 92%;
}
#navigation .submenu span.indicator {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -3px;
}
#navigation .l1 > li.submenu span.indicator {
  background: url("../img/submenu_closed_grey.png") no-repeat scroll top left transparent;
}
#navigation .l2 > li.submenu span.indicator {
  background: url("../img/submenu_closed_orange.png") no-repeat scroll top left transparent;
}
#navigation li.current > button,
#navigation li.current > a {
  background: none no-repeat scroll #faa01e;
  color: white;
  border: 0 none;
  filter: none;
  -ms-filter: none;
}
#navigation li.current > button:active, #navigation li.current > button:hover, #navigation li.current > button:focus,
#navigation li.current > a:active,
#navigation li.current > a:hover,
#navigation li.current > a:focus {
  background: none no-repeat scroll #faa01e;
  box-shadow: -1px 1px 2px 0 silver, -2px 2px 5px -3px #dc7300;
  color: white !important;
  filter: none;
  -ms-filter: none;
}
#navigation li.current > button span.indicator,
#navigation li.current > a span.indicator {
  background-image: url("../img/submenu_open_white.png") !important;
}
#navigation .l1 > li.current {
  background: url("../img/menu-pointer_single.png") no-repeat scroll right top transparent;
}
#navigation .l1 > li.current.double-line {
  background-image: url("../img/menu-pointer_double.png");
}
#navigation .l2 > li.current {
  background: url("../img/menu-pointer_sub.png") no-repeat scroll right top transparent;
}
#navigation .l2 > li.current.double-line {
  background-image: url("../img/menu-pointer_double.png");
}
#navigation .l1 > li.open > button,
#navigation .l1 > li.open > a {
  color: #dc7300;
}
#navigation .l1 > li.open span.indicator {
  background-image: url("../img/submenu_open_orange.png") !important;
}
#navigation .l2 > li.open span.indicator {
  background-image: url("../img/submenu_open_white.png") !important;
}
#navigation .spacer-top {
  height: 10px;
  position: relative;
  background-color: white;
  margin-top: -10px;
}
#navigation .spacer-bottom {
  height: 10px;
  position: relative;
  background-color: white;
  margin-bottom: -10px;
}

.functions {
  margin: 10px 0;
  box-shadow: 0 0 15px -7px #a5a5a5;
}
.functions > div {
  background: none scroll white;
  padding: 12px 12px 12px 102px;
  color: #7d7d7d;
  vertical-align: baseline;
  border: 1px solid #e6e6e6;
}
.functions > div span.icon {
  float: left;
  margin-left: -70px;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: no-repeat left center transparent;
}
.functions > div a, .functions > div button {
  font-size: 120%;
  margin: 0 0 .8em;
  padding: 0;
  display: inline-block;
  max-width: 80%;
}
.functions > div button {
  color: #dc7300;
  cursor: pointer;
  background: none transparent;
  border: 0 none;
  text-align: left;
}
.functions > div button:hover, .functions > div button:focus, .functions > div button:active {
  text-decoration: underline;
}
.functions > div div {
  margin: 0;
  width: 80%;
}
.functions div + div {
  border-top: none;
}

.spacer {
  height: 10px;
  position: relative;
  background-color: white;
  margin: -10px 0;
}

/* === Styles für Hauptbereich === */
#main {
  background-color: white;
  box-shadow: -1px 2px 5px #a5a5a5;
  color: #282828;
  font-size: 9pt;
  min-height: 580px;
}
#main #usage {
  margin: .5em 1.5em 0;
}
#main .page {
  min-height: 428px;
  margin: 0 20px;
  height: calc(100% - 95px);
}
#main .two-column {
  margin: 0 1em .5em;
  text-align: right;
}
#main .two-column .column {
  width: 45%;
  text-align: left;
  float: left;
}
#main .two-column .column + .column {
  float: none;
}
#main .content {
  margin: 25px 0 0 18em;
  height: 100%;
}
#main .column {
  display: inline-block;
  vertical-align: top;
  margin: 1em 1.5em .5em;
  width: 96%;
}
#main .tile {
  border-top: 5px solid transparent;
  padding-top: 1.8em;
  margin: 0;
}
#main .tile + .tile {
  border-top: 5px solid #e6e6e6;
  margin-top: 1.8em;
}
#main .notification {
  background-color: #fffadd;
  border-top: 5px solid #ffe43a;
  padding: 1.8em 1.8em 1.2em;
}
#main .notification h2, #main .notification h2 {
  color: #7d7d7d;
}
#main .inputform {
  background-color: #FEF5E8;
  border-top: 5px solid #E68F00;
  padding: 1.8em;
}
#main .inputform h2, #main .inputform h3 {
  color: #faa01e;
}
#main #app_message {
  padding: 5px 12px 9px 12px;
}
#main .page #app_message {
  padding: 0 0 9px;
}

#main .page.two-column {
  height: calc(100% - 85px);
  overflow: auto;
}

.frame {
  box-shadow: 0 1px 4px #a5a5a5;
  background-color: white;
  margin: .75em 0 1em;
  padding: .75em 20px;
  position: relative;
  min-height: 376px;
}
.frame h3 {
  color: #faa01e;
}

#uiContent {
  height: calc(100% - 68px);
}

.form-select {
  padding: 0;
  height: calc(100% - 50px);
}
.form-select > div.select-content {
  margin: 1.5em 20px;
  height: calc(100% - 86px);
  overflow: auto;
}
.form-select > .breadcrumb {
  border-bottom: 5px solid #e6e6e6;
  padding: 1.5em 20px;
  margin: 0;
  line-height: 125%;
  font-size: 8pt;
  color: #7d7d7d;
}
.form-select > .breadcrumb * {
  padding: 1px 0;
  margin-right: 2px;
  white-space: nowrap;
}
.form-select > .breadcrumb *.delimiter {
  background: url("../img/context_delimiter.png") no-repeat scroll left center transparent;
  display: inline-block;
  width: 7px;
  height: 10px;
  padding: 0;
  margin: 0;
}
.form-select > .breadcrumb *.currentStep {
  background-color: #e6e6e6;
  padding: 1px 4px;
}
.form-select > .breadcrumb a {
  color: #7d7d7d;
  text-decoration: none;
}
.form-select > .breadcrumb a:hover, .form-select > .breadcrumb a:focus, .form-select > .breadcrumb a:active {
  text-decoration: underline;
}

#selectreporter .form-select {
  overflow: auto;
}

/* ==== Stylesheets für Buttons ==== */
.actions,
.formactions > .actions {
  font-size: 100%;
  line-height: 100%;
}
.actions button,
.actions a,
.formactions > .actions button,
.formactions > .actions a {
  background: url("../img/action-bg.png") scroll repeat-x top #282828;
  filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 3px 8px;
  min-width: 5em;
  min-height: 14px;
  color: white;
  border: 1px solid #8e8e8e;
  font-weight: bold;
  font-size: 8pt;
  line-height: 120%;
  cursor: pointer;
  vertical-align: baseline;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.actions button + button,
.actions button + a,
.actions a + button,
.actions a + a,
.formactions > .actions button + button,
.formactions > .actions button + a,
.formactions > .actions a + button,
.formactions > .actions a + a {
  margin: 0 5px 0 3px;
}
.actions button:active, .actions button:hover, .actions button:focus,
.actions a:active,
.actions a:hover,
.actions a:focus,
.formactions > .actions button:active,
.formactions > .actions button:hover,
.formactions > .actions button:focus,
.formactions > .actions a:active,
.formactions > .actions a:hover,
.formactions > .actions a:focus {
  background: url("../img/action-bg-focus.png") scroll repeat-x bottom #3f3f3f;
  filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  box-shadow: 0 2px 3px 0 silver, -2px 2px 6px -3px #dc7300, 2px 1px 6px -4px #dc7300;
  outline-color: #dc7300;
}
.actions button:active,
.actions a:active,
.formactions > .actions button:active,
.formactions > .actions a:active {
  border: 1px solid;
  border-color: black #a8a8a8 #a8a8a8 black;
  padding: 3px 7px 3px 9px;
}
.actions button[disabled],
.actions a[disabled],
.formactions > .actions button[disabled],
.formactions > .actions a[disabled] {
  background: url("../img/action-bg_disabled.png") scroll repeat-x top #7d7d7d;
  filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  color: #e6e6e6;
  cursor: default;
}
.actions button[disabled]:active, .actions button[disabled]:hover, .actions button[disabled]:focus,
.actions a[disabled]:active,
.actions a[disabled]:hover,
.actions a[disabled]:focus,
.formactions > .actions button[disabled]:active,
.formactions > .actions button[disabled]:hover,
.formactions > .actions button[disabled]:focus,
.formactions > .actions a[disabled]:active,
.formactions > .actions a[disabled]:hover,
.formactions > .actions a[disabled]:focus {
  background: url("../img/action-bg_disabled.png") scroll repeat-x top #7d7d7d;
  filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  box-shadow: none;
  outline-color: transparent;
}
.actions button,
.formactions > .actions button {
  overflow: visible;
  width: auto;
}
.actions button::-moz-focus-inner,
.formactions > .actions button::-moz-focus-inner {
  padding: 0;
  border: none;
}

span.actions {
  margin-left: 1em;
}

.formactions .actions a, .formactions .actions button {
  padding: 6px 8px 4px;
  margin: 0;
  text-decoration: none;
}
.formactions .actions a:active, .formactions .actions button:active {
  padding: 6px 7px 4px 9px;
}

.formactions {
  font-size: 100%;
  line-height: 100%;
}
.formactions button,
.formactions a {
  background: url("../img/option-bg.png") repeat-x scroll top #e6e6e6;
  background: linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#e6e6e6',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#e6e6e6')";
  border: 1px solid #e6e6e6;
  display: inline-block;
  text-align: left;
  max-width: 100%;
  padding: 5px;
  color: #7d7d7d;
  font-size: 100%;
  line-height: 120%;
  cursor: pointer;
  vertical-align: baseline;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.formactions button:active, .formactions button:hover, .formactions button:focus,
.formactions a:active,
.formactions a:hover,
.formactions a:focus {
  background: url("../img/option-bg-focus.png") repeat-x scroll top #d6d6d6;
  background: linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#d6d6d6',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#d6d6d6')";
  box-shadow: 0 1px 3px 0 silver, -2px 2px 6px -3px #dc7300, 2px 1px 6px -4px #dc7300 !important;
  outline-color: #dc7300;
}
.formactions button img,
.formactions a img {
  margin-bottom: -4px;
}
.formactions button {
  overflow: visible;
  width: auto;
}
.formactions button::-moz-focus-inner {
  padding: 0;
  border: none;
}

.options {
  font-size: 100%;
  line-height: 100%;
  margin: .75em 0;
}
.options button,
.options a {
  background: url("../img/option-bg.png") repeat-x scroll top #e6e6e6;
  background: linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#e6e6e6',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#e6e6e6')";
  border: 1px solid #e6e6e6;
  display: inline-block;
  text-align: left;
  width: 32em;
  max-width: 100%;
  padding: 8px;
  color: #7d7d7d;
  font-size: 100%;
  line-height: 120%;
  cursor: pointer;
  vertical-align: baseline;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.options button:active, .options button:hover, .options button:focus,
.options a:active,
.options a:hover,
.options a:focus {
  background: url("../img/option-bg-focus.png") repeat-x scroll top #d6d6d6;
  background: linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#d6d6d6',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#d6d6d6')";
  box-shadow: 0 1px 3px 0 silver, -2px 2px 6px -3px #dc7300, 2px 1px 6px -4px #dc7300 !important;
  outline-color: #dc7300;
}
.options button .title,
.options a .title {
  font-size: 110%;
  margin: 0 0 .2em;
  font-weight: bold;
}
.options button .description,
.options a .description {
  font-size: 90%;
  margin: 0;
}
.options button::-moz-focus-inner {
  padding: 0;
  border: none;
}

.selections {
  margin: .75em 0;
}
.selections a {
  background: url("../img/link_select.png") no-repeat scroll left 4px transparent;
  padding-left: 11px;
  font-weight: bold;
  color: #7d7d7d;
  display: inline-block;
  margin-bottom: .8em;
  text-decoration: none;
}
.selections a:hover, .selections a:focus, .selections a:active {
  text-decoration: underline;
}
.selections a .title {
  font-size: 120%;
  margin: 0 0 .2em;
  font-weight: bold;
  display: block;
}
.selections a .description {
  margin: 0;
  display: block;
}

/* ==== Stylesheets für Tabellen ==== */
.table > table {
  margin: .75em 0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
.table table tbody tr.oddRow {
  background-color: #f5f5f5;
}
.table table tbody tr.evenRow {
  background-color: white;
}
.table table tbody tr.discardedRow {
  color: gray;
}
.table table tbody tr.selectedRow {
  background-color: #faa01e;
}
.table table tbody tr.selectedRow td {
  border-bottom: 1px solid white;
}
.table table tbody tr.selectedRow:hover {
  background-color: #faa01e;
}
.table table tbody tr:hover {
  background-color: #fdd9a5;
}
.table table tbody tr:hover td {
  border-bottom: 1px solid white;
}
.table table tbody + thead td, .table table tbody + thead th {
  padding-top: .5em;
}
.table table th {
  font-size: 95%;
  font-weight: bold;
  padding: 6px 5px 7px;
  text-align: left;
  white-space: nowrap;
  border: 0 none;
  border-bottom: 1px solid white;
}
.table table th + th {
  border-left: 1px solid #e6e6e6;
}
.table table th.reset + th {
  border-left-color: transparent;
}
.table table td {
  padding: 4px 4px 3px 3px;
  border: 0 none;
  border-bottom: 1px solid transparent;
  vertical-align: middle;
}
.table td.options {
  height: 24px;
  min-height: 24px;
  white-space: nowrap;
  padding-right: 1px;
}
.table .options {
  margin: 0;
  padding: 0;
}
.table .options button, .table .options a {
  margin: 0;
  padding: 2px 8px 1px;
  width: auto;
}
.table .active {
  color: #00ab20;
  background: url("../img/activated.png") no-repeat left center transparent;
  padding-left: 16px;
  font-weight: bold;
}
.table .inactive {
  color: red;
  background: url("../img/deactivated.png") no-repeat left center transparent;
  padding-left: 16px;
  font-weight: bold;
}
.table .not-available {
  color: #7d7d7d;
  background: url("../img/not-available.png") no-repeat left center transparent;
  padding-left: 16px;
  font-weight: bold;
}

#tablehead {
  margin-top: .75em;
  overflow: hidden;
}
#tablehead table {
  table-layout: fixed;
  margin: 0;
}

#tablebody {
  margin-bottom: .75em;
  overflow: auto;
}
#tablebody table {
  margin: -100px 0 0;
}
#tablebody .hidden-head {
  visibility: hidden;
  height: 100px;
}
#tablebody .hidden-head th, #tablebody .hidden-head td {
  padding-bottom: 0;
  padding-top: 0;
  border-left-color: transparent;
}

#reporthistory #tablebody {
  min-height: 269px;
  height: calc(100% - 116px);
}

#importerrors #tablebody {
  min-height: 269px;
  height: calc(100% - 95px);
}

#backups #tablebody {
  min-height: 210px;
  height: calc(100% - 164px);
}
#backups .notemplates {
  min-height: 210px;
  height: calc(100% - 139px);
}

#filter #tablebody {
  min-height: 284px;
  height: calc(100% - 95px);
}
#filter .nofilter {
  min-height: 210px;
  height: calc(100% - 60px);
}

.paging {
  float: right;
  margin-top: -5px;
  cursor: default;
}
.paging a {
  text-decoration: none;
}
.paging a:hover, .paging a:focus, .paging a:active {
  text-decoration: underline;
}
.paging .pageNumber {
  padding: 1px 5px;
  color: #282828;
}
.paging .currentPage {
  background-color: #e6e6e6;
}
.paging input[type="image"] {
  border: 0 none;
  vertical-align: middle;
  padding-bottom: 2px;
}

/* === Styles für Fußbereich === */
#foot {
  clear: both;
  position: relative;
  margin-top: 15px;
  font-size: 81%;
  color: #7d7d7d;
  height: 22px;
}
#foot a {
  color: #7d7d7d;
  text-decoration: none;
}
#foot a:hover, #foot a:focus, #foot a:active {
  text-decoration: underline;
}
#foot a.intern, #foot a.extern {
  color: #dc7300;
}
#foot a#up {
  background: url("../img/top.png") no-repeat scroll left 1px transparent;
  padding-left: 10px;
  vertical-align: top;
}
#foot #applogo {
  height: 20px;
  display: inline-block;
  margin-left: 20px;
  margin-top: -2px;
}
#foot .pageactions {
  position: absolute;
  right: 0;
  top: 0;
}

#app_form_context {
  display: inline-block;
  vertical-align: top;
  width: 620px;
}
#app_form_context .delimiter {
  background: url("../img/context_delimiter.png") no-repeat scroll left center transparent;
  display: inline-block;
  width: 5px;
  height: 8px;
  padding: 0;
  margin: 0;
}
#app_form_context span {
  white-space: nowrap;
}

/* === Styles für Hinweismeldungen === */
.box {
  clear: both;
  padding: 3px 4px 3px;
  border: 1px solid;
  font-size: 12px;
  display: inline-block;
  box-shadow: 0 1px 3px 0 #C0C0C0;
  margin: 0 0 5px;
}
.box img {
  float: left;
}

.error {
  padding-left: 24px;
  border-color: #ff674c;
  background-color: #fff2ef;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.error img {
  vertical-align: baseline;
  margin: 0 2px -3px -19px;
  color: #ff674c;
  font-weight: bold;
  border: 0 none;
}
.error span + p {
  margin-top: 0.75em;
}

.error-hl {
  border-color: #fe2700;
  box-shadow: 0 0 4px #fe2700;
}

.error-flash {
  box-shadow: 0 0 4px #fe2700;
  background-color: #fe2700;
}

.warn {
  padding-left: 24px;
  border-color: #ffe359;
  background-color: #fffffc;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.warn img {
  vertical-align: baseline;
  margin: 0 2px -3px -19px;
  color: #ffe359;
  font-weight: bold;
  border: 0 none;
}
.warn span + p {
  margin-top: 0.75em;
}
.warn img {
  color: #ffda26;
}

.warn-hl {
  border-color: #fed40d;
  box-shadow: 0 0 4px #fed40d;
}

.warn-flash {
  box-shadow: 0 0 4px #fed40d;
  background-color: #fed40d;
}

.success {
  padding-left: 24px;
  border-color: #7bd58c;
  background-color: #f7fcf8;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.success img {
  vertical-align: baseline;
  margin: 0 2px -3px -19px;
  color: #7bd58c;
  font-weight: bold;
  border: 0 none;
}
.success span + p {
  margin-top: 0.75em;
}

.success-hl {
  border-color: #0fb12e;
  box-shadow: 0 0 4px #0fb12e;
}

.success-flash {
  box-shadow: 0 0 4px #0fb12e;
  background-color: #0fb12e;
}

.info {
  padding-left: 24px;
  border-color: #6d88ff;
  background-color: white;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.info img {
  vertical-align: baseline;
  margin: 0 2px -3px -19px;
  color: #6d88ff;
  font-weight: bold;
  border: 0 none;
}
.info span + p {
  margin-top: 0.75em;
}

.info-hl {
  border-color: #0025fe;
  box-shadow: 0 0 4px #0025fe;
}

.info-flash {
  box-shadow: 0 0 4px #0025fe;
  background-color: #0025fe;
}

/* === Miscellaneous Styles === */
.tip {
  background: url("../img/bulb.png") no-repeat scroll 3px 1px #ffffe1;
  display: block;
  font-style: italic;
  margin-left: 2em;
  padding-left: 20px;
}

/* ===  Styles fuer die neue Groessenanpassung ===*/
html {
  height: 100%;
}

body {
  margin: 9px auto 4px;
  height: 100%;
  height: calc(100% - 13px);
  width: 1254px;
}

#main {
  height: calc(100% - 98px);
}

.rwd {
  display: none;
}

#formoverview #main {
  height: auto;
}
#formoverview #foot {
  margin-bottom: 15px;
}

#maintenance #main,
#selectstatisticshelp #main {
  height: calc(100% - 65px);
}

#formcontainer form {
  height: calc(100% - 120px);
}

#editfilter form {
  display: inline;
}
#editfilter .filter-content {
  height: calc(100% - 70px);
  overflow: auto;
}

#form_pane {
  width: 992px;
  height: calc(100% - 6px);
}

/* === Styles für Druckausgaben === */
@media print {
  body {
    width: 100%;
    background: none white;
    border: 0 none;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  #head {
    margin: 0 10px !important;
  }
  #head #logo {
    margin-top: 0px;
  }
  #head #qlinks {
    list-style: none;
  }
  #head #timeout,
  #head #logoutButton,
  #head #switchUserButton {
    visibility: hidden;
  }

  #main,
  #main .page,
  #content {
    width: 100% !important;
    background: none transparent !important;
    border: 0 none !important;
    box-shadow: none !important;
    height: auto !important;
    min-height: inherit;
    padding: 0 !important;
  }

  #main {
    margin: 0 !important;
  }
  #main h1#title {
    display: none;
    width: 100% !important;
    background: none transparent !important;
    border: 0 none !important;
    color: black !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    position: relative;
  }
  #main h1#title span:first-child {
    margin: 0 !important;
    padding: 1em 0 .5em !important;
    width: auto;
  }
  #main h1#title #title_logo {
    display: none !important;
  }
  #main #app_message {
    display: none !important;
  }
  #main .page {
    margin: 0 10px !important;
  }
  #main #navigation {
    display: none;
  }

  #content {
    margin: 20px 0 0 !important;
  }
  #content .frame {
    border: 0 none !important;
    box-shadow: none !important;
    min-height: inherit;
    height: auto;
    padding: 0px;
  }
  #content .frame h3 {
    color: black;
  }
  #content .table .paging {
    display: none;
  }
  #content .table #tablehead {
    display: none;
  }
  #content .table #tablebody {
    width: 100%;
    margin-top: 10px;
    overflow: visible !important;
    height: inherit !important;
  }
  #content .table #tablebody .hidden-head {
    visibility: visible;
    height: 20px;
  }
  #content .table #tablebody table {
    margin: 0 !important;
  }
  #content .table #tablebody table td.options {
    visibility: hidden;
    width: 0px;
  }
  #content .table #tablebody table tr input {
    display: none;
  }
  #content .table input,
  #content .table select {
    border: 0 none !important;
    font-size: inherit;
  }

  #foot {
    margin: 0 !important;
  }
  #foot #applogo {
    display: none !important;
  }

  .actions,
  .formactions,
  .pageactions {
    display: none !important;
  }

  .fieldset .resolution_width_1024 {
    width: 100%!important;
  }
}
