/* Minification failed. Returning unminified contents.
(642,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(1144,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
 */
.menu {
  padding-top: 30px;
  top: 100px;
  font-family: Arial;
  font-size: 14px;
}
.menu ul {
  background: -moz-linear-gradient(left, #E1E1E1 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #E1E1E1), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #E1E1E1 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #E1E1E1 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, #E1E1E1 0%, #ffffff 100%);
  background: linear-gradient(to right, #E1E1E1 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=1);
  padding: 0 0 0 20px;
  color: #666;
  font-weight: bold;
}
.menu ul ul {
  background: -moz-linear-gradient(left, #EFEFEF 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #EFEFEF), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #EFEFEF 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #EFEFEF 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, #EFEFEF 0%, #ffffff 100%);
  background: linear-gradient(to right, #EFEFEF 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=1);
  color: #666;
  padding: 0 0 0 10px;
  font-weight: normal;
}
.menu ul ul :hover {
  color: black;
}
.menu .menuSelected {
  color: black;
}
.menu .menu-header {
  font-weight: bold;
  list-style-type: square;
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAqSURBVChTY8AF/v//D6YZQYSsThGEhwYeX+ljZIKycQJ6KIC5lkzAwAAA2VcKBn0dKvEAAAAASUVORK5CYIJhuLGDgQAAAABJRU5ErkJggk5ErkJggg==') /*img/stotax-menu-header.png*/;
  *list-style-image: url(img/stotax-menu-header.png);
  /* For IE 6 and 7 */
  line-height: 25px;
}
.menu .menu-header:hover {
  color: black;
}
.menu li {
  cursor: pointer;
  list-style-type: none;
  line-height: 25px;
}
.menu li.menuOpen {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVChTY8AF/v//D2VhASBJWZ0isAomsAgSAEnK6RbDtaMoQJcEAbgCbJIgAFaASxIEmPBJEgEYGACzYh9huLGDgQAAAABJRU5ErkJggk5ErkJggg==') /*img/stotax-menu-opened.png*/;
  *list-style-image: url(img/stotax-menu-opened.png);
  /* For IE 6 and 7 */
}
.menu li.menuClose {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABQSURBVChTYwCB////g2msQFanCCiPqYAJSjPI6RZjKIBLggC6AhRJEEBWgCEJAiAFIBqr5KPLvYwgGkMSJAEEYDaKJLIEHODyJxhgl2BgAACV/CYx9g8fBwAAAABJRU5ErkJggkVORK5CYII=') /*img/stotax-menu-closed.png*/;
  *list-style-image: url(img/stotax-menu-closed.png);
  /* For IE 6 and 7 */
}
.menu li span:hover {
  color: black;
}
.menu .lineSeparator {
  margin-left: -30px;
  border-bottom: 1px solid #ffffff;
}
.menu .menuOpen > ul {
  display: block;
}
.menu .menuOpen > ul li {
  list-style-image: none;
}
.menu .menuOpen > ul :hover {
  color: black;
}
.menu .menuOpen span:hover {
  color: black;
}
.menu .menuClose > ul {
  display: none;
}
.menu .menuClose :hover {
  color: black;
}
.pagination {
  display: table;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus,
.pagination .disabled span,
.pagination .disabled span:hover,
.pagination .disabled span:focus {
  border-color: transparent;
  cursor: default;
}
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus,
.pagination .active span,
.pagination .active span:hover,
.pagination .active span:focus {
  background-color: transparent !important;
  border-color: #ebeceb;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  z-index: 0;
  border-bottom: none;
  border-top: none;
}
.pagination li a,
.pagination li span {
  margin: 0px;
  cursor: pointer;
  line-height: 1;
  padding: 0px 6px 0px 6px;
  border-bottom: none;
  border-top: none;
  border-color: #ebeceb;
  color: #1D2C72;
  border-bottom-color: grey;
}
.pagination li a select,
.pagination li span select {
  height: 28px;
  width: 50px;
  text-align: center;
  margin: -5px -10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border: none;
}
.pagination-td {
  border-color: transparent !important;
  padding-bottom: 20px !important;
}
.pagination-seperator {
  width: 70%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-image: -ms-radial-gradient(center, circle farthest-corner, #666 0%, #FFFFFF 100%);
  background-image: -moz-radial-gradient(center, circle farthest-corner, #666 0%, #FFFFFF 100%);
  background-image: -o-radial-gradient(center, circle farthest-corner, #666 0%, #FFFFFF 100%);
  background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #666), color-stop(1, #FFFFFF));
  background-image: -webkit-radial-gradient(center, circle farthest-corner, #666 0%, #FFFFFF 100%);
  background-image: radial-gradient(circle farthest-corner at center, #666 0%, #FFFFFF 100%);
}
.comboBox select {
  min-width: 65px;
  height: 27px;
  margin-top: 5px;
  position: relative;
  right: 20px;
}
.comboBox.activePagination {
  margin-top: 10px;
}
.pagination-gliphycon {
  float: right;
  display: inline-block;
  font-size: large;
  color: darkgrey;
  position: relative;
  right: 7px;
  top: 10px;
}
.upload-header {
  padding: 15px;
  font-size: 18px;
}
.upload-header i {
  top: 3px;
  color: #1d2d72;
}
#belegUpload .links {
  padding-left: 0;
  padding-right: 5px;
  height: 250px;
  margin-bottom: 15px;
}
#belegUpload .rechts {
  padding-left: 5px;
  padding-right: 0;
  height: 250px;
  margin-bottom: 15px;
}
#belegUpload .rechts .btnGroup {
  height: 40%;
}
#belegUpload .rechts .btnGroup .MonatQuartal {
  display: inline-block;
  width: 100%;
}
#belegUpload .rechts .btnGroup .MonatQuartal select {
  min-width: 40px;
  max-width: 48%;
  cursor: default;
}
#belegUpload .rechts .btnGroup .MonatQuartal select:nth-child(1) {
  margin-right: 15px;
}
#belegUpload .dragDrop {
  height: 100%;
  padding: 0px 6px 2px 0px;
  z-index: 1051;
}
#belegUpload .dragDrop.errorClass {
  border: red 2px solid;
  border-radius: 5px;
}
#belegUpload .dragDrop.hoverDragAndDrop .dropbox {
  background-color: #dff0d8;
}
#belegUpload .dragDrop .dropbox {
  display: block;
  overflow: auto;
  height: 100%;
  border: 1px solid #ebeceb;
  box-shadow: 2px 2px 5px #1D2C72;
  border-radius: 5px;
  background-color: #ebeceb;
  text-align: center;
  color: #1D2C72;
  font-size: 14px;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
#belegUpload .dragDrop .dropbox table {
  padding: 3px;
  font-size: 14px;
  text-align: left;
  color: black;
  table-layout: fixed;
  width: 100%;
  margin-top: 2px;
}
#belegUpload .dragDrop .dropbox table tr {
  cursor: default;
  border-bottom: 1px solid #ccc !important;
}
#belegUpload .dragDrop .dropbox table tr td {
  padding: 0px 1px;
}
#belegUpload .dragDrop .dropbox table tr .belegname {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
}
#belegUpload .dragDrop .dropbox table tr span > span {
  font-weight: bolder;
  font-size: 14px;
}
#belegUpload .dragDrop .dropbox table tr .removeDocumentIcon {
  text-align: center;
  color: red;
  cursor: pointer;
  font-size: 10px;
  padding: 2px;
}
#belegUpload .dragDrop .dropbox table tr .removeDocumentIcon:hover {
  padding-top: 1px;
  font-size: 12px;
}
#belegUpload .dragDrop .dropbox .dropText {
  position: relative;
  padding: 100px 40px;
}
#belegUpload .dragDrop .dropbox.not-available {
  background-color: #F88;
}
#belegUpload .dragDrop .dropbox.not-available span {
  left: 65px;
  top: 90px;
}
#belegUpload .dragDrop .dropbox .tooltip {
  position: absolute;
  margin-left: 150px;
  z-index: 1051;
  display: block;
}
#belegUpload .dragDrop .dropbox .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=90);
}
#belegUpload .dragDrop .dropbox .tooltip.bottom {
  margin-top: 0px;
  padding: 5px 0;
}
#belegUpload .dragDrop .dropbox .tooltip-inner {
  max-width: none;
  z-index: 1051;
  padding: 3px 3px;
  color: #000;
  background-color: #ffffff;
}
#belegUpload .dragDrop .dropbox .tooltip.bottom .tooltip-arrow {
  border-bottom-color: transparent;
}
#belegUpload .dragDrop .percent {
  position: absolute;
  width: 300px;
  height: 14px;
  z-index: 1;
  text-align: center;
  font-size: 0.8em;
  color: white;
}
#belegUpload .dragDrop .progress-bar {
  width: 300px;
  height: 14px;
  border-radius: 10px;
  border: 1px solid #CCC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6666cc), to(#4b4b95));
  -moz-border-image: initial;
  -o-border-image: initial;
  -webkit-border-image: initial;
  border-image: initial;
}
#belegUpload .dragDrop .uploaded {
  padding: 0;
  height: 14px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500));
  -moz-border-image: initial;
  -o-border-image: initial;
  -webkit-border-image: initial;
  border-image: initial;
}
#belegUpload .belegeUploadText {
  font-size: 14px;
  margin-bottom: 0px;
}
#belegUpload .col-full {
  width: 100%;
}
#belegUpload .uploadBtn {
  float: right;
}
#belegUpload .uploadBtn button {
  float: left;
  margin-left: 10px;
}
#belegUpload .customDropdownArrow input {
  cursor: default;
}
#belegUpload .customDropdownArrow #emptySpacer {
  height: 35px;
  display: block;
}
#belegUpload .customDropdownArrow:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 9.5px;
  bottom: 0;
  width: 9.7px;
  background-image: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white' stroke='white' stroke-width='1.7'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
}
#belegUpload .dropDownUpload {
  background-color: #1D2C72;
  background: linear-gradient(0deg, #1d3c97 5%, #1D2C72 100%);
  box-shadow: 2px 2px 5px #1D2C72;
  font-size: 14px;
  color: white;
  height: 20pt;
  padding: 3px 5px 3px 5px;
  border: 1px solid #1D2C72;
  border-radius: 5px;
  margin-bottom: 10px;
}
#belegUpload .dropDownUpload.errorClass {
  border: red 2px solid;
}
#belegUpload .dropDownUpload.fachlichkeit {
  height: auto;
}
#belegUpload .dropDownUpload.fachlichkeit .decorativeItem {
  pointer-events: none;
}
#belegUpload .dropDownUpload.fachlichkeit p {
  margin: 0 0 0 0;
}
#belegUpload .dropDownUpload.fachlichkeit p:hover {
  cursor: default;
  background-color: #0099da !important;
}
#belegUpload .dropDownUpload input.fachlichkeit::-webkit-calendar-picker-indicator {
  opacity: 100;
}
#belegUpload .dropDownUpload option {
  color: white;
  background-color: #1D2C72;
}
#belegUpload .uploadedFiles {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px;
}
#belegUpload .notAllowedFiles {
  margin-bottom: 0px;
}
#belegUpload .textareaAnmerkung {
  font-size: 14px;
  height: 60%;
}
#belegUpload .textareaAnmerkung.errorClass {
  border: red 2px solid;
  border-radius: 5px;
}
#belegUpload #fileToUpload {
  display: none;
}
#belegUpload .errorText {
  padding: 0;
}
#belegUpload .repeat-item.ng-enter,
#belegUpload .repeat-item.ng-leave {
  -webkit-transition: linear all 0.3s;
  -moz-transition: linear all 0.3s;
  -o-transition: linear all 0.3s;
  transition: linear all 0.3s;
}
#belegUpload .repeat-item.ng-enter,
#belegUpload .repeat-item.ng-leave.ng-leave-active {
  opacity: 0;
}
#belegUpload .repeat-item.ng-leave,
#belegUpload .repeat-item.ng-enter.ng-enter-active {
  opacity: 1;
}
#belegUpload .editableEmailBetreff {
  font-size: 14px;
}
#belegUpload .editableEmailBetreff input[type=checkbox] {
  visibility: visible !important;
  cursor: pointer;
  position: relative;
  top: 2px;
}
#belegUpload .editableEmailBetreff .checkboxText {
  font-weight: normal !important;
}
.filter {
  position: relative;
  background: -moz-linear-gradient(left, #ffffff 0%, #ebeceb 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #ebeceb));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ebeceb 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #ebeceb 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ebeceb 100%);
  background: linear-gradient(to right, #ffffff 0%, #ebeceb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=1);
  padding: 1px 0px;
  border-bottom-left-radius: 5px;
  height: 30px;
}
.filter .selectDateRangePickerEinstelldatum {
  padding: 0px;
  text-align: right;
}
.filter .selectDateRangePickerEinstelldatum input {
  margin-top: 4px;
  margin-right: 3px;
  padding-left: 5px;
  height: 20px;
  width: 190px;
  border: 1px solid #666;
  border-radius: 3px;
  outline: none;
}
.filter .selectDateRangePickerEinstelldatum .deleteText {
  position: absolute;
  color: red;
  top: 6px;
  right: 21px;
  display: inline-block;
  cursor: pointer;
}
.filter .selectDateRangePickerEinstelldatum .datePickerIcon {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}
.filter .selectDateRangePickerZeitraum {
  padding: 0px;
  position: relative;
  top: -2px;
}
.filter .selectDateRangePickerZeitraum input {
  margin-top: 4px;
  padding-left: 80px;
  padding-right: 15px;
  height: 20px;
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  outline: none;
}
.filter .selectDateRangePickerZeitraum .deleteText {
  position: absolute;
  color: red;
  top: 7px;
  right: 3px;
  display: inline-block;
  cursor: pointer;
}
.filter .selectDateRangePickerZeitraum .datePickerIcon {
  position: absolute;
  top: 7px;
  left: 4px;
  cursor: pointer;
}
.filter .selectDateRangePickerZeitraum .inputText {
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 19px;
  color: #999;
  cursor: pointer;
}
.filter .alleUngelesenFilter {
  padding-left: 12px;
  padding-top: 3px;
  font-size: 16px;
  cursor: pointer;
}
.filter .alleUngelesenFilter a {
  color: #1D2C72;
}
.filter .alleUngelesenFilter a :link,
.filter .alleUngelesenFilter a :visited,
.filter .alleUngelesenFilter a :hover,
.filter .alleUngelesenFilter a :active {
  color: #1D2C72;
}
.filter .alleUngelesenFilter .bold {
  font-weight: bold;
}
.filter .titelRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #333;
  padding: 8px 0 9px 10px;
  height: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.error .info h1 {
  font-size: 24px;
  font-weight: 700;
}
.error .info label {
  vertical-align: bottom;
}
.error .info .col-xs-6 {
  margin: 0;
  padding: 0;
}
.error .item {
  margin-bottom: 25px;
}
.error .item img {
  width: 50px;
  height: 50px;
}
.error .item .caption {
  font-size: 14px;
  color: #213a8c;
  font-weight: 700;
  margin-bottom: 5px;
}
.error .item label {
  font-weight: 400;
}
.error .textblock {
  font-size: 14px;
  margin-bottom: 150px;
}
.error .textblock header {
  padding: 50px 0 0 0;
  font-size: 18px;
  color: #1D2D72;
  font-weight: bold;
}
.error .textblock .theader {
  background-color: #F2F2F2;
}
.error .textblock th {
  font-size: 14px !important;
  padding: 8px !important;
  line-height: 1.42857143 !important;
  vertical-align: top !important;
  border-top: 1px solid #ddd !important;
}
.error .textblock h5 {
  font-size: 14px;
  color: #1D2D72;
  font-weight: bold;
}
.error .textblock h6 {
  font-size: 14px;
}
.error .textblock .pfeilok {
  color: green;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.stx-datepicker {
  position: absolute;
  right: 0px;
  left: auto;
  border: 2px solid black;
  border-radius: 5px;
  background-color: #ebeceb;
  width: 988px / 12*3.55;
  padding: 15px;
  font-family: Arial;
  z-index: 1051;
}
.stx-datepicker .datePickerTimes {
  margin-left: 10px;
  margin-top: 19px;
}
.stx-datepicker .withoutPadding {
  padding: 0px 0px 0px 0px;
}
.stx-datepicker table thead th {
  min-width: 32px;
  height: 20px;
  border: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
}
.stx-datepicker table thead th.dateLabels {
  color: #666;
  font-style: italic;
}
.stx-datepicker table thead th select {
  font-weight: bold;
  border: none;
  background: #ebeceb;
}
.stx-datepicker table tfoot td {
  min-width: 32px;
  height: 20px;
  border: 3px solid #ebeceb;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-weight: normal;
}
.stx-datepicker table tbody .calendarDateInMonth {
  color: #000;
}
.stx-datepicker table tbody .calendarDateNotInMonth {
  color: #999999;
}
.stx-datepicker table tbody .calendarDateCurrent {
  color: #273e82;
  border: 1px solid #273e82;
  font-weight: bold;
}
.stx-datepicker table tbody td {
  text-align: center;
  border: 3px solid #ebeceb;
  background: #ffffff;
  cursor: pointer;
  font-weight: normal;
}
.stx-datepicker table tbody td.schnellFinderText {
  background: #ebeceb;
  text-align: left;
  white-space: nowrap;
}
.stx-datepicker table tbody td :hover {
  background: #ebeceb;
}
.stx-datepicker table tbody td.weeks {
  color: #273e82;
  font-weight: bold;
}
.stx-datepicker ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stx-datepicker ul li {
  text-align: left;
  background: #f5f5f5;
  border: 1px solid #666666;
  color: #000;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.stx-datepicker .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  margin-top: 5px;
  margin-left: 3px;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #273e82;
}
.stx-datepicker .close {
  color: #ff0000;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5;
  opacity: 1;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.stx-periodpicker {
  width: 345px;
  padding: 10px;
  right: auto;
  border: 1px solid #666;
}
.stx-periodpicker table {
  align-content: center;
}
.stx-periodpicker table .calendarSelectLabel {
  min-width: 32px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
}
.stx-periodpicker table tbody .calendarDateCurrent {
  border: none;
}
.stx-periodpicker table tbody td {
  width: 80px;
  padding: 0px 0px;
}
.stx-periodpicker table tfoot td {
  font-weight: bold;
}
.stx-periodpicker table tfoot :hover {
  background: #ebeceb;
}
.main {
  padding: 0 0 30px 0;
}
.main .header {
  font-size: 16px;
  color: #333333;
  padding: 9px 0 9px 10px;
  height: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.main table tbody > tr {
  border: none;
}
.main table tbody > tr th,
.main table tbody > tr td {
  border: none;
  cursor: default;
  background-color: white;
  font-size: inherit !important;
}
.main table tbody > tr th {
  border-bottom: 1px solid black;
}
.main table tbody > tr:hover td {
  background-color: #F2F2F2;
  cursor: pointer;
}
.mandant .item {
  border-radius: 15px;
  padding: 15px;
  margin: 0 0 15px 0;
  box-shadow: 1px 1px 3px 1px #999;
  cursor: pointer;
}
.mandant .item div {
  float: left;
}
.mandant .item .listItem {
  margin-top: 5px;
}
.mandant .item .listItem::before {
  position: relative;
  bottom: 1px;
  content: "⏵" !important;
  color: #f59b00;
  font-size: 14px;
  padding-right: 5px;
}
.mandant .item:hover {
  box-shadow: 1px 1px 3px 1px #1D2D72;
}
.iconGrundbuecher svg {
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  transform: translate(4%, 10%);
  cursor: pointer;
}
.iconGrundbuecher svg path,
.iconGrundbuecher svg rect,
.iconGrundbuecher svg circle {
  fill: #fff !important;
}
.iconGrundbuecher svg:hover {
  background: #606060;
}
.transferred-icon svg {
  background: green !important;
}
.transferred-icon svg:hover {
  background: #26c281 !important;
}
.editor {
  width: 360px;
  background-color: lightslategrey;
  border-style: solid;
  border-color: black;
}
.content a:link {
  text-decoration: none;
  color: #000;
}
.content a:visited {
  text-decoration: none;
  color: #000;
}
.content a:hover {
  text-decoration: none;
  color: #606060;
}
.content .row {
  margin-top: 15px;
  margin-bottom: 20px;
}
.content .table tbody > tr > th {
  vertical-align: middle;
  border-top: 0px solid transparent;
}
.content .table tbody > tr > th h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.content input[type=checkbox] {
  visibility: hidden;
}
.content .squaredCheckbox {
  width: 15px;
  height: 15px;
  background: #F59b00;
  position: relative;
  border-radius: 3px;
  vertical-align: middle;
}
.content .squaredCheckbox label {
  cursor: pointer;
  position: absolute;
  width: 11px;
  height: 11px;
  left: 2px;
  top: 2px;
  background: #fff;
}
.content .squaredCheckbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 2px;
  left: 1px;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .squaredCheckbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.content .squaredCheckbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.content .fachlichkeit {
  color: #606060;
  padding-top: 7px;
  font-size: 12px;
}
.content .einstellVorgangText {
  font-size: 12px;
  font-weight: bold;
  cursor: default;
  color: #606060;
  margin-bottom: -3px;
}
.content .einstellVorgangNachricht {
  font-size: 10px;
  font-weight: bold;
  cursor: default;
  color: #606060;
  margin-bottom: -3px;
}
.content .table tbody > tr > th {
  font-size: 11px;
  vertical-align: middle;
  border-top: 0px solid transparent;
}
.content .table tbody > tr > th h3 {
  color: #1D2C72;
  font-size: 18px;
  font-weight: bold;
}
.content .table tbody > tr > th h5 {
  color: #1D2C72;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 3px;
}
.gestrichen {
  background-color: #e3e3e3;
}
.gestrichen td {
  font-style: italic;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNg+A8AAQIBANEay48AAAAASUVORK5CYII=');
  background-repeat: repeat-x;
  background-position: 50% 50%;
}
.gestrichen td:nth-child(1) {
  border: none;
  background: none;
}
#kommentar {
  padding-top: 5px;
  padding-left: 5px;
  border: none;
}
.modal-dialog .modal-body .form-group {
  margin: 0px !important;
  font-size: 14px;
}
.modal-dialog .modal-body .form-group .col-xs-10 {
  padding: 3px 0 0 3px;
}
.modal-dialog .modal-body .form-group .col-xs-10 .form-control {
  margin-top: 6px;
  font-size: 12px;
  height: 24px;
  padding: 3px 10px;
}
.modal-dialog .modal-body .form-group .col-xs-10 button {
  margin-top: 6px;
  font-size: 12px;
  height: 24px;
  padding: 5px;
  color: black;
}
.modal-dialog .modal-body legend.form-group-title {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 0;
  color: #004C90;
  padding-top: 10px;
  padding-left: 11px;
  margin-bottom: 0;
}
.modal-dialog .modal-body .has-error {
  border: 1px solid #CC0000 !important;
}
.modal-dialog .modal-body label {
  line-height: 10px !important;
  font-weight: normal;
}
.modal-dialog .modal-body .hauptLabel {
  font-weight: bold;
  color: #1D2C72 !important;
}
.modal-dialog .modal-body .dateigrosse {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}
.modal-dialog .modal-body .squaredCheckbox {
  margin-top: 5px;
  margin-right: 5px;
}
.modal-dialog .modal-body .squaredCheckbox label {
  margin: auto;
}
.modal-dialog .modal-body .form-groupRowEven {
  background-color: #ebeceb;
  border-radius: 3px;
  box-shadow: 2px 2px 5px #1D2C72;
}
.modal-dialog .modal-body .form-groupRowOdd {
  line-height: 25px;
}
.modal-dialog .modal-body .form-groupFooter {
  line-height: 25px;
  background-color: #fbf4de !important;
  border-bottom: 1px solid #FBC300 !important;
}
.modal-dialog .modal-body .form-groupFooterEven {
  line-height: 25px;
  background-color: #fde799 !important;
  border-bottom: 1px solid #FBC300 !important;
}
.modal-dialog .modal-body .textfield {
  border: none;
  line-height: 27px;
  background-color: transparent;
  font-family: Arial;
  color: black;
  width: 100%;
  line-height: 1 !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.modal-dialog .modal-body .textfieldAnmerkung {
  border: none;
  line-height: 25px;
  background-color: transparent;
  font-family: Arial;
  color: black;
  width: 100%;
  height: 80px;
}
.modal-dialog .modal-body .belegeUploadModal {
  display: inline-block;
}
.popover {
  color: #666;
  border-color: #999;
  max-width: 500px;
}
.popover .popover-content {
  padding: 6px 8px;
}
.popover.top {
  margin-top: -5px !important;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  cursor: pointer;
  margin-right: 3px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  cursor: pointer;
  margin-right: 3px;
}
th .inactive {
  color: #999;
  border-bottom-color: #999;
  border-top-color: #999;
}
th .inactive:hover {
  color: black;
  border-bottom-color: black;
}
.colorGreyBottom {
  color: #999;
  border-bottom-color: #999;
}
.colorGreyBottom:hover {
  color: black;
  border-bottom-color: black;
}
.colorGreyTop {
  color: #999;
  border-top-color: #999;
}
.colorGreyTop:hover {
  color: black;
  border-bottom-color: black;
}
.sortLabel {
  cursor: pointer;
  margin-top: -4px;
}
.stx-pageSelector {
  position: absolute;
  right: 0px;
  left: auto;
  border: 2px solid black;
  border-radius: 5px;
  background-color: #ebeceb;
  width: 988px / 12*3.55;
  padding: 15px;
  font-family: Arial;
  z-index: 1052;
}
.stx-pageSelector a {
  cursor: pointer;
}
.stx-pageSelector .close {
  color: #ff0000;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5;
  opacity: 1;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.private {
  color: #F59b00 !important;
}
.orange {
  color: orange !important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal !important;
}
.nachrichtvorhanden {
  vertical-align: top !important;
}
.downloadLink {
  cursor: pointer;
  color: #606060;
}
.backgroundColorNone {
  background-color: transparent;
}
.opacity {
  opacity: 0.2;
  /* modern browser */
  -moz-opacity: 0.2;
  /* older Mozilla browser */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  /* IE8 in Standard Compliant Mode */
  filter: alpha(opacity=20);
  /* IE5.x -7.0 */
}
.padding-zero {
  padding: 0;
}
#loadingWidget.hideBackground {
  background-color: transparent;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  cursor: wait;
  z-index: 1055;
}
#loadingWidget .loadingWidgetImg {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 1052;
}
.mail2select {
  padding-bottom: 10px !important;
}
.mail2select .saveBtn {
  float: right;
  margin-top: 10px;
}
.mail2select .saveBtn button {
  float: left;
  margin-left: 10px;
}
.mail2select .errorText {
  padding: 0;
  color: red;
}
#mail2select label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857143 !important;
  width: auto;
}
.hightlightForPagination td {
  background-color: #F2F2F2 !important;
}
.fachlichkeitPicker {
  position: relative;
}
.fachlichkeitPicker .customDropdownArrow {
  cursor: default;
}
.fachlichkeitPicker .customDropdownArrow:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 9.5px;
  bottom: 0;
  width: 9.7px;
  background-image: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white' stroke='white' stroke-width='1.7'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
}
.fachlichkeitPicker .dropDownUpload {
  background-color: #1D2C72;
  background: linear-gradient(0deg, #1d3c97 5%, #1D2C72 100%);
  box-shadow: 2px 2px 5px #1D2C72;
  font-size: 14px;
  color: white;
  height: 20pt;
  padding: 3px 5px 3px 5px;
  border: 1px solid #1D2C72;
  border-radius: 5px;
  margin-bottom: 10px;
}
.fachlichkeitPicker .dropDownUpload.errorClass {
  border: red 2px solid;
}
.fachlichkeitPicker .dropDownUpload.fachlichkeit {
  height: auto;
}
.fachlichkeitPicker .dropDownUpload.fachlichkeit .decorativeItem {
  pointer-events: none;
}
.fachlichkeitPicker .dropDownUpload.fachlichkeit p {
  margin: 0 0 0 0;
}
.fachlichkeitPicker .dropDownUpload.fachlichkeit p:hover {
  cursor: default;
  background-color: #0099da !important;
}
.fachlichkeitPicker .dropDownUpload input.fachlichkeit::-webkit-calendar-picker-indicator {
  opacity: 100;
}
.fachlichkeitPicker .dropDownUpload option {
  color: white;
  background-color: #1D2C72;
}
#changeFachlichkeit .customDropdownArrow {
  cursor: default;
}
#changeFachlichkeit .customDropdownArrow:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 9.5px;
  bottom: 0;
  width: 9.7px;
  background-image: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white' stroke='white' stroke-width='1.7'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
}
#changeFachlichkeit .dropDownFachlichkeit {
  background-color: #1D2C72;
  background: linear-gradient(0deg, #1d3c97 5%, #1D2C72 100%);
  box-shadow: 2px 2px 5px #1D2C72;
  font-size: 14px;
  color: white;
  height: 20pt;
  padding: 3px 5px 3px 5px;
  border: 1px solid #1D2C72;
  border-radius: 5px;
  margin-bottom: 10px;
}
#changeFachlichkeit .dropDownFachlichkeit.fachlichkeit {
  height: auto;
}
#changeFachlichkeit .dropDownFachlichkeit.fachlichkeit .decorativeItem {
  pointer-events: none;
}
#changeFachlichkeit .dropDownFachlichkeit.fachlichkeit p {
  margin: 0 0 0 0;
}
#changeFachlichkeit .dropDownFachlichkeit.fachlichkeit p:hover {
  cursor: default;
  background-color: #0099da !important;
}
#changeFachlichkeit .dropDownFachlichkeit input.fachlichkeit::-webkit-calendar-picker-indicator {
  opacity: 100;
}
#changeFachlichkeit .dropDownFachlichkeit option {
  color: white;
  background-color: #1D2C72;
}
#changeFachlichkeit .form-group label {
  padding-left: 0px !important;
  line-height: normal !important;
}
.settings .modal-body label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857143 !important;
  width: auto;
}
