html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bold {
    font-weight: bold;
}

.width-full,
.tab-row.width-full {
    width: 100%;
}

.untertitel {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 5px;
    border-top: 1px solid #AAAAAA;
}

.hidden {
    display: none;
}

.input-small {
    width: 50px;
}

.input-large {
    width: 30em;
}

.inline {
    disply: inline-block;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}



.output-text-bordered,
input[disabled="true"],
input[disabled="disabled"] {
    border-radius: 4px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-width: thin;
    padding: 4px 6px 4px 6px;
    background-color: rgb(240, 240, 240)
}

input[type="text"],
input[type="password"],
textarea,
select {
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 4px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-width: thin;
    padding: 4px 6px 4px 6px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: rgb(85, 85, 85)
}

select {
    height: 30px;
    background-color: rgb(255, 255, 255);
}

input[type="text"],
input[type="password"] {
    height: 20px;
}

body {
    color: rgb(51, 51, 51);
}

input.input-wide {
    width: 250px;
}

input.input-wide-kunde {
    width: 299px;
}

select.input-wide {
    width: 264px;
}

input.input-medium {
    width: 140px;
}

select.input-medium {
    width: 154px;
}

.btn {
    display: inline-block;
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: rgb(255, 255, 255);
    padding: 7px 15px;
    vertical-align: top;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 0.87rem;
    font-weight: normal;
    padding-top: 4px;
}

.icon-info-sign {
    background: url('../px/info.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.icon-calculate {
    background: url('../px/calc.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
}


.btn.suspended {
    height: 27px;
    padding-top: 0px;
}

.btn.btn-small {
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn:hover {
    text-decoration: none;
    background-color: #d5d5d5;
    background-position: 0 -30px;
    transition: background-position 0.02s linear;
}

.btn.action {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
}

.btn.action.small {
    padding: 0px;
    background: transparent;
    border: none;
    color: #006DCC;
}

.btn.action.small.danger {
    color: #da4f49;
}

.btn.ok {
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
}

.btn.danger {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
}

.btn.danger-01 {
	background-color: #FFAE42;
	background-image: linear-gradient(to bottom, #ee5f5b, #FFAE42);
	background-repeat: repeat-x;
}

.btn.grey {
    background-color: #AAAAAA;
    background-image: linear-gradient(to bottom, #AAAAAA, #CCCCCC);
    background-repeat: repeat-x;
}

table.auto-width {
    width: auto;
}

ul.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.half-width {
    width: 50%;
}

.w930 {
    width: 930px;
}

.w60 {
    width: 60px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w155 {
    width: 155px;
}

.w160 {
    width: 160px;
}

.w161 {
    width: 161px;
}

.w165 {
    width: 165px;
}

.w166 {
    width: 166px;
}

.w170 {
    width: 170px;
}

.w171 {
    width: 171px;
}

.w175 {
    width: 175px;
}

.w180 {
    width: 180px;
}

.w185 {
    width: 185px;
}

.w186 {
    width: 186px;
}

.w190 {
    width: 190px;
}


.w300 {
    width: 300px;
}

.w700 {
    width: 700px;
}

.w705 {
    width: 705px;
}

.w15em {
    width: 15em;
}

.w497 {
    width: 497px !important;
}

.w2em {
    width: 2em;
}

.w8em {
    width: 8em;
}


.w5em {
    width: 5em;
}

.w6em {
    width: 6em;
}

.w10em {
    min-width: 10em;
}

.w30em {
    min-width: 30em;
}

.w25em {
    min-width: 25em;
}

.w60em {
    width: 60em;
}

.ml3 {
    margin-left: 3px;
}

.ml6 {
    margin-left: 6px;
}


.ml10 {
    margin-left: 10px;
}

.ml50 {
    margin-left: 50px;
}

.ml100 {
    margin-left: 100px;
}

.ml-half {
    margin-left: 0.5em;
}

.mt-no {
    margin-top: 0px;
}

.mb-no {
    margin-bottom: 0px;
}

.mt-single {
    margin-top: 1em;
}

.mt-half {
    margin-top: 0.5em;
}

.mb-half {
    margin-bottom: 0.5em;
}

.mt1 {
    margin-top: 1px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt6 {
    margin-top: 6px;
}

.mt10 {
    margin-top: 10px;
}

.mb {
    margin-bottom: 1em;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt10 {
    margin-top: 10px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}

.mr {
    margin-right: 1em;
}

.mr5 {
    margin-right: 5px;
}


.mr10 {
    margin-right: 10px;
}

.mr50 {
    margin-right: 50px;
}

.mr100 {
    margin-right: 100px;
}

.ml5 {
    margin-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr50 {
    padding-right: 50px;
}

.pt {
    padding-top: 1em;
}

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt12 {
    padding-top: 12px;
}

.pt14 {
    padding-top: 14px;
}

.pr20 {
    padding-right: 20px;
}

.pl5 {
    padding-left: 5px;
}

.h100 {
    height: 100px;
}

.h25 {
    height: 25px;
}

.common-body {
    width: 944px;
    text-align: center;
}

.login-form {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.login-form input[type="text"],
.login-form input[type="password"] {
    width: 300px;
}

.login-form h4 {
    font-size: 17.5px;
    text-align: left;
}

div.head-bild {
    background: #211759;
    height: 80px;
    width: 100%;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h2 {
    text-align: center;
}

.msg.warning {
    color: #b94a48;
}

.alert.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert {
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #fbeed5;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(251, 238, 213);
    border-right-color: rgb(251, 238, 213);
    border-bottom-color: rgb(251, 238, 213);
    border-left-color: rgb(251, 238, 213);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert.alert-msg {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #E3E3E3;
    border-top: 1px solid #D8D8D8;
}

.footer-link a {
    text-decoration: none;
}

.red {
    color: #FF0000;
}

.green {
    color: green;
}

.content {
    margin-top: 10px;
}

.main-menu {
    top: 80px;
    padding-top: 10px;
    width: 944px;
    background: white;
}

.right {
    float: right;
}

td.right {
    text-align: right;
    float: none;
}

th.right {
    text-align: right;
    float: none;
}

.left {
    float: left;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
}

input[type="submit"] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navi-point {
    display: inline;
    padding-right: 5px;
}

.navi-point a.inactive {
    font-weight: normal;
    text-decoration: none;
}

.list-command-div {
    height: auto;
    margin-bottom: 10px;
}

.head-bild .logo {
    width: 1000px;
    text-align: left;
    padding-top: 12px;
    padding-left: 61px;
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.head-bild .logo div.header-login-info {
    float: right;
    font-size: 12px;
    padding-right: 58px;
    text-align: right;
    width: 250px;
}

.head-bild .logo .header-login-info .login-name {
    font-weight: normal;
    margin-bottom: 10px;
    min-height: 14px;
    min-width: 150px;
}

.head-bild .logo div.header-login-info .tool-name {
    font-size: 22px;
    font-weight: bold;
}

.login-form input[type = "text"],
.login-form input[type = "password"] {
    font-size: 12px;
    height: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
    width: 284px;
    padding: 7px 6px 7px 6px;
}

.login-form .btn-area {
    text-align: left;
    height: 34px;
}

div.login-content-formatter {
    margin-top: 80px;
}

div.access-denied-container {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 26px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.logout-link {
    color: rgb(147, 215, 242);
    text-decoration: none;
    cursor: pointer;
}

.edit-header {
    border-top: 1px solid #AAAAAA;
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.edit-form {
    width: 100%;
    clear: both;
}

div.edit-row {
    min-height: 27px;
}

.clear {
    clear: both;
}

.edit-label {
    display: inline-block;
    width: 33%;
    max-width: 200px;
    vertical-align: top;
    padding-top: 12px;
}

.width-full .edit-label {
    width: 49%;
    max-width: 49%;
}

.edit-element {
    width: 66%;
    display: inline-block;
}

.width-full .edit-element {
    width: 50%;
}

.width-full .form-width-full .edit-element {
    width: 80%;
}

.edit-control {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-flex;
}

.paging-element {
    display: inline-block;
    vertical-align: middle;
}

.paging-row ul {
    margin: 0px;
    padding-left: 0px;
    border: 1px solid #ddd;
}

.paging-row ul li {
    display: inline-block;
}

.paging-row ul .paging-element {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 2px 4px;
    width: 25px;
    line-height: 22px;
    text-align: center;
    color: #999;
    text-decoration: none;
}

.paging-row ul .paging-element.inaktiv {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 2px;
    line-height: 22px;
    text-align: center;
    color: #999;
    text-decoration: none;
    background-color: #f5f5f5;
}

.paging-row ul > li:LAST-CHILD .paging-element {
    border-right: 0px;
}

.paging-element.inaktiv {
    color: navy;
    font-weight: bold;
}

.navibar {
    overflow: visible;
    color: #777;
}

.navibar-inner {
    min-height: 30px;
}

.navibar-inner {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navibar .nav {
    display: inline-block;
    margin: 0 10px 0 0;
    list-style: none;
}

.navibar .nav > li {
    float: left;
    line-height: 20px;
}

.navibar .nav > li > a {
    float: none;
    padding: 5px 15px;
    color: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

.nav > li > a {
    display: block;
}

.active.top-navi-element {
    color: #555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.paging-link {
    text-decoration: none;
}

.inline {
    display: inline-block;
}

.vertikal-center {
    vertical-align: middle;
}

.vertikal-bottom {
    vertical-align: bottom;
}

.vertikal-center-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

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

.artikel-detail-bild {
    max-width: 100px;
    max-height: 100px;
}

.artikel-list-bild {
    max-width: 30px;
    max-height: 30px;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.tab-row {
    margin-bottom: 10px;
    display: inline-block;
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0.5em 0 0.5em 0;
    width: 920px;
}

.tab-element {
    margin-left: 10px;
    text-decoration: none;
    color: #777;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 3px;
}

.tab-element.inactive {
    background-color: #E5E5E5;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.filter-row {
    margin-bottom: 10px;
}

.paging-row {
    display: inline-block;
    float: right;
    height: 26px;
    margin-top: 15px;
    padding-left: 0px;
    margin-bottom: 15px;
}


div.list-aktion-div {
    float: right;
    width: 35%;
}

.angebot-zuordnung-area-title {
    font-weight: bold;
    margin-top: 10px;
}

.list-filter {
    padding-bottom: 10px;
    min-width: 730px;
}

.list-filter-element {
    display: inline-block;
}

input.search-term {
    width: 220px;
}

.modalFormContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0000006e;
    background-color: #6E6E6E;
    background-color: #0000006e;
    z-index: 1000;
}

.modalFormContainer-formWindow {
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 30%;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    background: #f0f0f0;
    padding: 16px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    overflow-y: scroll;
    max-height: 80%;
}

.modalFormContainer-formWindow-header {
    display: block;
    overflow: auto;
    border-bottom: thin solid grey;
    padding-bottom: 3px;
    font-weight: bolder;
}

.modalFormContainer-formWindow-body {
    padding-top: 16px;
}

.modalFormContainer-formWindow-footer {
    margin-top: 25px;
    text-align: right;
}

.modal-text-div {
    height: auto;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 5px;
    border-bottom-color: grey;
    padding-bottom: 10px;
}

.modal-text-div.info {
    font-size: 12px;
    font-weight: normal;
}

.modal-text {
    vertical-align: middle;
}

.ui-dialog-titlebar-close {
    display: none !important;
}

.link-back-to-list {
    margin-bottom: 6px;
}

.link-back-to-list a {
    text-decoration: none;
}

.clear-filter-btn {
    background-image: url('../px/clear-filter.png');
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    margin-top: 3px;
}

.vorschau-bild {
    margin-right: 10px;
}

.field-group {
    border-width: 1px;
    border-style: dotted;
    border-color: grey;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.refresh-btn {
    background-image: url('../px/refresh.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    margin-top: 3px;
}

table.no-empty-cells {
    empty-cells: hide;
}

table {
    width: 100%;
    border-collapse: collapse;
    color: rgb(51, 51, 51);
}

.table150 {
    width: 150%;
    border-collapse: collapse;
    color: rgb(51, 51, 51);
    margin-left: auto;
    margin-right: auto;
}


.table250 {
    margin-left: -250px;
    margin-right: -250px;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

.table-center {
    margin-left: auto;
    margin-right: auto;
}

table.kalkulationTable {
    border-collapse: separate;
}

.salesTaskTR > td {
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 5px;
    border-left: 1px solid lightGray;
}

.salesTaskTD-clientName,
.salesTaskTD-projectName,
.salesTaskTD-description {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.salesTaskTD-clientName {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.salesTaskTD-projectName,
.salesTaskTD-description {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.salesTaskTD-creator,
.salesTaskTD-assignee {
    max-width: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.rotatedTableHeaderRow > th {
    height: 115px;
    max-width: 30px;
    white-space: no-wrap;
}

.rotatedTableHeaderRow > :last-child {
    max-width: 120px;
    overflow: hidden;
}

.foldoutFilter {
    position: relative;
    display: block;
}

.filterTableHeaderRow > th {
    border-left: 1px solid lightGray;
}

.contextPopup {
    position: absolute;
    display: block;
    bottom: 0px;
    transform: translateY(100%);
    background: white;
    border: 1px solid lightGray;
    padding: 10px;
    min-width: 150px;
    min-height: 50px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.contextPopupFooter {
    padding-top: 10px;
}

.rotatedTableEntry {
    transform: translateX(-28px) rotate(315deg); /*360 - 45*/
    width: 200px;
}

.rotatedTableEntry > span {
    border-top: 1px solid #ccc;
    padding-left: 20px;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    display: block;
}

.selectManyMenuFilter {
    min-width: 200px;
    min-height: 100px;
}

table td {
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table tr th {
    background-color: #fff;
    padding: 7px 0px 7px 4px;
    text-align: left;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

table td a {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

tbody tr:nth-child(odd) {
    background-color: #F6F6F6;
}

tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}

table.no-background tbody tr:nth-child(odd) {
    background-color: inherit;
}

table.no-background tbody tr:nth-child(even) {
    background-color: inherit;
}

table tr.header td {
    background-color: rgb(225, 225, 225);
}

table tr.summary td {
    border-top: thin rgb(125, 125, 125) solid;
}

table.no-border td {
    border: none;
}

table tr th {
    background-color: #EEEEEE;
}

table.table-clickable tr,
table.clickable tr {
    cursor: pointer;
}

table tr.kalkulationRow td {
    border-right: 0px;
}

table tr.kalkulationRow td {
    vertical-align: middle;
}

table tr.kalkulationRow td input[type="text"] {
    margin-top: 0px;
}

tr.kalkulationRow.errorPreis td {
    border-top: thin solid red;
    border-bottom: thin solid red;
}

tr.kalkulationRow.errorPreis td:FIRST-CHILD {
    border-left: thin solid red;
}

tr.kalkulationRow.errorPreis td:LAST-CHILD {
    border-right: thin solid red;
}

tr.kalkulationRow.errorHvv td {
    border-top: thin solid yellow;
    border-bottom: thin solid yellow;
}

tr.kalkulationRow.errorHvv td:FIRST-CHILD {
    border-left: thin solid yellow;
}

tr.kalkulationRow.errorHvv td:LAST-CHILD {
    border-right: thin solid yellow;
}

.no-border {
    border: 0px;
}

tr.no-border td {
    border: 0px !important;
}

.papierkorb-icon {
    background-image: url('../px/papierkorb.png');
    display: inline-block;
    margin-top: 1px;
    width: 16px;
    height: 16px;
}

img.ui-datepicker-trigger {
    vertical-align: middle;
}

input.btn.clear-filter-btn {
    margin-top: 5px;
}

.jfilestyle {
    display: inline-block;
}

div.jfilestyle input {
    border: 1px solid #c0c0c0;
    background: #FFF;
    margin-top: 2px;
    margin-right: -5px;
    padding: 4px 5px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 20px;
}

div.jfilestyle label {
    display: inline-block;
    border: 1px solid #c0c0c0;
    background: #D9D9D9;
    padding: 6px 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

td.number {
    text-align: right;
}

.angebotActions span.assigned {
    color: #5bb75b;
}

.clickable td {
    padding-right: 0px;
    padding-left: 0px;
}

.clickable td span span {
    display: block;
    padding-right: 1px;
    padding-left: 1px;
}

tr.border-collapse {
    border-collapse: collapse;
}

tr.high-row td {
    vertical-align: middle;
}

.full-width {
    width: 932px;
}

.check-box-edit .edit-element {
    vertical-align: bottom;
}

.textInputWithSuggestions-suggestionContainer {
    display: none;
}

.textInputWithSuggestions-suggestionContainer-suggestion {
}

.woffice-salesTaskDash-table {
    margin-bottom: 1em;
    display: block;
    white-space: nowrap;
}

.woffice-salesTaskDash-table-column {
    display: inline-block;
}

.woffice-salesTaskDash-table-subtable-block {
    display: inline-block;
    border-right: 1px solid black;
}

.woffice-salesTaskDash-table-multicolumnheader {
    display: block;
    text-align: center;
}

.woffice-salesTaskDash-table-multicolumnheader-2x {
    padding: 8px;
}

.woffice-salesTaskDash-table-background-positive {
    background-color: lightGreen;
}

.woffice-salesTaskDash-table-background-neutral {
    background-color: orange;
}

.woffice-salesTaskDash-table-background-negative {
    background-color: palevioletred;
}

.woffice-salesTaskDash-table-column > div {
    text-align: right;
    padding: 3px;
    border-right: 1px solid #b7b7b7;
    min-width: 80px;
}

.woffice-salesTaskDash-table-gray {
    background-color: lightGray;
}

.woffice-salesTaskDash-table-subTableHeader {
    background-color: darkGray;
    color: white;
    font-weight: bold;
}

.woffice-salesTaskDash-table-black {
    background-color: black;
    color: white;
    font-weight: bold;
    min-width: 150px !important;
}

.woffice-salesTaskDash-table-empty {
    background-color: white;
    border: 0px;
}

.chosen-container-single .chosen-single {
    height: 30px !important;
    margin-top: 4px;
    padding-top: 2px !important;
}

div.bordered {
    border: dotted grey thin;
    padding: 5px;
    border-radius: 5px;
}

div.mandatory-label label {
    color: #A44;
}

div.mandatory-edit input,
td.mandatory-edit input,
div.mandatory-edit select {
    border-color: #e88;
}

input[type="submit"].btn.action {
    font-size: 12px;
}

.btn.medium {
    padding: 0px 10px;
}

td a.link {
    color: -webkit-link;
    cursor: pointer;
}

tr.middle td {
    vertical-align: middle;
}

.grid-2-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3em;
}

.grid-element {
    display: inline;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    z-index: 100;
}

.modal-body {
    position: fixed;
    top: 30%;
    padding: 2em 1em 1em;
    background-color: white;
    overflow: auto;
    border-radius: 0.5em;
    margin: auto;
    max-width: 700px;
}

.element-row {
    display: flex;
}

.element-row > * + * {
    margin-left: 1em;
}

.mt-simple {
    margin-top: 0.5em;
}

.mt-double {
    margin-top: 1em;
}

.element-row > .element-row--right {
    margin-left: auto;
}

.autocomplete-container {
    height: 2.7em;
}

.autocomplete-wrapper {
    position: absolute;
    width: 268px;
    height: 0px;
}

.autocomplete-select {
    border: none;
    position: relative;
    float: right;
    height: 2.33em;
    top: -34px;
}

.autocomplete-select:focus {
    outline: none;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-vertical {
    flex-direction: column;
}

.flex.flex-align-left {
    align-items: flex-start;
}

.flex.flex-align-top {
    align-items: flex-start;
}

.flex.flex-vertical > * + * {
    margin-top: 1em;
    margin-left: 0;
}

.flex.flex-vertical.flex-vertical-tight > * + * {
    margin-top: 0.3em;
}

.flex.flex-vertical > .pagingContainer {
    margin-top: 0;
}

.flex.flex-table > * + * {
    margin-left: 0;
    margin-right: 0.5em;
}

.flex.flex-wrap {
    flex-wrap: wrap;
}

.info-box {
    padding: 0.2em 1em;
    border: solid thin grey;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-box > * + * {
    margin-left: 1em;
}

.flex-item-end {
    align-self: flex-end;
}

.flex > .flex-item-right {
    margin-left: auto;
}

.flex > input {
    margin-top: 0;
    margin-bottom: 0;
}

.flex > * + * {
    margin-left: 1em;
}

.flex.flex-table .flex-item-1 {
    flex: 1;
}

.flex.flex-table .flex-item-2 {
    flex: 2;
}

.flex.flex-table .flex-item-3 {
    flex: 3;
}

.flex.flex-table .flex-item-4 {
    flex: 4;
}

.flex.flex-table .flex-item-6 {
    flex: 6;
}

.tab-row .notification-alert,
.navibar .nav > li > a.notification-alert {
    color: red;
}

.table-alert {
    color: red;
    padding: 0.6em 0 0.1em;
    text-align: center;
}

.priceHistoryButton {
    margin-left: 153px;
}

.clearfix {
    overflow: auto;
}

.btn.warning {
    background: yellow;
    color: #006dcc;
}

table.normal-spacing td,
table.normal-spacing th {
    padding: 0.5em 1em;
}

table.subtable td,
table.subtable th {
    padding-left: 1em;
}

.ankerSelected {
    color: blue;
    font-weight: bold;
}

.calculation-alert {
    text-align: center;
    font-size: large;
}

.check-box-table {
    list-style: none;
    padding-inline-start: 0;
}

.check-box-table > li > * {
    vertical-align: middle;
}

table.statistic-table td,
table.statistic-table th {
    padding-right: 1em;
}

.sentence > span {
    margin-left: 0.5em;
}


.loading__panel {
    display: none;
}

.loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.loading__wrap {
    color: #004C98;
    background: #FFFFFF;
    padding: 1.428571428571429rem;
    text-align: center;
}

.loading__spinner {
    margin: 20px auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 76, 152, 0.2);
    border-right: 5px solid rgba(0, 76, 152, 0.2);
    border-bottom: 5px solid rgba(0, 76, 152, 0.2);
    border-left: 5px solid #004C98;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: ps-loading-spinner 1.1s infinite linear;
    animation: ps-loading-spinner 1.1s infinite linear;
    animation-name: ps-loading-spinner;
    animation-duration: 1.1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}


.loading__spinner, .loading__spinner::after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes ps-loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ps-loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.article-details-description-warnung {
    color: red;
    text-align: center;
    margin-bottom: 1em;
}

.article-details-description-warnung-head {
    font-weight: bold;
}

.autoExecWrapper {
    display: none;
}

.alert-warning {
    background-color: #ffec99;
    color: #d9480f;
}

.calculation-table th,
.kalkulationRow table td {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.calculation-table th {
    padding-top: 6px;
    padding-bottom: 6px;
}

.calculation-table td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.calculation-table td input[type="text"] {
    width: 4em;
    margin: 0px;
}

.error-row td {
    color: red;
}

.table-header-second-row th {
    border-top: #CCC solid thin;
}

.image-preview {
    margin-top: 1em;
    max-height: 10em;
}

.dz-details,
.dz-success-mark,
.dz-error-mark {
    display: none;
}

.previewsContainer {
    border: grey dotted thin;
    width: 10em;
    height: 10em;
}

input.table-inline-input {
    width: 5em;
    text-align: right;
    margin: 0px;
}

tr.subtable-header td {
    background-color: #EEE;
    border-top: #888 solid 1px;
    border-bottom: #888 solid 1px;
}

td.border-top {
    background-color: #EEE;
    border-top: #888 solid 1px;
}

input[type="text"].red {
    color: #660000;
    background-color: #f5dace;
}

.red-border-top {
    border-top: thick solid red;
}

.red-border-bottom {
    border-bottom: thick solid red;
}

tbody tr.red-background {
    background-color: #f5dace;
}

.critical-error {
    font-weight: bold;
    color: red;
    font-size: 120%;
    margin-bottom: 1em;
}

.btn.btn-image {
    padding: 6px 2px 2px;
}


.width-full .edit-label.width-min {
    width: 20em;
}

.filter-form select,
.filter-form input[type="text"] {
    margin-top: 0;
    margin-right: 0;
}

.entity-list-table td,
.entity-list-table th {
    padding: 0.3em 0.5em;
}

.category-filter {
    height: 5em;
    overflow-y: scroll;
    scrollbar-width: thin;
}