/****************
 Fonts / base elements
****************/
variables {
  contentAreaWidth: 1300px;
}

* {
  font-size: 1em;
  margin: 0;
}

body {
  background-color: #d8ddde;
  color: #4B4C4D;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
}

textarea {
  color: #4B4C4D;
  font-family: Arial, sans-serif;
  font-size: 1em;
  resize: none;
}

a, a:visited {
  color: #4B4C4D;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  outline: medium none;
  text-decoration: underline;
}

a.disabled {
  color: #A9A9A9;
  font-weight: bold;
  text-decoration: none;
  outline: medium none;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0 0 5px 0;
}

h3 {
  font-size: 1.0em;
  line-height: 1.0em;
  padding: 10px 0 5px 0;
}

hr {
  margin: 3px 0 0 0;
  color: #009534;
}

ul {
  padding: 0 0 0 30px;
}

b.green {
  color: #009534;
}

td.red {
  color: red;
}

a.close, a.button {
  color: #FFFFFF;
  text-decoration: none;
}

div.dialog {
  position: relative;
  top: 20px;
}

p.dialog {
  position: relative;
  top: 28px;
}

h2.dialog {
  position: relative;
  top: 5px;
}

/**********************************
 general
***********************************/
.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

/****************
 login page
****************/
div.loginInfo {
  background-color: #b2bbbd;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

a.loginInfo {
  color: #009534;
}

/****************
 error/status styles
****************/
.error {
  color: #ED171F;
  line-height: 30px;
  width: 1200px;
  min-height: 20px;
  text-align: left;
}

ul.error {
  list-style: none;
  line-height: 30px;
}

li.error {
  color: #ED171F;
  font-size: 1.2em;
  font-weight: bold;
}

span#statusMessage {
  color: #009534;
  font-size: 1.2em;
  font-weight: bold;
  clear: both;
}

.nomatches {
  width: auto;
}

/***************
 General Layout
****************/
.content_area_dimensions {
  width: 1510px;
}

#page_body_inner {
  margin: auto;
  padding-bottom: 40px;
  text-align: left;
}

.headerLogo {
  background-color: white;
}

#page_head {
  padding: 10px;
  position: relative;
  bottom: -10px;
  background-color: white;
}

#page_head h1 {
  padding: 13px 0 2px 0;
}

#page_head #logo {
  float: left;
  margin: 10px 80px 10px 10px;
}

#logo img {
  border: 0 none;
  margin-bottom: 20px;
}

#shadow_container {
  position: relative;
  background-color: #fff;
  padding: 1px 0;
  overflow: hidden;
}

img.shadow {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#subNavi {
  float: left;
  display: block;
  padding: 5px 0 0 10px;
  position: relative;
  top: 0;
  left: 10px;
  z-index: 2;
  width: 245px;
  border-right: 1px solid #808080;
}

#subNavi.fixed {
  position: fixed;
}

#content {
  min-height: 490px;
  margin-left: 265px;
  border-left: 1px solid gray;
  padding: 15px 20px;
}

#footer {
  color: #007d40;
  clear: both;
  padding: 20px 15px 40px 15px;
  background-color: #b2bbbd;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.legendWithIcons {
  margin: 4px 0 0 10px;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/****************
 Navigation
****************/
#subNavi ul {
  line-height: 1.5em;
  padding: 0 0 10px 0px;
  list-style-type: circle;
  list-style-position: inside;
}
#subNavi h3 {
  font-size: 15px;
  padding: 10px 5px 0px 5px;
  margin: 0;
  font-weight: bold;
  /*background-color: rgb(0,149,52);*/
  border-bottom: 1px solid #aaa095;
  margin: 0 15px 5px 0;
}
#subNavi li.active {
  list-style-type: disc;
  background-color: #F6F6F6;
  color: #009534;
  margin-right: 15px;
}
#subNavi li.active a {
  color: #00925d;
}
#subNavi > ul li:HOVER {
  list-style-type: disc;
  background-color: #F7F7F7;
  margin-right: 15px;
}
#subNavi > ul li {
  padding: 2px 5px;
  font-size: 12px;
}
#subNavi > ul li a, #subNavi > ul #subNavi span {
  position: relative;
  left: -4px;
}

#lnkLogout {
  cursor: pointer;
  font-size: 15px;
  position: relative;
  top: -3px;
}

#sessionTime {
  font-size: 14px;
  position: relative;
  top: -22px;
}

#resetSessionLabel {
  float: right;
  position: relative;
  left: 245px;
  top: -2px;
}

/*************************
 entity-table
**************************/
.entity-table {
  border: 1px solid #007d40;
  border-collapse: collapse;
}

.entity-table td, .entity-table th {
  font-size: 1em;
  border: 1px solid #007d40;
  padding: 2px 4px 2px 4px;
}

.entity-table th {
  font-size: 1.1em;
  text-align: left;
  padding: 2px 6px 2px 6px;
  background-color: #d8ddde;
  color: #445052;
}

.entity-table th i {
  color: #ffffff;
}

.entity-table tr.alt td {
  color: #000000;
  background-color: #EAF2D3;
}

.entity-table img {
  padding: 2px 6px 0px 6px;
}

/****************
 form styles
****************/
dl {
  margin: 0;
  overflow: auto;
  width: 1220px;
}

dt {
  float: left;
  font-weight: bold;
  marigin: 0;
  text-align: right;
  padding: 5px 5px 5px 0;
  width: 280px;
}

dd {
  float: left;
  margin: 0;
  /*overflow: hidden;*/
  padding: 5px;
  width: 210px;
}

dd.help {
  width: 280px;
}

.buttonarea {
  margin-left: 0px;
  padding: 10px 0;
}

.buttonarea-right {
  float: right;
}

button.leftMargin {
  margin-left: 20px;
}

div.checkboxes span {
  padding: 5px 0 5px 0;
  margin: 0 5px 0 0;
  display: block;
}

input[type=text], input[type=password], select, button {
  margin: 0 5px 0 0;
  padding: 0 0 0 5px;
  width: 200px;
}

input[type=checkbox], select {
  float: left;
  margin: 1px 165px 0 0;
  padding: 0 0 0 5px;
}

input#dialog_checkbox[type=checkbox] {
  margin: 0px 10px 0 0;
}

input[type=select], select {
  float: left;
  margin: 5px 5px 0 0;
  padding: 0 0 0 5px;
}

input.login {
  margin: 0 5px 0 0;
  padding: 0 0 0 5px;
  width: 195px;
}

input.expertOpinion {
  margin: 0 5px 0 0;
  padding: 0 0 0 5px;
  width: 120px;
}

/* for IE8 */
input.inputFields {
  margin: 0 5px 0 0;
  padding: 0 0 0 5px;
  width: 200px;
}

/* for IE8 */
input.inputTypeFile {
  width: 100%;
}

input[readonly="readonly"] {
  background-color: #bbb;
}

/* for IE8 */
input.disabled {
  background: #bbb;
}

form button, input {
  margin: 0 2px 0 2px;
}

p {
  max-width: 500px;
}

div.info ul {
  padding: 0;
  margin: 0 0 0 3em;
}

div.faqInfo {
  background-color: #EDEDED;
  padding: 15px;
  margin: 15px 0 15px 0;
}

.bold {
  font-weight: bold;
}

.padding-right-20 {
  padding-right: 20px;
}

/***********************
 modified form style for corporation edit
*************************/
#edit-corporation dt {
  width: 250px;
  padding: 10px 10px 5px 5px;
}

#edit-corporation dd {
  width: 120px;
  padding: 10px 10px 5px 5px;
}

#edit-corporation dd.help {
  width: 50px;
}

/****************
 form styles discount
****************/
#discount dt {
  padding-top: 4px;
  padding-bottom: 0;
  font-weight: normal;
}

#discount dd {
  padding-top: 4px;
  padding-bottom: 0;
}

/**********************************
 style for links
***********************************/
.link {
  cursor: pointer;
}

/**********************************
 form styles for dialog windows
***********************************/
.modal_dialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modal_dialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modal_dialog > form {
  width: 270px;
  height: 150px;
  position: relative;
  margin: 10% auto;
  padding: 15px 20px 13px 20px;
  border-radius: 0px;
  background: #fff;
}

.modal_dialog#timeout_dialog > form {
  height: 180px;
}

.button {
  background: #009534;
  color: white;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}

.button:active {
  background: #046B25;
}

#close {
  line-height: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  width: 30px;
  font-weight: bold;
}

#ok_button {
  line-height: 25px;
  position: absolute;
  top: 135px;
  left: 20px;
  text-align: center;
  width: 100px;
  height: 25px;
  font-weight: bold;
}

#cancel_button {
  line-height: 25px;
  position: absolute;
  top: 135px;
  left: 190px;
  text-align: center;
  width: 100px;
  height: 25px;
  font-weight: bold;
}

/**********************************
 form styles for combobox
***********************************/
a.btn {
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
  color: white;
}

a.btn--add {
  position: relative;
  top: 18px;
  background-color: #009359;
  padding: 1px 6px 1px 6px;
}

a.btn--add:active {
  background-color: #007d40;
}

a.btn--remove {
  position: relative;
  top: 18px;
  background-color: #c24f44;
  padding: 0px 6px 2px 7px;
}

a.btn--remove:active {
  background-color: #AA0101;
}

select#hilfsmittelOptions, select#wuvMOptions {
  position: relative;
  bottom: 5px;
  width: 598px;
}

select.selected-items {
  position: relative;
  width: 640px;
  height: 125px;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  border-top-style: inset;
}

#schulungsinhalt.selected-items {
  height: 68px;
  width: 400px;
}

input#selectByNumber, input#selectByNumberWuvM {
  width: 30px;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  border-top-style: inset;
}

#yes_button {
  line-height: 25px;
  position: absolute;
  top: 165px;
  left: 20px;
  text-align: center;
  width: 100px;
  height: 25px;
  font-weight: bold;
}

#no_button {
  line-height: 25px;
  position: absolute;
  top: 165px;
  left: 190px;
  text-align: center;
  width: 100px;
  height: 25px;
  font-weight: bold;
}

/**********************************
 styles for expertOpinionOverview
***********************************/
.filteroption {
  margin-bottom: 5px;
  border-top: none;
  padding-bottom: 10px;
}

.filteroption .inp-group {
  position: relative;
  display: table;
  top: 5px;
}

.filteroption input[type="checkbox"] {
  float: none;
  margin: 5px 0px 0 0;
  position: relative;
  top: 2px;
}

.filteroption .form-icon {
  position: relative;
  left: -35px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  top: 4px;
  padding-right: 30px;
  padding: 8px 0 0 6px;
  border-left: 1px solid #ccc;
}

.filteroption .form-input {
  float: left;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #555;
  display: block;
  font-size: 13px;
  height: 20px;
  line-height: 1.42857;
  padding: 5px 10px;
  vertical-align: middle;
  width: 755px;
}

.filteroption.fixed {
  background: #fff none repeat scroll 0 0;
  position: fixed;
  top: 0;
  width: 1204px;
  z-index: 1000;
  padding-top: 10px;
  border-bottom: 1px solid #007d40;
  padding-bottom: 20px;
}

.filteroption .search-checkbox-grp {
  position: relative;
  bottom: 8px;
  left: -12px;
}

.filteroption .help-icon {
  margin-right: 20px;
  position: relative;
  top: 3px;
}

.search-btn {
  height: 32px;
  width: 120px !important;
  position: relative;
  right: 15px;
  background-color: #d8ddde;
  border: 1px solid #b0bbbd;
  margin-right: 12px;
}

.search-btn:hover {
  background-color: #b0bbbd;
}

.loading {
  visibility: hidden;
  float: right;
  position: relative;
  right: 60px;
}

.collapse {
  display: none;
}

ul.overview {
  list-style: none outside none;
  width: 100%;
  padding: 0;
  border-bottom: 0px;
}

li.overview {
  border: 1px solid #009534;
  border-top: none;
  padding: 5px 5px 5px 5px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

ul.overviewDokumente {
  list-style: none outside none;
  width: 100%;
  padding: 0;
}

li.overviewDokumente {
  border-top: 1px solid #009534;
  padding: 3px 3px 3px 3px;
  display: flex;
  flex-direction: row;
  margin-right: 10px;
}

div.overviewAuftragInfo {
  flex-basis: 48%;
}

div.overviewDokumente {
  flex-basis: 27%;
}

div.overviewAnhaenge {
  flex-basis: 25%;
}

div.overviewAuftragActions {
  margin-bottom: 10px;
}

span.inactive {
  opacity: 0.1;
}

img.overviewInactive {
  opacity: 0.1;
  filter: alpha(opacity=40);
}

a.overviewInactive {
  pointer-events: none;
  cursor: default;
}

b.overview {
  color: #009534;
}

p.ov-header {
  margin-bottom: 5px;
  font-weight: bold;
}

.myButton {
  background-color: #66ac82;
  border: 1px solid #697677;
  display: inline-block;
  cursor: pointer;
  color: #445052;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
}

.myButton:hover {
  background-color: #9fc8aa;
  text-decoration: none;
}

.myButton:active {
  position: relative;
  top: 1px;
}

div.auftragHeader {
  background-color: #d8ddde;
  border: 1px solid #007d40;
  border-bottom: none;
  padding: 5px 5px 0 5px;
  font-weight: bold;
  font-size: 1.1em;
}

select.assignment {
  position: relative;
  bottom: 5px;
}

/**********************************
 styles for expertopinion
***********************************/
div.formCheckbox {
  position: relative;
  bottom: 2px;
}

table.plzOrt {
  position: relative;
  right: 3px;
}

td.ort > input {
  margin: 0 -8px 0 0;
  width: 140px;
}

td.plz {
  margin-right: -3px;
}

td.plz > input {
  width: 44px;
}

select.correction {
  position: relative;
  bottom: 3px;
  margin-right: 0;
  width: 205px;
}

div.template {
  width: 230px;
  float: right;
}

div.template > select {
  position: relative;
  bottom: 6px;
}

select#peId {
  margin-right: 10px;
  padding: 0;
}

.pageHeader {
  margin-bottom: 10px;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

div.gutachtenFeld {
  border: 1px solid #007d40;
  padding: 10px;
  border-top: none;
  margin-bottom: 10px;
}

div.gutachtenFeldHeader {
  color: #445052;
  background-color: #d8ddde;
  border: 1px solid #007d40;
  border-bottom: none;
  padding: 5px;
  font-weight: bold;
  font-size: 1.1em;
}

.hilfsmittelButtonBar {
  position: relative;
  left: 10px;
}

.infofield {
  resize: none;
  position: relative;
  top: 5px;
  margin-bottom: 10px;
}

#field1 {
  width: 525px;
  height: 85px;
}

#field2 {
  width: 632px;
  height: 144px;
}

#field3 {
  width: 632px;
  height: 70px;
}

.removeField {
  text-decoration: none;
  color: white;
  background: #c24f44;
  padding: 0px 5px 2px 5px;
  position: relative;
  bottom: 1px;
  left: 2px;
}

.removeField:hover {
  cursor: pointer;
  text-decoration: none;
}

/**********************************
 styles for expertopinion_edit
***********************************/
.checkbox-horizontal input[type="checkbox"] {
  margin: 5px 5px 5px 0;
}

.checkbox-horizontal label {
  position: relative;
  top: 3px;
}

/**********************************
 styles for help system
***********************************/
#helpContent {
  color: #445052;
  background-color: #f6f6f6;
  margin-right: 15px;
  margin-bottom: 15px;
}

#helpContent > h4 {
  margin: 5px 0;
}

img.margin {
  margin: 10px 0;
}

.hilfeHandbuch {
  height: 10px;
}

.helpError {
  color: red;
  font-weight: bold;
}

li.helpEntry {
  cursor: pointer;
  list-style-type: disc;
}

li.helpEntry > a {
  font-weight: normal;
}

p.helpHeader {
  margin: 5px 0px;
  font-weight: bold;
}

#helpContent {
  padding: 5px;
}

.kbd-btn {
  font-size: 0.8em;
  border: 1px solid;
  border-radius: 2px;
  font-family: inherit;
  padding: 1px;
  position: relative;
  bottom: 1px;
}

.greenBtn {
  border-width: 5px;
  border-height: 5px;
  background-color: green;
  color: white;
}

/**********************************
 invoicemanagement/overview
***********************************/
ul.flex-table > li {
  flex-direction: row;
  display: flex;
  padding-top: 2px;
}

ul.flex-table > li > div {
  padding: 5px;
  height: 20px;
  line-height: 20px;
  border-left: 1px solid #FFFFFF;
}

ul.flex-table > li > div:first-child {
  border: none;
}

ul.flex-table > li:first-child > div {
  padding-left: 5px;
  height: 12px;
  line-height: 12px;
}

ul.flex-table > li:first-child {
  background-color: #D8DDDE;
  font-size: 1.1em;
  padding: 2px;
}

.list-col-12 {
  flex-basis: 100%;
}

.list-col-9 {
  flex-basis: 75%;
}

.list-col-8 {
  flex-basis: 66.67%;
}

.list-col-6 {
  flex-basis: 50%;
}

.list-col-3 {
  flex-basis: 25%;
}

.list-col-2 {
  flex-basis: 16.67%;
}

.list-col-1 {
  flex-basis: 8.33%;
}

.row-color-grey {
  background-color: #F5F5F5;
}

/******************
REPORTING
******************/
ul.rep-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #D8DDDE;
}

ul.rep-nav li {
  float: left;
}

ul.rep-nav li.active {
  color: white !important;
  background-color: #009359;
}

ul.rep-nav li.active a:visited {
  color: white !important;
}

ul.rep-nav li a {
  display: block;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
}

ul.rep-nav li a:hover {
  background-color: #74B896;
}

#repOptions {
  height: 70px;
  margin-top: 10px;
}

#btnRefresh {
  height: 25px;
  width: 35px !important;
  position: relative;
  bottom: -7px;
  border: 1px solid #b0bbbd;
  margin-right: 12px;
  padding: 0 0 1px 2px;
}

#btnRefresh:hover:enabled {
  color: #009359;
}

.border-1px {
  border: 1px solid #A4A4A4;
}

.error-input {
  border: 1px solid #f00;
}

.pflegeschulung__erlaeuterung textarea {
  position: relative;
  top: 5px;
  height: 87px;
  width: 525px;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 10px;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 200px;
}

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