/* Start Imports */
/* Start Variables */
/* End Variables */
/* Start Media Queries */
/* End Media Queries */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
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%;
  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; }

@font-face {
  font-family: 'FranklinGothic-Demi';
  src: url("../fonts/FranklinGothic-Demi/FranklinGothic-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FranklinGothic-Demi/FranklinGothic-Demi.woff") format("woff"), url("../fonts/FranklinGothic-Demi/FranklinGothic-Demi.ttf") format("truetype"), url("../fonts/FranklinGothic-Demi/FranklinGothic-Demi.svg#FranklinGothic-Demi") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Global Styles Import */
/* Start General Styles */
*, *:after, *::before {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body, html {
  margin: 0px;
  padding: 0px; }

body {
  font-size: 16px;
  font-family: "Verdana", "Geneva", sans-serif;
  color: #46555a;
  overflow-x: hidden;
  line-height: 1.4;
  padding-top: 185px;
  background-color: #f8f8f8; }

a {
  cursor: pointer;
  color: #46555a;
  text-decoration: none; }

input, a, textarea, select, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

h1 {
  font-size: 65px; }

h2 {
  font-size: 25px; }

.overflow {
  overflow: hidden; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.red {
  color: red; }

.greenLink {
  color: #b9c832;
  text-decoration: underline; }
  .greenLink:hover {
    text-decoration: none; }

.index {
  font-style: normal;
  font-size: 12px; }

.field {
  width: 100%;
  margin-bottom: 20px; }
  .field .label {
    font-size: 15px;
    width: 34%;
    float: left;
    line-height: 30px; }
    .field .label .tooltipIcon {
      position: relative;
      line-height: 1.2; }
      .field .label .tooltipIcon .icon {
        width: 20px;
        height: 20px;
        position: relative;
        top: 5px; }
        .field .label .tooltipIcon .icon img {
          width: 100%; }
    .field .label.line0 {
      line-height: 1.4; }
  .field .calcWrap {
    height: 510px;
    margin-top: -155px; }
    .field .calcWrap input {
      width: 80px; }
    .field .calcWrap.force {
      margin-top: -90px;
      overflow: hidden; }
  .field.productCode {
    height: 22px; }
    .field.productCode.hidden {
      visibility: hidden;
      opacity: 0; }
  .field input, .field textarea {
    width: 66%;
    float: left;
    height: 30px;
    padding: 0px 10px;
    color: #46555a;
    font-family: "Verdana", "Geneva", sans-serif;
    font-size: 15px;
    border: 1px solid #b9c832; }
  .field textarea {
    min-height: 128px;
    padding: 10px;
    resize: none; }
  .field::after {
    content: " ";
    clear: both;
    display: block; }
  .field.blockField label, .field.blockField textarea {
    float: none;
    width: 100%; }
  .field.angle .label::before {
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
    background: url("../assets/img/icons/default/icon_angle.svg") no-repeat center center; }
  .field .ui-select-match {
    width: 100%;
    line-height: normal;
    position: relative;
    z-index: 10;
    border: 1px solid #b9c832;
    background-color: #f8f8f8;
    outline: none; }
    .field .ui-select-match .btn {
      color: #46555a;
      padding: 0px 10px;
      display: block;
      width: 100%;
      height: 30px; }
    .field .ui-select-match .caret {
      background: url(/assets/img/dropdown.svg) no-repeat 0 0 transparent;
      background-size: 100% auto;
      border: 0;
      height: 16px;
      width: 16px;
      margin: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      right: 10px;
      pointer-events: none; }
  .field .ui-select-search {
    display: none; }
  .field .ui-select-choices {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14);
    overflow: auto;
    min-width: 100%;
    background: white;
    margin-top: 1px; }
  .field .ui-select-choices-row.active > span {
    background: rgba(0, 0, 0, 0.04);
    color: inherit; }
  .field .ui-select-choices-row-inner {
    background: #fff;
    line-height: 48px !important;
    height: 48px;
    padding: 0 16px; }
  .field .ui-select-container {
    position: relative;
    width: 100%;
    max-width: 66%;
    font-family: inherit;
    display: block;
    float: left;
    padding: 0; }
    .field .ui-select-container .ui-select-choices-group {
      display: table;
      width: 100%; }
    .field .ui-select-container .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 11; }
    .field .ui-select-container .ui-select-placeholder, .field .ui-select-container .ui-select-match-text span {
      width: 90%;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .field.select select {
    width: 66%; }
  .field.select.rightInfo select {
    width: 35%; }
  .field.select .select2 {
    width: 100%;
    max-width: 66%;
    font-family: inherit;
    display: block;
    float: left;
    border: 1px solid #b9c832;
    padding: 3px 10px;
    background-color: #f8f8f8; }
    .field.select .select2 .selection {
      color: inherit;
      font-size: inherit;
      height: 22px;
      position: relative;
      display: block; }
      .field.select .select2 .selection .select2-selection {
        background: none;
        border: 0;
        border-radius: 0;
        height: auto;
        outline: none; }
        .field.select .select2 .selection .select2-selection__rendered {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 85%;
          padding-left: 0px;
          line-height: 22.5px;
          color: #46555a;
          font-family: Verdana, Geneva, sans-serif;
          font-size: 16px; }
          .field.select .select2 .selection .select2-selection__rendered:hover {
            opacity: .9; }
      .field.select .select2 .selection .select2-selection__arrow {
        background: url("/assets/img/dropdown.svg") no-repeat 0 0 transparent;
        background-size: 100% auto;
        border: 0;
        height: 16px;
        width: 16px;
        margin: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: 0; }
        .field.select .select2 .selection .select2-selection__arrow b {
          display: none; }
        .field.select .select2 .selection .select2-selection__arrow:hover {
          opacity: .8; }
  .field.rightInfo {
    position: relative; }
    .field.rightInfo .radioStyle {
      position: relative;
      top: 5px;
      margin-right: 10px; }
    .field.rightInfo .label {
      width: 50%; }
    .field.rightInfo input, .field.rightInfo .select2 {
      width: 35%;
      float: left; }
    .field.rightInfo .inputInfo {
      position: absolute;
      top: 6px;
      right: 0px; }
  .field.errorMsg .validationStyle {
    display: block;
    color: #ff0000;
    font-size: 12px;
    font-style: italic;
    width: 50%;
    margin-top: 5px;
    float: right; }

.select2-dropdown {
  border: 0;
  border-radius: 0; }
  .select2-dropdown .select2-results {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    min-width: 112px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 100%;
    background: white; }
    .select2-dropdown .select2-results__option {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      line-height: 48px;
      height: 48px;
      padding: 0 16px;
      font-size: 16px;
      font-family: Roboto,"Helvetica Neue",sans-serif;
      text-align: left;
      text-decoration: none;
      position: relative;
      cursor: pointer;
      outline: 0; }
      .select2-dropdown .select2-results__option--highlighted {
        background: rgba(0, 0, 0, 0.04) !important;
        color: inherit !important; }
      .select2-dropdown .select2-results__option:focus:not(.option-disabled), .select2-dropdown .select2-results__option:hover:not(.option-disabled) {
        background: rgba(0, 0, 0, 0.04); }
      .select2-dropdown .select2-results__option[aria-selected=true] {
        background: rgba(33, 33, 33, 0.065); }

.searchForm input, .searchForm .iconHover {
  float: left; }
.searchForm input {
  width: 30%;
  margin-top: 5px;
  margin-right: 10px; }

.container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto; }

.container-fluid {
  width: 100%;
  padding: 0 20px; }

.clear {
  clear: both; }

.clearAfter::after {
  content: " ";
  display: block;
  clear: both; }

.flex {
  display: flex;
  justify-content: space-between; }

.flexBox {
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flexAlignEnd {
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.justify-center {
  justify-content: center; }
.justify-start {
  justify-content: flex-start; }
.justify-end {
  justify-content: flex-end; }
.justify-space-around {
  justify-content: space-around; }
.justify-space-between {
  justify-content: space-between; }

.iconHover:hover .icon .defaultIcon {
  opacity: 0; }
.iconHover:hover .icon .activeIcon {
  opacity: 1; }

.active .icon .defaultIcon {
  opacity: 0; }
.active .icon .activeIcon {
  opacity: 1; }

.icon {
  display: inline-block;
  position: relative; }
  .icon img {
    float: left;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  .icon p {
    display: inline-block; }
  .icon::after {
    content: " ";
    display: block;
    clear: both; }
  .icon .activeIcon {
    position: absolute;
    left: 0px;
    opacity: 0; }

.posFixed {
  position: fixed; }

.content {
  position: relative;
  padding: 35px 0 20px; }
  .content .container {
    position: relative;
    z-index: 1;
    padding: 0 40px;
    left: 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }

.marginCenter {
  margin: 0 auto; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.checkStyle label {
  font-size: 15px;
  line-height: 23px;
  display: block;
  position: relative;
  padding-left: 32px; }
  .checkStyle label .checkIcon {
    position: absolute;
    top: 0;
    left: 0px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 2px solid #b9c832; }
    .checkStyle label .checkIcon:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      cursor: pointer;
      opacity: 0;
      background: url("/assets/img/check.svg") no-repeat 50% 48%;
      background-size: 15px; }
  .checkStyle label input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px; }
    .checkStyle label input[type="checkbox"]:checked + .checkIcon:before {
      opacity: 1; }
    .checkStyle label input[type="checkbox"]:disabled + .checkIcon, .checkStyle label input[type="checkbox"]:disabled + .checkIcon + .checkLabel {
      opacity: 0.5;
      cursor: default; }
    .checkStyle label input[type="checkbox"]:disabled + .checkIcon:before {
      cursor: default; }

.radioStyle label {
  font-size: 15px;
  line-height: 21px;
  display: block;
  min-height: 22px;
  position: relative;
  padding-left: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .radioStyle label input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px; }
    .radioStyle label input[type="radio"]:checked + .checkIcon:before {
      opacity: 1; }
  .radioStyle label .checkIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #b9c832; }
    .radioStyle label .checkIcon:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 12px;
      height: 12px;
      display: block;
      opacity: 0;
      background-color: #46555a;
      border-radius: 50%; }

.btn {
  min-width: 120px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  border: 0px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s; }
  .btn.ml20 {
    margin-left: 20px; }
  .btn.primary {
    background-color: #46555a; }
  .btn.dark {
    color: #b9c832;
    background-color: #19232d; }
  .btn[disabled] {
    cursor: default;
    background-color: #9ca3a6; }
    .btn[disabled]:hover {
      opacity: 1; }
  .btn:hover {
    opacity: 0.8; }

.circleBtn {
  background-color: transparent;
  border: 0px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: block;
  padding: 0;
  position: relative;
  cursor: pointer; }
  .circleBtn img {
    width: 100%; }
  .circleBtn.icon-30 {
    width: 35px;
    height: 35px; }
  .circleBtn.icon-35 {
    width: 40px;
    height: 40px; }

.blockTitle h2 {
  text-transform: uppercase;
  margin-top: 30px; }
  .blockTitle h2 strong {
    color: red;
    font-size: 65px;
    height: 47px;
    line-height: 64px;
    margin-right: 12px; }

.loader {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  margin: 0;
  top: 0;
  padding-top: 7%; }
  .loader img {
    max-width: 70px; }

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px; }

.twoColumn .column {
  width: 50%;
  float: left;
  padding: 20px; }
  .twoColumn .column.padd0 {
    padding: 0; }
  .twoColumn .column.size30 {
    width: 30%; }
  .twoColumn .column.size40 {
    width: 40%; }
  .twoColumn .column.size60 {
    width: 60%; }

.groupName span {
  font-size: 24px;
  color: #46555a; }
.groupName .iconHover {
  position: relative;
  top: 6px; }

.forceCalculator .field {
  margin-bottom: 15px; }

/* Start Width with Percent */
.w0 {
  width: 0% !important; }

.w5 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w35 {
  width: 35% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w50 {
  width: 50% !important; }

.w55 {
  width: 55% !important; }

.w60 {
  width: 60% !important; }

.w65 {
  width: 65% !important; }

.w70 {
  width: 70% !important; }

.w75 {
  width: 75% !important; }

.w80 {
  width: 80% !important; }

.w85 {
  width: 85% !important; }

.w90 {
  width: 90% !important; }

.w95 {
  width: 95% !important; }

.w100 {
  width: 100% !important; }

/* End Width with Percent */
/* Start Margin Top and Bottom Spaces */
.mt0 {
  margin-top: 0px; }

.pt0 {
  padding-top: 0px; }

.mt5 {
  margin-top: 5px; }

.pt5 {
  padding-top: 5px; }

.mt10 {
  margin-top: 10px; }

.pt10 {
  padding-top: 10px; }

.mt15 {
  margin-top: 15px; }

.pt15 {
  padding-top: 15px; }

.mt20 {
  margin-top: 20px; }

.pt20 {
  padding-top: 20px; }

.mt25 {
  margin-top: 25px; }

.pt25 {
  padding-top: 25px; }

.mt30 {
  margin-top: 30px; }

.pt30 {
  padding-top: 30px; }

.mt35 {
  margin-top: 35px; }

.pt35 {
  padding-top: 35px; }

.mt40 {
  margin-top: 40px; }

.pt40 {
  padding-top: 40px; }

.mt45 {
  margin-top: 45px; }

.pt45 {
  padding-top: 45px; }

.mt50 {
  margin-top: 50px; }

.pt50 {
  padding-top: 50px; }

.mt55 {
  margin-top: 55px; }

.pt55 {
  padding-top: 55px; }

.mt60 {
  margin-top: 60px; }

.pt60 {
  padding-top: 60px; }

.mt65 {
  margin-top: 65px; }

.pt65 {
  padding-top: 65px; }

.mt70 {
  margin-top: 70px; }

.pt70 {
  padding-top: 70px; }

.mt75 {
  margin-top: 75px; }

.pt75 {
  padding-top: 75px; }

.mt80 {
  margin-top: 80px; }

.pt80 {
  padding-top: 80px; }

.mt85 {
  margin-top: 85px; }

.pt85 {
  padding-top: 85px; }

.mt90 {
  margin-top: 90px; }

.pt90 {
  padding-top: 90px; }

.mt95 {
  margin-top: 95px; }

.pt95 {
  padding-top: 95px; }

.mt100 {
  margin-top: 100px; }

.pt100 {
  padding-top: 100px; }

.mb0 {
  margin-bottom: 0px; }

.pb0 {
  padding-bottom: 0px; }

.pr0 {
  padding-right: 0px; }

.pl0 {
  padding-left: 0px; }

.mb5 {
  margin-bottom: 5px; }

.pb5 {
  padding-bottom: 5px; }

.pr5 {
  padding-right: 5px; }

.pl5 {
  padding-left: 5px; }

.mb10 {
  margin-bottom: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pr10 {
  padding-right: 10px; }

.pl10 {
  padding-left: 10px; }

.mb15 {
  margin-bottom: 15px; }

.pb15 {
  padding-bottom: 15px; }

.pr15 {
  padding-right: 15px; }

.pl15 {
  padding-left: 15px; }

.mb20 {
  margin-bottom: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pr20 {
  padding-right: 20px; }

.pl20 {
  padding-left: 20px; }

.mb25 {
  margin-bottom: 25px; }

.pb25 {
  padding-bottom: 25px; }

.pr25 {
  padding-right: 25px; }

.pl25 {
  padding-left: 25px; }

.mb30 {
  margin-bottom: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pr30 {
  padding-right: 30px; }

.pl30 {
  padding-left: 30px; }

.mb35 {
  margin-bottom: 35px; }

.pb35 {
  padding-bottom: 35px; }

.pr35 {
  padding-right: 35px; }

.pl35 {
  padding-left: 35px; }

.mb40 {
  margin-bottom: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pr40 {
  padding-right: 40px; }

.pl40 {
  padding-left: 40px; }

.mb45 {
  margin-bottom: 45px; }

.pb45 {
  padding-bottom: 45px; }

.pr45 {
  padding-right: 45px; }

.pl45 {
  padding-left: 45px; }

.mb50 {
  margin-bottom: 50px; }

.pb50 {
  padding-bottom: 50px; }

.pr50 {
  padding-right: 50px; }

.pl50 {
  padding-left: 50px; }

.mb55 {
  margin-bottom: 55px; }

.pb55 {
  padding-bottom: 55px; }

.pr55 {
  padding-right: 55px; }

.pl55 {
  padding-left: 55px; }

.mb60 {
  margin-bottom: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pr60 {
  padding-right: 60px; }

.pl60 {
  padding-left: 60px; }

.mb65 {
  margin-bottom: 65px; }

.pb65 {
  padding-bottom: 65px; }

.pr65 {
  padding-right: 65px; }

.pl65 {
  padding-left: 65px; }

.mb70 {
  margin-bottom: 70px; }

.pb70 {
  padding-bottom: 70px; }

.pr70 {
  padding-right: 70px; }

.pl70 {
  padding-left: 70px; }

.mb75 {
  margin-bottom: 75px; }

.pb75 {
  padding-bottom: 75px; }

.pr75 {
  padding-right: 75px; }

.pl75 {
  padding-left: 75px; }

.mb80 {
  margin-bottom: 80px; }

.pb80 {
  padding-bottom: 80px; }

.pr80 {
  padding-right: 80px; }

.pl80 {
  padding-left: 80px; }

.mb85 {
  margin-bottom: 85px; }

.pb85 {
  padding-bottom: 85px; }

.pr85 {
  padding-right: 85px; }

.pl85 {
  padding-left: 85px; }

.mb90 {
  margin-bottom: 90px; }

.pb90 {
  padding-bottom: 90px; }

.pr90 {
  padding-right: 90px; }

.pl90 {
  padding-left: 90px; }

.mb95 {
  margin-bottom: 95px; }

.pb95 {
  padding-bottom: 95px; }

.pr95 {
  padding-right: 95px; }

.pl95 {
  padding-left: 95px; }

.mb100 {
  margin-bottom: 100px; }

.pb100 {
  padding-bottom: 100px; }

.pr100 {
  padding-right: 100px; }

.pl100 {
  padding-left: 100px; }

/* End Margin Top and Bottom Spaces */
/* End General Styles */
/* Header Section Styles Import */
header {
  background-color: #aaaaaa;
  height: 205px;
  padding-top: 15px;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  z-index: 12;
  border-bottom: 5px solid #fff; }
  header::after {
    content: " ";
    height: 20px;
    width: 100%;
    display: block;
    position: relative;
    bottom: -4px;
    background-color: #46555a; }
  header .logoSide {
    padding: 25px 38px 0;
    max-width: 245px;
    width: 100%;
    float: left; }
    header .logoSide .logo {
      max-width: 165px;
      width: 100%; }
      header .logoSide .logo img {
        width: 100%;
        float: left; }
    header .logoSide .logoCaption {
      margin-top: 43px; }
      header .logoSide .logoCaption p {
        text-transform: uppercase;
        font-size: 15px;
        color: #46555a; }
  header .navigation {
    float: left;
    padding: 9px; }
    header .navigation .firstNav {
      height: 48px;
      padding-right: 5px; }
      header .navigation .firstNav .userInfo {
        float: left;
        width: 100%;
        color: #19232d; }
        header .navigation .firstNav .userInfo .column {
          float: left;
          margin-left: 40px; }
          header .navigation .firstNav .userInfo .column p .btn {
            float: right;
            position: relative;
            top: -4px;
            margin-left: 15px; }
          header .navigation .firstNav .userInfo .column p::after {
            content: '';
            clear: both;
            display: inline-block; }
    header .navigation .secondNav {
      width: 100%; }
      header .navigation .secondNav .leftMenu {
        float: left; }
        header .navigation .secondNav .leftMenu li {
          float: left;
          text-align: center;
          position: relative; }
          header .navigation .secondNav .leftMenu li a {
            width: 170px;
            height: 120px;
            display: block;
            padding: 6px 25px 15px 25px;
            transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s; }
            header .navigation .secondNav .leftMenu li a.active {
              color: #b9c832;
              background-color: #19232d; }
              header .navigation .secondNav .leftMenu li a.active::after {
                display: none; }
            header .navigation .secondNav .leftMenu li a.disabledButton {
              opacity: 0.5;
              cursor: default; }
              header .navigation .secondNav .leftMenu li a.disabledButton:hover .icon .defaultIcon {
                opacity: 1; }
              header .navigation .secondNav .leftMenu li a.disabledButton:hover .icon .activeIcon {
                opacity: 0; }
            header .navigation .secondNav .leftMenu li a .icon .label {
              display: block;
              position: absolute;
              bottom: -33px;
              left: 0;
              right: 0;
              text-transform: capitalize; }
            header .navigation .secondNav .leftMenu li a::after {
              content: " ";
              width: 1px;
              height: 88%;
              max-height: 105px;
              position: absolute;
              top: 10px;
              display: block;
              left: -1px;
              z-index: -1;
              background-color: #fff; }
            header .navigation .secondNav .leftMenu li a.noBorder::after {
              display: none; }
  header .rightMenu {
    float: right;
    min-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    justify-content: space-around; }
    header .rightMenu ul {
      padding-right: 20px; }
      header .rightMenu ul li {
        float: left;
        margin-right: 20px; }
        header .rightMenu ul li a {
          cursor: pointer;
          text-transform: capitalize; }
          header .rightMenu ul li a .icon .label {
            line-height: 30px;
            padding-left: 10px; }
          header .rightMenu ul li a.disabledButton {
            opacity: 0.5;
            cursor: default; }
            header .rightMenu ul li a.disabledButton:hover .icon .defaultIcon {
              opacity: 1; }
            header .rightMenu ul li a.disabledButton:hover .icon .activeIcon {
              opacity: 0; }
    header .rightMenu .topNav img {
      width: 30px; }

/* Sticky Menu Block Styles Import */
.stickyMenu {
  position: fixed;
  z-index: 2;
  top: 245px;
  right: 0px;
  width: 85px;
  -moz-transform: translateX(85px);
  -o-transform: translateX(85px);
  -ms-transform: translateX(85px);
  -webkit-transform: translateX(85px);
  transform: translateX(85px);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: #99A1A4;
  border-left: 20px solid #46555a; }
  .stickyMenu.open {
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
    .stickyMenu.open .menuToggle .icon img {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .stickyMenu ul tooltip {
    display: block; }
  .stickyMenu ul li .circleBtn {
    margin: 10px auto;
    width: 52px;
    height: 52px; }
  .stickyMenu ul li:first-child .circleBtn {
    margin-top: 7px; }
  .stickyMenu ul li:last-child .circleBtn {
    margin-bottom: 7px; }
  .stickyMenu .menuToggle {
    width: 35px;
    height: 45px;
    display: block;
    position: absolute;
    left: -54px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #46555a; }
    .stickyMenu .menuToggle .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .stickyMenu .menuToggle .icon img {
        height: 27px;
        width: 18px;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

/* Tooltip Styles Import */
.pop-over-content {
  position: absolute;
  z-index: 9999;
  top: 100%;
  margin-top: 30px;
  text-align: left;
  left: 50%;
  display: none; }

.tooltip, .k-tooltip-content {
  color: #fff;
  font-size: 15px;
  width: 420px;
  position: relative;
  z-index: 9999;
  background-color: #f5af4b; }
  .tooltip .tooltipTitle, .k-tooltip-content .tooltipTitle {
    background-color: #f09114;
    padding: 0 10px;
    height: 30px;
    line-height: 30px; }
    .tooltip .tooltipTitle span, .k-tooltip-content .tooltipTitle span {
      text-transform: uppercase; }
  .tooltip .tooltipInfo, .k-tooltip-content .tooltipInfo {
    padding: 25px 20px 20px 20px; }
  .tooltip::before, .k-tooltip-content::before {
    content: " ";
    position: absolute;
    top: -30px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #f09114; }

@media only screen and (max-width: 768px) {
  .pop-over-content {
    display: none; } }
.k-tooltip {
  padding: 5px 28px 5px 6px; }

.k-tooltip-content {
  width: inherit;
  min-width: 150px;
  margin-top: 30px; }
  .k-tooltip-content:before {
    content: " ";
    position: absolute;
    top: -30px;
    right: 0;
    width: 0;
    left: inherit;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0px;
    border-color: rgba(0, 0, 0, 0) #f09114 rgba(0, 0, 0, 0) rgba(240, 145, 20, 0); }
  .k-tooltip-content > p {
    padding: 25px 20px 20px 20px; }

tooltip tip {
  color: #fff;
  font-size: 15px;
  z-index: 9999;
  background-color: #f5af4b;
  left: 50% !important;
  border-radius: 0;
  padding: 25px 20px;
  text-align: left; }
  tooltip tip tip-arrow {
    display: none; }
  tooltip tip::before {
    content: " ";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px; }
  tooltip tip.center {
    text-align: center; }
  tooltip tip.bottom {
    margin-top: 30px;
    top: auto !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
    tooltip tip.bottom::before {
      top: -30px;
      border-color: transparent transparent transparent #f09114; }
  tooltip tip.top-left {
    margin-bottom: 30px;
    top: -40px !important; }
    tooltip tip.top-left::before {
      bottom: -30px;
      right: 0;
      left: auto;
      border-color: transparent transparent transparent #f09114;
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  tooltip tip.left-bottom {
    margin-top: 20px; }
    tooltip tip.left-bottom::before {
      top: -30px;
      right: 0;
      left: auto;
      border-color: transparent transparent transparent #f09114;
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  tooltip tip.headerInfo {
    width: 420px; }

.customTooltip {
  display: none;
  position: absolute;
  background-color: #f5af4b;
  padding: 20px;
  max-width: 250px;
  color: #fff;
  width: auto;
  z-index: 999; }

.tooltip-show {
  display: inherit; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0; }

/* Dialog Styles Import */
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.65;
  background: black; }

.cdk-overlay-backdrop.cdk-overlay-transparent-backdrop {
  background: 0 0; }

.cdk-global-overlay-wrapper .mat-dialog-container {
  padding: 0px;
  background-color: #c8c8c8; }

.w475 {
  width: 475px; }

.w675 {
  width: 675px; }

/* Start Login Page Dialog Styles */
.loginDialog .dialogBanner .infoArea {
  background-color: red;
  padding: 25px 35px;
  color: #fff;
  height: 245px;
  width: 50%;
  float: left; }
  .loginDialog .dialogBanner .infoArea h2 {
    font-size: 30px;
    display: block;
    font-weight: normal; }
    .loginDialog .dialogBanner .infoArea h2 strong {
      font-weight: bold; }
  .loginDialog .dialogBanner .infoArea h3 {
    display: block;
    font-size: 20px;
    font-weight: normal; }
.loginDialog .dialogBanner .imgArea {
  width: 50%;
  float: left;
  height: 245px;
  display: block;
  background-image: url("/assets/img/login-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.loginDialog .loginForm {
  width: 50%;
  float: left; }
.loginDialog .loginButtons {
  width: 50%;
  float: left;
  text-align: right; }
  .loginDialog .loginButtons .btn {
    max-width: 235px;
    width: 100%; }
  .loginDialog .loginButtons .select2,
  .loginDialog .loginButtons .ui-select-container {
    float: right;
    text-align: left;
    width: 100% !important;
    max-width: 235px; }

.fileName {
  display: block;
  color: #19232d;
  text-decoration: underline; }

.ngdialog.ngdialog-theme-default .ngdialog-content {
  padding: 0;
  border-radius: 0;
  background-color: #c8c8c8;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  max-width: 80vw;
  border-radius: 2px;
  font-size: 15px;
  color: inherit;
  box-sizing: border-box;
  font-family: "Verdana", "Geneva", sans-serif; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .dialogStyle .dialogTitle {
    background-color: #46555a;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-family: inherit; }
    .ngdialog.ngdialog-theme-default .ngdialog-content .dialogStyle .dialogTitle .dialogClose {
      position: absolute;
      right: 0px;
      cursor: pointer; }
    .ngdialog.ngdialog-theme-default .ngdialog-content .dialogStyle .dialogTitle .dialogTitleBtn {
      margin: 0;
      padding: 0;
      border: 0;
      background-color: transparent;
      height: 30px; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .dialogStyle .dialogMeta {
    padding: 15px 20px 20px 20px; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .dialogStyle .dialogInfo {
    padding: 25px 20px 20px 20px; }
    .ngdialog.ngdialog-theme-default .ngdialog-content .dialogStyle .dialogInfo .popTxt {
      font-size: 16px;
      font-family: "Verdana", "Geneva", sans-serif;
      line-height: 1.4;
      color: #46555a; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .dialogStyle .mat-dialog-actions {
    margin: 0;
    padding: 0;
    display: block; }
.ngdialog.loginStyle .ngdialog-content, .ngdialog.aboutModalStyle .ngdialog-content {
  width: 675px; }
  .ngdialog.loginStyle .ngdialog-content .dialogStyle .dialogMeta, .ngdialog.aboutModalStyle .ngdialog-content .dialogStyle .dialogMeta {
    padding: 0; }
  .ngdialog.loginStyle .ngdialog-content .dialogStyle .dialogInfo, .ngdialog.aboutModalStyle .ngdialog-content .dialogStyle .dialogInfo {
    padding: 20px 20px 0; }
.ngdialog.settingsStyle .ngdialog-content {
  width: 475px; }
.ngdialog.sensor-detailsStyle .ngdialog-content {
  width: 640px; }
.ngdialog.sensor-detailsStyle .dialogInfo {
  text-align: center; }
  .ngdialog.sensor-detailsStyle .dialogInfo img {
    max-width: 600px;
    width: 100%; }
.ngdialog.newCalculationStyle .ngdialog-content {
  width: 550px; }
.ngdialog.signupStyle .ngdialog-content {
  width: 550px; }
  .ngdialog.signupStyle .ngdialog-content .dialogStyle .dialogMeta {
    padding-right: 0; }
.ngdialog.projectStyle .ngdialog-content {
  width: 550px; }
  .ngdialog.projectStyle .ngdialog-content .dialogStyle .dialogMeta {
    padding-right: 0; }
.ngdialog.warning-messages-dialog .ngdialog-content {
  width: 600px; }
.ngdialog .tableStyle table thead tr th {
  height: 50px; }
.ngdialog .tableStyle table tbody tr td {
  padding: 5px 10px; }
.ngdialog .tableStyle table.even tbody tr:nth-child(even) td {
  background-color: #e6e6e6; }

/* End Login Page Dialog Styles */
/* Dialog Media Queries */
@media only screen and (max-width: 500px) {
  .cdk-global-overlay-wrapper .mat-dialog-container .dialogStyle {
    width: 100%; } }
/* Tables Styles Import */
.tableStyle {
  position: relative; }
  .tableStyle .tableName {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: red;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0;
    font-weight: bold; }
  .tableStyle .fixedTable {
    overflow: auto; }
  .tableStyle .fixed th:first-child, .tableStyle .fixed td:first-child {
    position: relative; }
    .tableStyle .fixed th:first-child::after, .tableStyle .fixed td:first-child::after {
      content: " ";
      width: 1px;
      height: 100%;
      background-color: #969696;
      position: absolute;
      top: 0px;
      right: -1px;
      z-index: 1; }
  .tableStyle .fixed th {
    position: relative;
    vertical-align: top;
    font-weight: normal;
    text-align: left; }
    .tableStyle .fixed th::before {
      content: " ";
      width: 100%;
      height: 2px;
      border-bottom: 2px solid red;
      position: absolute;
      bottom: -2px;
      left: 0px;
      z-index: 2; }
    .tableStyle .fixed th .sortIcon {
      display: block;
      background: transparent;
      border: 0;
      cursor: pointer;
      position: absolute;
      top: -1px;
      right: 0px;
      float: right; }
      .tableStyle .fixed th .sortIcon img {
        width: 16px;
        height: 16px;
        transition: 0;
        -ms-transition: 0;
        -moz-transition: 0;
        -webkit-transition: 0; }
      .tableStyle .fixed th .sortIcon .ascDefaultIcon, .tableStyle .fixed th .sortIcon .ascActiveIcon {
        display: none; }
      .tableStyle .fixed th .sortIcon.active span .ascActiveIcon, .tableStyle .fixed th .sortIcon.active span .ascDefaultIcon {
        display: none; }
      .tableStyle .fixed th .sortIcon.active span .activeIcon {
        display: block; }
      .tableStyle .fixed th .sortIcon.asc .ascDefaultIcon {
        display: block; }
      .tableStyle .fixed th .sortIcon.asc .defaultIcon, .tableStyle .fixed th .sortIcon.asc .ascActiveIcon, .tableStyle .fixed th .sortIcon.asc .activeIcon {
        display: none; }
      .tableStyle .fixed th .sortIcon.asc.active span .defaultIcon, .tableStyle .fixed th .sortIcon.asc.active span .ascDefaultIcon, .tableStyle .fixed th .sortIcon.asc.active span .activeIcon {
        display: none; }
      .tableStyle .fixed th .sortIcon.asc.active span .ascActiveIcon {
        display: block; }
      .tableStyle .fixed th .sortIcon.asc:hover .icon .ascDefaultIcon {
        opacity: 0;
        display: none; }
      .tableStyle .fixed th .sortIcon.asc:hover .icon .ascActiveIcon {
        opacity: 1;
        display: block; }
  .tableStyle table {
    width: 100%;
    text-align: left;
    table-layout: fixed;
    background-color: #fff;
    border-collapse: inherit; }
    .tableStyle table thead tr th {
      z-index: 3;
      height: 85px;
      padding: 13px 15px;
      font-size: 16px;
      color: #46555a;
      background-color: #fff;
      border-right: 1px solid #969696;
      border-bottom: 2px solid red; }
      .tableStyle table thead tr th:last-child {
        border-right: 0; }
    .tableStyle table tbody tr.active td {
      background-color: #c3d2d2; }
    .tableStyle table tbody tr td {
      font-size: 16px;
      padding: 8px 10px 7px;
      color: #46555a;
      vertical-align: middle;
      border-right: 1px solid #969696; }
      .tableStyle table tbody tr td:last-child {
        border-right: 0; }
      .tableStyle table tbody tr td a:hover {
        color: #b9c832; }
      .tableStyle table tbody tr td .itemImage img {
        width: 100%;
        position: relative;
        z-index: 2;
        -webkit-backface-visibility: hidden;
        /* Chrome, Safari, Opera */
        backface-visibility: hidden;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s; }
        .tableStyle table tbody tr td .itemImage img:hover {
          z-index: 5;
          -moz-transform: scale(2.8);
          -o-transform: scale(2.8);
          -ms-transform: scale(2.8);
          -webkit-transform: scale(2.8);
          transform: scale(2.8); }
      .tableStyle table tbody tr td input, .tableStyle table tbody tr td select, .tableStyle table tbody tr td textarea {
        background: transparent;
        border: 0;
        padding: 0;
        line-height: 1.4;
        color: #46555a;
        font-size: 16px;
        width: 100%;
        resize: none;
        overflow: hidden;
        margin: 0;
        float: left;
        font-family: "Verdana", "Geneva", sans-serif; }
      .tableStyle table tbody tr td[colspan="5"] {
        width: 100%;
        padding: 0px; }
        .tableStyle table tbody tr td[colspan="5"]::after {
          display: none; }
      .tableStyle table tbody tr td table {
        width: 100%; }
      .tableStyle table tbody tr td.tableLoader {
        text-align: center; }
        .tableStyle table tbody tr td.tableLoader img {
          margin: 25px auto;
          max-width: 70px; }
    .tableStyle table.even tbody tr:nth-child(even) td {
      background-color: #c8c8c8; }
    .tableStyle table.even tbody tr:nth-child(even).active td {
      background-color: #c3d2d2; }

.tableOptions {
  float: right;
  position: fixed;
  right: 40px;
  top: 235px;
  z-index: 12; }
  .tableOptions ul li {
    float: left; }

.sensorType {
  max-width: calc(100% - 502px);
  padding: 30px 20px 0;
  width: 100%; }
  .sensorType table tr th:nth-child(1), .sensorType table tr td:nth-child(1) {
    width: 13%; }
  .sensorType table tr th:nth-child(2), .sensorType table tr td:nth-child(2) {
    width: 20%;
    word-break: break-all; }
  .sensorType table tr th:nth-child(3), .sensorType table tr td:nth-child(3) {
    width: 22%; }
  .sensorType table tr th:nth-child(4), .sensorType table tr td:nth-child(4) {
    width: 25%; }
  .sensorType table tr th:nth-child(5), .sensorType table tr td:nth-child(5) {
    width: 20%; }

.projectsTable {
  max-width: 960px;
  width: 100%; }
  .projectsTable table tr th:nth-child(1) {
    width: 27%; }
  .projectsTable table tr th:nth-child(2) {
    width: 25%; }
  .projectsTable table tr th:nth-child(3) {
    width: 15%; }
  .projectsTable table tr th:nth-child(4) {
    width: 23%; }
  .projectsTable table tr th:nth-child(5) {
    width: 15%; }
  .projectsTable table tr th:nth-child(6) {
    width: 7%; }
  .projectsTable table tr th:nth-child(7) {
    width: 7%; }

.h500 .fixedTable {
  max-height: 500px;
  min-height: 215px; }

/* End Tables Width Modifications */
/* Homepage Styles Import */
/* Calculator Page Ui Kits Import */
.calcPercentages {
  width: 230px;
  max-height: 630px;
  margin-top: 32px; }

.calcInfo {
  width: calc(100% - 452px); }
  .calcInfo .calcForm {
    min-height: 197px; }
    .calcInfo .calcForm.big {
      min-height: 248px; }

.indicator {
  height: 100%;
  width: 80px;
  position: relative;
  background-color: #e6e6e6;
  border: 1px solid #ddd;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  float: left; }
  .indicator .marker {
    position: absolute;
    z-index: 1; }
    .indicator .marker i {
      font-style: normal; }
    .indicator .marker .tooltipIcon {
      position: relative;
      top: 5px; }
      .indicator .marker .tooltipIcon .icon {
        width: 17px;
        height: 17px; }
        .indicator .marker .tooltipIcon .icon img {
          width: 100%; }
    .indicator .marker .markerBar {
      position: relative;
      top: 0;
      width: 118px;
      left: -40px;
      display: block;
      color: #000;
      text-align: left;
      padding: 4px 0;
      float: left;
      border-bottom: 1px solid #000; }
      .indicator .marker .markerBar.red {
        border-bottom-color: red;
        background-color: transparent; }
        .indicator .marker .markerBar.red i {
          color: red; }
      .indicator .marker .markerBar.infoBottom i {
        position: relative;
        top: 20px; }
      .indicator .marker .markerBar.infoBottom .iconHover {
        position: relative;
        top: 25px; }
  .indicator .minToMax span {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 5px;
    margin: 0 auto;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s; }
    .indicator .minToMax span.out {
      color: #000;
      bottom: inherit;
      top: -25px !important; }
  .indicator:last-of-type {
    margin-left: 50px; }
  .indicator::before, .indicator::after {
    position: relative;
    z-index: 1;
    width: calc(100% + 40px);
    left: -40px;
    display: block;
    color: #000;
    text-align: left;
    padding: 4px 0;
    float: left;
    border-bottom: 1px solid #000; }
  .indicator::before {
    content: "100%";
    top: 86px; }
  .indicator::after {
    content: "-100%";
    bottom: -295px; }
  .indicator .minToMax {
    max-height: 210px;
    height: 100%;
    position: relative;
    top: 105px; }
    .indicator .minToMax::after {
      content: "0%";
      position: absolute;
      width: calc(100% + 40px);
      left: -40px;
      display: block;
      bottom: 0px;
      padding: 4px;
      color: #000;
      text-align: left;
      border-bottom: 1px solid #000; }
  .indicator .small {
    width: 50%;
    position: absolute;
    bottom: 0px; }
  .indicator .big {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px; }
  .indicator .fixed {
    padding: 7px 0;
    bottom: -1px;
    z-index: 9999;
    font-size: 10px; }
  .indicator .red {
    color: #fff;
    background-color: #bd493c; }
  .indicator .green {
    color: #fff;
    background-color: #9abf2b; }
  .indicator .orange {
    color: #fff;
    background-color: #f09114; }
  .indicator .blue {
    color: #fff;
    background-color: #2f84bd; }
  .indicator .black {
    color: #fff;
    background-color: #969696; }
  .indicator .leftCol {
    left: 0;
    max-height: 150%; }
  .indicator .rightCol {
    right: 0;
    max-height: 150%; }
  .indicator .middleCol {
    padding-top: 5px;
    max-height: 110%; }

.currentItem, .filter {
  width: 222px;
  padding: 10px;
  margin-top: 32px;
  border: 1px solid #ddd;
  background-color: #e6e6e6; }
  .currentItem img, .filter img {
    width: 100%; }

.optionsBlock {
  margin-right: 50px;
  width: calc(100% - 275px); }

.journal {
  padding: 0 33px 0 15px;
  margin-bottom: 12px; }

.chartWarning {
  position: relative;
  z-index: 2; }

.pageNav {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  min-width: 266px; }
  .pageNav .btn {
    text-align: center; }

.flash {
  animation: flash 2.5s infinite;
  -webkit-animation: flash 2.5s infinite;
  -moz-animation: flash 2.5s infinite;
  -ms-animation: flash 2.5s infinite;
  -o-animation: flash 2.5s infinite;
  animation-iteration-count: 2.5;
  -webkit-animation-iteration-count: 2.5;
  -moz-animation-iteration-count: 2.5;
  -ms-animation-iteration-count: 2.5;
  -o-animation-iteration-count: 2.5;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
/* Output PDF Styles Import */
@page {
  size: landscape; }
page[size="A4"] {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5); }

@media print {
  body, page[size="A4"] {
    margin: 0;
    box-shadow: 0;
    font-family: "FranklinGothic-Demi"; } }
.printContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #fff; }
  .printContainer .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: #fff;
    page-break-after: always; }
  .printContainer .floatLeft {
    width: 45%;
    padding-right: 50px; }
  .printContainer .floatRight {
    width: 55%;
    height: 160mm;
    padding-left: 50px;
    border-left: 1px solid #969696; }
  .printContainer .tableStyle .tableName {
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin-top: 0;
    font-family: "FranklinGothic-Demi"; }
  .printContainer .tableStyle table {
    border-collapse: collapse; }
    .printContainer .tableStyle table tr td {
      padding: 3px 10px;
      font-size: 11px;
      border: 1px solid #969696;
      background-color: #e6e6e6;
      border-right: 1px solid #969696 !important; }
    .printContainer .tableStyle table tr:first-of-type td {
      border-top: 0; }
  .printContainer .pdfLogo {
    max-width: 200px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 10px; }
  .printContainer .pdfValuesTable {
    width: 100%; }
    .printContainer .pdfValuesTable table tr td:nth-child(1) {
      width: 64%;
      background-color: #fff; }
    .printContainer .pdfValuesTable table tr td:nth-child(2) {
      width: 20%; }
    .printContainer .pdfValuesTable table tr td:nth-child(3) {
      width: 16%; }
  .printContainer .pdfDataTable {
    width: 100%; }
    .printContainer .pdfDataTable table tr td:nth-child(1) {
      width: 35%;
      background-color: #fff; }
    .printContainer .pdfDataTable table tr td:nth-child(2) {
      width: 65%; }
  .printContainer .figure {
    max-width: 180px;
    width: 100%;
    display: inline-block; }
  .printContainer .vector {
    max-width: 220px;
    width: 100%;
    display: inline-block;
    position: absolute;
    right: 0; }
  .printContainer .graph {
    width: 100%;
    text-align: center; }
    .printContainer .graph img {
      width: 100%; }
  .printContainer .secondGraph {
    width: 80%;
    margin: 0 auto; }
  .printContainer .graphData {
    width: 100%;
    text-align: right; }
    .printContainer .graphData img {
      max-width: 250px;
      width: 100%; }

/* alerts */
.warningArea {
  visibility: hidden;
  opacity: 0; }
  .warningArea.show {
    visibility: visible;
    opacity: 1; }

.alert {
  margin-bottom: 20px; }
  .alert.warning {
    border: solid 1px #f09114;
    background: #f5af4b;
    color: #fff;
    padding: 10px;
    border-radius: 5px; }

/* Sensor Type Alternative View */
.changeView ul {
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .changeView ul li {
    padding: 5px; }

.itemsGrid {
  padding: 20px;
  width: calc(100% - 502px); }
  .itemsGrid .grid {
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
    .itemsGrid .grid li {
      width: calc(100% / 6);
      padding: 5px 10px;
      font-size: 14px; }
      .itemsGrid .grid li label {
        cursor: pointer; }
      .itemsGrid .grid li input {
        display: none; }
        .itemsGrid .grid li input:checked + .itemName {
          background: #b9c832;
          color: #fff; }
      .itemsGrid .grid li .itemName {
        display: block;
        padding: 5px 0; }
      .itemsGrid .grid li img {
        width: 100%; }
        .itemsGrid .grid li img:hover {
          opacity: 0.9; }
      .itemsGrid .grid li .itemDetails {
        height: 25px;
        line-height: 25px;
        color: #b9c832;
        display: block;
        position: relative;
        top: -10px;
        width: 100%;
        font-size: 13px;
        background-color: #19232d; }

/* Filter Styles Import */
.filter {
  width: 280px; }
  .filter .filterTitle {
    text-transform: uppercase; }
  .filter .field .ui-select-container {
    max-width: 100%; }

/* Rzslider Styles Import */
.rzslider {
  font-size: 15px; }
  .rzslider .rz-bar {
    background-color: #b9c832; }
  .rzslider .rz-pointer {
    width: 24px;
    height: 24px;
    top: -10px;
    background-color: #19232d;
    outline: none; }
    .rzslider .rz-pointer::after {
      left: 8px;
      top: 8px;
      width: 8px;
      height: 8px;
      background-color: #b9c832; }
    .rzslider .rz-pointer:hover::after, .rzslider .rz-pointer.rz-active::after {
      background-color: #b9c832; }

/* Responsive Import */
/* Responsive Media Queries Import */
@media only screen and (max-width: 1500px) {
  header .logoSide {
    padding: 25px 25px 0;
    max-width: 220px;
    width: 100%;
    float: left; }
  header .navigation .firstNav .userInfo .column {
    margin-left: 15px; }
  header .navigation .secondNav .leftMenu li a {
    padding: 6px 15px 15px 15px;
    width: 100%; } }
@media only screen and (max-width: 1320px) {
  header .navigation {
    max-width: calc(100% - 600px); }
  header .rightMenu {
    width: 360px; } }
/* Sticky Menu Media Query Import */
@media only screen and (max-width: 950px) {
  .stickyMenu {
    width: 250px;
    -moz-transform: translateX(-225px);
    -o-transform: translateX(-225px);
    -ms-transform: translateX(-225px);
    -webkit-transform: translateX(-225px);
    transform: translateX(-225px); }
    .stickyMenu ul li a {
      padding: 4px 10px;
      font-size: 14px; } }
@media only screen and (max-width: 800px) {
  .stickyMenu {
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    top: 0px;
    width: 100%;
    text-align: center;
    padding-right: 0;
    background-color: #fff;
    -moz-transform: translate(0px, -115px);
    -o-transform: translate(0px, -115px);
    -ms-transform: translate(0px, -115px);
    -webkit-transform: translate(0px, -115px);
    transform: translate(0px, -115px); }
    .stickyMenu.hasDrop {
      -moz-transform: translate(0px, -195px);
      -o-transform: translate(0px, -195px);
      -ms-transform: translate(0px, -195px);
      -webkit-transform: translate(0px, -195px);
      transform: translate(0px, -195px); }
    .stickyMenu.open {
      -moz-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    .stickyMenu .menuToggle {
      position: relative;
      width: 100%;
      height: 25px;
      text-align: center;
      margin-top: 2px; }
      .stickyMenu .menuToggle .icon {
        transform: rotate(90deg);
        position: relative;
        top: 0; }
        .stickyMenu .menuToggle .icon img {
          height: 25px; } }
@media only screen and (max-width: 1600px) {
  .itemsGrid .grid li {
    width: calc(100% / 5); } }
@media only screen and (max-width: 1380px) {
  .itemsGrid .grid li {
    width: calc(100% / 4); } }
.calcWrap {
  position: relative; }

.arrowInput {
  position: absolute;
  width: 40px;
  text-align: center;
  opacity: 0; }

.calcMainTop {
  position: relative;
  z-index: 1; }
  .calcMainTop > div {
    padding: 0 20px; }

.calcBtnGgroup li {
  float: left;
  margin-left: 15px; }

.labelOnly .field {
  margin-bottom: 10px; }
  .labelOnly .field label {
    width: 27%;
    margin-right: 3%;
    line-height: 22px; }
  .labelOnly .field .calcValue {
    float: left;
    width: 70%; }

.calcInputs {
  position: relative;
  z-index: 1; }
  .calcInputs .field label {
    width: 71%;
    text-align: right;
    padding-right: 20px; }
  .calcInputs .field input {
    width: 29%; }
  .calcInputs.twoColumns {
    padding-top: 15px; }
    .calcInputs.twoColumns .field {
      margin-bottom: 0; }
      .calcInputs.twoColumns .field label {
        width: 15%;
        text-align: left; }
      .calcInputs.twoColumns .field input {
        width: 50%;
        margin-left: 10px; }

.optionsDir {
  padding-right: 15px; }
  .optionsDir > .group::after {
    content: " ";
    display: block;
    clear: both; }
  .optionsDir > .group > * {
    float: right;
    margin-right: 20px; }
  .optionsDir > .group .dirName {
    min-width: 130px;
    text-align: center; }
  .optionsDir > .group .radioStyle img {
    width: 20px;
    height: auto; }

/*# sourceMappingURL=style.css.map */
