/*!
 *
 * Copyright (C) 2021, Bett Ingenieure GmbH - All Rights Reserved
 *
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL Bett Ingenieure GmbH BE LIABLE FOR ANY
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 */
:root {
  --BICore_Link_color: #3a7689;
  --BICore_color: rgba(0, 0, 0, 0.85);
  --BICore_Main_Navbar_background-color: #afc7c4;
  --BICore_Main_Navbar_Cell_background-color: rgba(255, 255, 255, 0.2);
  --BICore_Main_Navbar_Cell_active_background-color: #b87e53;
  --BICore_Main_Navbar_font-color: #304340;
  --BICore_Main_Navbar_active_font-color: #FFF;
  --BICore_Main_Navbar_font-weight: 300; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background-color: rgba(193, 209, 206, 0.4); }

h1, h2 {
  font-weight: 800; }

.data-table-container h1, .data-table-container h2 {
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  color: #304340; }

#menu-tabs.nav-tabs > li > a {
  text-transform: uppercase; }

.chartWrapper,
.table {
  box-shadow: 0px 0px 15px -10px #000000; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: inherit; }

.forecast-number {
  color: darkgrey; }

.positive-number {
  color: darkgreen; }

.negative-number {
  color: darkred; }

.summary-row {
  font-weight: 600; }

/**
 *
 *      Project Status
 *
 */
tr.projectStatusTypeQA {
  background: rgba(0, 0, 0, 0.1); }

.projectStatusTypeQAIcon img {
  margin-left: 30px; }

#view_Backend\\BatchProcessing\\Collection .chartWrapper {
  height: 400px; }

/**
 * Selectable form action
 */
.action-markBatchProcessingBatchAsChecked.disabled,
.selectedItemsActions {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; }

.selectedItemsActions.active {
  opacity: 1;
  cursor: default;
  pointer-events: auto; }

.well-error-should-check {
  background: #fee49d; }

.well-error-should-produce,
.well-error-should-produce a {
  background: #70a0e8; }

.well-error-should-produce .row a {
  color: #FFF; }

#view_Backend\\BatchProcessing\\BasicBatchCheck .navbar {
  display: none; }

#view_Backend\\BatchProcessing\\BasicBatchCheck .main-content {
  margin-left: 10px; }

#view_Backend\\BatchProcessing\\BasicBatchCheck .footer-actions .generated_form_button,
#view_Backend\\BatchProcessing\\BatchCheck .footer-actions .generated_form_button,
.action-markBatchProcessingBatchAsChecked,
#view_Backend\\Commission\\Settlement .action-close {
  font-weight: bolder;
  background: #cffad0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #FFF; }

table.batchProcessingBatchTable {
  display: flex;
  flex-flow: column;
  width: 100%; }

table.batchProcessingBatchTable thead {
  /* head takes the height it requires,
  and it's not scaled when table is resized */
  flex: 0 0 auto;
  width: calc(100% - 0.9em); }

table.batchProcessingBatchTable tbody {
  /* body takes all the remaining available space */
  flex: 1 1 auto;
  display: block;
  overflow-y: scroll;
  max-height: 400px; }

table.batchProcessingBatchTable tbody tr {
  width: 100%; }

table.batchProcessingBatchTable thead,
table.batchProcessingBatchTable tbody tr {
  display: table;
  table-layout: fixed; }

#view_Backend\\BatchProcessing\\BasicBatchCheck .footer-actions,
#view_Backend\\BatchProcessing\\BatchCheck .footer-actions {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding-left: 225px;
  padding-right: 25px;
  height: 70px;
  padding-top: 15px;
  background: #abffad;
  z-index: 1000; }

#view_Backend\\BatchProcessing\\BasicBatchCheck .footer-actions {
  padding-left: 25px; }

#view_Backend\\BatchProcessing\\BasicBatchCheck .footer-actions .action-markBatchProcessingBatchAsChecked,
#view_Backend\\BatchProcessing\\BatchCheck .footer-actions .action-markBatchProcessingBatchAsChecked {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block; }

#view_Backend\\BatchProcessing\\BasicBatchCheck .footer-actions .generated_form_button,
#view_Backend\\BatchProcessing\\BatchCheck .footer-actions .generated_form_button {
  background: #FFF; }

/* Change also the Basic view, when changing some in view_BatchProcessingBatchCheck! */
#view_Backend\\Statistic\\BatchProcessing .activeProjectChart {
  float: left;
  outline: none;
  width: 200px;
  height: 600px; }

#view_Backend\\Statistic\\BatchProcessing #activeProjectChart-0 {
  width: 200px; }

#view_Backend\\Statistic\\BatchProcessing .legend {
  display: inline-block; }

#view_Backend\\Statistic\\BatchProcessing .legend span {
  display: inline-block;
  width: 10px;
  height: 10px; }

.data-table .column-Instance\\TimestampCreated,
.data-table .column-Instance\\Users,
.data-table .column-Project\\Amount,
.data-table .column-Project\\DynamicDeliveryInformation,
.data-table .column-Project\\FirstShippingDate,
.data-table .column-Project\\FirstShippingDateCW,
.data-table .column-Project\\StartOfProduction,
.data-table .column-Project\\StartOfProductionCW,
.data-table .column-Project\\StartOfQA,
.data-table .column-Project\\StartOfQACW,
.data-table .column-Project\\Total,
.data-table .column-Project\\ActionCreateSubProject,
.data-table .column-Project\\ActionSendInvoiceReminder,
.data-table .column-Project\\TimestampIncludingSubprojects,
.data-table .column-Project\\OpenBalance,
.data-table .column-Project\\BatchProcessing\\Assembled,
.data-table .column-Project\\BatchProcessing\\Checked,
.data-table .column-Project\\BatchProcessing\\Clean,
.data-table .column-Project\\BatchProcessing\\Produced,
.data-table .column-Project\\InvoiceLink,
.data-table .column-Project\\TimeForPayment,
.data-table .column-Project\\DateOfCreation,
.data-table .column-Project\\ProvisionUser,
.data-table .column-Project\\ActionDuplicateForm,
.data-table .column-Project\\ActionDeleteForm,
.data-table .column-Project\\InvoiceTotal,
.projects-table .data-table .column-Project\\NextStatus {
  text-align: center; }

.data-table .column-Project\\ActionSetProcessFinished .wrapper {
  display: flex; }

.data-table .column-Project\\ActionSetProcessFinished select,
.data-table .column-Project\\ActionSetProcessFinished .selectize-control {
  flex-grow: 1; }

#view_CustomViews h4 {
  margin-bottom: 10px; }

#view_CustomViews .data-table-container {
  margin-top: -22px;
  min-height: 9px; }

#view_CustomViews .data-table-container {
  margin-bottom: 0; }

#view_CustomViews .data-table-container h4 {
  display: none; }

.batchProcessingPlan {
  position: fixed;
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 220px;
  top: 80px;
  height: auto; }

.batchProcessingPlan .col-date-selector {
  font-size: 12px; }

.batchProcessingPlan .selectize-input,
.batchProcessingPlan .form-control {
  padding: 3px 10px;
  min-height: 24px;
  font-size: 12px; }

.batchProcessingPlan .form-control {
  height: 28px;
  text-align: center; }

.batchProcessingPlan .col-date-selector .selectize-input,
.batchProcessingPlan .form-control {
  margin-top: -5px; }

.batchProcessingPlan .tableWrapper {
  position: absolute;
  overflow: scroll;
  width: 100%;
  height: 100%; }

.batchProcessingPlan .tableWrapper table td .flex-wrapper > div,
.batchProcessingPlan .tableWrapper table th .flex-wrapper > div {
  width: 32px;
  height: 24px;
  margin-left: 1px;
  line-height: 29px; }

.batchProcessingPlan .tableWrapper table td .flex-wrapper > div.onboarding_cell,
.batchProcessingPlan .tableWrapper table td .onboarding-text {
  line-height: 9px;
  overflow: hidden;
  font-size: 8px; }

.batchProcessingPlan .tableWrapper table td .onboarding-text {
  position: absolute;
  top: 0; }

.batchProcessingPlan .tableWrapper table td .flex-wrapper > div {
  height: 30px; }

.batchProcessingPlan .tableWrapper table .preview td .flex-wrapper > div {
  height: 35px; }

.view_BatchProcessingPlanHR .batchProcessingPlan .tableWrapper table td .flex-wrapper > div,
.view_BatchProcessingPlanHR .batchProcessingPlan .tableWrapper table th .flex-wrapper > div {
  width: 40px; }

.view_BatchProcessingPlanHR .batchProcessingPlan .tableWrapper table td .flex-wrapper > div {
  height: 52px;
  line-height: 52px; }

.batchProcessingPlan .tableWrapper table .flex-wrapper {
  flex-wrap: nowrap;
  display: flex; }

.batchProcessingPlan .tableWrapper table th,
.batchProcessingPlan .tableWrapper table td {
  border: 0;
  background: #FFF;
  vertical-align: bottom; }

.batchProcessingPlan .tableWrapper table td {
  text-align: center; }

.batchProcessingPlan .tableWrapper table thead th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
  background: #FFF;
  height: 24px;
  border: 0;
  overflow: hidden;
  z-index: 10; }

.batchProcessingPlan .tableWrapper table thead .row-nr-4 th:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #CCC; }

.batchProcessingPlan .tableWrapper table thead .row-nr-1 th {
  top: 24px; }

.batchProcessingPlan .tableWrapper table thead .row-nr-2 th {
  top: 48px;
  height: 10px; }

.batchProcessingPlan .tableWrapper table thead .row-nr-3 th {
  top: 58px; }

.batchProcessingPlan .tableWrapper table thead .row-nr-4 th {
  top: 82px; }

.batchProcessingPlan .tableWrapper table th.col-nr-0 {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  background: #FFF;
  height: 24px;
  border: 0;
  z-index: 20;
  width: 130px;
  overflow: hidden;
  vertical-align: middle; }

.batchProcessingPlan .tableWrapper table thead th.col-nr-0 {
  padding: 0;
  padding-right: 5px;
  margin: 0;
  height: 100%;
  padding-top: 3px; }

.batchProcessingPlan .tableWrapper table th.col-nr-0 .wrapper {
  width: 130px;
  max-height: 87px;
  overflow: hidden; }

.batchProcessingPlan .tableWrapper table th.col-nr-0 a.helperText {
  white-space: nowrap;
  display: inline-block;
  max-width: 130px;
  overflow: hidden;
  cursor: help;
  color: inherit; }

.batchProcessingPlan .tableWrapper table .preview th.col-nr-0:after,
.batchProcessingPlan .tableWrapper table th.col-nr-0:after,
#view_BatchProcessingPlanHR .batchProcessingPlan .tableWrapper table tbody th.col-nr-0:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #CCC; }

.batchProcessingPlan .tableWrapper table tr.row-last td .flex-wrapper {
  border-bottom: 1px solid #CCC; }

.batchProcessingPlan .tableWrapper table thead th.col-nr-0 {
  z-index: 30; }

.batchProcessingPlan .tableWrapper table th.col-group-end:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none; }

.batchProcessingPlan .tableWrapper table th.col-group-end:after,
.batchProcessingPlan .tableWrapper table td.col-group-end {
  border-bottom: 1px solid #CCC; }

.batchProcessingPlan .tableWrapper table td.col-group-end {
  position: relative;
  top: -1px; }

.batchProcessingPlan .tableWrapper table .col-day-public-holiday,
.batchProcessingPlan .tableWrapper table .col-day-6,
.batchProcessingPlan .tableWrapper table .col-day-7 {
  background: rgba(0, 0, 0, 0.1);
  color: var(--BICore_Main_Navbar_font-color); }

.batchProcessingPlan .tableWrapper table .col-today {
  background: var(--BICore_Main_Navbar_Cell_active_background-color);
  color: var(--BICore_Main_Navbar_active_font-color); }

.batchProcessingPlan .tableWrapper table,
.batchProcessingPlan .tableWrapper table * {
  font-size: 12px; }

.batchProcessingPlan .tableWrapper table td,
.batchProcessingPlan .tableWrapper table th {
  padding: 0; }

.batchProcessingPlan .tableWrapper table small {
  font-weight: 300; }

.batchProcessingPlan .tableWrapper table .cell {
  cursor: not-allowed;
  vertical-align: middle;
  position: relative; }

.batchProcessingPlan .tableWrapper table .unlocked .cell,
.batchProcessingPlan .tableWrapper table .hr_cell {
  cursor: pointer; }

.batchProcessingPlan .tableWrapper table .inoperable {
  cursor: auto; }

.batchProcessingPlan .tableWrapper table .production-active,
.batchProcessingPlan .tableWrapper table .production-active .selectize-input {
  background-color: #9dc284; }

.batchProcessingPlan .tableWrapper table .hr_cell.active {
  background-color: #8c8c8c;
  color: #FFF; }

.batchProcessingPlan .tableWrapper table .hr_cell.active > * {
  color: initial; }

.batchProcessingPlan .tableWrapper table td .selectize-control,
.batchProcessingPlan .tableWrapper table td .selectize-input {
  height: 100%; }
.batchProcessingPlan .tableWrapper table td .selectize-input {
  display: flex;
  align-items: center; }
.batchProcessingPlan .tableWrapper table td .selectize-control.single .selectize-input:after {
  top: 25%; }

.batchProcessingPlan .tableWrapper table .qa_cell.active {
  background-color: #fae5a2; }

.batchProcessingPlan .tableWrapper table .shipment-active {
  background-color: rgba(217, 83, 79, 0.58); }

.batchProcessingPlan .tableWrapper table .shipment-active.production-active {
  background: linear-gradient(135deg, #9dc284 51%, rgba(217, 83, 79, 0.58) 51%); }

.batchProcessingPlan .tableWrapper table .selectize-dropdown {
  min-width: 50px; }

.batchProcessingPlan .tableWrapper table .warning {
  color: #FFCC00;
  /* Unused */ }

.batchProcessingPlan .tableWrapper table .hr_cell.active.value-na {
  background: rgba(217, 83, 79, 0.58); }

.batchProcessingPlan .tableWrapper table .hr_cell.active.value-100 {
  background: #65c86f; }

.batchProcessingPlan .tableWrapper table .hr_cell.active.value-75 {
  background: rgba(101, 200, 111, 0.85); }

.batchProcessingPlan .tableWrapper table .hr_cell.active.value-50 {
  background: rgba(101, 200, 111, 0.7); }

.batchProcessingPlan .tableWrapper table .hr_cell.active.value-25 {
  background: rgba(101, 200, 111, 0.55); }

.batchProcessingPlan .tableWrapper table .success {
  color: #65c86f; }

.batchProcessingPlan .glyphicon-lock,
.batchProcessingPlan .glyphicon-pencil {
  opacity: 0.6;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer; }

.batchProcessingPlan .statusPlanedIcon {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: -2px; }

.batchProcessingPlan .tableWrapper table .preview th.col-nr-0 {
  width: 320px;
  padding-right: 5px; }
.batchProcessingPlan .tableWrapper table .preview th.col-nr-0 .wrapper {
  width: 320px; }

.batchProcessingPlan .tableWrapper table .wrapper-2 {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 30px;
  text-align: right; }

.batchProcessingPlan .tableWrapper table .col-nr-0 .single-row {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.batchProcessingPlan .tableWrapper table .col-nr-0 .two-rows {
  height: 28px; }

.batchProcessingPlan .tableWrapper table th.col-nr-0 .col-nr-1 {
  padding-right: 0; }
.batchProcessingPlan .tableWrapper table th.col-nr-0 .col-nr-2 {
  padding-left: 5px;
  overflow: hidden;
  height: 36px; }
.batchProcessingPlan .tableWrapper table th.col-nr-0 .single-row {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.batchProcessingPlan .tableWrapper table th.col-nr-0 a.helperText {
  max-width: 100%; }

.batch-processing-statistic .table .row-user-sub {
  display: none;
  background: rgba(0, 0, 0, 0.05); }

.batch-processing-statistic .table .row-user {
  cursor: pointer; }

.batch-processing-statistic .table .row-total th {
  text-align: center; }

.batch-processing-statistic .table .row-total th:first-child {
  text-align: left; }

.batch-processing-statistic .table .row-total th:nth-child(2) {
  border-left: 1px solid #e0e0e0;
  /* .border-left */ }

.batch-processing-enabled #view_Project .row-set-comment-forms .column {
  width: 100%; }

.batch-processing-enabled #view_Project .row-set-comment-forms .row.formField {
  width: 50%;
  float: left;
  margin-right: 15px; }

.view_Backend\\Statistic\\BatchProcessingQA thead {
  background: var(--BICore_Box_Title_background); }

.view_Backend\\BatchProcessing\\BatchCheck #search-search1 .column-label {
  display: none; }
.view_Backend\\BatchProcessing\\BatchCheck #search-search1 .column-field {
  max-width: 100%;
  width: 100%;
  flex: auto; }

@media (min-width: 992px) {
  .row-master-data {
    display: flex;
    align-items: stretch; }
    .row-master-data .well {
      min-height: 100%; } }
.row-master-data .well {
  padding-right: 24px;
  margin-bottom: 0;
  display: grid; }
  .row-master-data .well .icon-link {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start; }
    .row-master-data .well .icon-link a {
      display: inline-block;
      margin-left: 5px;
      margin-top: -5px; }
.row-master-data .minimal_form .row_contact .selectize-input .sub {
  display: none; }
.row-master-data .minimal_form .row_contact .selectize-input.input-active .sub {
  display: initial; }
.row-master-data .contact_description {
  padding: 5px 12px; }

.row-set-comment-forms .column {
  width: 100%;
  max-width: 100%; }
@media (min-width: 1024px) {
  .row-set-comment-forms .row.formField {
    width: 33%;
    float: left;
    margin-right: 15px; } }

.contact_social_icons {
  height: 1rem;
  margin-left: 5px;
  position: relative;
  top: -1px; }

h1 .ident, h2 .ident, h3 .ident, h4 .ident, h5 .ident {
  opacity: 0.5; }

.column-Document\\DateOfCreation,
.column-Document\\DateOfExpire,
.column-Project\\ShippedDate,
.column-Project\\ActionRemoveFromCostAccountingToCollect,
.column-Order\\WinProbability,
.column-Document\\OrderWinProbability,
.column-Order\\Design {
  text-align: center; }

.column-Customer\\ActionDeleteForm {
  text-align: right; }

.searchbar-wrapper .result h4 {
  color: white;
  margin-top: 20px; }

.stacked-dataTables #data-table-container-projects-waiting-acceptance .data-table-wrapper,
.stacked-dataTables #data-table-container-projects-active-parents .data-table-wrapper {
  max-height: none;
  overflow-y: visible; }

.owner-display-name {
  height: 23px;
  line-height: 23px; }

.owner-display-name {
  color: var(--BICore_color); }

.slack-icon {
  background: white;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 1px;
  padding: 5px;
  line-height: 1px; }
  .slack-icon img {
    height: 15px; }

table.sticky-table-header {
  position: relative; }
  table.sticky-table-header thead {
    position: sticky;
    top: 0;
    background: white; }

table td.bg-grey,
table th.bg-grey {
  background: rgba(0, 0, 0, 0.02); }

.split-icon {
  background: url("../img/icon-arrows-split.png");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  display: inline-block;
  background-size: contain;
  font-size: inherit;
  transform: rotate(270deg);
  opacity: 0.7;
  position: relative;
  top: 0.25em; }
  .split-icon:hover {
    opacity: 1; }

.deleted {
  text-decoration: line-through; }

#view_Backend\\Customer\\Orders h2 .generated_form_button {
  margin-left: 20px; }

.container-DataTable\\DataTables\\Orders .invoiced .column-Order\\Total {
  color: #9dc284; }

#view_Backend\\Instance\\Channel\\DocumentConfigs table img {
  border: 1px solid #CCC; }

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