@charset "UTF-8";
:root {
  /* Brand.it CI
  --BICore_Main_Navbar_background-color: #515c6a;
  --BICore_Main_Navbar_active_font-color: #FFF;
  --BICore_Main_Navbar_Cell_active_background-color: #47515e;
  --BICore_Main_Navbar_font-color: #FFF;
  --BICore_Main_Navbar_Cell_background-color: rgba(255, 255, 255, 0.05);
  --BICore_Link_color: #2386c8;
   */ }

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

.priority-10 {
  font-weight: 400; }

.glyphicon-info {
  opacity: 0.3; }

.contentWrapper {
  min-width: 1000px; }

.acceptanceWrapper {
  background: none repeat scroll 0 0 #65c86f;
  border-radius: 5px;
  margin-top: -20px;
  margin-bottom: 25px;
  text-align: center; }

.acceptanceWrapper.quoteExists,
.acceptanceWrapper.acceptedByCustomer {
  background-color: rgba(81, 92, 106, 0.52); }

.acceptanceWrapper a {
  color: #FFF;
  width: 150px;
  text-align: center;
  padding: 10px;
  display: inline-block;
  font-weight: 400; }

#addPositionForm textarea {
  height: 40px; }

.uploadPDFDraftWrapper .title,
.uploadPDFDraftWrapper .label {
  display: none; }

.uploadPDFDraftWrapper .generated_form .field {
  float: left; }

.uploadPDFDraftWrapper .generated_form .form_end {
  margin-left: 0; }

.project_show_warning {
  background: #ffd050;
  border-left: 5px solid #ffd050;
  border-right: 5px solid #ffd050; }

.project_show_error {
  background: #FECCCE;
  border-left: 5px solid #FECCCE;
  border-right: 5px solid #FECCCE; }

.generated_form .row_notice_projectSpecificContactPerson .field {
  display: none; }

.timeForPaymentExceeded {
  background: #ffdede;
  border-left: 5px solid #ffdede;
  border-right: 5px solid #ffdede; }

/* CUSTOM COLORS */
/*
.navbar #menu-tabs,
#main-navbar.navbar-default,
.badge,
hr.splitter {
	background: #0571b7;
}
#main-navbar.navbar-default,
.navbar #menu-tabs {
    border-color: #0571b7;
}
.menu .selected {
	border-top-color: #0571b7;
}
a, a:hover,
.menu .selected a,
hr.splitter,
#view_login a,
.copyright a {
	color: #0571b7;
}
.menuEntry .badge {
	color: #0571b7 !important;
}
*/
.small td {
  font-size: 12px;
  padding: 2px;
  line-height: 16px; }

.small tr {
  height: auto; }

a[data-search-active="true"],
.alphabeticSelector div.active {
  text-decoration: underline; }

.alphabeticSelector {
  width: 100%; }

.alphabeticSelector div {
  float: left;
  width: 3.7%;
  text-align: center; }

.alphabeticSelector div.no_items_available {
  opacity: 0.3; }

/**
  *
  *		SEARCH
  *
 **/
.search-form input {
  margin-top: auto;
  padding: 6px 10px;
  width: 100%;
  height: auto; }

.generated_form.non_popup_form.search-form {
  padding: 0; }

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

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

#view_BatchProcessingCollection .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_BatchProcessingBasicBatchCheck .navbar {
  display: none; }

#view_BatchProcessingBasicBatchCheck .main-content {
  margin-left: 10px; }

#view_BatchProcessingBasicBatchCheck .footer-actions .generated_form_button,
#view_BatchProcessingBatchCheck .footer-actions .generated_form_button,
.action-markBatchProcessingBatchAsChecked {
  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_BatchProcessingBasicBatchCheck .footer-actions,
#view_BatchProcessingBatchCheck .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_BatchProcessingBasicBatchCheck .footer-actions {
  padding-left: 25px; }

#view_BatchProcessingBasicBatchCheck .footer-actions .action-markBatchProcessingBatchAsChecked,
#view_BatchProcessingBatchCheck .footer-actions .action-markBatchProcessingBatchAsChecked {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block; }

#view_BatchProcessingBasicBatchCheck .footer-actions .generated_form_button,
#view_BatchProcessingBatchCheck .footer-actions .generated_form_button {
  background: #FFF; }

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

#view_StatisticsBatchProcessing #activeProjectChart-0 {
  width: 200px; }

#view_StatisticsBatchProcessing .legend {
  display: inline-block; }

#view_StatisticsBatchProcessing .legend span {
  display: inline-block;
  width: 10px;
  height: 10px; }

#confetti {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  pointer-events: none; }

.data-table-container {
  flex-basis: 200px;
  flex-grow: 1;
  min-width: 55%; }

.data-table .column-Instance\\TimestampCreated,
.data-table .column-Instance\\Users,
.data-table .column-Project\\Amount,
.data-table .column-Project\\DynamicDeliveryInformation,
.data-table .column-Project\\LatestShippingDate,
.data-table .column-Project\\StartOfQA,
.data-table .column-Project\\RequestTimestamp,
.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\\ActionSetProductionCategoryFinished .wrapper {
  display: flex; }

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

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

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

#view_CustomViews .data-table-container h2 {
  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-6,
.batchProcessingPlan .tableWrapper table .col-day-7 {
  background: #efefef; }

.batchProcessingPlan .tableWrapper table .col-today {
  background: #d9eaff; }

.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%; }

.btn-dashboard-action {
  background: #2386c8;
  color: #FFF;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  padding: 4px 10px; }

.negative {
  color: #d9534f; }

.contact_social_icons {
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px; }

.contact_social_icon_xing {
  border: 1px solid #e0e0e0; }

.contact_social_icon_linkedin {
  margin-left: 5px; }

.column-StockItem\\Amount,
.column-StockItem\\Value,
.column-StockItem\\WarningLimit,
.column-StockItem\\RangeInDays,
.column-StockItem\\AmountSold,
.column-StockItem\\ControllerActions {
  text-align: center; }

.column-StockItem\\ControllerActions {
  width: 50px; }

.generated_form.project-solve-problem-form h4 {
  color: #a94442;
  font-size: 18px;
  font-weight: 400; }

.generated_form.project-solve-problem-form .notification {
  padding-top: 5px;
  padding-bottom: 5px; }

.generated_form.project-solve-problem-form .form_end {
  margin-bottom: 0; }

.map {
  width: 100%;
  height: 100%;
  min-height: 600px; }

.main .table thead th.border-left,
.main .table tbody td.border-left,
.main .table tfoot th.border-left {
  border-left: 1px solid #e0e0e0; }

.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 */ }

#view_Customer .reminder .customer-link,
#view_Project .reminder .project-link {
  display: none; }

@media (min-width: 992px) {
  #view_Project .row-master-data {
    display: flex;
    align-items: stretch; }

  #view_Project .row-master-data .well {
    min-height: 100%; } }
#view_Project .row-master-data .well {
  padding-right: 24px;
  margin-bottom: 0; }

#view_Project .minimal_form .row_contact .selectize-input .sub {
  display: none; }

#view_Project .minimal_form .row_contact .selectize-input.input-active .sub {
  display: initial; }

#view_Project .contact_description {
  padding: 5px 12px; }

.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; }

.column-Project\\ActionSetProductionCategoryFinished .selectize-input {
  max-height: 35px; }

.column-Project\\ActionSetProductionCategoryFinished .selectize-input > div,
.column-Project\\ProductgroupAttribute {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden; }

.view_Customer .projects-table td:nth-child(1) {
  vertical-align: middle; }

.view_Customer .projects-table .caret-link {
  display: none; }

.view_Customer .projects-table .parent-project .caret-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px; }

.view_Customer .projects-table .parent-project td:nth-child(1) .caret {
  transform: rotate(180deg); }

.view_Customer .projects-table .parent-project.open td:nth-child(1) .caret {
  transform: none; }

.view_Customer .sub-project {
  display: none; }

.view_Customer .sub-project td:nth-child(2):before {
  content: "↳";
  display: inline-block;
  margin-left: -20px; }

.view_Customer .sub-project td:nth-child(2) {
  padding-left: 40px; }

.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; }

#search-search1-result {
  position: relative;
  height: 1px; }

#search-search1-result-inner {
  position: absolute;
  max-height: 300px;
  width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  background: white; }

#search-search1-result-inner .view-link-Project,
#search-search1-result-inner .customer-link {
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 100%; }

#search-search1-result-inner .customer-link {
  margin-bottom: 10px; }

#view_Statistic\\ProjectDeleted .chartWrapper {
  height: 350px; }

#data-table-container-stockItems .archived {
  text-decoration: line-through; }

.searchbar-wrapper .result h4 {
  color: white;
  margin-top: 20px; }
.searchbar-wrapper .result tr td:first-child {
  padding-left: 25px; }
.searchbar-wrapper .result tr td:last-child {
  padding-right: 25px; }

.outdated a {
  text-decoration: line-through; }

/*!
 *
 * Copyright (C) 2024, 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.
 *
 */
.generated_form[id^=non-editable-] {
  pointer-events: none;
  cursor: not-allowed; }
  .generated_form[id^=non-editable-] .form_end {
    display: none; }

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