html {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* For some Androids */
  /*-webkit-tap-highlight-color: transparent;*/
  /*font-size: 1rem;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #333333;
}

body {
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* prevent copy paste, to allow, change 'none' to 'text' */
  background-color: transparent;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*font-family: Arial;*/
}

.ipcGroup {
  width: 100%;
  height: 100%;
  position: relative;
}

.view3DView {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.psol-comp-ipcview-dialog {
  /*
  width: 100%;
  height: 100%;
  */
  position: absolute;
}

.psol-comp-tabledialog-dialog {
  /*
  width: 100%;
  height: 100%;
  */
  position: absolute;
}

.psol-comp-basketdialog-dialog {
  /*
  width: 100%;
  height: 100%;
  */
  position: absolute;
}

.psol-comp-parttreedialog-dialog {
  /*
  width: 100%;
  height: 100%;
  */
  position: absolute;
}

.connectView {
  background-color: white;
  position: absolute;
}

.popupView {
  background-color: transparent;
  position: absolute;
}

.popupViewMove {
  background-color: transparent;
  position: absolute;
}

.popupViewRot {
  background-color: transparent;
  position: absolute;
}

.popupViewDist {
  background-color: transparent;
  position: absolute;
}

.radial {
  background-color: transparent;
  position: absolute;
}

.radialMain {
  background-color: red;
  position: absolute;
  z-index: 100;
}

.buttonBarMain {
  background-color: transparent;
  position: absolute;
  z-index: 100;
}

.categories {
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: -ms-flexbox;
  display: flex;
}

.parts {
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: -ms-flexbox;
  display: flex;
}

.categories_text {
  padding-left: 10px;
}

.parts_text {
  padding-left: 10px;
}

.connectSubDiv {
  float: left;
  background-color: #f3f3f3;
  text-overflow: ellipsis;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}

.connectSubDivTextContainer {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}

.connectSubDivCont {
  float: left;
  background-color: #0e5f7e;
}

.connectSubDiv:hover {
  opacity: 0.5;
}

.loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000000;
  background-image: url(../img/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 999999;
  position: absolute;
}

.rs-control .rs-range-color {
  background-color: #ef7d00;
  cursor: pointer;
}

.rs-control .rs-path-color {
  background-color: white;
}

.rs-control .rs-handle {
  background-color: #838383;
}

.rs-control .rs-bg-color {
  background-color: white;
}

.psol-comp-table-list-finishedFixed {
  background-color: white;
}

.psol-comp-table-list-editvar {
  background-color: #e1f0f7;
  cursor: pointer;
}

#distanceContainerDiv {
  background-color: white;
  width: 175px;
}

.rotateDiv-strict {
  background-color: white;
  display: inline-block;
  text-align: center;
}

.psol-comp-viewbase-iconbutton {
  background-color: rgba(255, 255, 255, 255);
}

.psol-comp-viewbase-iconbutton:active {
  background-color: #ef7d00;
}

.psol-comp-viewbase-iconbutton:focus {
  background-color: #ef7d00;
}

.ComponentCustomizeListVarEdit {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ComponentCustomizeTableVarEdit {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.psol-comp-messagedialog-dialog {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rs-tooltip {
  min-width: 42px;
}

.psol-comp-table-columnHeader {
  background-color: #a2a7aa;
}

.psol-comp-viewbase-button,
.psol-comp-viewbase-button:active,
.psol-comp-viewbase-button:focus {
  color: #ffffff;
  font-weight: bold;
  /* border-color: #777; */
  outline-style: none !important;
  background: #ef7d00;
}

.psol-comp-dialogbase-dialog-header-title {
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 44px);
  line-height: 48px;
}

#tableListText,
#tableRowText {
  display: none;
}

th.psol-comp-table-rowHeaderCurrent[data-current=true] {
  background-color: #ef7d00;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes open {
  0% {
    height: 10%;
  }

  100% {
    height: 80%;
  }
}

/* Standard syntax */

@keyframes open {
  0% {
    height: 10%;
  }

  100% {
    height: 80%;
  }
}

.eolWarning {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 10px;
  z-index: 1000;
  width: 100%;
  cursor: pointer;
}

.dataProtection {
  position: absolute;
  bottom: 30px;
  right: 10px;
  padding: 10px;
  z-index: 1000;
  width: 200px;
  cursor: pointer;
}

.cookieConfig {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  z-index: 1000;
  width: 200px;
  cursor: pointer;
}

.exportHelper {
  display: none;
}
.eolGroup {
  position: relative;
  top: 0;
  left: 0;
}

.connect {
  position: relative;
  top: 0;
  left: 0;
  border: 0;
}

.eolconnect {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
}

#basketTable {
}

#basketTableTd {
  border-bottom: 1px solid #dddddd;
  vertical-align: top;
  text-align: left;
}

#basketTableTr {
  border-bottom: 1px solid #dddddd;
}

.vertLine {
  border-left: 3px solid gray;
  height: 20px;
  width: 5px;
}

.imgActive {
}

.imgInActive {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.psol-comp-table-variable-group {
  overflow: hidden;
  padding: 8px;
  width: 100%;
  background-color: #ef7d00;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #aaaaaa;
}

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

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