body {
  font-family: "Roboto", sans-serif;
}
.mainContainer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.vs__dropdown-toggle {
  background-color: #fefefe !important;
}
table {
  border-collapse: collapse;
  margin: 0.2rem;
}
th {
  background-color: darkgrey;
}
table,
th,
td {
  border: 1px solid #555555;
  padding: 0.2rem;
}
.buttonbar {
  height: 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
  background-color: #fefefe;
  padding: 0.2rem;
}
.pd-button {
  margin: 0.2rem;
}
td.currencyColumn {
  display: inline-flex;
  line-height: 2em;
  padding-left: 3px;
  padding-right: 3px;
}
.currencyColumn input {
  width: 3rem;
}
.commentField {
  width: 75%;
  height: 2rem;
  font-size: 1rem;
  padding-left: 0.5rem !important;
}
.deliveryblocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3rem;
  margin-bottom: 40px;
}
.deliveryblocks .deliveryblock textarea {
  width: inherit;
}
.deliveryblocks .deliveryblock table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.deliveryblock .keyColumn {
  background: #ffffff;
  min-width: 50px;
  max-width: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.deliveryblock .keyColumn textarea {
  background: #ffffff;
  resize: none;
  margin: 1px;
  border: none;
  height: 100%;
  width: 85%;
}
.deliveryblock .address {
  background: #ffffff;
  width: border-box;
  margin: 0;
  padding: 0;
}
.deliveryblock .address textarea {
  background: #ffffff;
  resize: vertical;
  margin: 1px;
  border: none;
  width: 99%;
}
.hiddencolumn {
  border: none;
  background: #fff;
  color: #fff;
  margin: 0;
  padding: 0;
}
.datafields {
  width: inherit;
}
.importConfigBlock .leftBlock {
  width: 30rem;
  min-width: 30rem;
}
.importConfigBlock .rightBlock {
  width: 38rem;
  min-width: 38rem;
  float: left;
}
.importConfigBlock .idColumn input {
  width: 3rem;
}
.importConfigBlock .nameColumn input {
  width: 30rem;
}
.importConfigBlock .boolColumn input {
  width: 4rem;
}
.dtcblock {
  margin-bottom: 40px;
}
/**
PPANEL
 */
.rotate90 {
  transform: rotate(-90deg);
}
.vs__selected-options {
  overflow: hidden;
}
.vs__selected {
  white-space: nowrap;
}
.ppanelHeader table {
  float: left;
  background: white;
}
.ppanelHeader table input {
  height: 0.8rem;
  border: none;
}
.ppanelHeader table .vs__dropdown-toggle {
  border: none;
  padding: 0;
  max-width: 15rem;
}
.ppanelHeader table td .vs__selected {
  max-height: 1rem;
}
.ppanelHeader table .vs__selected {
  margin: 0;
  padding: 0;
}
.ppanelHeader table span.vs__selected {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 10rem;
}
.ppanelDatablock {
  font-size: 0.8rem;
  position: absolute;
  top: 12rem;
  left: 0;
  right: 0;
  bottom: 3rem;
  cursor: default;
  margin-left: 5px;
}
.ppanelDatablock input {
  width: 95%;
  border: none;
  margin: 0;
  background: none;
  cursor: text;
}
.ppanelDatablock div {
  min-width: 5rem;
  height: 1rem;
  min-height: 1rem;
  border: none;
  margin: 0;
  background: none;
}
.ppanelDatablock .tableContainer {
  overflow: auto;
  border: #cccccc;
  height: 33%;
  max-height: 33%;
}
.ppanelDatablock .tableContainer td {
  background: #fefefe;
}
.ppanelDatablock .table1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 33%;
}
.ppanelDatablock .table2 {
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  bottom: 66%;
}
.ppanelDatablock .table2 table tr.dataLineTop td {
  border-bottom-color: #b7b7b7;
}
.ppanelDatablock .table2 table tr.dataLineBottom td {
  border-top-color: #b7b7b7;
}
.ppanelDatablock .table3 {
  position: absolute;
  top: 67%;
  left: 0;
  right: 0;
  bottom: 100%;
}
.ppanelDatablock th {
  position: sticky;
  top: 0;
  z-index: 10;
}
.ppanelDatablock .lineHover {
  background: #f1f9fe !important;
}
.ppanelDatablock .lineSelected {
  background: lightyellow !important;
}
.ppanelDatablock .invisibleField {
  border: none;
}
.ppanelDatablock .totalCostsOfferLabel {
  text-align: right;
  font-weight: bold;
  color: #555555;
}
.ppanelDatablock div.vs__actions {
  min-width: auto;
}
.ppanelDatablock span.vs__selected {
  margin-top: 0;
}
.ppanelDatablock div.vs__dropdown-toggle {
  background: none !important;
}
.ppanelDatablock td ul.vs__dropdown-menu {
  max-height: 5rem;
  max-width: 100%;
}
.tableContainer .vs__dropdown-menu {
  left: unset;
  right: 0;
}
.tableContainer .vs__search {
  display: none;
}
.tableContainer .vs__selected {
  max-width: 80%;
}
.removeLineButton {
  display: none;
}
.removeLineButton:hover {
  box-shadow: 2px 2px 4px #666;
  border: 2px solid #770000 !important;
  background: #aa0000 !important;
}
td.firstColumn:hover .removeLineButton {
  display: inline;
  position: absolute;
  left: -3px;
  top: inherit;
  margin-top: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 1rem;
  border: 1px solid #000;
  background: #ffaaaa;
  text-align: center;
  padding: 0;
  line-height: 0.5rem;
}
.ppanelButtonBar {
  position: absolute;
  bottom: 0;
  height: 2rem;
  left: 0;
  right: 0;
  border-top: 1px solid lightgray;
  padding: 3px;
}
.pd-menucomponent:nth-child(even) {
  background-color: #cccccc;
}
.pd-menucomponent {
  margin-left: 15px;
}
.pd-menucomponent-label:hover {
  text-decoration: underline;
  cursor: pointer;
}
.toggleMenuArrow {
  cursor: pointer;
  margin-right: 3px;
  user-select: none;
}
.pd-editFrame {
  width: 70%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f5fbfc;
  border-left: 8px solid #89bdc9;
  padding-left: 10px;
}
.pd-editFrame .buttonbar {
  position: absolute;
  bottom: 0;
  height: 2rem;
  left: 0;
  right: 0;
  border-top: 1px solid lightgray;
  padding: 3px;
  width: 99%;
}
.pd-editFrame > div {
  display: table;
}
.line {
  margin-top: 3px;
  display: table-row;
  margin-left: 5px;
}
.line > * {
  display: table-cell;
}
.line > label {
  width: 13rem;
}
.line > input {
  width: 20rem;
}
.line > div {
  width: 20rem;
}
.line > textarea {
  width: 20rem;
}
.addUserSelection {
  margin-top: 10px;
  width: 34rem;
}
.pd-menurow {
  padding: 1px;
}
.pd-menurow:not(.activemenucomponent):hover {
  position: relative;
  z-index: 10000 !important;
  display: inline-block;
  background-color: #cae4ed;
  padding-right: 5px;
}
.activemenucomponent {
  background-color: #89bdc9;
  padding: 5px;
}
.line > div.foundUserSelector {
  width: fit-content !important;
  width: -moz-fit-content !important;
}
.foundUserSelector {
  position: absolute;
  display: block;
  background: #fefefe;
  border: 1px solid gray;
  padding: 5px;
  z-index: 100;
  border-radius: 5px;
}
.foundUserRow {
  white-space: nowrap;
  cursor: pointer;
}
.foundUserRow:hover {
  background-color: #89bdc9;
}
.pLogin {
  color: #555555;
  font-style: italic;
}
.pCompany {
  font-weight: bold;
  color: #272a4a;
}
