﻿@charset "UTF-8";
/* 
	Reset:
	Based on http://meyerweb.com/eric/tools/css/reset/ 
   	v2.0 | 20110126	
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----- Custom Reset styles ------ */
*,
*:before,
*:after {
  box-sizing: border-box;
}

img,
svg,
video {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  max-width: 100%;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
}

b,
strong {
  font-weight: bold;
}

input[type=text],
input[type=number],
input[type=search],
input[type=button],
input[type=password] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

@font-face {
  font-family: "ABBVoice";
  font-weight: 200;
  src: url("../fonts/ABBvoice_W_Lt.woff2") format("woff2");
}
@font-face {
  font-family: "ABBVoice";
  font-weight: 400;
  src: url("../fonts/ABBvoice_W_Rg.woff2") format("woff2");
}
@font-face {
  font-family: "ABBVoice";
  font-weight: 500;
  src: url("../fonts/ABBvoice_W_Md.woff2") format("woff2");
}
@font-face {
  font-family: "ABBVoice";
  font-weight: bold;
  src: url("../fonts/ABBvoice_W_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "maison-neue";
  font-weight: 200;
  src: url("../fonts/maison-neue-light.ttf") format("truetype");
}
@font-face {
  font-family: "maison-neue";
  font-weight: 400;
  src: url("../fonts/maison-neue-book.ttf") format("truetype");
}
@font-face {
  font-family: "maison-neue";
  src: url("../fonts/maison-neue-medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "maison-neue";
  font-weight: bold;
  src: url("../fonts/maison-neue-bold.ttf") format("truetype");
}
.logo {
  width: 200px;
}

/* ----- Utility Classes ----- */
.hide {
  display: none;
}

.constrained {
  max-width: 1000px;
  margin: 0 auto;
}
.constrained--narrow {
  max-width: 830px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden;
  white-space: nowrap;
}

/* ----- Basic Elements ----- */
input,
button,
textarea {
  font-family: "maison-neue", sans-serif;
  font-weight: 200;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #8C8C8C;
  color: #262626;
  font-size: 16px;
  font-family: "maison-neue", sans-serif;
  font-weight: 200;
  overflow-x: auto;
}

a, a:hover, a:visited {
  color: #5a32a5;
}

b {
  font-weight: bold;
}

h1 {
  margin-bottom: 1.25em;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
  /*    &:before {
          //position: absolute;
          display: block;
          width: 40px;
          height: 4px;
          margin-bottom: 25px;
          background-color: $purple;
          content: "";
      }*/
}

html {
  background-color: white;
}

.heading-small, .list-instructions b {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.9285714286;
  text-transform: uppercase;
}

p {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.35;
}

/* ----- Global UI Elements ----- */
/* Buttons */
.button {
  height: 40px;
  background-color: #5a32a5;
  border: none;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  /* //From Tekomar Cylube calculator:
      display: inline-block;
      padding: 15px 50px;
      background: #FF000D;
      border: none;
      border-radius: 50px;
      color: white;
      cursor: pointer;
      font-weight: 500;
      text-decoration: none;
      text-transform: uppercase;
  */
}
.button--large {
  height: 50px;
  border-radius: 25px;
  font-weight: 500;
}
.button--grey, .button[disabled] {
  background-color: #CCCCCC;
}

/* ----- Master Page ----- */
.page-wrapper {
  /*padding-top: 25px;*/
  background-color: white;
}

.main-header {
  height: 60px;
  padding: 0 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.main-header .site-name {
  margin-left: 40px;
  font-size: 20px;
  font-weight: bold;
}

.main-footer {
  padding: 5px 0;
  background-color: #5a32a5;
  color: white;
  font-size: 14px;
  line-height: 1.5;
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.main-footer .constrained {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main-footer a {
  color: white;
  text-decoration: none;
}
.main-footer a:hover {
  text-decoration: underline;
}
.main-footer .footer-heading {
  color: #BEBEBE;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-footer .footer-links a {
  margin-right: 75px;
}

/* ----- Login ----- */
.section-login {
  max-width: 490px;
  padding-top: 85px;
  padding-bottom: 150px;
}
.section-login label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.section-login input[type=password] {
  width: 320px;
  margin-bottom: 35px;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #CCCCCC;
}
.section-login .button {
  display: block;
  width: 235px;
  font-size: 20px;
  line-height: 1.35;
}

/* ----- Control Panel ----- */
.control-panel {
  /*max-width: 700px;*/
  font-size: 14px;
  font-weight: 200;
  line-height: 1.9285714286;
  background-color: white;
}
.control-panel .tagline {
  margin: 5px 0px;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  top: 10px;
}
@media (max-width: 1500px) {
  .control-panel .tagline {
    display: none;
  }
}
.control-panel .accordion {
  display: inline-block;
  margin-left: 25px;
  position: absolute;
  right: 25px;
  top: 10px;
  /*transform:translate(-50%,0%);*/
  z-index: 20;
  width: 422px;
  background-color: white;
}

.icon-filter {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: -5px;
  display: block;
  cursor: pointer;
}
.icon-filter::before {
  content: "±";
  display: block;
  text-align: center;
  color: #5a32a5;
  font-size: 20px;
  font-weight: bold;
}

/* Accordions */
.accordion {
  margin: 0px 0;
  border-bottom: 1px solid #ECECEC;
}

.accordion-header {
  position: relative;
  height: 40px;
  padding: 7px 15px;
  border: 1px solid #ECECEC;
  cursor: pointer;
  user-select: none;
  /*&:before,
  &:after {
      position: absolute;
      right: 0;
      top: 50%;
      width: 15px;
      border-top: 1px solid #aaaaaa;
      content: "";
      transform-origin: 50% 50%;
      transform: translate(-50%, -50%);
  }

  &:after {
      transition: transform 0.2s ease;
      transform: translate(-50%, -50%) rotate(90deg);
  }*/
}
.accordion-header .arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}
.accordion-header.is-active {
  border-bottom-width: 0px;
  /*:after {
      transform: translate(-50%, -50%);
  }*/
}

.accordion-body {
  padding: 15px 15px;
}
.accordion-body p {
  font-size: 14px;
  line-height: 1.2142857143;
}
.accordion-body .button {
  width: 105px;
  margin: 5px;
}

/* How To */
.list-instructions {
  list-style-type: none;
}
.list-instructions b {
  display: inline-block;
  min-width: 80px;
}

/* Presets */
.text-field {
  /*width: 175px;*/
  padding: 9px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 1px;
  font-size: 14px;
}

.preset-row {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  margin: 15px 25px 15px 0px;
}
.preset-row .text-field,
.preset-row .button {
  height: 40px;
}
.preset-row .text-field:not(:last-child),
.preset-row .button:not(:last-child) {
  margin-right: 10px;
}
.preset-row.hide {
  display: none;
}

.icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  border: 1px solid #262626;
  border-radius: 3px;
  vertical-align: middle;
}
.icon:before, .icon:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  border-bottom: 1px solid #262626;
  content: "";
  transform: translate(-50%, -50%);
}
.icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.icon-minus:after {
  display: none;
}

/* ----- Toggles ----- */
.toggles {
  background-color: white;
  padding: 25px;
  border-top: solid 3px black;
  display: none;
}
.toggles .button {
  width: 105px;
  margin-right: 10px;
}
.toggles .inner .togglepanel {
  padding: 15px 15px 15px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  max-height: 200px;
}
@media (max-width: 1000px) {
  .toggles .inner .togglepanel {
    max-height: 400px;
  }
}
.toggles .inner .togglepanel .toggleitem {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  padding: 0px 25px 5px 0px;
  flex: 0 0 33%;
  max-width: 33%;
}
.toggles .inner .togglepanel .toggleitem > .label {
  color: #34495E;
  padding: 0.5rem;
  font-size: 14px;
  line-height: 20px;
}
.toggles .inner .togglepanel .toggleitem input {
  height: 25px;
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #8C8C8C;
  outline: none;
  transition-duration: 0.3s;
  background-color: white;
  cursor: pointer;
}
.toggles .inner .togglepanel .toggleitem input:checked {
  border: 2px solid #5a32a5;
  background-color: white;
}
.toggles .inner .togglepanel .toggleitem input:checked + span::before {
  content: "✓";
  display: block;
  text-align: center;
  color: #5a32a5;
  position: absolute;
  left: 0.52rem;
  top: 0.4rem;
  font-size: 20px;
  font-weight: bold;
}
.toggles .inner .togglepanel .toggleitem input:active {
  border: 2px solid #34495E;
}

/* ----- Product Matrix ----- */
.wrapper-productmatrix {
  height: 100%;
  max-height: calc(100vh - 91px);
  position: fixed;
  bottom: 30px;
  width: 100%;
  z-index: 10;
}
.wrapper-productmatrix .productmatrix {
  width: 100%;
  height: 100%;
}

.tabulator {
  /*overflow-x:visible;*/
  background-color: #ECECEC;
  border-color: #5a32a5;
  border-bottom-width: 3px;
  border-bottom-color: #2D1955;
  /* .tabulator-header {
      width: auto;
  }

  .tabulator-tableHolder {
      overflow: hidden;
      width: auto;
  }*/
  color: #262626;
}
.tabulator ul {
  list-style: none;
  text-indent: -5px;
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 24px;
}
.tabulator ul li {
  margin-left: -10px;
}
.tabulator ul li::before {
  content: "•";
  color: #5a32a5;
  font-weight: bold;
  display: inline-block;
  width: 5px; /* Also needed for space (tweak if needed) */
}
.tabulator .tabulator-tableHolder {
  color: black;
}
.tabulator .tabulator-tableHolder .tabulator-table {
  color: black;
}
.tabulator .tabulator-row {
  transition: background-color 0.3s ease;
}
.tabulator .tabulator-row.tabulator-selected, .tabulator .tabulator-row.tabulator-row-even.tabulator-selected {
  background-color: #9abcea;
}
.tabulator .tabulator-row.tabulator-selectable:hover:not(.tabulator-selected) {
  background-color: #D2C3E1;
}
.tabulator .tabulator-row.tabulator-row-even {
  background-color: #EDEDED;
}
.tabulator .tabulator-row .tabulator-cell {
  white-space: pre-wrap !important;
}
.tabulator .tabulator-row .tabulator-cell[tabulator-field=Type] {
  font-weight: bold;
  font-size: 1.4em;
}
.tabulator .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  background-color: white;
}
.tabulator .tabulator-header {
  border-color: #5a32a5;
  border-bottom-width: 3px;
  color: black;
  background-color: #ECECEC;
}
.tabulator .tabulator-header .tabulator-col {
  background-color: #ECECEC;
  vertical-align: top;
  /*            &::before {
      content: '\00b1';
      display: block;
      text-align: center;
      color: $purple;
      position: absolute;
      top:5px;
      right: 30px;
      font-size:20px;
      font-weight:bold;
      z-index:1000;                
  }*/
}
.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  background-color: #ECECEC;
  border-color: #5a32a5;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  background-color: white;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid #5a32a5;
  color: #5a32a5;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #5a32a5;
}
.tabulator .tabulator-header .tabulator-col .hide {
  position: absolute;
  top: 0px;
  right: 0px;
}
.tabulator .tabulator-header .tabulator-col .hide::after {
  content: "×";
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  /*.tabulator-col-title {
      white-space: normal;
  }*/
}
.tabulator .tabulator-header .tabulator-col.filterable.hasfilters {
  border: dashed 1px #5a32a5;
}
.tabulator .tabulator-header .tabulator-col.filterable .tabulator-col-content {
  padding-left: 25px;
}
.tabulator .tabulator-header .tabulator-col.filterable .tabulator-col-content .tabulator-col-title-holder .tabulator-col-title {
  white-space: pre-wrap;
}
