@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Orbitron:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
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 {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

a {
  text-decoration: none; }

/*new*/
.container-fluid {
  padding: 0 !important; }

/*new*/
html, body {
  font-family: Roboto;
  /*overflow: hidden !important;*/
  user-select: none;
  box-sizing: border-box; }
  html *, body * {
    box-sizing: border-box; }

img {
  max-width: 100%; }

.list-inline {
  display: inline-block;
  margin: 0; }
  .list-inline > * {
    display: inline-block;
    margin: 0;
    padding: 0; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.number-col {
  text-align: right; }

.row {
  margin: 0; }

.navbar {
  margin: 0; }

.heading {
  display: inline-block;
  width: 100%; }

.clearfix:after, .popup-control-buttons:after {
  content: ".";
  clear: both;
  display: inline-block;
  font-size: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden; }

.note {
  padding: 10px 0px;
  margin: 0 10px;
  box-sizing: border-box;
  font-size: 11px;
  color: #a5a5a5;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 20px); }

footer .ka-has-tooltip:after {
  top: -25px;
  white-space: nowrap;
  left: 0; }

footer .print-footer {
  display: none; }

#ksdm-content.blured {
  filter: blur(5px); }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: local("☺"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Medium';
  src: url("../fonts/Roboto-Medium.eot");
  src: local("☺"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: local("☺"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open-sans';
  src: url("../open-sans/OpenSans-Regular.eot");
  src: local("☺"), url("../open-sans/OpenSans-Regular.woff") format("woff"), url("../open-sans/OpenSans-Regular.ttf") format("truetype"), url("../open-sans/OpenSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "kineticsiconfont";
  src: url("../fonts/kineticsiconfont.eot?v=1.00");
  src: url("../fonts/kineticsiconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kineticsiconfont.woff?v=1.00") format("woff"), url("../fonts/kineticsiconfont.ttf?v=1.00") format("truetype"), url("../fonts/kineticsiconfont.svg#kineticsiconfont?v=1.00") format("svg");
  font-weight: normal;
  font-style: normal; }

#ksdm-header {
  width: 100%;
  min-width: 850px;
  display: inline-block;
  background-color: #fff;
  /*padding: 0 30px 0 20px;*/
  box-sizing: border-box;
  position: relative;
  height: 58px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }
  #ksdm-header .navbar {
    float: right;
    padding-top: 9px;
    /*width: 50%;*/ }
    #ksdm-header .navbar .reports-wrapper-nav li, #ksdm-header .navbar #release_notes_list li {
      position: relative; }
      #ksdm-header .navbar .reports-wrapper-nav li .icon-more-actions-report, #ksdm-header .navbar #release_notes_list li .icon-more-actions-report {
        border: 1px solid #bbb;
        background-color: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px; }
        #ksdm-header .navbar .reports-wrapper-nav li .icon-more-actions-report:before, #ksdm-header .navbar #release_notes_list li .icon-more-actions-report:before {
          position: relative !important;
          top: 0px !important;
          right: 2px; }
      #ksdm-header .navbar .reports-wrapper-nav li .dropdown-open, #ksdm-header .navbar #release_notes_list li .dropdown-open {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
        visibility: hidden;
        opacity: 0;
        transition: ease-in 0.2s;
        position: absolute;
        height: 70px;
        width: 150px;
        overflow: hidden;
        z-index: 4;
        background-color: #fff;
        border: 1px solid #eee;
        right: 40px;
        margin-top: 5px;
        top: -50px; }
        #ksdm-header .navbar .reports-wrapper-nav li .dropdown-open.active, #ksdm-header .navbar #release_notes_list li .dropdown-open.active {
          visibility: visible;
          opacity: 1;
          height: 70px;
          width: 150px;
          padding: 5px 0;
          z-index: 4;
          transition: all 0.2s; }
        #ksdm-header .navbar .reports-wrapper-nav li .dropdown-open.top, #ksdm-header .navbar #release_notes_list li .dropdown-open.top {
          top: -50px; }
        #ksdm-header .navbar .reports-wrapper-nav li .dropdown-open.bottom, #ksdm-header .navbar #release_notes_list li .dropdown-open.bottom {
          top: 0px; }
        #ksdm-header .navbar .reports-wrapper-nav li .dropdown-open.single-line, #ksdm-header .navbar #release_notes_list li .dropdown-open.single-line {
          height: 29px;
          top: -8px;
          right: 28px;
          padding: 0;
          pointer-events: none; }
          #ksdm-header .navbar .reports-wrapper-nav li .dropdown-open.single-line.active, #ksdm-header .navbar #release_notes_list li .dropdown-open.single-line.active {
            pointer-events: unset; }
        #ksdm-header .navbar .reports-wrapper-nav li .dropdown-open button, #ksdm-header .navbar #release_notes_list li .dropdown-open button {
          display: block;
          width: 100%;
          text-align: left;
          padding: 6px 15px;
          border: none;
          color: #757575;
          margin-top: -2px; }
          #ksdm-header .navbar .reports-wrapper-nav li .dropdown-open button:hover, #ksdm-header .navbar #release_notes_list li .dropdown-open button:hover {
            box-shadow: none;
            background-color: #e6e6e6; }
          #ksdm-header .navbar .reports-wrapper-nav li .dropdown-open button i, #ksdm-header .navbar #release_notes_list li .dropdown-open button i {
            margin-right: 15px;
            margin-top: 2px;
            position: relative;
            top: 3px; }
    #ksdm-header .navbar .reports-wrapper-nav {
      position: relative; }
      #ksdm-header .navbar .reports-wrapper-nav .generated-reports-count {
        cursor: pointer;
        position: absolute;
        color: #518252;
        font-size: 10.5px;
        font-weight: 700;
        right: 3px;
        top: -22px;
        border: 1px solid #d0c9c9;
        border-radius: 50%;
        min-width: 22px;
        min-height: 22px;
        max-width: 22px;
        max-height: 22px;
        line-height: 22px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1px; }
        #ksdm-header .navbar .reports-wrapper-nav .generated-reports-count.status-pending {
          border-color: #dc362e;
          color: #dc362e; }
        #ksdm-header .navbar .reports-wrapper-nav .generated-reports-count:hover {
          color: #fff;
          background: #8d8d8d; }
      #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list {
        position: absolute;
        top: 35px;
        left: -542px;
        padding: 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
        z-index: 100;
        width: 975px;
        transition: all 0.3ms; }
        #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list .close-history {
          position: absolute;
          right: 8px;
          top: 3px;
          font-family: Roboto Medium;
          font-size: 13px;
          color: #4285f4;
          cursor: pointer;
          letter-spacing: 3px;
          font-weight: 500;
          padding: 5px; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list .close-history:hover {
            font-weight: 700; }
        #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list .reports-list {
          max-height: 350px;
          overflow-y: auto;
          margin-block-start: unset; }
        #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li {
          padding: 5px 13px;
          color: #767676;
          height: 35px;
          display: flex;
          align-items: center; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li svg path {
            fill: #767676; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.report-li {
            cursor: pointer;
            position: relative; }
            #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.report-li span {
              opacity: 0.7; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.title-block-li {
            font-weight: 700;
            min-height: 36px; }
            #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.title-block-li.with_bg {
              background-color: #f5f5f5;
              padding: 13px 13px; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li span {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 20px; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li .notification_open_pdf {
            opacity: 0;
            pointer-events: none;
            display: none; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li .notification_project {
            width: 370px;
            max-width: 370px;
            min-width: 370px;
            padding-right: 20px; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li .notification_report {
            width: 260px;
            max-width: 260px;
            min-width: 260px;
            padding-right: 20px; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li .notification_format {
            width: 90px;
            max-width: 90px;
            min-width: 90px;
            padding-right: 20px; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li .notification_user {
            width: 60px;
            max-width: 60px;
            min-width: 60px;
            padding-right: 20px; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li .notification_generated_on {
            width: 155px;
            max-width: 155px;
            padding-right: 10px; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.report-li:hover {
            background-color: #f5f5f5; }
            #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.report-li:hover .notification_open_pdf {
              opacity: 1;
              pointer-events: unset;
              display: inline; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.unread {
            color: #000; }
            #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.unread span {
              opacity: 1; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.not-ready {
            color: #dc362e;
            pointer-events: none; }
            #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.not-ready.allow_remove {
              pointer-events: unset; }
              #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.not-ready.allow_remove .report-list-btn-more {
                color: #757575; }
              #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li.not-ready.allow_remove .dropdown-open {
                max-height: 30px;
                padding: 0; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li:nth-child(1) .dropdown-open.top {
            top: -5px !important; }
          #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list li:nth-child(2) .dropdown-open.top {
            top: -40px !important; }
        #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list.short-list {
          left: -582px; }
        #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list ::-webkit-scrollbar {
          width: 12px; }
        #ksdm-header .navbar .reports-wrapper-nav .generated-reports-list ::-webkit-scrollbar-button:vertical:decrement {
          background-color: transparent;
          height: unset; }
    #ksdm-header .navbar #release_notes_wrapper {
      display: inline-block;
      position: relative; }
      #ksdm-header .navbar #release_notes_wrapper .notes-heading {
        padding: 8px 15px;
        background-color: #f5f5f5;
        color: #767676;
        font-family: Roboto Medium; }
      #ksdm-header .navbar #release_notes_wrapper .close-btn-wrapper {
        text-align: right;
        position: absolute;
        top: 0.5px;
        right: 0; }
        #ksdm-header .navbar #release_notes_wrapper .close-btn-wrapper button {
          padding: 5px 13px;
          font-family: Roboto Medium;
          font-size: 13px;
          color: #4285f4;
          cursor: pointer;
          letter-spacing: 3px;
          font-weight: 500;
          text-transform: uppercase; }
          #ksdm-header .navbar #release_notes_wrapper .close-btn-wrapper button:hover {
            font-weight: 700; }
      #ksdm-header .navbar #release_notes_wrapper #release_notes_list {
        min-width: 300px;
        width: 600px;
        position: absolute;
        z-index: 110;
        top: 50px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
        right: 0px; }
        #ksdm-header .navbar #release_notes_wrapper #release_notes_list .notes-tabs {
          color: #767676;
          display: flex;
          gap: 30px;
          padding: 7.5px 15px 9.5px;
          font-family: Roboto Medium; }
          #ksdm-header .navbar #release_notes_wrapper #release_notes_list .notes-tabs > div {
            width: fit-content;
            cursor: pointer;
            line-height: 18px;
            font-size: 14px; }
            #ksdm-header .navbar #release_notes_wrapper #release_notes_list .notes-tabs > div span {
              pointer-events: none;
              position: absolute;
              right: 15px;
              top: 40px;
              display: none;
              font-family: Roboto;
              color: #767676;
              width: 125px;
              text-align: right;
              text-transform: lowercase; }
            #ksdm-header .navbar #release_notes_wrapper #release_notes_list .notes-tabs > div:hover {
              opacity: 0.8; }
            #ksdm-header .navbar #release_notes_wrapper #release_notes_list .notes-tabs > div.active {
              color: #3867af;
              pointer-events: none; }
              #ksdm-header .navbar #release_notes_wrapper #release_notes_list .notes-tabs > div.active span {
                display: block; }
        #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres {
          display: none;
          max-height: 350px;
          overflow-y: auto;
          position: relative;
          margin-bottom: 0;
          scrollbar-gutter: stable; }
          #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed::-webkit-scrollbar-button:vertical:decrement, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres::-webkit-scrollbar-button:vertical:decrement {
            height: 36px; }
          #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed.active, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres.active {
            display: block; }
          #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
            box-sizing: border-box;
            padding-right: 43px;
            cursor: pointer; }
            #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li.li-heading, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li.li-heading {
              pointer-events: none;
              position: sticky;
              top: 0;
              text-transform: uppercase; }
            #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li span.desc, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li span.desc {
              display: inline-block;
              max-width: 1000px;
              text-overflow: ellipsis;
              overflow: hidden;
              padding-right: 20px;
              white-space: nowrap;
              line-height: 16px;
              padding: 8px 10px 8px 15px; }
              #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li span.desc::after, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li span.desc::after {
                position: fixed;
                right: 212px;
                height: auto;
                white-space: wrap;
                min-width: 575px;
                margin-top: 25px;
                font-size: 13px;
                z-index: 222;
                line-height: 20px; }
            #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li span.date, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li span.date {
              min-width: 75px;
              white-space: nowrap; }
            #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li .notes-dropdown, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li .notes-dropdown {
              display: none;
              opacity: 0;
              pointer-events: none;
              position: absolute;
              right: 10px;
              top: 5px; }
              #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li .notes-dropdown .dropdown-open, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li .notes-dropdown .dropdown-open {
                opacity: 0;
                visibility: hidden; }
              #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li .notes-dropdown:hover .dropdown-open, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li .notes-dropdown:hover .dropdown-open {
                opacity: 1;
                visibility: visible; }
            #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li:hover, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li:hover {
              background-color: #f5f5f5; }
              #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li:hover .notes-dropdown, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li:hover .notes-dropdown {
                opacity: 1;
                pointer-events: unset;
                display: inline; }
            #ksdm-header .navbar #release_notes_wrapper #release_notes_list #recently_deployed > li.read, #ksdm-header .navbar #release_notes_wrapper #release_notes_list #work_in_progres > li.read {
              color: #767676; }
    #ksdm-header .navbar > a, #ksdm-header .navbar .reports-wrapper-nav > a, #ksdm-header .navbar div#release_notes_wrapper > a {
      font-size: 19px;
      outline: none;
      position: relative;
      top: 2.5px;
      position: relative;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 !important;
      width: 40px;
      height: 40px;
      top: -7px; }
      #ksdm-header .navbar > a:active, #ksdm-header .navbar > a:focus, #ksdm-header .navbar .reports-wrapper-nav > a:active, #ksdm-header .navbar .reports-wrapper-nav > a:focus, #ksdm-header .navbar div#release_notes_wrapper > a:active, #ksdm-header .navbar div#release_notes_wrapper > a:focus {
        text-decoration: none; }
      #ksdm-header .navbar > a.icon-ic-report-black-24px:before, #ksdm-header .navbar .reports-wrapper-nav > a.icon-ic-report-black-24px:before, #ksdm-header .navbar div#release_notes_wrapper > a.icon-ic-report-black-24px:before {
        font-size: 26px;
        position: relative;
        margin-left: 0;
        top: 4px; }
      #ksdm-header .navbar > a.icon-workflow, #ksdm-header .navbar .reports-wrapper-nav > a.icon-workflow, #ksdm-header .navbar div#release_notes_wrapper > a.icon-workflow {
        font-size: 21px; }
      #ksdm-header .navbar > a::before, #ksdm-header .navbar .reports-wrapper-nav > a::before, #ksdm-header .navbar div#release_notes_wrapper > a::before {
        min-width: 21px;
        min-height: 21px; }
      #ksdm-header .navbar > a.report-button, #ksdm-header .navbar .reports-wrapper-nav > a.report-button, #ksdm-header .navbar div#release_notes_wrapper > a.report-button {
        top: -1px; }
        #ksdm-header .navbar > a.report-button::before, #ksdm-header .navbar .reports-wrapper-nav > a.report-button::before, #ksdm-header .navbar div#release_notes_wrapper > a.report-button::before {
          top: -2px; }
      #ksdm-header .navbar > a.icon-workflow, #ksdm-header .navbar .reports-wrapper-nav > a.icon-workflow, #ksdm-header .navbar div#release_notes_wrapper > a.icon-workflow {
        top: -5px; }
      #ksdm-header .navbar > a.release-notes, #ksdm-header .navbar .reports-wrapper-nav > a.release-notes, #ksdm-header .navbar div#release_notes_wrapper > a.release-notes {
        top: -5px; }
        #ksdm-header .navbar > a.release-notes.active, #ksdm-header .navbar .reports-wrapper-nav > a.release-notes.active, #ksdm-header .navbar div#release_notes_wrapper > a.release-notes.active {
          color: #518252; }
        #ksdm-header .navbar > a.release-notes i, #ksdm-header .navbar .reports-wrapper-nav > a.release-notes i, #ksdm-header .navbar div#release_notes_wrapper > a.release-notes i {
          position: relative;
          top: 0.5px; }
        #ksdm-header .navbar > a.release-notes.unread, #ksdm-header .navbar .reports-wrapper-nav > a.release-notes.unread, #ksdm-header .navbar div#release_notes_wrapper > a.release-notes.unread {
          color: #dc362e; }
        #ksdm-header .navbar > a.release-notes::after, #ksdm-header .navbar .reports-wrapper-nav > a.release-notes::after, #ksdm-header .navbar div#release_notes_wrapper > a.release-notes::after {
          left: -22px !important;
          white-space: nowrap; }
      #ksdm-header .navbar > a .tooltip_with_header, #ksdm-header .navbar .reports-wrapper-nav > a .tooltip_with_header, #ksdm-header .navbar div#release_notes_wrapper > a .tooltip_with_header {
        display: none;
        position: absolute;
        font-size: 12px;
        border: 1px solid #8d8d8d;
        left: -5px;
        top: 50px;
        width: fit-content;
        z-index: 10000; }
        #ksdm-header .navbar > a .tooltip_with_header.kalculator, #ksdm-header .navbar .reports-wrapper-nav > a .tooltip_with_header.kalculator, #ksdm-header .navbar div#release_notes_wrapper > a .tooltip_with_header.kalculator {
          left: -130px; }
        #ksdm-header .navbar > a .tooltip_with_header.workflow_manager, #ksdm-header .navbar .reports-wrapper-nav > a .tooltip_with_header.workflow_manager, #ksdm-header .navbar div#release_notes_wrapper > a .tooltip_with_header.workflow_manager {
          left: -80px;
          top: 50px; }
        #ksdm-header .navbar > a .tooltip_with_header.partners, #ksdm-header .navbar .reports-wrapper-nav > a .tooltip_with_header.partners, #ksdm-header .navbar div#release_notes_wrapper > a .tooltip_with_header.partners {
          left: -90px; }
        #ksdm-header .navbar > a .tooltip_with_header.sizer, #ksdm-header .navbar .reports-wrapper-nav > a .tooltip_with_header.sizer, #ksdm-header .navbar div#release_notes_wrapper > a .tooltip_with_header.sizer {
          left: -70px; }
        #ksdm-header .navbar > a .tooltip_with_header.ratings, #ksdm-header .navbar .reports-wrapper-nav > a .tooltip_with_header.ratings, #ksdm-header .navbar div#release_notes_wrapper > a .tooltip_with_header.ratings {
          left: -140px; }
        #ksdm-header .navbar > a .tooltip_with_header .tooltip_header, #ksdm-header .navbar .reports-wrapper-nav > a .tooltip_with_header .tooltip_header, #ksdm-header .navbar div#release_notes_wrapper > a .tooltip_with_header .tooltip_header {
          background: #8d8d8d;
          color: #fff;
          padding: 8px 5px; }
        #ksdm-header .navbar > a .tooltip_with_header .tooltip_body, #ksdm-header .navbar .reports-wrapper-nav > a .tooltip_with_header .tooltip_body, #ksdm-header .navbar div#release_notes_wrapper > a .tooltip_with_header .tooltip_body {
          color: #8d8d8d;
          background: #fff; }
          #ksdm-header .navbar > a .tooltip_with_header .tooltip_body div, #ksdm-header .navbar .reports-wrapper-nav > a .tooltip_with_header .tooltip_body div, #ksdm-header .navbar div#release_notes_wrapper > a .tooltip_with_header .tooltip_body div {
            white-space: nowrap;
            padding: 8px 5px; }
            #ksdm-header .navbar > a .tooltip_with_header .tooltip_body div.pb-0, #ksdm-header .navbar .reports-wrapper-nav > a .tooltip_with_header .tooltip_body div.pb-0, #ksdm-header .navbar div#release_notes_wrapper > a .tooltip_with_header .tooltip_body div.pb-0 {
              padding-bottom: 0px !important; }
      #ksdm-header .navbar > a:hover, #ksdm-header .navbar .reports-wrapper-nav > a:hover, #ksdm-header .navbar div#release_notes_wrapper > a:hover {
        background: #8d8d8d; }
        #ksdm-header .navbar > a:hover .tooltip_with_header, #ksdm-header .navbar .reports-wrapper-nav > a:hover .tooltip_with_header, #ksdm-header .navbar div#release_notes_wrapper > a:hover .tooltip_with_header {
          display: block; }
        #ksdm-header .navbar > a:hover::before, #ksdm-header .navbar > a:hover.release-notes, #ksdm-header .navbar .reports-wrapper-nav > a:hover::before, #ksdm-header .navbar .reports-wrapper-nav > a:hover.release-notes, #ksdm-header .navbar div#release_notes_wrapper > a:hover::before, #ksdm-header .navbar div#release_notes_wrapper > a:hover.release-notes {
          color: #fff; }
        #ksdm-header .navbar > a:hover#component_selector_button svg path, #ksdm-header .navbar .reports-wrapper-nav > a:hover#component_selector_button svg path, #ksdm-header .navbar div#release_notes_wrapper > a:hover#component_selector_button svg path {
          fill: #fff; }
    #ksdm-header .navbar .top-9 {
      position: relative;
      top: -9px; }
    #ksdm-header .navbar i.user-icon.icon-arrow-down-1:before {
      font-size: 25px;
      top: 5px;
      position: relative; }
    #ksdm-header .navbar .right-border-wrapper {
      position: relative;
      display: inline; }
      #ksdm-header .navbar .right-border-wrapper div {
        position: absolute;
        height: 40px;
        width: 7px;
        border-right: 1px solid #ddd;
        top: -20px;
        right: 1.5px;
        transform: translate(-0.5px, 0px); }
    #ksdm-header .navbar a {
      /*margin-left: 10px;
      margin-right: 10px;*/
      padding-right: 13px;
      color: #767676;
      padding-left: 13px;
      padding-top: 3px;
      padding-bottom: 3px;
      /*padding-top: 5px;
      padding-bottom: 5px;*/ }
      #ksdm-header .navbar a#workflow_popup_button:after {
        width: 110px;
        left: -32px; }
      #ksdm-header .navbar a#workflow_popup_button::before {
        position: relative;
        left: -1px;
        top: -1px; }
      #ksdm-header .navbar a#partners_button::before {
        left: -0.5px;
        position: relative; }
      #ksdm-header .navbar a#partners_button:after {
        width: 77px; }
      #ksdm-header .navbar a#component_selector_button {
        top: -5px; }
        #ksdm-header .navbar a#component_selector_button svg {
          top: 0.5px;
          position: relative; }
          #ksdm-header .navbar a#component_selector_button svg path {
            fill: #767676; }
        #ksdm-header .navbar a#component_selector_button:after {
          width: 110px;
          left: -32px; }
      #ksdm-header .navbar a.with-padding-2 {
        padding-left: 2px !important; }
      #ksdm-header .navbar a.with-padding-3 {
        padding-left: 3px !important; }
      #ksdm-header .navbar a.with-padding-1 {
        padding-left: 1px !important; }
      #ksdm-header .navbar a:before {
        /*font-size:16px;*/ }
      #ksdm-header .navbar a:hover {
        text-decoration: none;
        color: #212121;
        /*padding-right: 6px;
         padding-left: 6px;
         transition: all 0.3s;*/
        /*border:1px solid #e6e6e6;*/
        /* background-color: #e6e6e6;
        border-radius: 50%;*/ }
        #ksdm-header .navbar a:hover:before {
          /*font-size:16px;*/ }
        #ksdm-header .navbar a:hover:after {
          top: 50px;
          left: -8px; }
        #ksdm-header .navbar a:hover.icon-dashboard:after {
          left: -14px !important; }
    #ksdm-header .navbar #navbar-user-login a {
      padding-left: 8px !important; }
    #ksdm-header .navbar .icon-sizer-1:hover:after {
      width: 70px; }
  #ksdm-header .dropdown-menu > li:hover .dropdown-submenu {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    border: none; }
  #ksdm-header .dropdown-submenu-btn {
    padding-right: 13px !important;
    color: #767676 !important;
    padding-left: 13px !important;
    font-size: 14px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 8px;
    width: 100%;
    text-align: left !important; }
    #ksdm-header .dropdown-submenu-btn:hover {
      background-color: #f5f5f5; }
  #ksdm-header .dropdown-submenu {
    display: none; }
    #ksdm-header .dropdown-submenu.active {
      padding-bottom: 8px !important;
      display: block;
      height: 70px; }
      #ksdm-header .dropdown-submenu.active li a {
        padding: 11px 15px !important;
        display: inline-block;
        width: 100%;
        color: #767676;
        font-size: 13px;
        padding-left: 21px;
        cursor: pointer; }
        #ksdm-header .dropdown-submenu.active li a:hover {
          background-color: #f5f5f5;
          text-decoration: none !important;
          color: #212121; }
    #ksdm-header .dropdown-submenu a {
      padding-left: 26px !important; }
  #ksdm-header .dropdown #user-initials, #ksdm-header .dropdown #manufacturer-initials {
    position: relative;
    bottom: 1px; }
  #ksdm-header .dropdown.show {
    display: inline-block !important; }
    #ksdm-header .dropdown.show .menu-header {
      pointer-events: none;
      background: #e5e1e1;
      font-family: Roboto Medium; }
      #ksdm-header .dropdown.show .menu-header a {
        color: #757575; }
    #ksdm-header .dropdown.show > a:hover {
      cursor: pointer; }
    #ksdm-header .dropdown.show .icon-account:before {
      font-size: 22px;
      position: relative;
      top: 4px; }
    #ksdm-header .dropdown.show ul {
      top: 50px;
      margin: 0;
      padding: 0;
      border-radius: 0; }
      #ksdm-header .dropdown.show ul > li {
        outline: none;
        cursor: pointer;
        /* border-bottom: 1px solid #e6e6e6;*/ }
        #ksdm-header .dropdown.show ul > li > a {
          outline: none;
          padding-top: 8px;
          padding-bottom: 8px; }
    #ksdm-header .dropdown.show.to-left button {
      position: relative;
      top: 4px;
      font-size: 21px;
      color: #757575;
      padding: 0; }
      #ksdm-header .dropdown.show.to-left button:after {
        left: -64px;
        top: 40px; }
    #ksdm-header .dropdown.show.to-left ul:not(.dropdown-submenu) {
      top: 49px;
      left: -142px;
      margin: 0;
      padding: 0; }
  #ksdm-header .header-nav {
    display: inline-block;
    width: 100%; }
  #ksdm-header .logo {
    padding-top: 8px;
    /*width: 140px;
    text-align: left;
    padding:  10px 0 0px;
    float: left;
    position: fixed;*/ }
    #ksdm-header .logo a {
      display: inline-block; }
    #ksdm-header .logo img {
      max-width: 100%;
      height: 41px; }
  #ksdm-header .menu-items {
    float: right;
    padding-top: 12px; }
    #ksdm-header .menu-items input.css-toggle-menu {
      display: none; }
    #ksdm-header .menu-items > li.dropdown-wrapper button {
      font-size: 20px;
      color: #767676;
      border-radius: 50%;
      width: 37px;
      height: 36px;
      line-height: 0.7;
      box-sizing: border-box;
      padding: 8px 6px;
      margin: 0 9px;
      display: inline-block;
      text-align: center;
      /* background-color: red; */
      vertical-align: baseline;
      border-width: 0;
      cursor: pointer;
      left: auto;
      position: relative; }
      #ksdm-header .menu-items > li.dropdown-wrapper button:after {
        width: 85px;
        top: 50px;
        left: -37px; }
    #ksdm-header .menu-items label {
      display: none; }
      #ksdm-header .menu-items label i {
        display: none; }
    #ksdm-header .menu-items > * {
      display: inline-block;
      vertical-align: text-top; }
    #ksdm-header .menu-items > * > * {
      display: inline-block;
      vertical-align: middle; }
    #ksdm-header .menu-items #navbar-user-login {
      padding-left: 17px; }
      #ksdm-header .menu-items #navbar-user-login #edit_profile_button a {
        cursor: pointer !important; }
      #ksdm-header .menu-items #navbar-user-login > a.dropdown-btn.dropdown-toggle {
        font-size: 13px;
        color: #212121;
        line-height: 1.4;
        padding: 10px 20px 5px 10px;
        display: inline-block;
        padding-left: 10 !important; }
        #ksdm-header .menu-items #navbar-user-login > a.dropdown-btn.dropdown-toggle span {
          display: inline-block;
          vertical-align: middle; }
        #ksdm-header .menu-items #navbar-user-login > a.dropdown-btn.dropdown-toggle .icon-account {
          margin-right: 120px; }
        #ksdm-header .menu-items #navbar-user-login > a.dropdown-btn.dropdown-toggle i {
          font-size: 24px;
          color: #757575;
          display: inline-block;
          position: absolute;
          right: -8px;
          top: 7px; }
      #ksdm-header .menu-items #navbar-user-login img {
        margin-right: 2px;
        width: 22px;
        height: 22px;
        vertical-align: bottom;
        border-radius: 50%;
        margin-right: 3px; }
    #ksdm-header .menu-items .boards > li > button,
    #ksdm-header .menu-items .boards > li > a {
      font-size: 25px;
      padding: 6px 0px;
      line-height: 0.5;
      text-align: center; }
      #ksdm-header .menu-items .boards > li > button.icon-dashboard,
      #ksdm-header .menu-items .boards > li > a.icon-dashboard {
        font-size: 19px;
        line-height: 1.2; }
        #ksdm-header .menu-items .boards > li > button.icon-dashboard:hover,
        #ksdm-header .menu-items .boards > li > a.icon-dashboard:hover {
          padding: 10px 6px 7px; }
    #ksdm-header .menu-items .tools > li > button,
    #ksdm-header .menu-items .tools > li > a {
      font-size: 21px; }
      #ksdm-header .menu-items .tools > li > button.more-actions-dropdown,
      #ksdm-header .menu-items .tools > li > a.more-actions-dropdown {
        font-size: 25px; }
      #ksdm-header .menu-items .tools > li > button#kl_btn,
      #ksdm-header .menu-items .tools > li > a#kl_btn {
        font-size: 20px;
        line-height: 1.1; }
    #ksdm-header .menu-items .tools > li #sizer_button:after {
      top: 49px; }
    #ksdm-header .menu-items .boards,
    #ksdm-header .menu-items .partners,
    #ksdm-header .menu-items .tools {
      border-right: 1px solid #e0e0e0;
      margin-right: 15px;
      padding-right: 10px; }
      #ksdm-header .menu-items .boards > li > button,
      #ksdm-header .menu-items .boards > li > a,
      #ksdm-header .menu-items .partners > li > button,
      #ksdm-header .menu-items .partners > li > a,
      #ksdm-header .menu-items .tools > li > button,
      #ksdm-header .menu-items .tools > li > a {
        font-size: 20px;
        color: #767676;
        /*color:#52814f;*/
        border-radius: 50%;
        width: 37px;
        height: 36px;
        line-height: 0.7;
        box-sizing: border-box;
        padding: 8px 6px;
        margin: 0 9px;
        display: inline-block;
        text-align: center;
        /* background-color: red; */
        vertical-align: baseline;
        border-width: 0;
        cursor: pointer;
        left: auto;
        position: relative; }
        #ksdm-header .menu-items .boards > li > button:before,
        #ksdm-header .menu-items .boards > li > a:before,
        #ksdm-header .menu-items .partners > li > button:before,
        #ksdm-header .menu-items .partners > li > a:before,
        #ksdm-header .menu-items .tools > li > button:before,
        #ksdm-header .menu-items .tools > li > a:before {
          display: inline-block;
          transition: all 0.3s;
          transform: scale(1, 1);
          line-height: 0.7; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip:after {
          top: 50px;
          left: -4px;
          white-space: nowrap; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-dashboard:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-dashboard:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-dashboard:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-dashboard:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-dashboard:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-dashboard:after {
          left: -16px; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-ic-report-black-24px:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-ic-report-black-24px:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-ic-report-black-24px:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-ic-report-black-24px:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-ic-report-black-24px:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-ic-report-black-24px:after {
          left: -8px; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-partners:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-partners:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-partners:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-partners:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-partners:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-partners:after {
          left: -10px; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-sizer-1:before,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-sizer-1:before,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-sizer-1:before,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-sizer-1:before,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-sizer-1:before,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-sizer-1:before {
          font-size: 22px; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-sizer-1:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-sizer-1:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-sizer-1:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-sizer-1:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-sizer-1:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-sizer-1:after {
          width: 65px; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-sizer-1:after, #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-kalculator:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-sizer-1:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-kalculator:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-sizer-1:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-kalculator:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-sizer-1:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-kalculator:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-sizer-1:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-kalculator:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-sizer-1:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-kalculator:after {
          left: -15px; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-workflow:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-workflow:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-workflow:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-workflow:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-workflow:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-workflow:after {
          left: -37px; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-workflow:before,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-workflow:before,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-workflow:before,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-workflow:before,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-workflow:before,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-workflow:before {
          font-size: 23px; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-more-actions:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-more-actions:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-more-actions:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-more-actions:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-more-actions:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-more-actions:after {
          left: -23px; }
        #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-ic-report-black-24px:after, #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-partners:after, #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-workflow:after, #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-more-actions:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-ic-report-black-24px:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-partners:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-workflow:after,
        #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-more-actions:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-ic-report-black-24px:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-partners:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-workflow:after,
        #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-more-actions:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-ic-report-black-24px:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-partners:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-workflow:after,
        #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-more-actions:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-ic-report-black-24px:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-partners:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-workflow:after,
        #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-more-actions:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-ic-report-black-24px:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-partners:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-workflow:after,
        #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-more-actions:after {
          top: 50px; }
          #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-ic-report-black-24px:after + .dropdown-menu, #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-partners:after + .dropdown-menu, #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-workflow:after + .dropdown-menu, #ksdm-header .menu-items .boards > li > button.ka-has-tooltip.icon-more-actions:after + .dropdown-menu,
          #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-ic-report-black-24px:after + .dropdown-menu,
          #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-partners:after + .dropdown-menu,
          #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-workflow:after + .dropdown-menu,
          #ksdm-header .menu-items .boards > li > a.ka-has-tooltip.icon-more-actions:after + .dropdown-menu,
          #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-ic-report-black-24px:after + .dropdown-menu,
          #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-partners:after + .dropdown-menu,
          #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-workflow:after + .dropdown-menu,
          #ksdm-header .menu-items .partners > li > button.ka-has-tooltip.icon-more-actions:after + .dropdown-menu,
          #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-ic-report-black-24px:after + .dropdown-menu,
          #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-partners:after + .dropdown-menu,
          #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-workflow:after + .dropdown-menu,
          #ksdm-header .menu-items .partners > li > a.ka-has-tooltip.icon-more-actions:after + .dropdown-menu,
          #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-ic-report-black-24px:after + .dropdown-menu,
          #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-partners:after + .dropdown-menu,
          #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-workflow:after + .dropdown-menu,
          #ksdm-header .menu-items .tools > li > button.ka-has-tooltip.icon-more-actions:after + .dropdown-menu,
          #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-ic-report-black-24px:after + .dropdown-menu,
          #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-partners:after + .dropdown-menu,
          #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-workflow:after + .dropdown-menu,
          #ksdm-header .menu-items .tools > li > a.ka-has-tooltip.icon-more-actions:after + .dropdown-menu {
            left: -65px; }
        #ksdm-header .menu-items .boards > li > button:hover, #ksdm-header .menu-items .boards > li > button.active,
        #ksdm-header .menu-items .boards > li > a:hover,
        #ksdm-header .menu-items .boards > li > a.active,
        #ksdm-header .menu-items .partners > li > button:hover,
        #ksdm-header .menu-items .partners > li > button.active,
        #ksdm-header .menu-items .partners > li > a:hover,
        #ksdm-header .menu-items .partners > li > a.active,
        #ksdm-header .menu-items .tools > li > button:hover,
        #ksdm-header .menu-items .tools > li > button.active,
        #ksdm-header .menu-items .tools > li > a:hover,
        #ksdm-header .menu-items .tools > li > a.active {
          background-color: #e6e6e6;
          color: #212121;
          /*color: #466f4d;*/
          padding: 9px 5px 8px; }
          #ksdm-header .menu-items .boards > li > button:hover:before, #ksdm-header .menu-items .boards > li > button.active:before,
          #ksdm-header .menu-items .boards > li > a:hover:before,
          #ksdm-header .menu-items .boards > li > a.active:before,
          #ksdm-header .menu-items .partners > li > button:hover:before,
          #ksdm-header .menu-items .partners > li > button.active:before,
          #ksdm-header .menu-items .partners > li > a:hover:before,
          #ksdm-header .menu-items .partners > li > a.active:before,
          #ksdm-header .menu-items .tools > li > button:hover:before,
          #ksdm-header .menu-items .tools > li > button.active:before,
          #ksdm-header .menu-items .tools > li > a:hover:before,
          #ksdm-header .menu-items .tools > li > a.active:before {
            transform: scale(0.8, 0.8); }
          #ksdm-header .menu-items .boards > li > button:hover.icon-workflow, #ksdm-header .menu-items .boards > li > button.active.icon-workflow,
          #ksdm-header .menu-items .boards > li > a:hover.icon-workflow,
          #ksdm-header .menu-items .boards > li > a.active.icon-workflow,
          #ksdm-header .menu-items .partners > li > button:hover.icon-workflow,
          #ksdm-header .menu-items .partners > li > button.active.icon-workflow,
          #ksdm-header .menu-items .partners > li > a:hover.icon-workflow,
          #ksdm-header .menu-items .partners > li > a.active.icon-workflow,
          #ksdm-header .menu-items .tools > li > button:hover.icon-workflow,
          #ksdm-header .menu-items .tools > li > button.active.icon-workflow,
          #ksdm-header .menu-items .tools > li > a:hover.icon-workflow,
          #ksdm-header .menu-items .tools > li > a.active.icon-workflow {
            padding: 9px 5px 8px 4px; }
          #ksdm-header .menu-items .boards > li > button:hover.icon-sizer, #ksdm-header .menu-items .boards > li > button.active.icon-sizer,
          #ksdm-header .menu-items .boards > li > a:hover.icon-sizer,
          #ksdm-header .menu-items .boards > li > a.active.icon-sizer,
          #ksdm-header .menu-items .partners > li > button:hover.icon-sizer,
          #ksdm-header .menu-items .partners > li > button.active.icon-sizer,
          #ksdm-header .menu-items .partners > li > a:hover.icon-sizer,
          #ksdm-header .menu-items .partners > li > a.active.icon-sizer,
          #ksdm-header .menu-items .tools > li > button:hover.icon-sizer,
          #ksdm-header .menu-items .tools > li > button.active.icon-sizer,
          #ksdm-header .menu-items .tools > li > a:hover.icon-sizer,
          #ksdm-header .menu-items .tools > li > a.active.icon-sizer {
            padding: 10px 3px 7px 3px; }
          #ksdm-header .menu-items .boards > li > button:hover.icon-kalculator, #ksdm-header .menu-items .boards > li > button.active.icon-kalculator,
          #ksdm-header .menu-items .boards > li > a:hover.icon-kalculator,
          #ksdm-header .menu-items .boards > li > a.active.icon-kalculator,
          #ksdm-header .menu-items .partners > li > button:hover.icon-kalculator,
          #ksdm-header .menu-items .partners > li > button.active.icon-kalculator,
          #ksdm-header .menu-items .partners > li > a:hover.icon-kalculator,
          #ksdm-header .menu-items .partners > li > a.active.icon-kalculator,
          #ksdm-header .menu-items .tools > li > button:hover.icon-kalculator,
          #ksdm-header .menu-items .tools > li > button.active.icon-kalculator,
          #ksdm-header .menu-items .tools > li > a:hover.icon-kalculator,
          #ksdm-header .menu-items .tools > li > a.active.icon-kalculator {
            /*padding: 9.5px 3px 7px 5px;*/
            padding: 9px 5px 8px; }
      #ksdm-header .menu-items .boards > li:nth-of-type(4),
      #ksdm-header .menu-items .partners > li:nth-of-type(4),
      #ksdm-header .menu-items .tools > li:nth-of-type(4) {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0; }
    #ksdm-header .menu-items .partners > li > button,
    #ksdm-header .menu-items .partners > li > a {
      font-size: 24px;
      padding: 7px 0px 0;
      display: inline-block;
      line-height: 1;
      text-align: center; }
    #ksdm-header .menu-items .user-dropdown {
      min-width: 140px; }
    #ksdm-header .menu-items .dropdown-wrapper {
      margin-top: 0;
      position: relative;
      z-index: 10; }
    #ksdm-header .menu-items .dropdown-menu {
      border: none;
      padding: 0;
      display: inline-block;
      min-width: 120px;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      top: 46px;
      left: 0;
      left: 0;
      background-color: #fff;
      border-radius: 2px;
      box-sizing: border-box;
      transition: all 0.3s;
      z-index: 10;
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }
      #ksdm-header .menu-items .dropdown-menu li button, #ksdm-header .menu-items .dropdown-menu li a {
        padding: 18px 15px;
        border-bottom: 1px solid #e6e6e6;
        display: inline-block;
        width: 100%;
        color: #212121;
        font-size: 13px;
        cursor: pointer; }
        #ksdm-header .menu-items .dropdown-menu li button:hover, #ksdm-header .menu-items .dropdown-menu li a:hover {
          background-color: #e6e6e6;
          text-decoration: none !important; }
    #ksdm-header .menu-items .dropdown-btn.active:after {
      display: none; }
    #ksdm-header .menu-items .dropdown-btn.active + .dropdown-menu,
    #ksdm-header .menu-items .dropdown-menu:hover {
      max-height: 500px; }
    #ksdm-header .menu-items .dropdown-wrapper .more-actions-dropdown + .dropdown-menu {
      left: -65px; }

body.project .icon-more-actions-report:before {
  right: 1px !important; }

body.screenshot .navbar > a {
  display: inline-block !important;
  height: unset !important; }

.report-board-ksdm-header .generated-reports-list {
  top: 95px !important;
  left: -584px !important; }

.report-board-ksdm-header .logo,
.project-ksdm-header .logo,
.whiteboard-ksdm-header .logo {
  padding-left: 3px; }

#user-login-img img {
  max-width: 22px;
  max-height: 22px; }

#kinetix_bot_button {
  pointer-events: all !important;
  opacity: 1 !important;
  position: absolute;
  right: 30px;
  top: 66px;
  font-size: 40px;
  cursor: pointer;
  z-index: 10; }
  #kinetix_bot_button i.for-enabled {
    display: block; }
  #kinetix_bot_button i.for-disabled {
    display: none; }
  #kinetix_bot_button.invisible i::before, #kinetix_bot_button.non-clickable i::before, .workflow-popup.critical-task-passed label#kinetix_bot_button i::before, #kinetix_bot_button.invisible-now i::before {
    opacity: 0.6;
    cursor: default !important; }
  #kinetix_bot_button.invisible-now i.for-enabled {
    display: none; }
  #kinetix_bot_button.invisible-now i.for-disabled {
    display: block; }
  #kinetix_bot_button.invisible-now i.icon-ai-techno-colored::after {
    min-width: 275px;
    top: 0px; }
  #kinetix_bot_button i.icon-ai-techno-colored::after {
    width: 225px;
    right: 45px;
    top: 5px; }
  #kinetix_bot_button.bot_icon_dashboard {
    top: 74px; }

html {
  height: 100%;
  user-select: auto !important;
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important; }

#start-up-guide-page {
  user-select: auto !important;
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important; }

#user_guide_page,
#privacy_policy_page,
#terms_of_use_page,
#start-up-guide-page {
  font-family: Roboto;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  background-color: #f2efed; }
  #user_guide_page .header-wrapper,
  #privacy_policy_page .header-wrapper,
  #terms_of_use_page .header-wrapper,
  #start-up-guide-page .header-wrapper {
    position: relative; }
    #user_guide_page .header-wrapper .note,
    #privacy_policy_page .header-wrapper .note,
    #terms_of_use_page .header-wrapper .note,
    #start-up-guide-page .header-wrapper .note {
      width: unset;
      right: 0; }
  #user_guide_page .container,
  #privacy_policy_page .container,
  #terms_of_use_page .container,
  #start-up-guide-page .container {
    width: 100%;
    display: inline-block;
    margin: 0;
    height: -webkit-calc(100% - 90px);
    height: -moz-calc(100% - 90px);
    height: calc(100% - 90px); }
    #user_guide_page .container > h2,
    #privacy_policy_page .container > h2,
    #terms_of_use_page .container > h2,
    #start-up-guide-page .container > h2 {
      font-size: 22px;
      box-sizing: border-box;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 20px;
      color: #212121; }
  #user_guide_page .start-up-guide-content,
  #privacy_policy_page .start-up-guide-content,
  #terms_of_use_page .start-up-guide-content,
  #start-up-guide-page .start-up-guide-content {
    padding: 28px 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    overflow: hidden; }
    #user_guide_page .start-up-guide-content p, #user_guide_page .start-up-guide-content div,
    #privacy_policy_page .start-up-guide-content p,
    #privacy_policy_page .start-up-guide-content div,
    #terms_of_use_page .start-up-guide-content p,
    #terms_of_use_page .start-up-guide-content div,
    #start-up-guide-page .start-up-guide-content p,
    #start-up-guide-page .start-up-guide-content div {
      font-size: 13px;
      line-height: 1.4;
      text-align: justify; }
      #user_guide_page .start-up-guide-content p.mb-20, #user_guide_page .start-up-guide-content div.mb-20,
      #privacy_policy_page .start-up-guide-content p.mb-20,
      #privacy_policy_page .start-up-guide-content div.mb-20,
      #terms_of_use_page .start-up-guide-content p.mb-20,
      #terms_of_use_page .start-up-guide-content div.mb-20,
      #start-up-guide-page .start-up-guide-content p.mb-20,
      #start-up-guide-page .start-up-guide-content div.mb-20 {
        margin-bottom: 20px; }
  #user_guide_page .content,
  #privacy_policy_page .content,
  #terms_of_use_page .content,
  #start-up-guide-page .content {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    height: -webkit-calc(100% - 73px);
    height: -moz-calc(100% - 73px);
    height: calc(100% - 73px);
    box-sizing: border-box; }
    #user_guide_page .content > *,
    #privacy_policy_page .content > *,
    #terms_of_use_page .content > *,
    #start-up-guide-page .content > * {
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box; }
    #user_guide_page .content input[name="nav_ctrl_btn"],
    #privacy_policy_page .content input[name="nav_ctrl_btn"],
    #terms_of_use_page .content input[name="nav_ctrl_btn"],
    #start-up-guide-page .content input[name="nav_ctrl_btn"] {
      display: none; }
      #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item,
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item,
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item,
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item {
        margin-bottom: 10px;
        display: inline-block; }
        #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item ~ .performance-item,
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item ~ .performance-item,
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item ~ .performance-item,
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item ~ .performance-item {
          margin-top: 10px; }
          #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item ~ .performance-item[name=reports],
          #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item ~ .performance-item[name=reports],
          #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item ~ .performance-item[name=reports],
          #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item ~ .performance-item[name=reports] {
            margin-top: 105px; }
      #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .performance .performance-item,
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .performance .performance-item,
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .performance .performance-item,
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .performance .performance-item {
        margin-bottom: 30px;
        display: inline-block; }
        #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .performance .performance-item ~ .performance-item,
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .performance .performance-item ~ .performance-item,
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .performance .performance-item ~ .performance-item,
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .performance .performance-item ~ .performance-item {
          margin-top: 30px; }
      #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item,
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item,
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item,
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item {
        display: inline-block; }
        #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item ~ .performance-item,
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item ~ .performance-item,
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item ~ .performance-item,
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item ~ .performance-item {
          margin-top: 30px; }
        #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item:first-child,
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item:first-child,
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item:first-child,
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item:first-child {
          margin-top: 0px; }
      #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item,
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item,
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item,
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item {
        display: inline-block; }
        #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item ~ .performance-item,
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item ~ .performance-item,
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item ~ .performance-item,
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item ~ .performance-item {
          margin-top: 30px; }
    #user_guide_page .content .subnav-content,
    #privacy_policy_page .content .subnav-content,
    #terms_of_use_page .content .subnav-content,
    #start-up-guide-page .content .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear;
      background-color: #fff;
      z-index: 1; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item[name=user_guide],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item[name=user_guide],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item[name=user_guide],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .performance .performance-item[name=user_guide] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .performance .performance-item[name=flow_diagram],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .performance .performance-item[name=flow_diagram],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .performance .performance-item[name=flow_diagram],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .performance .performance-item[name=flow_diagram] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .performance .performance-item[name=access_management],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .performance .performance-item[name=access_management],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .performance .performance-item[name=access_management],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .performance .performance-item[name=access_management] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .performance .performance-item[name=gen_req],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .performance .performance-item[name=gen_req],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .performance .performance-item[name=gen_req],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .performance .performance-item[name=gen_req] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .performance .performance-item[name=navigation],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .performance .performance-item[name=navigation],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .performance .performance-item[name=navigation],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .performance .performance-item[name=navigation] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .performance .performance-item[name=dashboard],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .performance .performance-item[name=dashboard],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .performance .performance-item[name=dashboard],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .performance .performance-item[name=dashboard] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .performance .performance-item[name=activity_coasting],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .performance .performance-item[name=activity_coasting],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .performance .performance-item[name=activity_coasting],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .performance .performance-item[name=activity_coasting] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .performance .performance-item[name=activity_coasting_configuration],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .performance .performance-item[name=activity_coasting_configuration],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .performance .performance-item[name=activity_coasting_configuration],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .performance .performance-item[name=activity_coasting_configuration] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .performance .performance-item[name=activity_coasting_activities],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .performance .performance-item[name=activity_coasting_activities],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .performance .performance-item[name=activity_coasting_activities],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .performance .performance-item[name=activity_coasting_activities] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .performance .performance-item[name=prj_board],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .performance .performance-item[name=prj_board],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .performance .performance-item[name=prj_board],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .performance .performance-item[name=prj_board] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .performance .performance-item[name=ahu_board],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .performance .performance-item[name=ahu_board],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .performance .performance-item[name=ahu_board],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .performance .performance-item[name=ahu_board] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .performance .performance-item[name=model_view],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .performance .performance-item[name=model_view],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .performance .performance-item[name=model_view],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .performance .performance-item[name=model_view] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .performance .performance-item[name=reports],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .performance .performance-item[name=reports],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .performance .performance-item[name=reports],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .performance .performance-item[name=reports] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .performance .performance-item[name=users],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .performance .performance-item[name=users],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .performance .performance-item[name=users],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .performance .performance-item[name=users] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .performance .performance-item[name=critical_task],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .performance .performance-item[name=critical_task],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .performance .performance-item[name=critical_task],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .performance .performance-item[name=critical_task] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item[name=privacy_policy],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item[name=privacy_policy],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item[name=privacy_policy],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .performance .performance-item[name=privacy_policy] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .performance .performance-item[name=information],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .performance .performance-item[name=information],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .performance .performance-item[name=information],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .performance .performance-item[name=information] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .performance .performance-item[name=ip_address],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .performance .performance-item[name=ip_address],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .performance .performance-item[name=ip_address],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .performance .performance-item[name=ip_address] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .performance .performance-item[name=cookies],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .performance .performance-item[name=cookies],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .performance .performance-item[name=cookies],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .performance .performance-item[name=cookies] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .performance .performance-item[name=outside_information],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .performance .performance-item[name=outside_information],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .performance .performance-item[name=outside_information],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .performance .performance-item[name=outside_information] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .performance .performance-item[name=third_party_links],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .performance .performance-item[name=third_party_links],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .performance .performance-item[name=third_party_links],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .performance .performance-item[name=third_party_links] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .performance .performance-item[name=online_pp],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .performance .performance-item[name=online_pp],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .performance .performance-item[name=online_pp],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .performance .performance-item[name=online_pp] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .performance .performance-item[name=your_consent],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .performance .performance-item[name=your_consent],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .performance .performance-item[name=your_consent],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .performance .performance-item[name=your_consent] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .performance .performance-item[name=prj_owner],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .performance .performance-item[name=prj_owner],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .performance .performance-item[name=prj_owner],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .performance .performance-item[name=prj_owner] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .performance .performance-item[name=prj_assignment],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .performance .performance-item[name=prj_assignment],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .performance .performance-item[name=prj_assignment],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .performance .performance-item[name=prj_assignment] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .performance .performance-item[name=changes],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .performance .performance-item[name=changes],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .performance .performance-item[name=changes],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .performance .performance-item[name=changes] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .performance .performance-item[name=applicable_law],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .performance .performance-item[name=applicable_law],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .performance .performance-item[name=applicable_law],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .performance .performance-item[name=applicable_law] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item[name=terms_of_use],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item[name=terms_of_use],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item[name=terms_of_use],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .performance .performance-item[name=terms_of_use] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .performance .performance-item[name=user_permission],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .performance .performance-item[name=user_permission],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .performance .performance-item[name=user_permission],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .performance .performance-item[name=user_permission] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .performance .performance-item[name=description_limit],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .performance .performance-item[name=description_limit],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .performance .performance-item[name=description_limit],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .performance .performance-item[name=description_limit] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .performance .performance-item[name=copyright],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .performance .performance-item[name=copyright],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .performance .performance-item[name=copyright],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .performance .performance-item[name=copyright] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .performance .performance-item[name=product_support],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .performance .performance-item[name=product_support],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .performance .performance-item[name=product_support],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .performance .performance-item[name=product_support] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .performance .performance-item[name=updates],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .performance .performance-item[name=updates],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .performance .performance-item[name=updates],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .performance .performance-item[name=updates] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .performance .performance-item[name=liabiltty_def],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .performance .performance-item[name=liabiltty_def],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .performance .performance-item[name=liabiltty_def],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .performance .performance-item[name=liabiltty_def] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .performance .performance-item[name=data_privacy],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .performance .performance-item[name=data_privacy],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .performance .performance-item[name=data_privacy],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .performance .performance-item[name=data_privacy] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .performance .performance-item[name=legal_info],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .performance .performance-item[name=legal_info],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .performance .performance-item[name=legal_info],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .performance .performance-item[name=legal_info] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us] {
      background-color: #ebebeb; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .subnav-content {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .performance .performance-item[name=contact_us],
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .performance .performance-item[name=contact_us],
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .performance .performance-item[name=contact_us],
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .performance .performance-item[name=contact_us] {
      display: inline-block;
      position: relative; }
    #user_guide_page .content #subnavbtn:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content #subnavbtn:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content #subnavbtn:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content #subnavbtn:checked ~ .user-guide-nav .subnav-content {
      visibility: visible;
      opacity: 1; }
    #user_guide_page .content #subnavbtn:checked ~ .performance .performance-item,
    #privacy_policy_page .content #subnavbtn:checked ~ .performance .performance-item,
    #terms_of_use_page .content #subnavbtn:checked ~ .performance .performance-item,
    #start-up-guide-page .content #subnavbtn:checked ~ .performance .performance-item {
      display: inline-block; }
    #user_guide_page .content #activity_coasting_configuration:checked ~ .user-guide-nav .subnav-content, #user_guide_page .content #activity_coasting_activities:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content #activity_coasting_configuration:checked ~ .user-guide-nav .subnav-content,
    #privacy_policy_page .content #activity_coasting_activities:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content #activity_coasting_configuration:checked ~ .user-guide-nav .subnav-content,
    #terms_of_use_page .content #activity_coasting_activities:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content #activity_coasting_configuration:checked ~ .user-guide-nav .subnav-content,
    #start-up-guide-page .content #activity_coasting_activities:checked ~ .user-guide-nav .subnav-content {
      visibility: visible !important;
      opacity: 1 !important; }
    #user_guide_page .content .emptyRow,
    #privacy_policy_page .content .emptyRow,
    #terms_of_use_page .content .emptyRow,
    #start-up-guide-page .content .emptyRow {
      min-height: 20px;
      display: block; }
    #user_guide_page .content .user-guide-nav,
    #privacy_policy_page .content .user-guide-nav,
    #terms_of_use_page .content .user-guide-nav,
    #start-up-guide-page .content .user-guide-nav {
      width: 300px; }
      #user_guide_page .content .user-guide-nav h3,
      #privacy_policy_page .content .user-guide-nav h3,
      #terms_of_use_page .content .user-guide-nav h3,
      #start-up-guide-page .content .user-guide-nav h3 {
        width: 100%;
        position: relative;
        background: linear-gradient(to right, #8db0c7, #4483eb) no-repeat right;
        box-sizing: border-box;
        color: #fff;
        padding: 17px 20px; }
      #user_guide_page .content .user-guide-nav li label,
      #privacy_policy_page .content .user-guide-nav li label,
      #terms_of_use_page .content .user-guide-nav li label,
      #start-up-guide-page .content .user-guide-nav li label {
        font-size: 13px;
        /*text-transform: capitalize;*/
        color: #212121;
        padding: 12.5px 20px;
        border-bottom: 1px solid #f0f0f0;
        display: inline-block;
        width: 100%;
        background-color: transparent;
        cursor: pointer;
        border-radius: 2px;
        text-align: left;
        box-sizing: border-box; }
        #user_guide_page .content .user-guide-nav li label.active-item, #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide], #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step], #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy], #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use], #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram], #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management], #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req], #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation], #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard], #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting], #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration], #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities], #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board], #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board], #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view], #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports], #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users], #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task], #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information], #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address], #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies], #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information], #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links], #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp], #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent], #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner], #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment], #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes], #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law], #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission], #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit], #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright], #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support], #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates], #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def], #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy], #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info], #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us], #user_guide_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"], #user_guide_page
        #privacy_policy_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #privacy_policy_page #user_guide_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"], #user_guide_page
        #terms_of_use_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #terms_of_use_page #user_guide_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"], #user_guide_page
        #start-up-guide-page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #start-up-guide-page #user_guide_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #privacy_policy_page .content .user-guide-nav li label.active-item,
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide], #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step], #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy], #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use], #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram], #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management], #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req], #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation], #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard], #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting], #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration], #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities], #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board], #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board], #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view], #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports], #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users], #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task], #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information], #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address], #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies], #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information], #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links], #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp], #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent], #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner], #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment], #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes], #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law], #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission], #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit], #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright], #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support], #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates], #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def], #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy], #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info], #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #privacy_policy_page #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us], #user_guide_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us], #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #privacy_policy_page #user_guide_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"], #user_guide_page
        #privacy_policy_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"], #privacy_policy_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #privacy_policy_page
        #terms_of_use_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #terms_of_use_page
        #privacy_policy_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #privacy_policy_page
        #start-up-guide-page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #start-up-guide-page
        #privacy_policy_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #terms_of_use_page .content .user-guide-nav li label.active-item,
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide], #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step], #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy], #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use], #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram], #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management], #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req], #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation], #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard], #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting], #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration], #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities], #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board], #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board], #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view], #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports], #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users], #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task], #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information], #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address], #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies], #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information], #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links], #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp], #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent], #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner], #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment], #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes], #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law], #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission], #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit], #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright], #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support], #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates], #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def], #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy], #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info], #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #terms_of_use_page #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us], #user_guide_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #terms_of_use_page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #privacy_policy_page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us], #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #terms_of_use_page #user_guide_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"], #user_guide_page
        #terms_of_use_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #terms_of_use_page
        #privacy_policy_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #privacy_policy_page
        #terms_of_use_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"], #terms_of_use_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #terms_of_use_page
        #start-up-guide-page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #start-up-guide-page
        #terms_of_use_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #start-up-guide-page .content .user-guide-nav li label.active-item,
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide], #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav li label[for=user_guide],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step], #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav li label[for=step_by_step],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy], #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav li label[for=privacy_policy],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use], #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav li label[for=terms_of_use],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram], #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav li label[for=flow_diagram],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management], #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav li label[for=access_management],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req], #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav li label[for=gen_req],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation], #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav li label[for=navigation],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard], #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav li label[for=dashboard],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting], #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav li label[for=activity_coasting],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration], #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav li label[for=activity_coasting_configuration],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities], #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav li label[for=activity_coasting_activities],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board], #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav li label[for=prj_board],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board], #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav li label[for=ahu_board],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view], #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav li label[for=model_view],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports], #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav li label[for=reports],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users], #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav li label[for=users],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task], #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav li label[for=critical_task],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information], #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav li label[for=information],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address], #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav li label[for=ip_address],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies], #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav li label[for=cookies],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information], #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav li label[for=outside_information],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links], #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav li label[for=third_party_links],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp], #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav li label[for=online_pp],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent], #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav li label[for=your_consent],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner], #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav li label[for=prj_owner],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment], #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav li label[for=prj_assignment],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes], #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav li label[for=changes],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law], #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav li label[for=applicable_law],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission], #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav li label[for=user_permission],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit], #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav li label[for=description_limit],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright], #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav li label[for=copyright],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support], #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav li label[for=product_support],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates], #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav li label[for=updates],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def], #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav li label[for=liabiltty_def],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy], #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav li label[for=data_privacy],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info], #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav li label[for=legal_info],
        #start-up-guide-page #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us], #user_guide_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #start-up-guide-page
        #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #privacy_policy_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #start-up-guide-page
        #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #terms_of_use_page
        #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us], #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav li label[for=contact_us],
        #start-up-guide-page #user_guide_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"], #user_guide_page
        #start-up-guide-page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #start-up-guide-page
        #privacy_policy_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #privacy_policy_page
        #start-up-guide-page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #start-up-guide-page
        #terms_of_use_page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"],
        #terms_of_use_page
        #start-up-guide-page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"], #start-up-guide-page .content #subnavbtn:checked ~ .user-guide-nav li label[for="subnavbtn"] {
          background-color: #ebebeb; }
        #user_guide_page .content .user-guide-nav li label:hover,
        #privacy_policy_page .content .user-guide-nav li label:hover,
        #terms_of_use_page .content .user-guide-nav li label:hover,
        #start-up-guide-page .content .user-guide-nav li label:hover {
          background-color: #ebebeb88; }
    #user_guide_page .content .performance,
    #privacy_policy_page .content .performance,
    #terms_of_use_page .content .performance,
    #start-up-guide-page .content .performance {
      width: calc(100% - 300px);
      height: 100%;
      padding: 28px 40px;
      margin-left: -4px;
      -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      overflow: auto; }
      #user_guide_page .content .performance .performance-item,
      #privacy_policy_page .content .performance .performance-item,
      #terms_of_use_page .content .performance .performance-item,
      #start-up-guide-page .content .performance .performance-item {
        width: 100%;
        display: none;
        /*input#first-ahu:checked ~ .ahu-board-first{
				display: block;
			}*/ }
        #user_guide_page .content .performance .performance-item .project-boad-menu,
        #privacy_policy_page .content .performance .performance-item .project-boad-menu,
        #terms_of_use_page .content .performance .performance-item .project-boad-menu,
        #start-up-guide-page .content .performance .performance-item .project-boad-menu {
          padding-bottom: 50px; }
        #user_guide_page .content .performance .performance-item .align-right,
        #privacy_policy_page .content .performance .performance-item .align-right,
        #terms_of_use_page .content .performance .performance-item .align-right,
        #start-up-guide-page .content .performance .performance-item .align-right {
          text-align: right; }
        #user_guide_page .content .performance .performance-item sup,
        #privacy_policy_page .content .performance .performance-item sup,
        #terms_of_use_page .content .performance .performance-item sup,
        #start-up-guide-page .content .performance .performance-item sup {
          font-size: 10px; }
        #user_guide_page .content .performance .performance-item table.deployment,
        #privacy_policy_page .content .performance .performance-item table.deployment,
        #terms_of_use_page .content .performance .performance-item table.deployment,
        #start-up-guide-page .content .performance .performance-item table.deployment {
          font-size: 13px;
          line-height: 1.5;
          margin: 30px 0; }
          #user_guide_page .content .performance .performance-item table.deployment th,
          #privacy_policy_page .content .performance .performance-item table.deployment th,
          #terms_of_use_page .content .performance .performance-item table.deployment th,
          #start-up-guide-page .content .performance .performance-item table.deployment th {
            font-weight: 700; }
          #user_guide_page .content .performance .performance-item table.deployment th, #user_guide_page .content .performance .performance-item table.deployment td,
          #privacy_policy_page .content .performance .performance-item table.deployment th,
          #privacy_policy_page .content .performance .performance-item table.deployment td,
          #terms_of_use_page .content .performance .performance-item table.deployment th,
          #terms_of_use_page .content .performance .performance-item table.deployment td,
          #start-up-guide-page .content .performance .performance-item table.deployment th,
          #start-up-guide-page .content .performance .performance-item table.deployment td {
            padding: 5px 20px 5px 0; }
        #user_guide_page .content .performance .performance-item .notes,
        #privacy_policy_page .content .performance .performance-item .notes,
        #terms_of_use_page .content .performance .performance-item .notes,
        #start-up-guide-page .content .performance .performance-item .notes {
          font-size: 13px; }
          #user_guide_page .content .performance .performance-item .notes.mt-20,
          #privacy_policy_page .content .performance .performance-item .notes.mt-20,
          #terms_of_use_page .content .performance .performance-item .notes.mt-20,
          #start-up-guide-page .content .performance .performance-item .notes.mt-20 {
            margin-top: 20px; }
          #user_guide_page .content .performance .performance-item .notes ol,
          #privacy_policy_page .content .performance .performance-item .notes ol,
          #terms_of_use_page .content .performance .performance-item .notes ol,
          #start-up-guide-page .content .performance .performance-item .notes ol {
            padding-left: 15px;
            padding-top: 5px;
            list-style: unset;
            list-style-type: decimal;
            font-size: 13px;
            line-height: 1.7; }
            #user_guide_page .content .performance .performance-item .notes ol li,
            #privacy_policy_page .content .performance .performance-item .notes ol li,
            #terms_of_use_page .content .performance .performance-item .notes ol li,
            #start-up-guide-page .content .performance .performance-item .notes ol li {
              padding-left: 5px; }
        #user_guide_page .content .performance .performance-item .data-info,
        #privacy_policy_page .content .performance .performance-item .data-info,
        #terms_of_use_page .content .performance .performance-item .data-info,
        #start-up-guide-page .content .performance .performance-item .data-info {
          margin-top: 20px;
          font-size: 13px;
          line-height: 1.7; }
          #user_guide_page .content .performance .performance-item .data-info ol,
          #privacy_policy_page .content .performance .performance-item .data-info ol,
          #terms_of_use_page .content .performance .performance-item .data-info ol,
          #start-up-guide-page .content .performance .performance-item .data-info ol {
            padding-left: 30px;
            padding-top: 5px;
            list-style: lower-latin;
            font-size: 13px;
            line-height: 1.7; }
            #user_guide_page .content .performance .performance-item .data-info ol li,
            #privacy_policy_page .content .performance .performance-item .data-info ol li,
            #terms_of_use_page .content .performance .performance-item .data-info ol li,
            #start-up-guide-page .content .performance .performance-item .data-info ol li {
              padding-left: 10px; }
        #user_guide_page .content .performance .performance-item .top-navigation-bar,
        #privacy_policy_page .content .performance .performance-item .top-navigation-bar,
        #terms_of_use_page .content .performance .performance-item .top-navigation-bar,
        #start-up-guide-page .content .performance .performance-item .top-navigation-bar {
          width: 1355px; }
        #user_guide_page .content .performance .performance-item .board-description a,
        #privacy_policy_page .content .performance .performance-item .board-description a,
        #terms_of_use_page .content .performance .performance-item .board-description a,
        #start-up-guide-page .content .performance .performance-item .board-description a {
          text-decoration: none; }
        #user_guide_page .content .performance .performance-item .top-navigation-bar, #user_guide_page .content .performance .performance-item .dashboard, #user_guide_page .content .performance .performance-item .project-boad, #user_guide_page .content .performance .performance-item .model-view, #user_guide_page .content .performance .performance-item .ahu-board, #user_guide_page .content .performance .performance-item .model-view, #user_guide_page .content .performance .performance-item .users, #user_guide_page .content .performance .performance-item .reports,
        #privacy_policy_page .content .performance .performance-item .top-navigation-bar,
        #privacy_policy_page .content .performance .performance-item .dashboard,
        #privacy_policy_page .content .performance .performance-item .project-boad,
        #privacy_policy_page .content .performance .performance-item .model-view,
        #privacy_policy_page .content .performance .performance-item .ahu-board,
        #privacy_policy_page .content .performance .performance-item .model-view,
        #privacy_policy_page .content .performance .performance-item .users,
        #privacy_policy_page .content .performance .performance-item .reports,
        #terms_of_use_page .content .performance .performance-item .top-navigation-bar,
        #terms_of_use_page .content .performance .performance-item .dashboard,
        #terms_of_use_page .content .performance .performance-item .project-boad,
        #terms_of_use_page .content .performance .performance-item .model-view,
        #terms_of_use_page .content .performance .performance-item .ahu-board,
        #terms_of_use_page .content .performance .performance-item .model-view,
        #terms_of_use_page .content .performance .performance-item .users,
        #terms_of_use_page .content .performance .performance-item .reports,
        #start-up-guide-page .content .performance .performance-item .top-navigation-bar,
        #start-up-guide-page .content .performance .performance-item .dashboard,
        #start-up-guide-page .content .performance .performance-item .project-boad,
        #start-up-guide-page .content .performance .performance-item .model-view,
        #start-up-guide-page .content .performance .performance-item .ahu-board,
        #start-up-guide-page .content .performance .performance-item .model-view,
        #start-up-guide-page .content .performance .performance-item .users,
        #start-up-guide-page .content .performance .performance-item .reports {
          /* background-image: url(../../../static/images/guides/top-navigation.png);
				    background-size: 75%;
				    background-repeat: no-repeat;
				    width: 100%;
				    height: 95%;
				    background-position: right;
				    pos
				    */
          position: relative;
          height: 510px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .model-view-image, #user_guide_page .content .performance .performance-item .dashboard .model-view-image, #user_guide_page .content .performance .performance-item .project-boad .model-view-image, #user_guide_page .content .performance .performance-item .model-view .model-view-image, #user_guide_page .content .performance .performance-item .ahu-board .model-view-image, #user_guide_page .content .performance .performance-item .model-view .model-view-image, #user_guide_page .content .performance .performance-item .users .model-view-image, #user_guide_page .content .performance .performance-item .reports .model-view-image,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .model-view-image,
          #privacy_policy_page .content .performance .performance-item .dashboard .model-view-image,
          #privacy_policy_page .content .performance .performance-item .project-boad .model-view-image,
          #privacy_policy_page .content .performance .performance-item .model-view .model-view-image,
          #privacy_policy_page .content .performance .performance-item .ahu-board .model-view-image,
          #privacy_policy_page .content .performance .performance-item .model-view .model-view-image,
          #privacy_policy_page .content .performance .performance-item .users .model-view-image,
          #privacy_policy_page .content .performance .performance-item .reports .model-view-image,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .model-view-image,
          #terms_of_use_page .content .performance .performance-item .dashboard .model-view-image,
          #terms_of_use_page .content .performance .performance-item .project-boad .model-view-image,
          #terms_of_use_page .content .performance .performance-item .model-view .model-view-image,
          #terms_of_use_page .content .performance .performance-item .ahu-board .model-view-image,
          #terms_of_use_page .content .performance .performance-item .model-view .model-view-image,
          #terms_of_use_page .content .performance .performance-item .users .model-view-image,
          #terms_of_use_page .content .performance .performance-item .reports .model-view-image,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .model-view-image,
          #start-up-guide-page .content .performance .performance-item .dashboard .model-view-image,
          #start-up-guide-page .content .performance .performance-item .project-boad .model-view-image,
          #start-up-guide-page .content .performance .performance-item .model-view .model-view-image,
          #start-up-guide-page .content .performance .performance-item .ahu-board .model-view-image,
          #start-up-guide-page .content .performance .performance-item .model-view .model-view-image,
          #start-up-guide-page .content .performance .performance-item .users .model-view-image,
          #start-up-guide-page .content .performance .performance-item .reports .model-view-image {
            position: absolute;
            margin-left: 164px;
            margin-top: 52px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .model-view-image img, #user_guide_page .content .performance .performance-item .dashboard .model-view-image img, #user_guide_page .content .performance .performance-item .project-boad .model-view-image img, #user_guide_page .content .performance .performance-item .model-view .model-view-image img, #user_guide_page .content .performance .performance-item .ahu-board .model-view-image img, #user_guide_page .content .performance .performance-item .model-view .model-view-image img, #user_guide_page .content .performance .performance-item .users .model-view-image img, #user_guide_page .content .performance .performance-item .reports .model-view-image img,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .model-view-image img,
            #privacy_policy_page .content .performance .performance-item .dashboard .model-view-image img,
            #privacy_policy_page .content .performance .performance-item .project-boad .model-view-image img,
            #privacy_policy_page .content .performance .performance-item .model-view .model-view-image img,
            #privacy_policy_page .content .performance .performance-item .ahu-board .model-view-image img,
            #privacy_policy_page .content .performance .performance-item .model-view .model-view-image img,
            #privacy_policy_page .content .performance .performance-item .users .model-view-image img,
            #privacy_policy_page .content .performance .performance-item .reports .model-view-image img,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .model-view-image img,
            #terms_of_use_page .content .performance .performance-item .dashboard .model-view-image img,
            #terms_of_use_page .content .performance .performance-item .project-boad .model-view-image img,
            #terms_of_use_page .content .performance .performance-item .model-view .model-view-image img,
            #terms_of_use_page .content .performance .performance-item .ahu-board .model-view-image img,
            #terms_of_use_page .content .performance .performance-item .model-view .model-view-image img,
            #terms_of_use_page .content .performance .performance-item .users .model-view-image img,
            #terms_of_use_page .content .performance .performance-item .reports .model-view-image img,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .model-view-image img,
            #start-up-guide-page .content .performance .performance-item .dashboard .model-view-image img,
            #start-up-guide-page .content .performance .performance-item .project-boad .model-view-image img,
            #start-up-guide-page .content .performance .performance-item .model-view .model-view-image img,
            #start-up-guide-page .content .performance .performance-item .ahu-board .model-view-image img,
            #start-up-guide-page .content .performance .performance-item .model-view .model-view-image img,
            #start-up-guide-page .content .performance .performance-item .users .model-view-image img,
            #start-up-guide-page .content .performance .performance-item .reports .model-view-image img {
              position: absolute;
              max-width: 1102px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .dashboard-image, #user_guide_page .content .performance .performance-item .dashboard .dashboard-image, #user_guide_page .content .performance .performance-item .project-boad .dashboard-image, #user_guide_page .content .performance .performance-item .model-view .dashboard-image, #user_guide_page .content .performance .performance-item .ahu-board .dashboard-image, #user_guide_page .content .performance .performance-item .model-view .dashboard-image, #user_guide_page .content .performance .performance-item .users .dashboard-image, #user_guide_page .content .performance .performance-item .reports .dashboard-image,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .dashboard-image,
          #privacy_policy_page .content .performance .performance-item .dashboard .dashboard-image,
          #privacy_policy_page .content .performance .performance-item .project-boad .dashboard-image,
          #privacy_policy_page .content .performance .performance-item .model-view .dashboard-image,
          #privacy_policy_page .content .performance .performance-item .ahu-board .dashboard-image,
          #privacy_policy_page .content .performance .performance-item .model-view .dashboard-image,
          #privacy_policy_page .content .performance .performance-item .users .dashboard-image,
          #privacy_policy_page .content .performance .performance-item .reports .dashboard-image,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .dashboard-image,
          #terms_of_use_page .content .performance .performance-item .dashboard .dashboard-image,
          #terms_of_use_page .content .performance .performance-item .project-boad .dashboard-image,
          #terms_of_use_page .content .performance .performance-item .model-view .dashboard-image,
          #terms_of_use_page .content .performance .performance-item .ahu-board .dashboard-image,
          #terms_of_use_page .content .performance .performance-item .model-view .dashboard-image,
          #terms_of_use_page .content .performance .performance-item .users .dashboard-image,
          #terms_of_use_page .content .performance .performance-item .reports .dashboard-image,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .dashboard-image,
          #start-up-guide-page .content .performance .performance-item .dashboard .dashboard-image,
          #start-up-guide-page .content .performance .performance-item .project-boad .dashboard-image,
          #start-up-guide-page .content .performance .performance-item .model-view .dashboard-image,
          #start-up-guide-page .content .performance .performance-item .ahu-board .dashboard-image,
          #start-up-guide-page .content .performance .performance-item .model-view .dashboard-image,
          #start-up-guide-page .content .performance .performance-item .users .dashboard-image,
          #start-up-guide-page .content .performance .performance-item .reports .dashboard-image {
            position: relative;
            margin-left: 49px;
            margin-top: 9px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .dashboard-image img, #user_guide_page .content .performance .performance-item .dashboard .dashboard-image img, #user_guide_page .content .performance .performance-item .project-boad .dashboard-image img, #user_guide_page .content .performance .performance-item .model-view .dashboard-image img, #user_guide_page .content .performance .performance-item .ahu-board .dashboard-image img, #user_guide_page .content .performance .performance-item .model-view .dashboard-image img, #user_guide_page .content .performance .performance-item .users .dashboard-image img, #user_guide_page .content .performance .performance-item .reports .dashboard-image img,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .dashboard-image img,
            #privacy_policy_page .content .performance .performance-item .dashboard .dashboard-image img,
            #privacy_policy_page .content .performance .performance-item .project-boad .dashboard-image img,
            #privacy_policy_page .content .performance .performance-item .model-view .dashboard-image img,
            #privacy_policy_page .content .performance .performance-item .ahu-board .dashboard-image img,
            #privacy_policy_page .content .performance .performance-item .model-view .dashboard-image img,
            #privacy_policy_page .content .performance .performance-item .users .dashboard-image img,
            #privacy_policy_page .content .performance .performance-item .reports .dashboard-image img,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .dashboard-image img,
            #terms_of_use_page .content .performance .performance-item .dashboard .dashboard-image img,
            #terms_of_use_page .content .performance .performance-item .project-boad .dashboard-image img,
            #terms_of_use_page .content .performance .performance-item .model-view .dashboard-image img,
            #terms_of_use_page .content .performance .performance-item .ahu-board .dashboard-image img,
            #terms_of_use_page .content .performance .performance-item .model-view .dashboard-image img,
            #terms_of_use_page .content .performance .performance-item .users .dashboard-image img,
            #terms_of_use_page .content .performance .performance-item .reports .dashboard-image img,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .dashboard-image img,
            #start-up-guide-page .content .performance .performance-item .dashboard .dashboard-image img,
            #start-up-guide-page .content .performance .performance-item .project-boad .dashboard-image img,
            #start-up-guide-page .content .performance .performance-item .model-view .dashboard-image img,
            #start-up-guide-page .content .performance .performance-item .ahu-board .dashboard-image img,
            #start-up-guide-page .content .performance .performance-item .model-view .dashboard-image img,
            #start-up-guide-page .content .performance .performance-item .users .dashboard-image img,
            #start-up-guide-page .content .performance .performance-item .reports .dashboard-image img {
              position: relative;
              max-width: 1158px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .top-image, #user_guide_page .content .performance .performance-item .dashboard .top-image, #user_guide_page .content .performance .performance-item .project-boad .top-image, #user_guide_page .content .performance .performance-item .model-view .top-image, #user_guide_page .content .performance .performance-item .ahu-board .top-image, #user_guide_page .content .performance .performance-item .model-view .top-image, #user_guide_page .content .performance .performance-item .users .top-image, #user_guide_page .content .performance .performance-item .reports .top-image,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .top-image,
          #privacy_policy_page .content .performance .performance-item .dashboard .top-image,
          #privacy_policy_page .content .performance .performance-item .project-boad .top-image,
          #privacy_policy_page .content .performance .performance-item .model-view .top-image,
          #privacy_policy_page .content .performance .performance-item .ahu-board .top-image,
          #privacy_policy_page .content .performance .performance-item .model-view .top-image,
          #privacy_policy_page .content .performance .performance-item .users .top-image,
          #privacy_policy_page .content .performance .performance-item .reports .top-image,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .top-image,
          #terms_of_use_page .content .performance .performance-item .dashboard .top-image,
          #terms_of_use_page .content .performance .performance-item .project-boad .top-image,
          #terms_of_use_page .content .performance .performance-item .model-view .top-image,
          #terms_of_use_page .content .performance .performance-item .ahu-board .top-image,
          #terms_of_use_page .content .performance .performance-item .model-view .top-image,
          #terms_of_use_page .content .performance .performance-item .users .top-image,
          #terms_of_use_page .content .performance .performance-item .reports .top-image,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .top-image,
          #start-up-guide-page .content .performance .performance-item .dashboard .top-image,
          #start-up-guide-page .content .performance .performance-item .project-boad .top-image,
          #start-up-guide-page .content .performance .performance-item .model-view .top-image,
          #start-up-guide-page .content .performance .performance-item .ahu-board .top-image,
          #start-up-guide-page .content .performance .performance-item .model-view .top-image,
          #start-up-guide-page .content .performance .performance-item .users .top-image,
          #start-up-guide-page .content .performance .performance-item .reports .top-image {
            position: absolute;
            margin-top: 20px;
            margin-left: 5px;
            margin-left: 202px;
            width: 1000px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .top-image img, #user_guide_page .content .performance .performance-item .dashboard .top-image img, #user_guide_page .content .performance .performance-item .project-boad .top-image img, #user_guide_page .content .performance .performance-item .model-view .top-image img, #user_guide_page .content .performance .performance-item .ahu-board .top-image img, #user_guide_page .content .performance .performance-item .model-view .top-image img, #user_guide_page .content .performance .performance-item .users .top-image img, #user_guide_page .content .performance .performance-item .reports .top-image img,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .top-image img,
            #privacy_policy_page .content .performance .performance-item .dashboard .top-image img,
            #privacy_policy_page .content .performance .performance-item .project-boad .top-image img,
            #privacy_policy_page .content .performance .performance-item .model-view .top-image img,
            #privacy_policy_page .content .performance .performance-item .ahu-board .top-image img,
            #privacy_policy_page .content .performance .performance-item .model-view .top-image img,
            #privacy_policy_page .content .performance .performance-item .users .top-image img,
            #privacy_policy_page .content .performance .performance-item .reports .top-image img,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .top-image img,
            #terms_of_use_page .content .performance .performance-item .dashboard .top-image img,
            #terms_of_use_page .content .performance .performance-item .project-boad .top-image img,
            #terms_of_use_page .content .performance .performance-item .model-view .top-image img,
            #terms_of_use_page .content .performance .performance-item .ahu-board .top-image img,
            #terms_of_use_page .content .performance .performance-item .model-view .top-image img,
            #terms_of_use_page .content .performance .performance-item .users .top-image img,
            #terms_of_use_page .content .performance .performance-item .reports .top-image img,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .top-image img,
            #start-up-guide-page .content .performance .performance-item .dashboard .top-image img,
            #start-up-guide-page .content .performance .performance-item .project-boad .top-image img,
            #start-up-guide-page .content .performance .performance-item .model-view .top-image img,
            #start-up-guide-page .content .performance .performance-item .ahu-board .top-image img,
            #start-up-guide-page .content .performance .performance-item .model-view .top-image img,
            #start-up-guide-page .content .performance .performance-item .users .top-image img,
            #start-up-guide-page .content .performance .performance-item .reports .top-image img {
              margin: 0 auto;
              display: block;
              width: 900px;
              min-width: 900px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .project-board-image, #user_guide_page .content .performance .performance-item .dashboard .project-board-image, #user_guide_page .content .performance .performance-item .project-boad .project-board-image, #user_guide_page .content .performance .performance-item .model-view .project-board-image, #user_guide_page .content .performance .performance-item .ahu-board .project-board-image, #user_guide_page .content .performance .performance-item .model-view .project-board-image, #user_guide_page .content .performance .performance-item .users .project-board-image, #user_guide_page .content .performance .performance-item .reports .project-board-image,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .project-board-image,
          #privacy_policy_page .content .performance .performance-item .dashboard .project-board-image,
          #privacy_policy_page .content .performance .performance-item .project-boad .project-board-image,
          #privacy_policy_page .content .performance .performance-item .model-view .project-board-image,
          #privacy_policy_page .content .performance .performance-item .ahu-board .project-board-image,
          #privacy_policy_page .content .performance .performance-item .model-view .project-board-image,
          #privacy_policy_page .content .performance .performance-item .users .project-board-image,
          #privacy_policy_page .content .performance .performance-item .reports .project-board-image,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .project-board-image,
          #terms_of_use_page .content .performance .performance-item .dashboard .project-board-image,
          #terms_of_use_page .content .performance .performance-item .project-boad .project-board-image,
          #terms_of_use_page .content .performance .performance-item .model-view .project-board-image,
          #terms_of_use_page .content .performance .performance-item .ahu-board .project-board-image,
          #terms_of_use_page .content .performance .performance-item .model-view .project-board-image,
          #terms_of_use_page .content .performance .performance-item .users .project-board-image,
          #terms_of_use_page .content .performance .performance-item .reports .project-board-image,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .project-board-image,
          #start-up-guide-page .content .performance .performance-item .dashboard .project-board-image,
          #start-up-guide-page .content .performance .performance-item .project-boad .project-board-image,
          #start-up-guide-page .content .performance .performance-item .model-view .project-board-image,
          #start-up-guide-page .content .performance .performance-item .ahu-board .project-board-image,
          #start-up-guide-page .content .performance .performance-item .model-view .project-board-image,
          #start-up-guide-page .content .performance .performance-item .users .project-board-image,
          #start-up-guide-page .content .performance .performance-item .reports .project-board-image {
            position: absolute;
            margin-left: 5px;
            margin-left: 94px;
            width: 1300px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .project-board-image img, #user_guide_page .content .performance .performance-item .dashboard .project-board-image img, #user_guide_page .content .performance .performance-item .project-boad .project-board-image img, #user_guide_page .content .performance .performance-item .model-view .project-board-image img, #user_guide_page .content .performance .performance-item .ahu-board .project-board-image img, #user_guide_page .content .performance .performance-item .model-view .project-board-image img, #user_guide_page .content .performance .performance-item .users .project-board-image img, #user_guide_page .content .performance .performance-item .reports .project-board-image img,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .project-board-image img,
            #privacy_policy_page .content .performance .performance-item .dashboard .project-board-image img,
            #privacy_policy_page .content .performance .performance-item .project-boad .project-board-image img,
            #privacy_policy_page .content .performance .performance-item .model-view .project-board-image img,
            #privacy_policy_page .content .performance .performance-item .ahu-board .project-board-image img,
            #privacy_policy_page .content .performance .performance-item .model-view .project-board-image img,
            #privacy_policy_page .content .performance .performance-item .users .project-board-image img,
            #privacy_policy_page .content .performance .performance-item .reports .project-board-image img,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .project-board-image img,
            #terms_of_use_page .content .performance .performance-item .dashboard .project-board-image img,
            #terms_of_use_page .content .performance .performance-item .project-boad .project-board-image img,
            #terms_of_use_page .content .performance .performance-item .model-view .project-board-image img,
            #terms_of_use_page .content .performance .performance-item .ahu-board .project-board-image img,
            #terms_of_use_page .content .performance .performance-item .model-view .project-board-image img,
            #terms_of_use_page .content .performance .performance-item .users .project-board-image img,
            #terms_of_use_page .content .performance .performance-item .reports .project-board-image img,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .project-board-image img,
            #start-up-guide-page .content .performance .performance-item .dashboard .project-board-image img,
            #start-up-guide-page .content .performance .performance-item .project-boad .project-board-image img,
            #start-up-guide-page .content .performance .performance-item .model-view .project-board-image img,
            #start-up-guide-page .content .performance .performance-item .ahu-board .project-board-image img,
            #start-up-guide-page .content .performance .performance-item .model-view .project-board-image img,
            #start-up-guide-page .content .performance .performance-item .users .project-board-image img,
            #start-up-guide-page .content .performance .performance-item .reports .project-board-image img {
              margin: 0 auto;
              display: block;
              min-width: 708px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .project-board-images, #user_guide_page .content .performance .performance-item .dashboard .project-board-images, #user_guide_page .content .performance .performance-item .project-boad .project-board-images, #user_guide_page .content .performance .performance-item .model-view .project-board-images, #user_guide_page .content .performance .performance-item .ahu-board .project-board-images, #user_guide_page .content .performance .performance-item .model-view .project-board-images, #user_guide_page .content .performance .performance-item .users .project-board-images, #user_guide_page .content .performance .performance-item .reports .project-board-images,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .project-board-images,
          #privacy_policy_page .content .performance .performance-item .dashboard .project-board-images,
          #privacy_policy_page .content .performance .performance-item .project-boad .project-board-images,
          #privacy_policy_page .content .performance .performance-item .model-view .project-board-images,
          #privacy_policy_page .content .performance .performance-item .ahu-board .project-board-images,
          #privacy_policy_page .content .performance .performance-item .model-view .project-board-images,
          #privacy_policy_page .content .performance .performance-item .users .project-board-images,
          #privacy_policy_page .content .performance .performance-item .reports .project-board-images,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .project-board-images,
          #terms_of_use_page .content .performance .performance-item .dashboard .project-board-images,
          #terms_of_use_page .content .performance .performance-item .project-boad .project-board-images,
          #terms_of_use_page .content .performance .performance-item .model-view .project-board-images,
          #terms_of_use_page .content .performance .performance-item .ahu-board .project-board-images,
          #terms_of_use_page .content .performance .performance-item .model-view .project-board-images,
          #terms_of_use_page .content .performance .performance-item .users .project-board-images,
          #terms_of_use_page .content .performance .performance-item .reports .project-board-images,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .project-board-images,
          #start-up-guide-page .content .performance .performance-item .dashboard .project-board-images,
          #start-up-guide-page .content .performance .performance-item .project-boad .project-board-images,
          #start-up-guide-page .content .performance .performance-item .model-view .project-board-images,
          #start-up-guide-page .content .performance .performance-item .ahu-board .project-board-images,
          #start-up-guide-page .content .performance .performance-item .model-view .project-board-images,
          #start-up-guide-page .content .performance .performance-item .users .project-board-images,
          #start-up-guide-page .content .performance .performance-item .reports .project-board-images {
            padding-top: 211px;
            position: relative; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .project-board-images img, #user_guide_page .content .performance .performance-item .dashboard .project-board-images img, #user_guide_page .content .performance .performance-item .project-boad .project-board-images img, #user_guide_page .content .performance .performance-item .model-view .project-board-images img, #user_guide_page .content .performance .performance-item .ahu-board .project-board-images img, #user_guide_page .content .performance .performance-item .model-view .project-board-images img, #user_guide_page .content .performance .performance-item .users .project-board-images img, #user_guide_page .content .performance .performance-item .reports .project-board-images img,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .project-board-images img,
            #privacy_policy_page .content .performance .performance-item .dashboard .project-board-images img,
            #privacy_policy_page .content .performance .performance-item .project-boad .project-board-images img,
            #privacy_policy_page .content .performance .performance-item .model-view .project-board-images img,
            #privacy_policy_page .content .performance .performance-item .ahu-board .project-board-images img,
            #privacy_policy_page .content .performance .performance-item .model-view .project-board-images img,
            #privacy_policy_page .content .performance .performance-item .users .project-board-images img,
            #privacy_policy_page .content .performance .performance-item .reports .project-board-images img,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .project-board-images img,
            #terms_of_use_page .content .performance .performance-item .dashboard .project-board-images img,
            #terms_of_use_page .content .performance .performance-item .project-boad .project-board-images img,
            #terms_of_use_page .content .performance .performance-item .model-view .project-board-images img,
            #terms_of_use_page .content .performance .performance-item .ahu-board .project-board-images img,
            #terms_of_use_page .content .performance .performance-item .model-view .project-board-images img,
            #terms_of_use_page .content .performance .performance-item .users .project-board-images img,
            #terms_of_use_page .content .performance .performance-item .reports .project-board-images img,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .project-board-images img,
            #start-up-guide-page .content .performance .performance-item .dashboard .project-board-images img,
            #start-up-guide-page .content .performance .performance-item .project-boad .project-board-images img,
            #start-up-guide-page .content .performance .performance-item .model-view .project-board-images img,
            #start-up-guide-page .content .performance .performance-item .ahu-board .project-board-images img,
            #start-up-guide-page .content .performance .performance-item .model-view .project-board-images img,
            #start-up-guide-page .content .performance .performance-item .users .project-board-images img,
            #start-up-guide-page .content .performance .performance-item .reports .project-board-images img {
              box-shadow: 12px -6px 15px 4px rgba(0, 0, 0, 0.24);
              width: 75%;
              margin: 0 12.5%; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .ahu-board-image, #user_guide_page .content .performance .performance-item .dashboard .ahu-board-image, #user_guide_page .content .performance .performance-item .project-boad .ahu-board-image, #user_guide_page .content .performance .performance-item .model-view .ahu-board-image, #user_guide_page .content .performance .performance-item .ahu-board .ahu-board-image, #user_guide_page .content .performance .performance-item .model-view .ahu-board-image, #user_guide_page .content .performance .performance-item .users .ahu-board-image, #user_guide_page .content .performance .performance-item .reports .ahu-board-image,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .ahu-board-image,
          #privacy_policy_page .content .performance .performance-item .dashboard .ahu-board-image,
          #privacy_policy_page .content .performance .performance-item .project-boad .ahu-board-image,
          #privacy_policy_page .content .performance .performance-item .model-view .ahu-board-image,
          #privacy_policy_page .content .performance .performance-item .ahu-board .ahu-board-image,
          #privacy_policy_page .content .performance .performance-item .model-view .ahu-board-image,
          #privacy_policy_page .content .performance .performance-item .users .ahu-board-image,
          #privacy_policy_page .content .performance .performance-item .reports .ahu-board-image,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .ahu-board-image,
          #terms_of_use_page .content .performance .performance-item .dashboard .ahu-board-image,
          #terms_of_use_page .content .performance .performance-item .project-boad .ahu-board-image,
          #terms_of_use_page .content .performance .performance-item .model-view .ahu-board-image,
          #terms_of_use_page .content .performance .performance-item .ahu-board .ahu-board-image,
          #terms_of_use_page .content .performance .performance-item .model-view .ahu-board-image,
          #terms_of_use_page .content .performance .performance-item .users .ahu-board-image,
          #terms_of_use_page .content .performance .performance-item .reports .ahu-board-image,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .ahu-board-image,
          #start-up-guide-page .content .performance .performance-item .dashboard .ahu-board-image,
          #start-up-guide-page .content .performance .performance-item .project-boad .ahu-board-image,
          #start-up-guide-page .content .performance .performance-item .model-view .ahu-board-image,
          #start-up-guide-page .content .performance .performance-item .ahu-board .ahu-board-image,
          #start-up-guide-page .content .performance .performance-item .model-view .ahu-board-image,
          #start-up-guide-page .content .performance .performance-item .users .ahu-board-image,
          #start-up-guide-page .content .performance .performance-item .reports .ahu-board-image {
            position: absolute;
            padding-top: 80px;
            width: 1100px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .ahu-board-image img, #user_guide_page .content .performance .performance-item .dashboard .ahu-board-image img, #user_guide_page .content .performance .performance-item .project-boad .ahu-board-image img, #user_guide_page .content .performance .performance-item .model-view .ahu-board-image img, #user_guide_page .content .performance .performance-item .ahu-board .ahu-board-image img, #user_guide_page .content .performance .performance-item .model-view .ahu-board-image img, #user_guide_page .content .performance .performance-item .users .ahu-board-image img, #user_guide_page .content .performance .performance-item .reports .ahu-board-image img,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .ahu-board-image img,
            #privacy_policy_page .content .performance .performance-item .dashboard .ahu-board-image img,
            #privacy_policy_page .content .performance .performance-item .project-boad .ahu-board-image img,
            #privacy_policy_page .content .performance .performance-item .model-view .ahu-board-image img,
            #privacy_policy_page .content .performance .performance-item .ahu-board .ahu-board-image img,
            #privacy_policy_page .content .performance .performance-item .model-view .ahu-board-image img,
            #privacy_policy_page .content .performance .performance-item .users .ahu-board-image img,
            #privacy_policy_page .content .performance .performance-item .reports .ahu-board-image img,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .ahu-board-image img,
            #terms_of_use_page .content .performance .performance-item .dashboard .ahu-board-image img,
            #terms_of_use_page .content .performance .performance-item .project-boad .ahu-board-image img,
            #terms_of_use_page .content .performance .performance-item .model-view .ahu-board-image img,
            #terms_of_use_page .content .performance .performance-item .ahu-board .ahu-board-image img,
            #terms_of_use_page .content .performance .performance-item .model-view .ahu-board-image img,
            #terms_of_use_page .content .performance .performance-item .users .ahu-board-image img,
            #terms_of_use_page .content .performance .performance-item .reports .ahu-board-image img,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .ahu-board-image img,
            #start-up-guide-page .content .performance .performance-item .dashboard .ahu-board-image img,
            #start-up-guide-page .content .performance .performance-item .project-boad .ahu-board-image img,
            #start-up-guide-page .content .performance .performance-item .model-view .ahu-board-image img,
            #start-up-guide-page .content .performance .performance-item .ahu-board .ahu-board-image img,
            #start-up-guide-page .content .performance .performance-item .model-view .ahu-board-image img,
            #start-up-guide-page .content .performance .performance-item .users .ahu-board-image img,
            #start-up-guide-page .content .performance .performance-item .reports .ahu-board-image img {
              margin: 0 auto;
              display: block;
              min-width: 708px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left, #user_guide_page .content .performance .performance-item .dashboard .left_left, #user_guide_page .content .performance .performance-item .project-boad .left_left, #user_guide_page .content .performance .performance-item .model-view .left_left, #user_guide_page .content .performance .performance-item .ahu-board .left_left, #user_guide_page .content .performance .performance-item .model-view .left_left, #user_guide_page .content .performance .performance-item .users .left_left, #user_guide_page .content .performance .performance-item .reports .left_left,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left,
          #privacy_policy_page .content .performance .performance-item .dashboard .left_left,
          #privacy_policy_page .content .performance .performance-item .project-boad .left_left,
          #privacy_policy_page .content .performance .performance-item .model-view .left_left,
          #privacy_policy_page .content .performance .performance-item .ahu-board .left_left,
          #privacy_policy_page .content .performance .performance-item .model-view .left_left,
          #privacy_policy_page .content .performance .performance-item .users .left_left,
          #privacy_policy_page .content .performance .performance-item .reports .left_left,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left,
          #terms_of_use_page .content .performance .performance-item .dashboard .left_left,
          #terms_of_use_page .content .performance .performance-item .project-boad .left_left,
          #terms_of_use_page .content .performance .performance-item .model-view .left_left,
          #terms_of_use_page .content .performance .performance-item .ahu-board .left_left,
          #terms_of_use_page .content .performance .performance-item .model-view .left_left,
          #terms_of_use_page .content .performance .performance-item .users .left_left,
          #terms_of_use_page .content .performance .performance-item .reports .left_left,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left,
          #start-up-guide-page .content .performance .performance-item .dashboard .left_left,
          #start-up-guide-page .content .performance .performance-item .project-boad .left_left,
          #start-up-guide-page .content .performance .performance-item .model-view .left_left,
          #start-up-guide-page .content .performance .performance-item .ahu-board .left_left,
          #start-up-guide-page .content .performance .performance-item .model-view .left_left,
          #start-up-guide-page .content .performance .performance-item .users .left_left,
          #start-up-guide-page .content .performance .performance-item .reports .left_left {
            position: relative; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left .board-description, #user_guide_page .content .performance .performance-item .dashboard .left_left .board-description, #user_guide_page .content .performance .performance-item .project-boad .left_left .board-description, #user_guide_page .content .performance .performance-item .model-view .left_left .board-description, #user_guide_page .content .performance .performance-item .ahu-board .left_left .board-description, #user_guide_page .content .performance .performance-item .model-view .left_left .board-description, #user_guide_page .content .performance .performance-item .users .left_left .board-description, #user_guide_page .content .performance .performance-item .reports .left_left .board-description,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left .board-description,
            #privacy_policy_page .content .performance .performance-item .dashboard .left_left .board-description,
            #privacy_policy_page .content .performance .performance-item .project-boad .left_left .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .board-description,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left_left .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .board-description,
            #privacy_policy_page .content .performance .performance-item .users .left_left .board-description,
            #privacy_policy_page .content .performance .performance-item .reports .left_left .board-description,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left .board-description,
            #terms_of_use_page .content .performance .performance-item .dashboard .left_left .board-description,
            #terms_of_use_page .content .performance .performance-item .project-boad .left_left .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .board-description,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left_left .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .board-description,
            #terms_of_use_page .content .performance .performance-item .users .left_left .board-description,
            #terms_of_use_page .content .performance .performance-item .reports .left_left .board-description,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left .board-description,
            #start-up-guide-page .content .performance .performance-item .dashboard .left_left .board-description,
            #start-up-guide-page .content .performance .performance-item .project-boad .left_left .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .board-description,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left_left .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .board-description,
            #start-up-guide-page .content .performance .performance-item .users .left_left .board-description,
            #start-up-guide-page .content .performance .performance-item .reports .left_left .board-description {
              display: block;
              text-align: left;
              font-size: 13px;
              margin-bottom: 7px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left .board-name, #user_guide_page .content .performance .performance-item .dashboard .left_left .board-name, #user_guide_page .content .performance .performance-item .project-boad .left_left .board-name, #user_guide_page .content .performance .performance-item .model-view .left_left .board-name, #user_guide_page .content .performance .performance-item .ahu-board .left_left .board-name, #user_guide_page .content .performance .performance-item .model-view .left_left .board-name, #user_guide_page .content .performance .performance-item .users .left_left .board-name, #user_guide_page .content .performance .performance-item .reports .left_left .board-name,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left .board-name,
            #privacy_policy_page .content .performance .performance-item .dashboard .left_left .board-name,
            #privacy_policy_page .content .performance .performance-item .project-boad .left_left .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .board-name,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left_left .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .board-name,
            #privacy_policy_page .content .performance .performance-item .users .left_left .board-name,
            #privacy_policy_page .content .performance .performance-item .reports .left_left .board-name,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left .board-name,
            #terms_of_use_page .content .performance .performance-item .dashboard .left_left .board-name,
            #terms_of_use_page .content .performance .performance-item .project-boad .left_left .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .board-name,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left_left .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .board-name,
            #terms_of_use_page .content .performance .performance-item .users .left_left .board-name,
            #terms_of_use_page .content .performance .performance-item .reports .left_left .board-name,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left .board-name,
            #start-up-guide-page .content .performance .performance-item .dashboard .left_left .board-name,
            #start-up-guide-page .content .performance .performance-item .project-boad .left_left .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .board-name,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left_left .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .board-name,
            #start-up-guide-page .content .performance .performance-item .users .left_left .board-name,
            #start-up-guide-page .content .performance .performance-item .reports .left_left .board-name {
              text-align: right; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .left, #user_guide_page .content .performance .performance-item .dashboard .left, #user_guide_page .content .performance .performance-item .project-boad .left, #user_guide_page .content .performance .performance-item .model-view .left, #user_guide_page .content .performance .performance-item .ahu-board .left, #user_guide_page .content .performance .performance-item .model-view .left, #user_guide_page .content .performance .performance-item .users .left, #user_guide_page .content .performance .performance-item .reports .left,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left,
          #privacy_policy_page .content .performance .performance-item .dashboard .left,
          #privacy_policy_page .content .performance .performance-item .project-boad .left,
          #privacy_policy_page .content .performance .performance-item .model-view .left,
          #privacy_policy_page .content .performance .performance-item .ahu-board .left,
          #privacy_policy_page .content .performance .performance-item .model-view .left,
          #privacy_policy_page .content .performance .performance-item .users .left,
          #privacy_policy_page .content .performance .performance-item .reports .left,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left,
          #terms_of_use_page .content .performance .performance-item .dashboard .left,
          #terms_of_use_page .content .performance .performance-item .project-boad .left,
          #terms_of_use_page .content .performance .performance-item .model-view .left,
          #terms_of_use_page .content .performance .performance-item .ahu-board .left,
          #terms_of_use_page .content .performance .performance-item .model-view .left,
          #terms_of_use_page .content .performance .performance-item .users .left,
          #terms_of_use_page .content .performance .performance-item .reports .left,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left,
          #start-up-guide-page .content .performance .performance-item .dashboard .left,
          #start-up-guide-page .content .performance .performance-item .project-boad .left,
          #start-up-guide-page .content .performance .performance-item .model-view .left,
          #start-up-guide-page .content .performance .performance-item .ahu-board .left,
          #start-up-guide-page .content .performance .performance-item .model-view .left,
          #start-up-guide-page .content .performance .performance-item .users .left,
          #start-up-guide-page .content .performance .performance-item .reports .left {
            position: relative;
            display: block;
            padding-top: 114px;
            width: 870px;
            text-align: left;
            float: left; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .board-description, #user_guide_page .content .performance .performance-item .dashboard .left .board-description, #user_guide_page .content .performance .performance-item .project-boad .left .board-description, #user_guide_page .content .performance .performance-item .model-view .left .board-description, #user_guide_page .content .performance .performance-item .ahu-board .left .board-description, #user_guide_page .content .performance .performance-item .model-view .left .board-description, #user_guide_page .content .performance .performance-item .users .left .board-description, #user_guide_page .content .performance .performance-item .reports .left .board-description,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .board-description,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .board-description,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .left .board-description,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .left .board-description,
            #privacy_policy_page .content .performance .performance-item .users .left .board-description,
            #privacy_policy_page .content .performance .performance-item .reports .left .board-description,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .board-description,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .board-description,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .left .board-description,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .left .board-description,
            #terms_of_use_page .content .performance .performance-item .users .left .board-description,
            #terms_of_use_page .content .performance .performance-item .reports .left .board-description,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .board-description,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .board-description,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .left .board-description,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .left .board-description,
            #start-up-guide-page .content .performance .performance-item .users .left .board-description,
            #start-up-guide-page .content .performance .performance-item .reports .left .board-description {
              display: block;
              text-align: right;
              font-size: 13px;
              margin-bottom: 7px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .board-name, #user_guide_page .content .performance .performance-item .dashboard .left .board-name, #user_guide_page .content .performance .performance-item .project-boad .left .board-name, #user_guide_page .content .performance .performance-item .model-view .left .board-name, #user_guide_page .content .performance .performance-item .ahu-board .left .board-name, #user_guide_page .content .performance .performance-item .model-view .left .board-name, #user_guide_page .content .performance .performance-item .users .left .board-name, #user_guide_page .content .performance .performance-item .reports .left .board-name,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .board-name,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .board-name,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .left .board-name,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .left .board-name,
            #privacy_policy_page .content .performance .performance-item .users .left .board-name,
            #privacy_policy_page .content .performance .performance-item .reports .left .board-name,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .board-name,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .board-name,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .left .board-name,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .left .board-name,
            #terms_of_use_page .content .performance .performance-item .users .left .board-name,
            #terms_of_use_page .content .performance .performance-item .reports .left .board-name,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .board-name,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .board-name,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .left .board-name,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .left .board-name,
            #start-up-guide-page .content .performance .performance-item .users .left .board-name,
            #start-up-guide-page .content .performance .performance-item .reports .left .board-name {
              text-align: right; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board, #user_guide_page .content .performance .performance-item .dashboard .left .dashboard-board, #user_guide_page .content .performance .performance-item .project-boad .left .dashboard-board, #user_guide_page .content .performance .performance-item .model-view .left .dashboard-board, #user_guide_page .content .performance .performance-item .ahu-board .left .dashboard-board, #user_guide_page .content .performance .performance-item .model-view .left .dashboard-board, #user_guide_page .content .performance .performance-item .users .left .dashboard-board, #user_guide_page .content .performance .performance-item .reports .left .dashboard-board,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .dashboard-board,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .dashboard-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .dashboard-board,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .dashboard-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .dashboard-board,
            #privacy_policy_page .content .performance .performance-item .users .left .dashboard-board,
            #privacy_policy_page .content .performance .performance-item .reports .left .dashboard-board,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .dashboard-board,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .dashboard-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .dashboard-board,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .dashboard-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .dashboard-board,
            #terms_of_use_page .content .performance .performance-item .users .left .dashboard-board,
            #terms_of_use_page .content .performance .performance-item .reports .left .dashboard-board,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .dashboard-board,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .dashboard-board,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .dashboard-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .dashboard-board,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .dashboard-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .dashboard-board,
            #start-up-guide-page .content .performance .performance-item .users .left .dashboard-board,
            #start-up-guide-page .content .performance .performance-item .reports .left .dashboard-board {
              padding-top: 7px;
              padding-right: 195px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .board-name:after, #user_guide_page .content .performance .performance-item .dashboard .left .dashboard-board .board-name:after, #user_guide_page .content .performance .performance-item .project-boad .left .dashboard-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .dashboard-board .board-name:after, #user_guide_page .content .performance .performance-item .ahu-board .left .dashboard-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .dashboard-board .board-name:after, #user_guide_page .content .performance .performance-item .users .left .dashboard-board .board-name:after, #user_guide_page .content .performance .performance-item .reports .left .dashboard-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .dashboard-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .dashboard-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .dashboard-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .dashboard-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .dashboard-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .users .left .dashboard-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .reports .left .dashboard-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .dashboard-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .dashboard-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .dashboard-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .dashboard-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .dashboard-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .users .left .dashboard-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .reports .left .dashboard-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .dashboard-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .dashboard-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .dashboard-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .dashboard-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .dashboard-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .users .left .dashboard-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .reports .left .dashboard-board .board-name:after {
                content: '----------';
                position: relative;
                padding-left: 5px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .board-description, #user_guide_page .content .performance .performance-item .dashboard .left .dashboard-board .board-description, #user_guide_page .content .performance .performance-item .project-boad .left .dashboard-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .dashboard-board .board-description, #user_guide_page .content .performance .performance-item .ahu-board .left .dashboard-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .dashboard-board .board-description, #user_guide_page .content .performance .performance-item .users .left .dashboard-board .board-description, #user_guide_page .content .performance .performance-item .reports .left .dashboard-board .board-description,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .board-description,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .dashboard-board .board-description,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .dashboard-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .dashboard-board .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .dashboard-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .dashboard-board .board-description,
              #privacy_policy_page .content .performance .performance-item .users .left .dashboard-board .board-description,
              #privacy_policy_page .content .performance .performance-item .reports .left .dashboard-board .board-description,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .board-description,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .dashboard-board .board-description,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .dashboard-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .dashboard-board .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .dashboard-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .dashboard-board .board-description,
              #terms_of_use_page .content .performance .performance-item .users .left .dashboard-board .board-description,
              #terms_of_use_page .content .performance .performance-item .reports .left .dashboard-board .board-description,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .board-description,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .dashboard-board .board-description,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .dashboard-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .dashboard-board .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .dashboard-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .dashboard-board .board-description,
              #start-up-guide-page .content .performance .performance-item .users .left .dashboard-board .board-description,
              #start-up-guide-page .content .performance .performance-item .reports .left .dashboard-board .board-description {
                padding-right: 47px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .vl, #user_guide_page .content .performance .performance-item .dashboard .left .dashboard-board .vl, #user_guide_page .content .performance .performance-item .project-boad .left .dashboard-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .dashboard-board .vl, #user_guide_page .content .performance .performance-item .ahu-board .left .dashboard-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .dashboard-board .vl, #user_guide_page .content .performance .performance-item .users .left .dashboard-board .vl, #user_guide_page .content .performance .performance-item .reports .left .dashboard-board .vl,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .vl,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .dashboard-board .vl,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .dashboard-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .dashboard-board .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .dashboard-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .dashboard-board .vl,
              #privacy_policy_page .content .performance .performance-item .users .left .dashboard-board .vl,
              #privacy_policy_page .content .performance .performance-item .reports .left .dashboard-board .vl,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .vl,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .dashboard-board .vl,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .dashboard-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .dashboard-board .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .dashboard-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .dashboard-board .vl,
              #terms_of_use_page .content .performance .performance-item .users .left .dashboard-board .vl,
              #terms_of_use_page .content .performance .performance-item .reports .left .dashboard-board .vl,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .dashboard-board .vl,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .dashboard-board .vl,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .dashboard-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .dashboard-board .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .dashboard-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .dashboard-board .vl,
              #start-up-guide-page .content .performance .performance-item .users .left .dashboard-board .vl,
              #start-up-guide-page .content .performance .performance-item .reports .left .dashboard-board .vl {
                border-right: 2px dotted #00a651;
                height: 27px;
                padding-left: 672px;
                width: 10px;
                position: absolute;
                margin-top: -37px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .reports-board, #user_guide_page .content .performance .performance-item .dashboard .left .reports-board, #user_guide_page .content .performance .performance-item .project-boad .left .reports-board, #user_guide_page .content .performance .performance-item .model-view .left .reports-board, #user_guide_page .content .performance .performance-item .ahu-board .left .reports-board, #user_guide_page .content .performance .performance-item .model-view .left .reports-board, #user_guide_page .content .performance .performance-item .users .left .reports-board, #user_guide_page .content .performance .performance-item .reports .left .reports-board,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .reports-board,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .reports-board,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .reports-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .reports-board,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .reports-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .reports-board,
            #privacy_policy_page .content .performance .performance-item .users .left .reports-board,
            #privacy_policy_page .content .performance .performance-item .reports .left .reports-board,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .reports-board,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .reports-board,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .reports-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .reports-board,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .reports-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .reports-board,
            #terms_of_use_page .content .performance .performance-item .users .left .reports-board,
            #terms_of_use_page .content .performance .performance-item .reports .left .reports-board,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .reports-board,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .reports-board,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .reports-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .reports-board,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .reports-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .reports-board,
            #start-up-guide-page .content .performance .performance-item .users .left .reports-board,
            #start-up-guide-page .content .performance .performance-item .reports .left .reports-board {
              padding-top: 5px;
              padding-right: 162px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .reports-board .board-name:after, #user_guide_page .content .performance .performance-item .dashboard .left .reports-board .board-name:after, #user_guide_page .content .performance .performance-item .project-boad .left .reports-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .reports-board .board-name:after, #user_guide_page .content .performance .performance-item .ahu-board .left .reports-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .reports-board .board-name:after, #user_guide_page .content .performance .performance-item .users .left .reports-board .board-name:after, #user_guide_page .content .performance .performance-item .reports .left .reports-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .reports-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .reports-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .reports-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .reports-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .reports-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .reports-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .users .left .reports-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .reports .left .reports-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .reports-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .reports-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .reports-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .reports-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .reports-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .reports-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .users .left .reports-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .reports .left .reports-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .reports-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .reports-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .reports-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .reports-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .reports-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .reports-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .users .left .reports-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .reports .left .reports-board .board-name:after {
                content: '------------------';
                position: relative;
                padding-left: 5px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .reports-board .vl, #user_guide_page .content .performance .performance-item .dashboard .left .reports-board .vl, #user_guide_page .content .performance .performance-item .project-boad .left .reports-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .reports-board .vl, #user_guide_page .content .performance .performance-item .ahu-board .left .reports-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .reports-board .vl, #user_guide_page .content .performance .performance-item .users .left .reports-board .vl, #user_guide_page .content .performance .performance-item .reports .left .reports-board .vl,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .reports-board .vl,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .reports-board .vl,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .reports-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .reports-board .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .reports-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .reports-board .vl,
              #privacy_policy_page .content .performance .performance-item .users .left .reports-board .vl,
              #privacy_policy_page .content .performance .performance-item .reports .left .reports-board .vl,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .reports-board .vl,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .reports-board .vl,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .reports-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .reports-board .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .reports-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .reports-board .vl,
              #terms_of_use_page .content .performance .performance-item .users .left .reports-board .vl,
              #terms_of_use_page .content .performance .performance-item .reports .left .reports-board .vl,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .reports-board .vl,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .reports-board .vl,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .reports-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .reports-board .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .reports-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .reports-board .vl,
              #start-up-guide-page .content .performance .performance-item .users .left .reports-board .vl,
              #start-up-guide-page .content .performance .performance-item .reports .left .reports-board .vl {
                border-right: 2px dotted #00a651;
                height: 87px;
                padding-left: 705px;
                width: 10px;
                position: absolute;
                margin-top: -100px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .reports-board .board-description, #user_guide_page .content .performance .performance-item .dashboard .left .reports-board .board-description, #user_guide_page .content .performance .performance-item .project-boad .left .reports-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .reports-board .board-description, #user_guide_page .content .performance .performance-item .ahu-board .left .reports-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .reports-board .board-description, #user_guide_page .content .performance .performance-item .users .left .reports-board .board-description, #user_guide_page .content .performance .performance-item .reports .left .reports-board .board-description,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .reports-board .board-description,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .reports-board .board-description,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .reports-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .reports-board .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .reports-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .reports-board .board-description,
              #privacy_policy_page .content .performance .performance-item .users .left .reports-board .board-description,
              #privacy_policy_page .content .performance .performance-item .reports .left .reports-board .board-description,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .reports-board .board-description,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .reports-board .board-description,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .reports-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .reports-board .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .reports-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .reports-board .board-description,
              #terms_of_use_page .content .performance .performance-item .users .left .reports-board .board-description,
              #terms_of_use_page .content .performance .performance-item .reports .left .reports-board .board-description,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .reports-board .board-description,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .reports-board .board-description,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .reports-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .reports-board .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .reports-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .reports-board .board-description,
              #start-up-guide-page .content .performance .performance-item .users .left .reports-board .board-description,
              #start-up-guide-page .content .performance .performance-item .reports .left .reports-board .board-description {
                padding-right: 82px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .workflow-board, #user_guide_page .content .performance .performance-item .dashboard .left .workflow-board, #user_guide_page .content .performance .performance-item .project-boad .left .workflow-board, #user_guide_page .content .performance .performance-item .model-view .left .workflow-board, #user_guide_page .content .performance .performance-item .ahu-board .left .workflow-board, #user_guide_page .content .performance .performance-item .model-view .left .workflow-board, #user_guide_page .content .performance .performance-item .users .left .workflow-board, #user_guide_page .content .performance .performance-item .reports .left .workflow-board,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .workflow-board,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .workflow-board,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .workflow-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .workflow-board,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .workflow-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .workflow-board,
            #privacy_policy_page .content .performance .performance-item .users .left .workflow-board,
            #privacy_policy_page .content .performance .performance-item .reports .left .workflow-board,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .workflow-board,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .workflow-board,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .workflow-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .workflow-board,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .workflow-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .workflow-board,
            #terms_of_use_page .content .performance .performance-item .users .left .workflow-board,
            #terms_of_use_page .content .performance .performance-item .reports .left .workflow-board,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .workflow-board,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .workflow-board,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .workflow-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .workflow-board,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .workflow-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .workflow-board,
            #start-up-guide-page .content .performance .performance-item .users .left .workflow-board,
            #start-up-guide-page .content .performance .performance-item .reports .left .workflow-board {
              padding-top: 5px;
              padding-right: 130px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .workflow-board .board-name:after, #user_guide_page .content .performance .performance-item .dashboard .left .workflow-board .board-name:after, #user_guide_page .content .performance .performance-item .project-boad .left .workflow-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .workflow-board .board-name:after, #user_guide_page .content .performance .performance-item .ahu-board .left .workflow-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .workflow-board .board-name:after, #user_guide_page .content .performance .performance-item .users .left .workflow-board .board-name:after, #user_guide_page .content .performance .performance-item .reports .left .workflow-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .workflow-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .workflow-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .workflow-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .workflow-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .workflow-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .workflow-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .users .left .workflow-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .reports .left .workflow-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .workflow-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .workflow-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .workflow-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .workflow-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .workflow-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .workflow-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .users .left .workflow-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .reports .left .workflow-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .workflow-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .workflow-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .workflow-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .workflow-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .workflow-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .workflow-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .users .left .workflow-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .reports .left .workflow-board .board-name:after {
                content: '-------------------------';
                position: relative;
                padding-left: 5px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .workflow-board .vl, #user_guide_page .content .performance .performance-item .dashboard .left .workflow-board .vl, #user_guide_page .content .performance .performance-item .project-boad .left .workflow-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .workflow-board .vl, #user_guide_page .content .performance .performance-item .ahu-board .left .workflow-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .workflow-board .vl, #user_guide_page .content .performance .performance-item .users .left .workflow-board .vl, #user_guide_page .content .performance .performance-item .reports .left .workflow-board .vl,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .workflow-board .vl,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .workflow-board .vl,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .workflow-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .workflow-board .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .workflow-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .workflow-board .vl,
              #privacy_policy_page .content .performance .performance-item .users .left .workflow-board .vl,
              #privacy_policy_page .content .performance .performance-item .reports .left .workflow-board .vl,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .workflow-board .vl,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .workflow-board .vl,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .workflow-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .workflow-board .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .workflow-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .workflow-board .vl,
              #terms_of_use_page .content .performance .performance-item .users .left .workflow-board .vl,
              #terms_of_use_page .content .performance .performance-item .reports .left .workflow-board .vl,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .workflow-board .vl,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .workflow-board .vl,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .workflow-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .workflow-board .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .workflow-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .workflow-board .vl,
              #start-up-guide-page .content .performance .performance-item .users .left .workflow-board .vl,
              #start-up-guide-page .content .performance .performance-item .reports .left .workflow-board .vl {
                border-right: 2px dotted #00a651;
                height: 172px;
                padding-left: 737px;
                width: 10px;
                position: absolute;
                margin-top: -165px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .workflow-board .board-description, #user_guide_page .content .performance .performance-item .dashboard .left .workflow-board .board-description, #user_guide_page .content .performance .performance-item .project-boad .left .workflow-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .workflow-board .board-description, #user_guide_page .content .performance .performance-item .ahu-board .left .workflow-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .workflow-board .board-description, #user_guide_page .content .performance .performance-item .users .left .workflow-board .board-description, #user_guide_page .content .performance .performance-item .reports .left .workflow-board .board-description,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .workflow-board .board-description,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .workflow-board .board-description,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .workflow-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .workflow-board .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .workflow-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .workflow-board .board-description,
              #privacy_policy_page .content .performance .performance-item .users .left .workflow-board .board-description,
              #privacy_policy_page .content .performance .performance-item .reports .left .workflow-board .board-description,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .workflow-board .board-description,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .workflow-board .board-description,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .workflow-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .workflow-board .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .workflow-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .workflow-board .board-description,
              #terms_of_use_page .content .performance .performance-item .users .left .workflow-board .board-description,
              #terms_of_use_page .content .performance .performance-item .reports .left .workflow-board .board-description,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .workflow-board .board-description,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .workflow-board .board-description,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .workflow-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .workflow-board .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .workflow-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .workflow-board .board-description,
              #start-up-guide-page .content .performance .performance-item .users .left .workflow-board .board-description,
              #start-up-guide-page .content .performance .performance-item .reports .left .workflow-board .board-description {
                padding-right: 112px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board, #user_guide_page .content .performance .performance-item .dashboard .left .ahu-sizer-board, #user_guide_page .content .performance .performance-item .project-boad .left .ahu-sizer-board, #user_guide_page .content .performance .performance-item .model-view .left .ahu-sizer-board, #user_guide_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board, #user_guide_page .content .performance .performance-item .model-view .left .ahu-sizer-board, #user_guide_page .content .performance .performance-item .users .left .ahu-sizer-board, #user_guide_page .content .performance .performance-item .reports .left .ahu-sizer-board,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .ahu-sizer-board,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .ahu-sizer-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .ahu-sizer-board,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .ahu-sizer-board,
            #privacy_policy_page .content .performance .performance-item .users .left .ahu-sizer-board,
            #privacy_policy_page .content .performance .performance-item .reports .left .ahu-sizer-board,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .ahu-sizer-board,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .ahu-sizer-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .ahu-sizer-board,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .ahu-sizer-board,
            #terms_of_use_page .content .performance .performance-item .users .left .ahu-sizer-board,
            #terms_of_use_page .content .performance .performance-item .reports .left .ahu-sizer-board,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .ahu-sizer-board,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .ahu-sizer-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .ahu-sizer-board,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .ahu-sizer-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .ahu-sizer-board,
            #start-up-guide-page .content .performance .performance-item .users .left .ahu-sizer-board,
            #start-up-guide-page .content .performance .performance-item .reports .left .ahu-sizer-board {
              padding-top: 5px;
              padding-right: 99px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .board-name:after, #user_guide_page .content .performance .performance-item .dashboard .left .ahu-sizer-board .board-name:after, #user_guide_page .content .performance .performance-item .project-boad .left .ahu-sizer-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-name:after, #user_guide_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-name:after, #user_guide_page .content .performance .performance-item .users .left .ahu-sizer-board .board-name:after, #user_guide_page .content .performance .performance-item .reports .left .ahu-sizer-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .ahu-sizer-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .ahu-sizer-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .users .left .ahu-sizer-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .reports .left .ahu-sizer-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .ahu-sizer-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .ahu-sizer-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .users .left .ahu-sizer-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .reports .left .ahu-sizer-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .ahu-sizer-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .ahu-sizer-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .users .left .ahu-sizer-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .reports .left .ahu-sizer-board .board-name:after {
                content: '---------------------------------';
                position: relative;
                padding-left: 5px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .vl, #user_guide_page .content .performance .performance-item .dashboard .left .ahu-sizer-board .vl, #user_guide_page .content .performance .performance-item .project-boad .left .ahu-sizer-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .ahu-sizer-board .vl, #user_guide_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .ahu-sizer-board .vl, #user_guide_page .content .performance .performance-item .users .left .ahu-sizer-board .vl, #user_guide_page .content .performance .performance-item .reports .left .ahu-sizer-board .vl,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .vl,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .ahu-sizer-board .vl,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .ahu-sizer-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .ahu-sizer-board .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .ahu-sizer-board .vl,
              #privacy_policy_page .content .performance .performance-item .users .left .ahu-sizer-board .vl,
              #privacy_policy_page .content .performance .performance-item .reports .left .ahu-sizer-board .vl,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .vl,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .ahu-sizer-board .vl,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .ahu-sizer-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .ahu-sizer-board .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .ahu-sizer-board .vl,
              #terms_of_use_page .content .performance .performance-item .users .left .ahu-sizer-board .vl,
              #terms_of_use_page .content .performance .performance-item .reports .left .ahu-sizer-board .vl,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .vl,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .ahu-sizer-board .vl,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .ahu-sizer-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .ahu-sizer-board .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .ahu-sizer-board .vl,
              #start-up-guide-page .content .performance .performance-item .users .left .ahu-sizer-board .vl,
              #start-up-guide-page .content .performance .performance-item .reports .left .ahu-sizer-board .vl {
                border-right: 2px dotted #00a651;
                height: 236px;
                padding-left: 769px;
                width: 10px;
                position: absolute;
                margin-top: -228px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .board-description, #user_guide_page .content .performance .performance-item .dashboard .left .ahu-sizer-board .board-description, #user_guide_page .content .performance .performance-item .project-boad .left .ahu-sizer-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-description, #user_guide_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-description, #user_guide_page .content .performance .performance-item .users .left .ahu-sizer-board .board-description, #user_guide_page .content .performance .performance-item .reports .left .ahu-sizer-board .board-description,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .board-description,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .ahu-sizer-board .board-description,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .ahu-sizer-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-description,
              #privacy_policy_page .content .performance .performance-item .users .left .ahu-sizer-board .board-description,
              #privacy_policy_page .content .performance .performance-item .reports .left .ahu-sizer-board .board-description,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .board-description,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .ahu-sizer-board .board-description,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .ahu-sizer-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-description,
              #terms_of_use_page .content .performance .performance-item .users .left .ahu-sizer-board .board-description,
              #terms_of_use_page .content .performance .performance-item .reports .left .ahu-sizer-board .board-description,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .ahu-sizer-board .board-description,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .ahu-sizer-board .board-description,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .ahu-sizer-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .ahu-sizer-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .ahu-sizer-board .board-description,
              #start-up-guide-page .content .performance .performance-item .users .left .ahu-sizer-board .board-description,
              #start-up-guide-page .content .performance .performance-item .reports .left .ahu-sizer-board .board-description {
                padding-right: 145px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .partners-board, #user_guide_page .content .performance .performance-item .dashboard .left .partners-board, #user_guide_page .content .performance .performance-item .project-boad .left .partners-board, #user_guide_page .content .performance .performance-item .model-view .left .partners-board, #user_guide_page .content .performance .performance-item .ahu-board .left .partners-board, #user_guide_page .content .performance .performance-item .model-view .left .partners-board, #user_guide_page .content .performance .performance-item .users .left .partners-board, #user_guide_page .content .performance .performance-item .reports .left .partners-board,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .partners-board,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .partners-board,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .partners-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .partners-board,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .partners-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .partners-board,
            #privacy_policy_page .content .performance .performance-item .users .left .partners-board,
            #privacy_policy_page .content .performance .performance-item .reports .left .partners-board,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .partners-board,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .partners-board,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .partners-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .partners-board,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .partners-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .partners-board,
            #terms_of_use_page .content .performance .performance-item .users .left .partners-board,
            #terms_of_use_page .content .performance .performance-item .reports .left .partners-board,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .partners-board,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .partners-board,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .partners-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .partners-board,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .partners-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .partners-board,
            #start-up-guide-page .content .performance .performance-item .users .left .partners-board,
            #start-up-guide-page .content .performance .performance-item .reports .left .partners-board {
              padding-top: 5px;
              padding-right: 68px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .partners-board .board-name:after, #user_guide_page .content .performance .performance-item .dashboard .left .partners-board .board-name:after, #user_guide_page .content .performance .performance-item .project-boad .left .partners-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .partners-board .board-name:after, #user_guide_page .content .performance .performance-item .ahu-board .left .partners-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .partners-board .board-name:after, #user_guide_page .content .performance .performance-item .users .left .partners-board .board-name:after, #user_guide_page .content .performance .performance-item .reports .left .partners-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .partners-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .partners-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .partners-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .partners-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .partners-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .partners-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .users .left .partners-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .reports .left .partners-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .partners-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .partners-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .partners-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .partners-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .partners-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .partners-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .users .left .partners-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .reports .left .partners-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .partners-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .partners-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .partners-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .partners-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .partners-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .partners-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .users .left .partners-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .reports .left .partners-board .board-name:after {
                content: '----------------------------------------';
                position: relative;
                padding-left: 5px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .partners-board .vl, #user_guide_page .content .performance .performance-item .dashboard .left .partners-board .vl, #user_guide_page .content .performance .performance-item .project-boad .left .partners-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .partners-board .vl, #user_guide_page .content .performance .performance-item .ahu-board .left .partners-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .partners-board .vl, #user_guide_page .content .performance .performance-item .users .left .partners-board .vl, #user_guide_page .content .performance .performance-item .reports .left .partners-board .vl,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .partners-board .vl,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .partners-board .vl,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .partners-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .partners-board .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .partners-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .partners-board .vl,
              #privacy_policy_page .content .performance .performance-item .users .left .partners-board .vl,
              #privacy_policy_page .content .performance .performance-item .reports .left .partners-board .vl,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .partners-board .vl,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .partners-board .vl,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .partners-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .partners-board .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .partners-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .partners-board .vl,
              #terms_of_use_page .content .performance .performance-item .users .left .partners-board .vl,
              #terms_of_use_page .content .performance .performance-item .reports .left .partners-board .vl,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .partners-board .vl,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .partners-board .vl,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .partners-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .partners-board .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .partners-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .partners-board .vl,
              #start-up-guide-page .content .performance .performance-item .users .left .partners-board .vl,
              #start-up-guide-page .content .performance .performance-item .reports .left .partners-board .vl {
                border-right: 2px dotted #00a651;
                height: 318px;
                padding-left: 800px;
                width: 10px;
                position: absolute;
                margin-top: -311px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .partners-board .board-description, #user_guide_page .content .performance .performance-item .dashboard .left .partners-board .board-description, #user_guide_page .content .performance .performance-item .project-boad .left .partners-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .partners-board .board-description, #user_guide_page .content .performance .performance-item .ahu-board .left .partners-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .partners-board .board-description, #user_guide_page .content .performance .performance-item .users .left .partners-board .board-description, #user_guide_page .content .performance .performance-item .reports .left .partners-board .board-description,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .partners-board .board-description,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .partners-board .board-description,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .partners-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .partners-board .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .partners-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .partners-board .board-description,
              #privacy_policy_page .content .performance .performance-item .users .left .partners-board .board-description,
              #privacy_policy_page .content .performance .performance-item .reports .left .partners-board .board-description,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .partners-board .board-description,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .partners-board .board-description,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .partners-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .partners-board .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .partners-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .partners-board .board-description,
              #terms_of_use_page .content .performance .performance-item .users .left .partners-board .board-description,
              #terms_of_use_page .content .performance .performance-item .reports .left .partners-board .board-description,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .partners-board .board-description,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .partners-board .board-description,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .partners-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .partners-board .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .partners-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .partners-board .board-description,
              #start-up-guide-page .content .performance .performance-item .users .left .partners-board .board-description,
              #start-up-guide-page .content .performance .performance-item .reports .left .partners-board .board-description {
                padding-right: 175px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .rating-board, #user_guide_page .content .performance .performance-item .dashboard .left .rating-board, #user_guide_page .content .performance .performance-item .project-boad .left .rating-board, #user_guide_page .content .performance .performance-item .model-view .left .rating-board, #user_guide_page .content .performance .performance-item .ahu-board .left .rating-board, #user_guide_page .content .performance .performance-item .model-view .left .rating-board, #user_guide_page .content .performance .performance-item .users .left .rating-board, #user_guide_page .content .performance .performance-item .reports .left .rating-board,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .rating-board,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .rating-board,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .rating-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .rating-board,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .rating-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .rating-board,
            #privacy_policy_page .content .performance .performance-item .users .left .rating-board,
            #privacy_policy_page .content .performance .performance-item .reports .left .rating-board,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .rating-board,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .rating-board,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .rating-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .rating-board,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .rating-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .rating-board,
            #terms_of_use_page .content .performance .performance-item .users .left .rating-board,
            #terms_of_use_page .content .performance .performance-item .reports .left .rating-board,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .rating-board,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .rating-board,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .rating-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .rating-board,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .rating-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .rating-board,
            #start-up-guide-page .content .performance .performance-item .users .left .rating-board,
            #start-up-guide-page .content .performance .performance-item .reports .left .rating-board {
              padding-top: 5px;
              padding-right: 34px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .rating-board .board-name:after, #user_guide_page .content .performance .performance-item .dashboard .left .rating-board .board-name:after, #user_guide_page .content .performance .performance-item .project-boad .left .rating-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .rating-board .board-name:after, #user_guide_page .content .performance .performance-item .ahu-board .left .rating-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .rating-board .board-name:after, #user_guide_page .content .performance .performance-item .users .left .rating-board .board-name:after, #user_guide_page .content .performance .performance-item .reports .left .rating-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .rating-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .rating-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .rating-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .rating-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .rating-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .rating-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .users .left .rating-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .reports .left .rating-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .rating-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .rating-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .rating-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .rating-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .rating-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .rating-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .users .left .rating-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .reports .left .rating-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .rating-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .rating-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .rating-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .rating-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .rating-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .rating-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .users .left .rating-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .reports .left .rating-board .board-name:after {
                content: '-----------------------------------------------';
                position: relative;
                padding-left: 5px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .rating-board .vl, #user_guide_page .content .performance .performance-item .dashboard .left .rating-board .vl, #user_guide_page .content .performance .performance-item .project-boad .left .rating-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .rating-board .vl, #user_guide_page .content .performance .performance-item .ahu-board .left .rating-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .rating-board .vl, #user_guide_page .content .performance .performance-item .users .left .rating-board .vl, #user_guide_page .content .performance .performance-item .reports .left .rating-board .vl,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .rating-board .vl,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .rating-board .vl,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .rating-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .rating-board .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .rating-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .rating-board .vl,
              #privacy_policy_page .content .performance .performance-item .users .left .rating-board .vl,
              #privacy_policy_page .content .performance .performance-item .reports .left .rating-board .vl,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .rating-board .vl,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .rating-board .vl,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .rating-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .rating-board .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .rating-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .rating-board .vl,
              #terms_of_use_page .content .performance .performance-item .users .left .rating-board .vl,
              #terms_of_use_page .content .performance .performance-item .reports .left .rating-board .vl,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .rating-board .vl,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .rating-board .vl,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .rating-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .rating-board .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .rating-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .rating-board .vl,
              #start-up-guide-page .content .performance .performance-item .users .left .rating-board .vl,
              #start-up-guide-page .content .performance .performance-item .reports .left .rating-board .vl {
                border-right: 2px dotted #00a651;
                height: 381px;
                padding-left: 833px;
                width: 10px;
                position: absolute;
                margin-top: -374px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .rating-board .board-description, #user_guide_page .content .performance .performance-item .dashboard .left .rating-board .board-description, #user_guide_page .content .performance .performance-item .project-boad .left .rating-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .rating-board .board-description, #user_guide_page .content .performance .performance-item .ahu-board .left .rating-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .rating-board .board-description, #user_guide_page .content .performance .performance-item .users .left .rating-board .board-description, #user_guide_page .content .performance .performance-item .reports .left .rating-board .board-description,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .rating-board .board-description,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .rating-board .board-description,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .rating-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .rating-board .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .rating-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .rating-board .board-description,
              #privacy_policy_page .content .performance .performance-item .users .left .rating-board .board-description,
              #privacy_policy_page .content .performance .performance-item .reports .left .rating-board .board-description,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .rating-board .board-description,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .rating-board .board-description,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .rating-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .rating-board .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .rating-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .rating-board .board-description,
              #terms_of_use_page .content .performance .performance-item .users .left .rating-board .board-description,
              #terms_of_use_page .content .performance .performance-item .reports .left .rating-board .board-description,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .rating-board .board-description,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .rating-board .board-description,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .rating-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .rating-board .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .rating-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .rating-board .board-description,
              #start-up-guide-page .content .performance .performance-item .users .left .rating-board .board-description,
              #start-up-guide-page .content .performance .performance-item .reports .left .rating-board .board-description {
                padding-right: 205px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board, #user_guide_page .content .performance .performance-item .dashboard .left .kalculator-board, #user_guide_page .content .performance .performance-item .project-boad .left .kalculator-board, #user_guide_page .content .performance .performance-item .model-view .left .kalculator-board, #user_guide_page .content .performance .performance-item .ahu-board .left .kalculator-board, #user_guide_page .content .performance .performance-item .model-view .left .kalculator-board, #user_guide_page .content .performance .performance-item .users .left .kalculator-board, #user_guide_page .content .performance .performance-item .reports .left .kalculator-board,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .kalculator-board,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .kalculator-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .kalculator-board,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .kalculator-board,
            #privacy_policy_page .content .performance .performance-item .model-view .left .kalculator-board,
            #privacy_policy_page .content .performance .performance-item .users .left .kalculator-board,
            #privacy_policy_page .content .performance .performance-item .reports .left .kalculator-board,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .kalculator-board,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .kalculator-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .kalculator-board,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .kalculator-board,
            #terms_of_use_page .content .performance .performance-item .model-view .left .kalculator-board,
            #terms_of_use_page .content .performance .performance-item .users .left .kalculator-board,
            #terms_of_use_page .content .performance .performance-item .reports .left .kalculator-board,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .kalculator-board,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .kalculator-board,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .kalculator-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .kalculator-board,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .kalculator-board,
            #start-up-guide-page .content .performance .performance-item .model-view .left .kalculator-board,
            #start-up-guide-page .content .performance .performance-item .users .left .kalculator-board,
            #start-up-guide-page .content .performance .performance-item .reports .left .kalculator-board {
              padding-top: 5px;
              padding-right: 5px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .board-name:after, #user_guide_page .content .performance .performance-item .dashboard .left .kalculator-board .board-name:after, #user_guide_page .content .performance .performance-item .project-boad .left .kalculator-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .kalculator-board .board-name:after, #user_guide_page .content .performance .performance-item .ahu-board .left .kalculator-board .board-name:after, #user_guide_page .content .performance .performance-item .model-view .left .kalculator-board .board-name:after, #user_guide_page .content .performance .performance-item .users .left .kalculator-board .board-name:after, #user_guide_page .content .performance .performance-item .reports .left .kalculator-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .kalculator-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .kalculator-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .kalculator-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .kalculator-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .model-view .left .kalculator-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .users .left .kalculator-board .board-name:after,
              #privacy_policy_page .content .performance .performance-item .reports .left .kalculator-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .kalculator-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .kalculator-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .kalculator-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .kalculator-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .model-view .left .kalculator-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .users .left .kalculator-board .board-name:after,
              #terms_of_use_page .content .performance .performance-item .reports .left .kalculator-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .kalculator-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .kalculator-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .kalculator-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .kalculator-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .model-view .left .kalculator-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .users .left .kalculator-board .board-name:after,
              #start-up-guide-page .content .performance .performance-item .reports .left .kalculator-board .board-name:after {
                content: '------------------------------------------------------';
                position: relative;
                padding-left: 5px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .vl, #user_guide_page .content .performance .performance-item .dashboard .left .kalculator-board .vl, #user_guide_page .content .performance .performance-item .project-boad .left .kalculator-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .kalculator-board .vl, #user_guide_page .content .performance .performance-item .ahu-board .left .kalculator-board .vl, #user_guide_page .content .performance .performance-item .model-view .left .kalculator-board .vl, #user_guide_page .content .performance .performance-item .users .left .kalculator-board .vl, #user_guide_page .content .performance .performance-item .reports .left .kalculator-board .vl,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .vl,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .kalculator-board .vl,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .kalculator-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .kalculator-board .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .kalculator-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .left .kalculator-board .vl,
              #privacy_policy_page .content .performance .performance-item .users .left .kalculator-board .vl,
              #privacy_policy_page .content .performance .performance-item .reports .left .kalculator-board .vl,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .vl,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .kalculator-board .vl,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .kalculator-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .kalculator-board .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .kalculator-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .left .kalculator-board .vl,
              #terms_of_use_page .content .performance .performance-item .users .left .kalculator-board .vl,
              #terms_of_use_page .content .performance .performance-item .reports .left .kalculator-board .vl,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .vl,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .kalculator-board .vl,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .kalculator-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .kalculator-board .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .kalculator-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .left .kalculator-board .vl,
              #start-up-guide-page .content .performance .performance-item .users .left .kalculator-board .vl,
              #start-up-guide-page .content .performance .performance-item .reports .left .kalculator-board .vl {
                border-right: 2px dotted #00a651;
                height: 464px;
                padding-left: 863px;
                width: 10px;
                position: absolute;
                margin-top: -457px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .board-description, #user_guide_page .content .performance .performance-item .dashboard .left .kalculator-board .board-description, #user_guide_page .content .performance .performance-item .project-boad .left .kalculator-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .kalculator-board .board-description, #user_guide_page .content .performance .performance-item .ahu-board .left .kalculator-board .board-description, #user_guide_page .content .performance .performance-item .model-view .left .kalculator-board .board-description, #user_guide_page .content .performance .performance-item .users .left .kalculator-board .board-description, #user_guide_page .content .performance .performance-item .reports .left .kalculator-board .board-description,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .board-description,
              #privacy_policy_page .content .performance .performance-item .dashboard .left .kalculator-board .board-description,
              #privacy_policy_page .content .performance .performance-item .project-boad .left .kalculator-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .kalculator-board .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .kalculator-board .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .left .kalculator-board .board-description,
              #privacy_policy_page .content .performance .performance-item .users .left .kalculator-board .board-description,
              #privacy_policy_page .content .performance .performance-item .reports .left .kalculator-board .board-description,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .board-description,
              #terms_of_use_page .content .performance .performance-item .dashboard .left .kalculator-board .board-description,
              #terms_of_use_page .content .performance .performance-item .project-boad .left .kalculator-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .kalculator-board .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .kalculator-board .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .left .kalculator-board .board-description,
              #terms_of_use_page .content .performance .performance-item .users .left .kalculator-board .board-description,
              #terms_of_use_page .content .performance .performance-item .reports .left .kalculator-board .board-description,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .kalculator-board .board-description,
              #start-up-guide-page .content .performance .performance-item .dashboard .left .kalculator-board .board-description,
              #start-up-guide-page .content .performance .performance-item .project-boad .left .kalculator-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .kalculator-board .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .kalculator-board .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .left .kalculator-board .board-description,
              #start-up-guide-page .content .performance .performance-item .users .left .kalculator-board .board-description,
              #start-up-guide-page .content .performance .performance-item .reports .left .kalculator-board .board-description {
                padding-right: 235px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .general-info, #user_guide_page .content .performance .performance-item .dashboard .left .general-info, #user_guide_page .content .performance .performance-item .project-boad .left .general-info, #user_guide_page .content .performance .performance-item .model-view .left .general-info, #user_guide_page .content .performance .performance-item .ahu-board .left .general-info, #user_guide_page .content .performance .performance-item .model-view .left .general-info, #user_guide_page .content .performance .performance-item .users .left .general-info, #user_guide_page .content .performance .performance-item .reports .left .general-info,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .general-info,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .general-info,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .general-info,
            #privacy_policy_page .content .performance .performance-item .model-view .left .general-info,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .general-info,
            #privacy_policy_page .content .performance .performance-item .model-view .left .general-info,
            #privacy_policy_page .content .performance .performance-item .users .left .general-info,
            #privacy_policy_page .content .performance .performance-item .reports .left .general-info,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .general-info,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .general-info,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .general-info,
            #terms_of_use_page .content .performance .performance-item .model-view .left .general-info,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .general-info,
            #terms_of_use_page .content .performance .performance-item .model-view .left .general-info,
            #terms_of_use_page .content .performance .performance-item .users .left .general-info,
            #terms_of_use_page .content .performance .performance-item .reports .left .general-info,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .general-info,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .general-info,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .general-info,
            #start-up-guide-page .content .performance .performance-item .model-view .left .general-info,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .general-info,
            #start-up-guide-page .content .performance .performance-item .model-view .left .general-info,
            #start-up-guide-page .content .performance .performance-item .users .left .general-info,
            #start-up-guide-page .content .performance .performance-item .reports .left .general-info {
              margin-top: 56px;
              margin-left: 218px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .resets, #user_guide_page .content .performance .performance-item .dashboard .left .resets, #user_guide_page .content .performance .performance-item .project-boad .left .resets, #user_guide_page .content .performance .performance-item .model-view .left .resets, #user_guide_page .content .performance .performance-item .ahu-board .left .resets, #user_guide_page .content .performance .performance-item .model-view .left .resets, #user_guide_page .content .performance .performance-item .users .left .resets, #user_guide_page .content .performance .performance-item .reports .left .resets,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .resets,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .resets,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .resets,
            #privacy_policy_page .content .performance .performance-item .model-view .left .resets,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .resets,
            #privacy_policy_page .content .performance .performance-item .model-view .left .resets,
            #privacy_policy_page .content .performance .performance-item .users .left .resets,
            #privacy_policy_page .content .performance .performance-item .reports .left .resets,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .resets,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .resets,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .resets,
            #terms_of_use_page .content .performance .performance-item .model-view .left .resets,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .resets,
            #terms_of_use_page .content .performance .performance-item .model-view .left .resets,
            #terms_of_use_page .content .performance .performance-item .users .left .resets,
            #terms_of_use_page .content .performance .performance-item .reports .left .resets,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .resets,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .resets,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .resets,
            #start-up-guide-page .content .performance .performance-item .model-view .left .resets,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .resets,
            #start-up-guide-page .content .performance .performance-item .model-view .left .resets,
            #start-up-guide-page .content .performance .performance-item .users .left .resets,
            #start-up-guide-page .content .performance .performance-item .reports .left .resets {
              margin-top: 52px;
              margin-right: -128px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .screenshot, #user_guide_page .content .performance .performance-item .dashboard .left .screenshot, #user_guide_page .content .performance .performance-item .project-boad .left .screenshot, #user_guide_page .content .performance .performance-item .model-view .left .screenshot, #user_guide_page .content .performance .performance-item .ahu-board .left .screenshot, #user_guide_page .content .performance .performance-item .model-view .left .screenshot, #user_guide_page .content .performance .performance-item .users .left .screenshot, #user_guide_page .content .performance .performance-item .reports .left .screenshot,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .screenshot,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .screenshot,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .screenshot,
            #privacy_policy_page .content .performance .performance-item .model-view .left .screenshot,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .screenshot,
            #privacy_policy_page .content .performance .performance-item .model-view .left .screenshot,
            #privacy_policy_page .content .performance .performance-item .users .left .screenshot,
            #privacy_policy_page .content .performance .performance-item .reports .left .screenshot,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .screenshot,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .screenshot,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .screenshot,
            #terms_of_use_page .content .performance .performance-item .model-view .left .screenshot,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .screenshot,
            #terms_of_use_page .content .performance .performance-item .model-view .left .screenshot,
            #terms_of_use_page .content .performance .performance-item .users .left .screenshot,
            #terms_of_use_page .content .performance .performance-item .reports .left .screenshot,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .screenshot,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .screenshot,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .screenshot,
            #start-up-guide-page .content .performance .performance-item .model-view .left .screenshot,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .screenshot,
            #start-up-guide-page .content .performance .performance-item .model-view .left .screenshot,
            #start-up-guide-page .content .performance .performance-item .users .left .screenshot,
            #start-up-guide-page .content .performance .performance-item .reports .left .screenshot {
              margin-right: 388px;
              margin-top: -9px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .share, #user_guide_page .content .performance .performance-item .dashboard .left .share, #user_guide_page .content .performance .performance-item .project-boad .left .share, #user_guide_page .content .performance .performance-item .model-view .left .share, #user_guide_page .content .performance .performance-item .ahu-board .left .share, #user_guide_page .content .performance .performance-item .model-view .left .share, #user_guide_page .content .performance .performance-item .users .left .share, #user_guide_page .content .performance .performance-item .reports .left .share,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .share,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .share,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .share,
            #privacy_policy_page .content .performance .performance-item .model-view .left .share,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .share,
            #privacy_policy_page .content .performance .performance-item .model-view .left .share,
            #privacy_policy_page .content .performance .performance-item .users .left .share,
            #privacy_policy_page .content .performance .performance-item .reports .left .share,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .share,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .share,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .share,
            #terms_of_use_page .content .performance .performance-item .model-view .left .share,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .share,
            #terms_of_use_page .content .performance .performance-item .model-view .left .share,
            #terms_of_use_page .content .performance .performance-item .users .left .share,
            #terms_of_use_page .content .performance .performance-item .reports .left .share,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .share,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .share,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .share,
            #start-up-guide-page .content .performance .performance-item .model-view .left .share,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .share,
            #start-up-guide-page .content .performance .performance-item .model-view .left .share,
            #start-up-guide-page .content .performance .performance-item .users .left .share,
            #start-up-guide-page .content .performance .performance-item .reports .left .share {
              width: 173px;
              margin-top: 163px;
              margin-left: -10px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .export, #user_guide_page .content .performance .performance-item .dashboard .left .export, #user_guide_page .content .performance .performance-item .project-boad .left .export, #user_guide_page .content .performance .performance-item .model-view .left .export, #user_guide_page .content .performance .performance-item .ahu-board .left .export, #user_guide_page .content .performance .performance-item .model-view .left .export, #user_guide_page .content .performance .performance-item .users .left .export, #user_guide_page .content .performance .performance-item .reports .left .export,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .export,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .export,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .export,
            #privacy_policy_page .content .performance .performance-item .model-view .left .export,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .export,
            #privacy_policy_page .content .performance .performance-item .model-view .left .export,
            #privacy_policy_page .content .performance .performance-item .users .left .export,
            #privacy_policy_page .content .performance .performance-item .reports .left .export,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .export,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .export,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .export,
            #terms_of_use_page .content .performance .performance-item .model-view .left .export,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .export,
            #terms_of_use_page .content .performance .performance-item .model-view .left .export,
            #terms_of_use_page .content .performance .performance-item .users .left .export,
            #terms_of_use_page .content .performance .performance-item .reports .left .export,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .export,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .export,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .export,
            #start-up-guide-page .content .performance .performance-item .model-view .left .export,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .export,
            #start-up-guide-page .content .performance .performance-item .model-view .left .export,
            #start-up-guide-page .content .performance .performance-item .users .left .export,
            #start-up-guide-page .content .performance .performance-item .reports .left .export {
              margin-right: 463px;
              margin-top: 110px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .view, #user_guide_page .content .performance .performance-item .dashboard .left .view, #user_guide_page .content .performance .performance-item .project-boad .left .view, #user_guide_page .content .performance .performance-item .model-view .left .view, #user_guide_page .content .performance .performance-item .ahu-board .left .view, #user_guide_page .content .performance .performance-item .model-view .left .view, #user_guide_page .content .performance .performance-item .users .left .view, #user_guide_page .content .performance .performance-item .reports .left .view,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .view,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .view,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .view,
            #privacy_policy_page .content .performance .performance-item .model-view .left .view,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .view,
            #privacy_policy_page .content .performance .performance-item .model-view .left .view,
            #privacy_policy_page .content .performance .performance-item .users .left .view,
            #privacy_policy_page .content .performance .performance-item .reports .left .view,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .view,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .view,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .view,
            #terms_of_use_page .content .performance .performance-item .model-view .left .view,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .view,
            #terms_of_use_page .content .performance .performance-item .model-view .left .view,
            #terms_of_use_page .content .performance .performance-item .users .left .view,
            #terms_of_use_page .content .performance .performance-item .reports .left .view,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .view,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .view,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .view,
            #start-up-guide-page .content .performance .performance-item .model-view .left .view,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .view,
            #start-up-guide-page .content .performance .performance-item .model-view .left .view,
            #start-up-guide-page .content .performance .performance-item .users .left .view,
            #start-up-guide-page .content .performance .performance-item .reports .left .view {
              margin-top: 227px;
              margin-right: 56px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left .sales, #user_guide_page .content .performance .performance-item .dashboard .left .sales, #user_guide_page .content .performance .performance-item .project-boad .left .sales, #user_guide_page .content .performance .performance-item .model-view .left .sales, #user_guide_page .content .performance .performance-item .ahu-board .left .sales, #user_guide_page .content .performance .performance-item .model-view .left .sales, #user_guide_page .content .performance .performance-item .users .left .sales, #user_guide_page .content .performance .performance-item .reports .left .sales,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left .sales,
            #privacy_policy_page .content .performance .performance-item .dashboard .left .sales,
            #privacy_policy_page .content .performance .performance-item .project-boad .left .sales,
            #privacy_policy_page .content .performance .performance-item .model-view .left .sales,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .sales,
            #privacy_policy_page .content .performance .performance-item .model-view .left .sales,
            #privacy_policy_page .content .performance .performance-item .users .left .sales,
            #privacy_policy_page .content .performance .performance-item .reports .left .sales,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left .sales,
            #terms_of_use_page .content .performance .performance-item .dashboard .left .sales,
            #terms_of_use_page .content .performance .performance-item .project-boad .left .sales,
            #terms_of_use_page .content .performance .performance-item .model-view .left .sales,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .sales,
            #terms_of_use_page .content .performance .performance-item .model-view .left .sales,
            #terms_of_use_page .content .performance .performance-item .users .left .sales,
            #terms_of_use_page .content .performance .performance-item .reports .left .sales,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left .sales,
            #start-up-guide-page .content .performance .performance-item .dashboard .left .sales,
            #start-up-guide-page .content .performance .performance-item .project-boad .left .sales,
            #start-up-guide-page .content .performance .performance-item .model-view .left .sales,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .sales,
            #start-up-guide-page .content .performance .performance-item .model-view .left .sales,
            #start-up-guide-page .content .performance .performance-item .users .left .sales,
            #start-up-guide-page .content .performance .performance-item .reports .left .sales {
              margin-top: 107px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left, #user_guide_page .content .performance .performance-item .dashboard .left_left, #user_guide_page .content .performance .performance-item .project-boad .left_left, #user_guide_page .content .performance .performance-item .model-view .left_left, #user_guide_page .content .performance .performance-item .ahu-board .left_left, #user_guide_page .content .performance .performance-item .model-view .left_left, #user_guide_page .content .performance .performance-item .users .left_left, #user_guide_page .content .performance .performance-item .reports .left_left,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left,
          #privacy_policy_page .content .performance .performance-item .dashboard .left_left,
          #privacy_policy_page .content .performance .performance-item .project-boad .left_left,
          #privacy_policy_page .content .performance .performance-item .model-view .left_left,
          #privacy_policy_page .content .performance .performance-item .ahu-board .left_left,
          #privacy_policy_page .content .performance .performance-item .model-view .left_left,
          #privacy_policy_page .content .performance .performance-item .users .left_left,
          #privacy_policy_page .content .performance .performance-item .reports .left_left,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left,
          #terms_of_use_page .content .performance .performance-item .dashboard .left_left,
          #terms_of_use_page .content .performance .performance-item .project-boad .left_left,
          #terms_of_use_page .content .performance .performance-item .model-view .left_left,
          #terms_of_use_page .content .performance .performance-item .ahu-board .left_left,
          #terms_of_use_page .content .performance .performance-item .model-view .left_left,
          #terms_of_use_page .content .performance .performance-item .users .left_left,
          #terms_of_use_page .content .performance .performance-item .reports .left_left,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left,
          #start-up-guide-page .content .performance .performance-item .dashboard .left_left,
          #start-up-guide-page .content .performance .performance-item .project-boad .left_left,
          #start-up-guide-page .content .performance .performance-item .model-view .left_left,
          #start-up-guide-page .content .performance .performance-item .ahu-board .left_left,
          #start-up-guide-page .content .performance .performance-item .model-view .left_left,
          #start-up-guide-page .content .performance .performance-item .users .left_left,
          #start-up-guide-page .content .performance .performance-item .reports .left_left {
            z-index: 99;
            width: 492px;
            padding-top: 211px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left .main, #user_guide_page .content .performance .performance-item .dashboard .left_left .main, #user_guide_page .content .performance .performance-item .project-boad .left_left .main, #user_guide_page .content .performance .performance-item .model-view .left_left .main, #user_guide_page .content .performance .performance-item .ahu-board .left_left .main, #user_guide_page .content .performance .performance-item .model-view .left_left .main, #user_guide_page .content .performance .performance-item .users .left_left .main, #user_guide_page .content .performance .performance-item .reports .left_left .main,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left .main,
            #privacy_policy_page .content .performance .performance-item .dashboard .left_left .main,
            #privacy_policy_page .content .performance .performance-item .project-boad .left_left .main,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .main,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left_left .main,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .main,
            #privacy_policy_page .content .performance .performance-item .users .left_left .main,
            #privacy_policy_page .content .performance .performance-item .reports .left_left .main,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left .main,
            #terms_of_use_page .content .performance .performance-item .dashboard .left_left .main,
            #terms_of_use_page .content .performance .performance-item .project-boad .left_left .main,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .main,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left_left .main,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .main,
            #terms_of_use_page .content .performance .performance-item .users .left_left .main,
            #terms_of_use_page .content .performance .performance-item .reports .left_left .main,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left .main,
            #start-up-guide-page .content .performance .performance-item .dashboard .left_left .main,
            #start-up-guide-page .content .performance .performance-item .project-boad .left_left .main,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .main,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left_left .main,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .main,
            #start-up-guide-page .content .performance .performance-item .users .left_left .main,
            #start-up-guide-page .content .performance .performance-item .reports .left_left .main {
              padding-left: 253px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left .costing, #user_guide_page .content .performance .performance-item .dashboard .left_left .costing, #user_guide_page .content .performance .performance-item .project-boad .left_left .costing, #user_guide_page .content .performance .performance-item .model-view .left_left .costing, #user_guide_page .content .performance .performance-item .ahu-board .left_left .costing, #user_guide_page .content .performance .performance-item .model-view .left_left .costing, #user_guide_page .content .performance .performance-item .users .left_left .costing, #user_guide_page .content .performance .performance-item .reports .left_left .costing,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left .costing,
            #privacy_policy_page .content .performance .performance-item .dashboard .left_left .costing,
            #privacy_policy_page .content .performance .performance-item .project-boad .left_left .costing,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .costing,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left_left .costing,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .costing,
            #privacy_policy_page .content .performance .performance-item .users .left_left .costing,
            #privacy_policy_page .content .performance .performance-item .reports .left_left .costing,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left .costing,
            #terms_of_use_page .content .performance .performance-item .dashboard .left_left .costing,
            #terms_of_use_page .content .performance .performance-item .project-boad .left_left .costing,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .costing,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left_left .costing,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .costing,
            #terms_of_use_page .content .performance .performance-item .users .left_left .costing,
            #terms_of_use_page .content .performance .performance-item .reports .left_left .costing,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left .costing,
            #start-up-guide-page .content .performance .performance-item .dashboard .left_left .costing,
            #start-up-guide-page .content .performance .performance-item .project-boad .left_left .costing,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .costing,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left_left .costing,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .costing,
            #start-up-guide-page .content .performance .performance-item .users .left_left .costing,
            #start-up-guide-page .content .performance .performance-item .reports .left_left .costing {
              padding-top: 5px;
              padding-left: 13px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left .pricing, #user_guide_page .content .performance .performance-item .dashboard .left_left .pricing, #user_guide_page .content .performance .performance-item .project-boad .left_left .pricing, #user_guide_page .content .performance .performance-item .model-view .left_left .pricing, #user_guide_page .content .performance .performance-item .ahu-board .left_left .pricing, #user_guide_page .content .performance .performance-item .model-view .left_left .pricing, #user_guide_page .content .performance .performance-item .users .left_left .pricing, #user_guide_page .content .performance .performance-item .reports .left_left .pricing,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left .pricing,
            #privacy_policy_page .content .performance .performance-item .dashboard .left_left .pricing,
            #privacy_policy_page .content .performance .performance-item .project-boad .left_left .pricing,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .pricing,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left_left .pricing,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .pricing,
            #privacy_policy_page .content .performance .performance-item .users .left_left .pricing,
            #privacy_policy_page .content .performance .performance-item .reports .left_left .pricing,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left .pricing,
            #terms_of_use_page .content .performance .performance-item .dashboard .left_left .pricing,
            #terms_of_use_page .content .performance .performance-item .project-boad .left_left .pricing,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .pricing,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left_left .pricing,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .pricing,
            #terms_of_use_page .content .performance .performance-item .users .left_left .pricing,
            #terms_of_use_page .content .performance .performance-item .reports .left_left .pricing,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left .pricing,
            #start-up-guide-page .content .performance .performance-item .dashboard .left_left .pricing,
            #start-up-guide-page .content .performance .performance-item .project-boad .left_left .pricing,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .pricing,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left_left .pricing,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .pricing,
            #start-up-guide-page .content .performance .performance-item .users .left_left .pricing,
            #start-up-guide-page .content .performance .performance-item .reports .left_left .pricing {
              padding-top: 8px;
              padding-left: 20px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left .shipping, #user_guide_page .content .performance .performance-item .dashboard .left_left .shipping, #user_guide_page .content .performance .performance-item .project-boad .left_left .shipping, #user_guide_page .content .performance .performance-item .model-view .left_left .shipping, #user_guide_page .content .performance .performance-item .ahu-board .left_left .shipping, #user_guide_page .content .performance .performance-item .model-view .left_left .shipping, #user_guide_page .content .performance .performance-item .users .left_left .shipping, #user_guide_page .content .performance .performance-item .reports .left_left .shipping,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left .shipping,
            #privacy_policy_page .content .performance .performance-item .dashboard .left_left .shipping,
            #privacy_policy_page .content .performance .performance-item .project-boad .left_left .shipping,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .shipping,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left_left .shipping,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .shipping,
            #privacy_policy_page .content .performance .performance-item .users .left_left .shipping,
            #privacy_policy_page .content .performance .performance-item .reports .left_left .shipping,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left .shipping,
            #terms_of_use_page .content .performance .performance-item .dashboard .left_left .shipping,
            #terms_of_use_page .content .performance .performance-item .project-boad .left_left .shipping,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .shipping,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left_left .shipping,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .shipping,
            #terms_of_use_page .content .performance .performance-item .users .left_left .shipping,
            #terms_of_use_page .content .performance .performance-item .reports .left_left .shipping,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left .shipping,
            #start-up-guide-page .content .performance .performance-item .dashboard .left_left .shipping,
            #start-up-guide-page .content .performance .performance-item .project-boad .left_left .shipping,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .shipping,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left_left .shipping,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .shipping,
            #start-up-guide-page .content .performance .performance-item .users .left_left .shipping,
            #start-up-guide-page .content .performance .performance-item .reports .left_left .shipping {
              padding-top: 8px;
              padding-left: 80px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left .service, #user_guide_page .content .performance .performance-item .dashboard .left_left .service, #user_guide_page .content .performance .performance-item .project-boad .left_left .service, #user_guide_page .content .performance .performance-item .model-view .left_left .service, #user_guide_page .content .performance .performance-item .ahu-board .left_left .service, #user_guide_page .content .performance .performance-item .model-view .left_left .service, #user_guide_page .content .performance .performance-item .users .left_left .service, #user_guide_page .content .performance .performance-item .reports .left_left .service,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left .service,
            #privacy_policy_page .content .performance .performance-item .dashboard .left_left .service,
            #privacy_policy_page .content .performance .performance-item .project-boad .left_left .service,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .service,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left_left .service,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .service,
            #privacy_policy_page .content .performance .performance-item .users .left_left .service,
            #privacy_policy_page .content .performance .performance-item .reports .left_left .service,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left .service,
            #terms_of_use_page .content .performance .performance-item .dashboard .left_left .service,
            #terms_of_use_page .content .performance .performance-item .project-boad .left_left .service,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .service,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left_left .service,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .service,
            #terms_of_use_page .content .performance .performance-item .users .left_left .service,
            #terms_of_use_page .content .performance .performance-item .reports .left_left .service,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left .service,
            #start-up-guide-page .content .performance .performance-item .dashboard .left_left .service,
            #start-up-guide-page .content .performance .performance-item .project-boad .left_left .service,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .service,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left_left .service,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .service,
            #start-up-guide-page .content .performance .performance-item .users .left_left .service,
            #start-up-guide-page .content .performance .performance-item .reports .left_left .service {
              padding-top: 8px;
              padding-left: 89px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left .timeline, #user_guide_page .content .performance .performance-item .dashboard .left_left .timeline, #user_guide_page .content .performance .performance-item .project-boad .left_left .timeline, #user_guide_page .content .performance .performance-item .model-view .left_left .timeline, #user_guide_page .content .performance .performance-item .ahu-board .left_left .timeline, #user_guide_page .content .performance .performance-item .model-view .left_left .timeline, #user_guide_page .content .performance .performance-item .users .left_left .timeline, #user_guide_page .content .performance .performance-item .reports .left_left .timeline,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left .timeline,
            #privacy_policy_page .content .performance .performance-item .dashboard .left_left .timeline,
            #privacy_policy_page .content .performance .performance-item .project-boad .left_left .timeline,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .timeline,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left_left .timeline,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .timeline,
            #privacy_policy_page .content .performance .performance-item .users .left_left .timeline,
            #privacy_policy_page .content .performance .performance-item .reports .left_left .timeline,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left .timeline,
            #terms_of_use_page .content .performance .performance-item .dashboard .left_left .timeline,
            #terms_of_use_page .content .performance .performance-item .project-boad .left_left .timeline,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .timeline,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left_left .timeline,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .timeline,
            #terms_of_use_page .content .performance .performance-item .users .left_left .timeline,
            #terms_of_use_page .content .performance .performance-item .reports .left_left .timeline,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left .timeline,
            #start-up-guide-page .content .performance .performance-item .dashboard .left_left .timeline,
            #start-up-guide-page .content .performance .performance-item .project-boad .left_left .timeline,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .timeline,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left_left .timeline,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .timeline,
            #start-up-guide-page .content .performance .performance-item .users .left_left .timeline,
            #start-up-guide-page .content .performance .performance-item .reports .left_left .timeline {
              padding-top: 9px;
              padding-left: 70px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left .files, #user_guide_page .content .performance .performance-item .dashboard .left_left .files, #user_guide_page .content .performance .performance-item .project-boad .left_left .files, #user_guide_page .content .performance .performance-item .model-view .left_left .files, #user_guide_page .content .performance .performance-item .ahu-board .left_left .files, #user_guide_page .content .performance .performance-item .model-view .left_left .files, #user_guide_page .content .performance .performance-item .users .left_left .files, #user_guide_page .content .performance .performance-item .reports .left_left .files,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left .files,
            #privacy_policy_page .content .performance .performance-item .dashboard .left_left .files,
            #privacy_policy_page .content .performance .performance-item .project-boad .left_left .files,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .files,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left_left .files,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .files,
            #privacy_policy_page .content .performance .performance-item .users .left_left .files,
            #privacy_policy_page .content .performance .performance-item .reports .left_left .files,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left .files,
            #terms_of_use_page .content .performance .performance-item .dashboard .left_left .files,
            #terms_of_use_page .content .performance .performance-item .project-boad .left_left .files,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .files,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left_left .files,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .files,
            #terms_of_use_page .content .performance .performance-item .users .left_left .files,
            #terms_of_use_page .content .performance .performance-item .reports .left_left .files,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left .files,
            #start-up-guide-page .content .performance .performance-item .dashboard .left_left .files,
            #start-up-guide-page .content .performance .performance-item .project-boad .left_left .files,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .files,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left_left .files,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .files,
            #start-up-guide-page .content .performance .performance-item .users .left_left .files,
            #start-up-guide-page .content .performance .performance-item .reports .left_left .files {
              padding-top: 217px;
              padding-left: 17px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .left_left .notes, #user_guide_page .content .performance .performance-item .dashboard .left_left .notes, #user_guide_page .content .performance .performance-item .project-boad .left_left .notes, #user_guide_page .content .performance .performance-item .model-view .left_left .notes, #user_guide_page .content .performance .performance-item .ahu-board .left_left .notes, #user_guide_page .content .performance .performance-item .model-view .left_left .notes, #user_guide_page .content .performance .performance-item .users .left_left .notes, #user_guide_page .content .performance .performance-item .reports .left_left .notes,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .left_left .notes,
            #privacy_policy_page .content .performance .performance-item .dashboard .left_left .notes,
            #privacy_policy_page .content .performance .performance-item .project-boad .left_left .notes,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .notes,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left_left .notes,
            #privacy_policy_page .content .performance .performance-item .model-view .left_left .notes,
            #privacy_policy_page .content .performance .performance-item .users .left_left .notes,
            #privacy_policy_page .content .performance .performance-item .reports .left_left .notes,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .left_left .notes,
            #terms_of_use_page .content .performance .performance-item .dashboard .left_left .notes,
            #terms_of_use_page .content .performance .performance-item .project-boad .left_left .notes,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .notes,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left_left .notes,
            #terms_of_use_page .content .performance .performance-item .model-view .left_left .notes,
            #terms_of_use_page .content .performance .performance-item .users .left_left .notes,
            #terms_of_use_page .content .performance .performance-item .reports .left_left .notes,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .left_left .notes,
            #start-up-guide-page .content .performance .performance-item .dashboard .left_left .notes,
            #start-up-guide-page .content .performance .performance-item .project-boad .left_left .notes,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .notes,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left_left .notes,
            #start-up-guide-page .content .performance .performance-item .model-view .left_left .notes,
            #start-up-guide-page .content .performance .performance-item .users .left_left .notes,
            #start-up-guide-page .content .performance .performance-item .reports .left_left .notes {
              padding-top: 5px;
              padding-left: 4px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .right, #user_guide_page .content .performance .performance-item .dashboard .right, #user_guide_page .content .performance .performance-item .project-boad .right, #user_guide_page .content .performance .performance-item .model-view .right, #user_guide_page .content .performance .performance-item .ahu-board .right, #user_guide_page .content .performance .performance-item .model-view .right, #user_guide_page .content .performance .performance-item .users .right, #user_guide_page .content .performance .performance-item .reports .right,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right,
          #privacy_policy_page .content .performance .performance-item .dashboard .right,
          #privacy_policy_page .content .performance .performance-item .project-boad .right,
          #privacy_policy_page .content .performance .performance-item .model-view .right,
          #privacy_policy_page .content .performance .performance-item .ahu-board .right,
          #privacy_policy_page .content .performance .performance-item .model-view .right,
          #privacy_policy_page .content .performance .performance-item .users .right,
          #privacy_policy_page .content .performance .performance-item .reports .right,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right,
          #terms_of_use_page .content .performance .performance-item .dashboard .right,
          #terms_of_use_page .content .performance .performance-item .project-boad .right,
          #terms_of_use_page .content .performance .performance-item .model-view .right,
          #terms_of_use_page .content .performance .performance-item .ahu-board .right,
          #terms_of_use_page .content .performance .performance-item .model-view .right,
          #terms_of_use_page .content .performance .performance-item .users .right,
          #terms_of_use_page .content .performance .performance-item .reports .right,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right,
          #start-up-guide-page .content .performance .performance-item .dashboard .right,
          #start-up-guide-page .content .performance .performance-item .project-boad .right,
          #start-up-guide-page .content .performance .performance-item .model-view .right,
          #start-up-guide-page .content .performance .performance-item .ahu-board .right,
          #start-up-guide-page .content .performance .performance-item .model-view .right,
          #start-up-guide-page .content .performance .performance-item .users .right,
          #start-up-guide-page .content .performance .performance-item .reports .right {
            position: relative;
            display: block;
            padding-top: 110px;
            width: 470px;
            text-align: left;
            float: left;
            padding-left: 58px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .board-description, #user_guide_page .content .performance .performance-item .dashboard .right .board-description, #user_guide_page .content .performance .performance-item .project-boad .right .board-description, #user_guide_page .content .performance .performance-item .model-view .right .board-description, #user_guide_page .content .performance .performance-item .ahu-board .right .board-description, #user_guide_page .content .performance .performance-item .model-view .right .board-description, #user_guide_page .content .performance .performance-item .users .right .board-description, #user_guide_page .content .performance .performance-item .reports .right .board-description,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .board-description,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .board-description,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .right .board-description,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .right .board-description,
            #privacy_policy_page .content .performance .performance-item .users .right .board-description,
            #privacy_policy_page .content .performance .performance-item .reports .right .board-description,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .board-description,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .board-description,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .right .board-description,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .right .board-description,
            #terms_of_use_page .content .performance .performance-item .users .right .board-description,
            #terms_of_use_page .content .performance .performance-item .reports .right .board-description,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .board-description,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .board-description,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .right .board-description,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .right .board-description,
            #start-up-guide-page .content .performance .performance-item .users .right .board-description,
            #start-up-guide-page .content .performance .performance-item .reports .right .board-description {
              display: block;
              text-align: left;
              font-size: 13px;
              margin-bottom: 7px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .board-name, #user_guide_page .content .performance .performance-item .dashboard .right .board-name, #user_guide_page .content .performance .performance-item .project-boad .right .board-name, #user_guide_page .content .performance .performance-item .model-view .right .board-name, #user_guide_page .content .performance .performance-item .ahu-board .right .board-name, #user_guide_page .content .performance .performance-item .model-view .right .board-name, #user_guide_page .content .performance .performance-item .users .right .board-name, #user_guide_page .content .performance .performance-item .reports .right .board-name,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .board-name,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .board-name,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .right .board-name,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .right .board-name,
            #privacy_policy_page .content .performance .performance-item .users .right .board-name,
            #privacy_policy_page .content .performance .performance-item .reports .right .board-name,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .board-name,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .board-name,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .right .board-name,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .right .board-name,
            #terms_of_use_page .content .performance .performance-item .users .right .board-name,
            #terms_of_use_page .content .performance .performance-item .reports .right .board-name,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .board-name,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .board-name,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .right .board-name,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .right .board-name,
            #start-up-guide-page .content .performance .performance-item .users .right .board-name,
            #start-up-guide-page .content .performance .performance-item .reports .right .board-name {
              text-align: left; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .more-actions-board, #user_guide_page .content .performance .performance-item .dashboard .right .more-actions-board, #user_guide_page .content .performance .performance-item .project-boad .right .more-actions-board, #user_guide_page .content .performance .performance-item .model-view .right .more-actions-board, #user_guide_page .content .performance .performance-item .ahu-board .right .more-actions-board, #user_guide_page .content .performance .performance-item .model-view .right .more-actions-board, #user_guide_page .content .performance .performance-item .users .right .more-actions-board, #user_guide_page .content .performance .performance-item .reports .right .more-actions-board,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .more-actions-board,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .more-actions-board,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .more-actions-board,
            #privacy_policy_page .content .performance .performance-item .model-view .right .more-actions-board,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .more-actions-board,
            #privacy_policy_page .content .performance .performance-item .model-view .right .more-actions-board,
            #privacy_policy_page .content .performance .performance-item .users .right .more-actions-board,
            #privacy_policy_page .content .performance .performance-item .reports .right .more-actions-board,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .more-actions-board,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .more-actions-board,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .more-actions-board,
            #terms_of_use_page .content .performance .performance-item .model-view .right .more-actions-board,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .more-actions-board,
            #terms_of_use_page .content .performance .performance-item .model-view .right .more-actions-board,
            #terms_of_use_page .content .performance .performance-item .users .right .more-actions-board,
            #terms_of_use_page .content .performance .performance-item .reports .right .more-actions-board,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .more-actions-board,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .more-actions-board,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .more-actions-board,
            #start-up-guide-page .content .performance .performance-item .model-view .right .more-actions-board,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .more-actions-board,
            #start-up-guide-page .content .performance .performance-item .model-view .right .more-actions-board,
            #start-up-guide-page .content .performance .performance-item .users .right .more-actions-board,
            #start-up-guide-page .content .performance .performance-item .reports .right .more-actions-board {
              padding-left: 60px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .right .more-actions-board .board-name:before, #user_guide_page .content .performance .performance-item .dashboard .right .more-actions-board .board-name:before, #user_guide_page .content .performance .performance-item .project-boad .right .more-actions-board .board-name:before, #user_guide_page .content .performance .performance-item .model-view .right .more-actions-board .board-name:before, #user_guide_page .content .performance .performance-item .ahu-board .right .more-actions-board .board-name:before, #user_guide_page .content .performance .performance-item .model-view .right .more-actions-board .board-name:before, #user_guide_page .content .performance .performance-item .users .right .more-actions-board .board-name:before, #user_guide_page .content .performance .performance-item .reports .right .more-actions-board .board-name:before,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .more-actions-board .board-name:before,
              #privacy_policy_page .content .performance .performance-item .dashboard .right .more-actions-board .board-name:before,
              #privacy_policy_page .content .performance .performance-item .project-boad .right .more-actions-board .board-name:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .more-actions-board .board-name:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .right .more-actions-board .board-name:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .more-actions-board .board-name:before,
              #privacy_policy_page .content .performance .performance-item .users .right .more-actions-board .board-name:before,
              #privacy_policy_page .content .performance .performance-item .reports .right .more-actions-board .board-name:before,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .more-actions-board .board-name:before,
              #terms_of_use_page .content .performance .performance-item .dashboard .right .more-actions-board .board-name:before,
              #terms_of_use_page .content .performance .performance-item .project-boad .right .more-actions-board .board-name:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .more-actions-board .board-name:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .right .more-actions-board .board-name:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .more-actions-board .board-name:before,
              #terms_of_use_page .content .performance .performance-item .users .right .more-actions-board .board-name:before,
              #terms_of_use_page .content .performance .performance-item .reports .right .more-actions-board .board-name:before,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .more-actions-board .board-name:before,
              #start-up-guide-page .content .performance .performance-item .dashboard .right .more-actions-board .board-name:before,
              #start-up-guide-page .content .performance .performance-item .project-boad .right .more-actions-board .board-name:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .more-actions-board .board-name:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .right .more-actions-board .board-name:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .more-actions-board .board-name:before,
              #start-up-guide-page .content .performance .performance-item .users .right .more-actions-board .board-name:before,
              #start-up-guide-page .content .performance .performance-item .reports .right .more-actions-board .board-name:before {
                content: '------';
                position: relative;
                padding-right: 5px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .right .more-actions-board .vl, #user_guide_page .content .performance .performance-item .dashboard .right .more-actions-board .vl, #user_guide_page .content .performance .performance-item .project-boad .right .more-actions-board .vl, #user_guide_page .content .performance .performance-item .model-view .right .more-actions-board .vl, #user_guide_page .content .performance .performance-item .ahu-board .right .more-actions-board .vl, #user_guide_page .content .performance .performance-item .model-view .right .more-actions-board .vl, #user_guide_page .content .performance .performance-item .users .right .more-actions-board .vl, #user_guide_page .content .performance .performance-item .reports .right .more-actions-board .vl,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .more-actions-board .vl,
              #privacy_policy_page .content .performance .performance-item .dashboard .right .more-actions-board .vl,
              #privacy_policy_page .content .performance .performance-item .project-boad .right .more-actions-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .more-actions-board .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .right .more-actions-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .more-actions-board .vl,
              #privacy_policy_page .content .performance .performance-item .users .right .more-actions-board .vl,
              #privacy_policy_page .content .performance .performance-item .reports .right .more-actions-board .vl,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .more-actions-board .vl,
              #terms_of_use_page .content .performance .performance-item .dashboard .right .more-actions-board .vl,
              #terms_of_use_page .content .performance .performance-item .project-boad .right .more-actions-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .more-actions-board .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .right .more-actions-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .more-actions-board .vl,
              #terms_of_use_page .content .performance .performance-item .users .right .more-actions-board .vl,
              #terms_of_use_page .content .performance .performance-item .reports .right .more-actions-board .vl,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .more-actions-board .vl,
              #start-up-guide-page .content .performance .performance-item .dashboard .right .more-actions-board .vl,
              #start-up-guide-page .content .performance .performance-item .project-boad .right .more-actions-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .more-actions-board .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .right .more-actions-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .more-actions-board .vl,
              #start-up-guide-page .content .performance .performance-item .users .right .more-actions-board .vl,
              #start-up-guide-page .content .performance .performance-item .reports .right .more-actions-board .vl {
                border-left: 2px dotted #00a651;
                height: 18px;
                padding-left: 4px;
                width: 10px;
                position: absolute;
                margin-top: -28px;
                margin-left: -1px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .user-profile-board, #user_guide_page .content .performance .performance-item .dashboard .right .user-profile-board, #user_guide_page .content .performance .performance-item .project-boad .right .user-profile-board, #user_guide_page .content .performance .performance-item .model-view .right .user-profile-board, #user_guide_page .content .performance .performance-item .ahu-board .right .user-profile-board, #user_guide_page .content .performance .performance-item .model-view .right .user-profile-board, #user_guide_page .content .performance .performance-item .users .right .user-profile-board, #user_guide_page .content .performance .performance-item .reports .right .user-profile-board,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .user-profile-board,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .user-profile-board,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .user-profile-board,
            #privacy_policy_page .content .performance .performance-item .model-view .right .user-profile-board,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .user-profile-board,
            #privacy_policy_page .content .performance .performance-item .model-view .right .user-profile-board,
            #privacy_policy_page .content .performance .performance-item .users .right .user-profile-board,
            #privacy_policy_page .content .performance .performance-item .reports .right .user-profile-board,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .user-profile-board,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .user-profile-board,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .user-profile-board,
            #terms_of_use_page .content .performance .performance-item .model-view .right .user-profile-board,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .user-profile-board,
            #terms_of_use_page .content .performance .performance-item .model-view .right .user-profile-board,
            #terms_of_use_page .content .performance .performance-item .users .right .user-profile-board,
            #terms_of_use_page .content .performance .performance-item .reports .right .user-profile-board,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .user-profile-board,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .user-profile-board,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .user-profile-board,
            #start-up-guide-page .content .performance .performance-item .model-view .right .user-profile-board,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .user-profile-board,
            #start-up-guide-page .content .performance .performance-item .model-view .right .user-profile-board,
            #start-up-guide-page .content .performance .performance-item .users .right .user-profile-board,
            #start-up-guide-page .content .performance .performance-item .reports .right .user-profile-board {
              margin-top: 190px; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .right .user-profile-board:before, #user_guide_page .content .performance .performance-item .dashboard .right .user-profile-board:before, #user_guide_page .content .performance .performance-item .project-boad .right .user-profile-board:before, #user_guide_page .content .performance .performance-item .model-view .right .user-profile-board:before, #user_guide_page .content .performance .performance-item .ahu-board .right .user-profile-board:before, #user_guide_page .content .performance .performance-item .model-view .right .user-profile-board:before, #user_guide_page .content .performance .performance-item .users .right .user-profile-board:before, #user_guide_page .content .performance .performance-item .reports .right .user-profile-board:before,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .user-profile-board:before,
              #privacy_policy_page .content .performance .performance-item .dashboard .right .user-profile-board:before,
              #privacy_policy_page .content .performance .performance-item .project-boad .right .user-profile-board:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .user-profile-board:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .right .user-profile-board:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .user-profile-board:before,
              #privacy_policy_page .content .performance .performance-item .users .right .user-profile-board:before,
              #privacy_policy_page .content .performance .performance-item .reports .right .user-profile-board:before,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .user-profile-board:before,
              #terms_of_use_page .content .performance .performance-item .dashboard .right .user-profile-board:before,
              #terms_of_use_page .content .performance .performance-item .project-boad .right .user-profile-board:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .user-profile-board:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .right .user-profile-board:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .user-profile-board:before,
              #terms_of_use_page .content .performance .performance-item .users .right .user-profile-board:before,
              #terms_of_use_page .content .performance .performance-item .reports .right .user-profile-board:before,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .user-profile-board:before,
              #start-up-guide-page .content .performance .performance-item .dashboard .right .user-profile-board:before,
              #start-up-guide-page .content .performance .performance-item .project-boad .right .user-profile-board:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .user-profile-board:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .right .user-profile-board:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .user-profile-board:before,
              #start-up-guide-page .content .performance .performance-item .users .right .user-profile-board:before,
              #start-up-guide-page .content .performance .performance-item .reports .right .user-profile-board:before {
                content: '-------------------';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
              #user_guide_page .content .performance .performance-item .top-navigation-bar .right .user-profile-board .vl, #user_guide_page .content .performance .performance-item .dashboard .right .user-profile-board .vl, #user_guide_page .content .performance .performance-item .project-boad .right .user-profile-board .vl, #user_guide_page .content .performance .performance-item .model-view .right .user-profile-board .vl, #user_guide_page .content .performance .performance-item .ahu-board .right .user-profile-board .vl, #user_guide_page .content .performance .performance-item .model-view .right .user-profile-board .vl, #user_guide_page .content .performance .performance-item .users .right .user-profile-board .vl, #user_guide_page .content .performance .performance-item .reports .right .user-profile-board .vl,
              #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .user-profile-board .vl,
              #privacy_policy_page .content .performance .performance-item .dashboard .right .user-profile-board .vl,
              #privacy_policy_page .content .performance .performance-item .project-boad .right .user-profile-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .user-profile-board .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .right .user-profile-board .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .user-profile-board .vl,
              #privacy_policy_page .content .performance .performance-item .users .right .user-profile-board .vl,
              #privacy_policy_page .content .performance .performance-item .reports .right .user-profile-board .vl,
              #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .user-profile-board .vl,
              #terms_of_use_page .content .performance .performance-item .dashboard .right .user-profile-board .vl,
              #terms_of_use_page .content .performance .performance-item .project-boad .right .user-profile-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .user-profile-board .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .right .user-profile-board .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .user-profile-board .vl,
              #terms_of_use_page .content .performance .performance-item .users .right .user-profile-board .vl,
              #terms_of_use_page .content .performance .performance-item .reports .right .user-profile-board .vl,
              #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .user-profile-board .vl,
              #start-up-guide-page .content .performance .performance-item .dashboard .right .user-profile-board .vl,
              #start-up-guide-page .content .performance .performance-item .project-boad .right .user-profile-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .user-profile-board .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .right .user-profile-board .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .user-profile-board .vl,
              #start-up-guide-page .content .performance .performance-item .users .right .user-profile-board .vl,
              #start-up-guide-page .content .performance .performance-item .reports .right .user-profile-board .vl {
                border-left: 2px dotted #00a651;
                height: 222px;
                padding-left: 4px;
                width: 10px;
                position: absolute;
                margin-top: -228px;
                margin-left: -2px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .manufacturing, #user_guide_page .content .performance .performance-item .dashboard .right .manufacturing, #user_guide_page .content .performance .performance-item .project-boad .right .manufacturing, #user_guide_page .content .performance .performance-item .model-view .right .manufacturing, #user_guide_page .content .performance .performance-item .ahu-board .right .manufacturing, #user_guide_page .content .performance .performance-item .model-view .right .manufacturing, #user_guide_page .content .performance .performance-item .users .right .manufacturing, #user_guide_page .content .performance .performance-item .reports .right .manufacturing,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .manufacturing,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .manufacturing,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .manufacturing,
            #privacy_policy_page .content .performance .performance-item .model-view .right .manufacturing,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .manufacturing,
            #privacy_policy_page .content .performance .performance-item .model-view .right .manufacturing,
            #privacy_policy_page .content .performance .performance-item .users .right .manufacturing,
            #privacy_policy_page .content .performance .performance-item .reports .right .manufacturing,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .manufacturing,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .manufacturing,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .manufacturing,
            #terms_of_use_page .content .performance .performance-item .model-view .right .manufacturing,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .manufacturing,
            #terms_of_use_page .content .performance .performance-item .model-view .right .manufacturing,
            #terms_of_use_page .content .performance .performance-item .users .right .manufacturing,
            #terms_of_use_page .content .performance .performance-item .reports .right .manufacturing,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .manufacturing,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .manufacturing,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .manufacturing,
            #start-up-guide-page .content .performance .performance-item .model-view .right .manufacturing,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .manufacturing,
            #start-up-guide-page .content .performance .performance-item .model-view .right .manufacturing,
            #start-up-guide-page .content .performance .performance-item .users .right .manufacturing,
            #start-up-guide-page .content .performance .performance-item .reports .right .manufacturing {
              margin-top: 167px;
              margin-left: 150px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .print, #user_guide_page .content .performance .performance-item .dashboard .right .print, #user_guide_page .content .performance .performance-item .project-boad .right .print, #user_guide_page .content .performance .performance-item .model-view .right .print, #user_guide_page .content .performance .performance-item .ahu-board .right .print, #user_guide_page .content .performance .performance-item .model-view .right .print, #user_guide_page .content .performance .performance-item .users .right .print, #user_guide_page .content .performance .performance-item .reports .right .print,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .print,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .print,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .print,
            #privacy_policy_page .content .performance .performance-item .model-view .right .print,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .print,
            #privacy_policy_page .content .performance .performance-item .model-view .right .print,
            #privacy_policy_page .content .performance .performance-item .users .right .print,
            #privacy_policy_page .content .performance .performance-item .reports .right .print,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .print,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .print,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .print,
            #terms_of_use_page .content .performance .performance-item .model-view .right .print,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .print,
            #terms_of_use_page .content .performance .performance-item .model-view .right .print,
            #terms_of_use_page .content .performance .performance-item .users .right .print,
            #terms_of_use_page .content .performance .performance-item .reports .right .print,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .print,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .print,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .print,
            #start-up-guide-page .content .performance .performance-item .model-view .right .print,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .print,
            #start-up-guide-page .content .performance .performance-item .model-view .right .print,
            #start-up-guide-page .content .performance .performance-item .users .right .print,
            #start-up-guide-page .content .performance .performance-item .reports .right .print {
              margin-left: -382px;
              margin-top: 88px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .z-in, #user_guide_page .content .performance .performance-item .dashboard .right .z-in, #user_guide_page .content .performance .performance-item .project-boad .right .z-in, #user_guide_page .content .performance .performance-item .model-view .right .z-in, #user_guide_page .content .performance .performance-item .ahu-board .right .z-in, #user_guide_page .content .performance .performance-item .model-view .right .z-in, #user_guide_page .content .performance .performance-item .users .right .z-in, #user_guide_page .content .performance .performance-item .reports .right .z-in,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .z-in,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .z-in,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .z-in,
            #privacy_policy_page .content .performance .performance-item .model-view .right .z-in,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .z-in,
            #privacy_policy_page .content .performance .performance-item .model-view .right .z-in,
            #privacy_policy_page .content .performance .performance-item .users .right .z-in,
            #privacy_policy_page .content .performance .performance-item .reports .right .z-in,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .z-in,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .z-in,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .z-in,
            #terms_of_use_page .content .performance .performance-item .model-view .right .z-in,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .z-in,
            #terms_of_use_page .content .performance .performance-item .model-view .right .z-in,
            #terms_of_use_page .content .performance .performance-item .users .right .z-in,
            #terms_of_use_page .content .performance .performance-item .reports .right .z-in,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .z-in,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .z-in,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .z-in,
            #start-up-guide-page .content .performance .performance-item .model-view .right .z-in,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .z-in,
            #start-up-guide-page .content .performance .performance-item .model-view .right .z-in,
            #start-up-guide-page .content .performance .performance-item .users .right .z-in,
            #start-up-guide-page .content .performance .performance-item .reports .right .z-in {
              margin-top: -63px;
              margin-left: 88px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .z-out, #user_guide_page .content .performance .performance-item .dashboard .right .z-out, #user_guide_page .content .performance .performance-item .project-boad .right .z-out, #user_guide_page .content .performance .performance-item .model-view .right .z-out, #user_guide_page .content .performance .performance-item .ahu-board .right .z-out, #user_guide_page .content .performance .performance-item .model-view .right .z-out, #user_guide_page .content .performance .performance-item .users .right .z-out, #user_guide_page .content .performance .performance-item .reports .right .z-out,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .z-out,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .z-out,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .z-out,
            #privacy_policy_page .content .performance .performance-item .model-view .right .z-out,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .z-out,
            #privacy_policy_page .content .performance .performance-item .model-view .right .z-out,
            #privacy_policy_page .content .performance .performance-item .users .right .z-out,
            #privacy_policy_page .content .performance .performance-item .reports .right .z-out,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .z-out,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .z-out,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .z-out,
            #terms_of_use_page .content .performance .performance-item .model-view .right .z-out,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .z-out,
            #terms_of_use_page .content .performance .performance-item .model-view .right .z-out,
            #terms_of_use_page .content .performance .performance-item .users .right .z-out,
            #terms_of_use_page .content .performance .performance-item .reports .right .z-out,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .z-out,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .z-out,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .z-out,
            #start-up-guide-page .content .performance .performance-item .model-view .right .z-out,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .z-out,
            #start-up-guide-page .content .performance .performance-item .model-view .right .z-out,
            #start-up-guide-page .content .performance .performance-item .users .right .z-out,
            #start-up-guide-page .content .performance .performance-item .reports .right .z-out {
              margin-left: 172px;
              margin-top: -2px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .select, #user_guide_page .content .performance .performance-item .dashboard .right .select, #user_guide_page .content .performance .performance-item .project-boad .right .select, #user_guide_page .content .performance .performance-item .model-view .right .select, #user_guide_page .content .performance .performance-item .ahu-board .right .select, #user_guide_page .content .performance .performance-item .model-view .right .select, #user_guide_page .content .performance .performance-item .users .right .select, #user_guide_page .content .performance .performance-item .reports .right .select,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .select,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .select,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .select,
            #privacy_policy_page .content .performance .performance-item .model-view .right .select,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .select,
            #privacy_policy_page .content .performance .performance-item .model-view .right .select,
            #privacy_policy_page .content .performance .performance-item .users .right .select,
            #privacy_policy_page .content .performance .performance-item .reports .right .select,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .select,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .select,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .select,
            #terms_of_use_page .content .performance .performance-item .model-view .right .select,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .select,
            #terms_of_use_page .content .performance .performance-item .model-view .right .select,
            #terms_of_use_page .content .performance .performance-item .users .right .select,
            #terms_of_use_page .content .performance .performance-item .reports .right .select,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .select,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .select,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .select,
            #start-up-guide-page .content .performance .performance-item .model-view .right .select,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .select,
            #start-up-guide-page .content .performance .performance-item .model-view .right .select,
            #start-up-guide-page .content .performance .performance-item .users .right .select,
            #start-up-guide-page .content .performance .performance-item .reports .right .select {
              margin-left: 479px;
              margin-top: 124px;
              width: 188px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .full, #user_guide_page .content .performance .performance-item .dashboard .right .full, #user_guide_page .content .performance .performance-item .project-boad .right .full, #user_guide_page .content .performance .performance-item .model-view .right .full, #user_guide_page .content .performance .performance-item .ahu-board .right .full, #user_guide_page .content .performance .performance-item .model-view .right .full, #user_guide_page .content .performance .performance-item .users .right .full, #user_guide_page .content .performance .performance-item .reports .right .full,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .full,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .full,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .full,
            #privacy_policy_page .content .performance .performance-item .model-view .right .full,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .full,
            #privacy_policy_page .content .performance .performance-item .model-view .right .full,
            #privacy_policy_page .content .performance .performance-item .users .right .full,
            #privacy_policy_page .content .performance .performance-item .reports .right .full,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .full,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .full,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .full,
            #terms_of_use_page .content .performance .performance-item .model-view .right .full,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .full,
            #terms_of_use_page .content .performance .performance-item .model-view .right .full,
            #terms_of_use_page .content .performance .performance-item .users .right .full,
            #terms_of_use_page .content .performance .performance-item .reports .right .full,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .full,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .full,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .full,
            #start-up-guide-page .content .performance .performance-item .model-view .right .full,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .full,
            #start-up-guide-page .content .performance .performance-item .model-view .right .full,
            #start-up-guide-page .content .performance .performance-item .users .right .full,
            #start-up-guide-page .content .performance .performance-item .reports .right .full {
              margin-left: 491px;
              margin-top: 46px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .add-section, #user_guide_page .content .performance .performance-item .dashboard .right .add-section, #user_guide_page .content .performance .performance-item .project-boad .right .add-section, #user_guide_page .content .performance .performance-item .model-view .right .add-section, #user_guide_page .content .performance .performance-item .ahu-board .right .add-section, #user_guide_page .content .performance .performance-item .model-view .right .add-section, #user_guide_page .content .performance .performance-item .users .right .add-section, #user_guide_page .content .performance .performance-item .reports .right .add-section,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .add-section,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .add-section,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .add-section,
            #privacy_policy_page .content .performance .performance-item .model-view .right .add-section,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .add-section,
            #privacy_policy_page .content .performance .performance-item .model-view .right .add-section,
            #privacy_policy_page .content .performance .performance-item .users .right .add-section,
            #privacy_policy_page .content .performance .performance-item .reports .right .add-section,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .add-section,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .add-section,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .add-section,
            #terms_of_use_page .content .performance .performance-item .model-view .right .add-section,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .add-section,
            #terms_of_use_page .content .performance .performance-item .model-view .right .add-section,
            #terms_of_use_page .content .performance .performance-item .users .right .add-section,
            #terms_of_use_page .content .performance .performance-item .reports .right .add-section,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .add-section,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .add-section,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .add-section,
            #start-up-guide-page .content .performance .performance-item .model-view .right .add-section,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .add-section,
            #start-up-guide-page .content .performance .performance-item .model-view .right .add-section,
            #start-up-guide-page .content .performance .performance-item .users .right .add-section,
            #start-up-guide-page .content .performance .performance-item .reports .right .add-section {
              margin-top: -250px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .right .view, #user_guide_page .content .performance .performance-item .dashboard .right .view, #user_guide_page .content .performance .performance-item .project-boad .right .view, #user_guide_page .content .performance .performance-item .model-view .right .view, #user_guide_page .content .performance .performance-item .ahu-board .right .view, #user_guide_page .content .performance .performance-item .model-view .right .view, #user_guide_page .content .performance .performance-item .users .right .view, #user_guide_page .content .performance .performance-item .reports .right .view,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .right .view,
            #privacy_policy_page .content .performance .performance-item .dashboard .right .view,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .view,
            #privacy_policy_page .content .performance .performance-item .model-view .right .view,
            #privacy_policy_page .content .performance .performance-item .ahu-board .right .view,
            #privacy_policy_page .content .performance .performance-item .model-view .right .view,
            #privacy_policy_page .content .performance .performance-item .users .right .view,
            #privacy_policy_page .content .performance .performance-item .reports .right .view,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .right .view,
            #terms_of_use_page .content .performance .performance-item .dashboard .right .view,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .view,
            #terms_of_use_page .content .performance .performance-item .model-view .right .view,
            #terms_of_use_page .content .performance .performance-item .ahu-board .right .view,
            #terms_of_use_page .content .performance .performance-item .model-view .right .view,
            #terms_of_use_page .content .performance .performance-item .users .right .view,
            #terms_of_use_page .content .performance .performance-item .reports .right .view,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .right .view,
            #start-up-guide-page .content .performance .performance-item .dashboard .right .view,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .view,
            #start-up-guide-page .content .performance .performance-item .model-view .right .view,
            #start-up-guide-page .content .performance .performance-item .ahu-board .right .view,
            #start-up-guide-page .content .performance .performance-item .model-view .right .view,
            #start-up-guide-page .content .performance .performance-item .users .right .view,
            #start-up-guide-page .content .performance .performance-item .reports .right .view {
              margin-top: 56px;
              margin-left: 504px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .center, #user_guide_page .content .performance .performance-item .dashboard .center, #user_guide_page .content .performance .performance-item .project-boad .center, #user_guide_page .content .performance .performance-item .model-view .center, #user_guide_page .content .performance .performance-item .ahu-board .center, #user_guide_page .content .performance .performance-item .model-view .center, #user_guide_page .content .performance .performance-item .users .center, #user_guide_page .content .performance .performance-item .reports .center,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .center,
          #privacy_policy_page .content .performance .performance-item .dashboard .center,
          #privacy_policy_page .content .performance .performance-item .project-boad .center,
          #privacy_policy_page .content .performance .performance-item .model-view .center,
          #privacy_policy_page .content .performance .performance-item .ahu-board .center,
          #privacy_policy_page .content .performance .performance-item .model-view .center,
          #privacy_policy_page .content .performance .performance-item .users .center,
          #privacy_policy_page .content .performance .performance-item .reports .center,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .center,
          #terms_of_use_page .content .performance .performance-item .dashboard .center,
          #terms_of_use_page .content .performance .performance-item .project-boad .center,
          #terms_of_use_page .content .performance .performance-item .model-view .center,
          #terms_of_use_page .content .performance .performance-item .ahu-board .center,
          #terms_of_use_page .content .performance .performance-item .model-view .center,
          #terms_of_use_page .content .performance .performance-item .users .center,
          #terms_of_use_page .content .performance .performance-item .reports .center,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .center,
          #start-up-guide-page .content .performance .performance-item .dashboard .center,
          #start-up-guide-page .content .performance .performance-item .project-boad .center,
          #start-up-guide-page .content .performance .performance-item .model-view .center,
          #start-up-guide-page .content .performance .performance-item .ahu-board .center,
          #start-up-guide-page .content .performance .performance-item .model-view .center,
          #start-up-guide-page .content .performance .performance-item .users .center,
          #start-up-guide-page .content .performance .performance-item .reports .center {
            position: absolute; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .center .board-description, #user_guide_page .content .performance .performance-item .dashboard .center .board-description, #user_guide_page .content .performance .performance-item .project-boad .center .board-description, #user_guide_page .content .performance .performance-item .model-view .center .board-description, #user_guide_page .content .performance .performance-item .ahu-board .center .board-description, #user_guide_page .content .performance .performance-item .model-view .center .board-description, #user_guide_page .content .performance .performance-item .users .center .board-description, #user_guide_page .content .performance .performance-item .reports .center .board-description,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .center .board-description,
            #privacy_policy_page .content .performance .performance-item .dashboard .center .board-description,
            #privacy_policy_page .content .performance .performance-item .project-boad .center .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .center .board-description,
            #privacy_policy_page .content .performance .performance-item .ahu-board .center .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .center .board-description,
            #privacy_policy_page .content .performance .performance-item .users .center .board-description,
            #privacy_policy_page .content .performance .performance-item .reports .center .board-description,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .center .board-description,
            #terms_of_use_page .content .performance .performance-item .dashboard .center .board-description,
            #terms_of_use_page .content .performance .performance-item .project-boad .center .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .center .board-description,
            #terms_of_use_page .content .performance .performance-item .ahu-board .center .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .center .board-description,
            #terms_of_use_page .content .performance .performance-item .users .center .board-description,
            #terms_of_use_page .content .performance .performance-item .reports .center .board-description,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .center .board-description,
            #start-up-guide-page .content .performance .performance-item .dashboard .center .board-description,
            #start-up-guide-page .content .performance .performance-item .project-boad .center .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .center .board-description,
            #start-up-guide-page .content .performance .performance-item .ahu-board .center .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .center .board-description,
            #start-up-guide-page .content .performance .performance-item .users .center .board-description,
            #start-up-guide-page .content .performance .performance-item .reports .center .board-description {
              display: block;
              text-align: left;
              font-size: 13px;
              margin-bottom: 7px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .center .board-name, #user_guide_page .content .performance .performance-item .dashboard .center .board-name, #user_guide_page .content .performance .performance-item .project-boad .center .board-name, #user_guide_page .content .performance .performance-item .model-view .center .board-name, #user_guide_page .content .performance .performance-item .ahu-board .center .board-name, #user_guide_page .content .performance .performance-item .model-view .center .board-name, #user_guide_page .content .performance .performance-item .users .center .board-name, #user_guide_page .content .performance .performance-item .reports .center .board-name,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .center .board-name,
            #privacy_policy_page .content .performance .performance-item .dashboard .center .board-name,
            #privacy_policy_page .content .performance .performance-item .project-boad .center .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .center .board-name,
            #privacy_policy_page .content .performance .performance-item .ahu-board .center .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .center .board-name,
            #privacy_policy_page .content .performance .performance-item .users .center .board-name,
            #privacy_policy_page .content .performance .performance-item .reports .center .board-name,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .center .board-name,
            #terms_of_use_page .content .performance .performance-item .dashboard .center .board-name,
            #terms_of_use_page .content .performance .performance-item .project-boad .center .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .center .board-name,
            #terms_of_use_page .content .performance .performance-item .ahu-board .center .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .center .board-name,
            #terms_of_use_page .content .performance .performance-item .users .center .board-name,
            #terms_of_use_page .content .performance .performance-item .reports .center .board-name,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .center .board-name,
            #start-up-guide-page .content .performance .performance-item .dashboard .center .board-name,
            #start-up-guide-page .content .performance .performance-item .project-boad .center .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .center .board-name,
            #start-up-guide-page .content .performance .performance-item .ahu-board .center .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .center .board-name,
            #start-up-guide-page .content .performance .performance-item .users .center .board-name,
            #start-up-guide-page .content .performance .performance-item .reports .center .board-name {
              text-align: left; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .top, #user_guide_page .content .performance .performance-item .dashboard .top, #user_guide_page .content .performance .performance-item .project-boad .top, #user_guide_page .content .performance .performance-item .model-view .top, #user_guide_page .content .performance .performance-item .ahu-board .top, #user_guide_page .content .performance .performance-item .model-view .top, #user_guide_page .content .performance .performance-item .users .top, #user_guide_page .content .performance .performance-item .reports .top,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .top,
          #privacy_policy_page .content .performance .performance-item .dashboard .top,
          #privacy_policy_page .content .performance .performance-item .project-boad .top,
          #privacy_policy_page .content .performance .performance-item .model-view .top,
          #privacy_policy_page .content .performance .performance-item .ahu-board .top,
          #privacy_policy_page .content .performance .performance-item .model-view .top,
          #privacy_policy_page .content .performance .performance-item .users .top,
          #privacy_policy_page .content .performance .performance-item .reports .top,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .top,
          #terms_of_use_page .content .performance .performance-item .dashboard .top,
          #terms_of_use_page .content .performance .performance-item .project-boad .top,
          #terms_of_use_page .content .performance .performance-item .model-view .top,
          #terms_of_use_page .content .performance .performance-item .ahu-board .top,
          #terms_of_use_page .content .performance .performance-item .model-view .top,
          #terms_of_use_page .content .performance .performance-item .users .top,
          #terms_of_use_page .content .performance .performance-item .reports .top,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .top,
          #start-up-guide-page .content .performance .performance-item .dashboard .top,
          #start-up-guide-page .content .performance .performance-item .project-boad .top,
          #start-up-guide-page .content .performance .performance-item .model-view .top,
          #start-up-guide-page .content .performance .performance-item .ahu-board .top,
          #start-up-guide-page .content .performance .performance-item .model-view .top,
          #start-up-guide-page .content .performance .performance-item .users .top,
          #start-up-guide-page .content .performance .performance-item .reports .top {
            display: block;
            position: relative;
            margin-top: -652px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .top .board-description, #user_guide_page .content .performance .performance-item .dashboard .top .board-description, #user_guide_page .content .performance .performance-item .project-boad .top .board-description, #user_guide_page .content .performance .performance-item .model-view .top .board-description, #user_guide_page .content .performance .performance-item .ahu-board .top .board-description, #user_guide_page .content .performance .performance-item .model-view .top .board-description, #user_guide_page .content .performance .performance-item .users .top .board-description, #user_guide_page .content .performance .performance-item .reports .top .board-description,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .top .board-description,
            #privacy_policy_page .content .performance .performance-item .dashboard .top .board-description,
            #privacy_policy_page .content .performance .performance-item .project-boad .top .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .top .board-description,
            #privacy_policy_page .content .performance .performance-item .ahu-board .top .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .top .board-description,
            #privacy_policy_page .content .performance .performance-item .users .top .board-description,
            #privacy_policy_page .content .performance .performance-item .reports .top .board-description,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .top .board-description,
            #terms_of_use_page .content .performance .performance-item .dashboard .top .board-description,
            #terms_of_use_page .content .performance .performance-item .project-boad .top .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .top .board-description,
            #terms_of_use_page .content .performance .performance-item .ahu-board .top .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .top .board-description,
            #terms_of_use_page .content .performance .performance-item .users .top .board-description,
            #terms_of_use_page .content .performance .performance-item .reports .top .board-description,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .top .board-description,
            #start-up-guide-page .content .performance .performance-item .dashboard .top .board-description,
            #start-up-guide-page .content .performance .performance-item .project-boad .top .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .top .board-description,
            #start-up-guide-page .content .performance .performance-item .ahu-board .top .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .top .board-description,
            #start-up-guide-page .content .performance .performance-item .users .top .board-description,
            #start-up-guide-page .content .performance .performance-item .reports .top .board-description {
              display: block;
              text-align: left;
              font-size: 13px;
              margin-bottom: 7px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .top div, #user_guide_page .content .performance .performance-item .dashboard .top div, #user_guide_page .content .performance .performance-item .project-boad .top div, #user_guide_page .content .performance .performance-item .model-view .top div, #user_guide_page .content .performance .performance-item .ahu-board .top div, #user_guide_page .content .performance .performance-item .model-view .top div, #user_guide_page .content .performance .performance-item .users .top div, #user_guide_page .content .performance .performance-item .reports .top div,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .top div,
            #privacy_policy_page .content .performance .performance-item .dashboard .top div,
            #privacy_policy_page .content .performance .performance-item .project-boad .top div,
            #privacy_policy_page .content .performance .performance-item .model-view .top div,
            #privacy_policy_page .content .performance .performance-item .ahu-board .top div,
            #privacy_policy_page .content .performance .performance-item .model-view .top div,
            #privacy_policy_page .content .performance .performance-item .users .top div,
            #privacy_policy_page .content .performance .performance-item .reports .top div,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .top div,
            #terms_of_use_page .content .performance .performance-item .dashboard .top div,
            #terms_of_use_page .content .performance .performance-item .project-boad .top div,
            #terms_of_use_page .content .performance .performance-item .model-view .top div,
            #terms_of_use_page .content .performance .performance-item .ahu-board .top div,
            #terms_of_use_page .content .performance .performance-item .model-view .top div,
            #terms_of_use_page .content .performance .performance-item .users .top div,
            #terms_of_use_page .content .performance .performance-item .reports .top div,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .top div,
            #start-up-guide-page .content .performance .performance-item .dashboard .top div,
            #start-up-guide-page .content .performance .performance-item .project-boad .top div,
            #start-up-guide-page .content .performance .performance-item .model-view .top div,
            #start-up-guide-page .content .performance .performance-item .ahu-board .top div,
            #start-up-guide-page .content .performance .performance-item .model-view .top div,
            #start-up-guide-page .content .performance .performance-item .users .top div,
            #start-up-guide-page .content .performance .performance-item .reports .top div {
              width: max-content;
              position: relative; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .top .board-name, #user_guide_page .content .performance .performance-item .dashboard .top .board-name, #user_guide_page .content .performance .performance-item .project-boad .top .board-name, #user_guide_page .content .performance .performance-item .model-view .top .board-name, #user_guide_page .content .performance .performance-item .ahu-board .top .board-name, #user_guide_page .content .performance .performance-item .model-view .top .board-name, #user_guide_page .content .performance .performance-item .users .top .board-name, #user_guide_page .content .performance .performance-item .reports .top .board-name,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .top .board-name,
            #privacy_policy_page .content .performance .performance-item .dashboard .top .board-name,
            #privacy_policy_page .content .performance .performance-item .project-boad .top .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .top .board-name,
            #privacy_policy_page .content .performance .performance-item .ahu-board .top .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .top .board-name,
            #privacy_policy_page .content .performance .performance-item .users .top .board-name,
            #privacy_policy_page .content .performance .performance-item .reports .top .board-name,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .top .board-name,
            #terms_of_use_page .content .performance .performance-item .dashboard .top .board-name,
            #terms_of_use_page .content .performance .performance-item .project-boad .top .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .top .board-name,
            #terms_of_use_page .content .performance .performance-item .ahu-board .top .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .top .board-name,
            #terms_of_use_page .content .performance .performance-item .users .top .board-name,
            #terms_of_use_page .content .performance .performance-item .reports .top .board-name,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .top .board-name,
            #start-up-guide-page .content .performance .performance-item .dashboard .top .board-name,
            #start-up-guide-page .content .performance .performance-item .project-boad .top .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .top .board-name,
            #start-up-guide-page .content .performance .performance-item .ahu-board .top .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .top .board-name,
            #start-up-guide-page .content .performance .performance-item .users .top .board-name,
            #start-up-guide-page .content .performance .performance-item .reports .top .board-name {
              text-align: left; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .top .filter-task, #user_guide_page .content .performance .performance-item .dashboard .top .filter-task, #user_guide_page .content .performance .performance-item .project-boad .top .filter-task, #user_guide_page .content .performance .performance-item .model-view .top .filter-task, #user_guide_page .content .performance .performance-item .ahu-board .top .filter-task, #user_guide_page .content .performance .performance-item .model-view .top .filter-task, #user_guide_page .content .performance .performance-item .users .top .filter-task, #user_guide_page .content .performance .performance-item .reports .top .filter-task,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .top .filter-task,
            #privacy_policy_page .content .performance .performance-item .dashboard .top .filter-task,
            #privacy_policy_page .content .performance .performance-item .project-boad .top .filter-task,
            #privacy_policy_page .content .performance .performance-item .model-view .top .filter-task,
            #privacy_policy_page .content .performance .performance-item .ahu-board .top .filter-task,
            #privacy_policy_page .content .performance .performance-item .model-view .top .filter-task,
            #privacy_policy_page .content .performance .performance-item .users .top .filter-task,
            #privacy_policy_page .content .performance .performance-item .reports .top .filter-task,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .top .filter-task,
            #terms_of_use_page .content .performance .performance-item .dashboard .top .filter-task,
            #terms_of_use_page .content .performance .performance-item .project-boad .top .filter-task,
            #terms_of_use_page .content .performance .performance-item .model-view .top .filter-task,
            #terms_of_use_page .content .performance .performance-item .ahu-board .top .filter-task,
            #terms_of_use_page .content .performance .performance-item .model-view .top .filter-task,
            #terms_of_use_page .content .performance .performance-item .users .top .filter-task,
            #terms_of_use_page .content .performance .performance-item .reports .top .filter-task,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .top .filter-task,
            #start-up-guide-page .content .performance .performance-item .dashboard .top .filter-task,
            #start-up-guide-page .content .performance .performance-item .project-boad .top .filter-task,
            #start-up-guide-page .content .performance .performance-item .model-view .top .filter-task,
            #start-up-guide-page .content .performance .performance-item .ahu-board .top .filter-task,
            #start-up-guide-page .content .performance .performance-item .model-view .top .filter-task,
            #start-up-guide-page .content .performance .performance-item .users .top .filter-task,
            #start-up-guide-page .content .performance .performance-item .reports .top .filter-task {
              margin-left: 99px;
              margin-top: -19px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .top .filter-prj, #user_guide_page .content .performance .performance-item .dashboard .top .filter-prj, #user_guide_page .content .performance .performance-item .project-boad .top .filter-prj, #user_guide_page .content .performance .performance-item .model-view .top .filter-prj, #user_guide_page .content .performance .performance-item .ahu-board .top .filter-prj, #user_guide_page .content .performance .performance-item .model-view .top .filter-prj, #user_guide_page .content .performance .performance-item .users .top .filter-prj, #user_guide_page .content .performance .performance-item .reports .top .filter-prj,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .top .filter-prj,
            #privacy_policy_page .content .performance .performance-item .dashboard .top .filter-prj,
            #privacy_policy_page .content .performance .performance-item .project-boad .top .filter-prj,
            #privacy_policy_page .content .performance .performance-item .model-view .top .filter-prj,
            #privacy_policy_page .content .performance .performance-item .ahu-board .top .filter-prj,
            #privacy_policy_page .content .performance .performance-item .model-view .top .filter-prj,
            #privacy_policy_page .content .performance .performance-item .users .top .filter-prj,
            #privacy_policy_page .content .performance .performance-item .reports .top .filter-prj,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .top .filter-prj,
            #terms_of_use_page .content .performance .performance-item .dashboard .top .filter-prj,
            #terms_of_use_page .content .performance .performance-item .project-boad .top .filter-prj,
            #terms_of_use_page .content .performance .performance-item .model-view .top .filter-prj,
            #terms_of_use_page .content .performance .performance-item .ahu-board .top .filter-prj,
            #terms_of_use_page .content .performance .performance-item .model-view .top .filter-prj,
            #terms_of_use_page .content .performance .performance-item .users .top .filter-prj,
            #terms_of_use_page .content .performance .performance-item .reports .top .filter-prj,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .top .filter-prj,
            #start-up-guide-page .content .performance .performance-item .dashboard .top .filter-prj,
            #start-up-guide-page .content .performance .performance-item .project-boad .top .filter-prj,
            #start-up-guide-page .content .performance .performance-item .model-view .top .filter-prj,
            #start-up-guide-page .content .performance .performance-item .ahu-board .top .filter-prj,
            #start-up-guide-page .content .performance .performance-item .model-view .top .filter-prj,
            #start-up-guide-page .content .performance .performance-item .users .top .filter-prj,
            #start-up-guide-page .content .performance .performance-item .reports .top .filter-prj {
              margin-left: 505px;
              padding-top: 20px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .top .add-prj, #user_guide_page .content .performance .performance-item .dashboard .top .add-prj, #user_guide_page .content .performance .performance-item .project-boad .top .add-prj, #user_guide_page .content .performance .performance-item .model-view .top .add-prj, #user_guide_page .content .performance .performance-item .ahu-board .top .add-prj, #user_guide_page .content .performance .performance-item .model-view .top .add-prj, #user_guide_page .content .performance .performance-item .users .top .add-prj, #user_guide_page .content .performance .performance-item .reports .top .add-prj,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .top .add-prj,
            #privacy_policy_page .content .performance .performance-item .dashboard .top .add-prj,
            #privacy_policy_page .content .performance .performance-item .project-boad .top .add-prj,
            #privacy_policy_page .content .performance .performance-item .model-view .top .add-prj,
            #privacy_policy_page .content .performance .performance-item .ahu-board .top .add-prj,
            #privacy_policy_page .content .performance .performance-item .model-view .top .add-prj,
            #privacy_policy_page .content .performance .performance-item .users .top .add-prj,
            #privacy_policy_page .content .performance .performance-item .reports .top .add-prj,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .top .add-prj,
            #terms_of_use_page .content .performance .performance-item .dashboard .top .add-prj,
            #terms_of_use_page .content .performance .performance-item .project-boad .top .add-prj,
            #terms_of_use_page .content .performance .performance-item .model-view .top .add-prj,
            #terms_of_use_page .content .performance .performance-item .ahu-board .top .add-prj,
            #terms_of_use_page .content .performance .performance-item .model-view .top .add-prj,
            #terms_of_use_page .content .performance .performance-item .users .top .add-prj,
            #terms_of_use_page .content .performance .performance-item .reports .top .add-prj,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .top .add-prj,
            #start-up-guide-page .content .performance .performance-item .dashboard .top .add-prj,
            #start-up-guide-page .content .performance .performance-item .project-boad .top .add-prj,
            #start-up-guide-page .content .performance .performance-item .model-view .top .add-prj,
            #start-up-guide-page .content .performance .performance-item .ahu-board .top .add-prj,
            #start-up-guide-page .content .performance .performance-item .model-view .top .add-prj,
            #start-up-guide-page .content .performance .performance-item .users .top .add-prj,
            #start-up-guide-page .content .performance .performance-item .reports .top .add-prj {
              margin-left: 1181px;
              margin-top: -33px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .top .sort-prj, #user_guide_page .content .performance .performance-item .dashboard .top .sort-prj, #user_guide_page .content .performance .performance-item .project-boad .top .sort-prj, #user_guide_page .content .performance .performance-item .model-view .top .sort-prj, #user_guide_page .content .performance .performance-item .ahu-board .top .sort-prj, #user_guide_page .content .performance .performance-item .model-view .top .sort-prj, #user_guide_page .content .performance .performance-item .users .top .sort-prj, #user_guide_page .content .performance .performance-item .reports .top .sort-prj,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .top .sort-prj,
            #privacy_policy_page .content .performance .performance-item .dashboard .top .sort-prj,
            #privacy_policy_page .content .performance .performance-item .project-boad .top .sort-prj,
            #privacy_policy_page .content .performance .performance-item .model-view .top .sort-prj,
            #privacy_policy_page .content .performance .performance-item .ahu-board .top .sort-prj,
            #privacy_policy_page .content .performance .performance-item .model-view .top .sort-prj,
            #privacy_policy_page .content .performance .performance-item .users .top .sort-prj,
            #privacy_policy_page .content .performance .performance-item .reports .top .sort-prj,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .top .sort-prj,
            #terms_of_use_page .content .performance .performance-item .dashboard .top .sort-prj,
            #terms_of_use_page .content .performance .performance-item .project-boad .top .sort-prj,
            #terms_of_use_page .content .performance .performance-item .model-view .top .sort-prj,
            #terms_of_use_page .content .performance .performance-item .ahu-board .top .sort-prj,
            #terms_of_use_page .content .performance .performance-item .model-view .top .sort-prj,
            #terms_of_use_page .content .performance .performance-item .users .top .sort-prj,
            #terms_of_use_page .content .performance .performance-item .reports .top .sort-prj,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .top .sort-prj,
            #start-up-guide-page .content .performance .performance-item .dashboard .top .sort-prj,
            #start-up-guide-page .content .performance .performance-item .project-boad .top .sort-prj,
            #start-up-guide-page .content .performance .performance-item .model-view .top .sort-prj,
            #start-up-guide-page .content .performance .performance-item .ahu-board .top .sort-prj,
            #start-up-guide-page .content .performance .performance-item .model-view .top .sort-prj,
            #start-up-guide-page .content .performance .performance-item .users .top .sort-prj,
            #start-up-guide-page .content .performance .performance-item .reports .top .sort-prj {
              margin-left: 617px;
              margin-top: -15px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .bottom, #user_guide_page .content .performance .performance-item .dashboard .bottom, #user_guide_page .content .performance .performance-item .project-boad .bottom, #user_guide_page .content .performance .performance-item .model-view .bottom, #user_guide_page .content .performance .performance-item .ahu-board .bottom, #user_guide_page .content .performance .performance-item .model-view .bottom, #user_guide_page .content .performance .performance-item .users .bottom, #user_guide_page .content .performance .performance-item .reports .bottom,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .bottom,
          #privacy_policy_page .content .performance .performance-item .dashboard .bottom,
          #privacy_policy_page .content .performance .performance-item .project-boad .bottom,
          #privacy_policy_page .content .performance .performance-item .model-view .bottom,
          #privacy_policy_page .content .performance .performance-item .ahu-board .bottom,
          #privacy_policy_page .content .performance .performance-item .model-view .bottom,
          #privacy_policy_page .content .performance .performance-item .users .bottom,
          #privacy_policy_page .content .performance .performance-item .reports .bottom,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .bottom,
          #terms_of_use_page .content .performance .performance-item .dashboard .bottom,
          #terms_of_use_page .content .performance .performance-item .project-boad .bottom,
          #terms_of_use_page .content .performance .performance-item .model-view .bottom,
          #terms_of_use_page .content .performance .performance-item .ahu-board .bottom,
          #terms_of_use_page .content .performance .performance-item .model-view .bottom,
          #terms_of_use_page .content .performance .performance-item .users .bottom,
          #terms_of_use_page .content .performance .performance-item .reports .bottom,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .bottom,
          #start-up-guide-page .content .performance .performance-item .dashboard .bottom,
          #start-up-guide-page .content .performance .performance-item .project-boad .bottom,
          #start-up-guide-page .content .performance .performance-item .model-view .bottom,
          #start-up-guide-page .content .performance .performance-item .ahu-board .bottom,
          #start-up-guide-page .content .performance .performance-item .model-view .bottom,
          #start-up-guide-page .content .performance .performance-item .users .bottom,
          #start-up-guide-page .content .performance .performance-item .reports .bottom {
            position: relative;
            display: block;
            margin-top: 540px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .bottom .board-description, #user_guide_page .content .performance .performance-item .dashboard .bottom .board-description, #user_guide_page .content .performance .performance-item .project-boad .bottom .board-description, #user_guide_page .content .performance .performance-item .model-view .bottom .board-description, #user_guide_page .content .performance .performance-item .ahu-board .bottom .board-description, #user_guide_page .content .performance .performance-item .model-view .bottom .board-description, #user_guide_page .content .performance .performance-item .users .bottom .board-description, #user_guide_page .content .performance .performance-item .reports .bottom .board-description,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .bottom .board-description,
            #privacy_policy_page .content .performance .performance-item .dashboard .bottom .board-description,
            #privacy_policy_page .content .performance .performance-item .project-boad .bottom .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .bottom .board-description,
            #privacy_policy_page .content .performance .performance-item .ahu-board .bottom .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .bottom .board-description,
            #privacy_policy_page .content .performance .performance-item .users .bottom .board-description,
            #privacy_policy_page .content .performance .performance-item .reports .bottom .board-description,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .bottom .board-description,
            #terms_of_use_page .content .performance .performance-item .dashboard .bottom .board-description,
            #terms_of_use_page .content .performance .performance-item .project-boad .bottom .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .bottom .board-description,
            #terms_of_use_page .content .performance .performance-item .ahu-board .bottom .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .bottom .board-description,
            #terms_of_use_page .content .performance .performance-item .users .bottom .board-description,
            #terms_of_use_page .content .performance .performance-item .reports .bottom .board-description,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .bottom .board-description,
            #start-up-guide-page .content .performance .performance-item .dashboard .bottom .board-description,
            #start-up-guide-page .content .performance .performance-item .project-boad .bottom .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .bottom .board-description,
            #start-up-guide-page .content .performance .performance-item .ahu-board .bottom .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .bottom .board-description,
            #start-up-guide-page .content .performance .performance-item .users .bottom .board-description,
            #start-up-guide-page .content .performance .performance-item .reports .bottom .board-description {
              display: block;
              text-align: right;
              font-size: 13px;
              margin-bottom: 7px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .bottom .board-name, #user_guide_page .content .performance .performance-item .dashboard .bottom .board-name, #user_guide_page .content .performance .performance-item .project-boad .bottom .board-name, #user_guide_page .content .performance .performance-item .model-view .bottom .board-name, #user_guide_page .content .performance .performance-item .ahu-board .bottom .board-name, #user_guide_page .content .performance .performance-item .model-view .bottom .board-name, #user_guide_page .content .performance .performance-item .users .bottom .board-name, #user_guide_page .content .performance .performance-item .reports .bottom .board-name,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .bottom .board-name,
            #privacy_policy_page .content .performance .performance-item .dashboard .bottom .board-name,
            #privacy_policy_page .content .performance .performance-item .project-boad .bottom .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .bottom .board-name,
            #privacy_policy_page .content .performance .performance-item .ahu-board .bottom .board-name,
            #privacy_policy_page .content .performance .performance-item .model-view .bottom .board-name,
            #privacy_policy_page .content .performance .performance-item .users .bottom .board-name,
            #privacy_policy_page .content .performance .performance-item .reports .bottom .board-name,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .bottom .board-name,
            #terms_of_use_page .content .performance .performance-item .dashboard .bottom .board-name,
            #terms_of_use_page .content .performance .performance-item .project-boad .bottom .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .bottom .board-name,
            #terms_of_use_page .content .performance .performance-item .ahu-board .bottom .board-name,
            #terms_of_use_page .content .performance .performance-item .model-view .bottom .board-name,
            #terms_of_use_page .content .performance .performance-item .users .bottom .board-name,
            #terms_of_use_page .content .performance .performance-item .reports .bottom .board-name,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .bottom .board-name,
            #start-up-guide-page .content .performance .performance-item .dashboard .bottom .board-name,
            #start-up-guide-page .content .performance .performance-item .project-boad .bottom .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .bottom .board-name,
            #start-up-guide-page .content .performance .performance-item .ahu-board .bottom .board-name,
            #start-up-guide-page .content .performance .performance-item .model-view .bottom .board-name,
            #start-up-guide-page .content .performance .performance-item .users .bottom .board-name,
            #start-up-guide-page .content .performance .performance-item .reports .bottom .board-name {
              text-align: right; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .bottom div, #user_guide_page .content .performance .performance-item .dashboard .bottom div, #user_guide_page .content .performance .performance-item .project-boad .bottom div, #user_guide_page .content .performance .performance-item .model-view .bottom div, #user_guide_page .content .performance .performance-item .ahu-board .bottom div, #user_guide_page .content .performance .performance-item .model-view .bottom div, #user_guide_page .content .performance .performance-item .users .bottom div, #user_guide_page .content .performance .performance-item .reports .bottom div,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .bottom div,
            #privacy_policy_page .content .performance .performance-item .dashboard .bottom div,
            #privacy_policy_page .content .performance .performance-item .project-boad .bottom div,
            #privacy_policy_page .content .performance .performance-item .model-view .bottom div,
            #privacy_policy_page .content .performance .performance-item .ahu-board .bottom div,
            #privacy_policy_page .content .performance .performance-item .model-view .bottom div,
            #privacy_policy_page .content .performance .performance-item .users .bottom div,
            #privacy_policy_page .content .performance .performance-item .reports .bottom div,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .bottom div,
            #terms_of_use_page .content .performance .performance-item .dashboard .bottom div,
            #terms_of_use_page .content .performance .performance-item .project-boad .bottom div,
            #terms_of_use_page .content .performance .performance-item .model-view .bottom div,
            #terms_of_use_page .content .performance .performance-item .ahu-board .bottom div,
            #terms_of_use_page .content .performance .performance-item .model-view .bottom div,
            #terms_of_use_page .content .performance .performance-item .users .bottom div,
            #terms_of_use_page .content .performance .performance-item .reports .bottom div,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .bottom div,
            #start-up-guide-page .content .performance .performance-item .dashboard .bottom div,
            #start-up-guide-page .content .performance .performance-item .project-boad .bottom div,
            #start-up-guide-page .content .performance .performance-item .model-view .bottom div,
            #start-up-guide-page .content .performance .performance-item .ahu-board .bottom div,
            #start-up-guide-page .content .performance .performance-item .model-view .bottom div,
            #start-up-guide-page .content .performance .performance-item .users .bottom div,
            #start-up-guide-page .content .performance .performance-item .reports .bottom div {
              width: fit-content;
              position: relative;
              display: block; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .bottom .manage, #user_guide_page .content .performance .performance-item .dashboard .bottom .manage, #user_guide_page .content .performance .performance-item .project-boad .bottom .manage, #user_guide_page .content .performance .performance-item .model-view .bottom .manage, #user_guide_page .content .performance .performance-item .ahu-board .bottom .manage, #user_guide_page .content .performance .performance-item .model-view .bottom .manage, #user_guide_page .content .performance .performance-item .users .bottom .manage, #user_guide_page .content .performance .performance-item .reports .bottom .manage,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .bottom .manage,
            #privacy_policy_page .content .performance .performance-item .dashboard .bottom .manage,
            #privacy_policy_page .content .performance .performance-item .project-boad .bottom .manage,
            #privacy_policy_page .content .performance .performance-item .model-view .bottom .manage,
            #privacy_policy_page .content .performance .performance-item .ahu-board .bottom .manage,
            #privacy_policy_page .content .performance .performance-item .model-view .bottom .manage,
            #privacy_policy_page .content .performance .performance-item .users .bottom .manage,
            #privacy_policy_page .content .performance .performance-item .reports .bottom .manage,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .bottom .manage,
            #terms_of_use_page .content .performance .performance-item .dashboard .bottom .manage,
            #terms_of_use_page .content .performance .performance-item .project-boad .bottom .manage,
            #terms_of_use_page .content .performance .performance-item .model-view .bottom .manage,
            #terms_of_use_page .content .performance .performance-item .ahu-board .bottom .manage,
            #terms_of_use_page .content .performance .performance-item .model-view .bottom .manage,
            #terms_of_use_page .content .performance .performance-item .users .bottom .manage,
            #terms_of_use_page .content .performance .performance-item .reports .bottom .manage,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .bottom .manage,
            #start-up-guide-page .content .performance .performance-item .dashboard .bottom .manage,
            #start-up-guide-page .content .performance .performance-item .project-boad .bottom .manage,
            #start-up-guide-page .content .performance .performance-item .model-view .bottom .manage,
            #start-up-guide-page .content .performance .performance-item .ahu-board .bottom .manage,
            #start-up-guide-page .content .performance .performance-item .model-view .bottom .manage,
            #start-up-guide-page .content .performance .performance-item .users .bottom .manage,
            #start-up-guide-page .content .performance .performance-item .reports .bottom .manage {
              margin-left: 815px; }
            #user_guide_page .content .performance .performance-item .top-navigation-bar .bottom .edit-prj, #user_guide_page .content .performance .performance-item .dashboard .bottom .edit-prj, #user_guide_page .content .performance .performance-item .project-boad .bottom .edit-prj, #user_guide_page .content .performance .performance-item .model-view .bottom .edit-prj, #user_guide_page .content .performance .performance-item .ahu-board .bottom .edit-prj, #user_guide_page .content .performance .performance-item .model-view .bottom .edit-prj, #user_guide_page .content .performance .performance-item .users .bottom .edit-prj, #user_guide_page .content .performance .performance-item .reports .bottom .edit-prj,
            #privacy_policy_page .content .performance .performance-item .top-navigation-bar .bottom .edit-prj,
            #privacy_policy_page .content .performance .performance-item .dashboard .bottom .edit-prj,
            #privacy_policy_page .content .performance .performance-item .project-boad .bottom .edit-prj,
            #privacy_policy_page .content .performance .performance-item .model-view .bottom .edit-prj,
            #privacy_policy_page .content .performance .performance-item .ahu-board .bottom .edit-prj,
            #privacy_policy_page .content .performance .performance-item .model-view .bottom .edit-prj,
            #privacy_policy_page .content .performance .performance-item .users .bottom .edit-prj,
            #privacy_policy_page .content .performance .performance-item .reports .bottom .edit-prj,
            #terms_of_use_page .content .performance .performance-item .top-navigation-bar .bottom .edit-prj,
            #terms_of_use_page .content .performance .performance-item .dashboard .bottom .edit-prj,
            #terms_of_use_page .content .performance .performance-item .project-boad .bottom .edit-prj,
            #terms_of_use_page .content .performance .performance-item .model-view .bottom .edit-prj,
            #terms_of_use_page .content .performance .performance-item .ahu-board .bottom .edit-prj,
            #terms_of_use_page .content .performance .performance-item .model-view .bottom .edit-prj,
            #terms_of_use_page .content .performance .performance-item .users .bottom .edit-prj,
            #terms_of_use_page .content .performance .performance-item .reports .bottom .edit-prj,
            #start-up-guide-page .content .performance .performance-item .top-navigation-bar .bottom .edit-prj,
            #start-up-guide-page .content .performance .performance-item .dashboard .bottom .edit-prj,
            #start-up-guide-page .content .performance .performance-item .project-boad .bottom .edit-prj,
            #start-up-guide-page .content .performance .performance-item .model-view .bottom .edit-prj,
            #start-up-guide-page .content .performance .performance-item .ahu-board .bottom .edit-prj,
            #start-up-guide-page .content .performance .performance-item .model-view .bottom .edit-prj,
            #start-up-guide-page .content .performance .performance-item .users .bottom .edit-prj,
            #start-up-guide-page .content .performance .performance-item .reports .bottom .edit-prj {
              margin-left: 236px;
              margin-top: -33px; }
          #user_guide_page .content .performance .performance-item .top-navigation-bar .board-name, #user_guide_page .content .performance .performance-item .dashboard .board-name, #user_guide_page .content .performance .performance-item .project-boad .board-name, #user_guide_page .content .performance .performance-item .model-view .board-name, #user_guide_page .content .performance .performance-item .ahu-board .board-name, #user_guide_page .content .performance .performance-item .model-view .board-name, #user_guide_page .content .performance .performance-item .users .board-name, #user_guide_page .content .performance .performance-item .reports .board-name,
          #privacy_policy_page .content .performance .performance-item .top-navigation-bar .board-name,
          #privacy_policy_page .content .performance .performance-item .dashboard .board-name,
          #privacy_policy_page .content .performance .performance-item .project-boad .board-name,
          #privacy_policy_page .content .performance .performance-item .model-view .board-name,
          #privacy_policy_page .content .performance .performance-item .ahu-board .board-name,
          #privacy_policy_page .content .performance .performance-item .model-view .board-name,
          #privacy_policy_page .content .performance .performance-item .users .board-name,
          #privacy_policy_page .content .performance .performance-item .reports .board-name,
          #terms_of_use_page .content .performance .performance-item .top-navigation-bar .board-name,
          #terms_of_use_page .content .performance .performance-item .dashboard .board-name,
          #terms_of_use_page .content .performance .performance-item .project-boad .board-name,
          #terms_of_use_page .content .performance .performance-item .model-view .board-name,
          #terms_of_use_page .content .performance .performance-item .ahu-board .board-name,
          #terms_of_use_page .content .performance .performance-item .model-view .board-name,
          #terms_of_use_page .content .performance .performance-item .users .board-name,
          #terms_of_use_page .content .performance .performance-item .reports .board-name,
          #start-up-guide-page .content .performance .performance-item .top-navigation-bar .board-name,
          #start-up-guide-page .content .performance .performance-item .dashboard .board-name,
          #start-up-guide-page .content .performance .performance-item .project-boad .board-name,
          #start-up-guide-page .content .performance .performance-item .model-view .board-name,
          #start-up-guide-page .content .performance .performance-item .ahu-board .board-name,
          #start-up-guide-page .content .performance .performance-item .model-view .board-name,
          #start-up-guide-page .content .performance .performance-item .users .board-name,
          #start-up-guide-page .content .performance .performance-item .reports .board-name {
            color: #00a651;
            font-size: 13px;
            font-family: Roboto medium;
            margin-bottom: 5px;
            display: block; }
        #user_guide_page .content .performance .performance-item .dashboard,
        #privacy_policy_page .content .performance .performance-item .dashboard,
        #terms_of_use_page .content .performance .performance-item .dashboard,
        #start-up-guide-page .content .performance .performance-item .dashboard {
          height: 1263px; }
          #user_guide_page .content .performance .performance-item .dashboard .dashboard-board-images,
          #privacy_policy_page .content .performance .performance-item .dashboard .dashboard-board-images,
          #terms_of_use_page .content .performance .performance-item .dashboard .dashboard-board-images,
          #start-up-guide-page .content .performance .performance-item .dashboard .dashboard-board-images {
            padding-top: 35px;
            position: relative;
            margin-bottom: 25px; }
            #user_guide_page .content .performance .performance-item .dashboard .dashboard-board-images img,
            #privacy_policy_page .content .performance .performance-item .dashboard .dashboard-board-images img,
            #terms_of_use_page .content .performance .performance-item .dashboard .dashboard-board-images img,
            #start-up-guide-page .content .performance .performance-item .dashboard .dashboard-board-images img {
              box-shadow: 12px -6px 15px 4px rgba(0, 0, 0, 0.24);
              width: 75%;
              margin: 0 12.5%; }
        #user_guide_page .content .performance .performance-item .ahu-board,
        #privacy_policy_page .content .performance .performance-item .ahu-board,
        #terms_of_use_page .content .performance .performance-item .ahu-board,
        #start-up-guide-page .content .performance .performance-item .ahu-board {
          height: 3859px; }
          #user_guide_page .content .performance .performance-item .ahu-board .left,
          #privacy_policy_page .content .performance .performance-item .ahu-board .left,
          #terms_of_use_page .content .performance .performance-item .ahu-board .left,
          #start-up-guide-page .content .performance .performance-item .ahu-board .left {
            position: relative;
            padding: 0;
            display: block;
            width: 1070px;
            text-align: left;
            z-index: 999; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-ahu,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-ahu,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-ahu,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-ahu {
              padding-left: 125px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-ahu .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-ahu .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-ahu .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-ahu .board-description {
                display: inline-block; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-ahu:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-ahu:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-ahu:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-ahu:before {
                content: '------------------';
                position: relative;
                padding-left: 5px;
                color: #00a651; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-ahu .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-ahu .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-ahu .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-ahu .vl {
                border-left: 2px dotted #00a651;
                height: 207px;
                margin-left: 5px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-cabinet {
              padding-left: 165px;
              padding-top: 4px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-cabinet .board-description {
                display: inline-block; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-cabinet:before {
                content: '------------------';
                position: relative;
                padding-left: 5px;
                color: #00a651; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-cabinet .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-cabinet .vl {
                border-left: 2px dotted #00a651;
                height: 181px;
                margin-left: 5px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-add-section {
              width: max-content;
              margin-top: -66px;
              padding-left: 913px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .board-description {
                text-align: right;
                display: inline-block; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .with-before:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .with-before:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .with-before:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .with-before:before {
                content: '------------------';
                position: relative;
                padding-right: 5px;
                display: inline-block;
                color: #00a651; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-add-section .vl {
                border-left: 2px dotted #00a651;
                height: 128px;
                margin-left: 1px;
                width: 10px;
                position: absolute;
                margin-top: 6px; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories {
              width: max-content;
              margin-top: 13px;
              padding-left: 994px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .board-description {
                text-align: right;
                display: inline-block; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .with-before:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .with-before:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .with-before:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .with-before:before {
                content: '------------------';
                position: relative;
                padding-right: 5px;
                display: inline-block;
                color: #00a651; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-add-accessories .vl {
                border-left: 2px dotted #00a651;
                height: 92px;
                margin-left: 0px;
                width: 10px;
                position: absolute;
                margin-top: 8px; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-component,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-component,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-component,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-component {
              padding-left: 222px;
              padding-top: 4px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-component .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-component .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-component .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-component .board-description {
                display: inline-block; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-component:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-component:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-component:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-component:before {
                content: '------------------';
                position: relative;
                padding-left: 5px;
                color: #00a651; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-component .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-component .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-component .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-component .vl {
                border-left: 2px dotted #00a651;
                height: 153px;
                margin-left: 5px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-accessories,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-accessories,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-accessories,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-accessories {
              padding-left: 287px;
              padding-top: 4px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-accessories .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-accessories .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-accessories .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-accessories .board-description {
                display: inline-block; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-accessories:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-accessories:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-accessories:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-accessories:before {
                content: '------------------';
                position: relative;
                padding-left: 5px;
                color: #00a651; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-accessories .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-accessories .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-accessories .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-accessories .vl {
                border-left: 2px dotted #00a651;
                height: 127px;
                margin-left: 5px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-rate,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-rate,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-rate,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-rate {
              padding-left: 347px;
              padding-top: 6px;
              display: inline-block; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-rate .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-rate .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-rate .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-rate .board-description {
                text-align: left; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-rate .with-before:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-rate .with-before:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-rate .with-before:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-rate .with-before:before {
                content: '------------------';
                position: relative;
                padding-right: 5px;
                display: inline-block;
                color: #00a651; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-rate .with-before + .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-rate .with-before + .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-rate .with-before + .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-rate .with-before + .board-description {
                padding-left: 70px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .data-bar-rate .vl,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .data-bar-rate .vl,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .data-bar-rate .vl,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .data-bar-rate .vl {
                border-left: 2px dotted #00a651;
                height: 100px;
                margin-left: 0px;
                width: 10px;
                position: absolute;
                margin-top: 7px; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar {
              padding-left: 422px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar .board-description,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar .board-description,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar .board-description,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar .board-description {
                display: inline-block; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-3d,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-3d,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-3d,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-3d {
              margin-top: 93px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-3d .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-3d .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-3d .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-3d .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-3d-technical-data,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-3d-technical-data,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-3d-technical-data,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-3d-technical-data {
              padding-top: 5px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-3d-technical-data .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-3d-technical-data .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-3d-technical-data .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-3d-technical-data .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-view,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-view,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-view,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-view {
              padding-top: 15px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-view .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-view .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-view .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-view .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-in,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-in,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-in,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-in {
              margin-top: 5px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-in .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-in .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-in .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-in .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-out,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-out,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-out,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-out {
              margin-top: 5px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-out .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-out .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-out .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-zoom-out .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-rotate,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-rotate,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-rotate,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-rotate {
              padding-top: 7px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-rotate .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-rotate .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-rotate .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-rotate .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-error-log,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-error-log,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-error-log,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-error-log {
              padding-top: 15px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-error-log .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-error-log .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-error-log .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-error-log .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-configure-tunnel,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-configure-tunnel,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-configure-tunnel,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-configure-tunnel {
              padding-top: 5px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-configure-tunnel .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-configure-tunnel .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-configure-tunnel .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-configure-tunnel .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-title-block,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-title-block,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-title-block,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-title-block {
              padding-top: 6px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-title-block .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-title-block .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-title-block .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-title-block .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-duplicate-sction,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-duplicate-sction,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-duplicate-sction,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-duplicate-sction {
              padding-top: 106px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-duplicate-sction .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-duplicate-sction .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-duplicate-sction .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-duplicate-sction .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
            #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-delete-sction,
            #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-delete-sction,
            #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-delete-sction,
            #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-delete-sction {
              padding-top: 5px; }
              #user_guide_page .content .performance .performance-item .ahu-board .left .menu-bar-delete-sction .board-description:before,
              #privacy_policy_page .content .performance .performance-item .ahu-board .left .menu-bar-delete-sction .board-description:before,
              #terms_of_use_page .content .performance .performance-item .ahu-board .left .menu-bar-delete-sction .board-description:before,
              #start-up-guide-page .content .performance .performance-item .ahu-board .left .menu-bar-delete-sction .board-description:before {
                content: '-----';
                position: relative;
                padding-right: 5px;
                color: #00a651; }
          #user_guide_page .content .performance .performance-item .ahu-board .ahu-board-images,
          #privacy_policy_page .content .performance .performance-item .ahu-board .ahu-board-images,
          #terms_of_use_page .content .performance .performance-item .ahu-board .ahu-board-images,
          #start-up-guide-page .content .performance .performance-item .ahu-board .ahu-board-images {
            padding-top: 711px;
            position: relative; }
            #user_guide_page .content .performance .performance-item .ahu-board .ahu-board-images div,
            #privacy_policy_page .content .performance .performance-item .ahu-board .ahu-board-images div,
            #terms_of_use_page .content .performance .performance-item .ahu-board .ahu-board-images div,
            #start-up-guide-page .content .performance .performance-item .ahu-board .ahu-board-images div {
              padding-bottom: 50px; }
            #user_guide_page .content .performance .performance-item .ahu-board .ahu-board-images img,
            #privacy_policy_page .content .performance .performance-item .ahu-board .ahu-board-images img,
            #terms_of_use_page .content .performance .performance-item .ahu-board .ahu-board-images img,
            #start-up-guide-page .content .performance .performance-item .ahu-board .ahu-board-images img {
              box-shadow: 12px -6px 15px 4px rgba(0, 0, 0, 0.24);
              width: 75%;
              margin: 0 12.5%; }
        #user_guide_page .content .performance .performance-item .project-boad,
        #privacy_policy_page .content .performance .performance-item .project-boad,
        #terms_of_use_page .content .performance .performance-item .project-boad,
        #start-up-guide-page .content .performance .performance-item .project-boad {
          height: 3823px;
          width: 1440px; }
          #user_guide_page .content .performance .performance-item .project-boad label,
          #privacy_policy_page .content .performance .performance-item .project-boad label,
          #terms_of_use_page .content .performance .performance-item .project-boad label,
          #start-up-guide-page .content .performance .performance-item .project-boad label {
            color: #4483eb;
            cursor: pointer; }
          #user_guide_page .content .performance .performance-item .project-boad .left_left,
          #privacy_policy_page .content .performance .performance-item .project-boad .left_left,
          #terms_of_use_page .content .performance .performance-item .project-boad .left_left,
          #start-up-guide-page .content .performance .performance-item .project-boad .left_left {
            display: inline-block;
            margin-left: -5px; }
          #user_guide_page .content .performance .performance-item .project-boad .right,
          #privacy_policy_page .content .performance .performance-item .project-boad .right,
          #terms_of_use_page .content .performance .performance-item .project-boad .right,
          #start-up-guide-page .content .performance .performance-item .project-boad .right {
            position: relative;
            display: inline-block;
            padding: 0px;
            width: 850px;
            margin-right: 19px;
            margin-top: 2px;
            /* text-align: left; */ }
            #user_guide_page .content .performance .performance-item .project-boad .right .partners,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .partners,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .partners,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .partners {
              padding-top: 63px;
              padding-left: 19px; }
            #user_guide_page .content .performance .performance-item .project-boad .right .prj_ahu_list,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .prj_ahu_list,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .prj_ahu_list,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .prj_ahu_list {
              margin-top: -38px;
              padding-left: 291px; }
            #user_guide_page .content .performance .performance-item .project-boad .right .prj_ahu,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .prj_ahu,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .prj_ahu,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .prj_ahu {
              padding-top: 513px;
              padding-left: 344px; }
            #user_guide_page .content .performance .performance-item .project-boad .right .prj_prop_and_perf,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .prj_prop_and_perf,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .prj_prop_and_perf,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .prj_prop_and_perf {
              margin-top: -56px;
              padding-left: 464px; }
            #user_guide_page .content .performance .performance-item .project-boad .right .prj_sections_list,
            #privacy_policy_page .content .performance .performance-item .project-boad .right .prj_sections_list,
            #terms_of_use_page .content .performance .performance-item .project-boad .right .prj_sections_list,
            #start-up-guide-page .content .performance .performance-item .project-boad .right .prj_sections_list {
              padding-left: 679px;
              margin-top: 19px; }
        #user_guide_page .content .performance .performance-item .model-view,
        #privacy_policy_page .content .performance .performance-item .model-view,
        #terms_of_use_page .content .performance .performance-item .model-view,
        #start-up-guide-page .content .performance .performance-item .model-view {
          height: 3027px;
          font-size: 12px !important; }
          #user_guide_page .content .performance .performance-item .model-view .model-view-images,
          #privacy_policy_page .content .performance .performance-item .model-view .model-view-images,
          #terms_of_use_page .content .performance .performance-item .model-view .model-view-images,
          #start-up-guide-page .content .performance .performance-item .model-view .model-view-images {
            padding-top: 658px;
            position: relative; }
            #user_guide_page .content .performance .performance-item .model-view .model-view-images div,
            #privacy_policy_page .content .performance .performance-item .model-view .model-view-images div,
            #terms_of_use_page .content .performance .performance-item .model-view .model-view-images div,
            #start-up-guide-page .content .performance .performance-item .model-view .model-view-images div {
              padding-bottom: 50px; }
            #user_guide_page .content .performance .performance-item .model-view .model-view-images img,
            #privacy_policy_page .content .performance .performance-item .model-view .model-view-images img,
            #terms_of_use_page .content .performance .performance-item .model-view .model-view-images img,
            #start-up-guide-page .content .performance .performance-item .model-view .model-view-images img {
              box-shadow: 12px -6px 15px 4px rgba(0, 0, 0, 0.24);
              width: 75%;
              margin: 0 12.5%; }
          #user_guide_page .content .performance .performance-item .model-view .right,
          #privacy_policy_page .content .performance .performance-item .model-view .right,
          #terms_of_use_page .content .performance .performance-item .model-view .right,
          #start-up-guide-page .content .performance .performance-item .model-view .right {
            width: 100%;
            position: relative;
            padding-left: 16px !important;
            padding-top: 32px !important;
            z-index: 999; }
            #user_guide_page .content .performance .performance-item .model-view .right .board-description,
            #privacy_policy_page .content .performance .performance-item .model-view .right .board-description,
            #terms_of_use_page .content .performance .performance-item .model-view .right .board-description,
            #start-up-guide-page .content .performance .performance-item .model-view .right .board-description {
              font-size: 13px;
              display: inline-block; }
            #user_guide_page .content .performance .performance-item .model-view .right .model-print,
            #privacy_policy_page .content .performance .performance-item .model-view .right .model-print,
            #terms_of_use_page .content .performance .performance-item .model-view .right .model-print,
            #start-up-guide-page .content .performance .performance-item .model-view .right .model-print {
              padding-left: 395px;
              margin-top: 105px; }
              #user_guide_page .content .performance .performance-item .model-view .right .model-print .board-description,
              #privacy_policy_page .content .performance .performance-item .model-view .right .model-print .board-description,
              #terms_of_use_page .content .performance .performance-item .model-view .right .model-print .board-description,
              #start-up-guide-page .content .performance .performance-item .model-view .right .model-print .board-description {
                display: inline-block; }
              #user_guide_page .content .performance .performance-item .model-view .right .model-print:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .model-print:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .model-print:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .model-print:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .model-print .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .model-print .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .model-print .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .model-print .vl {
                border-left: 2px dotted #00a651;
                height: 58px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .render,
            #privacy_policy_page .content .performance .performance-item .model-view .right .render,
            #terms_of_use_page .content .performance .performance-item .model-view .right .render,
            #start-up-guide-page .content .performance .performance-item .model-view .right .render {
              padding-left: 377px;
              margin-top: -46px; }
              #user_guide_page .content .performance .performance-item .model-view .right .render:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .render:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .render:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .render:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .render .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .render .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .render .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .render .vl {
                border-left: 2px dotted #00a651;
                height: 84px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .export,
            #privacy_policy_page .content .performance .performance-item .model-view .right .export,
            #terms_of_use_page .content .performance .performance-item .model-view .right .export,
            #start-up-guide-page .content .performance .performance-item .model-view .right .export {
              padding-left: 400px;
              margin-top: -46px; }
            #user_guide_page .content .performance .performance-item .model-view .right .revit,
            #privacy_policy_page .content .performance .performance-item .model-view .right .revit,
            #terms_of_use_page .content .performance .performance-item .model-view .right .revit,
            #start-up-guide-page .content .performance .performance-item .model-view .right .revit {
              padding-left: 359px;
              margin-top: -46px; }
              #user_guide_page .content .performance .performance-item .model-view .right .revit:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .revit:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .revit:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .revit:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .revit .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .revit .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .revit .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .revit .vl {
                border-left: 2px dotted #00a651;
                height: 110px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .step,
            #privacy_policy_page .content .performance .performance-item .model-view .right .step,
            #terms_of_use_page .content .performance .performance-item .model-view .right .step,
            #start-up-guide-page .content .performance .performance-item .model-view .right .step {
              padding-left: 342px;
              margin-top: -46px; }
              #user_guide_page .content .performance .performance-item .model-view .right .step:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .step:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .step:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .step:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .step .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .step .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .step .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .step .vl {
                border-left: 2px dotted #00a651;
                height: 137px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .dxf,
            #privacy_policy_page .content .performance .performance-item .model-view .right .dxf,
            #terms_of_use_page .content .performance .performance-item .model-view .right .dxf,
            #start-up-guide-page .content .performance .performance-item .model-view .right .dxf {
              margin-top: -46px;
              padding-left: 325px; }
              #user_guide_page .content .performance .performance-item .model-view .right .dxf:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .dxf:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .dxf:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .dxf:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .dxf .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .dxf .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .dxf .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .dxf .vl {
                border-left: 2px dotted #00a651;
                height: 164px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .screenshot,
            #privacy_policy_page .content .performance .performance-item .model-view .right .screenshot,
            #terms_of_use_page .content .performance .performance-item .model-view .right .screenshot,
            #start-up-guide-page .content .performance .performance-item .model-view .right .screenshot {
              margin-top: -46px;
              padding-left: 308px; }
              #user_guide_page .content .performance .performance-item .model-view .right .screenshot:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .screenshot:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .screenshot:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .screenshot:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .screenshot .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .screenshot .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .screenshot .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .screenshot .vl {
                border-left: 2px dotted #00a651;
                height: 190px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .share,
            #privacy_policy_page .content .performance .performance-item .model-view .right .share,
            #terms_of_use_page .content .performance .performance-item .model-view .right .share,
            #start-up-guide-page .content .performance .performance-item .model-view .right .share {
              margin-top: -46px;
              padding-left: 289px; }
              #user_guide_page .content .performance .performance-item .model-view .right .share:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .share:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .share:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .share:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .share .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .share .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .share .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .share .vl {
                border-left: 2px dotted #00a651;
                height: 214px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .default_view,
            #privacy_policy_page .content .performance .performance-item .model-view .right .default_view,
            #terms_of_use_page .content .performance .performance-item .model-view .right .default_view,
            #start-up-guide-page .content .performance .performance-item .model-view .right .default_view {
              margin-top: -46px;
              padding-left: 682px; }
              #user_guide_page .content .performance .performance-item .model-view .right .default_view:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .default_view:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .default_view:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .default_view:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .default_view .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .default_view .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .default_view .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .default_view .vl {
                border-left: 2px dotted #00a651;
                height: 164px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .z-in,
            #privacy_policy_page .content .performance .performance-item .model-view .right .z-in,
            #terms_of_use_page .content .performance .performance-item .model-view .right .z-in,
            #start-up-guide-page .content .performance .performance-item .model-view .right .z-in {
              padding-left: 612px;
              margin-top: -46px; }
              #user_guide_page .content .performance .performance-item .model-view .right .z-in:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .z-in:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .z-in:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .z-in:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .z-in .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .z-in .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .z-in .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .z-in .vl {
                border-left: 2px dotted #00a651;
                height: 137px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .z-out,
            #privacy_policy_page .content .performance .performance-item .model-view .right .z-out,
            #terms_of_use_page .content .performance .performance-item .model-view .right .z-out,
            #start-up-guide-page .content .performance .performance-item .model-view .right .z-out {
              padding-left: 546px;
              margin-top: -46px; }
              #user_guide_page .content .performance .performance-item .model-view .right .z-out:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .z-out:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .z-out:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .z-out:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .z-out .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .z-out .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .z-out .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .z-out .vl {
                border-left: 2px dotted #00a651;
                height: 110px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .full,
            #privacy_policy_page .content .performance .performance-item .model-view .right .full,
            #terms_of_use_page .content .performance .performance-item .model-view .right .full,
            #start-up-guide-page .content .performance .performance-item .model-view .right .full {
              padding-left: 245px;
              margin-top: -45px; }
              #user_guide_page .content .performance .performance-item .model-view .right .full:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .full:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .full:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .full:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .full .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .full .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .full .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .full .vl {
                border-left: 2px dotted #00a651;
                height: 84px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
            #user_guide_page .content .performance .performance-item .model-view .right .views,
            #privacy_policy_page .content .performance .performance-item .model-view .right .views,
            #terms_of_use_page .content .performance .performance-item .model-view .right .views,
            #start-up-guide-page .content .performance .performance-item .model-view .right .views {
              padding-left: 755px;
              margin-top: 135px; }
              #user_guide_page .content .performance .performance-item .model-view .right .views:before,
              #privacy_policy_page .content .performance .performance-item .model-view .right .views:before,
              #terms_of_use_page .content .performance .performance-item .model-view .right .views:before,
              #start-up-guide-page .content .performance .performance-item .model-view .right .views:before {
                content: '--------';
                position: relative;
                padding-right: 5px;
                color: #55af44; }
              #user_guide_page .content .performance .performance-item .model-view .right .views .vl,
              #privacy_policy_page .content .performance .performance-item .model-view .right .views .vl,
              #terms_of_use_page .content .performance .performance-item .model-view .right .views .vl,
              #start-up-guide-page .content .performance .performance-item .model-view .right .views .vl {
                border-left: 2px dotted #00a651;
                height: 58px;
                margin-left: -1px;
                width: 10px;
                position: absolute;
                margin-top: -12px; }
          #user_guide_page .content .performance .performance-item .model-view .center-left,
          #privacy_policy_page .content .performance .performance-item .model-view .center-left,
          #terms_of_use_page .content .performance .performance-item .model-view .center-left,
          #start-up-guide-page .content .performance .performance-item .model-view .center-left {
            position: relative;
            width: 50%;
            padding-top: 210px;
            text-align: right; }
        #user_guide_page .content .performance .performance-item .reports-board .reports-board-image,
        #privacy_policy_page .content .performance .performance-item .reports-board .reports-board-image,
        #terms_of_use_page .content .performance .performance-item .reports-board .reports-board-image,
        #start-up-guide-page .content .performance .performance-item .reports-board .reports-board-image {
          padding-top: 0px; }
          #user_guide_page .content .performance .performance-item .reports-board .reports-board-image img,
          #privacy_policy_page .content .performance .performance-item .reports-board .reports-board-image img,
          #terms_of_use_page .content .performance .performance-item .reports-board .reports-board-image img,
          #start-up-guide-page .content .performance .performance-item .reports-board .reports-board-image img {
            box-shadow: 12px -6px 15px 4px rgba(0, 0, 0, 0.24);
            width: 75%;
            margin: 0 12.5%; }
        #user_guide_page .content .performance .performance-item .project-boad,
        #privacy_policy_page .content .performance .performance-item .project-boad,
        #terms_of_use_page .content .performance .performance-item .project-boad,
        #start-up-guide-page .content .performance .performance-item .project-boad {
          height: 3890px;
          margin-bottom: 15px; }
        #user_guide_page .content .performance .performance-item:nth-child(5),
        #privacy_policy_page .content .performance .performance-item:nth-child(5),
        #terms_of_use_page .content .performance .performance-item:nth-child(5),
        #start-up-guide-page .content .performance .performance-item:nth-child(5) {
          max-width: 1225px;
          /*border:1px solid red;*/ }
          #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second,
          #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first,
          #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second,
          #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first,
          #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second,
          #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first,
          #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second {
            height: 625px;
            display: inline-block;
            position: relative;
            /*border:1px solid green;*/
            margin-left: 124px;
            margin-top: 27px;
            width: 1080px; }
            #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .left,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .right,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .left,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .right {
              position: absolute; }
            #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .ahu-board-image, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .ahu-board-image,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .ahu-board-image,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .ahu-board-image,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .ahu-board-image,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .ahu-board-image,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .ahu-board-image,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .ahu-board-image {
              /*position: absolute;*/
              min-width: 1024px;
              margin-left: 61px;
              /*margin-left: 285px;
					    margin-top: 58px;*/ }
              #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .ahu-board-image img, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .ahu-board-image img,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .ahu-board-image img,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .ahu-board-image img,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .ahu-board-image img,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .ahu-board-image img,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .ahu-board-image img,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .ahu-board-image img {
                margin: 0 auto;
                display: block;
                min-width: 708px; }
            #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .board-name, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .board-name,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .board-name,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .board-name,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .board-name,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .board-name,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .board-name,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .board-name {
              color: #00a651;
              font-size: 13px;
              font-family: Roboto medium;
              margin-bottom: 5px;
              display: block; }
            #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .board-description, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .board-description,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .board-description,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .board-description,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .board-description,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .board-description,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .board-description,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .board-description {
              display: block;
              text-align: right;
              font-size: 13px;
              margin-bottom: 7px; }
            #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .left,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .left {
              text-align: right; }
              #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left .set, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left .set,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left .set,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left .set,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left .set,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left .set,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .left .set,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .left .set {
                margin-top: 325px;
                margin-left: 452px; }
              #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left .select, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left .select,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left .select,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left .select,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .left .select,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .left .select,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .left .select,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .left .select {
                margin-top: -374px;
                width: 169px;
                margin-left: -110px; }
            #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right,
            #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right,
            #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .right,
            #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .right {
              text-align: left;
              margin-top: -650px; }
              #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .edit, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .edit,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .edit,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .edit,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .edit,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .edit,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .edit,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .edit {
                margin-left: 297px;
                margin-top: 49px;
                width: 200px; }
              #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .add-section, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .add-section,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .add-section,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .add-section,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .add-section,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .add-section,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .add-section,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .add-section {
                margin-top: -59px;
                margin-left: 1009px;
                /* position: absolute; */
                width: 258px; }
                #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .add-section span, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .add-section span,
                #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .add-section span,
                #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .add-section span,
                #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .add-section span,
                #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .add-section span,
                #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .add-section span,
                #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .add-section span {
                  text-align: left; }
              #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .generate, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .generate,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .generate,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .generate,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .generate,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .generate,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .generate,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .generate {
                /*position: absolute;*/
                /*margin-left: 321px;*/
                margin-left: 1074px;
                margin-top: 209px;
                width: 230px; }
              #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .duplicate, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .duplicate,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .duplicate,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .duplicate,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .duplicate,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .duplicate,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .duplicate,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .duplicate {
                margin-top: 87px;
                /* position: absolute; */
                width: 170px;
                margin-left: 1077px; }
              #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .delete, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .delete,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .delete,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .delete,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .delete,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .delete,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .delete,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .delete {
                margin-top: 90px;
                /*position: absolute;*/
                width: 170px;
                margin-left: 1077px; }
              #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .select, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .select,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .select,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .select,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .select,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .select,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .select,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .select {
                margin-top: 93px;
                margin-left: 456px; }
              #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .review, #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .review,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .review,
              #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .review,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .review,
              #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .review,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-first .right .review,
              #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second .right .review {
                margin-left: 945px;
                width: 184px;
                margin-top: -31px; }
          #user_guide_page .content .performance .performance-item:nth-child(5) .ahu-board-second,
          #privacy_policy_page .content .performance .performance-item:nth-child(5) .ahu-board-second,
          #terms_of_use_page .content .performance .performance-item:nth-child(5) .ahu-board-second,
          #start-up-guide-page .content .performance .performance-item:nth-child(5) .ahu-board-second {
            margin-top: -612px;
            /* display: none;*/
            margin-left: 145px;
            opacity: 0; }
          #user_guide_page .content .performance .performance-item:nth-child(5) input[type="radio"]#first-ahu:checked ~ .ahu-board-first,
          #privacy_policy_page .content .performance .performance-item:nth-child(5) input[type="radio"]#first-ahu:checked ~ .ahu-board-first,
          #terms_of_use_page .content .performance .performance-item:nth-child(5) input[type="radio"]#first-ahu:checked ~ .ahu-board-first,
          #start-up-guide-page .content .performance .performance-item:nth-child(5) input[type="radio"]#first-ahu:checked ~ .ahu-board-first {
            opacity: 1;
            transition: all 700ms; }
          #user_guide_page .content .performance .performance-item:nth-child(5) input[type="radio"]#first-ahu:checked ~ .ahu-board-second,
          #privacy_policy_page .content .performance .performance-item:nth-child(5) input[type="radio"]#first-ahu:checked ~ .ahu-board-second,
          #terms_of_use_page .content .performance .performance-item:nth-child(5) input[type="radio"]#first-ahu:checked ~ .ahu-board-second,
          #start-up-guide-page .content .performance .performance-item:nth-child(5) input[type="radio"]#first-ahu:checked ~ .ahu-board-second {
            opacity: 0;
            transition: all 700ms; }
          #user_guide_page .content .performance .performance-item:nth-child(5) input[type="radio"]#second-ahu:checked ~ .ahu-board-second,
          #privacy_policy_page .content .performance .performance-item:nth-child(5) input[type="radio"]#second-ahu:checked ~ .ahu-board-second,
          #terms_of_use_page .content .performance .performance-item:nth-child(5) input[type="radio"]#second-ahu:checked ~ .ahu-board-second,
          #start-up-guide-page .content .performance .performance-item:nth-child(5) input[type="radio"]#second-ahu:checked ~ .ahu-board-second {
            opacity: 1;
            transition: all 700ms; }
          #user_guide_page .content .performance .performance-item:nth-child(5) input[type="radio"]#second-ahu:checked ~ .ahu-board-first,
          #privacy_policy_page .content .performance .performance-item:nth-child(5) input[type="radio"]#second-ahu:checked ~ .ahu-board-first,
          #terms_of_use_page .content .performance .performance-item:nth-child(5) input[type="radio"]#second-ahu:checked ~ .ahu-board-first,
          #start-up-guide-page .content .performance .performance-item:nth-child(5) input[type="radio"]#second-ahu:checked ~ .ahu-board-first {
            opacity: 0;
            transition: all 700ms; }
          #user_guide_page .content .performance .performance-item:nth-child(5) input[type="radio"]:checked:before,
          #privacy_policy_page .content .performance .performance-item:nth-child(5) input[type="radio"]:checked:before,
          #terms_of_use_page .content .performance .performance-item:nth-child(5) input[type="radio"]:checked:before,
          #start-up-guide-page .content .performance .performance-item:nth-child(5) input[type="radio"]:checked:before {
            color: #a5a5a5; }
          #user_guide_page .content .performance .performance-item:nth-child(5) input#second-ahu,
          #privacy_policy_page .content .performance .performance-item:nth-child(5) input#second-ahu,
          #terms_of_use_page .content .performance .performance-item:nth-child(5) input#second-ahu,
          #start-up-guide-page .content .performance .performance-item:nth-child(5) input#second-ahu {
            position: relative;
            top: 694px;
            left: 655px; }
          #user_guide_page .content .performance .performance-item:nth-child(5) input#first-ahu,
          #privacy_policy_page .content .performance .performance-item:nth-child(5) input#first-ahu,
          #terms_of_use_page .content .performance .performance-item:nth-child(5) input#first-ahu,
          #start-up-guide-page .content .performance .performance-item:nth-child(5) input#first-ahu {
            position: relative;
            top: 694px;
            left: 658px; }
        #user_guide_page .content .performance .performance-item:not([name="flow_diagram"]) > h3,
        #privacy_policy_page .content .performance .performance-item:not([name="flow_diagram"]) > h3,
        #terms_of_use_page .content .performance .performance-item:not([name="flow_diagram"]) > h3,
        #start-up-guide-page .content .performance .performance-item:not([name="flow_diagram"]) > h3 {
          margin-top: 20px;
          font-weight: normal;
          margin-bottom: 5px; }
          #user_guide_page .content .performance .performance-item:not([name="flow_diagram"]) > h3 + p,
          #privacy_policy_page .content .performance .performance-item:not([name="flow_diagram"]) > h3 + p,
          #terms_of_use_page .content .performance .performance-item:not([name="flow_diagram"]) > h3 + p,
          #start-up-guide-page .content .performance .performance-item:not([name="flow_diagram"]) > h3 + p {
            margin-top: 10px; }
          #user_guide_page .content .performance .performance-item:not([name="flow_diagram"]) > h3 + span,
          #privacy_policy_page .content .performance .performance-item:not([name="flow_diagram"]) > h3 + span,
          #terms_of_use_page .content .performance .performance-item:not([name="flow_diagram"]) > h3 + span,
          #start-up-guide-page .content .performance .performance-item:not([name="flow_diagram"]) > h3 + span {
            /*	margin-top: 20px;*/ }
          #user_guide_page .content .performance .performance-item:not([name="flow_diagram"]) > h3 ~ span,
          #privacy_policy_page .content .performance .performance-item:not([name="flow_diagram"]) > h3 ~ span,
          #terms_of_use_page .content .performance .performance-item:not([name="flow_diagram"]) > h3 ~ span,
          #start-up-guide-page .content .performance .performance-item:not([name="flow_diagram"]) > h3 ~ span {
            font-size: 13px;
            width: 100%;
            display: inline-block;
            line-height: 1.7; }
        #user_guide_page .content .performance .performance-item:not([name="flow_diagram"]) ul,
        #privacy_policy_page .content .performance .performance-item:not([name="flow_diagram"]) ul,
        #terms_of_use_page .content .performance .performance-item:not([name="flow_diagram"]) ul,
        #start-up-guide-page .content .performance .performance-item:not([name="flow_diagram"]) ul {
          width: 100%;
          padding-left: 20px; }
          #user_guide_page .content .performance .performance-item:not([name="flow_diagram"]) ul li:before,
          #privacy_policy_page .content .performance .performance-item:not([name="flow_diagram"]) ul li:before,
          #terms_of_use_page .content .performance .performance-item:not([name="flow_diagram"]) ul li:before,
          #start-up-guide-page .content .performance .performance-item:not([name="flow_diagram"]) ul li:before {
            content: "-";
            display: inline-block;
            vertical-align: middle;
            margin-right: 3px; }
          #user_guide_page .content .performance .performance-item:not([name="flow_diagram"]) ul li span,
          #privacy_policy_page .content .performance .performance-item:not([name="flow_diagram"]) ul li span,
          #terms_of_use_page .content .performance .performance-item:not([name="flow_diagram"]) ul li span,
          #start-up-guide-page .content .performance .performance-item:not([name="flow_diagram"]) ul li span {
            font-size: 13px;
            display: inline-block;
            vertical-align: middle;
            line-height: 2; }
          #user_guide_page .content .performance .performance-item:not([name="flow_diagram"]) ul li > *,
          #privacy_policy_page .content .performance .performance-item:not([name="flow_diagram"]) ul li > *,
          #terms_of_use_page .content .performance .performance-item:not([name="flow_diagram"]) ul li > *,
          #start-up-guide-page .content .performance .performance-item:not([name="flow_diagram"]) ul li > * {
            display: inline-block; }
          #user_guide_page .content .performance .performance-item:not([name="flow_diagram"]) ul li h4,
          #privacy_policy_page .content .performance .performance-item:not([name="flow_diagram"]) ul li h4,
          #terms_of_use_page .content .performance .performance-item:not([name="flow_diagram"]) ul li h4,
          #start-up-guide-page .content .performance .performance-item:not([name="flow_diagram"]) ul li h4 {
            padding: 10px 0; }
            #user_guide_page .content .performance .performance-item:not([name="flow_diagram"]) ul li h4 + p,
            #privacy_policy_page .content .performance .performance-item:not([name="flow_diagram"]) ul li h4 + p,
            #terms_of_use_page .content .performance .performance-item:not([name="flow_diagram"]) ul li h4 + p,
            #start-up-guide-page .content .performance .performance-item:not([name="flow_diagram"]) ul li h4 + p {
              margin: 0 0 10px;
              padding-left: 10px; }
        #user_guide_page .content .performance .performance-item[name="prj_board"],
        #privacy_policy_page .content .performance .performance-item[name="prj_board"],
        #terms_of_use_page .content .performance .performance-item[name="prj_board"],
        #start-up-guide-page .content .performance .performance-item[name="prj_board"] {
          /* -webkit-column-count: 2;
				  	 -moz-column-count: 2;
						      column-count: 2; */ }
        #user_guide_page .content .performance .performance-item[name="contact_us"] p span,
        #privacy_policy_page .content .performance .performance-item[name="contact_us"] p span,
        #terms_of_use_page .content .performance .performance-item[name="contact_us"] p span,
        #start-up-guide-page .content .performance .performance-item[name="contact_us"] p span {
          display: inline-block;
          width: 100%; }
        #user_guide_page .content .performance .performance-item[name="critical_task"] h2,
        #privacy_policy_page .content .performance .performance-item[name="critical_task"] h2,
        #terms_of_use_page .content .performance .performance-item[name="critical_task"] h2,
        #start-up-guide-page .content .performance .performance-item[name="critical_task"] h2 {
          margin-bottom: 20px; }
      #user_guide_page .content .performance h2,
      #privacy_policy_page .content .performance h2,
      #terms_of_use_page .content .performance h2,
      #start-up-guide-page .content .performance h2 {
        font-size: 18px;
        line-height: 1.7; }
      #user_guide_page .content .performance p,
      #privacy_policy_page .content .performance p,
      #terms_of_use_page .content .performance p,
      #start-up-guide-page .content .performance p {
        font-size: 13px;
        width: 100%;
        line-height: 1.7; }
      #user_guide_page .content .performance .note,
      #privacy_policy_page .content .performance .note,
      #terms_of_use_page .content .performance .note,
      #start-up-guide-page .content .performance .note {
        width: 176px;
        margin: 0px;
        margin-right: 8px;
        text-align: right;
        top: 0;
        bottom: auto;
        right: 0px;
        padding: 28px 41px 10px 10px;
        background-color: #ffffff; }
      #user_guide_page .content .performance .flow-diagram,
      #privacy_policy_page .content .performance .flow-diagram,
      #terms_of_use_page .content .performance .flow-diagram,
      #start-up-guide-page .content .performance .flow-diagram {
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        margin-top: 28px; }
        #user_guide_page .content .performance .flow-diagram > *,
        #privacy_policy_page .content .performance .flow-diagram > *,
        #terms_of_use_page .content .performance .flow-diagram > *,
        #start-up-guide-page .content .performance .flow-diagram > * {
          display: inline-block;
          height: calc(100% - 50px);
          white-space: normal;
          vertical-align: top; }
        #user_guide_page .content .performance .flow-diagram .diagram,
        #privacy_policy_page .content .performance .flow-diagram .diagram,
        #terms_of_use_page .content .performance .flow-diagram .diagram,
        #start-up-guide-page .content .performance .flow-diagram .diagram {
          width: 60%;
          background-image: url(../../../static/images/diagram.png);
          background-size: 840px;
          background-repeat: no-repeat; }
        #user_guide_page .content .performance .flow-diagram .top-nav,
        #privacy_policy_page .content .performance .flow-diagram .top-nav,
        #terms_of_use_page .content .performance .flow-diagram .top-nav,
        #start-up-guide-page .content .performance .flow-diagram .top-nav {
          width: 40%;
          text-align: center;
          padding-top: 24px; }
          #user_guide_page .content .performance .flow-diagram .top-nav h4,
          #privacy_policy_page .content .performance .flow-diagram .top-nav h4,
          #terms_of_use_page .content .performance .flow-diagram .top-nav h4,
          #start-up-guide-page .content .performance .flow-diagram .top-nav h4 {
            font-size: 21px;
            line-height: 1.2;
            color: #454545; }
            #user_guide_page .content .performance .flow-diagram .top-nav h4 span,
            #privacy_policy_page .content .performance .flow-diagram .top-nav h4 span,
            #terms_of_use_page .content .performance .flow-diagram .top-nav h4 span,
            #start-up-guide-page .content .performance .flow-diagram .top-nav h4 span {
              display: inline-block;
              width: 100%; }
            #user_guide_page .content .performance .flow-diagram .top-nav h4:nth-of-type(2),
            #privacy_policy_page .content .performance .flow-diagram .top-nav h4:nth-of-type(2),
            #terms_of_use_page .content .performance .flow-diagram .top-nav h4:nth-of-type(2),
            #start-up-guide-page .content .performance .flow-diagram .top-nav h4:nth-of-type(2) {
              margin-top: 95px; }
              #user_guide_page .content .performance .flow-diagram .top-nav h4:nth-of-type(2) + .top-nav-btn,
              #privacy_policy_page .content .performance .flow-diagram .top-nav h4:nth-of-type(2) + .top-nav-btn,
              #terms_of_use_page .content .performance .flow-diagram .top-nav h4:nth-of-type(2) + .top-nav-btn,
              #start-up-guide-page .content .performance .flow-diagram .top-nav h4:nth-of-type(2) + .top-nav-btn {
                min-width: 130px;
                width: 130px;
                font-size: 16px;
                margin-top: 20px;
                padding: 8px 20px; }
          #user_guide_page .content .performance .flow-diagram .top-nav .top-nav-btn,
          #privacy_policy_page .content .performance .flow-diagram .top-nav .top-nav-btn,
          #terms_of_use_page .content .performance .flow-diagram .top-nav .top-nav-btn,
          #start-up-guide-page .content .performance .flow-diagram .top-nav .top-nav-btn {
            font-size: 20px;
            display: inline-block;
            padding: 13px 18px;
            min-width: 150px;
            color: #fff;
            background-color: #55af44;
            border-radius: 50px; }
          #user_guide_page .content .performance .flow-diagram .top-nav ul li,
          #privacy_policy_page .content .performance .flow-diagram .top-nav ul li,
          #terms_of_use_page .content .performance .flow-diagram .top-nav ul li,
          #start-up-guide-page .content .performance .flow-diagram .top-nav ul li {
            width: 32%;
            display: inline-block;
            text-align: center;
            padding: 24px 0 8px; }
            #user_guide_page .content .performance .flow-diagram .top-nav ul li.grey-btn span,
            #privacy_policy_page .content .performance .flow-diagram .top-nav ul li.grey-btn span,
            #terms_of_use_page .content .performance .flow-diagram .top-nav ul li.grey-btn span,
            #start-up-guide-page .content .performance .flow-diagram .top-nav ul li.grey-btn span {
              background-color: #777; }
  #user_guide_page ::-webkit-scrollbar,
  #privacy_policy_page ::-webkit-scrollbar,
  #terms_of_use_page ::-webkit-scrollbar,
  #start-up-guide-page ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px; }
  #user_guide_page ::-webkit-scrollbar-track,
  #privacy_policy_page ::-webkit-scrollbar-track,
  #terms_of_use_page ::-webkit-scrollbar-track,
  #start-up-guide-page ::-webkit-scrollbar-track {
    background-color: #eaeaea; }
  #user_guide_page ::-webkit-scrollbar-thumb,
  #privacy_policy_page ::-webkit-scrollbar-thumb,
  #terms_of_use_page ::-webkit-scrollbar-thumb,
  #start-up-guide-page ::-webkit-scrollbar-thumb {
    background-color: #a8a8a8; }
  #user_guide_page .users ol, #user_guide_page .prj-assignments ol,
  #privacy_policy_page .users ol,
  #privacy_policy_page .prj-assignments ol,
  #terms_of_use_page .users ol,
  #terms_of_use_page .prj-assignments ol,
  #start-up-guide-page .users ol,
  #start-up-guide-page .prj-assignments ol {
    list-style-type: decimal;
    font-size: 12px;
    margin-left: 30px;
    width: 100%;
    /*margin-top: 30px;*/ }
  #user_guide_page .users li, #user_guide_page .prj-assignments li,
  #privacy_policy_page .users li,
  #privacy_policy_page .prj-assignments li,
  #terms_of_use_page .users li,
  #terms_of_use_page .prj-assignments li,
  #start-up-guide-page .users li,
  #start-up-guide-page .prj-assignments li {
    font-size: 13px;
    width: 100%;
    line-height: 1.4; }
  #user_guide_page .users,
  #privacy_policy_page .users,
  #terms_of_use_page .users,
  #start-up-guide-page .users {
    height: 252px !important; }
    #user_guide_page .users ol,
    #privacy_policy_page .users ol,
    #terms_of_use_page .users ol,
    #start-up-guide-page .users ol {
      list-style-type: decimal;
      font-size: 12px;
      margin-top: 20px; }
  #user_guide_page .critical-task span,
  #privacy_policy_page .critical-task span,
  #terms_of_use_page .critical-task span,
  #start-up-guide-page .critical-task span {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    line-height: 1.4; }
  #user_guide_page #ksdm-copyright, #user_guide_page #ksdm-dbs-version,
  #privacy_policy_page #ksdm-copyright,
  #privacy_policy_page #ksdm-dbs-version,
  #terms_of_use_page #ksdm-copyright,
  #terms_of_use_page #ksdm-dbs-version,
  #start-up-guide-page #ksdm-copyright,
  #start-up-guide-page #ksdm-dbs-version {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    color: #8c8c8c;
    z-index: -1;
    font-size: 11px;
    padding: 6px 15px;
    margin-top: 7px; }

#step_by_step_page {
  background-color: #f2efed;
  height: 100%; }
  #step_by_step_page .main-contanier {
    padding: 0 30px; }
    #step_by_step_page .main-contanier .footer-item {
      padding-bottom: 22px;
      background: linear-gradient(to right, #749ddc, #6389c7) no-repeat right; }
  #step_by_step_page .name {
    font-size: 13px !important;
    color: #777; }
  #step_by_step_page .row {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  #step_by_step_page .top-margin {
    margin-top: 48px; }
  #step_by_step_page .header-content {
    padding-top: 24px; }
    #step_by_step_page .header-content h2 {
      padding-bottom: 10px;
      font-size: 22px;
      box-sizing: border-box;
      color: #212121; }
    #step_by_step_page .header-content span {
      font-size: 14px; }
  #step_by_step_page .content {
    margin-top: 13px;
    background-color: #fff;
    height: calc(100vh - 196px); }
    #step_by_step_page .content .header-item {
      padding-top: 16px;
      padding-bottom: 16px;
      background: linear-gradient(to right, #749ddc, #4483eb) no-repeat right; }
      #step_by_step_page .content .header-item h3 {
        color: #fff; }
    #step_by_step_page .content .left-column .left-content {
      height: calc(100vh - 290px);
      overflow: auto; }
    #step_by_step_page .content .left-column .active-item, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info], #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us], #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us], #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us], #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us], #step_by_step_page
    #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us],
    #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us], #step_by_step_page
    #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us],
    #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us], #step_by_step_page
    #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us],
    #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us], #step_by_step_page
    #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us],
    #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us], #step_by_step_page
    #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us],
    #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us], #step_by_step_page
    #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us],
    #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us], #step_by_step_page #user_guide_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"], #user_guide_page #step_by_step_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"], #step_by_step_page #user_guide_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"], #user_guide_page #step_by_step_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"], #step_by_step_page
    #privacy_policy_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"],
    #privacy_policy_page #step_by_step_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"], #step_by_step_page
    #privacy_policy_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"],
    #privacy_policy_page #step_by_step_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"], #step_by_step_page
    #terms_of_use_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"],
    #terms_of_use_page #step_by_step_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"], #step_by_step_page
    #terms_of_use_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"],
    #terms_of_use_page #step_by_step_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"], #step_by_step_page
    #start-up-guide-page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"],
    #start-up-guide-page #step_by_step_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"], #step_by_step_page
    #start-up-guide-page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"],
    #start-up-guide-page #step_by_step_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"] {
      background-color: #e6e6e6; }
      #step_by_step_page .content .left-column .active-item:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav label[for=user_guide]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_guide:checked ~ .user-guide-nav .left-column label[for=user_guide]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav label[for=step_by_step]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#step_by_step:checked ~ .user-guide-nav .left-column label[for=step_by_step]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav label[for=privacy_policy]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#privacy_policy:checked ~ .user-guide-nav .left-column label[for=privacy_policy]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav label[for=terms_of_use]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#terms_of_use:checked ~ .user-guide-nav .left-column label[for=terms_of_use]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav label[for=flow_diagram]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#flow_diagram:checked ~ .user-guide-nav .left-column label[for=flow_diagram]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav label[for=access_management]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#access_management:checked ~ .user-guide-nav .left-column label[for=access_management]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav label[for=gen_req]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#gen_req:checked ~ .user-guide-nav .left-column label[for=gen_req]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav label[for=navigation]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#navigation:checked ~ .user-guide-nav .left-column label[for=navigation]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav label[for=dashboard]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#dashboard:checked ~ .user-guide-nav .left-column label[for=dashboard]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav label[for=activity_coasting]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting:checked ~ .user-guide-nav .left-column label[for=activity_coasting]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav label[for=activity_coasting_configuration]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_configuration:checked ~ .user-guide-nav .left-column label[for=activity_coasting_configuration]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav label[for=activity_coasting_activities]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#activity_coasting_activities:checked ~ .user-guide-nav .left-column label[for=activity_coasting_activities]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav label[for=prj_board]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_board:checked ~ .user-guide-nav .left-column label[for=prj_board]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav label[for=ahu_board]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#ahu_board:checked ~ .user-guide-nav .left-column label[for=ahu_board]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav label[for=model_view]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#model_view:checked ~ .user-guide-nav .left-column label[for=model_view]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav label[for=reports]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#reports:checked ~ .user-guide-nav .left-column label[for=reports]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav label[for=users]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#users:checked ~ .user-guide-nav .left-column label[for=users]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav label[for=critical_task]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#critical_task:checked ~ .user-guide-nav .left-column label[for=critical_task]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav label[for=information]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#information:checked ~ .user-guide-nav .left-column label[for=information]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav label[for=ip_address]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#ip_address:checked ~ .user-guide-nav .left-column label[for=ip_address]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav label[for=cookies]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#cookies:checked ~ .user-guide-nav .left-column label[for=cookies]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav label[for=outside_information]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#outside_information:checked ~ .user-guide-nav .left-column label[for=outside_information]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav label[for=third_party_links]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#third_party_links:checked ~ .user-guide-nav .left-column label[for=third_party_links]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav label[for=online_pp]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#online_pp:checked ~ .user-guide-nav .left-column label[for=online_pp]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav label[for=your_consent]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#your_consent:checked ~ .user-guide-nav .left-column label[for=your_consent]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav label[for=prj_owner]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_owner:checked ~ .user-guide-nav .left-column label[for=prj_owner]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav label[for=prj_assignment]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#prj_assignment:checked ~ .user-guide-nav .left-column label[for=prj_assignment]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav label[for=changes]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#changes:checked ~ .user-guide-nav .left-column label[for=changes]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav label[for=applicable_law]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#applicable_law:checked ~ .user-guide-nav .left-column label[for=applicable_law]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav label[for=user_permission]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#user_permission:checked ~ .user-guide-nav .left-column label[for=user_permission]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav label[for=description_limit]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#description_limit:checked ~ .user-guide-nav .left-column label[for=description_limit]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav label[for=copyright]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#copyright:checked ~ .user-guide-nav .left-column label[for=copyright]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav label[for=product_support]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#product_support:checked ~ .user-guide-nav .left-column label[for=product_support]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav label[for=updates]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#updates:checked ~ .user-guide-nav .left-column label[for=updates]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav label[for=liabiltty_def]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#liabiltty_def:checked ~ .user-guide-nav .left-column label[for=liabiltty_def]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav label[for=data_privacy]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#data_privacy:checked ~ .user-guide-nav .left-column label[for=data_privacy]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav label[for=legal_info]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#legal_info:checked ~ .user-guide-nav .left-column label[for=legal_info]:hover, #step_by_step_page #user_guide_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us]:hover, #user_guide_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us]:hover, #step_by_step_page #user_guide_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us]:hover, #user_guide_page #step_by_step_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us]:hover, #step_by_step_page
      #privacy_policy_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us]:hover,
      #privacy_policy_page #step_by_step_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us]:hover, #step_by_step_page
      #terms_of_use_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us]:hover,
      #terms_of_use_page #step_by_step_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav label[for=contact_us]:hover, #step_by_step_page
      #start-up-guide-page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us]:hover,
      #start-up-guide-page #step_by_step_page .content input[name="nav_ctrl_btn"]#contact_us:checked ~ .user-guide-nav .left-column label[for=contact_us]:hover, #step_by_step_page #user_guide_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"]:hover, #user_guide_page #step_by_step_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"]:hover, #step_by_step_page #user_guide_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"]:hover, #user_guide_page #step_by_step_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"]:hover, #step_by_step_page
      #privacy_policy_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"]:hover,
      #privacy_policy_page #step_by_step_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"]:hover, #step_by_step_page
      #privacy_policy_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"]:hover,
      #privacy_policy_page #step_by_step_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"]:hover, #step_by_step_page
      #terms_of_use_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"]:hover,
      #terms_of_use_page #step_by_step_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"]:hover, #step_by_step_page
      #terms_of_use_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"]:hover,
      #terms_of_use_page #step_by_step_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"]:hover, #step_by_step_page
      #start-up-guide-page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"]:hover,
      #start-up-guide-page #step_by_step_page .content .left-column #subnavbtn:checked ~ .user-guide-nav label[for="subnavbtn"]:hover, #step_by_step_page
      #start-up-guide-page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"]:hover,
      #start-up-guide-page #step_by_step_page .content #subnavbtn:checked ~ .user-guide-nav .left-column label[for="subnavbtn"]:hover {
        background-color: #e6e6e6 !important; }
    #step_by_step_page .content .left-column .nav-tabs {
      border: none; }
    #step_by_step_page .content .left-column .separat {
      height: 32px; }
    #step_by_step_page .content .left-column .left-column-item {
      color: #777; }
      #step_by_step_page .content .left-column .left-column-item .user {
        top: 6px !important; }
      #step_by_step_page .content .left-column .left-column-item .center-align {
        top: 8px; }
        #step_by_step_page .content .left-column .left-column-item .center-align i {
          font-size: 16px; }
        #step_by_step_page .content .left-column .left-column-item .center-align .small-icon {
          font-size: 20px; }
        #step_by_step_page .content .left-column .left-column-item .center-align .icon-ic-report-black-24px:before {
          font-size: 23px !important;
          position: absolute;
          right: -6px; }
      #step_by_step_page .content .left-column .left-column-item .report {
        top: 5px !important; }
      #step_by_step_page .content .left-column .left-column-item .header-item {
        cursor: default; }
      #step_by_step_page .content .left-column .left-column-item:not(.separat) {
        cursor: pointer !important; }
        #step_by_step_page .content .left-column .left-column-item:not(.separat):hover, #step_by_step_page .content .left-column .left-column-item:not(.separat):active {
          background-color: #f0f0f0; }
        #step_by_step_page .content .left-column .left-column-item:not(.separat) a {
          font-size: 13px;
          color: #777;
          display: inline-block;
          width: 100%;
          background-color: transparent;
          text-align: left;
          text-decoration: none;
          padding-top: 10px;
          padding-bottom: 9px; }
      #step_by_step_page .content .left-column .left-column-item .sub-tub-item {
        padding-left: 5px; }
    #step_by_step_page .content .left-column .btn-generate {
      position: absolute;
      top: -6px;
      right: -10px;
      width: 30px;
      height: 30px;
      padding: 0px;
      background-repeat: no-repeat;
      background-image: url(../../images/generateBtn/3D_generation.png);
      opacity: 1;
      transition: none;
      background-position: 5px 5px;
      background-size: 70px; }
    #step_by_step_page .content .left-column .ahu-img {
      position: absolute;
      top: -4px;
      right: -10px;
      background-image: url(../../images/AHU-1.png);
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: center;
      transition: none;
      background-size: 25px; }
    #step_by_step_page .content .tab-pane {
      height: 100%; }
    #step_by_step_page .content .right-column-item {
      height: calc(100vh - 295px);
      overflow: auto; }
      #step_by_step_page .content .right-column-item h3 {
        font-size: 20px;
        padding-bottom: 10px; }
      #step_by_step_page .content .right-column-item .selectrd-text {
        color: #a05fbb; }
      #step_by_step_page .content .right-column-item p, #step_by_step_page .content .right-column-item ol > div > li {
        line-height: 2;
        font-size: 13px; }
    #step_by_step_page .content .middle-column {
      background: linear-gradient(to top, #d8edefd4, #d8efe25e) no-repeat right;
      height: 100%; }
      #step_by_step_page .content .middle-column .middle-column-item {
        height: calc(100vh - 290px);
        overflow: auto;
        margin-top: 48px; }
      #step_by_step_page .content .middle-column .screenshots-item {
        display: table;
        margin: 0 auto; }
        #step_by_step_page .content .middle-column .screenshots-item img {
          box-sizing: border-box;
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.24);
          display: block; }
        #step_by_step_page .content .middle-column .screenshots-item .small-screenshot {
          width: 343px !important; }
  #step_by_step_page .footer-item .footer-buttons-group {
    padding-top: 18px; }
    #step_by_step_page .footer-item .footer-buttons-group a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
  #step_by_step_page ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px; }
  #step_by_step_page ::-webkit-scrollbar-track {
    background-color: #eaeaea; }
  #step_by_step_page ::-webkit-scrollbar-thumb {
    background-color: #a8a8a8; }

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative; }
  .footer-wrapper small#ksdm-copyright, .footer-wrapper small#ksdm-dbs-version {
    margin-top: 0px !important; }
  .footer-wrapper small {
    bottom: 0 !important; }
  .footer-wrapper.top-5 {
    top: 5px; }
  .footer-wrapper.bottom--2 {
    bottom: -2px; }

.password-conditions {
  color: #757575;
  font-size: 13px;
  padding: 5px 7px;
  cursor: pointer;
  position: relative;
  width: fit-content; }
  .password-conditions:hover .passowrd-tooltip {
    display: block; }
  .password-conditions .passowrd-tooltip {
    left: 0px;
    top: 22px;
    width: 300px;
    font-size: 13px;
    background-color: #8d8d8d;
    color: #fff;
    padding: 5px 7px 5px 20px;
    position: absolute;
    z-index: 50;
    line-height: 22px;
    display: none;
    pointer-events: none; }
    .password-conditions .passowrd-tooltip li {
      position: relative; }
    .password-conditions .passowrd-tooltip li::before {
      position: absolute;
      content: "●";
      left: -15px;
      top: -1px; }
    .password-conditions .passowrd-tooltip li + li {
      padding-top: 0px; }
  .password-conditions.on-right {
    margin-left: auto;
    margin-right: 0; }
    .password-conditions.on-right .passowrd-tooltip {
      left: unset;
      right: 5px; }

.sign-in {
  font-family: Roboto;
  background-color: #1e405c;
  background-image: url("../../images/sign-in-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
  /* .sign-in-container img {
    width: 124px;
    padding-bottom: 5px; }*/
  /*.sign-in-container input:not([type="submit"]):not([type="checkbox"]) */
  /*  .sign-in-container .button a:hover {
    opacity: 1;
    cursor: pointer;
  }*/
  /*login logo*/ }
  .sign-in .sign-in-container {
    /*width: 100%;*/
    /*max-width: 320px;*/
    max-width: 408px;
    height: 401px;
    margin: 0 auto;
    position: relative;
    margin-top: calc(50vh - 200px); }
  .sign-in .sign-in-container .login {
    background-color: #fff;
    /*border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;*/
    /* box-shadow: 5px 5px 25px -2px rgba(0, 0, 0, 0.2);*/
    /*margin-top: 50px;*/
    padding: 30px 24px 24px 24px;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }
    .sign-in .sign-in-container .login form.hide {
      display: none; }
    .sign-in .sign-in-container .login .sign-in-pass {
      padding-right: 30px; }
    .sign-in .sign-in-container .login i.show-hide-password {
      position: absolute;
      cursor: pointer;
      right: 10px;
      top: 5px;
      z-index: 10;
      color: #212121;
      opacity: 1; }
      .sign-in .sign-in-container .login i.show-hide-password.active {
        color: #2085df;
        opacity: 1; }
    .sign-in .sign-in-container .login .form-error {
      display: none; }
    .sign-in .sign-in-container .login .password-input-btm {
      display: flex;
      justify-content: space-between; }
      .sign-in .sign-in-container .login .password-input-btm div.change_password {
        color: #2085df;
        font-size: 13px;
        padding-right: 3px;
        padding-top: 3px;
        cursor: pointer; }
        .sign-in .sign-in-container .login .password-input-btm div.change_password:hover {
          filter: brightness(0.7); }
  .sign-in .sign-in-container input {
    vertical-align: text-bottom;
    font-size: 14px; }
    .sign-in .sign-in-container input:-webkit-autofill {
      box-shadow: 0 0 0 1000px white inset !important;
      -webkit-box-shadow: 0 0 0 1000px white inset !important;
      -webkit-text-fill-color: #000 !important; }
  .sign-in .sign-in-container #username, .sign-in .sign-in-container .sign-in-pass {
    width: calc(100% - 4px);
    border-style: solid;
    border-width: 0px 0px 1px 0;
    border-color: #ccc;
    outline: none;
    display: inline-block;
    padding: 5px 0;
    vertical-align: middle; }
    .sign-in .sign-in-container #username.invalid, .sign-in .sign-in-container .sign-in-pass.invalid {
      border-color: #d50000 !important; }
  .sign-in .sign-in-container .button {
    /*padding: 10px 0 24px; */
    padding-top: 43px;
    width: 100%; }
  .sign-in .sign-in-container .button a {
    float: left;
    margin: 5px 0 0;
    text-decoration: none;
    letter-spacing: 0.03em;
    color: #204483;
    transition: opacity 0.3s; }
  .sign-in .sign-in-container .button a:first-letter {
    color: #55873d;
    font-size: 15px; }
  .sign-in .sign-in-container #sign, .sign-in .sign-in-container #update {
    float: right;
    color: #eee;
    /* opacity: 0.6;*/
    background-color: #2085df;
    border: 1px solid #1974c6;
    cursor: pointer;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    display: block;
    /*border-radius: 3px;*/
    /*padding: 5px 15px;*/
    width: 100%;
    height: 32px;
    text-transform: uppercase;
    font-family: roboto medium; }
  .sign-in .sign-in-container #sign:hover, .sign-in .sign-in-container #sign:focus {
    /*box-shadow: 0 -6px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 1.5s;
    background-color: #2085df;
    transition: 1s;
    border: 1px solid #1974c6; }
  .sign-in .sign-in-container label {
    color: #212121;
    cursor: pointer;
    font-size: 18px; }
  .sign-in .sign-in-container .agree, .sign-in .sign-in-container label[for="remember_username"] {
    vertical-align: baseline;
    font-size: 12px;
    position: absolute; }
  .sign-in .agree {
    width: 305px;
    position: absolute;
    line-height: 1.6;
    padding-right: 5px; }
    .sign-in .agree a {
      font-size: 12px; }
  .sign-in .sign-in-container #remember_username {
    /*width: 14px;
    height: 16px;*/
    /*background-color: #fff;*/
    vertical-align: middle; }
  .sign-in .sign-in-container form {
    margin-top: 7px;
    width: 100%;
    /* padding-top: 24px;*/
    /* border-top: 1px solid #ccc; */ }
    .sign-in .sign-in-container form .required-error {
      display: none; }
    .sign-in .sign-in-container form.invalid .required-error, .sign-in .sign-in-container form.has-error .required-error {
      display: block; }
    .sign-in .sign-in-container form.invalid #username {
      border-color: #d50000; }
    .sign-in .sign-in-container form.invalid .sign-in-pass {
      border-color: #d50000; }
  .sign-in .sign-in-container form .first-input {
    padding: 15px 0 0 0; }
    .sign-in .sign-in-container form .first-input .icon-close-1 {
      top: -1px;
      right: 5px; }
  .sign-in .sign-in-container form .checkbox {
    margin-top: 15px; }
    .sign-in .sign-in-container form .checkbox input[type="checkbox"]:checked:before {
      vertical-align: baseline;
      line-height: 0.9;
      position: relative; }
    .sign-in .sign-in-container form .checkbox input {
      margin: 3px 11px 7px 0;
      width: 16px;
      height: 16px; }
      .sign-in .sign-in-container form .checkbox input#agree {
        margin: 7px 11px 5px 0; }
  .sign-in .sign-in-container form .second-input {
    margin-top: 26px; }
    .sign-in .sign-in-container form .second-input .icon-close-1 {
      top: -1px; }
    .sign-in .sign-in-container form .second-input.position-relative {
      position: relative; }
  .sign-in .sign-in-container form#change-password-form .second-input {
    margin-top: 13px; }
  .sign-in .sign-in-container form a {
    text-decoration: none;
    color: #2085df;
    font-size: 12px; }
  .sign-in .sign-in-container form a:hover {
    text-decoration: none;
    color: #1E4282; }
  .sign-in .note {
    display: inline-block;
    color: #9e9e9e;
    margin: 0;
    font-size: 11px;
    bottom: auto;
    width: 130px;
    right: 23px; }
  .sign-in .login-logo {
    background-image: url("../../images/kinetix_logo.png");
    height: 41px;
    background-size: 124px;
    background-repeat: no-repeat; }
  .sign-in .form-info h4.form-name {
    color: #757575;
    padding-top: 10px; }
  .sign-in .invalid {
    border-color: #d50000; }
  .sign-in .sign-in-container #username:focus, .sign-in .sign-in-container .sign-in-pass:focus {
    border-style: solid;
    border-width: 0px 0px 1px 0;
    border-color: #3d82e6; }
  .sign-in .sign-in-container #username,
  .sign-in .sign-in-container .sign-in-pass,
  .sign-in [contenteditable] {
    caret-color: #3d82e6;
    padding-left: 5px; }
  .sign-in .first-input, .sign-in .second-input {
    /*.required-error{
    display: none;

  }*/
    /*.invalid{
    border-color: #d50000;
  }*/
    /*&>.invalid~.required-error{
    display: block;
  }*/ }
    .sign-in .first-input button[type="reset"], .sign-in .second-input button[type="reset"] {
      top: 141px;
      position: absolute;
      right: 53px;
      /* display: none!important;*/ }
      .sign-in .first-input button[type="reset"]:hover, .sign-in .second-input button[type="reset"]:hover {
        background-color: #eee; }
    .sign-in .first-input ~ button[type="reset"], .sign-in .second-input ~ button[type="reset"] {
      display: block; }
  .sign-in .required-error {
    font-size: 10px;
    color: #d50000;
    position: absolute;
    bottom: 70px;
    text-align: center;
    width: calc(100% - 48px); }

/*end login logo*/
/*start mfa*/
.mfa-container .button input[type="submit"] {
  width: 100%;
  height: 32px;
  background-color: #2085df;
  color: white;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s; }

.mfa-container .button input[type="submit"].non-clickable {
  background-color: #ccc;
  cursor: not-allowed; }

.mfa-container .button input[type="submit"]:not(.non-clickable):not(.workflow-popup.critical-task-passed label):hover {
  background-color: #357abd; }

.mfa-container .first-input input {
  width: calc(100% - 4px);
  border-style: solid;
  border-width: 0px 0px 1px 0;
  border-color: #ccc;
  outline: none;
  display: inline-block;
  padding: 5px;
  vertical-align: middle; }

.mfa-container .first-input .icon-close-1 {
  top: 0px !important; }

.mfa-container .remember_device_label {
  font-size: 13px !important;
  padding: 0; }

.mfa-container .flex-li {
  display: flex;
  align-items: center; }

.mfa-container .two-factor-h3 {
  text-align: center;
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 30px; }

.mfa-container .two-factor-p {
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 1.5; }

button, .btn {
  border-radius: 2px;
  outline: none !important;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: transparent;
  /* color: #757575; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  button:active, .btn:active {
    box-shadow: none !important;
    font-weight: normal !important; }

button.close,
button.close:hover,
button.close:focus,
button.close:active {
  font-weight: normal !important;
  opacity: unset; }

.btn {
  /* height: 32px; */
  padding: 0.2em 1.3em;
  vertical-align: bottom;
  transition: all 0.3s;
  /* -webkit-box-shadow: 0 0 0px rgba(0,0,0,0.2),0 1px 6px 0px rgba(0,0,0,0.3);
            box-shadow: 0 0 0px rgba(0,0,0,0.2),0 1px 6px 0px rgba(0,0,0,0.3);
    &:hover {
        -webkit-box-shadow: 0 0 6px 1.5px rgba(0,0,0,0.3),0 0 0 0px rgba(0,0,0,0.3);
                box-shadow: 0 0 6px 1.5px rgba(0,0,0,0.3),0 0 0 0px rgba(0,0,0,0.3);
    } */ }

.btn-primary {
  background-color: #2196f3;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 1.5;
  font-size: 14px;
  border: 1px solid transparent; }

/* .btn-add {
    padding: 6.5px 16px;
    border: none;
    background-color: #2196f3;
    color: #eee;
    font-weight: 600;
    span,
    i {
        display: inline-block;
        vertical-align: middle;
    }
    span {
        font-size: 14px;
        line-height: 0.75;
    }
    i {
        font-size: 18px;
        padding-right: 8px;
        line-height: 0.8;
        &:before {
            font-weight: bold;
        }
    }
    &.icon-plus-circle {
        font-size: 18px;
        padding: 3px;
        line-height: 0.8;
    }
} */
.btn-add {
  font-family: Roboto Medium;
  font-size: 13px;
  color: #4285f4;
  padding: 10px 16px;
  background-color: #fffefe;
  font-weight: normal;
  box-sizing: border-box;
  border-radius: 0;
  line-height: 0.8;
  text-transform: uppercase;
  margin-top: -8px;
  border-width: 1px;
  border-style: solid;
  border-color: #eee #eee transparent;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24); }
  .btn-add:hover {
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.24); }
  .btn-add:active {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    border: 1px solid #9e9e9e; }
  .btn-add:disabled {
    color: #9e9e9e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    cursor: default;
    border-color: #eee; }
  .btn-add:focus {
    color: #4285f4; }

.btn-round {
  font-size: 13px;
  padding: 10px;
  margin: 0 3px 0 0;
  line-height: 0.7;
  border-radius: 50%;
  color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24); }
  .btn-round:hover {
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.24); }
  .btn-round:active {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24); }

.btn-red {
  color: #dc362e; }

.btn-green {
  color: #518449; }

.btn-add-square {
  padding: 3px; }
  .btn-add-square i {
    padding-right: 0; }

.btn-edit,
.btn-delete {
  font-size: 14px;
  float: right;
  background-color: transparent;
  border: none;
  outline: none;
  width: 25px;
  height: 25px;
  transition: all 0.3s; }
  .btn-edit:hover,
  .btn-delete:hover {
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999; }

.btn-delete:hover, .btn-delete:active, .btn-delete:focus {
  background-color: transparent; }

.btn-done,
.btn-cancel {
  border-radius: 0.2em;
  width: 100px; }

.btn-cancel,
.btn-cancel:hover,
.btn-cancel:focus {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #999;
  font-size: 13px;
  outline: none; }

.btn-done {
  border: 1px solid #2e6da4;
  background-color: #2085df;
  color: #fff; }
  .btn-done:before {
    content: "Done";
    font-family: Open-sans;
    font-size: 13px; }

.ctrl-btns button,
.table-buttons button,
.ctrl-btn {
  border: 1px solid #ccc;
  color: #757575;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 0.7;
  padding: 3px 3px 3px;
  font-size: 16px;
  border-radius: 0; }
  .ctrl-btns button:hover,
  .table-buttons button:hover,
  .ctrl-btn:hover {
    color: #212121;
    background-color: #fff; }

#left_resizer:not(.whiteboard-resizer) {
  display: none; }
  #left_resizer:not(.whiteboard-resizer) + label {
    position: absolute;
    width: 10px;
    height: 45px;
    padding: 0;
    border-left: 3px solid #aaa;
    border-right: 3px solid #aaa;
    left: 245px;
    top: 50%;
    margin-top: -45px;
    cursor: w-resize;
    transition: all 0.3s; }
  #left_resizer:not(.whiteboard-resizer):checked + label {
    left: 11px;
    cursor: e-resize; }
  #left_resizer:not(.whiteboard-resizer):checked ~ #cms-left-container,
  #left_resizer:not(.whiteboard-resizer):checked ~ #statuses,
  #left_resizer:not(.whiteboard-resizer):checked ~ #menu {
    margin-left: -240px; }
  #left_resizer:not(.whiteboard-resizer):checked ~ #cms-container,
  #left_resizer:not(.whiteboard-resizer):checked ~ #container {
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: calc(100% - 5px);
    overflow-x: hidden; }

a, img {
  outline: none; }

@-webkit-keyframes waveAnimation {
  0% {
    box-shadow: 0 0 1px 0.5em rgba(32, 133, 223, 0.2); }
  50% {
    box-shadow: 0 0 1px 1em rgba(32, 133, 223, 0.1); }
  100% {
    box-shadow: none; } }

@keyframes waveAnimation {
  0% {
    box-shadow: 0 0 1px 0.5em rgba(32, 133, 223, 0.2); }
  50% {
    box-shadow: 0 0 1px 1em rgba(32, 133, 223, 0.1); }
  100% {
    box-shadow: none; } }

/* @import "ui.nav.scss"; */
.list-heading input[type="search"] {
  /*  padding: 5px 0; */
  background-color: transparent; }

.content-with-pagers .content-pager {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .content-with-pagers .content-pager > * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .content-with-pagers .content-pager.bottom-pager {
    background-color: #f7f7f7; }

.content-with-pagers .cms-content-item > div:not(.cms-content-preloader):not(.whiteboard-table),
.content-with-pagers .content-item > div:not(.cms-content-preloader):not(.whiteboard-table) {
  display: none; }
  .content-with-pagers .cms-content-item > div:not(.cms-content-preloader):not(.whiteboard-table).active,
  .content-with-pagers .content-item > div:not(.cms-content-preloader):not(.whiteboard-table).active {
    display: block; }

.content-with-pagers .cms-content-item > div.raw-material,
.content-with-pagers .content-item > div.raw-material {
  display: block !important; }

.content-with-pagers > ul {
  margin: 0;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px -1px 3px -1px rgba(0, 0, 0, 0.2), -1px 0px 3px -2px rgba(0, 0, 0, 0.2), 1px 0px 3px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -1px 3px -1px rgba(0, 0, 0, 0.2), -1px 0px 3px -2px rgba(0, 0, 0, 0.2), 1px 0px 3px -2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px -1px 3px -1px rgba(0, 0, 0, 0.2), -1px 0px 3px -2px rgba(0, 0, 0, 0.2), 1px 0px 3px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 3px -1px rgba(0, 0, 0, 0.2), -1px 0px 3px -2px rgba(0, 0, 0, 0.2), 1px 0px 3px -2px rgba(0, 0, 0, 0.2); }
  .content-with-pagers > ul > li {
    text-transform: uppercase;
    /*background-color: #f7f7f7;*/
    text-align: center;
    text-overflow: ellipsis;
    cursor: pointer;
    padding: 0;
    margin-right: -0.25em; }
    .content-with-pagers > ul > li a {
      font-size: 13px;
      color: #212121;
      text-decoration: none;
      display: inline-block;
      letter-spacing: 0em;
      width: 100%;
      box-sizing: border-box;
      line-height: 1.6;
      padding: 10px 28px 7px;
      border-bottom: 3px solid transparent; }
    .content-with-pagers > ul > li:hover a {
      border-color: rgba(242, 131, 116, 0.62); }
    .content-with-pagers > ul > li.active a {
      border-color: #f28374; }
    .content-with-pagers > ul > li.active a, .content-with-pagers > ul > li:hover a {
      font-family: Roboto Medium; }

.list-heading,
.list-heading *,
.list-rows,
.list-rows * {
  user-select: none; }

/* @import "ui.tables.scss"; */
.helper {
  padding: 10px 30px 20px;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7; }
  .helper.min-height-50 {
    min-height: 50px !important; }
  .helper .name {
    color: #b2b2b2;
    font-size: 13px; }
  .helper .value {
    color: #4c4c4c;
    font-size: 13px;
    padding-left: 3px; }
  .helper .filter-mfg {
    width: calc(100% - 25px); }
  .helper > ul {
    width: 100%; }
    .helper > ul li {
      margin-right: 100px;
      box-sizing: border-box;
      position: relative;
      cursor: pointer;
      vertical-align: sub; }
      .helper > ul li:last-of-type {
        margin: 0; }
        .helper > ul li:last-of-type button {
          vertical-align: middle; }
      .helper > ul li.filter {
        margin-right: 15px;
        width: 145px; }
      .helper > ul li i {
        width: 22px;
        height: 22px;
        font-size: 12px;
        display: inline-block;
        color: #fff;
        text-align: center;
        box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        vertical-align: middle;
        line-height: 2;
        margin-right: 5px;
        background-color: #a5a5a5;
        /* &.icon-filter {
            background-color: #4db6ac;
          }
          &.icon-sum-sign {
            background-color: #4fc3f7;
          }
          &.icon-check-all {
            background-color: #7986cb;
          } */ }
      .helper > ul li span {
        font-size: 13px;
        display: inline-block; }
      .helper > ul li .tooltip {
        width: 250px;
        margin-left: 2%;
        opacity: 0;
        transition: all 0.3s;
        display: inline-block;
        text-align: left;
        box-sizing: border-box;
        padding: 1.5em;
        font-size: 13px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.45);
        box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.5);
        position: absolute;
        left: -10px;
        bottom: 45px;
        border-radius: 5px;
        z-index: -3; }
        .helper > ul li .tooltip:after {
          content: "";
          width: 0;
          height: 0;
          border-top: 13px solid rgba(0, 0, 0, 0.35);
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          position: absolute;
          bottom: -13px;
          left: 2em; }
      .helper > ul li button {
        background-color: #B71C1C;
        border: none;
        color: #fff;
        font-size: 14px;
        margin-left: 50px;
        padding: 5px 10px;
        transform: scale(1, 1);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .helper > ul li button:before {
          margin-right: 8px;
          line-height: 1.3;
          vertical-align: text-bottom; }
      .helper > ul li span:not(.value) {
        color: #b2b2b2; }
      .helper > ul li .value {
        color: #4c4c4c; }
        .helper > ul li .value::first-letter {
          text-transform: uppercase; }
      .helper > ul li .value:empty ~ button {
        transform: scale(0, 0);
        animation: deleteButtonOut 1s 1; }
      .helper > ul li .value:not(:empty) ~ button {
        animation: deleteButtonIn 1s 1;
        transition: all 0.3s; }
      .helper > ul li:hover .tooltip {
        opacity: 1;
        z-index: 15; }

.sizerSelection {
  cursor: default;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5) !important;
  opacity: 1;
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 1000; }
  .sizerSelection .cabinet-part__info {
    height: calc(100% - 358px);
    overflow: overlay; }
  .sizerSelection .components-part-body .left {
    height: 27px; }
  .sizerSelection .components-part-body .no-wrap {
    white-space: nowrap; }
  .sizerSelection .components-part-body .width-130 {
    width: 130px !important; }
  .sizerSelection .components-part-body .width-150 {
    width: 150px !important; }
  .sizerSelection .components-part-body .width-200 {
    width: 200px !important; }
  .sizerSelection .components-part-body .width--350 {
    width: calc(100% - 330px) !important; }
    .sizerSelection .components-part-body .width--350 > div {
      width: 130px !important; }
      .sizerSelection .components-part-body .width--350 > div:nth-child(1) {
        width: 50px !important; }
      .sizerSelection .components-part-body .width--350 > div:nth-child(3) {
        width: 232px !important; }
  .sizerSelection #matrix_recomended .tunnel-item {
    padding-bottom: 6px;
    padding-top: 6px; }
  .sizerSelection #matrix_recomended input[type="checkbox"] {
    position: relative;
    bottom: 2px;
    pointer-events: auto !important;
    cursor: pointer !important; }
  .sizerSelection #matrix_recomended .tunnel_checkbox_label {
    position: absolute;
    min-height: 24px;
    min-width: 24px;
    right: -6px;
    cursor: pointer !important; }
  .sizerSelection #tunnel_data .tunnel-item, .sizerSelection #currentCabinetData .tunnel-item {
    padding-bottom: 6px;
    padding-top: 6px; }
  .sizerSelection .active-color {
    color: #212121; }
  .sizerSelection .active-bg:hover {
    background-color: #EFEFEF;
    cursor: pointer; }
  .sizerSelection .label {
    color: #757575;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px; }
  .sizerSelection .selection-content {
    width: 1150px;
    height: 633px;
    margin-left: calc((100% - 945px)/ 2);
    /*margin-top: 150px;*/
    top: calc(50% - 400px);
    position: relative; }
    .sizerSelection .selection-content .popup-content, .sizerSelection .selection-content .animate {
      position: relative !important;
      /*top: 0 !important;
      left: 0 !important;*/
      width: auto !important;
      border-radius: 0 !important;
      padding: 0 15px !important; }
      .sizerSelection .selection-content .popup-content .section_select, .sizerSelection .selection-content .animate .section_select {
        width: calc(100% - 25px);
        min-width: 132px !important; }
    .sizerSelection .selection-content .popup-header {
      width: 1150px;
      padding: 11px 24px; }
    .sizerSelection .selection-content .sizer-header__title {
      float: left;
      margin-top: 0;
      color: #8099BF;
      font-weight: 700;
      letter-spacing: 5px;
      margin-bottom: 0;
      font-size: 24px;
      font-family: Roboto medium;
      margin-left: -8px; }
      .sizerSelection .selection-content .sizer-header__title + .text-lowercase.header__text {
        padding-left: 5px;
        position: relative;
        top: 1px; }
    .sizerSelection .selection-content .header__text {
      font-size: 14px;
      font-weight: 400;
      color: #757575; }
    .sizerSelection .selection-content .header__icon {
      /*margin-top: 10px;*/
      color: #757575;
      cursor: pointer; }
      .sizerSelection .selection-content .header__icon > i {
        padding-top: 3px;
        height: 3px; }
    .sizerSelection .selection-content .animate-transition {
      animation-name: easePopup;
      animation-duration: 0.3s;
      animation-iteration-count: 1; }
    .sizerSelection .selection-content .popup-content, .sizerSelection .selection-content .animate {
      height: 770px;
      background-color: #fff !important; }
      .sizerSelection .selection-content .popup-content .sizer-pop-up-content, .sizerSelection .selection-content .animate .sizer-pop-up-content {
        height: calc(100% - 189px); }
        .sizerSelection .selection-content .popup-content .sizer-pop-up-content .popup-content-footer, .sizerSelection .selection-content .animate .sizer-pop-up-content .popup-content-footer {
          bottom: 0;
          position: absolute; }
      .sizerSelection .selection-content .popup-content__header, .sizerSelection .selection-content .animate__header {
        height: 107px;
        margin-top: 24px;
        margin-bottom: 10px;
        background-color: #F5F5F5;
        padding: 20px 0; }
        .sizerSelection .selection-content .popup-content__header label, .sizerSelection .selection-content .animate__header label {
          color: #212121; }
        .sizerSelection .selection-content .popup-content__header select, .sizerSelection .selection-content .animate__header select {
          max-width: 230px;
          padding: 0 10px 0 10px;
          color: #757575;
          font-size: 14px; }
        .sizerSelection .selection-content .popup-content__header .project-part__select select, .sizerSelection .selection-content .animate__header .project-part__select select {
          width: 100%;
          max-width: 100%; }
        .sizerSelection .selection-content .popup-content__header .project-part, .sizerSelection .selection-content .animate__header .project-part {
          margin-bottom: 8px; }
          .sizerSelection .selection-content .popup-content__header .project-part__select, .sizerSelection .selection-content .animate__header .project-part__select {
            width: 88.3%;
            float: right;
            padding-left: 0; }
        .sizerSelection .selection-content .popup-content__header .airflow-label-wrapper, .sizerSelection .selection-content .animate__header .airflow-label-wrapper {
          display: flex;
          width: 100%;
          align-items: center;
          justify-content: space-between; }
          .sizerSelection .selection-content .popup-content__header .airflow-label-wrapper .d-flex, .sizerSelection .selection-content .animate__header .airflow-label-wrapper .d-flex {
            display: flex;
            align-items: center; }
            .sizerSelection .selection-content .popup-content__header .airflow-label-wrapper .d-flex .label, .sizerSelection .selection-content .animate__header .airflow-label-wrapper .d-flex .label {
              padding-right: 0; }
        .sizerSelection .selection-content .popup-content__header .airflow-output, .sizerSelection .selection-content .animate__header .airflow-output {
          text-align: right;
          padding-right: 0;
          margin-top: 3px;
          float: right;
          width: auto;
          font-size: 13px;
          color: #212121;
          opacity: 0.7; }
        .sizerSelection .selection-content .popup-content__header .label.pl-5, .sizerSelection .selection-content .animate__header .label.pl-5 {
          padding-left: 5px; }
        .sizerSelection .selection-content .popup-content__header .airflow-label, .sizerSelection .selection-content .animate__header .airflow-label {
          text-align: right;
          padding-right: 5px; }
        .sizerSelection .selection-content .popup-content__header .d-flex, .sizerSelection .selection-content .animate__header .d-flex {
          display: flex; }
        .sizerSelection .selection-content .popup-content__header .align-items-center, .sizerSelection .selection-content .animate__header .align-items-center {
          align-items: center; }
        .sizerSelection .selection-content .popup-content__header #project_select, .sizerSelection .selection-content .popup-content__header #ahu_select, .sizerSelection .selection-content .popup-content__header #searchableDropdown, .sizerSelection .selection-content .animate__header #project_select, .sizerSelection .selection-content .animate__header #ahu_select, .sizerSelection .selection-content .animate__header #searchableDropdown {
          max-width: 510px;
          width: 510px;
          box-sizing: border-box; }
        .sizerSelection .selection-content .popup-content__header #searchableDropdown, .sizerSelection .selection-content .animate__header #searchableDropdown {
          top: 25px !important; }
          .sizerSelection .selection-content .popup-content__header #searchableDropdown input, .sizerSelection .selection-content .animate__header #searchableDropdown input {
            padding: 5px 10px; }
            .sizerSelection .selection-content .popup-content__header #searchableDropdown input::-webkit-search-cancel-button, .sizerSelection .selection-content .animate__header #searchableDropdown input::-webkit-search-cancel-button {
              right: -1px; }
          .sizerSelection .selection-content .popup-content__header #searchableDropdown .searchableDropdown-list, .sizerSelection .selection-content .animate__header #searchableDropdown .searchableDropdown-list {
            max-height: 537px; }
            .sizerSelection .selection-content .popup-content__header #searchableDropdown .searchableDropdown-list li, .sizerSelection .selection-content .animate__header #searchableDropdown .searchableDropdown-list li {
              font-size: 13px;
              padding: 5px 10px; }
      .sizerSelection .selection-content .popup-content__body, .sizerSelection .selection-content .animate__body {
        border: 1px solid #E0E0E0;
        background-color: #FFFFFF;
        padding-top: 15px;
        padding-bottom: 20px;
        height: calc(100% - 60px); }
        .sizerSelection .selection-content .popup-content__body .cabinet-part, .sizerSelection .selection-content .animate__body .cabinet-part {
          height: 100%;
          color: #999999; }
          .sizerSelection .selection-content .popup-content__body .cabinet-part #matrix_recomended .row > div > input[type="checkbox"], .sizerSelection .selection-content .animate__body .cabinet-part #matrix_recomended .row > div > input[type="checkbox"] {
            margin-bottom: 0; }
          .sizerSelection .selection-content .popup-content__body .cabinet-part label, .sizerSelection .selection-content .animate__body .cabinet-part label {
            margin: 0;
            font-weight: unset; }
          .sizerSelection .selection-content .popup-content__body .cabinet-part__title, .sizerSelection .selection-content .animate__body .cabinet-part__title {
            margin-bottom: 3px; }
          .sizerSelection .selection-content .popup-content__body .cabinet-part__info, .sizerSelection .selection-content .animate__body .cabinet-part__info {
            padding-top: 6px;
            padding-bottom: 6px;
            font-size: 14px;
            line-height: 1.4; }
            .sizerSelection .selection-content .popup-content__body .cabinet-part__info-row, .sizerSelection .selection-content .animate__body .cabinet-part__info-row {
              margin-bottom: 5px; }
            .sizerSelection .selection-content .popup-content__body .cabinet-part__info .label-vertical-distance, .sizerSelection .selection-content .animate__body .cabinet-part__info .label-vertical-distance {
              margin-top: 24px; }
        .sizerSelection .selection-content .popup-content__body hr, .sizerSelection .selection-content .animate__body hr {
          margin-top: 7px;
          margin-bottom: 7px; }
        .sizerSelection .selection-content .popup-content__body .components-part-body, .sizerSelection .selection-content .animate__body .components-part-body {
          height: auto;
          float: left;
          width: 100%; }
        .sizerSelection .selection-content .popup-content__body .components-part, .sizerSelection .selection-content .popup-content__body .components-part__items, .sizerSelection .selection-content .animate__body .components-part, .sizerSelection .selection-content .animate__body .components-part__items {
          padding-top: 3px;
          padding-bottom: 3px;
          font-size: 14px; }
        .sizerSelection .selection-content .popup-content__body .radio-label, .sizerSelection .selection-content .animate__body .radio-label {
          margin-left: 14px; }
        .sizerSelection .selection-content .popup-content__body input[type='radio'], .sizerSelection .selection-content .animate__body input[type='radio'] {
          margin: 0;
          vertical-align: unset; }
          .sizerSelection .selection-content .popup-content__body input[type='radio']:focus, .sizerSelection .selection-content .animate__body input[type='radio']:focus {
            outline: none; }
          .sizerSelection .selection-content .popup-content__body input[type='radio']:checked:before, .sizerSelection .selection-content .animate__body input[type='radio']:checked:before {
            margin-top: 2px; }
      .sizerSelection .selection-content .popup-content-footer .popup-control-buttons, .sizerSelection .selection-content .animate-footer .popup-control-buttons {
        padding: 15px 10px 15px 0px; }
        .sizerSelection .selection-content .popup-content-footer .popup-control-buttons #successful_apply, .sizerSelection .selection-content .animate-footer .popup-control-buttons #successful_apply {
          color: #419641;
          font-weight: bold;
          margin-left: -12px !important; }
        .sizerSelection .selection-content .popup-content-footer .popup-control-buttons #failed_apply, .sizerSelection .selection-content .animate-footer .popup-control-buttons #failed_apply {
          color: #c0392b;
          font-weight: bold;
          margin-left: -15px !important; }
  .sizerSelection input[type=checkbox],
  .sizerSelection input[type=radio] {
    margin-top: 2px !important; }
  .sizerSelection .row {
    margin-left: -15px;
    margin-right: -15px; }

.floating-icon {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #75A0E2;
  position: fixed;
  top: calc(100% - 65px);
  right: 36px;
  z-index: 100000;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 3px 4px black; }
  .floating-icon.opacity-0 {
    display: none; }
  .floating-icon.bot-icon-wrapper {
    top: 75px;
    left: calc(50% + 225px); }
  .floating-icon:hover {
    cursor: pointer; }
    .floating-icon:hover .icon-title {
      display: inline-block; }
  .floating-icon + #rating_floating-icon {
    right: 85px; }
  .floating-icon .icon-title {
    display: none;
    background-color: #8d8d8d;
    position: relative;
    top: -20px;
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 5px;
    left: -20%;
    line-height: 14px;
    width: fit-content;
    white-space: nowrap;
    pointer-events: none; }
  .floating-icon#rating_floating-icon .icon-title {
    left: -100%; }

.on-sizer-page .floating-icon {
  right: 256px;
  top: calc(100% - 60px); }
  .on-sizer-page .floating-icon + #rating_floating-icon {
    right: 305px; }

.section_loader {
  width: 30px;
  height: 20px;
  float: left;
  padding-left: 0; }
  .section_loader #cad_simple_preloader {
    width: auto;
    height: 100%; }
    .section_loader #cad_simple_preloader::before {
      width: 12px;
      height: 12px;
      top: 100%;
      left: 100%;
      margin-top: -16px;
      margin-left: -19px; }
    .section_loader #cad_simple_preloader::after {
      width: 24px;
      height: 25px;
      top: 100%;
      left: 100%;
      margin-top: -22px;
      margin-left: -25px; }

.pl-35 {
  padding-left: 35px !important; }
  .pl-35 select {
    width: 100% !important; }
  .pl-35.top-2 {
    position: relative;
    top: -2px; }

#partners.popup-wrapper .content-item {
  padding: 0 0 18px 0px;
  width: calc(100% - 120px);
  left: 60px;
  height: calc(100% - 120px);
  top: 60px; }
  #partners.popup-wrapper .content-item h2.popup-heading {
    background-color: #f7f7f7; }
  #partners.popup-wrapper .content-item .popup-control-buttons {
    margin-top: 25px; }
  #partners.popup-wrapper .content-item .popup-wrapper .delete-popup {
    width: 350px;
    left: calc(50vw - 175px); }
    #partners.popup-wrapper .content-item .popup-wrapper .delete-popup .popup-content-part {
      padding: 0 24px 10px; }

#partners.popup-wrapper .text-clear {
  font-size: 13px; }

#partners.popup-wrapper #partners_project_content .input-label-group-heading > li:first-child,
#partners.popup-wrapper #partners_project_content .input-label-group > li > *:first-child {
  width: 253px; }

#partners.popup-wrapper #partners_project_content .input-label-group-heading > li:nth-of-type(2),
#partners.popup-wrapper #partners_project_content .input-label-group > li > *:nth-of-type(2) {
  width: 378px; }

#partners.popup-wrapper #partners_project_content .input-label-group-heading > li:nth-of-type(3),
#partners.popup-wrapper #partners_project_content .input-label-group > li > *:nth-of-type(3) {
  width: 200px; }

#partners.popup-wrapper #partners_all_content {
  margin-top: 10px;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding: 3px 12px;
  box-sizing: border-box; }
  #partners.popup-wrapper #partners_all_content > * {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  #partners.popup-wrapper #partners_all_content .companies-table {
    width: 100%; }
    #partners.popup-wrapper #partners_all_content .companies-table .list-heading {
      width: 25%; }
  #partners.popup-wrapper #partners_all_content .contacts-table {
    width: calc(53% - 15px);
    margin-left: calc(-75% + 12px); }
    #partners.popup-wrapper #partners_all_content .contacts-table .list-heading {
      width: 100%;
      white-space: nowrap; }
      #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li {
        white-space: normal; }
        #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li:first-of-type {
          width: 30%; }
        #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li:nth-of-type(2) {
          width: 40%; }
        #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li:nth-of-type(3) {
          width: 30%; }
        #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li:last-of-type {
          width: 0;
          padding: 0; }
    #partners.popup-wrapper #partners_all_content .contacts-table .row {
      width: 100%;
      border-bottom: 1px solid #eaeaea; }
      #partners.popup-wrapper #partners_all_content .contacts-table .row li {
        padding: 11px 0px; }
        #partners.popup-wrapper #partners_all_content .contacts-table .row li input {
          width: calc(100% - 40px);
          border: none; }
        #partners.popup-wrapper #partners_all_content .contacts-table .row li:first-of-type {
          width: 30%; }
        #partners.popup-wrapper #partners_all_content .contacts-table .row li:nth-of-type(2) {
          width: 40%; }
        #partners.popup-wrapper #partners_all_content .contacts-table .row li:nth-of-type(3) {
          width: 30%; }
  #partners.popup-wrapper #partners_all_content .companies-table,
  #partners.popup-wrapper #partners_all_content .contacts-table {
    position: relative; }
    #partners.popup-wrapper #partners_all_content .companies-table .list-heading,
    #partners.popup-wrapper #partners_all_content .contacts-table .list-heading {
      -webkit-box-shadow: 0px -1px 3px -1px rgba(0, 0, 0, 0.2), -1px 0px 3px -2px rgba(0, 0, 0, 0.2), 1px 0px 3px -2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px -1px 3px -1px rgba(0, 0, 0, 0.2), -1px 0px 3px -2px rgba(0, 0, 0, 0.2), 1px 0px 3px -2px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px -1px 3px -1px rgba(0, 0, 0, 0.2), -1px 0px 3px -2px rgba(0, 0, 0, 0.2), 1px 0px 3px -2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px -1px 3px -1px rgba(0, 0, 0, 0.2), -1px 0px 3px -2px rgba(0, 0, 0, 0.2), 1px 0px 3px -2px rgba(0, 0, 0, 0.2);
      border: 1px solid #eaeaea;
      background-color: transparent;
      position: relative;
      padding: 22px 30px 30px;
      z-index: 5; }
      #partners.popup-wrapper #partners_all_content .companies-table .list-heading button,
      #partners.popup-wrapper #partners_all_content .contacts-table .list-heading button {
        position: absolute;
        top: 22px;
        right: 20px;
        color: #518449;
        padding: 9px 8px 7px;
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0.05); }
        #partners.popup-wrapper #partners_all_content .companies-table .list-heading button i,
        #partners.popup-wrapper #partners_all_content .contacts-table .list-heading button i {
          display: inline-block;
          padding: 0px 0; }
          #partners.popup-wrapper #partners_all_content .companies-table .list-heading button i:before,
          #partners.popup-wrapper #partners_all_content .contacts-table .list-heading button i:before {
            font-size: 20px;
            line-height: 0.9; }
        #partners.popup-wrapper #partners_all_content .companies-table .list-heading button.ka-has-tooltip:after,
        #partners.popup-wrapper #partners_all_content .contacts-table .list-heading button.ka-has-tooltip:after {
          top: 50px;
          left: -33px;
          width: 100px; }
      #partners.popup-wrapper #partners_all_content .companies-table .list-heading > li,
      #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li {
        height: 50px;
        padding: 0px;
        box-sizing: border-box;
        font-size: 13px;
        vertical-align: top;
        border-color: transparent; }
        #partners.popup-wrapper #partners_all_content .companies-table .list-heading > li:first-of-type,
        #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li:first-of-type {
          position: relative; }
        #partners.popup-wrapper #partners_all_content .companies-table .list-heading > li span,
        #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li span {
          width: 100%;
          display: inline-block;
          font-weight: normal;
          text-transform: uppercase;
          color: #757575; }
        #partners.popup-wrapper #partners_all_content .companies-table .list-heading > li input,
        #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li input {
          width: 60%;
          background-color: #fff;
          outline: none;
          margin-top: 10px;
          box-sizing: border-box;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none; }
          #partners.popup-wrapper #partners_all_content .companies-table .list-heading > li input[type="search"],
          #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li input[type="search"] {
            border-style: solid;
            border-width: 0 0 1px 0;
            border-color: #ddd; }
          #partners.popup-wrapper #partners_all_content .companies-table .list-heading > li input + i,
          #partners.popup-wrapper #partners_all_content .contacts-table .list-heading > li input + i {
            top: 30px; }
    #partners.popup-wrapper #partners_all_content .companies-table .companies-list,
    #partners.popup-wrapper #partners_all_content .contacts-table .companies-list {
      width: 25%; }
      #partners.popup-wrapper #partners_all_content .companies-table .companies-list > li,
      #partners.popup-wrapper #partners_all_content .contacts-table .companies-list > li {
        white-space: nowrap;
        /* >*>* {
            white-space: normal;
          }*/ }
        #partners.popup-wrapper #partners_all_content .companies-table .companies-list > li .icon-trash,
        #partners.popup-wrapper #partners_all_content .contacts-table .companies-list > li .icon-trash {
          right: 15px; }
      #partners.popup-wrapper #partners_all_content .companies-table .companies-list .list-inline,
      #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .list-inline {
        width: 100%; }
      #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name,
      #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        cursor: pointer;
        padding: 11px 30px;
        font-size: 13px;
        position: relative;
        box-sizing: border-box; }
        #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name:hover,
        #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name:hover {
          background-color: #e7e7e7; }
        #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name input,
        #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name input {
          width: calc(80% - 40px);
          border: none;
          padding: 0; }
        #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active,
        #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active {
          background-color: #e7e7e7; }
          #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address,
          #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address {
            white-space: normal;
            width: calc(22% - 25px);
            height: calc(100vh - 270px);
            padding: 10px 26px 10px 13px;
            box-sizing: border-box;
            position: absolute;
            z-index: 2;
            visibility: visible;
            opacity: 1;
            transition: opacity 0.3s;
            top: 1px;
            left: calc(78% + 19px); }
            #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address h4,
            #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address h4 {
              font-size: 13px;
              color: #757575;
              padding: 12px 0 40px;
              text-transform: uppercase;
              box-sizing: border-box; }
            #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul,
            #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul {
              overflow-x: hidden;
              transition: none; }
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul li,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul li {
                width: 100%;
                transition: none; }
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label {
                padding: 3px 0 12px;
                display: inline-block;
                width: 100%;
                transition: none; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60, #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 {
                  position: relative;
                  transition: none; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60 input + .text-clear, #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40 input + .text-clear,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 input + .text-clear,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 input + .text-clear {
                    position: absolute;
                    top: 12px;
                    right: -23px;
                    margin: 0;
                    transition: none; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label input::-webkit-input-placeholder,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label input::-webkit-input-placeholder {
                  color: transparent; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100 {
                  width: 100%;
                  transition: none; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100:nth-of-type(2),
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100:nth-of-type(2) {
                    padding-bottom: 0px; }
                    #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100:nth-of-type(2) .text-clear,
                    #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100:nth-of-type(2) .text-clear {
                      margin-left: 0px;
                      left: 297px;
                      top: -20px; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100 input:focus + i + .placeholder-label-address-line-one,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100 input:not(:placeholder-shown) + i + .placeholder-label-address-line-one,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100 input:focus + i + .placeholder-label-address-line-one,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100 input:not(:placeholder-shown) + i + .placeholder-label-address-line-one {
                    transition: 0.2s ease all;
                    font-family: roboto;
                    color: #4285f4;
                    font-size: 11px;
                    margin-top: -40px; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100 input:focus + i + .placeholder-label-address-line-two,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100 input:not(:placeholder-shown) + i + .placeholder-label-address-line-two,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100 input:focus + i + .placeholder-label-address-line-two,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100 input:not(:placeholder-shown) + i + .placeholder-label-address-line-two {
                    transition: 0.2s ease all;
                    font-family: roboto;
                    color: #4285f4;
                    font-size: 11px;
                    top: -40px;
                    margin-left: 0px; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-line-one,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-line-two,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-line-one,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-line-two {
                    color: #4285f4; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100 input:not(:placeholder-shown) + i + .placeholder-label-address-line-one,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-100 input:not(:placeholder-shown) + i + .placeholder-label-address-line-two,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100 input:not(:placeholder-shown) + i + .placeholder-label-address-line-one,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-100 input:not(:placeholder-shown) + i + .placeholder-label-address-line-two {
                    color: #a5a5a5; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 {
                  width: calc(60% - 35px);
                  transition: none; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60:nth-of-type(2n+1),
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60:nth-of-type(2n+1) {
                    margin-right: 5px; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60 input,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 input {
                    width: 100%; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60 input:focus + i + .placeholder-label-address-city,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60 input:not(:placeholder-shown) + i + .placeholder-label-address-city,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 input:focus + i + .placeholder-label-address-city,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 input:not(:placeholder-shown) + i + .placeholder-label-address-city {
                    transition: 0.2s ease all;
                    font-family: roboto;
                    color: #4285f4;
                    font-size: 11px;
                    margin-top: -40px;
                    margin-left: 0px; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60 input:focus + i + .placeholder-label-address-country,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60 input:not(:placeholder-shown) + i + .placeholder-label-address-country,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 input:focus + i + .placeholder-label-address-country,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 input:not(:placeholder-shown) + i + .placeholder-label-address-country {
                    transition: 0.2s ease all;
                    font-family: roboto;
                    color: #4285f4;
                    font-size: 11px;
                    margin-top: -40px;
                    margin-left: 0px; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-city,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-country,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-city,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-country {
                    color: #4285f4; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60 input:not(:placeholder-shown) + i + .placeholder-label-address-city,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-60 input:not(:placeholder-shown) + i + .placeholder-label-address-country,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 input:not(:placeholder-shown) + i + .placeholder-label-address-city,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-60 input:not(:placeholder-shown) + i + .placeholder-label-address-country {
                    color: #a5a5a5; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 {
                  width: 40%;
                  transition: none; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40:nth-of-type(2n+1),
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40:nth-of-type(2n+1) {
                    margin-right: 5px; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40 input,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 input {
                    width: 100%; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40 input:focus + i + .placeholder-label-address-state,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40 input:not(:placeholder-shown) + i + .placeholder-label-address-state,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 input:focus + i + .placeholder-label-address-state,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 input:not(:placeholder-shown) + i + .placeholder-label-address-state {
                    transition: 0.2s ease all;
                    font-family: roboto;
                    color: #4285f4;
                    font-size: 11px;
                    margin-top: -40px;
                    margin-left: 0px; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40 input:focus + i + .placeholder-label-address-postal-code,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40 input:not(:placeholder-shown) + i + .placeholder-label-address-postal-code,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 input:focus + i + .placeholder-label-address-postal-code,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 input:not(:placeholder-shown) + i + .placeholder-label-address-postal-code {
                    transition: 0.2s ease all;
                    font-family: roboto;
                    color: #4285f4;
                    font-size: 11px;
                    margin-top: -40px;
                    margin-left: 0px; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-state,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-postal-code,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-state,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 input:focus:not(:placeholder-shown) + i + .placeholder-label-address-postal-code {
                    color: #4285f4; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40 input:not(:placeholder-shown) + i + .placeholder-label-address-state,
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label.label-40 input:not(:placeholder-shown) + i + .placeholder-label-address-postal-code,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 input:not(:placeholder-shown) + i + .placeholder-label-address-state,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label.label-40 input:not(:placeholder-shown) + i + .placeholder-label-address-postal-code {
                    color: #a5a5a5; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label input,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label input {
                  transition: none; }
                  #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label input:first-child,
                  #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label input:first-child {
                    margin-left: 31px;
                    position: relative; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-line-one,
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-phone,
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-email,
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-notes,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-line-one,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-phone,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-email,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-notes {
                  position: absolute;
                  margin-top: -21px;
                  font-size: 13px;
                  /*pointer-events: none;*/
                  color: #a5a5a5; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-line-two,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-line-two {
                  font-size: 13px;
                  position: relative;
                  top: -21px;
                  left: 13px;
                  color: #a5a5a5; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-state,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-state {
                  position: absolute;
                  margin-top: -21px;
                  font-size: 13px;
                  color: #a5a5a5;
                  padding-left: 31px; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-city,
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-postal-code,
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-country,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-city,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-postal-code,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul label .placeholder-label-address-country {
                  position: absolute;
                  margin-top: -21px;
                  font-size: 13px;
                  /*pointer-events: none;*/
                  color: #a5a5a5;
                  left: 30px; }
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul .label,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul .label {
                width: 30px;
                height: 30px;
                box-sizing: border-box;
                padding: 4px 0px 4px 0;
                font-size: 16px;
                display: inline-block;
                margin-top: 2px;
                text-align: left;
                color: #9e9e9e;
                float: left; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul .label.icon-chart,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul .label.icon-chart {
                  font-size: 20px;
                  margin-left: -3px;
                  width: 33px; }
                #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul .label.icon-location,
                #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul .label.icon-location {
                  font-size: 18px; }
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input, #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul select,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul select {
                width: calc(100% - 30px); }
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:focus + i + .placeholder-label-address-phone,
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-phone,
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:focus + i + .placeholder-label-address-email,
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-email,
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:focus + i + .placeholder-label-address-notes,
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-notes,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:focus + i + .placeholder-label-address-phone,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-phone,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:focus + i + .placeholder-label-address-email,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-email,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:focus + i + .placeholder-label-address-notes,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-notes {
                transition: 0.2s ease all;
                font-family: roboto;
                color: #4285f4;
                font-size: 11px;
                margin-top: -40px; }
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:focus:not(:placeholder-shown) + i + .placeholder-label-address-phone,
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:focus:not(:placeholder-shown) + i + .placeholder-label-address-email,
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:focus:not(:placeholder-shown) + i + .placeholder-label-address-notes,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:focus:not(:placeholder-shown) + i + .placeholder-label-address-phone,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:focus:not(:placeholder-shown) + i + .placeholder-label-address-email,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:focus:not(:placeholder-shown) + i + .placeholder-label-address-notes {
                color: #4285f4; }
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-phone,
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-email,
              #partners.popup-wrapper #partners_all_content .companies-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-notes,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-phone,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-email,
              #partners.popup-wrapper #partners_all_content .contacts-table .companies-list .company-name.active + .company-address ul input:not(:placeholder-shown) + i + .placeholder-label-address-notes {
                color: #a5a5a5; }
    #partners.popup-wrapper #partners_all_content .companies-table .contacts-list,
    #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list {
      width: 100%; }
      #partners.popup-wrapper #partners_all_content .companies-table .contacts-list .row,
      #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list .row {
        width: 100%; }
        #partners.popup-wrapper #partners_all_content .companies-table .contacts-list .row li:first-of-type,
        #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list .row li:first-of-type {
          padding: 11px 30px; }
        #partners.popup-wrapper #partners_all_content .companies-table .contacts-list .row li input,
        #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list .row li input {
          border: none;
          padding: 0; }
      #partners.popup-wrapper #partners_all_content .companies-table .contacts-list > li,
      #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list > li {
        position: relative; }
        #partners.popup-wrapper #partners_all_content .companies-table .contacts-list > li .icon-trash,
        #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list > li .icon-trash {
          left: calc(100% - 40px); }
    #partners.popup-wrapper #partners_all_content .companies-table .companies-list,
    #partners.popup-wrapper #partners_all_content .companies-table .contacts-list,
    #partners.popup-wrapper #partners_all_content .contacts-table .companies-list,
    #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list {
      height: calc(100vh - 370px);
      background-color: #fff;
      overflow-y: auto;
      overflow-x: visible;
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      padding-bottom: 10px;
      box-sizing: border-box; }
      #partners.popup-wrapper #partners_all_content .companies-table .companies-list > li,
      #partners.popup-wrapper #partners_all_content .companies-table .contacts-list > li,
      #partners.popup-wrapper #partners_all_content .contacts-table .companies-list > li,
      #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list > li {
        overflow-x: hidden; }
        #partners.popup-wrapper #partners_all_content .companies-table .companies-list > li .icon-trash,
        #partners.popup-wrapper #partners_all_content .companies-table .contacts-list > li .icon-trash,
        #partners.popup-wrapper #partners_all_content .contacts-table .companies-list > li .icon-trash,
        #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list > li .icon-trash {
          position: absolute;
          top: 8px;
          opacity: 0;
          display: inline-block;
          transition: all 0.3s;
          background-color: rgba(255, 255, 255, 0.6);
          border: 1px solid #bbb;
          color: #757575;
          line-height: 0.5;
          font-size: 17px;
          padding: 2.5px 3px 3.5px; }
          #partners.popup-wrapper #partners_all_content .companies-table .companies-list > li .icon-trash.ka-has-tooltip:after,
          #partners.popup-wrapper #partners_all_content .companies-table .contacts-list > li .icon-trash.ka-has-tooltip:after,
          #partners.popup-wrapper #partners_all_content .contacts-table .companies-list > li .icon-trash.ka-has-tooltip:after,
          #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list > li .icon-trash.ka-has-tooltip:after {
            position: fixed;
            margin-left: -55px;
            margin-top: 22px; }
        #partners.popup-wrapper #partners_all_content .companies-table .companies-list > li:hover .icon-trash,
        #partners.popup-wrapper #partners_all_content .companies-table .contacts-list > li:hover .icon-trash,
        #partners.popup-wrapper #partners_all_content .contacts-table .companies-list > li:hover .icon-trash,
        #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list > li:hover .icon-trash {
          opacity: 1; }
        #partners.popup-wrapper #partners_all_content .companies-table .companies-list > li .row:hover,
        #partners.popup-wrapper #partners_all_content .companies-table .contacts-list > li .row:hover,
        #partners.popup-wrapper #partners_all_content .contacts-table .companies-list > li .row:hover,
        #partners.popup-wrapper #partners_all_content .contacts-table .contacts-list > li .row:hover {
          background-color: #e7e7e7; }
    #partners.popup-wrapper #partners_all_content .companies-table .company-name,
    #partners.popup-wrapper #partners_all_content .contacts-table .company-name {
      width: 100%;
      display: inline-block;
      position: relative; }
    #partners.popup-wrapper #partners_all_content .companies-table .company-address,
    #partners.popup-wrapper #partners_all_content .contacts-table .company-address {
      display: inline-block;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      width: 0;
      height: 0;
      padding: 0;
      overflow: hidden; }
  #partners.popup-wrapper #partners_all_content #default_address {
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden; }
    #partners.popup-wrapper #partners_all_content #default_address.active {
      width: calc(22% - 30px);
      height: calc(100vh - 267px);
      padding: 10px 26px;
      box-sizing: border-box;
      position: absolute;
      z-index: 1;
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s;
      top: 4px;
      left: calc(78% + 12px);
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }
      #partners.popup-wrapper #partners_all_content #default_address.active h4 {
        font-size: 13px;
        color: #757575;
        padding: 12px 0 40px;
        text-transform: uppercase;
        box-sizing: border-box; }
      #partners.popup-wrapper #partners_all_content #default_address.active ul {
        overflow: auto; }
        #partners.popup-wrapper #partners_all_content #default_address.active ul label {
          padding: 3px 0 12px;
          display: inline-block;
          width: 100%; }
          #partners.popup-wrapper #partners_all_content #default_address.active ul label.label-100 {
            width: 100%; }
          #partners.popup-wrapper #partners_all_content #default_address.active ul label.label-70 {
            width: calc(70% - 35px); }
            #partners.popup-wrapper #partners_all_content #default_address.active ul label.label-70:nth-of-type(2n+1) {
              margin-right: 5px; }
            #partners.popup-wrapper #partners_all_content #default_address.active ul label.label-70 input {
              width: 100%; }
          #partners.popup-wrapper #partners_all_content #default_address.active ul label.label-30 {
            width: 30%; }
            #partners.popup-wrapper #partners_all_content #default_address.active ul label.label-30:nth-of-type(2n+1) {
              margin-right: 5px; }
            #partners.popup-wrapper #partners_all_content #default_address.active ul label.label-30 input {
              width: 100%; }
          #partners.popup-wrapper #partners_all_content #default_address.active ul label input:first-child {
            margin-left: 25px; }
        #partners.popup-wrapper #partners_all_content #default_address.active ul .label {
          width: 30px;
          height: 30px;
          box-sizing: border-box;
          padding: 4px 0px 4px 0;
          font-size: 16px;
          display: inline-block;
          margin-top: 2px;
          text-align: left;
          color: #9e9e9e;
          float: left; }
          #partners.popup-wrapper #partners_all_content #default_address.active ul .label.icon-chart {
            font-size: 20px;
            margin-left: -3px;
            width: 33px; }
          #partners.popup-wrapper #partners_all_content #default_address.active ul .label.icon-location {
            font-size: 18px; }
        #partners.popup-wrapper #partners_all_content #default_address.active ul input, #partners.popup-wrapper #partners_all_content #default_address.active ul select {
          width: calc(100% - 30px); }

#partners.popup-wrapper #partners_project_content .label {
  width: 245px;
  display: inline-block; }

#partners.popup-wrapper #partners_project_content select,
#partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]),
#partners.popup-wrapper #partners_project_content textarea {
  box-sizing: border-box; }
  #partners.popup-wrapper #partners_project_content select.long-input,
  #partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]).long-input,
  #partners.popup-wrapper #partners_project_content textarea.long-input {
    width: 418px; }
    #partners.popup-wrapper #partners_project_content select.long-input:not(:nth-of-type(2)),
    #partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]).long-input:not(:nth-of-type(2)),
    #partners.popup-wrapper #partners_project_content textarea.long-input:not(:nth-of-type(2)) {
      width: 418px;
      margin-right: 25px; }
  #partners.popup-wrapper #partners_project_content select.medium-input,
  #partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]).medium-input,
  #partners.popup-wrapper #partners_project_content textarea.medium-input {
    width: 230px; }
    #partners.popup-wrapper #partners_project_content select.medium-input:not(:nth-of-type(2)),
    #partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]).medium-input:not(:nth-of-type(2)),
    #partners.popup-wrapper #partners_project_content textarea.medium-input:not(:nth-of-type(2)) {
      width: 350px;
      margin-right: 25px; }
  #partners.popup-wrapper #partners_project_content select.small-input,
  #partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]).small-input,
  #partners.popup-wrapper #partners_project_content textarea.small-input {
    width: 200px; }
    #partners.popup-wrapper #partners_project_content select.small-input:not(:nth-of-type(2)),
    #partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]).small-input:not(:nth-of-type(2)),
    #partners.popup-wrapper #partners_project_content textarea.small-input:not(:nth-of-type(2)) {
      width: 200px;
      margin-right: 25px; }
  #partners.popup-wrapper #partners_project_content select.xs-input,
  #partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]).xs-input,
  #partners.popup-wrapper #partners_project_content textarea.xs-input {
    width: 115px; }
    #partners.popup-wrapper #partners_project_content select.xs-input:not(:nth-of-type(2)),
    #partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]).xs-input:not(:nth-of-type(2)),
    #partners.popup-wrapper #partners_project_content textarea.xs-input:not(:nth-of-type(2)) {
      width: 115px;
      margin-right: 25px; }
  #partners.popup-wrapper #partners_project_content select.xxs-input,
  #partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]).xxs-input,
  #partners.popup-wrapper #partners_project_content textarea.xxs-input {
    width: 80px; }
    #partners.popup-wrapper #partners_project_content select.xxs-input:not(:nth-of-type(2)),
    #partners.popup-wrapper #partners_project_content input:not([type="time"]):not([type="date"]):not([type="radio"]):not([type="checkbox"]).xxs-input:not(:nth-of-type(2)),
    #partners.popup-wrapper #partners_project_content textarea.xxs-input:not(:nth-of-type(2)) {
      width: 80px;
      margin-right: 25px; }

#partners.popup-wrapper #partners_project_content select.long-input + .chosen-container {
  width: 418px !important; }
  #partners.popup-wrapper #partners_project_content select.long-input + .chosen-container:not(:nth-of-type(2)) {
    width: 418px !important;
    margin-right: 25px; }

#partners.popup-wrapper #partners_project_content select.medium-input + .chosen-container {
  width: 230px !important; }
  #partners.popup-wrapper #partners_project_content select.medium-input + .chosen-container:not(:nth-of-type(2)) {
    width: 230px !important;
    margin-right: 25px; }

#partners.popup-wrapper #partners_project_content select.small-input + .chosen-container {
  width: 200px !important; }
  #partners.popup-wrapper #partners_project_content select.small-input + .chosen-container:not(:nth-of-type(2)) {
    width: 200px !important;
    margin-right: 25px; }

#partners.popup-wrapper #partners_project_content select.xs-input + .chosen-container {
  width: 115px !important; }
  #partners.popup-wrapper #partners_project_content select.xs-input + .chosen-container:not(:nth-of-type(2)) {
    width: 115px !important;
    margin-right: 25px; }

#partners.popup-wrapper #partners_project_content select.xxs-input + .chosen-container {
  width: 80px !important; }
  #partners.popup-wrapper #partners_project_content select.xxs-input + .chosen-container:not(:nth-of-type(2)) {
    width: 80px !important;
    margin-right: 25px; }

#partners.popup-wrapper span.placeholder-label-address-postal-code {
  width: 100px; }

.hide_text {
  color: transparent; }

#new_mfg {
  position: absolute;
  margin-top: 15px;
  padding-left: 5px;
  /* margin-left: 45px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
  padding-bottom: 3px;
  color: #212121;
  font-weight: normal; }

.component-selector-popup {
  /*.row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}*/ }
  .component-selector-popup ::-webkit-scrollbar-button:horizontal:decrement {
    background-color: transparent;
    width: 0; }
  .component-selector-popup ::-webkit-scrollbar {
    background-color: transparent;
    width: 8px;
    height: 8px; }
  .component-selector-popup .default-btn.close-btn {
    padding: 10px;
    position: relative;
    top: 8px;
    left: 8px; }
  .component-selector-popup > .popup-content {
    top: 50% !important;
    left: 50% !important;
    height: 100%;
    transform: translate(-50%, -50%); }
    .component-selector-popup > .popup-content .minimize-icon {
      cursor: pointer; }
      .component-selector-popup > .popup-content .minimize-icon i.icon-remove {
        border-radius: 50%;
        width: 22px;
        height: unset;
        max-height: 22px;
        box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .component-selector-popup > .popup-content .sup {
      font-size: 6pt;
      vertical-align: super;
      color: #757575; }
    .component-selector-popup > .popup-content .popup-content-part {
      height: 100%; }
      .component-selector-popup > .popup-content .popup-content-part > div {
        height: 100%; }
        .component-selector-popup > .popup-content .popup-content-part > div .ahu-rate-content {
          height: 100%; }
          .component-selector-popup > .popup-content .popup-content-part > div .ahu-rate-content ul.content-pager {
            margin-left: 0;
            background-color: #f2efed; }
            .component-selector-popup > .popup-content .popup-content-part > div .ahu-rate-content ul.content-pager li.active a {
              border-color: #f28374 !important; }
            .component-selector-popup > .popup-content .popup-content-part > div .ahu-rate-content ul.content-pager li a:hover {
              border-color: rgba(242, 131, 116, 0.62) !important; }
          .component-selector-popup > .popup-content .popup-content-part > div .ahu-rate-content .ahu-rate-content-item {
            height: calc(100% - 39px); }
          .component-selector-popup > .popup-content .popup-content-part > div .ahu-rate-content .btn-add {
            position: initial !important; }
    .component-selector-popup > .popup-content .ahu-rate-content .output-with-border .tab-pane {
      height: 99% !important; }
    .component-selector-popup > .popup-content .ahu-rate-content #fan_select_notes_popup .popup-content-part {
      padding: 20px 24px; }
    .component-selector-popup > .popup-content .ahu-rate-content button#notes {
      /*bottom: 5px;
	  			position: absolute;*/ }
    .component-selector-popup > .popup-content .ahu-rate-content > ul li:not(:last-child) {
      background-color: #f7f7f7; }
    .component-selector-popup > .popup-content .ahu-rate-content > ul li a {
      line-height: 34px;
      padding: 0px 20px;
      color: #333; }
    .component-selector-popup > .popup-content .ahu-rate-content > ul li.gas-heater {
      pointer-events: none; }
    .component-selector-popup > .popup-content .preloader.for-empty-list,
    .component-selector-popup > .popup-content .preloader.asd,
    .component-selector-popup > .popup-content .coil-start-preloader {
      max-height: calc(100vh - 200px) !important;
      top: 40px;
      background-color: #fff; }
    .component-selector-popup > .popup-content .coil-rating-mode div.input-group {
      height: calc(100vh - 244px); }
    .component-selector-popup > .popup-content .coil-rating-mode.rating div.input-group {
      height: 354px; }
    .component-selector-popup > .popup-content .coil-rating-mode.rating .output-group {
      height: calc(100vh - 624px); }
    .component-selector-popup > .popup-content .fan-rating-mode.hide-output .input-group .label {
      font-weight: normal !important; }
    .component-selector-popup > .popup-content .fan-rating-mode .combination-list-rows li {
      height: auto;
      padding: 0px; }
    .component-selector-popup > .popup-content .fan-rating-mode #for-output-rendering .fan-rating-output {
      height: calc(100% - 295px) !important; }
    .component-selector-popup > .popup-content .fan-rating-mode input {
      margin-top: 0px; }
    .component-selector-popup > .popup-content .fan-rating-mode .input-group .rate {
      top: auto;
      padding: 7px 16px;
      font-size: 13px;
      vertical-align: bottom;
      transition: all 0.3s;
      right: 25px;
      font-family: Roboto Medium;
      color: #4285f4;
      background-color: #fffefe;
      font-weight: normal;
      box-sizing: border-box;
      border-radius: 0;
      line-height: 0.8;
      text-transform: uppercase;
      border-width: 1px;
      border-style: solid;
      border-color: #eee #eee transparent;
      -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24); }
    .component-selector-popup > .popup-content .fan-rating-mode.hide-output .input-group span.label {
      line-height: 1; }
    .component-selector-popup > .popup-content .fan-rating-mode.hide-output .input-group ul:nth-of-type(2) > li select.long-input {
      margin-left: 55px !important; }
    .component-selector-popup > .popup-content .fan-rating-mode.hide-output .output-group {
      margin: 0 !important;
      height: 0px;
      min-height: 0px;
      display: none; }
      .component-selector-popup > .popup-content .fan-rating-mode.hide-output .output-group #fan_select_notes_popup {
        position: absolute;
        height: 438px; }
      .component-selector-popup > .popup-content .fan-rating-mode.hide-output .output-group .rate-output-group {
        height: 0px;
        min-height: 0px; }
        .component-selector-popup > .popup-content .fan-rating-mode.hide-output .output-group .rate-output-group .error-msg {
          height: 0px; }
      .component-selector-popup > .popup-content .fan-rating-mode.hide-output .output-group .fan-output-group {
        /*height: calc(100vh - 675px);*/
        height: 334px; }
      .component-selector-popup > .popup-content .fan-rating-mode.hide-output .output-group .fan-list {
        bottom: auto;
        /*top:239px;*/ }
      .component-selector-popup > .popup-content .fan-rating-mode.hide-output .output-group .output_color_font {
        color: #212121;
        font-size: 13px; }
    .component-selector-popup > .popup-content .coil-rating-mode::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 0px;
      background-color: red; }
    .component-selector-popup > .popup-content .coil-rating-mode.rating::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 8px;
      background-color: red; }
    .component-selector-popup > .popup-content .coil-rating-mode .input-group .header .btn-add {
      padding: 7px 16px;
      top: auto;
      right: auto;
      position: relative; }
    .component-selector-popup > .popup-content .coil-rating-mode .popup-wrapper .popup-content {
      left: calc(50vw - 300px) !important;
      top: calc(50vh - 330px) !important; }
      .component-selector-popup > .popup-content .coil-rating-mode .popup-wrapper .popup-content .popup-control-buttons {
        position: relative;
        width: 100%;
        text-align: right;
        top: -2px; }
    .component-selector-popup > .popup-content .coil-rating-mode .performance {
      padding-bottom: calc(50vh - 473px); }
      .component-selector-popup > .popup-content .coil-rating-mode .performance li span.label > span {
        color: #757575; }
      .component-selector-popup > .popup-content .coil-rating-mode .performance > div {
        height: 352px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul li input {
          margin-top: 0px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) select {
          vertical-align: bottom; }
          .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) select.params_fan, .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) select.fan_field, .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) select.params_motor, .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) select.params_coil, .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) select.coil_field {
            margin-left: 0px; }
          .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) select.long-input {
            width: calc(216% / 4);
            width: 255px;
            margin-left: 0px; }
          .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) select.medium-input {
            width: calc(106% / 4.05);
            padding: 0 5px;
            width: 170px; }
          .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) select.short-input {
            width: calc(100% / 6);
            width: 60px; }
            .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) select.short-input:nth-of-type(2) {
              margin-left: 11px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) span.unit + .short-input {
          margin-left: 0px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) input {
          padding-top: 3px; }
          .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) input.long-input {
            width: calc(100% / 3.5);
            width: 280px; }
          .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) input.medium-input {
            width: calc(100% / 3.5);
            width: 180px; }
          .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) input.short-input {
            width: calc(100% / 3.5);
            width: 85px; }
            .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) input.short-input:nth-of-type(1) {
              margin-right: 6px; }
            .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1) input.short-input:nth-of-type(2) {
              margin-left: 10px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(5) input {
          margin-left: -1px !important;
          padding-right: 5px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(5) span.unit {
          width: auto;
          padding: 0px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(6) span.unit {
          width: auto;
          font-size: 14px;
          padding: 0px;
          vertical-align: bottom; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(6) select:nth-of-type(1) {
          margin-right: 0px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(7) .unit, .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1).tube .unit {
          width: 16px;
          padding: 7px 3px 0 0; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(7) select.medium-input, .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1).tube select.medium-input {
          width: 175px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(7) select.short-input, .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1).tube select.short-input {
          width: 60px; }
          .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(7) select.short-input + .short-input, .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1).tube select.short-input + .short-input {
            margin-left: 0px;
            width: 60px; }
            .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(7) select.short-input + .short-input + .short-input, .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1).tube select.short-input + .short-input + .short-input {
              width: 60px;
              margin-left: 11px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(7) span.label, .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1).tube span.label {
          width: 190px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1).tube + li .short-input {
          width: 52px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):last-child select.short-input:nth-of-type(2) {
          margin-left: 0px !important;
          /*margin-right: 5px;*/ }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):nth-of-type(10) select.short-input {
          margin-right: 11px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):last-child select.short-input:nth-of-type(1) {
          width: 62px;
          margin: 0px; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(1):last-child select.short-input:nth-of-type(2) {
          width: 45px;
          margin-right: 11px;
          margin-left: 0px !important; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(2) li:nth-of-type(11) span:nth-of-type(1).unit {
          width: 75px;
          padding: 7px 3px 0 2px; }
          .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(2) li:nth-of-type(11) span:nth-of-type(1).unit .sup {
            font-size: 6pt;
            vertical-align: super;
            color: #a5a5a5; }
        .component-selector-popup > .popup-content .coil-rating-mode .performance > div ul:nth-of-type(2) li:nth-of-type(11) span:nth-of-type(1) span.small {
          width: 17px;
          padding: 0px; }
    .component-selector-popup > .popup-content .coil-rating-mode .control-buttons {
      display: none; }
    .component-selector-popup > .popup-content .popup-content-part span {
      line-height: 1; }
    .component-selector-popup > .popup-content .popup-control-buttons {
      position: absolute;
      bottom: 11px;
      width: auto;
      right: 0px; }

#select_mode_change_popup .popup-content {
  width: 391px; }

.component-selector-popup.popup-wrapper {
  display: block !important;
  z-index: -1;
  transition: z-index 0.5s, opacity 1s;
  opacity: 0; }
  .component-selector-popup.popup-wrapper.active {
    opacity: 1 !important;
    z-index: 10000; }
  .component-selector-popup.popup-wrapper > .popup-content {
    padding: 0px;
    width: calc(100vw - 151px);
    height: calc(100vh - 85px);
    min-width: 800px;
    max-width: 1300px;
    animation-name: unset !important;
    animation-duration: unset !important;
    animation-iteration-count: unset !important; }
    .component-selector-popup.popup-wrapper > .popup-content .popup-content-part {
      padding: 0px; }
      .component-selector-popup.popup-wrapper > .popup-content .popup-content-part > div {
        padding: 0px; }
  .component-selector-popup.popup-wrapper .popup-control-buttons {
    padding-right: 36px !important; }

.ahu-rate-content .ahu-rate-content-item {
  box-shadow: 4px 0 30px 0 rgba(0, 0, 0, 0.25); }

.ahu-rate-content.content-with-pagers li:last-child {
  margin-right: 0 !important; }

.ahu-rate-content .control-buttons {
  float: right;
  right: 0;
  position: absolute;
  bottom: calc(10vh - 50px);
  bottom: 5px;
  padding-right: 24px; }
  .ahu-rate-content .control-buttons button {
    float: right;
    margin-left: 10px;
    margin-top: 0px;
    border: none;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
    letter-spacing: normal;
    padding: 7px 0;
    width: auto;
    margin-left: 20px;
    color: #4285f4 !important;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase; }
    .ahu-rate-content .control-buttons button:focus {
      font-weight: bold; }
    .ahu-rate-content .control-buttons button:hover {
      filter: brightness(87%);
      font-family: 'Roboto Medium'; }

.ahu-rate-content button.btn-note {
  font-size: 20px;
  color: #4386f4;
  padding: 0px;
  padding-left: 24px;
  bottom: 18px; }
  .ahu-rate-content button.btn-note:before {
    line-height: 1.1; }
  .ahu-rate-content button.btn-note:after {
    top: 8px;
    left: 55px; }

.ahu-rate-content .content-pager {
  border: none;
  box-shadow: none; }
  .ahu-rate-content .content-pager li:nth-of-type(1) {
    background-color: #f5f5f5; }
    .ahu-rate-content .content-pager li:nth-of-type(1) a {
      padding-top: 2px;
      color: #333; }
  .ahu-rate-content .content-pager li:nth-of-type(2) {
    background-color: #f2efed; }
  .ahu-rate-content .content-pager li:last-child {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
    background-color: none !important; }
    .ahu-rate-content .content-pager li:last-child button:nth-of-type(2) {
      width: 34px;
      height: 34px;
      font-size: 20px;
      line-height: 0.7;
      border: 1px solid #ccc;
      background: #fafafa;
      color: #52814f;
      padding: 6px 5px;
      box-sizing: border-box;
      text-align: center;
      vertical-align: middle;
      transition: all 0.3s;
      cursor: pointer;
      border-radius: 0.5px;
      position: relative;
      display: inline-block;
      margin-top: -8px;
      margin-right: 5px; }

.main-rotation {
  /*box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.3);*/
  /*margin-top: 1px;
	height: calc(100% - 1px);*/ }
  .main-rotation.hide-shadow::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #f2efed;
    z-index: 1; }
  .main-rotation.rating-mode-active {
    background-color: #f2efee; }
    .main-rotation.rating-mode-active #component_rating_mode {
      z-index: 100;
      background-color: #fff;
      /*width: calc(100% - 201px);*/
      width: calc(100% - 225px);
      margin-left: 10px;
      box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.25);
      margin-top: 1px; }
      .main-rotation.rating-mode-active #component_rating_mode > div:first-child {
        float: left;
        height: 100%;
        width: 100%; }

.fan-rating-mode {
  width: 100%; }
  .fan-rating-mode .tab-pan.fade.scrollable-content.motor.active.in + .active {
    display: none !important; }
  .fan-rating-mode .output-data {
    padding-top: 7px;
    white-space: nowrap;
    color: #212121;
    font-weight: normal !important; }
  .fan-rating-mode #fan_select_notes_popup {
    text-align: center; }
    .fan-rating-mode #fan_select_notes_popup .popup-content {
      text-align: left;
      min-width: 390px;
      width: auto;
      max-width: 700px;
      right: auto;
      left: auto;
      display: inline-block;
      position: sticky; }
      .fan-rating-mode #fan_select_notes_popup .popup-content .popup-content-part p {
        word-wrap: break-word;
        padding-top: 5px;
        text-align: justify; }
  .fan-rating-mode .no-right-padding > div {
    padding-left: 0px !important; }
  .fan-rating-mode div.group-heading {
    font-family: Roboto;
    font-size: 20px;
    width: 100%;
    display: inline-block;
    color: #212121;
    margin-bottom: 0;
    padding-bottom: 20px; }
    .fan-rating-mode div.group-heading > div {
      display: inline-block;
      position: absolute;
      margin-left: calc(100% - 233px); }
      .fan-rating-mode div.group-heading > div button {
        width: 34px;
        height: 34px;
        font-size: 20px;
        line-height: 0.7;
        border: 1px solid #ccc;
        background: #fafafa;
        color: #52814f;
        padding: 6px 5px;
        box-sizing: border-box;
        text-align: center;
        vertical-align: middle;
        transition: all 0.3s;
        cursor: pointer;
        border-radius: 0.5px;
        position: relative;
        display: inline-block; }
  .fan-rating-mode div.input-group {
    width: 100%;
    background-color: #f5f5f5;
    height: 294px;
    transition: height 0.5s;
    /*padding: 20px;*/ }
    .fan-rating-mode div.input-group hr.input-hr {
      border: 0;
      height: 1px;
      background: #e0e0e0;
      width: 97%;
      background-image: linear-gradient(to right, #ccc, #e0e0e0, #ccc);
      display: none; }
    .fan-rating-mode div.input-group > div.header {
      padding-left: 19px;
      padding-right: 21px;
      padding-top: 18px;
      padding-bottom: 13px; }
      .fan-rating-mode div.input-group > div.header button {
        display: inline-block;
        margin-top: 2px; }
      .fan-rating-mode div.input-group > div.header .rate {
        top: auto;
        padding: 7px 16px;
        font-size: 13px;
        vertical-align: bottom;
        transition: all 0.3s;
        right: 25px;
        font-family: Roboto Medium;
        color: #4285f4;
        background-color: #fffefe;
        font-weight: normal;
        box-sizing: border-box;
        border-radius: 0;
        line-height: 0.8;
        text-transform: uppercase;
        border-width: 1px;
        border-style: solid;
        border-color: #eee #eee transparent;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
        -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24); }
      .fan-rating-mode div.input-group > div.header h3 {
        display: inline-block;
        /*text-transform: uppercase;*/ }
    .fan-rating-mode div.input-group ul {
      position: relative;
      width: 470px;
      width: 48.3%;
      /*height: 250px;*/
      display: inline-block;
      padding-bottom: 13px;
      vertical-align: top; }
      .fan-rating-mode div.input-group ul li {
        margin: 2px 0;
        padding: 0 0px 0 20px;
        box-sizing: border-box;
        position: relative;
        width: 100%; }
        .fan-rating-mode div.input-group ul li span.label {
          width: calc(169% / 5);
          width: 160px;
          font-size: 13px;
          float: left;
          padding-top: 7px;
          color: #757575;
          border: none !important; }
          .fan-rating-mode div.input-group ul li span.label span {
            color: #757575; }
        .fan-rating-mode div.input-group ul li span.multiply-sign {
          width: 5.5%;
          padding: 10px 5px;
          vertical-align: -2px;
          box-sizing: border-box;
          font-size: 12px;
          color: #a2a2a2;
          text-align: center; }
        .fan-rating-mode div.input-group ul li .unit {
          width: 53px;
          padding: 7px 3px 0 0;
          box-sizing: border-box;
          font-size: 11px;
          color: #a5a5a5;
          text-align: right;
          text-transform: none;
          display: inline-block;
          font-weight: normal; }
          .fan-rating-mode div.input-group ul li .unit span {
            font-size: 11px;
            color: #a5a5a5; }
          .fan-rating-mode div.input-group ul li .unit.temp:before {
            content: "o";
            display: inline-block;
            vertical-align: text-top;
            width: 10px;
            font-size: 10px; }
        .fan-rating-mode div.input-group ul li select.params_fan, .fan-rating-mode div.input-group ul li select.fan_field, .fan-rating-mode div.input-group ul li select.params_motor {
          margin-left: 0px; }
        .fan-rating-mode div.input-group ul li select.long-input {
          width: calc(216% / 4);
          width: 257px;
          margin-left: 0px; }
        .fan-rating-mode div.input-group ul li select.medium-input {
          width: calc(106% / 4.05);
          padding: 0 5px;
          width: 126px; }
          .fan-rating-mode div.input-group ul li select.medium-input:nth-of-type(1) {
            margin-right: 6px; }
        .fan-rating-mode div.input-group ul li select.short-input {
          width: calc(100% / 6);
          width: 126px;
          margin-right: 6px; }
        .fan-rating-mode div.input-group ul li input {
          padding-top: 3px; }
          .fan-rating-mode div.input-group ul li input.long-input {
            width: calc(230% / 4.6);
            width: 280px; }
          .fan-rating-mode div.input-group ul li input.medium-input {
            width: calc(100% / 3.5);
            width: 128px; }
      .fan-rating-mode div.input-group ul:nth-of-type(1) {
        width: 462px;
        position: relative;
        /*height: 250px;*/ }
        .fan-rating-mode div.input-group ul:nth-of-type(1) li:nth-of-type(2) input {
          width: 134px; }
          .fan-rating-mode div.input-group ul:nth-of-type(1) li:nth-of-type(2) input:nth-of-type(1) {
            margin-right: 9px; }
        .fan-rating-mode div.input-group ul:nth-of-type(1) li:nth-of-type(4) select:nth-of-type(2) {
          width: calc(104% / 3.2);
          width: 126px; }
        .fan-rating-mode div.input-group ul:nth-of-type(1) li:nth-of-type(5) select:nth-of-type(1) {
          width: calc(102% / 4);
          width: 126px; }
        .fan-rating-mode div.input-group ul:nth-of-type(1) li:nth-of-type(5) select:nth-of-type(2) {
          width: calc(110% / 4);
          width: 126px; }
        .fan-rating-mode div.input-group ul:nth-of-type(1) li:nth-of-type(8) select:nth-of-type(1) {
          width: calc(103% / 3.6);
          width: 126px; }
        .fan-rating-mode div.input-group ul:nth-of-type(1) li:nth-of-type(8) select:nth-of-type(2) {
          width: calc(103% / 3.9);
          width: 126px; }
      .fan-rating-mode div.input-group ul:nth-of-type(2) {
        margin-left: 62px; }
        .fan-rating-mode div.input-group ul:nth-of-type(2) > li {
          padding: 0px; }
          .fan-rating-mode div.input-group ul:nth-of-type(2) > li:nth-of-type(1) input:nth-of-type(2), .fan-rating-mode div.input-group ul:nth-of-type(2) > li:nth-of-type(5) input:nth-of-type(2) {
            margin-left: 41px; }
          .fan-rating-mode div.input-group ul:nth-of-type(2) > li:nth-of-type(2) .unit:nth-of-type(2), .fan-rating-mode div.input-group ul:nth-of-type(2) > li:nth-of-type(4) .unit:nth-of-type(2) {
            width: 37px; }
          .fan-rating-mode div.input-group ul:nth-of-type(2) > li:nth-of-type(3), .fan-rating-mode div.input-group ul:nth-of-type(2) > li:nth-of-type(6) {
            height: 27px; }
          .fan-rating-mode div.input-group ul:nth-of-type(2) > li span.label {
            width: calc(183% / 5.9); }
          .fan-rating-mode div.input-group ul:nth-of-type(2) > li input.medium-input {
            width: calc(100% / 5.6);
            margin-right: 0px; }
          .fan-rating-mode div.input-group ul:nth-of-type(2) > li select.long-input {
            width: calc(232% / 5.7);
            margin-left: 55px; }
  .fan-rating-mode div.output-group {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    /*height: 402px;*/
    /* height: 388px; */
    height: calc(100vh - 589px);
    min-height: 362px;
    transition: height 0.2s; }
    .fan-rating-mode div.output-group ::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 8px; }
    .fan-rating-mode div.output-group .rate-output-group {
      height: calc(100vh - 644px);
      min-height: 310px;
      position: relative; }
      .fan-rating-mode div.output-group .rate-output-group div {
        padding: 0px 24px; }
        .fan-rating-mode div.output-group .rate-output-group div.preloader {
          width: 100%;
          background-color: transparent;
          display: inline-block;
          height: calc(100vh - 639px);
          min-height: 330px;
          position: relative;
          /*bottom: calc(100vh - 27px);*/
          padding: 0px 24px;
          margin-top: -35px; }
      .fan-rating-mode div.output-group .rate-output-group > div.error-msg {
        font-size: 15px;
        width: 100%;
        text-align: center;
        color: red;
        position: absolute;
        display: block;
        top: calc((50vh - 208px) / 2); }
        .fan-rating-mode div.output-group .rate-output-group > div.error-msg.available-combination {
          padding-top: 0px;
          top: 0px; }
          .fan-rating-mode div.output-group .rate-output-group > div.error-msg.available-combination span {
            display: inline-block;
            color: red;
            margin-top: -30px;
            padding-bottom: 15px;
            position: absolute;
            width: 100%;
            left: 0;
            top: 0px; }
            .fan-rating-mode div.output-group .rate-output-group > div.error-msg.available-combination span:nth-of-type(2) {
              display: block;
              padding-top: 5px; }
      .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations {
        width: 520px;
        margin: 0 auto;
        /*min-height: 520px;*/
        overflow: auto; }
        .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div {
          padding: 0px; }
          .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content {
            margin-top: 10px; }
            .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content h2 {
              color: #757575; }
            .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div {
              margin-top: 10px; }
            .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading {
              white-space: nowrap;
              position: relative;
              z-index: 111;
              background-color: #fff;
              letter-spacing: -0.25em;
              font-size: 13px; }
              .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div {
                letter-spacing: normal;
                margin: 0px;
                background-color: #fff;
                text-transform: uppercase;
                display: inline-block;
                box-sizing: border-box;
                border-bottom: 1px solid #ebebeb;
                padding: 12.5px 15px;
                color: #757575;
                text-align: left; }
                .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div > span {
                  text-transform: lowercase; }
                .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div.xshort {
                  width: 7%;
                  width: 47px; }
                  .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div.xshort:nth-of-type(1) {
                    width: 5.5%;
                    width: 35px;
                    padding-left: 0px; }
                .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div.short {
                  width: 9%;
                  width: 57px;
                  background-color: #fff; }
                .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div.sshort {
                  width: 75px;
                  background-color: #fff; }
                .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div.medium {
                  width: 11%;
                  width: 80px; }
                .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div.xlong {
                  width: 24.5%;
                  width: 250px; }
                .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div.long {
                  width: 18.5%;
                  width: 120px; }
                .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div.slong {
                  width: 21.5%;
                  width: 127px; }
                .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.rate-list-heading > div:nth-of-type(4) {
                  width: 145px;
                  text-align: left; }
            .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) {
              position: relative;
              cursor: pointer;
              width: 100%; }
              .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) ::-webkit-scrollbar-button:vertical:decrement {
                background-color: transparent;
                height: 48px; }
              .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg):hover,
              .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg):hover * {
                background-color: #e6e6e6; }
              .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg).choosen,
              .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg).choosen * {
                background-color: #d3d1d1; }
              .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline, .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline {
                letter-spacing: -0.25em;
                overflow: visible;
                white-space: nowrap;
                position: relative;
                font-size: 13px; }
                .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline > li, .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline > li {
                  letter-spacing: normal;
                  padding: 9px 15px 0px 15px;
                  display: inline-block;
                  box-sizing: border-box;
                  border-bottom: 1px solid #ebebeb;
                  color: #212121;
                  min-height: 30px;
                  vertical-align: middle;
                  background-color: #fff; }
                  .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline > li.xshort, .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline > li.xshort {
                    width: 7%;
                    width: 47px; }
                    .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline > li.xshort:nth-of-type(1), .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline > li.xshort:nth-of-type(1) {
                      width: 5.5%;
                      width: 35px;
                      padding-left: 0px; }
                  .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline > li.short, .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline > li.short {
                    width: 9%;
                    width: 57px;
                    background-color: #fff; }
                  .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline > li.sshort, .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline > li.sshort {
                    width: 75px;
                    background-color: #fff; }
                  .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline > li.medium, .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline > li.medium {
                    width: 11%;
                    width: 80px;
                    text-align: left; }
                  .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline > li.xlong, .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline > li.xlong {
                    width: 24.5%;
                    width: 250px; }
                  .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline > li.long, .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline > li.long {
                    width: 18.5%;
                    width: 120px;
                    text-align: left; }
                  .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline > li.slong, .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline > li.slong {
                    width: 21.5%;
                    width: 127px; }
                  .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.rate-list-inline > li:nth-of-type(4), .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg) > ul.combination-rate-list-inline > li:nth-of-type(4) {
                    width: 145px;
                    text-align: left; }
              .fan-rating-mode div.output-group .rate-output-group > div #component_selector_combinations div .combinations-content div.combination-list-rows > li:not(.error-msg):last-child > ul > li {
                border-bottom: none; }
    .fan-rating-mode div.output-group > div.header {
      padding: 20px;
      padding-top: 17px; }
      .fan-rating-mode div.output-group > div.header button {
        display: inline-block;
        margin-top: 2px; }
      .fan-rating-mode div.output-group > div.header h3 {
        display: inline-block;
        /*text-transform: uppercase;*/ }
      .fan-rating-mode div.output-group > div.header span {
        color: #757575;
        font-size: 13px; }
    .fan-rating-mode div.output-group #curves {
      width: 100%;
      height: 100%; }
    .fan-rating-mode div.output-group ::-webkit-scrollbar-button:vertical:decrement {
      background-color: transparent;
      height: 38px !important; }
    .fan-rating-mode div.output-group .fan-output-group {
      /* width: 55.5%;
				width: 57%; */
      width: calc(100% - 487px);
      height: calc(100vh - 644px);
      min-height: 308px;
      overflow: auto;
      display: inline-block;
      padding: 0 10px;
      margin-left: 4px; }
      .fan-rating-mode div.output-group .fan-output-group ul {
        overflow: visible; }
      .fan-rating-mode div.output-group .fan-output-group .rate-list-heading {
        white-space: nowrap;
        position: relative;
        z-index: 111;
        background-color: #fff;
        letter-spacing: -0.25em;
        font-size: 13px; }
        .fan-rating-mode div.output-group .fan-output-group .rate-list-heading > li {
          letter-spacing: normal;
          margin: 0px;
          /*height: 40px;*/
          background-color: #fff;
          text-transform: uppercase;
          display: inline-block;
          box-sizing: border-box;
          border-bottom: 1px solid #ebebeb;
          padding: 12.5px 8px;
          color: #757575;
          background-color: #fff; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-heading > li > span {
            text-transform: lowercase; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-heading > li.xshort {
            width: 7%;
            width: 47px; }
            .fan-rating-mode div.output-group .fan-output-group .rate-list-heading > li.xshort:nth-of-type(1) {
              width: 5.5%;
              width: 35px;
              padding-left: 0px; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-heading > li.short {
            width: 9%;
            width: 57px;
            background-color: #fff; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-heading > li.sshort {
            width: 75px;
            background-color: #fff; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-heading > li.medium {
            width: 11%;
            width: 67px; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-heading > li.xlong {
            width: 24.5%;
            width: 250px; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-heading > li.long {
            width: 18.5%;
            width: 107px; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-heading > li.slong {
            width: 21.5%;
            width: 127px; }
      .fan-rating-mode div.output-group .fan-output-group .rate-list-rows {
        overflow: visible; }
        .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .preloader {
          display: inline-block;
          position: relative;
          padding-top: 170px; }
        .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) {
          position: relative;
          cursor: pointer;
          width: 100%;
          text-align: right; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) ::-webkit-scrollbar-button:vertical:decrement {
            background-color: transparent;
            height: 48px; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg):hover,
          .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg):hover * {
            background-color: #e6e6e6; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg).choosen,
          .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg).choosen * {
            background-color: #d3d1d1; }
          .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) > ul.rate-list-inline {
            letter-spacing: -0.25em;
            overflow: visible;
            white-space: nowrap;
            position: relative;
            font-size: 13px; }
            .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) > ul.rate-list-inline > li {
              letter-spacing: normal;
              padding: 12px 8px;
              display: inline-block;
              box-sizing: border-box;
              border-bottom: 1px solid #ebebeb;
              color: #212121;
              min-height: 39px;
              vertical-align: middle;
              background-color: #fff; }
              .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) > ul.rate-list-inline > li.xshort {
                width: 7%;
                width: 47px; }
                .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) > ul.rate-list-inline > li.xshort:nth-of-type(1) {
                  width: 5.5%;
                  width: 35px;
                  padding-left: 0px; }
              .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) > ul.rate-list-inline > li.short {
                width: 9%;
                width: 57px;
                background-color: #fff; }
              .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) > ul.rate-list-inline > li.sshort {
                width: 75px;
                background-color: #fff; }
              .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) > ul.rate-list-inline > li.medium {
                width: 11%;
                width: 67px; }
              .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) > ul.rate-list-inline > li.xlong {
                width: 24.5%;
                width: 250px; }
              .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) > ul.rate-list-inline > li.long {
                width: 18.5%;
                width: 107px; }
              .fan-rating-mode div.output-group .fan-output-group .rate-list-rows > .number-col:not(.error-msg) > ul.rate-list-inline > li.slong {
                width: 21.5%;
                width: 127px; }
    .fan-rating-mode div.output-group .fan-curve-group {
      position: absolute;
      display: inline-block;
      width: 482px;
      padding-left: 0px !important; }
      .fan-rating-mode div.output-group .fan-curve-group > span {
        font-size: 13px;
        padding: 8px;
        display: inline-block;
        padding-left: 4px;
        color: #757575;
        position: absolute;
        margin-top: -42px;
        right: 10px; }
      .fan-rating-mode div.output-group .fan-curve-group .curve-info {
        width: 250px;
        margin-left: 150px;
        /*top:-10px;*/
        position: absolute;
        margin-top: -50px; }
        .fan-rating-mode div.output-group .fan-curve-group .curve-info span {
          font-size: 13px;
          color: #757575;
          display: block;
          padding-left: 5px; }
          .fan-rating-mode div.output-group .fan-curve-group .curve-info span:nth-of-type(1):before {
            content: "----";
            color: red;
            padding-right: 5px; }
          .fan-rating-mode div.output-group .fan-curve-group .curve-info span:nth-of-type(2):before {
            content: "----";
            color: green;
            padding-right: 5px; }
          .fan-rating-mode div.output-group .fan-curve-group .curve-info span:nth-of-type(3):before {
            content: "----";
            color: blue;
            padding-right: 5px; }
      .fan-rating-mode div.output-group .fan-curve-group .fan-curve {
        color: #757575;
        font-size: 13px;
        /*width: 73%;*/
        padding: 0px 41px;
        padding-bottom: 10px;
        margin-left: 30px;
        margin-left: 45px;
        display: inline-block;
        position: absolute;
        margin-top: 8px;
        /*position:absolute; */ }
        .fan-rating-mode div.output-group .fan-curve-group .fan-curve .fan-curve-top {
          position: absolute;
          top: 0px;
          margin-left: 78px;
          margin-top: -33px; }
        .fan-rating-mode div.output-group .fan-curve-group .fan-curve .fan-curve-bottom {
          margin-left: 100px;
          position: relative;
          top: 2px; }
        .fan-rating-mode div.output-group .fan-curve-group .fan-curve .fan-curve-center {
          height: 246px;
          height: 236px;
          height: 205px;
          width: 395px;
          width: 385px;
          width: 325px;
          /*background-color: #fafafa;*/
          display: inline-block;
          margin-top: -5px;
          margin-left: -20px;
          margin-left: -9px;
          padding: 0px; }
          .fan-rating-mode div.output-group .fan-curve-group .fan-curve .fan-curve-center.no-curves {
            border: 1px solid #c2c2c2;
            background-color: #fafafa;
            width: 314px;
            height: 214px;
            margin-left: 20px;
            margin-top: -18px; }
            .fan-rating-mode div.output-group .fan-curve-group .fan-curve .fan-curve-center.no-curves ~ span.fan-curve-bottom {
              margin-left: 130px;
              position: relative;
              top: 22px; }
        .fan-rating-mode div.output-group .fan-curve-group .fan-curve .fan-curve-right,
        .fan-rating-mode div.output-group .fan-curve-group .fan-curve .fan-curve-left {
          position: absolute;
          display: inline-block;
          white-space: nowrap;
          transform: translate(0, 100%) rotate(-90deg);
          transform-origin: 0 0; }
        .fan-rating-mode div.output-group .fan-curve-group .fan-curve .fan-curve-right {
          top: 110px;
          margin-left: 326px; }
        .fan-rating-mode div.output-group .fan-curve-group .fan-curve .fan-curve-left {
          top: 150px;
          left: 8px; }
      .fan-rating-mode div.output-group .fan-curve-group .fan-list {
        margin-left: 18px;
        margin-left: 25px;
        /*margin-top:229px;*/
        /*position: relative;*/
        display: inline-block;
        padding: 0px;
        position: absolute;
        top: calc(50vh - 245px);
        top: 223px; }
        .fan-rating-mode div.output-group .fan-curve-group .fan-list > ul > li {
          display: inline-block; }
        .fan-rating-mode div.output-group .fan-curve-group .fan-list > span {
          font-size: 13px;
          padding: 4px 8px;
          display: block;
          padding-left: 4px; }
        .fan-rating-mode div.output-group .fan-curve-group .fan-list > ul {
          white-space: nowrap; }
          .fan-rating-mode div.output-group .fan-curve-group .fan-list > ul > li {
            /*text-transform: uppercase;*/
            display: inline-block;
            box-sizing: border-box;
            padding: 3px 4px;
            font-size: 13px;
            color: #757575; }
            .fan-rating-mode div.output-group .fan-curve-group .fan-list > ul > li > span {
              text-transform: lowercase; }
            .fan-rating-mode div.output-group .fan-curve-group .fan-list > ul > li.medium {
              /*width: 25%;*/ }
            .fan-rating-mode div.output-group .fan-curve-group .fan-list > ul > li.medium {
              width: 7%;
              color: #212121;
              width: 38px; }
            .fan-rating-mode div.output-group .fan-curve-group .fan-list > ul > li.long {
              width: 8%; }
  .fan-rating-mode.hide-output {
    min-height: 0px;
    height: 0px; }
    .fan-rating-mode.hide-output .input-group {
      /*transition:height 2s;
			-webkit-transition: height 2s;*/ }
      .fan-rating-mode.hide-output .input-group hr.input-hr {
        display: block; }
    .fan-rating-mode.hide-output .output-group,
    .fan-rating-mode.hide-output .rate-output-group {
      margin-top: 0px;
      height: 0px !important;
      min-height: 0px !important;
      border: none;
      /*transition:height 2s;
			-webkit-transition: height 2s;*/ }
      .fan-rating-mode.hide-output .output-group .header,
      .fan-rating-mode.hide-output .output-group .fan-output-group,
      .fan-rating-mode.hide-output .output-group .fan-curve-group,
      .fan-rating-mode.hide-output .rate-output-group .header,
      .fan-rating-mode.hide-output .rate-output-group .fan-output-group,
      .fan-rating-mode.hide-output .rate-output-group .fan-curve-group {
        display: none; }

.sup {
  font-size: 6pt;
  vertical-align: super; }

div#ahu-Motor_Output.tab-pane.fade.full-height {
  height: calc(100% - 20px) !important; }

.ahu-rate-content-item #rating_mode_fan_content > div {
  height: 100% !important; }

.ahu-rate-content-item #rating_mode_fan_content .more-tab-content {
  height: calc(100% - 21px); }

.ahu-rate-content-item #rating_mode_fan_content .input-parts .output-group.rating,
.ahu-rate-content-item #rating_mode_fan_content .input-parts .output-group.rating.output-content {
  height: calc(100% - 325px) !important;
  margin: 0 !important; }

.ahu-rate-content-item #rating_mode_coil_content,
.ahu-rate-content-item #rating_mode_fan_content,
.ahu-rate-content-item #rating_mode_energy_wheel_content {
  padding: 16px 24px 38px 24px;
  height: 100%; }
  .ahu-rate-content-item #rating_mode_coil_content .icon-error-outline,
  .ahu-rate-content-item #rating_mode_fan_content .icon-error-outline,
  .ahu-rate-content-item #rating_mode_energy_wheel_content .icon-error-outline {
    vertical-align: sub; }
  .ahu-rate-content-item #rating_mode_coil_content .unset-upper,
  .ahu-rate-content-item #rating_mode_fan_content .unset-upper,
  .ahu-rate-content-item #rating_mode_energy_wheel_content .unset-upper {
    text-transform: lowercase !important; }
  .ahu-rate-content-item #rating_mode_coil_content ul li select,
  .ahu-rate-content-item #rating_mode_fan_content ul li select,
  .ahu-rate-content-item #rating_mode_energy_wheel_content ul li select {
    font-size: 13px; }
  .ahu-rate-content-item #rating_mode_coil_content .coil_new.output-part .with-border,
  .ahu-rate-content-item #rating_mode_fan_content .coil_new.output-part .with-border,
  .ahu-rate-content-item #rating_mode_energy_wheel_content .coil_new.output-part .with-border {
    float: right;
    min-height: 100px;
    overflow: auto; }
  .ahu-rate-content-item #rating_mode_coil_content .coil_new#coil_new select,
  .ahu-rate-content-item #rating_mode_fan_content .coil_new#coil_new select,
  .ahu-rate-content-item #rating_mode_energy_wheel_content .coil_new#coil_new select {
    line-height: 27px; }
  .ahu-rate-content-item #rating_mode_coil_content .rated-tab,
  .ahu-rate-content-item #rating_mode_fan_content .rated-tab,
  .ahu-rate-content-item #rating_mode_energy_wheel_content .rated-tab {
    position: absolute;
    bottom: 26px;
    width: auto; }
    .ahu-rate-content-item #rating_mode_coil_content .rated-tab .rating-time,
    .ahu-rate-content-item #rating_mode_fan_content .rated-tab .rating-time,
    .ahu-rate-content-item #rating_mode_energy_wheel_content .rated-tab .rating-time {
      padding-top: 0px !important;
      font-size: 10px !important;
      position: fixed !important; }

.ahu-rate-content-item #rating_mode_fan_content > div,
.ahu-rate-content-item #rating_mode_energy_wheel_content > div {
  overflow: auto;
  height: calc(100% - 11px); }

.ahu-rate-content-item #rating_mode_uvc_content {
  padding: 16px 24px 38px 24px;
  height: 100%; }
  .ahu-rate-content-item #rating_mode_uvc_content .icon-error-outline {
    vertical-align: sub; }
  .ahu-rate-content-item #rating_mode_uvc_content .unset-upper {
    text-transform: lowercase !important; }
  .ahu-rate-content-item #rating_mode_uvc_content > div {
    padding-right: 0px !important;
    height: 100%; }
  .ahu-rate-content-item #rating_mode_uvc_content ul li select {
    font-size: 13px; }
  .ahu-rate-content-item #rating_mode_uvc_content .rated-tab {
    position: absolute;
    bottom: 26px;
    width: auto; }
    .ahu-rate-content-item #rating_mode_uvc_content .rated-tab .rating-time {
      padding-top: 0px !important;
      font-size: 10px !important;
      position: fixed !important; }

.ahu-rate-content-item #Properties_output.active {
  /*border:1px solid red;*/ }

.ahu-rate-content-item #rating_mode_coil_content > div {
  height: 100%; }

.ahu-rate-content-item #rating_mode_coil_content .btn-more {
  border: 1px solid #ccc;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  color: #212121;
  padding: 4px;
  color: #757575;
  vertical-align: middle;
  line-height: 0.7;
  font-size: 16px; }
  .ahu-rate-content-item #rating_mode_coil_content .btn-more:hover {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }

.ahu-rate-content-item .dotted-preloader {
  background-color: white !important;
  z-index: 11; }

.report_coil_new .output-group.rating,
.report_coil_new .output-group.rating.output-content {
  height: calc(100% - 380px) !important; }

::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 8px; }

.rating-mode-wrapper {
  overflow-x: auto;
  overflow-y: hidden; }
  .rating-mode-wrapper .content-with-pagers {
    width: 100%;
    height: 100%; }
    .rating-mode-wrapper .content-with-pagers.filter .control-header-buttons, .rating-mode-wrapper .content-with-pagers.special_options .control-header-buttons {
      display: none; }
    .rating-mode-wrapper .content-with-pagers ul {
      width: 100%; }
      .rating-mode-wrapper .content-with-pagers ul li {
        margin-right: 0 !important; }
    .rating-mode-wrapper .content-with-pagers .ahu-rate-content-item-with-subtabs {
      height: calc(100% - 40px); }
      .rating-mode-wrapper .content-with-pagers .ahu-rate-content-item-with-subtabs #for-output-rendering .coil_new.full-height {
        width: 100% !important; }

/*COIL*/
.coil-rating-mode {
  /*height: calc(100% - 7px);*/
  /*padding-right: 24px;*/ }
  .coil-rating-mode select {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-left: 5px !important;
    width: calc(100% - 5px) !important; }
  .coil-rating-mode input:not([type="checkbox"]) {
    width: 100% !important; }
  .coil-rating-mode hr {
    margin-top: 0px;
    margin-bottom: 27px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    margin-left: 20px;
    margin-right: 20px; }
  .coil-rating-mode .label {
    padding: 0px; }
  .coil-rating-mode #fan_select_notes_popup {
    text-align: center; }
    .coil-rating-mode #fan_select_notes_popup .popup-content {
      text-align: left;
      min-width: 390px;
      width: auto;
      max-width: 800px;
      right: auto;
      left: auto;
      display: inline-block;
      position: sticky; }
      .coil-rating-mode #fan_select_notes_popup .popup-content .popup-content-part p {
        word-wrap: break-word;
        padding-top: 5px;
        text-align: justify; }
  .coil-rating-mode .popup-wrapper.width-small .popup-content {
    width: 578px;
    top: 20vh;
    left: calc(50vw - 655px); }
    .coil-rating-mode .popup-wrapper.width-small .popup-content p {
      margin-bottom: 16px; }
  .coil-rating-mode div.group-heading {
    font-family: Roboto;
    font-size: 20px;
    width: 100%;
    display: inline-block;
    color: #212121;
    margin-bottom: 0;
    padding-bottom: 20px; }
    .coil-rating-mode div.group-heading > div {
      display: inline-block;
      position: absolute;
      margin-left: calc(100% - 233px); }
      .coil-rating-mode div.group-heading > div button {
        width: 34px;
        height: 34px;
        font-size: 20px;
        line-height: 0.7;
        border: 1px solid #ccc;
        background: #fafafa;
        color: #52814f;
        padding: 6px 5px;
        box-sizing: border-box;
        text-align: center;
        vertical-align: middle;
        transition: all 0.3s;
        cursor: pointer;
        border-radius: 0.5px;
        position: relative;
        display: inline-block; }
  .coil-rating-mode div.input-group {
    width: 100%;
    background-color: #f5f5f5;
    transition: height 0.5s;
    /*height: 682px;*/
    height: 100%; }
    .coil-rating-mode div.input-group > div.header {
      padding-left: 19px;
      padding-right: 21px;
      padding-top: 18px;
      padding-bottom: 13px; }
      .coil-rating-mode div.input-group > div.header button {
        display: inline-block;
        margin-top: 2px; }
      .coil-rating-mode div.input-group > div.header h3 {
        display: inline-block;
        /*text-transform: uppercase;*/ }
    .coil-rating-mode div.input-group > .performance {
      /*padding-bottom: calc(50vh - 453px);*/ }
      .coil-rating-mode div.input-group > .performance > div {
        /*border-bottom: 1px solid #e1e1e1;*/
        /*margin-bottom: 29px;*/
        position: relative;
        height: 349px; }
        .coil-rating-mode div.input-group > .performance > div ul span.label {
          width: calc(169% / 5);
          width: 210px;
          font-size: 13px;
          float: left;
          padding-top: 7px;
          color: #757575; }
        .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) {
          position: relative;
          width: 550px;
          width: 51%;
          display: inline-block;
          padding-bottom: 30px;
          vertical-align: top; }
          .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li {
            margin: 2px 0;
            padding: 0 0px 0 20px;
            box-sizing: border-box;
            position: relative;
            width: 100%;
            color: #757575; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li .unit {
              width: 16px;
              padding: 7px 3px 0 0;
              box-sizing: border-box;
              font-size: 11px;
              color: #a5a5a5;
              text-align: right;
              text-transform: none;
              display: inline-block; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li .unit span {
                font-size: 11px;
                color: #a5a5a5; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li .unit.temp:before {
                content: "o";
                display: inline-block;
                vertical-align: text-top;
                width: 10px;
                font-size: 10px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select {
              vertical-align: bottom; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select.params_fan, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select.fan_field, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select.params_motor, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select.params_coil, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select.coil_field {
                margin-left: 0px; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select.long-input {
                width: calc(216% / 4);
                width: 255px;
                margin-left: 0px; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select.medium-input {
                width: calc(106% / 4.05);
                padding: 0 5px;
                width: 170px; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select.short-input {
                width: calc(100% / 6);
                width: 60px; }
                .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select.short-input:nth-of-type(1) {
                  margin-right: 6px; }
                .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li select.short-input:nth-of-type(2) {
                  margin-left: 11px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li span.unit + .short-input {
              margin-left: 0px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li input {
              padding-top: 3px; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li input.long-input {
                width: calc(100% / 3.5);
                width: 280px; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li input.medium-input {
                width: calc(100% / 3.5);
                width: 180px; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li input.short-input {
                width: calc(100% / 3.5);
                width: 85px; }
                .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li input.short-input:nth-of-type(1) {
                  margin-right: 6px; }
                .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li input.short-input:nth-of-type(2) {
                  margin-left: 10px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(5) input {
              margin-left: -1px !important;
              padding-right: 5px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(5) span.unit {
              width: auto;
              padding: 0px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(6) span.unit {
              width: auto;
              font-size: 14px;
              padding: 0px;
              vertical-align: bottom; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(6) select:nth-of-type(1) {
              margin-right: 0px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(7) .unit, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(8) .unit, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li.tube .unit {
              width: 16px;
              padding: 7px 3px 0 0; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(7) select.medium-input, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(8) select.medium-input, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li.tube select.medium-input {
              width: 170px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(7) select.short-input, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(8) select.short-input, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li.tube select.short-input {
              width: 60px; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(7) select.short-input + .short-input, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(8) select.short-input + .short-input, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li.tube select.short-input + .short-input {
                margin-left: 0px;
                width: 60px; }
                .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(7) select.short-input + .short-input + .short-input, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(8) select.short-input + .short-input + .short-input, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li.tube select.short-input + .short-input + .short-input {
                  width: 60px;
                  margin-left: 11px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(7) span.label, .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li.tube span.label {
              width: 190px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li.tube + li .short-input {
              width: 52px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:last-child select.short-input:nth-of-type(2) {
              margin-left: 0px !important;
              /*margin-right: 5px;*/ }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:nth-of-type(10) select.short-input {
              margin-right: 11px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:last-child select.short-input:nth-of-type(1) {
              width: 62px;
              margin: 0px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(1) li:last-child select.short-input:nth-of-type(2) {
              width: 45px;
              margin-right: 11px;
              margin-left: 0px !important; }
        .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) {
          position: absolute;
          right: 30px;
          width: 490px;
          width: 48%;
          display: inline-block;
          padding-bottom: 48px;
          vertical-align: top; }
          .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) input {
            padding-left: 1px;
            padding-right: 2px; }
          .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li {
            margin: 2px 0;
            padding: 0 0px 0 20px;
            box-sizing: border-box;
            position: relative;
            width: 100%; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li:nth-of-type(2) {
              height: 27px;
              padding-top: 7px; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li:nth-of-type(2) span {
                padding-top: 5px;
                font-size: 13px;
                padding-top: 7px;
                color: #757575; }
                .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li:nth-of-type(2) span:nth-of-type(1) {
                  margin-left: 218px; }
                .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li:nth-of-type(2) span:nth-of-type(2) {
                  margin-left: 80px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li:nth-of-type(11) span:nth-of-type(1).unit {
              width: 75px;
              padding: 4px 3px 0 2px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li:nth-of-type(11) span:nth-of-type(1) span.small {
              width: 17px;
              padding: 0px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li:not(:nth-of-type(1)) input.short-input {
              width: 50px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li:nth-of-type(3) input.short-input:nth-of-type(3) {
              margin-left: 10px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li span.label {
              width: calc(169% / 5);
              width: 140px;
              font-size: 13px;
              float: left;
              padding-top: 7px;
              color: #757575; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li .unit {
              width: 75px;
              /* float: right; */
              padding: 7px 3px 0 2px;
              box-sizing: border-box;
              font-size: 11px;
              color: #a5a5a5;
              text-align: right;
              text-transform: none;
              display: inline-block; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li .unit span {
                font-size: 11px;
                color: #a5a5a5; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li .unit.temp:before {
                content: "o";
                display: inline-block;
                vertical-align: text-top;
                width: 10px;
                font-size: 10px; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li .unit.temp {
                padding-top: 5px; }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li .unit.not-uom {
                width: 6px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li input {
              padding-top: 3px;
              /*&.short-input {
									    width: calc(100% / 6);
									    width: 120px;
											margin-right: 6px;
										}*/ }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li input.long-input {
                width: calc(230% / 4.6); }
              .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li input.medium-input {
                width: calc(100% / 3.5);
                width: 115px; }
                .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li input.medium-input:nth-of-type(2) {
                  margin-left: 10px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li select.params_coil {
              margin-left: 0px; }
            .coil-rating-mode div.input-group > .performance > div ul:nth-of-type(2) li select.medium-input {
              width: 89px;
              margin-left: 60px; }
      .coil-rating-mode div.input-group > .performance ul.casing li, .coil-rating-mode div.input-group > .performance ul.connections li, .coil-rating-mode div.input-group > .performance ul.options li {
        margin: 2px 0;
        padding: 0 0px 0 20px;
        box-sizing: border-box;
        position: relative;
        width: 100%; }
        .coil-rating-mode div.input-group > .performance ul.casing li.header, .coil-rating-mode div.input-group > .performance ul.connections li.header, .coil-rating-mode div.input-group > .performance ul.options li.header {
          text-transform: uppercase;
          font-size: 13px;
          color: #212121;
          margin-bottom: 10px; }
        .coil-rating-mode div.input-group > .performance ul.casing li span.label, .coil-rating-mode div.input-group > .performance ul.connections li span.label, .coil-rating-mode div.input-group > .performance ul.options li span.label {
          width: calc(169% / 5);
          width: 155px;
          font-size: 13px;
          float: left;
          padding-top: 7px;
          color: #757575; }
        .coil-rating-mode div.input-group > .performance ul.casing li span.unit, .coil-rating-mode div.input-group > .performance ul.connections li span.unit, .coil-rating-mode div.input-group > .performance ul.options li span.unit {
          width: 23px;
          /* float: right; */
          padding: 7px 3px 0 0;
          box-sizing: border-box;
          font-size: 11px;
          color: #a5a5a5;
          text-align: right;
          text-transform: none;
          display: inline-block; }
          .coil-rating-mode div.input-group > .performance ul.casing li span.unit.temp:before, .coil-rating-mode div.input-group > .performance ul.connections li span.unit.temp:before, .coil-rating-mode div.input-group > .performance ul.options li span.unit.temp:before {
            content: "o";
            display: inline-block;
            vertical-align: text-top;
            width: 10px;
            font-size: 10px; }
        .coil-rating-mode div.input-group > .performance ul.casing li select.params_fan, .coil-rating-mode div.input-group > .performance ul.casing li select.fan_field, .coil-rating-mode div.input-group > .performance ul.casing li select.params_motor, .coil-rating-mode div.input-group > .performance ul.casing li select.params_coil, .coil-rating-mode div.input-group > .performance ul.connections li select.params_fan, .coil-rating-mode div.input-group > .performance ul.connections li select.fan_field, .coil-rating-mode div.input-group > .performance ul.connections li select.params_motor, .coil-rating-mode div.input-group > .performance ul.connections li select.params_coil, .coil-rating-mode div.input-group > .performance ul.options li select.params_fan, .coil-rating-mode div.input-group > .performance ul.options li select.fan_field, .coil-rating-mode div.input-group > .performance ul.options li select.params_motor, .coil-rating-mode div.input-group > .performance ul.options li select.params_coil {
          margin-left: 0px; }
        .coil-rating-mode div.input-group > .performance ul.casing li select.long-input, .coil-rating-mode div.input-group > .performance ul.connections li select.long-input, .coil-rating-mode div.input-group > .performance ul.options li select.long-input {
          width: calc(216% / 4);
          width: 120px;
          margin-left: 0px; }
      .coil-rating-mode div.input-group > .performance ul.casing {
        position: relative;
        width: 33%;
        /*width: 340px;*/
        display: inline-block;
        padding-bottom: 13px;
        vertical-align: top; }
        .coil-rating-mode div.input-group > .performance ul.casing li span.unit.not-uom {
          width: 12px; }
        .coil-rating-mode div.input-group > .performance ul.casing li:nth-of-type(4) span.label, .coil-rating-mode div.input-group > .performance ul.casing li:nth-of-type(5) span.label {
          width: 130px; }
        .coil-rating-mode div.input-group > .performance ul.casing li:nth-of-type(6) {
          min-height: 27px; }
        .coil-rating-mode div.input-group > .performance ul.casing li select.short-input {
          width: 36.5px; }
      .coil-rating-mode div.input-group > .performance ul.connections {
        position: relative;
        width: 33%;
        /*width: 361px;*/
        display: inline-block;
        padding-bottom: 13px;
        vertical-align: top;
        /*			right: 225px;*/ }
        .coil-rating-mode div.input-group > .performance ul.connections li span.label {
          width: 170px; }
          .coil-rating-mode div.input-group > .performance ul.connections li span.label.medium {
            width: 158px; }
        .coil-rating-mode div.input-group > .performance ul.connections li select.medium-input {
          width: 115px; }
        .coil-rating-mode div.input-group > .performance ul.connections li select.short-input {
          width: 37px; }
          .coil-rating-mode div.input-group > .performance ul.connections li select.short-input:nth-of-type(2) {
            margin-left: 16px; }
        .coil-rating-mode div.input-group > .performance ul.connections li span.unit {
          width: 10px; }
        .coil-rating-mode div.input-group > .performance ul.connections li span.not-uom {
          width: 15px; }
          .coil-rating-mode div.input-group > .performance ul.connections li span.not-uom + .short-input {
            margin-left: 1px; }
      .coil-rating-mode div.input-group > .performance ul.options {
        position: relative;
        width: 33%;
        /*width: 333px;*/
        display: inline-block;
        padding-bottom: 13px;
        vertical-align: top;
        /*right: 75px;*/ }
        .coil-rating-mode div.input-group > .performance ul.options span.label {
          width: calc(169% / 5);
          width: 137px !important;
          font-size: 13px;
          float: left;
          padding-top: 7px;
          color: #757575; }
        .coil-rating-mode div.input-group > .performance ul.options span.multiply-sign {
          width: 5.5%;
          padding: 10px 5px;
          vertical-align: -2px;
          box-sizing: border-box;
          font-size: 12px;
          color: #a2a2a2;
          text-align: center; }
        .coil-rating-mode div.input-group > .performance ul.options select.long-input {
          width: 135px !important; }
  .coil-rating-mode div.output-group {
    display: none;
    height: 0px;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    transition: height 0.5s; }
    .coil-rating-mode div.output-group .header button.btn-note {
      bottom: auto;
      display: inline-block;
      height: 19px;
      left: 648px; }
    .coil-rating-mode div.output-group .coil_selector_notes .popup-wrapper {
      margin-top: 0px;
      top: auto;
      padding: 20px 0px; }
      .coil-rating-mode div.output-group .coil_selector_notes .popup-wrapper .popup-content {
        width: 578px;
        top: 5vh;
        left: calc(50vw - 655px); }
        .coil-rating-mode div.output-group .coil_selector_notes .popup-wrapper .popup-content p {
          margin-bottom: 16px; }
    .coil-rating-mode div.output-group > div.header {
      padding-left: 19px;
      padding-right: 21px;
      padding-top: 18px;
      padding-bottom: 13px; }
      .coil-rating-mode div.output-group > div.header h3,
      .coil-rating-mode div.output-group > div.header span,
      .coil-rating-mode div.output-group > div.header button {
        display: inline-block; }
      .coil-rating-mode div.output-group > div.header button {
        padding: 0px; }
        .coil-rating-mode div.output-group > div.header button:after {
          content: "Drawing";
          top: 25px;
          left: -17px; }
      .coil-rating-mode div.output-group > div.header span {
        float: right;
        font-size: 12px;
        color: #757575; }
    .coil-rating-mode div.output-group div.rated-item {
      position: relative; }
      .coil-rating-mode div.output-group div.rated-item .dotted-preloader.active {
        background-color: #fff !important; }
      .coil-rating-mode div.output-group div.rated-item div.preloader {
        vertical-align: middle;
        padding-top: 150px; }
      .coil-rating-mode div.output-group div.rated-item span.icon-error-outline {
        font-size: 15px;
        color: red;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 85px; }
        .coil-rating-mode div.output-group div.rated-item span.icon-error-outline:before {
          padding: 5px;
          vertical-align: bottom; }
      .coil-rating-mode div.output-group div.rated-item .warning-msg {
        display: inline-block;
        width: 100%;
        font-size: 13px;
        color: #757575;
        text-align: center;
        margin-top: calc(50vh - 461px); }
    .coil-rating-mode div.output-group div > ul > li {
      min-height: 23px; }
    .coil-rating-mode div.output-group div > ul:nth-of-type(1) {
      /*margin-right: 51px;*/
      position: relative;
      width: calc(100% - 560px);
      display: inline-block;
      padding-bottom: 13px;
      vertical-align: top; }
      .coil-rating-mode div.output-group div > ul:nth-of-type(1) li {
        margin: 1px 0px 1px 0px;
        padding: 0 0px 0 20px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        padding-top: 7px;
        /*&:nth-of-type(5) {
									margin-bottom: 23px;
								}*/ }
        .coil-rating-mode div.output-group div > ul:nth-of-type(1) li:nth-of-type(1) {
          margin-top: 23px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.label {
          width: calc(169% / 5);
          width: 190px;
          font-size: 13px;
          float: left;
          /*padding-top: 7px;*/
          color: #757575; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.label.medium {
            width: 210px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.multiply-sign {
          width: 5.5%;
          padding: 10px 5px;
          vertical-align: -2px;
          box-sizing: border-box;
          font-size: 12px;
          color: #a2a2a2;
          text-align: center; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(1) li .unit {
          width: 14px;
          vertical-align: top;
          /* float: right; */
          padding: 0px 3px 0 0;
          box-sizing: border-box;
          font-size: 11px;
          color: #a5a5a5;
          text-align: right;
          text-transform: none;
          display: inline-block; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(1) li .unit.temp:before {
            content: "o";
            display: inline-block;
            vertical-align: text-top;
            width: 10px;
            font-size: 10px; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(1) li .unit.temp.small {
            width: 15px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span {
          font-size: 13px;
          color: #212121; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.params_fan, .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.fan_field, .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.params_motor, .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.params_coil {
            margin-left: 0px; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.long-input {
            width: calc(216% / 4);
            width: 275px;
            margin-left: 0px;
            /*padding-top: 7px;*/
            vertical-align: top; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.medium-input {
            width: calc(106% / 4.05);
            padding: 0 5px;
            width: 134px; }
            .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.medium-input:nth-of-type(1) {
              margin-right: 6px; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(1) li span.short-input {
            width: calc(100% / 6);
            width: 70px;
            margin-right: 6px; }
    .coil-rating-mode div.output-group div > ul:nth-of-type(2) {
      position: absolute;
      right: 25px;
      width: 540px;
      display: inline-block;
      padding-bottom: 13px;
      vertical-align: top; }
      .coil-rating-mode div.output-group div > ul:nth-of-type(2) li {
        margin: 1px 0px 1px 0px;
        padding: 0 0px 0 20px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        padding-top: 7px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li:nth-of-type(1) span {
          padding-top: 5px;
          font-size: 13px;
          padding-top: 7px;
          color: #757575; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(2) li:nth-of-type(1) span:nth-of-type(1) {
            margin-left: 214px; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(2) li:nth-of-type(1) span:nth-of-type(2) {
            position: absolute;
            margin: 0px;
            padding: 0;
            right: 93px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li:nth-of-type(8) .unit:nth-of-type(4) {
          width: 31px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li:nth-of-type(9) span.label {
          width: 214px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li span.label {
          width: 176px;
          font-size: 13px;
          float: left;
          /*padding-top: 7px;*/
          color: #757575; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li .unit {
          width: 36px;
          /* float: right; */
          vertical-align: top;
          padding: 0px 3px 0 0;
          box-sizing: border-box;
          font-size: 11px;
          color: #a5a5a5;
          text-align: right;
          text-transform: none;
          display: inline-block; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(2) li .unit.temp:before {
            content: "o";
            display: inline-block;
            vertical-align: text-top;
            width: 6px;
            font-size: 9px; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(2) li .unit.temp.small {
            width: 13px;
            margin-top: -1px; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(2) li .unit.small {
            padding: 0px;
            width: 29px; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(2) li .unit.not-uom {
            width: 10px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li span.params_fan, .coil-rating-mode div.output-group div > ul:nth-of-type(2) li span.fan_field, .coil-rating-mode div.output-group div > ul:nth-of-type(2) li span.params_motor, .coil-rating-mode div.output-group div > ul:nth-of-type(2) li span.params_coil {
          margin-left: 0px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li span.long-input {
          /*width: calc(216% / 4);*/
          /*width: 40px;*/
          display: inline-block;
          position: absolute;
          color: #212121;
          font-size: 13px;
          left: 400px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li span.medium-input {
          margin-left: 0px;
          color: #212121;
          font-size: 13px;
          vertical-align: top; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li input {
          padding-top: 3px; }
          .coil-rating-mode div.output-group div > ul:nth-of-type(2) li input.long-input {
            width: calc(230% / 4.6); }
          .coil-rating-mode div.output-group div > ul:nth-of-type(2) li input.medium-input {
            width: calc(100% / 3.5);
            width: 128px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li:nth-of-type(6) span.long-input:nth-of-type(7), .coil-rating-mode div.output-group div > ul:nth-of-type(2) li:nth-of-type(6) span.not-uom:nth-of-type(7) {
          right: 15px;
          position: absolute; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li:nth-of-type(5) span:nth-of-type(6) {
          left: 446px;
          position: absolute;
          width: 6px; }
        .coil-rating-mode div.output-group div > ul:nth-of-type(2) li:nth-of-type(5) span:nth-of-type(7) {
          left: 460px; }
  .coil-rating-mode.rating .input-group {
    height: 373px;
    /*overflow: auto;*/
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }
  .coil-rating-mode.rating .performance {
    height: 323px;
    overflow: auto;
    margin-top: 7px; }
  .coil-rating-mode.rating .output-group {
    display: none;
    display: block;
    height: calc(100vh - 662px);
    min-height: 281px;
    transition: height 0.5s;
    border: 1px solid #e1e1e1;
    margin-top: 10px; }

#ahu-Notes-output .in-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.coil-rating-mode {
  height: calc(100vh - 280px); }

.coil-rating-mode.rating {
  height: 340px !important; }
  .coil-rating-mode.rating .scrollable-content:first-child {
    height: 339px;
    margin-top: 0; }
  .coil-rating-mode.rating .scrollable-content:nth-child(2) {
    height: 350px;
    margin-top: 0 !important; }
  .coil-rating-mode.rating .scrollable-content:nth-child(3), .coil-rating-mode.rating .scrollable-content:nth-child(4) {
    height: 350px; }
  .coil-rating-mode.rating .scrollable-content .row {
    line-height: 13px !important; }

.output-group.rating.output-content {
  height: calc(100% - 325px) !important;
  margin: 0; }
  .output-group.rating.output-content.coil_new {
    height: calc(100% - 340px) !important; }
    .output-group.rating.output-content.coil_new.coil_coil_new {
      height: 49% !important;
      max-height: calc(100% - 310px); }
      .output-group.rating.output-content.coil_new.coil_coil_new .nots_and_errors {
        padding-top: 10px;
        padding-bottom: 40px; }

.all-rating-note {
  position: absolute;
  bottom: 14px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  padding-left: 20px;
  right: 120px; }

.output-group {
  height: 0; }
  .output-group .rated-time {
    position: absolute;
    bottom: 10px; }
  .output-group .warning-notes {
    color: #dc362e !important;
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 400; }
    .output-group .warning-notes.label {
      color: #dc362e !important; }
  .output-group .label {
    color: #333 !important;
    padding: 5px 0 5px 0 !important;
    font-weight: 400 !important;
    display: block !important; }
  .output-group .with-border {
    float: right;
    height: 100%;
    border: 1px solid #ccc; }
    .output-group .with-border .with-bottom-distance {
      height: 100%;
      overflow-y: overlay;
      overflow-x: hidden; }
    .output-group .with-border .tab-content,
    .output-group .with-border .content-data {
      background: #fff; }
      .output-group .with-border .tab-content .scrollable-content:first-child,
      .output-group .with-border .content-data .scrollable-content:first-child {
        margin-top: 0 !important; }
      .output-group .with-border .tab-content .per-coil-output-text,
      .output-group .with-border .content-data .per-coil-output-text {
        color: rgba(0, 0, 0, 0.54) !important; }

.output-part {
  /*.per-coil-text{
			.text-right{
						&:nth-of-type(1){
							padding-right: 10px;
						}
					}
		}*/ }
  .output-part.choosen.row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .output-part .hide {
    display: none; }
  .output-part .tab-content {
    background-color: #fff !important;
    float: left; }
  .output-part .coil-counts,
  .output-part .phx-counts {
    position: absolute;
    /*top:  100%;*/
    padding-left: 30px;
    padding-top: 10px;
    display: block;
    z-index: 1;
    width: calc(100% - 200px); }
    .output-part .coil-counts > span,
    .output-part .phx-counts > span {
      /*border:1px solid #e5e5e5;*/
      /*background-color: #6e7e98;*/
      height: 22px;
      display: inline-block;
      margin-right: 1px;
      padding-top: 4px; }
  .output-part .phx-counts {
    padding-top: 4px; }
  .output-part .coil-counts-text,
  .output-part .phx-counts-text {
    color: rgba(0, 0, 0, 0.87);
    font-weight: medium;
    font-size: 11px; }
  .output-part .coil-counts-numbers,
  .output-part .phx-counts-numbers {
    color: rgba(0, 0, 0, 0.54);
    /*color: #fff;*/
    font-size: 13px;
    font-weight: regular;
    padding: 2px 6px;
    margin-left: -4px; }
    .output-part .coil-counts-numbers:hover,
    .output-part .phx-counts-numbers:hover {
      /*background-color: #ebebeb;*/
      cursor: pointer;
      font-weight: bold; }
    .output-part .coil-counts-numbers.active,
    .output-part .phx-counts-numbers.active {
      border-bottom: 3px solid #f28374 !important;
      font-weight: normal; }
  .output-part .scrollable-content:first-child {
    margin-top: 15px !important; }
  .output-part .unit,
  .output-part .percent {
    margin-top: 0 !important; }
  .output-part.rating .nav {
    height: calc(100vh - 674px);
    margin-top: 5px; }

.middle-top {
  padding-top: 8px; }

.coil_new select.params_fan,
.coil_new select.fan_field,
.coil_new select.params_motor,
.coil_new select.motor_base_params,
.coil_new select.si_params,
.coil_new select.ahu_field,
.coil_new select.casing_field,
.coil_new select.floor_field,
.coil_new select.tunnel_field,
.coil_new select.section_field,
.coil_new select.model_field,
.coil_new select.params_coil,
.coil_new select.filter_params,
.coil_new select.frame_params,
.coil_new select.filter_field,
.coil_new select.eliminator_params,
.coil_new select.eliminator_field,
.coil_new select.params_gas_heater,
.coil_new select.bypass_field,
.coil_new select.media_params,
.coil_new select.evap_pack_field,
.coil_new select.pump_params,
.coil_new select.fill_params,
.coil_new select.drain_params,
.coil_new select.overflow_params,
.coil_new select.eliminator_params,
.coil_new select.coil_field,
.coil_new select.viewport_params,
.coil_new select.viewport_text_param,
.coil_new select.params_damper,
.coil_new select.params_louver,
.coil_new select.adp_gage_params,
.coil_new select.jbox_params,
.coil_new select.params_disconnect,
.coil_new select.params_enclosure,
.coil_new select.params_vfd,
.coil_new select.params_vfd_model,
.coil_new select.params_contactor,
.coil_new select.contactor_model,
.coil_new select.params_overload,
.coil_new select.overload_model,
.coil_new select.light_params,
.coil_new select.switch_params,
.coil_new select.fan_sheave_params,
.coil_new select.motor_sheave_params,
.coil_new select[name="type_id"],
.coil_new select[name="mfg_id"],
.coil_new select[name="supplied_by_id"],
.coil_new select[name="model"] {
  margin-left: 0 !important; }

.coil_new input[type="number"],
.coil_new input[data-type="number"] {
  padding: 5px 1px 5px 5px !important; }

.coil_new input[name="qty_stacked"] {
  -moz-appearance: textfield; }
  .coil_new input[name="qty_stacked"]::-webkit-inner-spin-button, .coil_new input[name="qty_stacked"]::-webkit-outer-spin-button {
    opacity: 0.55 !important;
    font-size: 20px;
    zoom: 1.3;
    margin: 0; }

.coil_new .negative-margin > .row {
  margin-right: -5px !important; }

.coil_new .dropdown-menu {
  top: 0 !important;
  left: 30px !important;
  padding: 10px 15px !important;
  font-size: 13px;
  min-width: 170px; }
  .coil_new .dropdown-menu li {
    color: #575757;
    line-height: 18px; }
    .coil_new .dropdown-menu li:not(:last-child) {
      padding-bottom: 5px; }

.coil_new .performance-group,
.coil_new .connections-group,
.coil_new .options-group,
.coil_new .project-group {
  padding-left: 30px; }

.coil_new .temp:before {
  content: "o";
  display: inline-block;
  vertical-align: text-top;
  width: 4px;
  font-size: 10px;
  margin-right: 3px; }

.coil_new .row {
  margin-left: -15px;
  margin-right: -15px; }

.coil_new .tab-content {
  background: #f5f5f5; }

.coil_new .content-data {
  padding-bottom: 18px; }

.coil_new.coil-rating-mode nav,
.coil_new.coil-rating-mode .nav {
  position: fixed; }

.coil_new .nav-tabs,
.coil_new .nav-tabs li {
  /*margin-top: 5px;*/
  border-bottom: none !important; }

.coil_new .warning-notes {
  color: #dc362e !important;
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400; }

.coil_new .nav,
.coil_new nav {
  padding-right: 0; }
  .coil_new .nav li,
  .coil_new nav li {
    font-size: 13px;
    width: 100% !important;
    padding: 0 !important; }
    .coil_new .nav li:first-child,
    .coil_new nav li:first-child {
      padding-top: 7px !important;
      padding-bottom: 7px !important; }
    .coil_new .nav li a,
    .coil_new nav li a {
      color: rgba(0, 0, 0, 0.54);
      padding-top: 7px;
      padding-bottom: 7px;
      display: inherit;
      font-weight: 100;
      text-decoration: none !important;
      line-height: 13px; }
      .coil_new .nav li a:focus,
      .coil_new nav li a:focus {
        outline: none; }
    .coil_new .nav li:hover,
    .coil_new nav li:hover {
      cursor: pointer; }
      .coil_new .nav li:hover a,
      .coil_new nav li:hover a {
        font-weight: bold; }
  .coil_new .nav li.selected a,
  .coil_new nav li.selected a {
    color: #4285f4; }

.coil_new .content-data {
  height: 100%;
  float: right; }
  .coil_new .content-data .fade {
    display: none; }
    .coil_new .content-data .fade.in {
      display: block; }
  .coil_new .content-data.pb-0 {
    padding-bottom: 0; }

.coil_new .tab-content .scrollable-content,
.coil_new .content-data .scrollable-content {
  height: auto; }
  .coil_new .tab-content .scrollable-content:first-child,
  .coil_new .content-data .scrollable-content:first-child {
    margin-top: 33px; }

.coil_new .tab-content .sub-titles,
.coil_new .content-data .sub-titles {
  color: black;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 18px;
  font-weight: normal !important; }
  .coil_new .tab-content .sub-titles__text,
  .coil_new .content-data .sub-titles__text {
    margin-bottom: 6px;
    margin-top: 20px; }

.coil_new .tab-content .per-coil-text,
.coil_new .content-data .per-coil-text {
  color: rgba(0, 0, 0, 0.54);
  margin-top: 14px; }
  .coil_new .tab-content .per-coil-text:nth-of-type(2) .text-right:nth-of-type(1),
  .coil_new .content-data .per-coil-text:nth-of-type(2) .text-right:nth-of-type(1) {
    padding-right: 10px; }

.coil_new .tab-content .left-row,
.coil_new .content-data .left-row {
  margin-left: -15px; }

.coil_new .tab-content .right-row,
.coil_new .content-data .right-row {
  margin-right: -15px;
  max-height: 29px;
  display: flex;
  align-items: center; }
  .coil_new .tab-content .right-row.justify-content-between,
  .coil_new .content-data .right-row.justify-content-between {
    justify-content: space-between;
    margin-right: -20px; }

.coil_new .tab-content .unit,
.coil_new .tab-content .percent,
.coil_new .content-data .unit,
.coil_new .content-data .percent {
  margin-top: 9px !important;
  display: inline-block;
  font-size: 11px;
  /*margin-left: 10px;*/
  color: #a5a5a5; }
  .coil_new .tab-content .unit.center,
  .coil_new .tab-content .percent.center,
  .coil_new .content-data .unit.center,
  .coil_new .content-data .percent.center {
    margin-left: -3px; }
  .coil_new .tab-content .unit.position-rel,
  .coil_new .tab-content .percent.position-rel,
  .coil_new .content-data .unit.position-rel,
  .coil_new .content-data .percent.position-rel {
    margin-top: 0px !important;
    position: relative;
    left: 9px; }

.coil_new .tab-content .unit.not-uom,
.coil_new .content-data .unit.not-uom {
  margin-top: 0px !important; }

.coil_new .tab-content .percent.unit, .coil_new .tab-content .percent.right,
.coil_new .content-data .percent.unit,
.coil_new .content-data .percent.right {
  margin-top: 0px !important;
  display: inline-block;
  font-size: 11px;
  color: #a5a5a5;
  position: relative; }

.coil_new .tab-content .input-part,
.coil_new .content-data .input-part {
  /*padding: 0;*/
  font-size: 13px;
  max-height: 29px; }
  .coil_new .tab-content .input-part > .row div,
  .coil_new .content-data .input-part > .row div {
    padding-left: 0; }
  .coil_new .tab-content .input-part select,
  .coil_new .content-data .input-part select {
    color: #212121 !important;
    font-weight: 300; }
    .coil_new .tab-content .input-part select.hide_text,
    .coil_new .content-data .input-part select.hide_text {
      color: transparent !important; }
  .coil_new .tab-content .input-part .short-select,
  .coil_new .content-data .input-part .short-select {
    width: 39px; }
  .coil_new .tab-content .input-part select.medium-input,
  .coil_new .content-data .input-part select.medium-input {
    padding-right: 5px;
    width: calc(100% - 35px); }
  .coil_new .tab-content .input-part .no-position,
  .coil_new .content-data .input-part .no-position {
    margin: 0 !important;
    position: unset; }
  .coil_new .tab-content .input-part .no-padding,
  .coil_new .content-data .input-part .no-padding {
    padding: 0; }
  .coil_new .tab-content .input-part .no-margin,
  .coil_new .content-data .input-part .no-margin {
    margin: 0 !important; }
  .coil_new .tab-content .input-part input,
  .coil_new .content-data .input-part input {
    width: 40px;
    padding-top: 3px;
    /*padding-left: 1px;*/
    font-weight: 300;
    margin-top: 0 !important; }
    .coil_new .tab-content .input-part input.half-input,
    .coil_new .content-data .input-part input.half-input {
      width: 100% !important; }
    .coil_new .tab-content .input-part input.coil_field[name=qty_stacked],
    .coil_new .content-data .input-part input.coil_field[name=qty_stacked] {
      text-align: left; }
  .coil_new .tab-content .input-part input[type="checkbox"]:checked:before,
  .coil_new .content-data .input-part input[type="checkbox"]:checked:before {
    vertical-align: unset;
    line-height: 0.4; }
  .coil_new .tab-content .input-part .checkbox-input,
  .coil_new .content-data .input-part .checkbox-input {
    width: 16px;
    margin-top: 10px; }
  .coil_new .tab-content .input-part .lg-input,
  .coil_new .content-data .input-part .lg-input {
    width: 100%; }
  .coil_new .tab-content .input-part .slash-input,
  .coil_new .content-data .input-part .slash-input {
    width: 84%;
    float: right; }
  .coil_new .tab-content .input-part .slash-icon,
  .coil_new .content-data .input-part .slash-icon {
    display: inline-block;
    color: #ddd;
    margin-left: -7px;
    margin-top: 9px;
    position: absolute; }
  .coil_new .tab-content .input-part .qty-fh-select,
  .coil_new .content-data .input-part .qty-fh-select {
    width: 75%; }
  .coil_new .tab-content .input-part .checkbox-vert-distance,
  .coil_new .content-data .input-part .checkbox-vert-distance {
    padding-top: 5px; }
  .coil_new .tab-content .input-part .output-data,
  .coil_new .content-data .input-part .output-data {
    padding-top: 7px;
    white-space: nowrap;
    font-weight: normal !important; }

.coil_new.output-part .tab-content {
  background-color: red; }
  .coil_new.output-part .tab-content .unit {
    margin-top: 0px !important; }

.coil_new .active,
.coil_new .active a {
  font-weight: bold; }

#Drawing-output.active.in,
#ahu-Drawing-output.active.in,
.Drawing-output.active.in {
  height: calc(100% - 25px);
  display: flex;
  align-items: center; }

#Drawing-output,
#ahu-Drawing-output,
.Drawing-output {
  width: 703px !important; }
  #Drawing-output .note,
  #ahu-Drawing-output .note,
  .Drawing-output .note {
    width: 607px;
    height: 100%;
    position: relative !important;
    margin: 0px;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    #Drawing-output .note .size span,
    #ahu-Drawing-output .note .size span,
    .Drawing-output .note .size span {
      width: 51px;
      left: 174px !important;
      text-align: center; }
    #Drawing-output .note .note-top,
    #ahu-Drawing-output .note .note-top,
    .Drawing-output .note .note-top {
      width: 400px;
      height: 40px; }
      #Drawing-output .note .note-top .center,
      #ahu-Drawing-output .note .note-top .center,
      .Drawing-output .note .note-top .center {
        width: 400px;
        height: 30px;
        border: 1px solid #757575;
        margin-left: 9px;
        position: absolute; }
        #Drawing-output .note .note-top .center .new-lines:after, #Drawing-output .note .note-top .center .new-lines:before,
        #ahu-Drawing-output .note .note-top .center .new-lines:after,
        #ahu-Drawing-output .note .note-top .center .new-lines:before,
        .Drawing-output .note .note-top .center .new-lines:after,
        .Drawing-output .note .note-top .center .new-lines:before {
          content: "";
          display: inline-block;
          position: absolute;
          left: 198px;
          width: 6px;
          height: 0px;
          top: 2px;
          transition: all 0.3s;
          border-top: 1px solid #4285f4;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        #Drawing-output .note .note-top .center .new-lines:after,
        #ahu-Drawing-output .note .note-top .center .new-lines:after,
        .Drawing-output .note .note-top .center .new-lines:after {
          right: 194px;
          left: unset !important;
          top: unset !important;
          bottom: 2px; }
        #Drawing-output .note .note-top .center span span,
        #ahu-Drawing-output .note .note-top .center span span,
        .Drawing-output .note .note-top .center span span {
          left: 209px;
          margin-top: 8px;
          position: absolute; }
        #Drawing-output .note .note-top .center span .size,
        #ahu-Drawing-output .note .note-top .center span .size,
        .Drawing-output .note .note-top .center span .size {
          box-sizing: border-box;
          border-bottom: 10px solid red;
          height: 0;
          top: 5px; }
          #Drawing-output .note .note-top .center span .size:before, #Drawing-output .note .note-top .center span .size:after,
          #ahu-Drawing-output .note .note-top .center span .size:before,
          #ahu-Drawing-output .note .note-top .center span .size:after,
          .Drawing-output .note .note-top .center span .size:before,
          .Drawing-output .note .note-top .center span .size:after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 214px;
            width: 21px;
            height: 0px;
            top: 9px;
            transition: all 0.3s;
            border-top: 1px solid #4285f4;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          #Drawing-output .note .note-top .center span .size:after,
          #ahu-Drawing-output .note .note-top .center span .size:after,
          .Drawing-output .note .note-top .center span .size:after {
            top: 58px; }
      #Drawing-output .note .note-top .left,
      #Drawing-output .note .note-top .right,
      #ahu-Drawing-output .note .note-top .left,
      #ahu-Drawing-output .note .note-top .right,
      .Drawing-output .note .note-top .left,
      .Drawing-output .note .note-top .right {
        width: 20px;
        height: 30px;
        border-top: 1px solid #757575;
        border-bottom: 1px solid #757575;
        position: absolute;
        margin-left: 0px; }
      #Drawing-output .note .note-top .right,
      #ahu-Drawing-output .note .note-top .right,
      .Drawing-output .note .note-top .right {
        right: 177px; }
      #Drawing-output .note .note-top .right-top,
      #Drawing-output .note .note-top .right-bottom,
      #ahu-Drawing-output .note .note-top .right-top,
      #ahu-Drawing-output .note .note-top .right-bottom,
      .Drawing-output .note .note-top .right-top,
      .Drawing-output .note .note-top .right-bottom {
        position: absolute;
        margin-top: 2px;
        left: 435px;
        width: 19px;
        height: 10px;
        border: 1px solid #757575;
        border: 1px solid #757575;
        border-radius: 10px 0px 0px 10px;
        border-right: 3px solid #000; }
        #Drawing-output .note .note-top .right-top:after,
        #Drawing-output .note .note-top .right-bottom:after,
        #ahu-Drawing-output .note .note-top .right-top:after,
        #ahu-Drawing-output .note .note-top .right-bottom:after,
        .Drawing-output .note .note-top .right-top:after,
        .Drawing-output .note .note-top .right-bottom:after {
          content: "____";
          color: #757575;
          margin-left: -18px;
          margin-top: -7px;
          position: absolute; }
        #Drawing-output .note .note-top .right-top .circle,
        #Drawing-output .note .note-top .right-bottom .circle,
        #ahu-Drawing-output .note .note-top .right-top .circle,
        #ahu-Drawing-output .note .note-top .right-bottom .circle,
        .Drawing-output .note .note-top .right-top .circle,
        .Drawing-output .note .note-top .right-bottom .circle {
          width: 9px;
          height: 9px;
          border-radius: 50%;
          border: 1px solid #212121;
          position: absolute; }
      #Drawing-output .note .note-top .right-bottom,
      #ahu-Drawing-output .note .note-top .right-bottom,
      .Drawing-output .note .note-top .right-bottom {
        margin-top: 22px; }
        #Drawing-output .note .note-top .right-bottom.dual,
        #ahu-Drawing-output .note .note-top .right-bottom.dual,
        .Drawing-output .note .note-top .right-bottom.dual {
          margin-top: 7px;
          left: 422px; }
          #Drawing-output .note .note-top .right-bottom.dual:after,
          #ahu-Drawing-output .note .note-top .right-bottom.dual:after,
          .Drawing-output .note .note-top .right-bottom.dual:after {
            content: "__";
            margin-left: 4px;
            margin-top: 7px;
            position: absolute;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
    #Drawing-output .note .middle,
    #ahu-Drawing-output .note .middle,
    .Drawing-output .note .middle {
      border: 1px solid #757575;
      border-right: none;
      width: 35px;
      height: 18px;
      position: absolute;
      display: inline-block;
      right: 45px;
      color: #212121; }
      #Drawing-output .note .middle span,
      #ahu-Drawing-output .note .middle span,
      .Drawing-output .note .middle span {
        font-size: 8px;
        color: #212121;
        left: 3px;
        position: absolute;
        top: 4px; }
      #Drawing-output .note .middle svg,
      #ahu-Drawing-output .note .middle svg,
      .Drawing-output .note .middle svg {
        position: absolute;
        left: 34px;
        top: -7px; }
        #Drawing-output .note .middle svg.svg-right,
        #ahu-Drawing-output .note .middle svg.svg-right,
        .Drawing-output .note .middle svg.svg-right {
          left: -16px; }
      #Drawing-output .note .middle.middle-right,
      #ahu-Drawing-output .note .middle.middle-right,
      .Drawing-output .note .middle.middle-right {
        right: 30px;
        border: 1px solid #757575;
        border-left: none; }
        #Drawing-output .note .middle.middle-right span,
        #ahu-Drawing-output .note .middle.middle-right span,
        .Drawing-output .note .middle.middle-right span {
          left: -3px;
          font-size: 8px;
          color: #212121;
          position: absolute;
          top: 4px; }
    #Drawing-output .note .note-bottom,
    #ahu-Drawing-output .note .note-bottom,
    .Drawing-output .note .note-bottom {
      margin-top: 45px;
      width: 510px;
      height: 150px; }
      #Drawing-output .note .note-bottom .custom-size,
      #ahu-Drawing-output .note .note-bottom .custom-size,
      .Drawing-output .note .note-bottom .custom-size {
        left: 387px; }
        #Drawing-output .note .note-bottom .custom-size .number_output,
        #ahu-Drawing-output .note .note-bottom .custom-size .number_output,
        .Drawing-output .note .note-bottom .custom-size .number_output {
          position: absolute;
          margin-left: -258px;
          margin-top: 12px; }
          #Drawing-output .note .note-bottom .custom-size .number_output:after,
          #ahu-Drawing-output .note .note-bottom .custom-size .number_output:after,
          .Drawing-output .note .note-bottom .custom-size .number_output:after {
            margin-top: 8px !important; }
      #Drawing-output .note .note-bottom > span.size,
      #ahu-Drawing-output .note .note-bottom > span.size,
      .Drawing-output .note .note-bottom > span.size {
        position: absolute; }
        #Drawing-output .note .note-bottom > span.size:nth-of-type(1),
        #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(1),
        .Drawing-output .note .note-bottom > span.size:nth-of-type(1) {
          color: #757575;
          left: 420px;
          margin-top: 10px; }
          #Drawing-output .note .note-bottom > span.size:nth-of-type(1):after, #Drawing-output .note .note-bottom > span.size:nth-of-type(1):before,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(1):after,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(1):before,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(1):after,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(1):before {
            content: "";
            display: inline-block;
            position: absolute;
            left: -40px;
            width: 22px;
            height: 0px;
            margin-top: 17px;
            transition: all 0.3s;
            border-top: 1px solid #4285f4; }
          #Drawing-output .note .note-bottom > span.size:nth-of-type(1):after,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(1):after,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(1):after {
            content: "";
            display: inline-block;
            position: absolute;
            left: -27px;
            width: 19px;
            height: 0px;
            margin-top: 9px;
            transition: all 0.3s;
            border-top: 1px solid #4285f4;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
        #Drawing-output .note .note-bottom > span.size:nth-of-type(2), #Drawing-output .note .note-bottom > span.size:nth-of-type(3),
        #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(2),
        #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(3),
        .Drawing-output .note .note-bottom > span.size:nth-of-type(2),
        .Drawing-output .note .note-bottom > span.size:nth-of-type(3) {
          color: #4285f4;
          left: 365px;
          margin-top: 156px; }
        #Drawing-output .note .note-bottom > span.size:nth-of-type(2),
        #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(2),
        .Drawing-output .note .note-bottom > span.size:nth-of-type(2) {
          left: 380px;
          margin-top: 126px; }
          #Drawing-output .note .note-bottom > span.size:nth-of-type(2):after, #Drawing-output .note .note-bottom > span.size:nth-of-type(2):before,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(2):after,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(2):before,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(2):after,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(2):before {
            content: "";
            display: inline-block;
            position: absolute;
            left: 30px;
            width: 16px;
            height: 0px;
            margin-top: -5px;
            transition: all 0.3s;
            border-top: 1px solid #4285f4; }
          #Drawing-output .note .note-bottom > span.size:nth-of-type(2):before,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(2):before,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(2):before {
            width: 15px;
            left: 31px;
            margin-top: 7px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
        #Drawing-output .note .note-bottom > span.size:nth-of-type(3),
        #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(3),
        .Drawing-output .note .note-bottom > span.size:nth-of-type(3) {
          left: 130px;
          margin-top: 94px; }
          #Drawing-output .note .note-bottom > span.size:nth-of-type(3):after, #Drawing-output .note .note-bottom > span.size:nth-of-type(3):before,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(3):after,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(3):before,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(3):after,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(3):before {
            content: "";
            display: inline-block;
            position: absolute;
            left: -20px;
            width: 15px;
            height: 0px;
            margin-top: 6px;
            transition: all 0.3s;
            border-top: 1px solid #4285f4; }
          #Drawing-output .note .note-bottom > span.size:nth-of-type(3):after,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(3):after,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(3):after {
            content: "";
            display: inline-block;
            position: absolute;
            left: -26px;
            width: 14px;
            height: 0px;
            margin-top: 2px;
            transition: all 0.3s;
            border-top: 1px solid #4285f4;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
        #Drawing-output .note .note-bottom > span.size:nth-of-type(4),
        #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(4),
        .Drawing-output .note .note-bottom > span.size:nth-of-type(4) {
          left: 31px;
          margin-top: 127px; }
          #Drawing-output .note .note-bottom > span.size:nth-of-type(4):after, #Drawing-output .note .note-bottom > span.size:nth-of-type(4):before,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(4):after,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(4):before,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(4):after,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(4):before {
            content: "";
            display: inline-block;
            position: absolute;
            left: -19px;
            width: 16px;
            height: 0px;
            margin-top: -5px;
            transition: all 0.3s;
            border-top: 1px solid #4285f4; }
          #Drawing-output .note .note-bottom > span.size:nth-of-type(4):before,
          #ahu-Drawing-output .note .note-bottom > span.size:nth-of-type(4):before,
          .Drawing-output .note .note-bottom > span.size:nth-of-type(4):before {
            width: 15px;
            left: -19px;
            margin-top: 6px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
      #Drawing-output .note .note-bottom .top,
      #Drawing-output .note .note-bottom .bottom,
      #ahu-Drawing-output .note .note-bottom .top,
      #ahu-Drawing-output .note .note-bottom .bottom,
      .Drawing-output .note .note-bottom .top,
      .Drawing-output .note .note-bottom .bottom {
        position: absolute;
        width: 399px;
        height: 10px;
        border-top: 1px solid #757575;
        border-bottom: 1px solid #757575;
        margin-left: 10px; }
        #Drawing-output .note .note-bottom .top span.size,
        #Drawing-output .note .note-bottom .bottom span.size,
        #ahu-Drawing-output .note .note-bottom .top span.size,
        #ahu-Drawing-output .note .note-bottom .bottom span.size,
        .Drawing-output .note .note-bottom .top span.size,
        .Drawing-output .note .note-bottom .bottom span.size {
          box-sizing: border-box;
          height: 0;
          top: 5px; }
          #Drawing-output .note .note-bottom .top span.size:before, #Drawing-output .note .note-bottom .top span.size:after,
          #Drawing-output .note .note-bottom .bottom span.size:before,
          #Drawing-output .note .note-bottom .bottom span.size:after,
          #ahu-Drawing-output .note .note-bottom .top span.size:before,
          #ahu-Drawing-output .note .note-bottom .top span.size:after,
          #ahu-Drawing-output .note .note-bottom .bottom span.size:before,
          #ahu-Drawing-output .note .note-bottom .bottom span.size:after,
          .Drawing-output .note .note-bottom .top span.size:before,
          .Drawing-output .note .note-bottom .top span.size:after,
          .Drawing-output .note .note-bottom .bottom span.size:before,
          .Drawing-output .note .note-bottom .bottom span.size:after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0px;
            width: 150px;
            height: 0px;
            margin-top: -22px;
            transition: all 0.3s;
            border-top: 1px solid #4285f4; }
          #Drawing-output .note .note-bottom .top span.size:after,
          #Drawing-output .note .note-bottom .bottom span.size:after,
          #ahu-Drawing-output .note .note-bottom .top span.size:after,
          #ahu-Drawing-output .note .note-bottom .bottom span.size:after,
          .Drawing-output .note .note-bottom .top span.size:after,
          .Drawing-output .note .note-bottom .bottom span.size:after {
            margin-left: 250px;
            border-top: 1px solid #4285f4; }
          #Drawing-output .note .note-bottom .top span.size span,
          #Drawing-output .note .note-bottom .bottom span.size span,
          #ahu-Drawing-output .note .note-bottom .top span.size span,
          #ahu-Drawing-output .note .note-bottom .bottom span.size span,
          .Drawing-output .note .note-bottom .top span.size span,
          .Drawing-output .note .note-bottom .bottom span.size span {
            left: 208px;
            margin-top: -31px;
            position: absolute; }
      #Drawing-output .note .note-bottom .top.top-ol,
      #ahu-Drawing-output .note .note-bottom .top.top-ol,
      .Drawing-output .note .note-bottom .top.top-ol {
        border: none;
        margin-top: -12px; }
        #Drawing-output .note .note-bottom .top.top-ol:after, #Drawing-output .note .note-bottom .top.top-ol:before,
        #ahu-Drawing-output .note .note-bottom .top.top-ol:after,
        #ahu-Drawing-output .note .note-bottom .top.top-ol:before,
        .Drawing-output .note .note-bottom .top.top-ol:after,
        .Drawing-output .note .note-bottom .top.top-ol:before {
          width: 45px;
          left: -32px;
          margin-top: -13px; }
        #Drawing-output .note .note-bottom .top.top-ol:before,
        #ahu-Drawing-output .note .note-bottom .top.top-ol:before,
        .Drawing-output .note .note-bottom .top.top-ol:before {
          left: 402px; }
        #Drawing-output .note .note-bottom .top.top-ol span.size:before, #Drawing-output .note .note-bottom .top.top-ol span.size:after,
        #ahu-Drawing-output .note .note-bottom .top.top-ol span.size:before,
        #ahu-Drawing-output .note .note-bottom .top.top-ol span.size:after,
        .Drawing-output .note .note-bottom .top.top-ol span.size:before,
        .Drawing-output .note .note-bottom .top.top-ol span.size:after {
          left: -9px;
          width: 142px; }
        #Drawing-output .note .note-bottom .top.top-ol span.size:after,
        #ahu-Drawing-output .note .note-bottom .top.top-ol span.size:after,
        .Drawing-output .note .note-bottom .top.top-ol span.size:after {
          margin-left: 249px;
          border-top: 1px solid #4285f4;
          width: 180px; }
        #Drawing-output .note .note-bottom .top.top-ol span.size::before,
        #ahu-Drawing-output .note .note-bottom .top.top-ol span.size::before,
        .Drawing-output .note .note-bottom .top.top-ol span.size::before {
          width: 185px; }
        #Drawing-output .note .note-bottom .top.top-ol span.size span,
        #ahu-Drawing-output .note .note-bottom .top.top-ol span.size span,
        .Drawing-output .note .note-bottom .top.top-ol span.size span {
          left: 180 !important;
          margin-top: -28px !important; }
      #Drawing-output .note .note-bottom .top.top-ol-next span.size:before, #Drawing-output .note .note-bottom .top.top-ol-next span.size:after,
      #ahu-Drawing-output .note .note-bottom .top.top-ol-next span.size:before,
      #ahu-Drawing-output .note .note-bottom .top.top-ol-next span.size:after,
      .Drawing-output .note .note-bottom .top.top-ol-next span.size:before,
      .Drawing-output .note .note-bottom .top.top-ol-next span.size:after {
        width: 180px;
        margin-top: -18px; }
      #Drawing-output .note .note-bottom .top.top-ol-next span.size:after,
      #ahu-Drawing-output .note .note-bottom .top.top-ol-next span.size:after,
      .Drawing-output .note .note-bottom .top.top-ol-next span.size:after {
        margin-left: 220px; }
      #Drawing-output .note .note-bottom .top.top-ol-next span.size span,
      #ahu-Drawing-output .note .note-bottom .top.top-ol-next span.size span,
      .Drawing-output .note .note-bottom .top.top-ol-next span.size span {
        margin-top: -24px; }
      #Drawing-output .note .note-bottom .top:after, #Drawing-output .note .note-bottom .top:before,
      #ahu-Drawing-output .note .note-bottom .top:after,
      #ahu-Drawing-output .note .note-bottom .top:before,
      .Drawing-output .note .note-bottom .top:after,
      .Drawing-output .note .note-bottom .top:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: -13px;
        width: 25px;
        height: 0px;
        margin-top: -17px;
        transition: all 0.3s;
        border-top: 1px solid #4285f4;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      #Drawing-output .note .note-bottom .top:before,
      #ahu-Drawing-output .note .note-bottom .top:before,
      .Drawing-output .note .note-bottom .top:before {
        left: 387px; }
      #Drawing-output .note .note-bottom svg.dimension-ol,
      #ahu-Drawing-output .note .note-bottom svg.dimension-ol,
      .Drawing-output .note .note-bottom svg.dimension-ol {
        position: absolute;
        width: 35px;
        left: -11px;
        margin-top: 10px;
        height: 105px; }
      #Drawing-output .note .note-bottom .left,
      #Drawing-output .note .note-bottom .right,
      #ahu-Drawing-output .note .note-bottom .left,
      #ahu-Drawing-output .note .note-bottom .right,
      .Drawing-output .note .note-bottom .left,
      .Drawing-output .note .note-bottom .right {
        width: 10px;
        height: 124px;
        border: 1px solid #757575; }
        #Drawing-output .note .note-bottom .left span.size,
        #Drawing-output .note .note-bottom .right span.size,
        #ahu-Drawing-output .note .note-bottom .left span.size,
        #ahu-Drawing-output .note .note-bottom .right span.size,
        .Drawing-output .note .note-bottom .left span.size,
        .Drawing-output .note .note-bottom .right span.size {
          box-sizing: border-box;
          border-bottom: 10px solid red;
          height: 0;
          top: 5px; }
          #Drawing-output .note .note-bottom .left span.size:before, #Drawing-output .note .note-bottom .left span.size:after,
          #Drawing-output .note .note-bottom .right span.size:before,
          #Drawing-output .note .note-bottom .right span.size:after,
          #ahu-Drawing-output .note .note-bottom .left span.size:before,
          #ahu-Drawing-output .note .note-bottom .left span.size:after,
          #ahu-Drawing-output .note .note-bottom .right span.size:before,
          #ahu-Drawing-output .note .note-bottom .right span.size:after,
          .Drawing-output .note .note-bottom .left span.size:before,
          .Drawing-output .note .note-bottom .left span.size:after,
          .Drawing-output .note .note-bottom .right span.size:before,
          .Drawing-output .note .note-bottom .right span.size:after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 171px;
            width: 40px;
            height: 0px;
            margin-top: 27px;
            transition: all 0.3s;
            border-top: 1px solid #4285f4;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          #Drawing-output .note .note-bottom .left span.size:after,
          #Drawing-output .note .note-bottom .right span.size:after,
          #ahu-Drawing-output .note .note-bottom .left span.size:after,
          #ahu-Drawing-output .note .note-bottom .right span.size:after,
          .Drawing-output .note .note-bottom .left span.size:after,
          .Drawing-output .note .note-bottom .right span.size:after {
            margin-top: 93px; }
          #Drawing-output .note .note-bottom .left span.size span,
          #Drawing-output .note .note-bottom .right span.size span,
          #ahu-Drawing-output .note .note-bottom .left span.size span,
          #ahu-Drawing-output .note .note-bottom .right span.size span,
          .Drawing-output .note .note-bottom .left span.size span,
          .Drawing-output .note .note-bottom .right span.size span {
            left: 166px !important;
            margin: 0px;
            margin-top: 54px;
            position: absolute; }
      #Drawing-output .note .note-bottom .left,
      #ahu-Drawing-output .note .note-bottom .left,
      .Drawing-output .note .note-bottom .left {
        margin-left: 0px; }
        #Drawing-output .note .note-bottom .left span.size:after, #Drawing-output .note .note-bottom .left span.size:before,
        #ahu-Drawing-output .note .note-bottom .left span.size:after,
        #ahu-Drawing-output .note .note-bottom .left span.size:before,
        .Drawing-output .note .note-bottom .left span.size:after,
        .Drawing-output .note .note-bottom .left span.size:before {
          left: 55px; }
        #Drawing-output .note .note-bottom .left span.size:after,
        #ahu-Drawing-output .note .note-bottom .left span.size:after,
        .Drawing-output .note .note-bottom .left span.size:after {
          width: 49px;
          left: 54px;
          margin-top: 97px; }
        #Drawing-output .note .note-bottom .left span.size:before,
        #ahu-Drawing-output .note .note-bottom .left span.size:before,
        .Drawing-output .note .note-bottom .left span.size:before {
          width: 49px;
          margin-top: 23px; }
        #Drawing-output .note .note-bottom .left span.size span,
        #ahu-Drawing-output .note .note-bottom .left span.size span,
        .Drawing-output .note .note-bottom .left span.size span {
          left: 53px !important;
          margin-top: 58px;
          position: absolute; }
      #Drawing-output .note .note-bottom .right,
      #ahu-Drawing-output .note .note-bottom .right,
      .Drawing-output .note .note-bottom .right {
        margin-right: 92px;
        margin-top: 0px; }
        #Drawing-output .note .note-bottom .right.double,
        #ahu-Drawing-output .note .note-bottom .right.double,
        .Drawing-output .note .note-bottom .right.double {
          margin-right: -28px;
          border: 1px solid #757575;
          height: 120px;
          margin-top: 2px; }
      #Drawing-output .note .note-bottom .bottom,
      #ahu-Drawing-output .note .note-bottom .bottom,
      .Drawing-output .note .note-bottom .bottom {
        margin-top: 114px; }
        #Drawing-output .note .note-bottom .bottom:after, #Drawing-output .note .note-bottom .bottom:before,
        #ahu-Drawing-output .note .note-bottom .bottom:after,
        #ahu-Drawing-output .note .note-bottom .bottom:before,
        .Drawing-output .note .note-bottom .bottom:after,
        .Drawing-output .note .note-bottom .bottom:before {
          content: "";
          display: inline-block;
          position: absolute;
          left: -22px;
          width: 25px;
          height: 0px;
          margin-top: 23px;
          transition: all 0.3s;
          border-top: 1px solid #4285f4;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        #Drawing-output .note .note-bottom .bottom:before,
        #ahu-Drawing-output .note .note-bottom .bottom:before,
        .Drawing-output .note .note-bottom .bottom:before {
          left: 395px; }
        #Drawing-output .note .note-bottom .bottom span.size,
        #ahu-Drawing-output .note .note-bottom .bottom span.size,
        .Drawing-output .note .note-bottom .bottom span.size {
          box-sizing: border-box;
          border-bottom: 10px solid red;
          height: 0;
          top: 5px; }
          #Drawing-output .note .note-bottom .bottom span.size:before, #Drawing-output .note .note-bottom .bottom span.size:after,
          #ahu-Drawing-output .note .note-bottom .bottom span.size:before,
          #ahu-Drawing-output .note .note-bottom .bottom span.size:after,
          .Drawing-output .note .note-bottom .bottom span.size:before,
          .Drawing-output .note .note-bottom .bottom span.size:after {
            left: -10px;
            width: 188px;
            margin-top: 28px; }
          #Drawing-output .note .note-bottom .bottom span.size:after,
          #ahu-Drawing-output .note .note-bottom .bottom span.size:after,
          .Drawing-output .note .note-bottom .bottom span.size:after {
            margin-left: 230px; }
          #Drawing-output .note .note-bottom .bottom span.size span,
          #ahu-Drawing-output .note .note-bottom .bottom span.size span,
          .Drawing-output .note .note-bottom .bottom span.size span {
            margin-top: 19px;
            left: 208.5px; }
      #Drawing-output .note .note-bottom .double-top,
      #Drawing-output .note .note-bottom .double-bottom,
      #ahu-Drawing-output .note .note-bottom .double-top,
      #ahu-Drawing-output .note .note-bottom .double-bottom,
      .Drawing-output .note .note-bottom .double-top,
      .Drawing-output .note .note-bottom .double-bottom {
        position: absolute;
        margin-top: 13px;
        width: 15px;
        height: 10px;
        border: 1px solid #757575;
        margin-left: 430px;
        border-radius: 5px 0 0 5px;
        background-color: #fff;
        border-right: 3px solid #000; }
      #Drawing-output .note .note-bottom .double-bottom,
      #ahu-Drawing-output .note .note-bottom .double-bottom,
      .Drawing-output .note .note-bottom .double-bottom {
        margin-top: 100px; }
      #Drawing-output .note .note-bottom .bottom-right,
      #ahu-Drawing-output .note .note-bottom .bottom-right,
      .Drawing-output .note .note-bottom .bottom-right {
        width: 50px;
        height: 128px;
        border: 1px solid #757575;
        position: absolute;
        right: 30px; }
        #Drawing-output .note .note-bottom .bottom-right > span,
        #ahu-Drawing-output .note .note-bottom .bottom-right > span,
        .Drawing-output .note .note-bottom .bottom-right > span {
          position: absolute;
          display: block;
          bottom: -29px;
          right: 11px; }
        #Drawing-output .note .note-bottom .bottom-right .left-top,
        #Drawing-output .note .note-bottom .bottom-right .right-top,
        #ahu-Drawing-output .note .note-bottom .bottom-right .left-top,
        #ahu-Drawing-output .note .note-bottom .bottom-right .right-top,
        .Drawing-output .note .note-bottom .bottom-right .left-top,
        .Drawing-output .note .note-bottom .bottom-right .right-top {
          position: absolute;
          width: 15px;
          height: 113px;
          border: 1px solid #757575; }
          #Drawing-output .note .note-bottom .bottom-right .left-top .circle-top,
          #Drawing-output .note .note-bottom .bottom-right .left-top .circle-bottom,
          #Drawing-output .note .note-bottom .bottom-right .right-top .circle-top,
          #Drawing-output .note .note-bottom .bottom-right .right-top .circle-bottom,
          #ahu-Drawing-output .note .note-bottom .bottom-right .left-top .circle-top,
          #ahu-Drawing-output .note .note-bottom .bottom-right .left-top .circle-bottom,
          #ahu-Drawing-output .note .note-bottom .bottom-right .right-top .circle-top,
          #ahu-Drawing-output .note .note-bottom .bottom-right .right-top .circle-bottom,
          .Drawing-output .note .note-bottom .bottom-right .left-top .circle-top,
          .Drawing-output .note .note-bottom .bottom-right .left-top .circle-bottom,
          .Drawing-output .note .note-bottom .bottom-right .right-top .circle-top,
          .Drawing-output .note .note-bottom .bottom-right .right-top .circle-bottom {
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 1px solid #757575;
            left: 1.5px; }
          #Drawing-output .note .note-bottom .bottom-right .left-top.dual,
          #Drawing-output .note .note-bottom .bottom-right .right-top.dual,
          #ahu-Drawing-output .note .note-bottom .bottom-right .left-top.dual,
          #ahu-Drawing-output .note .note-bottom .bottom-right .right-top.dual,
          .Drawing-output .note .note-bottom .bottom-right .left-top.dual,
          .Drawing-output .note .note-bottom .bottom-right .right-top.dual {
            width: 11px; }
            #Drawing-output .note .note-bottom .bottom-right .left-top.dual:nth-of-type(2),
            #Drawing-output .note .note-bottom .bottom-right .right-top.dual:nth-of-type(2),
            #ahu-Drawing-output .note .note-bottom .bottom-right .left-top.dual:nth-of-type(2),
            #ahu-Drawing-output .note .note-bottom .bottom-right .right-top.dual:nth-of-type(2),
            .Drawing-output .note .note-bottom .bottom-right .left-top.dual:nth-of-type(2),
            .Drawing-output .note .note-bottom .bottom-right .right-top.dual:nth-of-type(2) {
              left: 17px; }
            #Drawing-output .note .note-bottom .bottom-right .left-top.dual .circle-top,
            #Drawing-output .note .note-bottom .bottom-right .right-top.dual .circle-top,
            #ahu-Drawing-output .note .note-bottom .bottom-right .left-top.dual .circle-top,
            #ahu-Drawing-output .note .note-bottom .bottom-right .right-top.dual .circle-top,
            .Drawing-output .note .note-bottom .bottom-right .left-top.dual .circle-top,
            .Drawing-output .note .note-bottom .bottom-right .right-top.dual .circle-top {
              width: 7px;
              height: 7px;
              left: 1px; }
          #Drawing-output .note .note-bottom .bottom-right .left-top .circle-top,
          #Drawing-output .note .note-bottom .bottom-right .right-top .circle-top,
          #ahu-Drawing-output .note .note-bottom .bottom-right .left-top .circle-top,
          #ahu-Drawing-output .note .note-bottom .bottom-right .right-top .circle-top,
          .Drawing-output .note .note-bottom .bottom-right .left-top .circle-top,
          .Drawing-output .note .note-bottom .bottom-right .right-top .circle-top {
            top: 5px; }
          #Drawing-output .note .note-bottom .bottom-right .left-top .circle-bottom,
          #Drawing-output .note .note-bottom .bottom-right .right-top .circle-bottom,
          #ahu-Drawing-output .note .note-bottom .bottom-right .left-top .circle-bottom,
          #ahu-Drawing-output .note .note-bottom .bottom-right .right-top .circle-bottom,
          .Drawing-output .note .note-bottom .bottom-right .left-top .circle-bottom,
          .Drawing-output .note .note-bottom .bottom-right .right-top .circle-bottom {
            bottom: 5px;
            border: 1px solid #757575;
            left: 2px; }
        #Drawing-output .note .note-bottom .bottom-right .right-top,
        #ahu-Drawing-output .note .note-bottom .bottom-right .right-top,
        .Drawing-output .note .note-bottom .bottom-right .right-top {
          right: 5px;
          top: 6px;
          border: 1px solid #757575; }
        #Drawing-output .note .note-bottom .bottom-right .left-top,
        #ahu-Drawing-output .note .note-bottom .bottom-right .left-top,
        .Drawing-output .note .note-bottom .bottom-right .left-top {
          top: 6px;
          left: 5px; }
    #Drawing-output .note.evaporator .note-top .right-top,
    #ahu-Drawing-output .note.evaporator .note-top .right-top,
    .Drawing-output .note.evaporator .note-top .right-top {
      border: none; }
      #Drawing-output .note.evaporator .note-top .right-top svg,
      #ahu-Drawing-output .note.evaporator .note-top .right-top svg,
      .Drawing-output .note.evaporator .note-top .right-top svg {
        position: absolute;
        top: -57px;
        left: -4px;
        display: block; }
        #Drawing-output .note.evaporator .note-top .right-top svg:nth-of-type(1),
        #ahu-Drawing-output .note.evaporator .note-top .right-top svg:nth-of-type(1),
        .Drawing-output .note.evaporator .note-top .right-top svg:nth-of-type(1) {
          left: -17px; }
        #Drawing-output .note.evaporator .note-top .right-top svg path,
        #ahu-Drawing-output .note.evaporator .note-top .right-top svg path,
        .Drawing-output .note.evaporator .note-top .right-top svg path {
          fill: none;
          stroke: #111;
          stroke-width: 0.8; }
      #Drawing-output .note.evaporator .note-top .right-top .circle,
      #ahu-Drawing-output .note.evaporator .note-top .right-top .circle,
      .Drawing-output .note.evaporator .note-top .right-top .circle {
        width: 4px;
        height: 4px;
        left: 16px;
        top: 4px;
        z-index: 2; }
        #Drawing-output .note.evaporator .note-top .right-top .circle:after,
        #ahu-Drawing-output .note.evaporator .note-top .right-top .circle:after,
        .Drawing-output .note.evaporator .note-top .right-top .circle:after {
          content: "";
          width: 8px;
          height: 8px;
          top: -4px;
          left: -4px;
          border: 1px solid #211221;
          position: absolute;
          margin: 0px;
          border-radius: 50%; }
      #Drawing-output .note.evaporator .note-top .right-top:after,
      #ahu-Drawing-output .note.evaporator .note-top .right-top:after,
      .Drawing-output .note.evaporator .note-top .right-top:after {
        content: ""; }
    #Drawing-output .note.evaporator .note-top .right-bottom,
    #ahu-Drawing-output .note.evaporator .note-top .right-bottom,
    .Drawing-output .note.evaporator .note-top .right-bottom {
      border-right: 1px solid #000;
      border-right: 3px solid #000; }
    #Drawing-output .note.evaporator .note-bottom:nth-child(3) .size:nth-child(3),
    #ahu-Drawing-output .note.evaporator .note-bottom:nth-child(3) .size:nth-child(3),
    .Drawing-output .note.evaporator .note-bottom:nth-child(3) .size:nth-child(3) {
      top: 100px;
      left: 350px !important; }
      #Drawing-output .note.evaporator .note-bottom:nth-child(3) .size:nth-child(3):before,
      #ahu-Drawing-output .note.evaporator .note-bottom:nth-child(3) .size:nth-child(3):before,
      .Drawing-output .note.evaporator .note-bottom:nth-child(3) .size:nth-child(3):before {
        top: -12px;
        left: 28px; }
      #Drawing-output .note.evaporator .note-bottom:nth-child(3) .size:nth-child(3):after,
      #ahu-Drawing-output .note.evaporator .note-bottom:nth-child(3) .size:nth-child(3):after,
      .Drawing-output .note.evaporator .note-bottom:nth-child(3) .size:nth-child(3):after {
        top: -15px;
        left: 38px; }
    #Drawing-output .note.evaporator .note-bottom .double-bottom,
    #ahu-Drawing-output .note.evaporator .note-bottom .double-bottom,
    .Drawing-output .note.evaporator .note-bottom .double-bottom {
      position: absolute;
      width: 15px;
      height: 10px;
      border: 1px solid #757575;
      margin-left: 435px;
      border-radius: 5px 0 0 5px;
      background-color: #fff;
      border-right: 3px solid #000;
      top: 95px; }
      #Drawing-output .note.evaporator .note-bottom .double-bottom:after,
      #ahu-Drawing-output .note.evaporator .note-bottom .double-bottom:after,
      .Drawing-output .note.evaporator .note-bottom .double-bottom:after {
        content: "";
        border: none; }
    #Drawing-output .note.evaporator .note-bottom .bottom-right .left-top .circle-top,
    #ahu-Drawing-output .note.evaporator .note-bottom .bottom-right .left-top .circle-top,
    .Drawing-output .note.evaporator .note-bottom .bottom-right .left-top .circle-top {
      top: auto;
      bottom: 5px; }
    #Drawing-output .note.evaporator .note-bottom .bottom-right .righ-top .circle-bottom,
    #ahu-Drawing-output .note.evaporator .note-bottom .bottom-right .righ-top .circle-bottom,
    .Drawing-output .note.evaporator .note-bottom .bottom-right .righ-top .circle-bottom {
      top: auto;
      bottom: 5px; }
    #Drawing-output .note.evaporator .note-bottom .bottom-right svg,
    #ahu-Drawing-output .note.evaporator .note-bottom .bottom-right svg,
    .Drawing-output .note.evaporator .note-bottom .bottom-right svg {
      position: absolute;
      right: -6px;
      top: -2px; }
      #Drawing-output .note.evaporator .note-bottom .bottom-right svg.evaporator-std,
      #ahu-Drawing-output .note.evaporator .note-bottom .bottom-right svg.evaporator-std,
      .Drawing-output .note.evaporator .note-bottom .bottom-right svg.evaporator-std {
        right: 17px; }
    #Drawing-output .note.evaporator .note-bottom svg,
    #ahu-Drawing-output .note.evaporator .note-bottom svg,
    .Drawing-output .note.evaporator .note-bottom svg {
      position: absolute;
      right: 111px;
      top: 72px; }
      #Drawing-output .note.evaporator .note-bottom svg.dimension-ol,
      #ahu-Drawing-output .note.evaporator .note-bottom svg.dimension-ol,
      .Drawing-output .note.evaporator .note-bottom svg.dimension-ol {
        top: 85px; }
    #Drawing-output .note.evaporator .note-bottom #example_shape,
    #ahu-Drawing-output .note.evaporator .note-bottom #example_shape,
    .Drawing-output .note.evaporator .note-bottom #example_shape {
      fill: none;
      stroke: #111;
      stroke-width: 0.8; }
    #Drawing-output .note.evaporator .middle svg.svg-right,
    #ahu-Drawing-output .note.evaporator .middle svg.svg-right,
    .Drawing-output .note.evaporator .middle svg.svg-right {
      /*	left:0px;*/ }
    #Drawing-output .note.evaporator.dual .bottom-right svg,
    #ahu-Drawing-output .note.evaporator.dual .bottom-right svg,
    .Drawing-output .note.evaporator.dual .bottom-right svg {
      position: absolute;
      right: -6px;
      top: -73px; }
      #Drawing-output .note.evaporator.dual .bottom-right svg:nth-of-type(2),
      #ahu-Drawing-output .note.evaporator.dual .bottom-right svg:nth-of-type(2),
      .Drawing-output .note.evaporator.dual .bottom-right svg:nth-of-type(2) {
        top: -6px; }
      #Drawing-output .note.evaporator.dual .bottom-right svg.evaporator-std,
      #ahu-Drawing-output .note.evaporator.dual .bottom-right svg.evaporator-std,
      .Drawing-output .note.evaporator.dual .bottom-right svg.evaporator-std {
        right: 22px; }
    #Drawing-output .note.evaporator.dual .bottom-right .right-top .circle-bottom,
    #ahu-Drawing-output .note.evaporator.dual .bottom-right .right-top .circle-bottom,
    .Drawing-output .note.evaporator.dual .bottom-right .right-top .circle-bottom {
      width: 7px;
      height: 7px;
      left: 1px; }
    #Drawing-output .note.standart-steam .note-bottom .double-top,
    #ahu-Drawing-output .note.standart-steam .note-bottom .double-top,
    .Drawing-output .note.standart-steam .note-bottom .double-top {
      margin-top: 95px;
      border-right: 3px solid #000; }
    #Drawing-output .note.standart-steam .note-bottom .size:nth-of-type(1),
    #ahu-Drawing-output .note.standart-steam .note-bottom .size:nth-of-type(1),
    .Drawing-output .note.standart-steam .note-bottom .size:nth-of-type(1) {
      margin-left: -66px;
      margin-top: 20px;
      /*&:before{
														left: 40px;
													}*/ }
    #Drawing-output .note.standart-steam .note-bottom .size.first-size:before,
    #ahu-Drawing-output .note.standart-steam .note-bottom .size.first-size:before,
    .Drawing-output .note.standart-steam .note-bottom .size.first-size:before {
      background-color: red;
      left: 30px;
      margin-top: 7px; }
    #Drawing-output .note.standart-steam .note-bottom .size.first-size:after,
    #ahu-Drawing-output .note.standart-steam .note-bottom .size.first-size:after,
    .Drawing-output .note.standart-steam .note-bottom .size.first-size:after {
      left: 41px;
      margin-top: -14px; }
    #Drawing-output .note.standart-steam .note-bottom .double-bottom,
    #ahu-Drawing-output .note.standart-steam .note-bottom .double-bottom,
    .Drawing-output .note.standart-steam .note-bottom .double-bottom {
      width: 10px;
      border-radius: 0;
      margin-left: 436px;
      border-right: 3px solid #000;
      margin-top: 50px; }
    #Drawing-output .note.standart-steam .note-bottom .bottom-right .right-top .circle-center,
    #Drawing-output .note.standart-steam .note-bottom .bottom-right .left-top .circle-center,
    #ahu-Drawing-output .note.standart-steam .note-bottom .bottom-right .right-top .circle-center,
    #ahu-Drawing-output .note.standart-steam .note-bottom .bottom-right .left-top .circle-center,
    .Drawing-output .note.standart-steam .note-bottom .bottom-right .right-top .circle-center,
    .Drawing-output .note.standart-steam .note-bottom .bottom-right .left-top .circle-center {
      position: absolute;
      width: 10px;
      height: 10px;
      border: 1px solid #757575;
      margin-top: 47px;
      left: 1px;
      border-radius: 50%; }
    #Drawing-output .note.distributing-steam .note-top .right-top,
    #ahu-Drawing-output .note.distributing-steam .note-top .right-top,
    .Drawing-output .note.distributing-steam .note-top .right-top {
      margin-top: 35.5px;
      width: 33px;
      left: 508px;
      height: 12px;
      border-right: 6px solid #000; }
      #Drawing-output .note.distributing-steam .note-top .right-top .circle,
      #ahu-Drawing-output .note.distributing-steam .note-top .right-top .circle,
      .Drawing-output .note.distributing-steam .note-top .right-top .circle {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        border: 1px solid #212121;
        position: absolute;
        top: -4px;
        background-color: #fff; }
      #Drawing-output .note.distributing-steam .note-top .right-top:after,
      #ahu-Drawing-output .note.distributing-steam .note-top .right-top:after,
      .Drawing-output .note.distributing-steam .note-top .right-top:after {
        content: "____";
        margin-left: -18px;
        margin-top: -6px; }
    #Drawing-output .note.distributing-steam .middle,
    #ahu-Drawing-output .note.distributing-steam .middle,
    .Drawing-output .note.distributing-steam .middle {
      border-left: none;
      width: 20px; }
      #Drawing-output .note.distributing-steam .middle svg:nth-of-type(1),
      #ahu-Drawing-output .note.distributing-steam .middle svg:nth-of-type(1),
      .Drawing-output .note.distributing-steam .middle svg:nth-of-type(1) {
        left: 20px; }
      #Drawing-output .note.distributing-steam .middle span,
      #ahu-Drawing-output .note.distributing-steam .middle span,
      .Drawing-output .note.distributing-steam .middle span {
        left: -5px; }
    #Drawing-output .note.distributing-steam .note-bottom .right.double,
    #ahu-Drawing-output .note.distributing-steam .note-bottom .right.double,
    .Drawing-output .note.distributing-steam .note-bottom .right.double {
      width: 17px;
      margin-right: -37px; }
    #Drawing-output .note.distributing-steam .note-bottom .double-top,
    #Drawing-output .note.distributing-steam .note-bottom .double-bottom,
    #ahu-Drawing-output .note.distributing-steam .note-bottom .double-top,
    #ahu-Drawing-output .note.distributing-steam .note-bottom .double-bottom,
    .Drawing-output .note.distributing-steam .note-bottom .double-top,
    .Drawing-output .note.distributing-steam .note-bottom .double-bottom {
      width: 21px;
      height: 12px;
      border: 1px solid #757575;
      border-right: 6px solid #212121;
      border-radius: 5px 0 0 5px;
      margin-top: 95px;
      background-color: #fff;
      border-right: 3px solid #000; }
      #Drawing-output .note.distributing-steam .note-bottom .double-top:after,
      #Drawing-output .note.distributing-steam .note-bottom .double-bottom:after,
      #ahu-Drawing-output .note.distributing-steam .note-bottom .double-top:after,
      #ahu-Drawing-output .note.distributing-steam .note-bottom .double-bottom:after,
      .Drawing-output .note.distributing-steam .note-bottom .double-top:after,
      .Drawing-output .note.distributing-steam .note-bottom .double-bottom:after {
        border: none; }
    #Drawing-output .note.distributing-steam .note-bottom .double-bottom,
    #ahu-Drawing-output .note.distributing-steam .note-bottom .double-bottom,
    .Drawing-output .note.distributing-steam .note-bottom .double-bottom {
      margin-top: 178px;
      height: 7px; }
    #Drawing-output .note.distributing-steam .note-bottom .bottom-right .right-top,
    #ahu-Drawing-output .note.distributing-steam .note-bottom .bottom-right .right-top,
    .Drawing-output .note.distributing-steam .note-bottom .bottom-right .right-top {
      width: 30px;
      right: 9px; }
    #Drawing-output .note.distributing-steam .note-bottom .bottom-right .circle-middle,
    #ahu-Drawing-output .note.distributing-steam .note-bottom .bottom-right .circle-middle,
    .Drawing-output .note.distributing-steam .note-bottom .bottom-right .circle-middle {
      width: 15px;
      height: 15px;
      border: 1px solid #757575;
      border-radius: 50%;
      top: 85px;
      left: 6px;
      position: absolute;
      display: block; }
    #Drawing-output .note.distributing-steam .note-bottom .bottom-right .circle-bottom,
    #ahu-Drawing-output .note.distributing-steam .note-bottom .bottom-right .circle-bottom,
    .Drawing-output .note.distributing-steam .note-bottom .bottom-right .circle-bottom {
      left: 8px; }

#Notes_output,
#ahu_Notes_output,
#Notes-output,
#ahu-Notes-output,
#ahu-Notes {
  padding-top: 11px;
  height: calc(100%-25px); }
  #Notes_output.scrollable-content,
  #ahu_Notes_output.scrollable-content,
  #Notes-output.scrollable-content,
  #ahu-Notes-output.scrollable-content,
  #ahu-Notes.scrollable-content {
    margin-top: 0; }
    #Notes_output.scrollable-content p,
    #ahu_Notes_output.scrollable-content p,
    #Notes-output.scrollable-content p,
    #ahu-Notes-output.scrollable-content p,
    #ahu-Notes.scrollable-content p {
      padding-top: 8px;
      padding-bottom: 5px;
      font-size: 13px;
      font-weight: 400;
      color: #333; }
    #Notes_output.scrollable-content .warning-msg,
    #ahu_Notes_output.scrollable-content .warning-msg,
    #Notes-output.scrollable-content .warning-msg,
    #ahu-Notes-output.scrollable-content .warning-msg,
    #ahu-Notes.scrollable-content .warning-msg {
      color: #dc362e !important;
      padding: 8px 0 5px 0 !important; }

#Notes_output p {
  color: #757575; }

.no-rotation .popup-content .popup-content-part .rating-mode-wrapper {
  -webkit-transform: none !important;
  transform: none !important; }

.full-height {
  height: 100% !important; }

.pt-10 {
  padding-top: 10px; }

#rating_mode_uvc_content .row > .full-height {
  overflow: auto; }

#rating_mode_uvc_content .uvc-input.rating {
  height: 260px;
  margin-bottom: 1%; }
  #rating_mode_uvc_content .uvc-input.rating .scrollable-content {
    padding-top: 20px; }
  #rating_mode_uvc_content .uvc-input.rating .tab-pane .row {
    padding-bottom: 2px;
    padding-top: 2px; }
  #rating_mode_uvc_content .uvc-input.rating .input-part {
    padding-left: 15px !important; }
  #rating_mode_uvc_content .uvc-input.rating .empty-row {
    padding-bottom: 13px;
    padding-top: 13px; }
  #rating_mode_uvc_content .uvc-input.rating li.active > a {
    color: #4285f4; }
  #rating_mode_uvc_content .uvc-input.rating li a:hover {
    color: #4285f4;
    font-size: 13px; }

#rating_mode_uvc_content .output-group .btn {
  /*opacity: 0.6;
			pointer-events: none;*/ }

#rating_mode_uvc_content .output-group .nav li.active > a {
  color: #4285f4; }

#rating_mode_uvc_content .output-group .nav li a:hover {
  color: #4285f4;
  font-size: 13px; }

#rating_mode_uvc_content .menu-part {
  padding-top: 10px; }

#rating_mode_uvc_content .percent.center {
  padding-left: 8px; }

#rating_mode_uvc_content .uvc-output.rating {
  height: calc(100% - 360px); }
  #rating_mode_uvc_content .uvc-output.rating:empty {
    display: none; }
  #rating_mode_uvc_content .uvc-output.rating .with-border > div {
    height: 100%; }
  #rating_mode_uvc_content .uvc-output.rating.show_scheduled_parts .all_parts {
    display: none; }
  #rating_mode_uvc_content .uvc-output.rating.show_scheduled_parts .scheduled_parts {
    display: block; }
  #rating_mode_uvc_content .uvc-output.rating.show_all_parts .all_parts {
    display: block; }
  #rating_mode_uvc_content .uvc-output.rating.show_all_parts .scheduled_parts {
    display: none; }

#rating_mode_uvc_content .dropdown {
  text-align: right; }
  #rating_mode_uvc_content .dropdown > button {
    padding-right: 0; }
  #rating_mode_uvc_content .dropdown .icon-error-outline:before {
    color: #757575 !important; }

#rating_mode_uvc_content .dropdown-menu {
  min-width: 220px;
  left: -171px; }
  #rating_mode_uvc_content .dropdown-menu li a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #757575;
    font-weight: 400; }

#rating_mode_uvc_content .uvc-width {
  width: calc(100% - 15px) !important; }

#rating_mode_uvc_content .scrollable-content {
  margin-top: 0;
  height: 260px; }

#rating_mode_uvc_content .with-border {
  /*padding-left: 0;*/ }
  #rating_mode_uvc_content .with-border .footer-part {
    /*padding: 10px 0px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
    background: #f5f5f5;
    position: sticky;
    top: 100%;
    text-align: right;
    font-weight: 300;
    font-size: 13px; }
    #rating_mode_uvc_content .with-border .footer-part.footer-left {
      text-align: left;
      padding: 5px 15px;
      position: fixed !important; }
      #rating_mode_uvc_content .with-border .footer-part.footer-left > button {
        padding-left: 0; }
  #rating_mode_uvc_content .with-border input {
    width: 100% !important; }
  #rating_mode_uvc_content .with-border .with-bottom-distance {
    height: calc(100vh - 718px); }

#rating_mode_uvc_content .tbody-part {
  display: block;
  overflow: auto;
  width: 100%; }

#rating_mode_uvc_content .thead-part .row-border {
  border-bottom: 1px solid #dddddd; }
  #rating_mode_uvc_content .thead-part .row-border div {
    font-size: 12px;
    color: #757575;
    text-transform: uppercase;
    padding: 18px 0 12px 30px;
    font-weight: 100; }

#rating_mode_uvc_content .thead-part > .row {
  border-bottom: 1px solid #dddddd; }
  #rating_mode_uvc_content .thead-part > .row > div {
    font-size: 12px;
    color: #757575;
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 12px;
    font-weight: 100; }

#rating_mode_uvc_content .footer-left {
  display: none;
  padding-left: 101px !important;
  position: fixed !important;
  padding-top: 7px !important; }

#rating_mode_uvc_content #ahu_Properties_output .thead-part > .row {
  border-bottom: 1px solid #dddddd; }
  #rating_mode_uvc_content #ahu_Properties_output .thead-part > .row > div {
    font-size: 12px;
    color: #757575;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 12px;
    font-weight: 100; }

#rating_mode_uvc_content #ahu_Notes_output {
  color: #757575;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4; }

#rating_mode_uvc_content .tbody-part .row-border {
  border-bottom: 1px solid #dddddd; }
  #rating_mode_uvc_content .tbody-part .row-border div {
    font-size: 13px;
    color: #212121;
    padding: 10px 0 10px 30px; }
  #rating_mode_uvc_content .tbody-part .row-border div {
    font-size: 13px;
    color: #757575;
    font-weight: 300; }

#rating_mode_uvc_content .tbody-part > .row {
  border-bottom: 1px solid #dddddd; }
  #rating_mode_uvc_content .tbody-part > .row > div {
    font-size: 13px;
    color: #212121;
    padding-top: 10px;
    padding-bottom: 10px; }
  #rating_mode_uvc_content .tbody-part > .row div {
    font-size: 13px;
    color: #757575;
    font-weight: 300; }

#rating_mode_uvc_content #Properties_output .tbody-part,
#rating_mode_uvc_content #ahu_Properties_output .tbody-part {
  height: calc(100% - 376px);
  overflow: auto; }

#rating_mode_uvc_content #Properties_output .tbody-part .row-border div:nth-child(2),
#rating_mode_uvc_content #Properties_output .thead-part .row-border div:nth-child(2),
#rating_mode_uvc_content #ahu_Properties_output .tbody-part .row-border div:nth-child(2),
#rating_mode_uvc_content #ahu_Properties_output .thead-part .row-border div:nth-child(2) {
  padding-left: 40px; }

#rating_mode_uvc_content #Properties_output .tbody-part .row-border div:nth-child(3), #rating_mode_uvc_content #Properties_output .tbody-part .row-border div:nth-child(4),
#rating_mode_uvc_content #Properties_output .thead-part .row-border div:nth-child(3),
#rating_mode_uvc_content #Properties_output .thead-part .row-border div:nth-child(4),
#rating_mode_uvc_content #ahu_Properties_output .tbody-part .row-border div:nth-child(3),
#rating_mode_uvc_content #ahu_Properties_output .tbody-part .row-border div:nth-child(4),
#rating_mode_uvc_content #ahu_Properties_output .thead-part .row-border div:nth-child(3),
#rating_mode_uvc_content #ahu_Properties_output .thead-part .row-border div:nth-child(4) {
  text-align: right; }

#rating_mode_uvc_content #Properties_output .tbody-part .row-border div:last-child,
#rating_mode_uvc_content #Properties_output .thead-part .row-border div:last-child,
#rating_mode_uvc_content #ahu_Properties_output .tbody-part .row-border div:last-child,
#rating_mode_uvc_content #ahu_Properties_output .thead-part .row-border div:last-child {
  padding-right: 15px; }

#rating_mode_uvc_content #Properties_output .tbody-part > .row > div,
#rating_mode_uvc_content #ahu_Properties_output .tbody-part > .row > div {
  padding-top: 0px;
  padding-bottom: 5px; }

#rating_mode_uvc_content #Properties_output .tbody-part .top-padding,
#rating_mode_uvc_content #ahu_Properties_output .tbody-part .top-padding {
  padding-top: 11px !important; }

#rating_mode_uvc_content #Properties_output .tbody-part input,
#rating_mode_uvc_content #ahu_Properties_output .tbody-part input {
  border: none;
  padding-top: 8px !important;
  padding-bottom: 2px !important; }

#rating_mode_uvc_content #Electrical_output .tbody-part,
#rating_mode_uvc_content #ahu_Electrical_output .tbody-part {
  height: calc(100vh - 609px); }

#rating_mode_uvc_content #Electrical_output .tbody-part .row-border div,
#rating_mode_uvc_content #Electrical_output .thead-part .row-border div,
#rating_mode_uvc_content #ahu_Electrical_output .tbody-part .row-border div,
#rating_mode_uvc_content #ahu_Electrical_output .thead-part .row-border div {
  text-align: right; }
  #rating_mode_uvc_content #Electrical_output .tbody-part .row-border div:first-child,
  #rating_mode_uvc_content #Electrical_output .thead-part .row-border div:first-child,
  #rating_mode_uvc_content #ahu_Electrical_output .tbody-part .row-border div:first-child,
  #rating_mode_uvc_content #ahu_Electrical_output .thead-part .row-border div:first-child {
    text-align: left; }
  #rating_mode_uvc_content #Electrical_output .tbody-part .row-border div:nth-child(3),
  #rating_mode_uvc_content #Electrical_output .thead-part .row-border div:nth-child(3),
  #rating_mode_uvc_content #ahu_Electrical_output .tbody-part .row-border div:nth-child(3),
  #rating_mode_uvc_content #ahu_Electrical_output .thead-part .row-border div:nth-child(3) {
    padding-left: 40px; }
  #rating_mode_uvc_content #Electrical_output .tbody-part .row-border div:nth-child(4), #rating_mode_uvc_content #Electrical_output .tbody-part .row-border div:nth-child(5),
  #rating_mode_uvc_content #Electrical_output .thead-part .row-border div:nth-child(4),
  #rating_mode_uvc_content #Electrical_output .thead-part .row-border div:nth-child(5),
  #rating_mode_uvc_content #ahu_Electrical_output .tbody-part .row-border div:nth-child(4),
  #rating_mode_uvc_content #ahu_Electrical_output .tbody-part .row-border div:nth-child(5),
  #rating_mode_uvc_content #ahu_Electrical_output .thead-part .row-border div:nth-child(4),
  #rating_mode_uvc_content #ahu_Electrical_output .thead-part .row-border div:nth-child(5) {
    text-align: right; }
  #rating_mode_uvc_content #Electrical_output .tbody-part .row-border div:last-child,
  #rating_mode_uvc_content #Electrical_output .thead-part .row-border div:last-child,
  #rating_mode_uvc_content #ahu_Electrical_output .tbody-part .row-border div:last-child,
  #rating_mode_uvc_content #ahu_Electrical_output .thead-part .row-border div:last-child {
    padding-right: 15px; }

#rating_mode_uvc_content #Pricing_output .tbody-part,
#rating_mode_uvc_content #ahu_Pricing_output .tbody-part {
  height: calc(100vh - 609px); }

#rating_mode_uvc_content #Pricing_output .tbody-part .row-border div,
#rating_mode_uvc_content #Pricing_output .thead-part .row-border div,
#rating_mode_uvc_content #ahu_Pricing_output .tbody-part .row-border div,
#rating_mode_uvc_content #ahu_Pricing_output .thead-part .row-border div {
  text-align: right; }
  #rating_mode_uvc_content #Pricing_output .tbody-part .row-border div:first-child,
  #rating_mode_uvc_content #Pricing_output .thead-part .row-border div:first-child,
  #rating_mode_uvc_content #ahu_Pricing_output .tbody-part .row-border div:first-child,
  #rating_mode_uvc_content #ahu_Pricing_output .thead-part .row-border div:first-child {
    text-align: left; }
  #rating_mode_uvc_content #Pricing_output .tbody-part .row-border div:nth-child(2),
  #rating_mode_uvc_content #Pricing_output .thead-part .row-border div:nth-child(2),
  #rating_mode_uvc_content #ahu_Pricing_output .tbody-part .row-border div:nth-child(2),
  #rating_mode_uvc_content #ahu_Pricing_output .thead-part .row-border div:nth-child(2) {
    padding-left: 40px;
    text-align: left; }
  #rating_mode_uvc_content #Pricing_output .tbody-part .row-border div:nth-child(3), #rating_mode_uvc_content #Pricing_output .tbody-part .row-border div:nth-child(4), #rating_mode_uvc_content #Pricing_output .tbody-part .row-border div:nth-child(5),
  #rating_mode_uvc_content #Pricing_output .thead-part .row-border div:nth-child(3),
  #rating_mode_uvc_content #Pricing_output .thead-part .row-border div:nth-child(4),
  #rating_mode_uvc_content #Pricing_output .thead-part .row-border div:nth-child(5),
  #rating_mode_uvc_content #ahu_Pricing_output .tbody-part .row-border div:nth-child(3),
  #rating_mode_uvc_content #ahu_Pricing_output .tbody-part .row-border div:nth-child(4),
  #rating_mode_uvc_content #ahu_Pricing_output .tbody-part .row-border div:nth-child(5),
  #rating_mode_uvc_content #ahu_Pricing_output .thead-part .row-border div:nth-child(3),
  #rating_mode_uvc_content #ahu_Pricing_output .thead-part .row-border div:nth-child(4),
  #rating_mode_uvc_content #ahu_Pricing_output .thead-part .row-border div:nth-child(5) {
    text-align: right; }
  #rating_mode_uvc_content #Pricing_output .tbody-part .row-border div:last-child,
  #rating_mode_uvc_content #Pricing_output .thead-part .row-border div:last-child,
  #rating_mode_uvc_content #ahu_Pricing_output .tbody-part .row-border div:last-child,
  #rating_mode_uvc_content #ahu_Pricing_output .thead-part .row-border div:last-child {
    padding-right: 30px; }

#rating_mode_uvc_content .btn-active {
  box-shadow: none !important; }

#rating_mode_uvc_content .show_parts {
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.54); }
  #rating_mode_uvc_content .show_parts.active {
    font-weight: 400;
    color: #212121; }

#rating_mode_uvc_content .scheduled_parts {
  padding-left: 3px !important; }

.output-part .unit,
.output-part .percent {
  margin-top: 0 !important; }

/*.row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}*/
.more_tabing > li {
  display: inline-block !important;
  width: auto !important;
  padding-top: 0px !important;
  padding-bottom: 7px !important; }
  .more_tabing > li.properties_more {
    padding-bottom: 0 !important;
    height: 21px;
    line-height: 21px; }
  .more_tabing > li a {
    color: #757575;
    font-weight: 100;
    font-size: 14px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 10px;
    cursor: pointer;
    line-height: 25px;
    display: inline-block; }
    .more_tabing > li a.pl-15 {
      padding-left: 15px !important; }
  .more_tabing > li.active a {
    color: #4285f4 !important; }

.per-fan {
  font-size: 13px;
  height: 100%; }
  .per-fan input[type="number"],
  .per-fan input[data-type="number"] {
    width: 100%; }
  .per-fan .each-tabs .available_motors {
    color: #757575;
    font-weight: 100;
    font-size: 14px;
    padding-bottom: 0px !important;
    padding-top: 0px !important; }
    .per-fan .each-tabs .available_motors.no-avaible-data {
      color: #dc362e; }
  .per-fan .each-tabs .more_tabing > li {
    display: inline-block !important;
    width: auto !important;
    padding-top: 0px !important;
    padding-bottom: 7px !important; }
    .per-fan .each-tabs .more_tabing > li.fan-subtub {
      padding-top: 5px !important;
      padding-bottom: 5px !important; }
    .per-fan .each-tabs .more_tabing > li a {
      color: #757575;
      font-weight: 100;
      font-size: 14px;
      padding-bottom: 0px !important;
      padding-top: 0px !important;
      padding-left: 10px;
      line-height: 25px;
      display: inline-block; }
    .per-fan .each-tabs .more_tabing > li.active a {
      color: #4285f4 !important; }
  .per-fan .each-tabs .duble-fields {
    width: calc(100% - 15px); }
  .per-fan .each-tabs .first-small {
    width: 100%; }
  .per-fan .each-tabs select {
    width: calc(100% - 24px);
    padding-left: 5px; }
  .per-fan .each-tabs .scrollable-content .left-column {
    padding-top: 1px;
    padding-bottom: 1px; }
  .per-fan .each-tabs .scrollable-content .right-column {
    padding-bottom: 2px;
    padding-right: 0px !important; }
    .per-fan .each-tabs .scrollable-content .right-column > div {
      padding-top: 1px;
      padding-bottom: 1px; }
    .per-fan .each-tabs .scrollable-content .right-column .right-select {
      width: calc(100% - 24px); }
  .per-fan .each-tabs .pricing_fan select {
    width: calc(100% - 20px) !important; }
  .per-fan .each-tabs .fanPricingInputs {
    height: 55px; }
  .per-fan .output-part {
    height: 100%;
    margin-top: 10px;
    display: block; }
    .per-fan .output-part .warning-notes {
      color: #dc362e !important;
      padding-top: 8px;
      padding-bottom: 5px;
      font-size: 13px;
      font-weight: 400; }
    .per-fan .output-part .error-notes {
      padding-top: 8px;
      padding-bottom: 5px;
      font-size: 13px;
      font-weight: 400; }
    .per-fan .output-part .centred-msg {
      width: 300px;
      height: 40px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .per-fan.hide-output .output-part {
    display: none;
    height: 0 !important;
    margin-top: 0; }
  .per-fan .output-with-border {
    height: 100%;
    height: calc(100vh - 552px);
    border: 1px solid #eee;
    padding-top: 18px;
    background-color: #fff;
    /*overflow-x: auto;*/ }
    .per-fan .output-with-border.output-error {
      height: calc(100% + 257px); }
      .per-fan .output-with-border.output-error .output-part {
        height: calc(100% - 10px); }
    .per-fan .output-with-border .sub-tab-menu .more_tabing_output > li,
    .per-fan .output-with-border .sub-tab-menu .mtr_supplied_by > li {
      display: inline-block !important;
      width: auto !important;
      padding-top: 0px !important;
      padding-bottom: 7px !important; }
      .per-fan .output-with-border .sub-tab-menu .more_tabing_output > li a,
      .per-fan .output-with-border .sub-tab-menu .mtr_supplied_by > li a {
        color: #757575;
        font-weight: 100;
        font-size: 14px;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        padding-left: 10px; }
      .per-fan .output-with-border .sub-tab-menu .more_tabing_output > li.active a,
      .per-fan .output-with-border .sub-tab-menu .mtr_supplied_by > li.active a {
        color: #4285f4 !important; }
    .per-fan .output-with-border .sub-tab-menu .more_tabing_output {
      width: fit-content;
      margin-right: 0;
      margin-left: auto; }
      .per-fan .output-with-border .sub-tab-menu .more_tabing_output li {
        display: inline !important; }
  .per-fan .label-part,
  .per-fan input,
  .per-fan select {
    font-weight: 300; }
  .per-fan.coil_new {
    overflow: unset; }

#report-outputs-group {
  background-color: #f7f7f7;
  border: 1px solid #eee; }
  #report-outputs-group .top-margin {
    margin-top: 93px; }
  #report-outputs-group .label-part {
    cursor: default;
    padding: 8px 0px 0px;
    /* height: 36px; */
    box-sizing: border-box;
    vertical-align: middle; }
    #report-outputs-group .label-part span {
      line-height: unset !important; }
  #report-outputs-group .unit {
    vertical-align: bottom;
    font-size: 11px;
    color: #a5a5a5;
    white-space: nowrap; }
    #report-outputs-group .unit.not-uom {
      padding: 0px 0 0 9px;
      margin-top: 14px; }
    #report-outputs-group .unit.temp:before {
      content: "o";
      display: inline-block;
      vertical-align: text-top;
      width: 4px;
      font-size: 10px;
      margin-right: 3px; }
  #report-outputs-group select#redundancy_id[name=redundancy] option[data-value=n_minus_one] {
    display: none !important; }

.report-outputs-group {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 5px 16px 10px;
  border: 1px solid #eee;
  /*		&:after {
		content: '';
		display: inline-block;
		width: 1px;
		height: calc(100% - 72px);
		position: absolute;
		left: 50%;
		top: 22px;
		border-left: 1px solid #e0e0e0;
	}*/ }
  .report-outputs-group ~ .report-outputs-group {
    margin-top: 20px; }
  .report-outputs-group.fan-output {
    padding-bottom: 0px; }
  .report-outputs-group > span {
    display: block;
    margin-bottom: 10px; }
  .report-outputs-group > li {
    padding: 0px;
    white-space: nowrap; }
    .report-outputs-group > li > * {
      white-space: normal; }
    .report-outputs-group > li:first-child {
      padding: 15px 0px 5px;
      margin-bottom: 10px; }
    .report-outputs-group > li > ul > li span.label {
      float: left; }
    .report-outputs-group > li > ul > li.top-margin {
      margin-top: 29px; }
    .report-outputs-group > li > ul.right-data .long-input {
      width: 226px;
      margin-left: 42px; }
    .report-outputs-group > li > ul.right-data .medium-input {
      width: 88px; }
      .report-outputs-group > li > ul.right-data .medium-input + .medium-input {
        margin-left: 44px; }

[class*="left-data"],
[class*="right-data"] {
  width: 50%;
  display: inline-block;
  vertical-align: top; }
  [class*="left-data"]:not(ul),
  [class*="right-data"]:not(ul) {
    white-space: nowrap; }
  [class*="left-data"] span,
  [class*="right-data"] span {
    display: inline-block;
    min-height: 13px;
    /*line-height: 1.4;*/ }
    [class*="left-data"] span.unit,
    [class*="right-data"] span.unit {
      vertical-align: bottom; }
  [class*="left-data"] .label,
  [class*="right-data"] .label {
    width: 245px;
    padding: 1.5px 0; }
    [class*="left-data"] .label.has-child,
    [class*="right-data"] .label.has-child {
      white-space: nowrap; }
      [class*="left-data"] .label.has-child > span:first-child,
      [class*="right-data"] .label.has-child > span:first-child {
        width: 95px; }
      [class*="left-data"] .label.has-child > span:last-child,
      [class*="right-data"] .label.has-child > span:last-child {
        width: 150px; }
    [class*="left-data"] .label.print-two-line-label > span:first-child:after,
    [class*="right-data"] .label.print-two-line-label > span:first-child:after {
      content: "|";
      margin: 0 0.25em; }
  [class*="left-data"] .output,
  [class*="right-data"] .output {
    width: calc(100% - 250px);
    white-space: normal;
    padding: 1px 0;
    margin: 0; }
    [class*="left-data"] .output.print-two-line-output > span:not(:empty) + span:not(:empty):before,
    [class*="right-data"] .output.print-two-line-output > span:not(:empty) + span:not(:empty):before {
      content: "|";
      margin: 0 0.25em; }
  [class*="left-data"] > li,
  [class*="right-data"] > li {
    width: 100%;
    white-space: nowrap; }

[class*="left-data"] > li .label:not(.has-child) {
  /*padding-left: 98px;*/ }

[class*="left-data"] .output.one-line.multiple-outputs > span:not(:empty) + span:not(:empty) {
  margin-left: 0.25em; }
  [class*="left-data"] .output.one-line.multiple-outputs > span:not(:empty) + span:not(:empty):before {
    content: "|";
    display: inline-block;
    margin: 0 0.25em 0 0; }

[class*="left-data"] .output.one-line.multiple-outputs-commas > span:not(:empty) + span:not(:empty) {
  margin-left: 0.25em; }
  [class*="left-data"] .output.one-line.multiple-outputs-commas > span:not(:empty) + span:not(:empty):before {
    content: ",";
    display: inline-block;
    margin: 0 0.25em 0 -0.25em; }

[class*="right-data"] {
  padding-left: 16px; }
  [class*="right-data"] .label {
    width: 230px; }
  [class*="right-data"] .output.one-line .min {
    text-align: right; }
    [class*="right-data"] .output.one-line .min:not(:empty) + .max:not(:empty):before {
      content: "-";
      margin-right: 3px; }
  [class*="right-data"] .output.one-line > span:not(.min):not(:empty) + span:not(:empty) {
    margin-left: 0.25em; }
    [class*="right-data"] .output.one-line > span:not(.min):not(:empty) + span:not(:empty):before {
      content: "|";
      display: inline-block;
      margin: 0 0.25em 0 0; }
  [class*="right-data"] .output.one-line .min:empty,
  [class*="right-data"] .output.one-line .max:empty,
  [class*="right-data"] .output.one-line .apd:empty {
    display: none; }
  [class*="right-data"].isolators-perf-data {
    margin-top: 20px; }

.rate-list-heading {
  color: #757575;
  font-size: 13px; }
  .rate-list-heading > li {
    padding: 5px; }

.for-scroll {
  float: left;
  overflow: auto;
  height: 100%; }

.sort-icon-wrapper {
  cursor: pointer; }
  .sort-icon-wrapper span.sort-icon {
    position: relative;
    opacity: 0.3;
    cursor: pointer;
    display: inline-block; }
    .sort-icon-wrapper span.sort-icon i {
      position: absolute;
      top: -21px;
      right: 0px;
      font-size: 26px;
      width: 0;
      height: 0; }
    .sort-icon-wrapper span.sort-icon.selected {
      opacity: 0.7 !important; }
      .sort-icon-wrapper span.sort-icon.selected.rotated {
        transform: rotate(180deg); }
        .sort-icon-wrapper span.sort-icon.selected.rotated i {
          top: -12px;
          right: 25px; }
  .sort-icon-wrapper:hover span.sort-icon {
    opacity: 0.8; }

.text-transform-none {
  text-transform: none !important; }

.rate-list-inline {
  font-weight: 300;
  letter-spacing: -0.25em;
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  font-size: 13px; }
  .rate-list-inline.fan_rate-list-inline {
    overflow: auto; }
  .rate-list-inline.motor-rate-list {
    position: relative;
    overflow: auto; }
    .rate-list-inline.motor-rate-list .motor-rate-list-header {
      z-index: 6 !important;
      position: relative !important; }
    .rate-list-inline.motor-rate-list .long-input {
      min-width: 140px; }
  .rate-list-inline .rate-list-body {
    z-index: 1;
    height: fit-content;
    max-height: 100%; }
  .rate-list-inline .sticky {
    background-color: #fff; }
  .rate-list-inline .rate-list-header {
    letter-spacing: normal;
    display: flex;
    box-sizing: border-box;
    color: #757575;
    min-height: 39px;
    vertical-align: middle;
    padding: 0;
    min-width: 65%;
    text-transform: uppercase;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 5; }
    .rate-list-inline .rate-list-header > div {
      padding: 12px 10px;
      border-bottom: 1px solid #ebebeb;
      background-color: #fff; }
      .rate-list-inline .rate-list-header > div.xshort {
        min-width: 7%;
        min-width: 47px; }
        .rate-list-inline .rate-list-header > div.xshort:nth-of-type(1) {
          min-width: 5.5%;
          min-width: 35px;
          padding-left: 0px; }
  .rate-list-inline .rated-body {
    letter-spacing: normal;
    color: #212121;
    min-height: 39px;
    vertical-align: middle;
    text-transform: none !important; }
    .rate-list-inline .rated-body.choosen * {
      background-color: #d3d1d1; }
    .rate-list-inline .rated-body:hover * {
      background-color: #e6e6e6;
      cursor: pointer; }

.short {
  min-width: 9%;
  min-width: 63px;
  background-color: #fff; }

.sshort {
  min-width: 75px;
  background-color: #fff; }

.medium {
  min-width: 10%; }

.xlong {
  min-width: 24.5%;
  min-width: 250px; }

.xxlong {
  min-width: 340px; }

.long {
  min-width: 18.5%;
  min-width: 107px; }

.slong {
  min-width: 21.5%;
  min-width: 127px; }

.fade {
  height: 0;
  display: none; }

.active.in.fade {
  height: auto;
  display: block; }

.rating-time {
  display: block;
  position: fixed;
  float: left;
  text-align: left;
  padding-top: 10px !important;
  font-size: 10px !important; }

.fan-print-content .container-header {
  padding: 18px 0; }

.band-row {
  display: flex; }
  .band-row div {
    white-space: nowrap; }
  .band-row .long {
    min-width: 58px; }
    .band-row .long.to-left {
      position: relative;
      left: -27px; }
  .band-row .medium-first {
    min-width: 9% !important; }

.fan-curve {
  color: #757575;
  display: block;
  margin-top: 18px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 300; }
  .fan-curve > .fan-curve-center .curves {
    width: 92%;
    min-height: 160px;
    padding-left: 8%;
    padding-top: 10px; }
  .fan-curve > .fan-curve-center .canvas-curve_loader {
    left: 8%;
    top: 10px;
    width: 92%;
    height: calc(100% - 10px); }
  .fan-curve > .fan-curve-bottom {
    padding-left: 8%; }
  .fan-curve > .fan-curve-top {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    transform-origin: 0 0;
    padding-left: 8%;
    width: 100%;
    left: 0;
    top: 11px;
    margin-bottom: 10px;
    text-align: center; }
  .fan-curve > .fan-curve-right {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    transform: translate(0, 100%) rotate(-90deg);
    transform-origin: 0 0;
    right: -80px;
    top: 128px; }
  .fan-curve > .fan-curve-left {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    transform: translate(0, 100%) rotate(-90deg);
    transform-origin: 0 0;
    left: 31px;
    top: 145px; }

.fan-list {
  padding-left: 13%;
  padding-right: 5%;
  text-align: left;
  font-weight: 300;
  display: block;
  margin-top: 5px; }
  .fan-list .fan-list-title {
    margin-bottom: 9px;
    margin-top: 15px; }
  .fan-list .band-vertical-distance {
    padding-top: 7px;
    padding-bottom: 7px; }

.input-part {
  height: 100%; }

#rating_mode_coil_content .output-part.rating {
  height: calc(100% - 384px); }

.top-margin {
  margin-top: 35px !important; }

.fan-report.v-group-inputs {
  float: left;
  position: fixed;
  top: calc(100% - 64px);
  left: 345px; }
  .fan-report.v-group-inputs .multiple-select-wrapper {
    text-align: center;
    float: left; }
  .fan-report.v-group-inputs .page-navbar-wrapper {
    padding: 0;
    border: none;
    margin-bottom: -2px;
    background-color: transparent; }
    .fan-report.v-group-inputs .page-navbar-wrapper button.page-navbar-menu-btn {
      font-size: 16px;
      margin-top: 9px;
      background-color: transparent; }
    .fan-report.v-group-inputs .page-navbar-wrapper .page-navbar-menu {
      width: 108px;
      bottom: 30px;
      left: -19px; }

.notes {
  padding: 5px 0; }

@media only screen and (max-width: 1024px) {
  .each-tabs {
    overflow-x: auto; } }

.rating {
  /*margin-bottom:1%;*/ }

.nav-tabs {
  border: none; }
  .nav-tabs ul li a {
    color: rgba(0, 0, 0, 0.54);
    padding-top: 2px;
    padding-bottom: 2px;
    display: inherit;
    font-weight: 100;
    text-decoration: none !important; }
  .nav-tabs ul li:hover {
    cursor: pointer; }
    .nav-tabs ul li:hover a {
      font-weight: bold; }
  .nav-tabs ul li.selected a {
    color: #4285f4 !important; }

.label-part {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left; }
  .label-part span {
    color: #757575; }
  .label-part .percent {
    margin-top: 0px !important;
    color: #a5a5a5 !important; }
  .label-part .required:after {
    margin-left: 0 !important; }

.error-message {
  color: #dc362e !important;
  font-size: 14px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.fan-error-message {
  color: #dc362e !important;
  font-size: 14px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%; }

.nots_and_errors.er-wheel {
  margin-top: 29px; }

.nots_and_errors .label {
  color: #757575 !important;
  padding: 5px 0 5px 0 !important;
  font-weight: 400 !important;
  display: block !important;
  font-size: 13px; }

.nots_and_errors > .col-xs-1 {
  min-width: 120px; }

.nots_and_errors > .col-xs-11 {
  max-width: calc(100% - 120px); }

.available-combination {
  padding-top: 0px;
  top: 0px; }
  .available-combination .mismatch-title {
    color: red;
    text-align: center;
    padding-bottom: 15px; }
    .available-combination .mismatch-title:nth-of-type(2) {
      display: block;
      padding-top: 5px; }

#component_selector_combinations #fan_select_combinations_popup .combinations-content .rate-list-heading {
  white-space: nowrap;
  position: relative;
  z-index: 111;
  background-color: #fff;
  letter-spacing: -0.25em;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb; }
  #component_selector_combinations #fan_select_combinations_popup .combinations-content .rate-list-heading > div {
    letter-spacing: normal;
    margin: 0px;
    background-color: #fff;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    padding: 12.5px 15px;
    color: #757575;
    text-align: left;
    font-weight: normal; }

#component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) {
  position: relative;
  cursor: pointer;
  width: 100%; }
  #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) ::-webkit-scrollbar-button:vertical:decrement {
    background-color: transparent;
    height: 48px; }
  #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg):hover,
  #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg):hover * {
    background-color: #e6e6e6; }
  #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg).choosen,
  #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg).choosen * {
    background-color: #d3d1d1; }
  #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline, #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline {
    letter-spacing: -0.25em;
    overflow: visible;
    white-space: nowrap;
    position: relative;
    font-size: 13px; }
    #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline > div, #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline > div {
      letter-spacing: normal;
      padding-top: 9px;
      display: inline-block;
      box-sizing: border-box;
      border-bottom: 1px solid #ebebeb;
      color: #212121;
      min-height: 30px;
      vertical-align: middle;
      font-weight: normal; }
      #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline > div.xshort, #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline > div.xshort {
        width: 7%;
        width: 47px; }
        #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline > div.xshort:nth-of-type(1), #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline > div.xshort:nth-of-type(1) {
          width: 5.5%;
          width: 35px;
          padding-left: 0px; }
      #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline > div.short, #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline > div.short {
        width: 9%;
        width: 57px;
        background-color: #fff; }
      #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline > div.sshort, #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline > div.sshort {
        width: 75px;
        background-color: #fff; }
      #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline > div.medium, #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline > div.medium {
        width: 11%;
        width: 80px;
        text-align: left; }
      #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline > div.xlong, #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline > div.xlong {
        width: 24.5%;
        width: 250px; }
      #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline > div.long, #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline > div.long {
        width: 18.5%;
        width: 120px;
        text-align: left; }
      #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline > div.slong, #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline > div.slong {
        width: 21.5%;
        width: 127px; }
      #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.rate-list-inline > div:nth-of-type(4), #component_selector_combinations #fan_select_combinations_popup .combinations-content .combination-list-rows > div:not(.error-msg) > div.combination-rate-list-inline > div:nth-of-type(4) {
        text-align: left; }

.popup-content-part .scrollable-content.active.in.fade {
  height: auto !important;
  display: block !important; }

.popup-content-part .content-with-pagers > ul > li.control-header-buttons {
  padding-top: 5px;
  background-color: none !important;
  padding-right: 20px; }

.popup-content-part .independent_rating_minimize_icon {
  position: absolute;
  top: -2px;
  left: 119px; }

.popup-content-part .independent-rating-content .coil_new {
  width: calc(100% - 14px); }
  .popup-content-part .independent-rating-content .coil_new#er-wheel {
    width: calc(100% - 8px); }
    .popup-content-part .independent-rating-content .coil_new#er-wheel + .coil_new {
      width: calc(100% - 9px); }
    .popup-content-part .independent-rating-content .coil_new#er-wheel.input-part .content-data {
      max-height: 370px; }
      .popup-content-part .independent-rating-content .coil_new#er-wheel.input-part .content-data .tab-pane {
        background: #f5f5f5; }

.popup-content-part .independent-rating-content #rating_mode_coil_content,
.popup-content-part .independent-rating-content #rating_mode_fan_content,
.popup-content-part .independent-rating-content #rating_mode_energy_wheel_content {
  padding-left: 32px; }

.popup-content-part .independent-rating-content .fan-curve > .fan-curve-right {
  right: -71px; }

.popup-content-part .independent-rating-content .curves {
  zoom: 0.8; }

.popup-content-part .independent-rating-content .rating .rating {
  max-height: 100%; }
  .popup-content-part .independent-rating-content .rating .rating .output-part {
    height: 100% !important; }

.popup-content-part .ahu-rate-content > ul > li.control-header-buttons {
  background-color: none !important;
  padding-right: 20px;
  padding-top: 0px !important;
  background: none !important; }
  .popup-content-part .ahu-rate-content > ul > li.control-header-buttons button {
    background: #fff !important; }
  .popup-content-part .ahu-rate-content > ul > li.control-header-buttons.independent-rating-control-header-buttons {
    padding-right: 37px;
    cursor: default; }

.popup-content-part .left-column select {
  padding: 0 20px 0 5px; }

.popup-content-part .label-part span {
  color: #757575; }

.popup-content-part span .temp {
  color: #a5a5a5;
  font-size: 11px; }

.popup-content-part .coil_new {
  width: calc(100% - 20px); }

.popup-content-part .rate-list-inline {
  height: calc(100% - 1px) !important; }

.popup-content-part .output-part .ouptut_tubs:not(.coil-raiting) {
  padding-left: 30px; }

.popup-content-part .output-part .output-with-border {
  width: calc(91% - 21px);
  margin-left: 13px; }

#rating_mode_energy_wheel_content {
  padding: 16px 15px 38px 15px !important; }
  #rating_mode_energy_wheel_content .content-data .scrollable-content:first-child {
    margin-top: 0; }
  #rating_mode_energy_wheel_content .top-margin {
    margin-top: 20px !important; }
  #rating_mode_energy_wheel_content .top-margin-double {
    margin-top: 54px; }
  #rating_mode_energy_wheel_content .output-height {
    height: 95%; }
  #rating_mode_energy_wheel_content .summer-winter-tabing {
    margin-top: -5px; }
    #rating_mode_energy_wheel_content .summer-winter-tabing li {
      display: inline;
      padding: 10px 0; }
      #rating_mode_energy_wheel_content .summer-winter-tabing li a {
        color: #757575;
        font-weight: 100;
        font-size: 14px; }
        #rating_mode_energy_wheel_content .summer-winter-tabing li a:hover {
          cursor: pointer; }
      #rating_mode_energy_wheel_content .summer-winter-tabing li.active a {
        color: #4285f4; }
  #rating_mode_energy_wheel_content .subtitles {
    color: #a5a5a5;
    padding-bottom: 5px; }
  #rating_mode_energy_wheel_content .input-part .unit,
  #rating_mode_energy_wheel_content .input-part .percent {
    padding-right: 13px;
    width: 25%;
    text-align: right;
    float: left; }
  #rating_mode_energy_wheel_content .input-part input:not([type="checkbox"]) {
    padding-top: 5px;
    font-weight: 400 !important; }
    #rating_mode_energy_wheel_content .input-part input:not([type="checkbox"]):before {
      font-weight: 500; }
  #rating_mode_energy_wheel_content .output-part .percent {
    padding-right: 13px;
    text-align: right;
    width: 40%; }
  #rating_mode_energy_wheel_content .output-part .unit-between {
    width: 15%; }
  #rating_mode_energy_wheel_content .output-part hr {
    margin-top: 15px;
    margin-bottom: 15px; }
  #rating_mode_energy_wheel_content .output-part .rated-notes p {
    white-space: inherit !important;
    line-height: 1.7; }
  #rating_mode_energy_wheel_content .btn-group {
    margin-left: 15px; }
    #rating_mode_energy_wheel_content .btn-group.er-wheel-btn-group {
      display: inline; }
      #rating_mode_energy_wheel_content .btn-group.er-wheel-btn-group button.icon-info.icon-info-style.no-border:hover + .dropdown-menu {
        display: block !important; }
  #rating_mode_energy_wheel_content .output-without-unit {
    margin-left: 40%;
    white-space: nowrap !important; }
  #rating_mode_energy_wheel_content .subtitle-part.label-part {
    padding-top: 0; }
  #rating_mode_energy_wheel_content .number_output {
    margin-top: 9px;
    display: flex; }
  #rating_mode_energy_wheel_content .coil-rating-mode select:not(:empty) {
    padding-top: 1px !important;
    padding-bottom: 1px !important; }
  #rating_mode_energy_wheel_content .coil-rating-mode #Performance input:not([type="checkbox"]),
  #rating_mode_energy_wheel_content .coil-rating-mode #ahu-Performance input:not([type="checkbox"]) {
    width: 75% !important; }
  #rating_mode_energy_wheel_content .coil-rating-mode #Performance select,
  #rating_mode_energy_wheel_content .coil-rating-mode #ahu-Performance select {
    width: 72% !important; }
  #rating_mode_energy_wheel_content .coil-rating-mode #Performance input,
  #rating_mode_energy_wheel_content .coil-rating-mode #ahu-Performance input {
    text-align: right; }
  #rating_mode_energy_wheel_content .coil-rating-mode #Performance input[type="checkbox"],
  #rating_mode_energy_wheel_content .coil-rating-mode #ahu-Performance input[type="checkbox"] {
    margin-top: 2px; }
  #rating_mode_energy_wheel_content .coil-rating-mode #Performance .four-input-row,
  #rating_mode_energy_wheel_content .coil-rating-mode #ahu-Performance .four-input-row {
    max-height: 29px; }
    #rating_mode_energy_wheel_content .coil-rating-mode #Performance .four-input-row input:not([type="checkbox"]),
    #rating_mode_energy_wheel_content .coil-rating-mode #ahu-Performance .four-input-row input:not([type="checkbox"]) {
      width: 30% !important; }
    #rating_mode_energy_wheel_content .coil-rating-mode #Performance .four-input-row .unit,
    #rating_mode_energy_wheel_content .coil-rating-mode #ahu-Performance .four-input-row .unit {
      width: 6%;
      padding-left: 8px;
      padding-right: 8px;
      float: none; }
  #rating_mode_energy_wheel_content .coil-rating-mode #Performance .unit-between,
  #rating_mode_energy_wheel_content .coil-rating-mode #ahu-Performance .unit-between {
    width: 8%;
    text-align: center; }
  #rating_mode_energy_wheel_content #Performance_output .number_output,
  #rating_mode_energy_wheel_content #ahu-Performance_output .number_output {
    margin-top: 0px; }
  #rating_mode_energy_wheel_content #Performance_output .percent,
  #rating_mode_energy_wheel_content #ahu-Performance_output .percent {
    margin-top: 0 !important; }
  #rating_mode_energy_wheel_content #Pricing select,
  #rating_mode_energy_wheel_content #ahu-Pricing select {
    width: 86% !important; }
  #rating_mode_energy_wheel_content #Pricing input,
  #rating_mode_energy_wheel_content #ahu-Pricing input {
    width: 75% !important; }
    #rating_mode_energy_wheel_content #Pricing input[name="cost_freight_user"], #rating_mode_energy_wheel_content #Pricing input[name="net_cost_freight_user"],
    #rating_mode_energy_wheel_content #ahu-Pricing input[name="cost_freight_user"],
    #rating_mode_energy_wheel_content #ahu-Pricing input[name="net_cost_freight_user"] {
      margin-left: 25%; }

.icon-info-style {
  color: #575757;
  font-size: 13px;
  line-height: 13px; }

#ahu-Properties_Performance_Output {
  max-height: calc(100% - 10px); }

.ahu-rate-content-item-with-subtabs #for-output-rendering .coil_new.full-height {
  width: 100% !important; }
  .ahu-rate-content-item-with-subtabs #for-output-rendering .coil_new.full-height .output-with-border {
    margin: 0;
    width: 91.66666667% !important; }

.ahu-rate-content-item-with-subtabs .isolation-preloader {
  padding-top: 0 !important; }

.ahu-rate-content-item-with-subtabs #Isolation_Output {
  height: 99% !important; }

#rating_mode_fan_content #report-outputs-group input[type="text"],
#rating_mode_fan_content #report-outputs-group input[type="number"],
#rating_mode_fan_content #report-outputs-group select {
  height: 27px; }
  #rating_mode_fan_content #report-outputs-group input[type="text"].warning,
  #rating_mode_fan_content #report-outputs-group input[type="number"].warning,
  #rating_mode_fan_content #report-outputs-group select.warning {
    color: #f00; }

#rating_mode_fan_content #report-outputs-group select {
  line-height: 27px; }

#rating_mode_fan_content #report-outputs-group .left-column {
  max-height: 27px; }

#rating_mode_fan_content .preloader.dotted-preloader.active {
  margin-top: 0 !important; }

#rating_mode_fan_content .dash-symbol-wrap {
  position: relative; }
  #rating_mode_fan_content .dash-symbol-wrap .dash-symbol {
    position: absolute;
    right: -5px;
    bottom: 6px;
    color: #ccc; }

.rotary-htex {
  overflow: hidden; }
  .rotary-htex .preloader.dotted-preloader.active {
    margin-top: 0 !important; }
  .rotary-htex .output-group.rating.output-content.coil_new {
    height: calc(100% - 321px) !important; }
  .rotary-htex #er-wheel {
    max-height: 320px; }
    .rotary-htex #er-wheel li > a {
      white-space: nowrap; }

.clearfix.all.content-pager, .all.content-pager.popup-control-buttons {
  box-shadow: 0px -1px 3px -1px rgba(0, 0, 0, 0.2), -1px 0px 3px -2px rgba(0, 0, 0, 0.2), 1px 0px 3px -2px rgba(0, 0, 0, 0.2); }

.invisible-tabs {
  opacity: 0;
  pointer-events: none; }

.output-data span[data-name=circuiting_rating_output] + span[data-name=feeds_rating_output]::before {
  content: '|';
  padding-right: 3px; }

.rating_mounting_angle_tooltip {
  white-space: unset !important;
  margin-left: 0px;
  position: relative;
  cursor: pointer; }
  .rating_mounting_angle_tooltip .icon-info {
    top: -3px;
    position: relative; }
  .rating_mounting_angle_tooltip:hover .mounting_angle_tooltip_text {
    display: inline-block !important;
    width: fit-content;
    position: absolute;
    content: attr(tooltip);
    left: 20px;
    display: block;
    padding: 5px 7px;
    box-sizing: border-box;
    background-color: #8d8d8d;
    border-radius: 0.5px;
    font-family: Roboto Medium;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0.07em;
    top: -3px;
    z-index: 2; }
    .rating_mounting_angle_tooltip:hover .mounting_angle_tooltip_text span {
      display: block;
      color: #fff;
      line-height: 16px;
      width: 100%;
      white-space: nowrap; }

.ahu-rate-content .short {
  width: 5%; }

.ahu-rate-content .medium {
  width: 13%;
  /* width: 120px; */ }

.ahu-rate-content .meidum_plus {
  width: 27%;
  min-width: 130px; }

.ahu-rate-content .long {
  width: 27%; }

.ahu-rate-content .xlong {
  width: 35%; }

.ahu-rate-content .xxlong {
  width: 100%; }

.ahu-rate-content .width-80 {
  width: 80px;
  min-width: 80px; }

.hide_text {
  color: transparent; }

#new_mfg {
  position: absolute;
  margin-top: 15px;
  padding-left: 5px;
  /* margin-left: 45px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
  padding-bottom: 3px;
  color: #212121;
  font-weight: normal; }

.control-buttons {
  padding-right: 29px; }

.certification-group {
  list-style: none !important; }
  .certification-group > li > div > * {
    display: inline-block; }
  .certification-group .label {
    /*width: calc(226% / 4.7);*/
    width: calc(184% / 4.3); }
  .certification-group #show_er_wheel_certifications {
    padding-top: 5px; }
  .certification-group button {
    color: #4285f4; }
  .certification-group #show_certifications {
    margin-top: 6px;
    vertical-align: middle; }
    .certification-group #show_certifications.ka-has-tooltip:after {
      position: fixed;
      margin-top: 27px;
      margin-left: -70px; }
  .certification-group .checked-certifications {
    vertical-align: top;
    display: inline-block;
    width: 185px; }
    .certification-group .checked-certifications span {
      font-size: 13px;
      color: #212121; }
      .certification-group .checked-certifications span:not(:empty) + span:not(:empty):before {
        content: ', ';
        margin-left: -0.25em; }
  .certification-group .label {
    color: #575757 !important; }
  .certification-group .certification-edit-list {
    max-height: 0;
    position: absolute !important;
    padding: 0 20px 0 24px;
    margin-left: 230px;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 0;
    transition: all 0.1s; }
    .certification-group .certification-edit-list li {
      font-size: 13px;
      color: #212121 !important; }
      .certification-group .certification-edit-list li span.label {
        color: #575757 !important; }
    .certification-group .certification-edit-list .ctrl-buttons {
      font-size: 13px;
      color: #212121;
      margin-top: 20px;
      text-align: right; }
      .certification-group .certification-edit-list .ctrl-buttons button {
        font-family: Roboto Medium;
        text-transform: uppercase;
        text-align: right; }
    .certification-group .certification-edit-list.active {
      max-height: 500px;
      padding: 12px 24px 19px 24px;
      border-width: 1px;
      -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24); }

#rating_mode_plate_heat_exchanger_content {
  height: 100%;
  padding: 16px 9px 38px 9px !important; }
  #rating_mode_plate_heat_exchanger_content > .col-xs-12 {
    height: 100%; }
    #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger {
      height: calc(100% - 260px) !important; }
      #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border {
        height: calc(100% - 10px) !important;
        padding-top: 2px !important;
        overflow: auto; }
        #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border .tab-content-row {
          min-height: calc(100% - 27px); }
          #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border .tab-content-row .phx-counts-disable {
            padding-top: 25px; }
          #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border .tab-content-row .coil-counts {
            position: absolute;
            z-index: 1; }
          #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border .tab-content-row .sub-tab-menu {
            /*padding-top: 17px;*/ }
            #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border .tab-content-row .sub-tab-menu ul li a {
              font-size: 14px; }
          #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border .tab-content-row span.not-empty + .not-empty:before {
            content: " / "; }
          #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border .tab-content-row span.right-span {
            padding-left: 45px; }
          #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border .tab-content-row span.not-empty + .right-span {
            padding-left: unset; }
        #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border .output-bottom {
          min-height: 27px;
          text-align: right;
          position: relative;
          width: calc(100% - 15px); }
          #rating_mode_plate_heat_exchanger_content > .col-xs-12 .plate_heat_exchanger .with-border .output-bottom span[data-name="airway_width_id"] {
            color: #757575; }
  #rating_mode_plate_heat_exchanger_content .rating-time {
    display: block;
    position: fixed;
    float: left;
    text-align: left;
    padding-top: 15px !important;
    font-size: 10px !important; }
  #rating_mode_plate_heat_exchanger_content input[data-type="number"] {
    width: 100% !important;
    padding: 4px 1px 4px 10px !important; }
  #rating_mode_plate_heat_exchanger_content #plate_heat_exchanger {
    height: 260px; }
    #rating_mode_plate_heat_exchanger_content #plate_heat_exchanger .content-data {
      margin-bottom: 10px;
      border: 1px solid #F5F5F5; }
      #rating_mode_plate_heat_exchanger_content #plate_heat_exchanger .content-data .hide_text {
        color: transparent; }
      #rating_mode_plate_heat_exchanger_content #plate_heat_exchanger .content-data #new_mfg {
        position: absolute;
        margin-top: 15px;
        padding-left: 5px;
        /* margin-left: 45px; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 240px;
        padding-bottom: 3px;
        color: #212121;
        font-weight: normal; }
  #rating_mode_plate_heat_exchanger_content select {
    line-height: initial; }
  #rating_mode_plate_heat_exchanger_content .nav-tabs {
    border: none !important; }
    #rating_mode_plate_heat_exchanger_content .nav-tabs ul .winter-tab a, #rating_mode_plate_heat_exchanger_content .nav-tabs ul .summer-tab a {
      padding-bottom: 10px;
      padding-top: 10px; }
    #rating_mode_plate_heat_exchanger_content .nav-tabs ul li.selected a {
      color: #757575 !important; }
    #rating_mode_plate_heat_exchanger_content .nav-tabs ul li.active a {
      color: #4285f4 !important; }
  #rating_mode_plate_heat_exchanger_content #winter > div:first-child, #rating_mode_plate_heat_exchanger_content #summer > div:first-child {
    padding-bottom: 7px;
    padding-top: 4px; }
  #rating_mode_plate_heat_exchanger_content .empty {
    min-height: 29.5px; }
  #rating_mode_plate_heat_exchanger_content .required:after {
    margin-left: -3px !important; }
  #rating_mode_plate_heat_exchanger_content .temp:before {
    content: 'o';
    display: inline-block;
    vertical-align: text-top;
    width: 4px;
    font-size: 10px;
    margin-right: 2px; }
  #rating_mode_plate_heat_exchanger_content .uom {
    font-size: 11px;
    color: #a5a5a5 !important; }
  #rating_mode_plate_heat_exchanger_content .percent {
    padding-right: 13px;
    width: 25%;
    text-align: right;
    float: left;
    margin-top: 9px !important;
    display: inline-block;
    font-size: 11px;
    color: #a5a5a5; }
  #rating_mode_plate_heat_exchanger_content .sub-titles__text {
    color: #757575;
    font-size: 13px; }
  #rating_mode_plate_heat_exchanger_content .no-right-padding {
    padding-right: 0px !important; }
  #rating_mode_plate_heat_exchanger_content .left-padding-5 {
    padding-left: 5px !important; }
  #rating_mode_plate_heat_exchanger_content .no-left-padding {
    padding-left: 0px !important; }
  #rating_mode_plate_heat_exchanger_content .padding-top-7 {
    padding-top: 7px; }
  #rating_mode_plate_heat_exchanger_content .padding-top-4 {
    padding-top: 4px; }

.component-rating-mode .first_column_input .input-part {
  padding-left: 22px !important; }

.component-rating-mode .first_column_input .label-part {
  padding-right: 7px; }

.component-rating-mode select {
  width: calc(100% - 5px) !important;
  padding-left: 5px !important;
  padding-right: 0 !important;
  font-size: 13px; }

.component-rating-mode input {
  width: 100%; }
  .component-rating-mode input.padding-left-5px {
    padding-left: 5px; }

.component-rating-mode .text-uppercase {
  text-transform: uppercase; }

.component-rating-mode .output-without-unit {
  font-size: 13px;
  margin-left: unset !important;
  color: #757575; }

.component-rating-mode .not-uom {
  vertical-align: bottom;
  font-size: 10px;
  color: #a5a5a5;
  white-space: nowrap; }

.component-rating-mode .padding-top-9 {
  padding-top: 9px; }

.component-rating-mode .nav li:first-child {
  font-size: 13px;
  width: 100% !important;
  padding: 0 !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important; }

.component-rating-mode .nav .input_label {
  font-size: 13px;
  width: 100% !important;
  padding: 0 !important; }
  .component-rating-mode .nav .input_label a {
    color: rgba(0, 0, 0, 0.54);
    padding-top: 7px;
    padding-bottom: 7px;
    display: inherit;
    font-weight: 100;
    text-decoration: none !important; }
  .component-rating-mode .nav .input_label.active a {
    color: #4285F4 !important; }

.component-rating-mode .tab-content {
  background: #F5F5F5;
  padding-top: 18px;
  min-height: 260px; }
  .component-rating-mode .tab-content .sub-tab-menu .more_tabing li, .component-rating-mode .tab-content .sub-tab-menu .performance_tabing li {
    display: inline-block !important;
    width: auto !important;
    padding-top: 0px !important;
    padding-bottom: 7px !important; }
    .component-rating-mode .tab-content .sub-tab-menu .more_tabing li a, .component-rating-mode .tab-content .sub-tab-menu .performance_tabing li a {
      color: #757575;
      font-weight: 100;
      font-size: 14px; }
    .component-rating-mode .tab-content .sub-tab-menu .more_tabing li.active a, .component-rating-mode .tab-content .sub-tab-menu .performance_tabing li.active a {
      color: #4285f4; }
  .component-rating-mode .tab-content .input-part-right {
    padding-left: 30px; }
  .component-rating-mode .tab-content .output-part-right {
    padding-left: 15px; }

.component-rating-mode .row {
  margin-right: -15px;
  margin-left: -15px; }

.component-rating-mode .input-part .col-xs-12 {
  padding-left: 0px !important; }

.output-content {
  /*height: calc(100% - 325px) !important;*/
  margin: 0; }
  .output-content .tab-content {
    /* min-height: 355px;*/
    padding-top: 0; }
  .output-content .nav .ouptut_tubs li:first-child {
    font-size: 13px;
    width: 100% !important;
    padding: 0 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important; }
  .output-content #ahu-Performance_output .output-part-left > .row:first-child, .output-content #ahu-Performance_output .output-part-right > .row:first-child {
    padding-top: 7px;
    padding-bottom: 10px; }
  .output-content #ahu-Notes-output {
    padding-top: 0; }
    .output-content #ahu-Notes-output .full-height {
      padding-top: 30px; }
  .output-content .output_performance_tabing.summer-winter-tabing {
    top: 4px; }
  .output-content .output_performance_tabing li {
    display: inline-block !important;
    width: auto !important;
    padding-top: 0px !important;
    padding-bottom: 7px !important;
    font-size: 13px; }
    .output-content .output_performance_tabing li.active a {
      color: #4285f4; }
  .output-content .row {
    margin-right: -15px;
    margin-left: -15px; }
  .output-content .output-part-right {
    padding-left: 30px; }
  .output-content .output-part {
    padding-top: 3px; }
  .output-content .output-part-left .first_column_input .label-part {
    padding-right: 7px !important; }
  .output-content .output-part span {
    font-size: 13px; }
  .output-content .output_label {
    font-size: 13px;
    width: 100% !important;
    padding: 0 !important; }
    .output-content .output_label a {
      padding-top: 7px;
      padding-bottom: 7px;
      display: inherit;
      font-weight: 100;
      text-decoration: none !important; }

.summer-winter-tabing {
  margin-top: -5px; }

.output-part .summer-winter-tabing {
  position: relative;
  top: 7px; }

.control-buttons {
  padding-right: 27px !important; }
  .control-buttons button.disable, .control-buttons button.non-clickable-disable {
    opacity: 0.6;
    pointer-events: none; }

.non-clickable-disable {
  opacity: 0.6;
  pointer-events: none; }

.padding-left-0 {
  padding-left: 0 !important; }

.padding-right-0 {
  padding-right: 0 !important; }

.input_gas_heater {
  width: 100% !important; }

.more-tab-content {
  margin-top: 38px; }
  .more-tab-content > div {
    margin-top: -27px; }
    .more-tab-content > div.tab-pane {
      display: none; }
      .more-tab-content > div.tab-pane.active {
        display: block; }

.more_tabing {
  position: absolute;
  top: -41px;
  right: 10px;
  padding-right: 0px !important;
  margin-bottom: 0; }
  .more_tabing li, .more_tabing a {
    outline: none !important; }

#capacity_required_total, input #output_rating_std {
  color: #757575;
  opacity: 1; }

.unit-line {
  margin-top: 10px !important;
  padding-left: 10px;
  text-align: center; }

#rating_mode_gas_heater_content {
  padding: 16px 24px 38px 24px;
  height: 100%; }
  #rating_mode_gas_heater_content .gas_heater-count {
    font-size: 13px;
    color: #757575;
    padding-left: 30px;
    margin-bottom: 14px;
    padding-top: 6px; }
  #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row {
    border: 1px solid #ddd;
    padding: 10px 15px 34px 15px;
    position: relative;
    display: flex; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row::after, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row::before {
      width: 260px;
      content: "";
      display: block;
      margin-top: 10px;
      height: 1px;
      background: #ddd;
      /* A line below the border-bottom */
      position: absolute;
      top: 214px;
      z-index: 1; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row::before {
      top: 28px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row #heat_exchanger_more_configuration {
      max-height: 185px;
      overflow-y: auto;
      min-width: fit-content; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.54);
      display: flex; }
      #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-row-wrap {
        position: relative;
        display: flex;
        cursor: pointer; }
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-row-wrap:hover {
          background: #e7e7e7; }
      #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row.header-row {
        pointer-events: none;
        position: sticky;
        top: 0; }
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row.header-row > div {
          padding-top: 5px;
          border-color: transparent;
          background: #f5f5f5; }
      #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item {
        border-left: 1px solid #ddd; }
      #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow {
        border-right: 1px solid #ddd; }
      #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item,
      #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow {
        width: 130px;
        padding: 10px;
        display: flex; }
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow .arrow-box {
          position: relative;
          background: #ff0000;
          color: white;
          display: inline-block;
          border-radius: 4px;
          width: 16px;
          height: 4px;
          position: relative;
          top: 6px;
          left: 4px; }
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow .arrow-box::before {
            content: "";
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
            border: 6px solid transparent;
            border-right-color: #ff0000; }
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow .arrow-box::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            border: 6px solid transparent;
            border-left-color: #ff0000; }
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item .l-arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow .l-arrow-box {
          padding-left: 10px;
          top: -2px;
          position: relative;
          left: 8px; }
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item .l-arrow-box .l-arrow-box-top,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item .l-arrow-box .l-arrow-box-right,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow .l-arrow-box .l-arrow-box-top,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow .l-arrow-box .l-arrow-box-right {
            position: relative;
            background: #ff0000;
            color: white;
            display: inline-block;
            border-radius: 4px;
            width: 16px;
            height: 4px; }
            #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item .l-arrow-box .l-arrow-box-top::after,
            #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item .l-arrow-box .l-arrow-box-right::after,
            #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow .l-arrow-box .l-arrow-box-top::after,
            #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow .l-arrow-box .l-arrow-box-right::after {
              content: "";
              position: absolute;
              right: -10px;
              top: 50%;
              transform: translateY(-50%);
              border: 6px solid transparent;
              border-left-color: #ff0000; }
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item .l-arrow-box .l-arrow-box-top,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow .l-arrow-box .l-arrow-box-top {
            transform: rotate(-90deg); }
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item .l-arrow-box .l-arrow-box-right,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow .l-arrow-box .l-arrow-box-right {
            position: relative;
            top: 6px;
            left: -13px; }
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-A .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-B .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-P .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-Q .l-arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-A .l-arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-B .l-arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-P .l-arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-Q .l-arrow-box {
          display: none; }
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-C .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-D .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-E .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-F .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-G .l-arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-C .l-arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-D .l-arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-E .l-arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-F .l-arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-G .l-arrow-box {
          display: none; }
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-C .arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-D .arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-E .arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-F .arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-G .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-C .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-D .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-E .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-F .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-G .arrow-box {
          transform: rotate(-90deg);
          left: -2px; }
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .l-arrow-box-right, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .l-arrow-box-right, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-R .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-R .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-R .l-arrow-box-right, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-S .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-S .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-S .l-arrow-box-right, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .l-arrow-box-right, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .l-arrow-box-right, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .l-arrow-box-right, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .l-arrow-box-right, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .l-arrow-box-right,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .l-arrow-box-right,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .l-arrow-box-right,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-R .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-R .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-R .l-arrow-box-right,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-S .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-S .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-S .l-arrow-box-right,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .l-arrow-box-right,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .l-arrow-box-right,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .l-arrow-box-right,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .l-arrow-box-right,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .arrow-box,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .l-arrow-box-top,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .l-arrow-box-right {
          background: #ff9900; }
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .l-arrow-box-right::before, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .l-arrow-box-right::before, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-R .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-R .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-R .l-arrow-box-right::before, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-S .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-S .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-S .l-arrow-box-right::before, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .l-arrow-box-right::before, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .l-arrow-box-right::before, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .l-arrow-box-right::before, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .l-arrow-box-right::before, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .l-arrow-box-right::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .l-arrow-box-right::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .l-arrow-box-right::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-R .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-R .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-R .l-arrow-box-right::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-S .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-S .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-S .l-arrow-box-right::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .l-arrow-box-right::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .l-arrow-box-right::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .l-arrow-box-right::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .l-arrow-box-right::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .arrow-box::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .l-arrow-box-top::before,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .l-arrow-box-right::before {
            border-right-color: #ff9900; }
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .l-arrow-box-right::after, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .l-arrow-box-right::after, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-R .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-R .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-R .l-arrow-box-right::after, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-S .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-S .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-S .l-arrow-box-right::after, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .l-arrow-box-right::after, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .l-arrow-box-right::after, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .l-arrow-box-right::after, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .l-arrow-box-right::after, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .l-arrow-box-right::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .l-arrow-box-right::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .l-arrow-box-right::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-R .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-R .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-R .l-arrow-box-right::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-S .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-S .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-S .l-arrow-box-right::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .l-arrow-box-right::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .l-arrow-box-right::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .l-arrow-box-right::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .l-arrow-box-right::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .arrow-box::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .l-arrow-box-top::after,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .l-arrow-box-right::after {
            border-left-color: #ff9900; }
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M,
        #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N {
          left: 5px; }
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .l-arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .l-arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .l-arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .l-arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .l-arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .l-arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .l-arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .l-arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .l-arrow-box {
            position: relative;
            left: -10px;
            padding-left: 0;
            order: 1;
            transform: rotate(180deg);
            top: 4px; }
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-H .arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-I .arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-J .arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-K .arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-L .arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-M .arrow-box, #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-item.airflow-N .arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-H .arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-I .arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-J .arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-K .arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-L .arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-M .arrow-box,
          #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row .configuration-airflow.airflow-N .arrow-box {
            padding-left: 10px;
            order: 2; }
      #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row.selected .configuration-item,
      #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-row.selected .configuration-airflow {
        background-color: #ccc; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img {
      display: none;
      position: absolute;
      background-color: #ccc;
      right: 15px;
      width: calc(100% - 315px);
      height: 185px;
      top: 39px;
      pointer-events: none;
      margin-left: 15px;
      z-index: 10; }
      #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img span.config-letter {
        display: block;
        padding: 10px;
        font-size: 18px; }
      #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.selected {
        display: block; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-A {
      background-image: url("/static/css/common/images/gas_heater_configuration/A_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 150px 125px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-B {
      background-image: url("/static/css/common/images/gas_heater_configuration/B_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 150px 125px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-H {
      background-image: url("/static/css/common/images/gas_heater_configuration/H_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 150px 125px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-I {
      background-image: url("/static/css/common/images/gas_heater_configuration/I_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 150px 125px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-P {
      background-image: url("/static/css/common/images/gas_heater_configuration/P_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 150px 125px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-Q {
      background-image: url("/static/css/common/images/gas_heater_configuration/Q_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 150px 125px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-R {
      background-image: url("/static/css/common/images/gas_heater_configuration/R_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 150px 125px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-S {
      background-image: url("/static/css/common/images/gas_heater_configuration/S_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 150px 125px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-C {
      background-image: url("/static/css/common/images/gas_heater_configuration/C_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 125px 150px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-D {
      background-image: url("/static/css/common/images/gas_heater_configuration/D_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 125px 150px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-E {
      background-image: url("/static/css/common/images/gas_heater_configuration/E_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 125px 150px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-F {
      background-image: url("/static/css/common/images/gas_heater_configuration/F_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 125px 150px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-G {
      background-image: url("/static/css/common/images/gas_heater_configuration/G_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 125px 150px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-J {
      background-image: url("/static/css/common/images/gas_heater_configuration/J_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 125px 150px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-K {
      background-image: url("/static/css/common/images/gas_heater_configuration/K_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 125px 150px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-L {
      background-image: url("/static/css/common/images/gas_heater_configuration/L_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 125px 150px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-M {
      background-image: url("/static/css/common/images/gas_heater_configuration/M_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 125px 150px; }
    #rating_mode_gas_heater_content .heat_exchanger_more_configuration_row .configuration-img.configuration-N {
      background-image: url("/static/css/common/images/gas_heater_configuration/N_Configuration.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 125px 150px; }

.sub-titles-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  margin-top: 14px; }

.gas_heater-counts {
  margin-top: 15px; }

.gas_heater_counts_numbers {
  height: 22px;
  display: inline-block;
  margin-right: 1px;
  padding-top: 4px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  padding: 2px 4px; }
  .gas_heater_counts_numbers:hover {
    cursor: pointer; }
  .gas_heater_counts_numbers.active {
    border-bottom: 3px solid #f28374;
    font-weight: normal; }

.fan-rating-mode > div.dotted-preloader.preloader {
  height: 100%;
  max-height: 100%;
  padding-top: 0 !important; }

#for-output-rendering {
  padding: 0;
  height: calc(100% - 295px) !important; }
  #for-output-rendering.gas_heater {
    height: calc(100% - 345px) !important; }
  #for-output-rendering.fan-rating-output {
    height: calc(100% - 281px) !important;
    max-height: 49%; }
  #for-output-rendering .nav-tabs {
    padding-right: 0;
    border: none; }
    #for-output-rendering .nav-tabs ul {
      padding-left: 15px; }
      #for-output-rendering .nav-tabs ul > li:first-child {
        padding-top: 7px !important;
        padding-bottom: 7px !important; }
    #for-output-rendering .nav-tabs li {
      font-size: 13px;
      width: 100% !important;
      padding: 0 !important;
      border-bottom: none !important; }
      #for-output-rendering .nav-tabs li a:not(.selected) {
        color: rgba(0, 0, 0, 0.54);
        padding-top: 7px;
        padding-bottom: 7px;
        display: inherit;
        font-weight: 100;
        text-decoration: none !important; }
        #for-output-rendering .nav-tabs li a:not(.selected).selected {
          color: #4285F4 !important; }
  #for-output-rendering .output-with-border {
    height: 100%;
    border: 1px solid #ccc;
    overflow: auto; }
  #for-output-rendering .outlet-pb-5 {
    padding-bottom: 5px; }

.output-label {
  font-size: 13px;
  padding-top: 7px;
  position: absolute; }

.select_gas_heater {
  width: calc(100% - 25px) !important;
  line-height: 27px; }

/*select{
	width: calc(100% - 44px);
	&:before {
		background-color:transparent!important;
	}
}*/
.oum {
  font-size: 11px;
  color: #a5a5a5 !important; }

.add_burner {
  bottom: 2px;
  position: absolute;
  right: 0px; }

.temp:before {
  content: 'o';
  display: inline-block;
  vertical-align: text-top;
  width: 4px;
  font-size: 10px;
  margin-right: 2px; }

#rating_mode_gas_heater_content > div {
  height: 100%; }

#rating_mode_gas_heater_content #for-output-rendering .nav-tabs {
  border: none; }
  #rating_mode_gas_heater_content #for-output-rendering .nav-tabs li:first-child {
    font-size: 13px;
    padding-top: 7px !important;
    padding-bottom: 7px !important; }
  #rating_mode_gas_heater_content #for-output-rendering .nav-tabs.active a {
    color: #4285f4 !important; }
  #rating_mode_gas_heater_content #for-output-rendering .nav-tabs a {
    color: rgba(0, 0, 0, 0.54);
    padding-top: 7px;
    padding-bottom: 7px;
    display: inherit;
    font-weight: 100;
    text-decoration: none !important; }
  #rating_mode_gas_heater_content #for-output-rendering .nav-tabs a.selected {
    color: #4285f4 !important; }

#image_box {
  height: 100px; }

#select_assy {
  min-height: 100px; }

.description-assy {
  font-size: 11px;
  color: #757575;
  text-align: left;
  margin-top: 30px; }

.unit {
  color: #757575;
  font-size: 14px; }

#gas_heater_new {
  height: 331px; }
  #gas_heater_new .input-part {
    padding-left: 0px !important; }
  #gas_heater_new select {
    font-size: 13px !important; }
  #gas_heater_new .nav-tabs {
    border: none; }
    #gas_heater_new .nav-tabs li:first-child {
      font-size: 13px;
      padding-top: 7px !important;
      padding-bottom: 7px !important; }
    #gas_heater_new .nav-tabs .input_label {
      font-size: 13px;
      width: 100% !important;
      padding: 0 !important; }
      #gas_heater_new .nav-tabs .input_label.active a {
        color: #4285f4 !important; }
      #gas_heater_new .nav-tabs .input_label a {
        color: rgba(0, 0, 0, 0.54);
        padding-top: 7px;
        padding-bottom: 7px;
        display: inherit;
        font-weight: 100;
        text-decoration: none !important; }
  #gas_heater_new .content-data {
    margin-bottom: 10px;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    padding-top: 18px;
    min-height: 331px; }
    #gas_heater_new .content-data .no-avaible-data {
      color: #dc362e; }
  #gas_heater_new .burner_box_right {
    border: 1px solid #cdcdcd;
    min-height: 150px;
    margin-top: 69px; }
  #gas_heater_new .border-box {
    border: 1px solid #cdcdcd;
    min-height: 245px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden; }
    #gas_heater_new .border-box + .border-box {
      height: 212px; }
  #gas_heater_new .description-assy {
    margin-top: 30px;
    text-align: left;
    padding-left: 30px; }
    #gas_heater_new .description-assy .lh + span {
      padding-left: 28px; }
    #gas_heater_new .description-assy .rh {
      padding-left: 26px; }
  #gas_heater_new .list-title {
    font-size: 13px;
    color: #212121;
    font-weight: 600;
    padding-top: 15px;
    position: absolute;
    padding-left: 15px;
    background-color: #f5f5f5;
    width: 100%;
    height: 35px; }
  #gas_heater_new .manifold_pressure_id {
    width: calc(100% - 20px); }
  #gas_heater_new .burner_box_left {
    border: 1px solid #cdcdcd;
    min-height: 150px;
    margin-top: 15px;
    width: calc(100% - 15px);
    margin-left: 0px !important; }
  #gas_heater_new #assy_config.hide + #burner_config {
    display: none; }
  #gas_heater_new #burner_assy_config {
    padding-top: 19px;
    width: 100%;
    border: none;
    padding-right: 0;
    height: 215px;
    padding-left: 0; }
    #gas_heater_new #burner_assy_config option {
      padding: 0;
      padding-top: 4px;
      padding-bottom: 4px;
      text-indent: 15px !important; }
    #gas_heater_new #burner_assy_config:before {
      width: 0px;
      height: 0px; }
  #gas_heater_new #test_burner {
    padding-top: 30px;
    width: calc(100% - 10px);
    border: none;
    padding-right: 0;
    min-height: 128px; }
    #gas_heater_new #test_burner option {
      padding: 0;
      padding-top: 4px;
      padding-bottom: 4px; }
    #gas_heater_new #test_burner:before {
      width: 0px;
      height: 0px; }
  #gas_heater_new .burner-content > div {
    width: calc(50% - 7.5px); }
  #gas_heater_new #burner_config {
    margin-left: 15px; }
    #gas_heater_new #burner_config .row:nth-child(2) {
      margin-top: 40px;
      margin-left: 15px !important; }
    #gas_heater_new #burner_config #burner_config_content_static {
      display: none; }
    #gas_heater_new #burner_config #burner_config_content {
      display: block; }
    #gas_heater_new #burner_config.static {
      pointer-events: none; }
      #gas_heater_new #burner_config.static #add_burner {
        opacity: 0; }
      #gas_heater_new #burner_config.static select {
        background-image: none; }
      #gas_heater_new #burner_config.static #burner_config_content_static {
        display: block; }
      #gas_heater_new #burner_config.static #burner_config_content {
        display: none; }
  #gas_heater_new #burner_config_content, #gas_heater_new #burner_config_content_static {
    width: 100%;
    overflow: auto;
    height: 200px; }
    #gas_heater_new #burner_config_content > div, #gas_heater_new #burner_config_content_static > div {
      padding-left: 15px; }
      #gas_heater_new #burner_config_content > div select, #gas_heater_new #burner_config_content_static > div select {
        width: calc(100% - 55px); }
    #gas_heater_new #burner_config_content .dropdown, #gas_heater_new #burner_config_content_static .dropdown {
      display: none; }
  #gas_heater_new .add_burner {
    font-size: 14px;
    color: #2196f3;
    border-radius: 0;
    border-color: #eee #eee transparent;
    position: unset !important;
    /* margin-left: 191px;*/
    margin-top: 13px;
    bottom: unset;
    right: unset;
    font-weight: bold;
    display: inline-block;
    float: right;
    padding-right: 15px; }
  #gas_heater_new .dropdown_burner {
    display: inline-block;
    width: 25px;
    height: 25px; }
  #gas_heater_new .btn-burner-delete {
    border: 1px solid #ccc;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    color: #212121;
    padding: 4px;
    color: #757575;
    vertical-align: middle;
    line-height: 0.7;
    font-size: 16px;
    width: 25px;
    height: 25px; }
  #gas_heater_new #burner_config_content {
    margin-top: 2px; }
    #gas_heater_new #burner_config_content .icon-trash {
      color: #9e9e9e;
      vertical-align: middle;
      top: -1px;
      position: relative;
      padding-left: 0px; }
    #gas_heater_new #burner_config_content > div:hover > .dropdown {
      display: inline-block !important; }
      #gas_heater_new #burner_config_content > div:hover > .dropdown.dropdown_burner {
        display: inline-block !important; }
        #gas_heater_new #burner_config_content > div:hover > .dropdown.dropdown_burner .ka-has-tooltip:hover:after {
          top: 0px;
          left: -50px; }
        #gas_heater_new #burner_config_content > div:hover > .dropdown.dropdown_burner .dropdown-menu {
          min-width: 100px; }

.print-content {
  display: none; }

@media print {
  @page {
    size: letter portrait;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    background-color: #fff !important; }
  .label {
    font-size: 9pt !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    background-color: #fff !important; }
    body > *:not([class*="print"]) {
      display: none !important; }
    body .popup-wrapper.active {
      display: none !important; }
  .print-content {
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    display: table;
    width: 100%;
    background-color: #fff !important;
    font-size: 9pt; }
  .label,
  .unit {
    color: #757575;
    font-size: 9pt;
    border: none !important; }
    .label.temp:before,
    .unit.temp:before {
      content: "o";
      display: inline-block;
      vertical-align: text-top;
      width: 4px;
      font-size: 10px;
      /*margin-right: 3px;*/ }
    .label .temp:before,
    .unit .temp:before {
      content: "o";
      display: inline-block;
      vertical-align: text-top;
      width: 4px;
      font-size: 10px;
      /*margin-right: 3px;*/ }
    .label sup,
    .unit sup {
      font-size: 6pt;
      vertical-align: super; }
  .print-selection {
    font-size: 9pt;
    color: #212121; }
    .print-selection.no-wrap {
      white-space: nowrap; }
  table:nth-of-type(1) {
    display: table;
    width: 100%; }
    table:nth-of-type(1) div.container-header {
      width: 100%;
      /*font-size: 12pt;*/
      padding: 0;
      margin: 0;
      width: 100%;
      /*text-align: right;*/
      box-sizing: border-box;
      padding: 2mm 0 1mm;
      margin: 6mm 0 0 0;
      border-top: 4px solid #673ab7;
      border-bottom: 3mm solid transparent;
      color: #212121; }
      table:nth-of-type(1) div.container-header h3 span.report-name {
        /*display: inline-block;
								    text-align: left;	
								    margin-top: -0.8cm;
								    position: absolute;*/ }
      table:nth-of-type(1) div.container-header h3 span.time-stamp {
        display: inline-block;
        float: right;
        box-sizing: border-box;
        font-size: 7pt;
        color: #212121; }
  table.table-mfg-info td {
    vertical-align: top; }
  table.table-mfg-info div.mfg-img {
    width: 3.3cm;
    height: 2cm;
    padding: 0 5pt 5pt 0pt; }
    table.table-mfg-info div.mfg-img > img {
      display: inline-block !important;
      width: 33m;
      margin: 0cm 10mm 6mm 0; }
  table.table-mfg-info div.project-info {
    width: 12cm;
    margin-left: -1cm; }
    table.table-mfg-info div.project-info span {
      font-size: 9pt; }
      table.table-mfg-info div.project-info span.label {
        width: 3cm;
        display: inline-block;
        font-size: 9pt;
        color: #757575; }
    table.table-mfg-info div.project-info ul {
      padding-top: 2pt; }
      table.table-mfg-info div.project-info ul > li {
        padding-bottom: 2pt; }
    table.table-mfg-info div.project-info > span:nth-of-type(1) {
      width: 100%;
      display: block;
      border-bottom: 1px solid #dedede;
      padding-bottom: 6pt; }
  table.table-footer {
    display: table;
    width: 100%;
    position: fixed;
    bottom: 1pt; }
    table.table-footer .print-footer h5 {
      width: calc(100% - 20mm) !important;
      border-top: 4px solid #673ab7;
      margin-top: -15mm;
      padding-top: 1.2mm;
      padding-bottom: 1.2mm;
      font-size: 7pt;
      text-align: right;
      /*padding-right: 18pt;*/ }
  .fan-rating-mode {
    background-color: #fff; }
    .fan-rating-mode table {
      width: 100%; }
      .fan-rating-mode table.table-mfg-info {
        margin-bottom: 0; }
      .fan-rating-mode table.tabel {
        margin-top: 2cm;
        margin-bottom: 0.2cm; }
        .fan-rating-mode table.tabel tr {
          line-height: 1.7; }
          .fan-rating-mode table.tabel tr.empty {
            height: 25px !important; }
          .fan-rating-mode table.tabel tr.hide {
            display: none; }
          .fan-rating-mode table.tabel tr td {
            line-height: 15pt; }
            .fan-rating-mode table.tabel tr td:nth-of-type(1), .fan-rating-mode table.tabel tr td:nth-of-type(4) {
              width: 6cm;
              font-size: 9pt;
              color: #757575; }
            .fan-rating-mode table.tabel tr td:nth-of-type(1) {
              width: 5cm; }
            .fan-rating-mode table.tabel tr td:nth-of-type(4) {
              padding-left: 0.2cm;
              width: 4.3cm; }
            .fan-rating-mode table.tabel tr td:nth-of-type(2), .fan-rating-mode table.tabel tr td:nth-of-type(5) {
              width: 1.5cm;
              padding-top: 2pt;
              font-size: 9pt;
              padding-right: 0.1cm; }
              .fan-rating-mode table.tabel tr td:nth-of-type(2) .unit, .fan-rating-mode table.tabel tr td:nth-of-type(5) .unit {
                float: right;
                padding: 0;
                margin: 0;
                color: #757575;
                line-height: 1; }
            .fan-rating-mode table.tabel tr td:nth-of-type(2) {
              width: 0cm !important; }
            .fan-rating-mode table.tabel tr td:nth-of-type(3), .fan-rating-mode table.tabel tr td:nth-of-type(7) {
              width: 3.3cm;
              font-size: 9pt; }
            .fan-rating-mode table.tabel tr td:nth-of-type(3) {
              width: 10cm; }
            .fan-rating-mode table.tabel tr td:nth-of-type(6) {
              width: 3.3cm;
              font-size: 9pt;
              padding-left: 6pt;
              padding-right: 10pt;
              text-align: right; }
            .fan-rating-mode table.tabel tr td:nth-of-type(7) {
              width: 2.2cm;
              left: 4cm;
              text-align: right; }
            .fan-rating-mode table.tabel tr td span {
              font-size: 9pt; }
              .fan-rating-mode table.tabel tr td span.label {
                color: #757575; }
              .fan-rating-mode table.tabel tr td span.unit {
                color: #757575; }
                .fan-rating-mode table.tabel tr td span.unit.temp:before {
                  content: "o";
                  display: inline-block;
                  vertical-align: text-top;
                  width: 4px;
                  font-size: 10px; }
              .fan-rating-mode table.tabel tr td span.sup {
                font-size: 6pt;
                vertical-align: super; }
      .fan-rating-mode table.note {
        padding: 1cm 10px;
        box-sizing: border-box;
        font-size: 9pt;
        color: #a1a1a1;
        position: absolute;
        bottom: auto;
        left: 0px;
        width: 100%;
        margin: 2em; }
      .fan-rating-mode table.curve {
        display: table;
        margin-top: 1.5cm; }
        .fan-rating-mode table.curve tr:nth-of-type(2) td > span {
          display: inline-block;
          font-size: 9pt;
          color: #757575;
          position: absolute; }
          .fan-rating-mode table.curve tr:nth-of-type(2) td > span:nth-of-type(1) {
            margin-top: 15pt;
            color: #a1a1a1; }
          .fan-rating-mode table.curve tr:nth-of-type(2) td > span:nth-of-type(2) {
            margin-top: 38pt;
            color: #a1a1a1; }
          .fan-rating-mode table.curve tr:nth-of-type(2) td > span:nth-of-type(3) {
            margin-top: 61pt;
            color: #a1a1a1; }
          .fan-rating-mode table.curve tr:nth-of-type(2) td > span:nth-of-type(4) {
            margin-top: 84pt;
            color: #a1a1a1; }
        .fan-rating-mode table.curve #curves {
          width: 12cm;
          height: 6.5cm;
          margin-left: 1.2cm; }
        .fan-rating-mode table.curve td .fan-curve {
          margin-left: 5.3cm;
          margin-top: -0.55cm; }
          .fan-rating-mode table.curve td .fan-curve span {
            color: #757575;
            font-size: 9pt; }
            .fan-rating-mode table.curve td .fan-curve span.fan-curve-top {
              margin-left: 2.4cm;
              position: relative;
              top: -205px;
              display: none !important; }
            .fan-rating-mode table.curve td .fan-curve span.fan-curve-top-wrapper {
              position: relative; }
              .fan-rating-mode table.curve td .fan-curve span.fan-curve-top-wrapper span {
                position: absolute;
                white-space: nowrap;
                top: -6.8cm;
                right: -220px; }
            .fan-rating-mode table.curve td .fan-curve span.fan-curve-bottom {
              margin-left: 5.8cm; }
            .fan-rating-mode table.curve td .fan-curve span.fan-curve-right, .fan-rating-mode table.curve td .fan-curve span.fan-curve-left {
              position: absolute;
              display: inline-block;
              white-space: nowrap;
              transform: translate(0, 100%) rotate(-90deg);
              transform-origin: 0 0; }
            .fan-rating-mode table.curve td .fan-curve span.fan-curve-right {
              margin-top: -3.6cm;
              left: 19.5cm; }
            .fan-rating-mode table.curve td .fan-curve span.fan-curve-left {
              margin-top: -3cm;
              left: 5.5cm; }
        .fan-rating-mode table.curve td .fan-list {
          width: 3.1cm;
          position: absolute; }
          .fan-rating-mode table.curve td .fan-list span {
            color: #a1a1a1;
            font-size: 8pt;
            display: block;
            margin-top: 6pt; }
            .fan-rating-mode table.curve td .fan-list span:nth-of-type(1) {
              position: absolute;
              color: #212121;
              font-size: 9pt;
              margin: 0; }
          .fan-rating-mode table.curve td .fan-list > span:nth-of-type(1) {
            margin-top: -0.5cm; }
          .fan-rating-mode table.curve td .fan-list ul {
            display: inline-block;
            color: #757575;
            font-size: 9pt;
            margin-right: 6pt;
            margin-top: 0.55cm; }
            .fan-rating-mode table.curve td .fan-list ul li {
              padding-top: 8pt; }
              .fan-rating-mode table.curve td .fan-list ul li.number-col {
                color: #212121; }
      .fan-rating-mode table:nth-of-type(6) {
        display: table;
        width: 100%;
        position: fixed;
        bottom: 1pt; }
        .fan-rating-mode table:nth-of-type(6) .print-footer h5 {
          width: 100%;
          border-top: 1mm solid #673ab7;
          margin-top: 2mm;
          padding-top: 1.3mm;
          padding-bottom: 1.2mm;
          font-size: 7pt;
          text-align: right;
          padding-right: 18pt; }
    .fan-rating-mode hr {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #ccc;
      margin: 1em 0;
      padding: 0; }
  .coil-rating-mode {
    padding: 16px 0px;
    display: table;
    width: 100% !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
    .coil-rating-mode table {
      display: table;
      /*&:not(.warning-msg){
            bottom: 22pt !important;
            padding-top: 1pt !important;
            position: absolute;
          }
					p{
						font-size: 9pt;
						color: #a1a1a1;
						line-height: 1.4;
					}*/ }
      .coil-rating-mode table .project-ahu-names {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: -0.8cm;
        position: absolute; }
        .coil-rating-mode table .project-ahu-names .report-name {
          text-align: left;
          display: inline-block; }
        .coil-rating-mode table .project-ahu-names .project-name {
          display: inline-block;
          float: right; }
      .coil-rating-mode table.header-info {
        width: 100%; }
        .coil-rating-mode table.header-info tr:nth-of-type(1) td {
          /*width: 200px;*/ }
          .coil-rating-mode table.header-info tr:nth-of-type(1) td:nth-of-type(1) {
            vertical-align: top; }
        .coil-rating-mode table.header-info .mfg-img {
          display: inline-block; }
          .coil-rating-mode table.header-info .mfg-img .print-logo {
            width: 3.3cm !important; }
        .coil-rating-mode table.header-info .project-info {
          display: inline-block !important;
          width: 100%;
          margin-left: -1cm; }
          .coil-rating-mode table.header-info .project-info > span {
            width: 50%;
            display: inline-block;
            border-bottom: 1px solid #ccc;
            padding-bottom: 5px; }
            .coil-rating-mode table.header-info .project-info > span.right {
              text-align: right; }
          .coil-rating-mode table.header-info .project-info ul li {
            width: 70% !important;
            display: block !important;
            float: left !important;
            padding-bottom: 7px !important; }
            .coil-rating-mode table.header-info .project-info ul li:nth-of-type(1) {
              padding-top: 5px; }
            .coil-rating-mode table.header-info .project-info ul li span {
              width: 50% !important;
              display: block !important;
              float: left !important; }
              .coil-rating-mode table.header-info .project-info ul li span:nth-of-type(2) {
                font-size: 9pt;
                padding-left: 5mm; }
      .coil-rating-mode table.coil-table {
        display: table;
        margin-top: 5pt;
        /*				&.evaporator{
					border:1px solid green;
					display: table;
					width: 100%;
					margin-top: 10pt;
					tr{
						td{
							&:nth-of-type(4){
								width: 3.9cm;
							}
							&:nth-of-type(5){
								width: 1cm;
							}
						}
					}
				}*/ }
        .coil-rating-mode table.coil-table tr td {
          display: inline-block;
          line-height: 15pt; }
          .coil-rating-mode table.coil-table tr td:nth-of-type(1), .coil-rating-mode table.coil-table tr td:nth-of-type(4) {
            width: 4cm; }
          .coil-rating-mode table.coil-table tr td:nth-of-type(2) {
            width: 0.6cm; }
          .coil-rating-mode table.coil-table tr td:nth-of-type(3) {
            width: 5cm; }
          .coil-rating-mode table.coil-table tr td:nth-of-type(4) {
            width: 3.1cm; }
          .coil-rating-mode table.coil-table tr td:nth-of-type(5) {
            width: 1.8cm;
            padding-right: 0.1cm; }
            .coil-rating-mode table.coil-table tr td:nth-of-type(5) .unit {
              float: right;
              padding: 0;
              margin: 0;
              color: #757575;
              line-height: 1; }
          .coil-rating-mode table.coil-table tr td:nth-of-type(6) {
            width: 2.6cm;
            text-align: right; }
            .coil-rating-mode table.coil-table tr td:nth-of-type(6) span.print-head {
              font-size: 9pt;
              color: #212121; }
          .coil-rating-mode table.coil-table tr td:nth-of-type(7) {
            width: 2.3cm;
            text-align: right;
            float: right; }
            .coil-rating-mode table.coil-table tr td:nth-of-type(7) span.print-head {
              font-size: 9pt;
              color: #212121; }
      .coil-rating-mode table.connection {
        display: inline-block;
        width: 9.2cm;
        float: left; }
        .coil-rating-mode table.connection tr td {
          display: inline-block;
          line-height: 18pt; }
          .coil-rating-mode table.connection tr td span.print-selection:empty:before {
            content: "- -"; }
          .coil-rating-mode table.connection tr td:nth-of-type(1) {
            width: 3.9cm; }
          .coil-rating-mode table.connection tr td:nth-of-type(2) {
            width: 0.6cm; }
          .coil-rating-mode table.connection tr td:nth-of-type(3) {
            width: 4.6cm; }
      .coil-rating-mode table.notes {
        display: inline-block;
        width: 47%;
        float: left;
        position: relative;
        padding-bottom: 0.7cm; }
        .coil-rating-mode table.notes.notes_steam {
          margin-top: 10px; }
        .coil-rating-mode table.notes tr td div {
          margin-left: -28px; }
          .coil-rating-mode table.notes tr td div.note {
            margin-bottom: 22px;
            top: 45px;
            left: 45px;
            width: 382px;
            height: 255px;
            border: 1px solid #212121;
            position: relative;
            padding: 20px 20px;
            margin-top: -60px; }
            .coil-rating-mode table.notes tr td div.note svg {
              position: absolute;
              top: -50px;
              left: 4px;
              display: block; }
              .coil-rating-mode table.notes tr td div.note svg:not(.dimension-ol) path {
                fill: none;
                stroke: #111;
                stroke-width: 0.8; }
              .coil-rating-mode table.notes tr td div.note svg.dimension-ol {
                top: 126px !important;
                height: 90px;
                left: 0px !important; }
            .coil-rating-mode table.notes tr td div.note .note-top {
              width: 380px;
              height: 50px;
              margin-left: 10px; }
              .coil-rating-mode table.notes tr td div.note .note-top .center {
                width: 222px;
                height: 40px;
                border: 1px solid #757575;
                margin-left: 10px;
                position: absolute; }
                .coil-rating-mode table.notes tr td div.note .note-top .center span span {
                  left: 98px;
                  margin-top: 14px;
                  position: absolute; }
                .coil-rating-mode table.notes tr td div.note .note-top .center span.size {
                  box-sizing: border-box;
                  height: 0;
                  top: 5px; }
                  .coil-rating-mode table.notes tr td div.note .note-top .center span.size:before, .coil-rating-mode table.notes tr td div.note .note-top .center span.size:after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: 105px;
                    width: 13px;
                    height: 0px;
                    top: 5px;
                    transition: all 0.3s;
                    border-top: 1px solid #4285f4;
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
                  .coil-rating-mode table.notes tr td div.note .note-top .center span.size:after {
                    top: 32px; }
              .coil-rating-mode table.notes tr td div.note .note-top .left,
              .coil-rating-mode table.notes tr td div.note .note-top .right {
                width: 10px;
                height: 40px;
                border-top: 1px solid #757575;
                border-bottom: 1px solid #757575;
                position: absolute;
                margin-left: 0px; }
              .coil-rating-mode table.notes tr td div.note .note-top .right {
                margin-left: 230px; }
              .coil-rating-mode table.notes tr td div.note .note-top .right-top,
              .coil-rating-mode table.notes tr td div.note .note-top .right-bottom {
                position: absolute;
                margin-top: 5px;
                right: 90px;
                width: 20px;
                height: 8px;
                border: 1px solid #757575;
                border-radius: 10px 0px 0px 10px;
                border-right: 3px solid #000;
                /*border-left:none;*/ }
                .coil-rating-mode table.notes tr td div.note .note-top .right-top:after,
                .coil-rating-mode table.notes tr td div.note .note-top .right-bottom:after {
                  content: "___";
                  font-size: 14px;
                  color: #757575;
                  margin-left: -17px;
                  margin-top: -9px;
                  position: absolute; }
                .coil-rating-mode table.notes tr td div.note .note-top .right-top .circle,
                .coil-rating-mode table.notes tr td div.note .note-top .right-bottom .circle {
                  width: 7px;
                  height: 7px;
                  border-radius: 50%;
                  border: 1px solid #757575;
                  position: absolute; }
              .coil-rating-mode table.notes tr td div.note .note-top .right-bottom {
                margin-top: 25px; }
                .coil-rating-mode table.notes tr td div.note .note-top .right-bottom.dual {
                  left: 260px;
                  margin-top: 16px; }
                  .coil-rating-mode table.notes tr td div.note .note-top .right-bottom.dual:after {
                    content: "_";
                    margin-left: 6px;
                    margin-top: 5px;
                    position: absolute;
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
            .coil-rating-mode table.notes tr td div.note .middle {
              border: 1px solid #757575;
              border-right: none;
              width: 35px;
              height: 18px;
              position: absolute;
              display: inline-block;
              right: 35px;
              font-size: 8px;
              padding: 4px 4px;
              color: #212121; }
              .coil-rating-mode table.notes tr td div.note .middle svg {
                position: absolute;
                left: 34px;
                top: -7px; }
                .coil-rating-mode table.notes tr td div.note .middle svg.svg-right {
                  left: -16px; }
              .coil-rating-mode table.notes tr td div.note .middle.middle-right {
                border: 1px solid #757575;
                border-left: none;
                right: 20px;
                padding: 0px; }
                .coil-rating-mode table.notes tr td div.note .middle.middle-right span {
                  position: absolute;
                  padding-top: 4px;
                  right: 2px; }
            .coil-rating-mode table.notes tr td div.note .note-bottom {
              margin-top: 35px;
              width: 380px;
              height: 180px;
              margin-left: 10px; }
              .coil-rating-mode table.notes tr td div.note .note-bottom > span.size {
                position: absolute; }
                .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(1) {
                  color: #757575;
                  left: 205px;
                  margin-top: 10px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(1):after, .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(1):before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: 25px;
                    width: 10px;
                    height: 0px;
                    margin-top: 5px;
                    transition: all 0.3s;
                    border-top: 1px solid #4285f4; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(1):after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: 27px;
                    width: 15px;
                    height: 0px;
                    margin-top: -13px;
                    transition: all 0.3s;
                    border-top: 1px solid #4285f4;
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
                .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(2), .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(3) {
                  color: #4285f4;
                  left: 232px;
                  margin-top: 112px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(2):after, .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(2):before {
                  content: "";
                  display: inline-block;
                  position: absolute;
                  left: 24px;
                  width: 15px;
                  height: 0px;
                  margin-top: -5px;
                  transition: all 0.3s;
                  border-top: 1px solid #4285f4; }
                .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(2):before {
                  width: 9px;
                  left: 25px;
                  margin-top: 5px;
                  -webkit-transform: rotate(90deg);
                  -moz-transform: rotate(90deg);
                  -o-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
                .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(3) {
                  left: 50px;
                  margin-top: 110px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(3):after, .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(3):before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: -19px;
                    width: 15px;
                    height: 0px;
                    margin-top: 6px;
                    transition: all 0.3s;
                    border-top: 1px solid #4285f4; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(3):after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: -13px;
                    width: 9px;
                    height: 0px;
                    margin-top: -4px;
                    transition: all 0.3s;
                    border-top: 1px solid #4285f4;
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
                .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(4) {
                  left: 98px;
                  margin-top: 88px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(4):after, .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(4):before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: -12px;
                    width: 9px;
                    height: 0px;
                    margin-top: -5px;
                    transition: all 0.3s;
                    border-top: 1px solid #4285f4; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom > span.size:nth-of-type(4):before {
                    width: 15px;
                    left: -19px;
                    margin-top: 14px;
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
              .coil-rating-mode table.notes tr td div.note .note-bottom .top,
              .coil-rating-mode table.notes tr td div.note .note-bottom .bottom {
                position: absolute;
                width: 220px;
                height: 10px;
                border-top: 1px solid #757575;
                border-bottom: 1px solid #757575;
                margin-left: 10px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .top span.size,
                .coil-rating-mode table.notes tr td div.note .note-bottom .bottom span.size {
                  box-sizing: border-box;
                  height: 0;
                  top: 5px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .top span.size:before, .coil-rating-mode table.notes tr td div.note .note-bottom .top span.size:after,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom span.size:before,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom span.size:after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: 1px;
                    width: 85px;
                    height: 0px;
                    margin-top: -18px;
                    transition: all 0.3s;
                    border-top: 1px solid #4285f4; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .top span.size:after,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom span.size:after {
                    margin-left: 134px;
                    border-top: 1px solid #4285f4; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .top span.size span,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom span.size span {
                    left: 97px;
                    margin-top: -23px;
                    position: absolute; }
              .coil-rating-mode table.notes tr td div.note .note-bottom .top:after, .coil-rating-mode table.notes tr td div.note .note-bottom .top:before {
                content: "";
                display: inline-block;
                position: absolute;
                left: -7px;
                width: 17px;
                height: 0px;
                margin-top: -14px;
                transition: all 0.3s;
                border-top: 1px solid #4285f4;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
              .coil-rating-mode table.notes tr td div.note .note-bottom .top:before {
                left: 212px; }
              .coil-rating-mode table.notes tr td div.note .note-bottom .top.top-ol {
                border: none;
                margin-top: -12px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .top.top-ol:after, .coil-rating-mode table.notes tr td div.note .note-bottom .top.top-ol:before {
                  width: 31px;
                  left: -30px;
                  margin-top: -6px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .top.top-ol:before {
                  left: 235px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .top.top-ol span.size:before, .coil-rating-mode table.notes tr td div.note .note-bottom .top.top-ol span.size:after {
                  left: -15px;
                  width: 105px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .top.top-ol span.size:after {
                  margin-left: 160px;
                  border-top: 1px solid #4285f4; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .top.top-ol span.size span {
                  left: 105px !important; }
              .coil-rating-mode table.notes tr td div.note .note-bottom .left,
              .coil-rating-mode table.notes tr td div.note .note-bottom .right {
                width: 11px;
                height: 110px;
                border: 1px solid #757575; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .left span.size,
                .coil-rating-mode table.notes tr td div.note .note-bottom .right span.size {
                  box-sizing: border-box;
                  height: 0;
                  top: 5px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .left span.size:before, .coil-rating-mode table.notes tr td div.note .note-bottom .left span.size:after,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .right span.size:before,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .right span.size:after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: 165px;
                    width: 35px;
                    height: 0px;
                    margin-top: 25px;
                    transition: all 0.3s;
                    border-top: 1px solid #4285f4;
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .left span.size:after,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .right span.size:after {
                    margin-top: 82px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .left span.size span,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .right span.size span {
                    left: 168px;
                    margin-top: 48px;
                    position: absolute; }
              .coil-rating-mode table.notes tr td div.note .note-bottom .left {
                margin-left: 0px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .left span.size:after, .coil-rating-mode table.notes tr td div.note .note-bottom .left span.size:before {
                  left: 53px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .left span.size:after {
                  width: 67px;
                  left: 30px;
                  margin-top: 74px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .left span.size:before {
                  width: 21px;
                  margin-top: 10px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .left span.size span {
                  left: 50px;
                  margin-top: 27px;
                  position: absolute; }
              .coil-rating-mode table.notes tr td div.note .note-bottom .right {
                margin-right: 139px;
                margin-top: 0px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .right.double {
                  /*position: absolute;*/
                  height: 100px;
                  margin-top: 5px;
                  margin-right: -30px;
                  border: 1px solid #757575; }
              .coil-rating-mode table.notes tr td div.note .note-bottom .bottom {
                margin-top: 100px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .bottom:after, .coil-rating-mode table.notes tr td div.note .note-bottom .bottom:before {
                  content: "";
                  display: inline-block;
                  position: absolute;
                  left: -18px;
                  width: 17px;
                  height: 0px;
                  margin-top: 20px;
                  transition: all 0.3s;
                  border-top: 1px solid #4285f4;
                  -webkit-transform: rotate(90deg);
                  -moz-transform: rotate(90deg);
                  -o-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
                .coil-rating-mode table.notes tr td div.note .note-bottom .bottom:before {
                  left: 223px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .bottom span.size {
                  box-sizing: border-box;
                  height: 0;
                  top: 7px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom span.size:before, .coil-rating-mode table.notes tr td div.note .note-bottom .bottom span.size:after {
                    left: -10px;
                    width: 97px;
                    margin-top: 24px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom span.size:after {
                    margin-left: 144px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom span.size span {
                    margin-top: 17px;
                    left: 97px; }
              .coil-rating-mode table.notes tr td div.note .note-bottom .double-top,
              .coil-rating-mode table.notes tr td div.note .note-bottom .double-bottom {
                position: absolute;
                margin-top: 10px;
                width: 13px;
                height: 10px;
                border: 1px solid #757575;
                margin-left: 255px;
                border-radius: 5px 0 0 5px;
                background-color: #fff;
                border-right: 3px solid #000; }
              .coil-rating-mode table.notes tr td div.note .note-bottom .double-bottom {
                margin-top: 90px; }
              .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right {
                width: 50px;
                height: 110px;
                border: 1px solid #757575;
                position: absolute;
                right: 20px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .left-top,
                .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .right-top {
                  top: 4px;
                  left: 5px;
                  position: absolute;
                  width: 12px;
                  height: 100px;
                  border: 1px solid #757575; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .left-top .circle-top,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .left-top .circle-bottom,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .right-top .circle-top,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .right-top .circle-bottom {
                    position: absolute;
                    width: 7px;
                    height: 7px;
                    border-radius: 50%;
                    border: 1px solid #757575;
                    left: 2px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .left-top .circle-top,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .right-top .circle-top {
                    top: 5px;
                    left: 1px; }
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .left-top .circle-bottom,
                  .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .right-top .circle-bottom {
                    bottom: 5px;
                    border: 1px solid #757575;
                    left: 1px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right > span {
                  position: absolute;
                  display: block;
                  bottom: -19px;
                  right: 11px; }
                .coil-rating-mode table.notes tr td div.note .note-bottom .bottom-right .right-top {
                  left: 30px;
                  top: 4px;
                  border: 1px solid #757575; }
            .coil-rating-mode table.notes tr td div.note.evaporator {
              margin-top: -10pt; }
              .coil-rating-mode table.notes tr td div.note.evaporator .note-top .right-top {
                border: none; }
                .coil-rating-mode table.notes tr td div.note.evaporator .note-top .right-top svg {
                  position: absolute;
                  top: -58px;
                  left: -6px;
                  display: block; }
                  .coil-rating-mode table.notes tr td div.note.evaporator .note-top .right-top svg:nth-of-type(1) {
                    left: -19px; }
                  .coil-rating-mode table.notes tr td div.note.evaporator .note-top .right-top svg path {
                    fill: none;
                    stroke: #111;
                    stroke-width: 0.8; }
                .coil-rating-mode table.notes tr td div.note.evaporator .note-top .right-top .circle {
                  width: 4px;
                  height: 4px;
                  left: 13px;
                  top: 0px;
                  z-index: 2; }
                  .coil-rating-mode table.notes tr td div.note.evaporator .note-top .right-top .circle:after {
                    content: "";
                    width: 8px;
                    height: 8px;
                    top: -4px;
                    left: -4px;
                    border: 1px solid #211221;
                    position: absolute;
                    margin: 0px;
                    border-radius: 50%; }
                .coil-rating-mode table.notes tr td div.note.evaporator .note-top .right-top:after {
                  content: ""; }
              .coil-rating-mode table.notes tr td div.note.evaporator .note-top .right-bottom {
                border-right: 3px solid #000; }
              .coil-rating-mode table.notes tr td div.note.evaporator .note-bottom .double-bottom {
                position: absolute;
                width: 15px;
                height: 10px;
                border: 1px solid #757575;
                border-radius: 5px 0 0 5px;
                background-color: #fff;
                border-right: 3px solid #000; }
                .coil-rating-mode table.notes tr td div.note.evaporator .note-bottom .double-bottom:after {
                  content: "";
                  border: none; }
              .coil-rating-mode table.notes tr td div.note.evaporator .note-bottom .bottom-right .left-top .circle-top {
                top: auto;
                bottom: 5px; }
              .coil-rating-mode table.notes tr td div.note.evaporator .note-bottom .bottom-right svg {
                position: absolute;
                left: 10px;
                top: -20px; }
                .coil-rating-mode table.notes tr td div.note.evaporator .note-bottom .bottom-right svg.evaporator-std {
                  left: -6px; }
              .coil-rating-mode table.notes tr td div.note.evaporator .note-bottom > svg {
                position: absolute;
                top: 111px;
                left: 279px; }
              .coil-rating-mode table.notes tr td div.note.evaporator .note-bottom #example_shape {
                fill: none;
                stroke: #111;
                stroke-width: 0.8; }
              .coil-rating-mode table.notes tr td div.note.evaporator.dual {
                margin-top: -20pt; }
                .coil-rating-mode table.notes tr td div.note.evaporator.dual .bottom-right svg {
                  position: absolute;
                  top: -54px;
                  left: 17px; }
                  .coil-rating-mode table.notes tr td div.note.evaporator.dual .bottom-right svg:nth-of-type(2) {
                    top: 0px; }
                  .coil-rating-mode table.notes tr td div.note.evaporator.dual .bottom-right svg.evaporator-std {
                    left: -12px; }
              .coil-rating-mode table.notes tr td div.note.evaporator.dual .note-top .right-top {
                border: none; }
                .coil-rating-mode table.notes tr td div.note.evaporator.dual .note-top .right-top svg {
                  position: absolute;
                  top: -58px;
                  left: -8px;
                  display: block; }
                  .coil-rating-mode table.notes tr td div.note.evaporator.dual .note-top .right-top svg:nth-of-type(1) {
                    left: -19px; }
                  .coil-rating-mode table.notes tr td div.note.evaporator.dual .note-top .right-top svg path {
                    fill: none;
                    stroke: #111;
                    stroke-width: 0.8; }
                .coil-rating-mode table.notes tr td div.note.evaporator.dual .note-top .right-top .circle {
                  width: 4px;
                  height: 4px;
                  left: 10px;
                  top: 0px;
                  z-index: 2; }
                  .coil-rating-mode table.notes tr td div.note.evaporator.dual .note-top .right-top .circle:after {
                    content: "";
                    width: 8px;
                    height: 8px;
                    top: -4px;
                    left: -4px;
                    border: 1px solid #211221;
                    position: absolute;
                    margin: 0px;
                    border-radius: 50%; }
                .coil-rating-mode table.notes tr td div.note.evaporator.dual .note-top .right-top:after {
                  content: ""; }
              .coil-rating-mode table.notes tr td div.note.evaporator.dual .note-top .right-bottom {
                border-right: 3px solid #000; }
              .coil-rating-mode table.notes tr td div.note.evaporator.dual .note-bottom .bottom-right .left-top:nth-of-type(2),
              .coil-rating-mode table.notes tr td div.note.evaporator.dual .note-bottom .bottom-right .right-top:nth-of-type(2) {
                left: 18px; }
            .coil-rating-mode table.notes tr td div.note.standart-steam {
              margin-top: -50pt; }
              .coil-rating-mode table.notes tr td div.note.standart-steam .note-bottom .double-top {
                margin-top: 50px;
                border-right: 3px solid #000; }
              .coil-rating-mode table.notes tr td div.note.standart-steam .note-bottom .double-bottom {
                width: 9px;
                border-radius: 0;
                margin-left: 259px;
                border-right: 3px solid #000;
                border-left: none;
                background-color: transparent; }
              .coil-rating-mode table.notes tr td div.note.standart-steam .note-bottom .bottom-right .right-top .circle-center,
              .coil-rating-mode table.notes tr td div.note.standart-steam .note-bottom .bottom-right .left-top .circle-center {
                position: absolute;
                width: 7px;
                height: 7px;
                border: 1px solid #757575;
                margin-top: 47px;
                left: 1px;
                border-radius: 50%; }
            .coil-rating-mode table.notes tr td div.note.distributing-steam {
              margin-top: -50pt; }
              .coil-rating-mode table.notes tr td div.note.distributing-steam .note-top .right-top {
                margin-top: 15.5px;
                width: 33px;
                left: 267px;
                height: 12px;
                border-right: 3px solid #000; }
                .coil-rating-mode table.notes tr td div.note.distributing-steam .note-top .right-top .circle {
                  width: 19px;
                  height: 19px;
                  border-radius: 50%;
                  border: 1px solid #212121;
                  position: absolute;
                  top: -4px;
                  background-color: #fff; }
                .coil-rating-mode table.notes tr td div.note.distributing-steam .note-top .right-top:after {
                  content: "____";
                  margin-left: -18px;
                  margin-top: -6px; }
              .coil-rating-mode table.notes tr td div.note.distributing-steam .middle {
                border-left: none;
                width: 20px; }
                .coil-rating-mode table.notes tr td div.note.distributing-steam .middle span {
                  left: -6px;
                  position: absolute; }
                .coil-rating-mode table.notes tr td div.note.distributing-steam .middle svg:nth-of-type(1) {
                  left: 20px; }
              .coil-rating-mode table.notes tr td div.note.distributing-steam .note-bottom .right.double {
                width: 17px;
                margin-right: -37px; }
              .coil-rating-mode table.notes tr td div.note.distributing-steam .note-bottom .double-top,
              .coil-rating-mode table.notes tr td div.note.distributing-steam .note-bottom .double-bottom {
                width: 21px;
                height: 12px;
                border: 1px solid #757575;
                border-right: 6px solid #212121;
                border-radius: 5px 0 0 5px;
                margin-top: 45px;
                background-color: #fff;
                border-right: 3px solid #000; }
                .coil-rating-mode table.notes tr td div.note.distributing-steam .note-bottom .double-top:after,
                .coil-rating-mode table.notes tr td div.note.distributing-steam .note-bottom .double-bottom:after {
                  border: none; }
              .coil-rating-mode table.notes tr td div.note.distributing-steam .note-bottom .double-bottom {
                margin-top: 93px;
                height: 7px; }
              .coil-rating-mode table.notes tr td div.note.distributing-steam .note-bottom .bottom-right .right-top {
                width: 30px;
                left: 9px; }
              .coil-rating-mode table.notes tr td div.note.distributing-steam .note-bottom .bottom-right .circle-middle {
                width: 15px;
                height: 15px;
                border: 1px solid #757575;
                border-radius: 50%;
                top: 38px;
                left: 6px;
                position: absolute;
                display: block; }
              .coil-rating-mode table.notes tr td div.note.distributing-steam .note-bottom .bottom-right .circle-bottom {
                left: 10px; }
      .coil-rating-mode table.table-note {
        display: table;
        width: 100%;
        page-break-after: avoid; }
        .coil-rating-mode table.table-note.warning-msg tr {
          width: 100%; }
          .coil-rating-mode table.table-note.warning-msg tr:nth-of-type(1) td:nth-of-type(1):before {
            content: "Warning :";
            width: 100%;
            font-size: 9pt; }
          .coil-rating-mode table.table-note.warning-msg tr td:nth-of-type(1) {
            /*display: inline-block;*/
            line-height: 15pt;
            width: 4.1cm !important; }
            .coil-rating-mode table.table-note.warning-msg tr td:nth-of-type(1) > span {
              position: absolute; }
          .coil-rating-mode table.table-note.warning-msg tr td:nth-of-type(2) {
            /*display: inline-block;*/
            line-height: 15pt;
            width: 15cm !important; }
      .coil-rating-mode table .api-rating-notes {
        line-height: 15pt; }
        .coil-rating-mode table .api-rating-notes:nth-of-type(1) td:nth-of-type(1) {
          display: inline-block;
          line-height: 15pt;
          width: 4.3cm !important; }
          .coil-rating-mode table .api-rating-notes:nth-of-type(1) td:nth-of-type(1):before {
            content: "Rating Notes :";
            width: 100%;
            font-size: 9pt; }
      .coil-rating-mode table .rating-notes {
        line-height: 15pt;
        page-break-inside: auto !important;
        page-break-after: auto !important;
        border: 1px solid #fff; }
        .coil-rating-mode table .rating-notes:nth-of-type(1) td:nth-of-type(1) {
          width: 4.3cm !important; }
          .coil-rating-mode table .rating-notes:nth-of-type(1) td:nth-of-type(1):before {
            content: "Rating Notes :";
            width: 100%;
            font-size: 9pt; }
      .coil-rating-mode table.cms-table-note {
        display: table;
        width: 100%; }
        .coil-rating-mode table.cms-table-note tr {
          width: 100%; }
          .coil-rating-mode table.cms-table-note tr:nth-of-type(1) td:nth-of-type(1):before {
            content: "Mfg's Notes :";
            width: 100%;
            font-size: 9pt; }
          .coil-rating-mode table.cms-table-note tr td:nth-of-type(1) {
            display: inline-block;
            line-height: 15pt;
            width: 4.3cm !important; }
            .coil-rating-mode table.cms-table-note tr td:nth-of-type(1) > span {
              position: absolute; }
          .coil-rating-mode table.cms-table-note tr td:nth-of-type(2) {
            display: inline-block;
            line-height: 15pt;
            width: 15cm !important; }
      .coil-rating-mode table.rating-notes {
        margin-top: 5px;
        page-break-inside: auto !important; }
      .coil-rating-mode table.table-footer {
        display: table;
        width: 100%;
        position: fixed;
        bottom: 1pt;
        page-break-after: always; }
        .coil-rating-mode table.table-footer .print-footer h5 {
          width: 100%;
          border-top: 1mm solid #673ab7;
          margin-top: -15mm;
          padding-top: 1.2mm;
          padding-bottom: 1.2mm;
          font-size: 7pt;
          text-align: right;
          padding-right: 0pt; } }

.fan-rating-mode_print {
  padding-top: 0.8cm; }
  .fan-rating-mode_print .project-ahu-names {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: -0.8cm;
    position: absolute; }
    .fan-rating-mode_print .project-ahu-names .report-name {
      text-align: left;
      display: inline-block; }
    .fan-rating-mode_print .project-ahu-names .project-name {
      display: inline-block;
      float: right; }
  .fan-rating-mode_print .curve td .fan-list {
    width: 55% !important;
    padding-left: 0 !important;
    margin-top: 0 !important; }
    .fan-rating-mode_print .curve td .fan-list .rate-list-heading .long {
      min-width: 15mm; }
      .fan-rating-mode_print .curve td .fan-list .rate-list-heading .long.long_in, .fan-rating-mode_print .curve td .fan-list .rate-list-heading .long.long_out {
        min-width: fit-content;
        padding-right: 0px !important; }
    .fan-rating-mode_print .curve td .fan-list .rate-list-heading > li {
      padding-left: 0px !important; }
      .fan-rating-mode_print .curve td .fan-list .rate-list-heading > li.medium_out, .fan-rating-mode_print .curve td .fan-list .rate-list-heading > li.medium_in {
        padding-right: 0px !important;
        text-align: right; }
    .fan-rating-mode_print .curve td .fan-list ul {
      margin-top: 0 !important; }
  .fan-rating-mode_print .curve {
    margin-top: 1cm !important; }
    .fan-rating-mode_print .curve tr:nth-of-type(2) td > span:nth-of-type(1) {
      margin-top: 10pt !important; }
    .fan-rating-mode_print .curve tr:nth-of-type(2) td > span:nth-of-type(2) {
      margin-top: 25pt !important; }
    .fan-rating-mode_print .curve tr:nth-of-type(2) td > span:nth-of-type(3) {
      margin-top: 40pt !important; }
    .fan-rating-mode_print .curve tr:nth-of-type(2) td > span:nth-of-type(4) {
      margin-top: 55pt !important; }
  .fan-rating-mode_print .curve td .fan-list ul li {
    padding-top: 5pt !important; }
  .fan-rating-mode_print .fan-curve > .fan-curve-left,
  .fan-rating-mode_print .fan-curve > .fan-curve-right {
    top: inherit !important; }
  .fan-rating-mode_print .fan-curve > .fan-curve-left {
    left: 6.5cm !important; }
  .fan-rating-mode_print .fan-curve > .fan-curve-bottom {
    margin-left: 2cm !important; }
  .fan-rating-mode_print table.tabel {
    margin-top: 0.2cm !important; }

.phx-table .output-data {
  font-size: 9pt !important; }

.phx-table .uom {
  font-size: 9pt;
  text-align: right; }

.phx-table .temp:before {
  content: "o";
  display: inline-block;
  vertical-align: text-top;
  width: 4px;
  font-size: 10px;
  margin-right: 0px; }

.phx-table.header-table {
  display: table;
  font-size: 9pt;
  width: 100%; }
  .phx-table.header-table .container-header {
    border-top: 1mm solid #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 2mm 0 1mm;
    border-bottom: 3mm solid transparent; }
    .phx-table.header-table .container-header h3 {
      width: 100%;
      font-size: 12pt;
      padding: 0;
      margin: 0 !important;
      margin-bottom: 0mm !important; }
      .phx-table.header-table .container-header h3 .report-name {
        /*display: inline-block;
			    text-align: left;
			    margin-top: 0cm !important;
			    position: absolute;*/ }
      .phx-table.header-table .container-header h3 .time-stamp {
        width: 100%;
        display: inline-block;
        float: right;
        box-sizing: border-box;
        font-size: 7pt;
        padding: 2mm 0 0mm;
        margin: 2mm 0 0 0;
        margin-bottom: 2mm !important;
        border-top: 1mm solid #673ab7;
        border-bottom: 0mm solid transparent; }

.phx-table.table-mfg-info {
  width: 100%; }
  .phx-table.table-mfg-info .label {
    padding: 0 !important; }
  .phx-table.table-mfg-info .img-td {
    width: 3.3cm; }
  .phx-table.table-mfg-info .mfg-img {
    width: 3.3cm;
    height: 2cm;
    padding: 0 5pt 5pt 5pt; }
    .phx-table.table-mfg-info .mfg-img img {
      width: 3.3cm;
      height: 50px; }
  .phx-table.table-mfg-info .project-info {
    width: 100%; }
    .phx-table.table-mfg-info .project-info > span:nth-of-type(1) {
      width: 50% !important;
      display: inline-block !important; }
    .phx-table.table-mfg-info .project-info > span:nth-of-type(2) {
      display: inline-block !important;
      width: 50% !important;
      text-align: right;
      border-bottom: 1px solid #dedede;
      padding-bottom: 6pt; }
    .phx-table.table-mfg-info .project-info ul > li {
      padding-bottom: 6.8pt; }
  .phx-table.table-mfg-info .tunnel-index span + span > span:after {
    content: " /"; }
  .phx-table.table-mfg-info .tunnel-index span + span + span > span:after {
    content: " "; }

.phx-table.properties-table {
  page-break-after: always;
  margin-top: 10pt; }
  .phx-table.properties-table tr {
    min-height: 21px;
    display: table; }
    .phx-table.properties-table tr.empty {
      min-height: 16px;
      display: table;
      width: 100%; }
    .phx-table.properties-table tr td {
      word-break: break-all; }
      .phx-table.properties-table tr td:nth-child(1) {
        width: 5cm; }
      .phx-table.properties-table tr td:nth-child(2) {
        width: 0.7cm;
        text-align: right;
        padding-right: 0.2cm; }
      .phx-table.properties-table tr td:nth-child(3) {
        width: 12cm; }

.phx-table.performance-table tr {
  height: 21px;
  display: table-row;
  padding: 0 !important; }
  .phx-table.performance-table tr.empty {
    min-height: 23px;
    width: 100%; }
  .phx-table.performance-table tr.without-left-border {
    height: 23px; }
    .phx-table.performance-table tr.without-left-border td:nth-child(5) {
      border-left: none !important; }
    .phx-table.performance-table tr.without-left-border td:nth-child(3), .phx-table.performance-table tr.without-left-border td:nth-child(4) {
      padding-top: 5px; }
  .phx-table.performance-table tr.always-display td {
    display: table-cell !important; }
  .phx-table.performance-table tr.with-bottom-border td:nth-child(3), .phx-table.performance-table tr.with-bottom-border td:nth-child(4), .phx-table.performance-table tr.with-bottom-border td:nth-child(5), .phx-table.performance-table tr.with-bottom-border td:nth-child(6) {
    border-bottom: 1px solid #ccc; }
  .phx-table.performance-table tr td {
    /*border:1px solid green;*/
    /*word-break: break-all;*/ }
    .phx-table.performance-table tr td:nth-child(1) {
      width: 5cm; }
    .phx-table.performance-table tr td:nth-child(2) {
      /*border:1px solid red;*/
      width: 1.3cm;
      text-align: right;
      padding-right: 0.2cm; }
    .phx-table.performance-table tr td:nth-child(3) {
      width: 3cm; }
      .phx-table.performance-table tr td:nth-child(3).hidden {
        display: none; }
    .phx-table.performance-table tr td:nth-child(4) {
      width: 3.5cm; }
      .phx-table.performance-table tr td:nth-child(4).hidden {
        display: none; }
    .phx-table.performance-table tr td:nth-child(5) {
      width: 3cm;
      border-left: 1px solid #ccc;
      padding-left: 0.5cm; }
      .phx-table.performance-table tr td:nth-child(5).hidden {
        display: none; }
    .phx-table.performance-table tr td:nth-child(6) {
      width: 3cm;
      /*border:1px solid black;*/ }
      .phx-table.performance-table tr td:nth-child(6).hidden {
        display: none; }

.phx-table.notes-table tr, .phx-table.remarks-table tr {
  min-height: 21px;
  display: table; }
  .phx-table.notes-table tr.empty, .phx-table.remarks-table tr.empty {
    min-height: 16px;
    display: table;
    width: 100%; }
  .phx-table.notes-table tr td:nth-child(1), .phx-table.remarks-table tr td:nth-child(1) {
    width: 5cm; }
  .phx-table.notes-table tr td:nth-child(2), .phx-table.remarks-table tr td:nth-child(2) {
    /*border:1px solid red;*/
    width: 1.3cm;
    text-align: right;
    padding-right: 0.2cm; }

.phx-table.notes-table tr:nth-child(1) td:nth-child(1):before {
  content: "Notes";
  font-size: 9pt; }

.phx-table.remarks-table tr:nth-child(1) td:nth-child(1):before {
  content: "Remarks";
  font-size: 9pt; }

.coil-header .project-info .label {
  max-width: 3cm; }

@media print {
  /* Hide headers and footers */
  header, footer {
    display: none; }
  /* Set the margins to zero to try and remove the browser's default headers and footers */
  @page {
    margin: 0; }
  /* Additional CSS to hide elements that may appear as headers and footers */
  .print-hide {
    display: none !important; }
  body {
    margin: 0cm 1cm !important;
    line-height: normal; } }

.evaporator-tr ~ tr td:nth-of-type(4), .evaporator-tr ~ tr td:nth-of-type(5), .evaporator-tr ~ tr td:nth-of-type(6) {
  position: relative;
  top: -19px; }

#rating_mode_filter_content {
  height: 100%;
  padding: 16px 24px 38px 9px !important; }
  #rating_mode_filter_content .filter-frame-tab-pane {
    position: relative;
    top: -10px; }
  #rating_mode_filter_content .tab-content {
    background: #f5f5f5;
    padding-top: 15px;
    height: 350px; }
    #rating_mode_filter_content .tab-content input:not([type=checkbox]) {
      padding-left: 5px;
      text-align: left !important; }
    #rating_mode_filter_content .tab-content #filter_smart_list, #rating_mode_filter_content .tab-content #frame_smart_list {
      height: 320px;
      position: absolute;
      margin-top: 1px;
      padding-left: 0;
      transform-style: preserve-3d;
      transition: transform 1s; }
      #rating_mode_filter_content .tab-content #filter_smart_list > div, #rating_mode_filter_content .tab-content #frame_smart_list > div {
        height: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: 30px; }
      #rating_mode_filter_content .tab-content #filter_smart_list #catalogue-rows-filter-container, #rating_mode_filter_content .tab-content #filter_smart_list #catalogue-rows-frame-container, #rating_mode_filter_content .tab-content #frame_smart_list #catalogue-rows-filter-container, #rating_mode_filter_content .tab-content #frame_smart_list #catalogue-rows-frame-container {
        height: 245px;
        background-color: #fff; }
      #rating_mode_filter_content .tab-content #filter_smart_list .filter-list > div, #rating_mode_filter_content .tab-content #filter_smart_list .frame-list > div, #rating_mode_filter_content .tab-content #frame_smart_list .filter-list > div, #rating_mode_filter_content .tab-content #frame_smart_list .frame-list > div {
        padding-left: 0; }
      #rating_mode_filter_content .tab-content #filter_smart_list .filter-list #smart-list-ul li.custom-columns, #rating_mode_filter_content .tab-content #filter_smart_list .frame-list #smart-list-ul li.custom-columns, #rating_mode_filter_content .tab-content #frame_smart_list .filter-list #smart-list-ul li.custom-columns, #rating_mode_filter_content .tab-content #frame_smart_list .frame-list #smart-list-ul li.custom-columns {
        width: 100%; }
    #rating_mode_filter_content .tab-content #frame_smart_list > div {
      margin-right: 0px;
      margin-top: 38px; }
    #rating_mode_filter_content .tab-content #reset-btn-wrapper {
      top: 0px; }
    #rating_mode_filter_content .tab-content .center-row {
      padding-right: 20px;
      line-height: 23px; }
    #rating_mode_filter_content .tab-content .filter-list-count-block, #rating_mode_filter_content .tab-content .frame-list-count-block {
      position: absolute;
      z-index: 2;
      top: -3px; }
      #rating_mode_filter_content .tab-content .filter-list-count-block .warning, #rating_mode_filter_content .tab-content .frame-list-count-block .warning {
        color: #dc362e !important; }
      #rating_mode_filter_content .tab-content .filter-list-count-block i:before, #rating_mode_filter_content .tab-content .frame-list-count-block i:before {
        padding-right: 5px;
        top: 2px !important;
        position: relative; }
      #rating_mode_filter_content .tab-content .filter-list-count-block i.btn-icon-sync, #rating_mode_filter_content .tab-content .frame-list-count-block i.btn-icon-sync {
        top: -3px;
        position: relative; }
        #rating_mode_filter_content .tab-content .filter-list-count-block i.btn-icon-sync:before, #rating_mode_filter_content .tab-content .frame-list-count-block i.btn-icon-sync:before {
          font-size: 16px;
          top: 3px !important; }
      #rating_mode_filter_content .tab-content .filter-list-count-block button, #rating_mode_filter_content .tab-content .frame-list-count-block button {
        padding-left: 0;
        padding-right: 0;
        width: 100%; }
        #rating_mode_filter_content .tab-content .filter-list-count-block button .filters_search_result, #rating_mode_filter_content .tab-content .filter-list-count-block button .frames_search_result_span, #rating_mode_filter_content .tab-content .frame-list-count-block button .filters_search_result, #rating_mode_filter_content .tab-content .frame-list-count-block button .frames_search_result_span {
          padding-left: 0;
          display: inline-block;
          position: absolute;
          left: 15px; }
        #rating_mode_filter_content .tab-content .filter-list-count-block button i, #rating_mode_filter_content .tab-content .frame-list-count-block button i {
          display: inline-block;
          float: right;
          font-size: 14px;
          color: #4285f4; }
          #rating_mode_filter_content .tab-content .filter-list-count-block button i::after, #rating_mode_filter_content .tab-content .frame-list-count-block button i::after {
            content: "";
            padding-left: 10px; }
          #rating_mode_filter_content .tab-content .filter-list-count-block button i::before, #rating_mode_filter_content .tab-content .frame-list-count-block button i::before {
            top: 4px; }
      #rating_mode_filter_content .tab-content .filter-list-count-block .no-rotate, #rating_mode_filter_content .tab-content .frame-list-count-block .no-rotate {
        position: absolute;
        top: 0px;
        left: 80px;
        height: 31px;
        display: inline-block;
        width: calc(100% - 290px);
        pointer-events: auto;
        cursor: default; }
      #rating_mode_filter_content .tab-content .filter-list-count-block span, #rating_mode_filter_content .tab-content .frame-list-count-block span {
        font-size: 14px;
        transition: all 0.3s;
        line-height: unset !important;
        top: 5px;
        position: relative; }
        #rating_mode_filter_content .tab-content .filter-list-count-block span:before, #rating_mode_filter_content .tab-content .frame-list-count-block span:before {
          padding-right: 5px;
          top: 2px;
          position: relative; }
        #rating_mode_filter_content .tab-content .filter-list-count-block span.filters_reset, #rating_mode_filter_content .tab-content .filter-list-count-block span.frames_reset, #rating_mode_filter_content .tab-content .frame-list-count-block span.filters_reset, #rating_mode_filter_content .tab-content .frame-list-count-block span.frames_reset {
          position: absolute;
          left: unset;
          right: 125px;
          top: 5px;
          padding: 2px 6px;
          z-index: 2;
          color: #4285f4;
          cursor: pointer; }
    #rating_mode_filter_content .tab-content .frame-list-count-block {
      padding-right: 0; }
      #rating_mode_filter_content .tab-content .frame-list-count-block > div > div.col-lg-12 {
        padding-right: 4px; }
  #rating_mode_filter_content select {
    font-size: 13px;
    width: calc(100% - 25px) !important; }
  #rating_mode_filter_content .col-xs-1.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    #rating_mode_filter_content .col-xs-1.nav.nav-tabs {
      border: none; }
      #rating_mode_filter_content .col-xs-1.nav.nav-tabs ul li {
        font-size: 13px;
        width: 100%;
        padding: 0; }
        #rating_mode_filter_content .col-xs-1.nav.nav-tabs ul li.warning a {
          color: #dc362e !important; }
        #rating_mode_filter_content .col-xs-1.nav.nav-tabs ul li:first-child {
          font-size: 13px;
          width: 100% !important;
          padding: 0 !important;
          padding-top: 7px !important;
          padding-bottom: 7px !important; }
        #rating_mode_filter_content .col-xs-1.nav.nav-tabs ul li a {
          color: rgba(0, 0, 0, 0.54);
          padding-top: 7px;
          padding-bottom: 7px;
          display: inherit;
          font-weight: 100;
          text-decoration: none !important; }
        #rating_mode_filter_content .col-xs-1.nav.nav-tabs ul li:hover a {
          font-weight: bold; }
  #rating_mode_filter_content .unit {
    font-size: 11px; }
  #rating_mode_filter_content .multi-select-group {
    margin-left: -5px;
    margin-top: 4px; }
    #rating_mode_filter_content .multi-select-group > li > div > * {
      display: inline-block; }
    #rating_mode_filter_content .multi-select-group .label {
      /*width: calc(226% / 4.7);*/
      width: calc(184% / 4.3); }
    #rating_mode_filter_content .multi-select-group #show_er_wheel_certifications {
      padding-top: 5px; }
    #rating_mode_filter_content .multi-select-group button {
      color: #4285f4; }
    #rating_mode_filter_content .multi-select-group #show_certifications {
      margin-top: 6px;
      vertical-align: middle; }
      #rating_mode_filter_content .multi-select-group #show_certifications.ka-has-tooltip:after {
        position: fixed;
        margin-top: 27px;
        margin-left: -70px; }
    #rating_mode_filter_content .multi-select-group .checked-values {
      vertical-align: top;
      display: inline-block;
      margin-top: 2px;
      width: calc(100% - 33px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      overflow: auto; }
      #rating_mode_filter_content .multi-select-group .checked-values.show-tooltip {
        cursor: pointer; }
        #rating_mode_filter_content .multi-select-group .checked-values.show-tooltip:hover::after {
          content: attr(data-tooltip);
          position: absolute;
          left: 0;
          top: 23px;
          font-size: 10px;
          max-width: 226px;
          height: fit-content;
          white-space: break-spaces;
          line-height: 15px;
          background-color: #8d8d8d;
          z-index: 5;
          color: white;
          padding: 5px 7px; }
      #rating_mode_filter_content .multi-select-group .checked-values span {
        font-size: 13px;
        color: #212121;
        display: block;
        padding: 3px 0 4.5px; }
    #rating_mode_filter_content .multi-select-group .apply-btn-li {
      text-align: left;
      line-height: unset !important; }
      #rating_mode_filter_content .multi-select-group .apply-btn-li #apply-sizes {
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        top: 10px;
        left: -16px; }
        #rating_mode_filter_content .multi-select-group .apply-btn-li #apply-sizes:hover {
          font-weight: 700; }
    #rating_mode_filter_content .multi-select-group .multi-select-list {
      max-height: 0;
      position: absolute !important;
      padding: 0 20px 0 24px;
      margin-left: 28px;
      box-sizing: border-box;
      overflow: hidden;
      position: fixed;
      z-index: 9999;
      background-color: #fff;
      border-color: #ebebeb;
      border-style: solid;
      border-width: 0;
      transition: all 0.1s;
      top: 0px;
      left: 0;
      width: fit-content; }
      #rating_mode_filter_content .multi-select-group .multi-select-list li {
        font-size: 13px;
        color: #212121 !important;
        line-height: 25px; }
        #rating_mode_filter_content .multi-select-group .multi-select-list li span.label {
          color: #575757 !important;
          position: relative;
          top: 3px;
          padding-right: 0;
          font-size: 13px; }
      #rating_mode_filter_content .multi-select-group .multi-select-list .ctrl-buttons {
        font-size: 13px;
        color: #212121;
        margin-top: 20px;
        text-align: right; }
        #rating_mode_filter_content .multi-select-group .multi-select-list .ctrl-buttons button {
          font-family: Roboto Medium;
          text-transform: uppercase;
          text-align: right; }
      #rating_mode_filter_content .multi-select-group .multi-select-list.active {
        max-height: 500px;
        padding: 12px 24px 16px 24px;
        border-width: 1px;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
        -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24); }
  #rating_mode_filter_content .min-width-44 {
    min-width: 44%; }
    #rating_mode_filter_content .min-width-44 .col-xs-5.label-part span {
      white-space: nowrap; }
  #rating_mode_filter_content .max-width-56 {
    max-width: calc(56% + 40px);
    margin-left: -40px;
    padding-right: 0; }

#ahu-Filter_Filter {
  border: 1px solid #f5f5f5; }
  #ahu-Filter_Filter .sub-tab-menu {
    border: none; }
    #ahu-Filter_Filter .sub-tab-menu .more_tabing {
      top: 0;
      position: absolute;
      left: 4px;
      padding-right: 15px !important; }
      #ahu-Filter_Filter .sub-tab-menu .more_tabing li {
        display: inline-block !important;
        width: auto !important;
        padding-top: 0px !important;
        padding-bottom: 7px !important; }
  #ahu-Filter_Filter .more-tab-content {
    border: none; }
    #ahu-Filter_Filter .more-tab-content .tab-pane {
      padding-top: 27px; }

#bank-configuration-draw-block {
  right: 15px;
  max-width: fit-content;
  top: 55px;
  position: absolute;
  display: flex;
  transform-style: preserve-3d;
  transition: transform 1s; }
  #bank-configuration-draw-block.hide-for-frame[data-tab=frame] {
    opacity: 0;
    pointer-events: none; }
  #bank-configuration-draw-block > div.flexed {
    display: flex;
    justify-content: flex-end;
    gap: 25px; }
  #bank-configuration-draw-block .w-263 {
    width: 263px; }
  #bank-configuration-draw-block .bank-configuration-label {
    font-size: 13px;
    line-height: 26px; }
    #bank-configuration-draw-block .bank-configuration-label.ml-10 {
      margin-left: -10px; }
    #bank-configuration-draw-block .bank-configuration-label span {
      display: inline-block;
      padding-right: 5px; }
      #bank-configuration-draw-block .bank-configuration-label span i.icon-info {
        position: relative;
        top: 2px;
        left: 5px; }
      #bank-configuration-draw-block .bank-configuration-label span::after {
        white-space: nowrap;
        min-width: fit-content;
        left: 20px;
        top: 2px; }
  #bank-configuration-draw-block .bank-configuration {
    border: 1px solid #ccc;
    height: 258px;
    width: 333px; }
    @media (max-width: 1800px) {
      #bank-configuration-draw-block .bank-configuration {
        width: 253px; } }
    #bank-configuration-draw-block .bank-configuration ul li {
      color: #757575;
      line-height: 1.7;
      font-size: 14px;
      padding: 0 15px;
      cursor: pointer; }
      #bank-configuration-draw-block .bank-configuration ul li:hover {
        background: #f1f1f1; }
      #bank-configuration-draw-block .bank-configuration ul li.selected {
        font-weight: 700;
        background: #e6e6e6; }
    #bank-configuration-draw-block .bank-configuration ul.scrollable {
      display: block;
      height: 100%;
      overflow: auto;
      outline: none;
      padding: 15px 0; }
      #bank-configuration-draw-block .bank-configuration ul.scrollable:focus {
        outline: 1px solid #87a8e0; }
      #bank-configuration-draw-block .bank-configuration ul.scrollable::-webkit-scrollbar-button:vertical:decrement, #bank-configuration-draw-block .bank-configuration ul.scrollable::-webkit-scrollbar-button:vertical:increment {
        height: 15px; }
  #bank-configuration-draw-block .bank-configuration-draw {
    width: 258px !important;
    height: 258px !important;
    left: 5px;
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    border: 1px solid #ccc; }
    #bank-configuration-draw-block .bank-configuration-draw::after {
      content: 'airway width';
      text-align: center;
      bottom: 2px; }
    #bank-configuration-draw-block .bank-configuration-draw::before {
      content: 'airway height';
      transform: rotate(-90deg);
      left: calc(-50% + 7.5px);
      bottom: calc(50% + 85px); }
    #bank-configuration-draw-block .bank-configuration-draw::after, #bank-configuration-draw-block .bank-configuration-draw::before {
      font-size: 12px;
      width: 100%;
      display: inline-block;
      position: absolute;
      color: #757575; }
    #bank-configuration-draw-block .bank-configuration-draw .airflow-area {
      background-color: #e7e4e4;
      position: relative;
      z-index: 999;
      overflow: hidden; }
      #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-height {
        position: absolute;
        bottom: 0px;
        transform-origin: bottom; }
      #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width {
        position: relative;
        width: fit-content;
        display: flex;
        gap: 0; }
        #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width + .filter-by-width .single-filter {
          border-top: none !important; }
        #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width.h-16 div {
          margin: 0;
          padding: 0;
          border-right: 1px solid #4e44e0;
          border-left: 1px solid #4e44e0; }
          #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width.h-16 div + div {
            border-left-color: transparent !important; }
        #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width.h-20 div {
          margin: 0;
          padding: 0;
          border-right: 1px solid #4e44e0;
          border-left: 1px solid #4e44e0; }
          #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width.h-20 div + div {
            border-left-color: transparent !important; }
        #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width.h-24 div {
          margin: 0;
          padding: 0;
          border-right: 1px solid #4e44e0;
          border-left: 1px solid #4e44e0; }
          #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width.h-24 div + div {
            border-left-color: transparent !important; }
        #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width.h-12 div {
          margin: 0;
          padding: 0;
          border-right: 1px solid #4e44e0;
          border-left: 1px solid #4e44e0; }
          #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width.h-12 div + div {
            border-left-color: transparent !important; }
        #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width div {
          margin: 0;
          padding: 0; }
          #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width div.w-24 {
            border-bottom: 1px solid #000;
            border-top: 1px solid #000;
            display: inline-block; }
          #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width div.w-20 {
            width: 12px;
            border-bottom: 1px solid #000;
            border-top: 1px solid #000;
            display: inline-block; }
          #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width div.w-16 {
            width: 9px;
            border-bottom: 1px solid #000;
            border-top: 1px solid #000;
            display: inline-block; }
          #bank-configuration-draw-block .bank-configuration-draw .airflow-area .filter-by-width div.w-12 {
            border-bottom: 1px solid #000;
            border-top: 1px solid #000;
            display: inline-block; }

.filter-rating-mode.row {
  margin: 0 !important; }
  .filter-rating-mode.row input.w-100 {
    width: 100%; }
  .filter-rating-mode.row > div {
    margin-top: 5px; }
  .filter-rating-mode.row .mounting_angle_tooltip {
    white-space: unset !important;
    margin-left: 0px;
    position: relative;
    cursor: pointer; }
    .filter-rating-mode.row .mounting_angle_tooltip .icon-info {
      top: -3px;
      position: relative; }
    .filter-rating-mode.row .mounting_angle_tooltip:hover .mounting_angle_tooltip_text {
      display: inline-block !important;
      width: fit-content;
      position: absolute;
      content: attr(tooltip);
      left: 20px;
      white-space: pre-wrap;
      /* Allows line breaks */
      display: block;
      padding: 5px 7px;
      box-sizing: border-box;
      background-color: #8d8d8d;
      border-radius: 0.5px;
      font-family: Roboto Medium;
      font-size: 10px;
      line-height: 1.35;
      letter-spacing: 0.07em;
      top: -3px;
      z-index: 2; }
      .filter-rating-mode.row .mounting_angle_tooltip:hover .mounting_angle_tooltip_text span {
        display: block;
        color: #fff;
        line-height: 16px; }

.filter_new_dialog {
  height: 100%; }
  .filter_new_dialog input.w-100 {
    width: 100%; }
  .filter_new_dialog input {
    height: 27px; }
  .filter_new_dialog select {
    line-height: 27px; }
    .filter_new_dialog select.warning {
      border-bottom-color: #dc362e; }
    .filter_new_dialog select option.always-visible {
      display: block !important; }
  .filter_new_dialog .col-xs-7.input-part .col-xs-12, .filter_new_dialog .col-xs-7.input-part .col-xs-10, .filter_new_dialog .col-xs-7.input-part .col-xs-6, .filter_new_dialog .col-xs-7.input-part .col-xs-2, .filter_new_dialog .col-xs-6.input-part .col-xs-12, .filter_new_dialog .col-xs-6.input-part .col-xs-10, .filter_new_dialog .col-xs-6.input-part .col-xs-6, .filter_new_dialog .col-xs-6.input-part .col-xs-2 {
    padding-left: 0; }
  .filter_new_dialog .filter_has_changes {
    color: #518449;
    position: absolute;
    bottom: 55px;
    right: 30px;
    font-size: 13px;
    display: none;
    visibility: hidden; }
    .filter_new_dialog .filter_has_changes.active {
      display: block; }
    .filter_new_dialog .filter_has_changes.visible {
      visibility: visible; }

#rating_mode_filter_content .output-part {
  height: 100%; }
  #rating_mode_filter_content .output-part .more-tab-content {
    margin-top: 8px; }
  #rating_mode_filter_content .output-part .bank_width_height {
    font-size: 13px;
    color: #212121;
    padding: 7px 5px; }
    #rating_mode_filter_content .output-part .bank_width_height span {
      display: inline-block; }
      #rating_mode_filter_content .output-part .bank_width_height span.has_error {
        color: #dc362e; }
  #rating_mode_filter_content .output-part .change_width_span {
    width: 22px; }
  #rating_mode_filter_content .output-part .width-container {
    visibility: hidden;
    position: absolute;
    z-index: 0; }
  #rating_mode_filter_content .output-part ::-webkit-scrollbar-button:vertical:decrement {
    height: 26px; }
  #rating_mode_filter_content .output-part .table-wrapper {
    max-height: 200px;
    overflow-y: auto; }
    #rating_mode_filter_content .output-part .table-wrapper table {
      width: 100%;
      color: #212121;
      font-size: 13px;
      border-collapse: collapse; }
      #rating_mode_filter_content .output-part .table-wrapper table tr td {
        padding: 6px;
        white-space: nowrap; }
        #rating_mode_filter_content .output-part .table-wrapper table tr td.td_qty {
          text-align: right; }
        #rating_mode_filter_content .output-part .table-wrapper table tr td.td_model {
          min-width: 240px;
          width: 420px; }
        #rating_mode_filter_content .output-part .table-wrapper table tr td:empty::before {
          content: '- -';
          padding: 0 2px; }
      #rating_mode_filter_content .output-part .table-wrapper table thead {
        position: sticky;
        top: 0;
        z-index: 1;
        background: white; }
        #rating_mode_filter_content .output-part .table-wrapper table thead tr {
          color: #757575; }
  #rating_mode_filter_content .output-part .more_tabing_output {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    height: unset !important;
    position: absolute;
    top: -5px;
    right: 15px; }
    #rating_mode_filter_content .output-part .more_tabing_output li a {
      color: #757575;
      font-weight: 100;
      font-size: 14px;
      padding: 0;
      line-height: 25px;
      display: inline-block; }
    #rating_mode_filter_content .output-part .more_tabing_output li.active a {
      color: #4285f4 !important; }
  #rating_mode_filter_content .output-part .tab-content {
    min-height: 282px;
    height: calc(100% - 370px); }
    #rating_mode_filter_content .output-part .tab-content.tab-content {
      border: 1px solid #ccc;
      margin-top: 10px; }
  #rating_mode_filter_content .output-part .tab-pane {
    margin-top: -2px !important; }
    #rating_mode_filter_content .output-part .tab-pane#Filter_Frame_output {
      margin-top: 6px !important; }
  #rating_mode_filter_content .output-part .output-data {
    padding-left: 0; }
    #rating_mode_filter_content .output-part .output-data select,
    #rating_mode_filter_content .output-part .output-data input {
      pointer-events: none;
      border-bottom: none;
      -webkit-appearance: none;
      /* Hides the arrow in Chrome, Safari, and Opera */
      -moz-appearance: none;
      /* Hides the arrow in Firefox */
      appearance: none;
      /* Hides the arrow in modern browsers */
      background: none;
      /* Ensures no default background */
      height: 26px;
      font-size: 13px;
      text-align: left;
      padding-left: 5px; }
      #rating_mode_filter_content .output-part .output-data select.has_error,
      #rating_mode_filter_content .output-part .output-data input.has_error {
        color: #dc362e; }

.animate-rotate {
  transform: rotateX(-180deg); }

#rating_mode_special_options_content {
  height: 100%;
  padding: 16px 24px 38px 9px !important; }
  #rating_mode_special_options_content .special_options_new_dialog {
    height: 100%; }
  #rating_mode_special_options_content .row {
    margin: 0 !important; }
  #rating_mode_special_options_content #special_options_new {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%; }
    #rating_mode_special_options_content #special_options_new .table-wrapper.with-scroll {
      padding-right: 15px; }
  #rating_mode_special_options_content .tab-content {
    background: #f5f5f5;
    padding-top: 15px;
    min-height: 100%; }
    #rating_mode_special_options_content .tab-content input:not([type="checkbox"]) {
      padding-left: 5px;
      text-align: left !important; }
  #rating_mode_special_options_content .child-1 {
    min-width: fit-content; }
    #rating_mode_special_options_content .child-1 > div {
      height: 100%; }
    #rating_mode_special_options_content .child-1.nav {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
      #rating_mode_special_options_content .child-1.nav.nav-tabs {
        border: none; }
        #rating_mode_special_options_content .child-1.nav.nav-tabs ul {
          max-height: 100%;
          overflow-y: auto;
          display: flex;
          flex-direction: column; }
          #rating_mode_special_options_content .child-1.nav.nav-tabs ul li {
            font-size: 13px;
            width: 100%;
            padding: 0;
            min-width: 115px; }
            #rating_mode_special_options_content .child-1.nav.nav-tabs ul li[data-name="None_"] {
              order: 1; }
            #rating_mode_special_options_content .child-1.nav.nav-tabs ul li.warning a {
              color: #dc362e !important; }
            #rating_mode_special_options_content .child-1.nav.nav-tabs ul li a {
              color: rgba(0, 0, 0, 0.54);
              padding-top: 7px;
              padding-bottom: 7px;
              display: inherit;
              font-weight: 100;
              text-decoration: none !important;
              white-space: nowrap; }
            #rating_mode_special_options_content .child-1.nav.nav-tabs ul li:hover a {
              font-weight: bold; }
  #rating_mode_special_options_content .child-2 {
    width: 100%;
    padding: 15px;
    padding-top: 27px; }
    #rating_mode_special_options_content .child-2 .table-wrapper {
      overflow-y: auto;
      height: 100%; }
      #rating_mode_special_options_content .child-2 .table-wrapper::-webkit-scrollbar-button:vertical:decrement {
        height: 27px; }
      #rating_mode_special_options_content .child-2 .table-wrapper table {
        width: 100%; }
        #rating_mode_special_options_content .child-2 .table-wrapper table thead {
          position: sticky;
          top: 0;
          background: #f5f5f5;
          /* Important to cover content under sticky header */
          z-index: 1;
          /* Ensure it stays on top */ }
        #rating_mode_special_options_content .child-2 .table-wrapper table tbody {
          display: none; }
          #rating_mode_special_options_content .child-2 .table-wrapper table tbody.active {
            display: table-row-group; }
            #rating_mode_special_options_content .child-2 .table-wrapper table tbody.active tr {
              padding: 2px 0; }
              #rating_mode_special_options_content .child-2 .table-wrapper table tbody.active tr:hover {
                background-color: #e7e7e7;
                cursor: pointer; }
              #rating_mode_special_options_content .child-2 .table-wrapper table tbody.active tr.none-selectable {
                cursor: default; }
              #rating_mode_special_options_content .child-2 .table-wrapper table tbody.active tr td {
                border-bottom: 1px solid #ccc; }
                #rating_mode_special_options_content .child-2 .table-wrapper table tbody.active tr td:nth-last-child(1) {
                  border-color: transparent; }
        #rating_mode_special_options_content .child-2 .table-wrapper table td,
        #rating_mode_special_options_content .child-2 .table-wrapper table th {
          line-height: 33px;
          font-size: 13px;
          padding: 0px 15px;
          text-align: left;
          border: none;
          word-wrap: break-word;
          color: #757575; }
          #rating_mode_special_options_content .child-2 .table-wrapper table td.description .description-tooltip,
          #rating_mode_special_options_content .child-2 .table-wrapper table th.description .description-tooltip {
            display: none; }
          #rating_mode_special_options_content .child-2 .table-wrapper table td.description.ellipsed,
          #rating_mode_special_options_content .child-2 .table-wrapper table th.description.ellipsed {
            position: relative;
            cursor: pointer; }
            #rating_mode_special_options_content .child-2 .table-wrapper table td.description.ellipsed:hover .description-tooltip,
            #rating_mode_special_options_content .child-2 .table-wrapper table th.description.ellipsed:hover .description-tooltip {
              display: block;
              position: fixed;
              font-size: 13px;
              pointer-events: none;
              background: #282828;
              color: #ffffff;
              padding: 5px;
              white-space: wrap;
              line-height: 19px;
              z-index: 5; }
          #rating_mode_special_options_content .child-2 .table-wrapper table td:nth-child(1), #rating_mode_special_options_content .child-2 .table-wrapper table td:nth-child(3),
          #rating_mode_special_options_content .child-2 .table-wrapper table th:nth-child(1),
          #rating_mode_special_options_content .child-2 .table-wrapper table th:nth-child(3) {
            width: 1%;
            white-space: nowrap; }
            #rating_mode_special_options_content .child-2 .table-wrapper table td:nth-child(1) span, #rating_mode_special_options_content .child-2 .table-wrapper table td:nth-child(3) span,
            #rating_mode_special_options_content .child-2 .table-wrapper table th:nth-child(1) span,
            #rating_mode_special_options_content .child-2 .table-wrapper table th:nth-child(3) span {
              min-width: 345px;
              display: inline-block;
              position: relative;
              top: 2px; }
          #rating_mode_special_options_content .child-2 .table-wrapper table td:nth-child(3),
          #rating_mode_special_options_content .child-2 .table-wrapper table th:nth-child(3) {
            text-align: right; }
          #rating_mode_special_options_content .child-2 .table-wrapper table td:nth-child(2),
          #rating_mode_special_options_content .child-2 .table-wrapper table th:nth-child(2) {
            width: auto;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 400px;
            padding-left: 30px; }
          #rating_mode_special_options_content .child-2 .table-wrapper table td input,
          #rating_mode_special_options_content .child-2 .table-wrapper table th input {
            margin-top: 0; }
            #rating_mode_special_options_content .child-2 .table-wrapper table td input[type="number"],
            #rating_mode_special_options_content .child-2 .table-wrapper table th input[type="number"] {
              text-align: right !important;
              height: 33px;
              min-width: 120px;
              padding-bottom: 7px;
              border-color: #ccc;
              position: relative;
              top: 1px;
              -moz-appearance: textfield; }
              #rating_mode_special_options_content .child-2 .table-wrapper table td input[type="number"]:active, #rating_mode_special_options_content .child-2 .table-wrapper table td input[type="number"]:focus,
              #rating_mode_special_options_content .child-2 .table-wrapper table th input[type="number"]:active,
              #rating_mode_special_options_content .child-2 .table-wrapper table th input[type="number"]:focus {
                border-color: #4285f4; }
              #rating_mode_special_options_content .child-2 .table-wrapper table td input[type="number"]::-webkit-outer-spin-button, #rating_mode_special_options_content .child-2 .table-wrapper table td input[type="number"]::-webkit-inner-spin-button,
              #rating_mode_special_options_content .child-2 .table-wrapper table th input[type="number"]::-webkit-outer-spin-button,
              #rating_mode_special_options_content .child-2 .table-wrapper table th input[type="number"]::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0; }
            #rating_mode_special_options_content .child-2 .table-wrapper table td input[type="checkbox"],
            #rating_mode_special_options_content .child-2 .table-wrapper table th input[type="checkbox"] {
              margin-right: 10px; }
    #rating_mode_special_options_content .child-2 .special-options-labels td {
      font-family: Roboto Medium; }

.edit-profile-popup .row {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.edit-profile-popup .active {
  display: inline-block !important; }

.edit-profile-popup .label {
  padding-left: 15px; }

.edit-profile-popup #avatar_upload {
  height: 620px; }

.edit-profile-popup .req-error {
  color: #ff5c4b;
  position: absolute;
  top: -10px;
  text-align: center;
  width: 100%;
  font-size: 13px; }

.edit-profile-popup .popup-content {
  width: 1100px;
  top: 10vh;
  left: calc(50% - 550px);
  white-space: nowrap;
  letter-spacing: -0.25em;
  padding: 0;
  background-color: #f2efee;
  border-radius: 0; }
  .edit-profile-popup .popup-content > * {
    white-space: normal;
    vertical-align: top;
    letter-spacing: normal; }
  .edit-profile-popup .popup-content .profile-picture {
    width: 275px;
    background-color: #f2efee;
    text-align: center;
    height: 100%; }
    .edit-profile-popup .popup-content .profile-picture i {
      font-size: 266px;
      color: #a5a5a5;
      margin-top: -26px;
      display: inline-block;
      /* position: absolute;*/
      left: 15px;
      /* margin-bottom: 150px;*/ }
    .edit-profile-popup .popup-content .profile-picture .editing-btns {
      width: 100%;
      padding-top: 45px;
      display: inline-block;
      text-align: center;
      padding-left: 10px;
      margin-bottom: 5px;
      position: relative;
      z-index: 2; }
    .edit-profile-popup .popup-content .profile-picture .editing-btn {
      font-size: 13px;
      color: #4285f4;
      padding: 2px 10px;
      cursor: pointer; }
    .edit-profile-popup .popup-content .profile-picture img {
      width: 220px;
      height: 220px;
      border-radius: 50%;
      margin-top: 26px; }
    .edit-profile-popup .popup-content .profile-picture .img-format-hint {
      position: absolute;
      color: #a5a5a5;
      font-size: 13px;
      display: inline-block;
      left: 0;
      width: 100%;
      bottom: 116px;
      white-space: nowrap; }
    .edit-profile-popup .popup-content .profile-picture #avatar_upload_form + div.image-wrapper {
      min-height: 345px; }
    .edit-profile-popup .popup-content .profile-picture h4 {
      font-family: Roboto Medium;
      font-size: 15px; }
    .edit-profile-popup .popup-content .profile-picture h5 {
      font-size: 14px; }
    .edit-profile-popup .popup-content .profile-picture h4, .edit-profile-popup .popup-content .profile-picture h5 {
      color: #212121;
      line-height: 1.4; }
  .edit-profile-popup .popup-content .profile-info {
    padding-top: 47px;
    background-color: #fff; }
    .edit-profile-popup .popup-content .profile-info .list-inline {
      white-space: nowrap;
      letter-spacing: -0.25em;
      max-height: 460px; }
      .edit-profile-popup .popup-content .profile-info .list-inline > * {
        white-space: normal;
        letter-spacing: normal; }
    .edit-profile-popup .popup-content .profile-info .contact-info-group > div:nth-child(4), .edit-profile-popup .popup-content .profile-info .contact-info-group > div:nth-child(5), .edit-profile-popup .popup-content .profile-info .contact-info-group > div:nth-child(6) {
      top: 103px;
      padding-bottom: 9px; }
      .edit-profile-popup .popup-content .profile-info .contact-info-group > div:nth-child(4) .output, .edit-profile-popup .popup-content .profile-info .contact-info-group > div:nth-child(4) .label, .edit-profile-popup .popup-content .profile-info .contact-info-group > div:nth-child(5) .output, .edit-profile-popup .popup-content .profile-info .contact-info-group > div:nth-child(5) .label, .edit-profile-popup .popup-content .profile-info .contact-info-group > div:nth-child(6) .output, .edit-profile-popup .popup-content .profile-info .contact-info-group > div:nth-child(6) .label {
        padding-top: 3px; }
    .edit-profile-popup .popup-content .profile-info .popup-inputs-group {
      border-right: 1px solid #dedede; }
      .edit-profile-popup .popup-content .profile-info .popup-inputs-group .row {
        padding: 10px 0; }
    .edit-profile-popup .popup-content .profile-info .personal-info,
    .edit-profile-popup .popup-content .profile-info .contact-info {
      box-sizing: border-box;
      vertical-align: top; }
      .edit-profile-popup .popup-content .profile-info .personal-info h4,
      .edit-profile-popup .popup-content .profile-info .contact-info h4 {
        font-size: 16px !important;
        margin-bottom: 30px;
        margin-top: 0; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div input::-webkit-input-placeholder,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input::-webkit-input-placeholder {
        color: transparent; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div .placeholder-label-ext, .edit-profile-popup .popup-content .profile-info .personal-info div div .placeholder-label-mob, .edit-profile-popup .popup-content .profile-info .personal-info div div .placeholder-label-work, .edit-profile-popup .popup-content .profile-info .personal-info div div .placeholder-label-email,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .placeholder-label-ext,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .placeholder-label-mob,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .placeholder-label-work,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .placeholder-label-email {
        margin-top: 8px;
        position: absolute;
        font-size: 13px;
        pointer-events: none;
        color: #a5a5a5;
        font-weight: lighter;
        text-transform: capitalize; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div .placeholder-label-ext,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .placeholder-label-ext {
        right: 83px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div .placeholder-label-mob,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .placeholder-label-mob {
        right: 248px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div .placeholder-label-work,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .placeholder-label-work {
        right: 256px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div .placeholder-label-email,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .placeholder-label-email {
        right: 253px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:focus + .placeholder-label-ext,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:not(:placeholder-shown) + .placeholder-label-ext,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:focus + .placeholder-label-ext,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:not(:placeholder-shown) + .placeholder-label-ext {
        transition: 0.2s ease all;
        font-family: roboto;
        margin-top: -6px;
        color: #4285f4;
        font-size: 11px;
        margin-right: 4px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:focus + .placeholder-label-mob,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:not(:placeholder-shown) + .placeholder-label-mob,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:focus + .placeholder-label-work,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:not(:placeholder-shown) + .placeholder-label-work,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:focus + .placeholder-label-email,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:not(:placeholder-shown) + .placeholder-label-email,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:focus + .placeholder-label-mob,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:not(:placeholder-shown) + .placeholder-label-mob,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:focus + .placeholder-label-work,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:not(:placeholder-shown) + .placeholder-label-work,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:focus + .placeholder-label-email,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:not(:placeholder-shown) + .placeholder-label-email {
        transition: 0.2s ease all;
        font-family: roboto;
        margin-top: -6px;
        color: #4285f4;
        font-size: 11px;
        margin-right: 6px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:focus:not(:placeholder-shown) + .placeholder-label-ext,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:focus:not(:placeholder-shown) + .placeholder-label-mob,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:focus:not(:placeholder-shown) + .placeholder-label-work,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:focus:not(:placeholder-shown) + .placeholder-label-email,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:focus:not(:placeholder-shown) + .placeholder-label-ext,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:focus:not(:placeholder-shown) + .placeholder-label-mob,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:focus:not(:placeholder-shown) + .placeholder-label-work,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:focus:not(:placeholder-shown) + .placeholder-label-email {
        color: #4285f4; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:not(:placeholder-shown) + .placeholder-label-ext,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:not(:placeholder-shown) + .placeholder-label-mob,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:not(:placeholder-shown) + .placeholder-label-work,
      .edit-profile-popup .popup-content .profile-info .personal-info div div input:not(:placeholder-shown) + .placeholder-label-email,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:not(:placeholder-shown) + .placeholder-label-ext,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:not(:placeholder-shown) + .placeholder-label-mob,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:not(:placeholder-shown) + .placeholder-label-work,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input:not(:placeholder-shown) + .placeholder-label-email {
        color: #a5a5a5; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div div,
      .edit-profile-popup .popup-content .profile-info .contact-info div div div {
        position: relative; }
        .edit-profile-popup .popup-content .profile-info .personal-info div div div .note,
        .edit-profile-popup .popup-content .profile-info .contact-info div div div .note {
          padding: 0;
          position: absolute;
          color: #a5a5a5;
          left: 138px;
          top: 30px;
          opacity: 0;
          display: inline-block;
          width: 100%;
          white-space: nowrap; }
        .edit-profile-popup .popup-content .profile-info .personal-info div div div input:invalid, .edit-profile-popup .popup-content .profile-info .personal-info div div div input.invalid,
        .edit-profile-popup .popup-content .profile-info .contact-info div div div input:invalid,
        .edit-profile-popup .popup-content .profile-info .contact-info div div div input.invalid {
          border-color: #dc362e; }
          .edit-profile-popup .popup-content .profile-info .personal-info div div div input:invalid ~ .note, .edit-profile-popup .popup-content .profile-info .personal-info div div div input.invalid ~ .note,
          .edit-profile-popup .popup-content .profile-info .contact-info div div div input:invalid ~ .note,
          .edit-profile-popup .popup-content .profile-info .contact-info div div div input.invalid ~ .note {
            color: #dc362e;
            opacity: 1; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div .label,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .label {
        display: inline-block;
        font-size: 13px;
        color: #9e9e9e;
        text-align: left; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div input,
      .edit-profile-popup .popup-content .profile-info .contact-info div div input {
        width: calc( 100% - 150px);
        font-size: 13px; }
        .edit-profile-popup .popup-content .profile-info .personal-info div div input + .show-pswd,
        .edit-profile-popup .popup-content .profile-info .contact-info div div input + .show-pswd {
          margin-left: -45px;
          color: #4285f4;
          font-size: 13px;
          cursor: pointer;
          display: none; }
          .edit-profile-popup .popup-content .profile-info .personal-info div div input + .show-pswd + .hide-pswd,
          .edit-profile-popup .popup-content .profile-info .contact-info div div input + .show-pswd + .hide-pswd {
            margin-left: -45px;
            color: #4285f4;
            font-size: 13px;
            cursor: pointer;
            display: none; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div .required:after,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .required:after {
        font-size: 12px;
        margin-top: -8px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div .required.set-by-admin:after,
      .edit-profile-popup .popup-content .profile-info .contact-info div div .required.set-by-admin:after {
        text-shadow: 6px 0px 0px #757575; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div.city-state-postal-code input:first-of-type,
      .edit-profile-popup .popup-content .profile-info .contact-info div div.city-state-postal-code input:first-of-type {
        width: 30%; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div.city-state-postal-code input:nth-of-type(2), .edit-profile-popup .popup-content .profile-info .personal-info div div.city-state-postal-code input:nth-of-type(3),
      .edit-profile-popup .popup-content .profile-info .contact-info div div.city-state-postal-code input:nth-of-type(2),
      .edit-profile-popup .popup-content .profile-info .contact-info div div.city-state-postal-code input:nth-of-type(3) {
        width: calc(30% - 79px);
        margin-left: 10px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div.tel-office-ext input:first-of-type,
      .edit-profile-popup .popup-content .profile-info .contact-info div div.tel-office-ext input:first-of-type {
        width: calc(100% - 145px); }
      .edit-profile-popup .popup-content .profile-info .personal-info div div.tel-office-ext input:nth-of-type(2),
      .edit-profile-popup .popup-content .profile-info .contact-info div div.tel-office-ext input:nth-of-type(2) {
        width: 60px;
        margin-left: 10px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div.top-margin,
      .edit-profile-popup .popup-content .profile-info .contact-info div div.top-margin {
        margin-top: 59px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div.access-type .label,
      .edit-profile-popup .popup-content .profile-info .personal-info div div.access-type .output,
      .edit-profile-popup .popup-content .profile-info .contact-info div div.access-type .label,
      .edit-profile-popup .popup-content .profile-info .contact-info div div.access-type .output {
        font-size: 13px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div.access-type .label,
      .edit-profile-popup .popup-content .profile-info .contact-info div div.access-type .label {
        width: 130px; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div.access-type .output,
      .edit-profile-popup .popup-content .profile-info .contact-info div div.access-type .output {
        color: #212121; }
      .edit-profile-popup .popup-content .profile-info .personal-info div div.access-type.top-margin,
      .edit-profile-popup .popup-content .profile-info .contact-info div div.access-type.top-margin {
        margin-top: 211px; }
    .edit-profile-popup .popup-content .profile-info .personal-info div div .label {
      width: 130px; }
    .edit-profile-popup .popup-content .profile-info .contact-info div .col-xs-12 .label {
      font-size: 13px;
      color: #9e9e9e; }
    .edit-profile-popup .popup-content .profile-info .contact-info div .col-xs-12 .long {
      width: calc( 100% - 55px); }
    .edit-profile-popup .popup-content .profile-info .contact-info div .col-xs-12 .medium {
      width: calc( 100% - 145px); }
    .edit-profile-popup .popup-content .profile-info .contact-info div .col-xs-12 .small {
      width: calc( 100% - 235px);
      margin-left: 10px; }
    .edit-profile-popup .popup-content .profile-info .contact-info div .col-xs-12 .output {
      font-size: 13px;
      color: #212121; }
  .edit-profile-popup .popup-content .popup-control-buttons {
    margin: 32px 0px 10px;
    padding: 37px 0px 00px 0;
    width: calc(100% - 30px);
    left: 15px; }
  .edit-profile-popup .popup-content .note {
    width: auto;
    bottom: 5px;
    font-size: 13px;
    left: 20px; }
    .edit-profile-popup .popup-content .note h6 {
      line-height: 1.6;
      color: #a5a5a5;
      margin-top: 5px;
      margin-bottom: 5px; }
      .edit-profile-popup .popup-content .note h6 span {
        color: #a5a5a5;
        display: inline-block;
        width: 16px;
        padding-right: 5px;
        text-align: right;
        vertical-align: 0px; }

.edit-profile-popup .password-conditions {
  margin-left: 125px; }
  .edit-profile-popup .password-conditions .passowrd-tooltip {
    max-width: 305px;
    margin-left: 5px; }

.user-popup .popup-content {
  width: 762px;
  left: calc(50vw - 361px);
  top: calc(50vh - 328px); }

.user-popup .popup-heading {
  text-transform: uppercase;
  padding: 18px 28px; }

.user-popup .popup-content-part {
  padding: 0 24px 70px;
  margin-bottom: 20px;
  position: relative; }
  .user-popup .popup-content-part:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 24px;
    display: inline-block;
    width: calc(100% - 48px);
    height: 0px;
    border-top: 1px solid #efeff0; }
  .user-popup .popup-content-part .user-popup-pager {
    width: 100%;
    border-bottom: 1px solid #efeff0;
    margin-bottom: 30px; }
    .user-popup .popup-content-part .user-popup-pager li {
      width: auto;
      padding: 0px;
      display: inline-block; }
      .user-popup .popup-content-part .user-popup-pager li button {
        font-family: Roboto;
        font-size: 12px;
        line-height: 0.7;
        color: #212121;
        background-color: #f8f8f7;
        padding: 17px 23px 14px 24px;
        text-transform: uppercase;
        border-radius: 0;
        box-sizing: border-box;
        border-bottom: 3px solid transparent; }
        .user-popup .popup-content-part .user-popup-pager li button:hover {
          border-bottom-color: rgba(130, 209, 136, 0.5); }
        .user-popup .popup-content-part .user-popup-pager li button.active {
          font-family: Roboto Medium;
          border-bottom-color: #82d188; }
  .user-popup .popup-content-part .user-popup-page {
    display: none;
    width: 100%;
    white-space: normal; }
    .user-popup .popup-content-part .user-popup-page.active {
      display: inline-block; }
    .user-popup .popup-content-part .user-popup-page select {
      margin-top: 10px;
      vertical-align: middle; }
    .user-popup .popup-content-part .user-popup-page[name="product_rep"] {
      padding-top: 25px;
      padding-bottom: 0; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .btn-round {
        display: inline-block;
        position: absolute;
        top: 95px;
        right: 23px;
        color: #518449;
        padding: 9px 8px 7px;
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 13px; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .btn-round:after {
          white-space: nowrap;
          top: 44px;
          left: -15px; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .btn-round i:before {
          font-size: 20px;
          line-height: 0.9; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group-heading,
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group {
        width: 100%;
        display: inline-block; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group-heading,
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li {
        position: relative; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group-heading > *,
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li > * {
          display: inline-block; }
          .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group-heading > *:not(.ctrl-btn),
          .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li > *:not(.ctrl-btn) {
            margin-right: 40px; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group-heading > * {
        vertical-align: top; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group-heading > *:nth-child(1) {
          width: 160px;
          margin-right: 50px;
          margin-left: 60px; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group-heading > *:nth-child(2) {
          width: calc(100% - 285px);
          text-align: right;
          margin-right: 0; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li > * {
        vertical-align: middle; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li > * h5 {
          font-size: 13px;
          color: #212121;
          padding: 0px;
          box-sizing: border-box;
          width: 100%; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li > * select {
          width: 100%;
          box-sizing: border-box; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li > * input:not([type="checkbox"]) {
          width: 130px; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li > *:nth-child(1) {
          width: 50px;
          text-align: center;
          margin-right: 9px; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li > *:nth-child(2) {
          width: 150px;
          margin-right: 50px; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li > *:nth-child(3) {
          width: calc(100% - 268px);
          text-align: right;
          margin-right: 0; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group > li label {
        padding: 5px 0; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group-heading {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
        line-height: 1.4; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group {
        height: 299px;
        overflow: auto; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .popup-inputs-group:after {
          display: none; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .label:not([class*="icon"]) {
        width: 300px; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .label:not([class*="icon"]) ~ input,
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .label:not([class*="icon"]) ~ select {
          box-sizing: border-box;
          width: 100px; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"] .ctrl-btn {
        position: absolute;
        top: 10px;
        right: 0;
        margin-right: 0; }
        .user-popup .popup-content-part .user-popup-page[name="product_rep"] .ctrl-btn:after {
          top: 26px;
          right: -12px; }
      .user-popup .popup-content-part .user-popup-page[name="product_rep"].active .err-msg.visible {
        display: inline-block; }
    .user-popup .popup-content-part .user-popup-page ul {
      vertical-align: top; }
      .user-popup .popup-content-part .user-popup-page ul.popup-inputs-group {
        width: 400px;
        position: relative;
        padding-right: 15px; }
        .user-popup .popup-content-part .user-popup-page ul.popup-inputs-group:after {
          content: '';
          position: absolute;
          top: 20px;
          right: 0px;
          display: inline-block;
          width: 0;
          height: 340px;
          border-right: 1px solid #efeff0; }
        .user-popup .popup-content-part .user-popup-page ul.popup-inputs-group .label {
          vertical-align: -7px; }
        .user-popup .popup-content-part .user-popup-page ul.popup-inputs-group label {
          position: relative; }
          .user-popup .popup-content-part .user-popup-page ul.popup-inputs-group label input:invalid ~ .note:not(.err-text), .user-popup .popup-content-part .user-popup-page ul.popup-inputs-group label input.invalid ~ .note:not(.err-text) {
            color: #dc362e;
            opacity: 1; }
          .user-popup .popup-content-part .user-popup-page ul.popup-inputs-group label input.username-invalid:not(.invalid) ~ .err-text {
            color: #dc362e;
            opacity: 1; }
          .user-popup .popup-content-part .user-popup-page ul.popup-inputs-group label .note {
            padding: 0;
            position: absolute;
            color: #a5a5a5;
            left: 102px;
            top: 44px;
            opacity: 0; }
      .user-popup .popup-content-part .user-popup-page ul.address-inputs-group {
        width: calc(100% - 407px);
        padding-left: 30px; }
        .user-popup .popup-content-part .user-popup-page ul.address-inputs-group li {
          margin: 6px 0 3px; }
          .user-popup .popup-content-part .user-popup-page ul.address-inputs-group li input {
            width: calc(100% - 35px); }
          .user-popup .popup-content-part .user-popup-page ul.address-inputs-group li.tel-office-ext input:first-of-type {
            width: calc(100% - 95px); }
          .user-popup .popup-content-part .user-popup-page ul.address-inputs-group li.tel-office-ext input:nth-of-type(2) {
            width: 50px;
            margin-left: 10px; }
          .user-popup .popup-content-part .user-popup-page ul.address-inputs-group li.net-price-item {
            margin-top: 68px; }
            .user-popup .popup-content-part .user-popup-page ul.address-inputs-group li.net-price-item:focus-within .label {
              color: #4285f4; }
            .user-popup .popup-content-part .user-popup-page ul.address-inputs-group li.net-price-item .label {
              width: 140px;
              margin-right: 33px; }
              .user-popup .popup-content-part .user-popup-page ul.address-inputs-group li.net-price-item .label:not([class*="icon"]) ~ input {
                vertical-align: top;
                margin-top: 0px;
                width: 100px;
                padding-bottom: 3px; }
      .user-popup .popup-content-part .user-popup-page ul li {
        width: 100%; }
        .user-popup .popup-content-part .user-popup-page ul li label {
          width: 100%; }
          .user-popup .popup-content-part .user-popup-page ul li label .note {
            position: static;
            display: block;
            padding-left: 120px;
            font-size: 11px; }
        .user-popup .popup-content-part .user-popup-page ul li .label:not([class*="icon"]) {
          width: 90px;
          margin-right: 13px; }
          .user-popup .popup-content-part .user-popup-page ul li .label:not([class*="icon"]) ~ input,
          .user-popup .popup-content-part .user-popup-page ul li .label:not([class*="icon"]) ~ select {
            box-sizing: border-box;
            width: calc(100% - 120px); }
            .user-popup .popup-content-part .user-popup-page ul li .label:not([class*="icon"]) ~ input + .show-pswd,
            .user-popup .popup-content-part .user-popup-page ul li .label:not([class*="icon"]) ~ select + .show-pswd {
              margin-left: -45px;
              color: #4285f4;
              font-size: 11px;
              vertical-align: -5px; }
        .user-popup .popup-content-part .user-popup-page ul li input[name="tel_office_extension"] {
          margin-top: 10px; }
  .user-popup .popup-content-part .note {
    width: 530px;
    left: auto;
    bottom: -55px;
    font-size: 13px; }
    .user-popup .popup-content-part .note span {
      display: inline-block; }
    .user-popup .popup-content-part .note .err-text, .user-popup .popup-content-part .note.err-msg {
      color: #dc362e; }
    .user-popup .popup-content-part .note.err-msg {
      width: calc(100% - 200px);
      text-align: right;
      display: none; }

.popup-wrapper {
  display: none !important;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1000;
  cursor: default; }
  .popup-wrapper.active, .popup-wrapper.open {
    display: block !important; }
    .popup-wrapper.active .popup-content, .popup-wrapper.open .popup-content {
      animation-name: easePopup;
      animation-duration: 0.3s;
      animation-iteration-count: 1; }
  .popup-wrapper .duplicate-popup {
    top: 25vh !important; }
  .popup-wrapper .duplicate-popup-header {
    padding-bottom: 20px; }
    .popup-wrapper .duplicate-popup-header .col-xs-10 {
      padding-top: 5px; }
      .popup-wrapper .duplicate-popup-header .col-xs-10 span {
        margin-left: 10px; }
  .popup-wrapper #duclicate-project-select #searchableDropdown {
    max-width: 550px !important; }
    @media (max-height: 900px) {
      .popup-wrapper #duclicate-project-select #searchableDropdown ul.searchableDropdown-list {
        max-height: 300px; } }
    @media (max-height: 750px) {
      .popup-wrapper #duclicate-project-select #searchableDropdown ul.searchableDropdown-list {
        max-height: 200px; } }
  .popup-wrapper .duplicate-popup-row {
    padding-top: 2px;
    padding-bottom: 2px; }
    .popup-wrapper .duplicate-popup-row .underline {
      padding-left: 10px; }
    .popup-wrapper .duplicate-popup-row .col-xs-10 {
      padding-top: 4px; }
  .popup-wrapper .duplicate-top-margin {
    margin-top: 10px; }
  .popup-wrapper .duplicate-popup-label {
    padding-left: 10px; }
  .popup-wrapper .name {
    padding-top: 3px; }
  .popup-wrapper.report-generation-popup .popup-control-buttons {
    padding: 10px 0; }
  .popup-wrapper.report-generation-popup .popup-heading {
    padding-left: 0; }
  .popup-wrapper.report-generation-popup .popup-content {
    left: calc(50% - 200px) !important;
    top: calc(50% - 116px) !important; }
    .popup-wrapper.report-generation-popup .popup-content .heads_up {
      font-family: Roboto Medium;
      padding-bottom: 5px;
      color: #333 !important; }
    .popup-wrapper.report-generation-popup .popup-content .empty-row {
      visibility: hidden; }
  .popup-wrapper.width-small .popup-content {
    width: 390px;
    top: 20vh;
    left: calc(50% - 250px); }
    .popup-wrapper.width-small .popup-content .section-tag-value {
      color: #333333;
      text-transform: uppercase; }
  .popup-wrapper.width-medium .popup-content {
    width: 690px;
    top: 10vh;
    left: calc(50% - 345px); }
  .popup-wrapper.width-large-sign-in .popup-content {
    border-radius: 0px;
    width: 800px;
    top: 5vh;
    left: calc(50% - 415px);
    font-family: Roboto;
    text-align: justify;
    padding: 28px 40px 25px 40px;
    max-height: 90%;
    bottom: 5vh; }
    .popup-wrapper.width-large-sign-in .popup-content .popup-control-buttons button {
      width: 100%;
      color: #fff !important;
      background-color: #2085df;
      border: 1px solid #1974c6;
      height: 32px;
      font-size: 14px; }
    .popup-wrapper.width-large-sign-in .popup-content p {
      margin-top: 2px; }
    .popup-wrapper.width-large-sign-in .popup-content .popup-content-part .underline {
      padding-left: 5px !important; }
    .popup-wrapper.width-large-sign-in .popup-content .popup-content-part > *:first-child {
      margin-top: 0; }
    .popup-wrapper.width-large-sign-in .popup-content .popup-heading-blok {
      /* position: fixed;*/
      /*width: 800px;*/
      /*height: 75px;*/
      /*top: 5vh;
      margin: 0px;
      padding: 0px;
      left: calc(50vw - 415px);*/ }
    .popup-wrapper.width-large-sign-in .popup-content .popup-heading {
      padding: 0 0 20px; }
    .popup-wrapper.width-large-sign-in .popup-content .popup-content-part {
      margin: 0 !important;
      overflow: auto;
      padding: 0px;
      /*padding-top: 23px;*/
      overflow: auto;
      max-height: calc(100% - 75px);
      position: absolute;
      padding-right: 40px; }
      .popup-wrapper.width-large-sign-in .popup-content .popup-content-part .popup-control-buttons {
        padding: 20px 0px 0px 0px; }
        .popup-wrapper.width-large-sign-in .popup-content .popup-content-part .popup-control-buttons button {
          padding: 0px; }
      .popup-wrapper.width-large-sign-in .popup-content .popup-content-part h2 {
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.5; }
      .popup-wrapper.width-large-sign-in .popup-content .popup-content-part ul li:before {
        content: "-";
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px; }
    .popup-wrapper.width-large-sign-in .popup-content .note {
      padding: 0px;
      bottom: 0px;
      margin: 0px;
      left: calc(100% - 172px);
      top: 38px;
      width: 17%;
      /*    height: 2%;*/ }
  .popup-wrapper.width-large .popup-content {
    width: 650px;
    top: calc(50vh - 400px);
    left: calc(50vw - 325px); }
  .popup-wrapper.create-popup .popup-content {
    width: 380px;
    top: 20vh;
    left: calc(50vw - 190px); }
    .popup-wrapper.create-popup .popup-content .popup-content-part {
      padding: 15px 24px; }
  .popup-wrapper.delete-market .popup-content {
    width: 380px;
    left: calc(50vw - 190px); }
  .popup-wrapper ::-webkit-scrollbar-button:vertical:decrement {
    height: 2px !important; }

.popup-content {
  position: absolute;
  box-sizing: border-box;
  /*border-radius: 0.25em;*/
  padding: 0 0 10px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
  display: block;
  background: #fff;
  z-index: 100000000; }
  .popup-content.universal-popup {
    width: 380px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .popup-content input.prj-name {
    padding-right: 15px; }
    .popup-content input.prj-name:focus + .text-clear {
      top: 0px; }

.popup-heading {
  background-color: #fff;
  padding: 20px 24px;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.3;
  width: 100%;
  box-sizing: border-box; }
  .popup-heading i {
    color: #757575;
    cursor: pointer; }
    .popup-heading i.close-btn {
      position: relative;
      z-index: 2; }
  .popup-heading + .popup-content-part {
    margin: 0; }

.popup-content-part {
  border-style: solid;
  border-color: #ddd;
  box-sizing: border-box;
  padding: 0px 24px;
  min-height: 120px;
  margin: 0; }
  .popup-content-part.accss-section + .popup-content-part {
    top: -15px; }
  .popup-content-part.v-brd {
    border-width: 1px 0; }
  .popup-content-part.top-brd {
    border-width: 1px 0 0 0; }
  .popup-content-part.bottom-brd {
    border-width: 0 0 1px 0; }
  .popup-content-part label {
    /* width: 100%; */
    display: inline-block; }
    .popup-content-part label .label {
      width: 58%;
      display: inline-block; }
  .popup-content-part p,
  .popup-content-part span {
    font-size: 13px;
    line-height: 1.5;
    color: #6a6a6a;
    text-align: left;
    white-space: normal; }
    .popup-content-part p + input,
    .popup-content-part p + .model-name,
    .popup-content-part span + input,
    .popup-content-part span + .model-name {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px; }
  .popup-content-part > p {
    color: #6a6a6a !important; }
    .popup-content-part > p:first-child {
      min-height: 58px; }
  .popup-content-part .text-upper-case {
    text-transform: capitalize; }
  .popup-content-part > span {
    color: #757575;
    /* display: inline-block;
    width: 100%; */ }
  .popup-content-part .model-name,
  .popup-content-part .section-tag-value {
    font-size: 13px;
    color: #757575;
    margin-top: 20px;
    display: inline-block;
    position: static !important;
    font-weight: 700; }
  .popup-content-part .model-name {
    padding-left: 0 !important; }
  .popup-content-part .validation-note {
    font-size: 11px;
    color: #dc362e;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; }
  .popup-content-part .invalid-field {
    border-color: #dc362e !important; }
    .popup-content-part .invalid-field + .validation-note,
    .popup-content-part .invalid-field + i + .validation-note {
      opacity: 1;
      visibility: visible; }
  .popup-content-part .deleted-items {
    font-size: 13px;
    line-height: 1.5;
    color: #757575;
    display: inline-block;
    width: 100%;
    overflow: auto;
    max-height: calc(80vh - 280px); }
    .popup-content-part .deleted-items p {
      word-wrap: break-word;
      display: inline; }
    .popup-content-part .deleted-items li {
      margin-top: 20px !important;
      color: #333333 !important;
      padding: 3px 16px 3px 0;
      font-weight: 700; }
      .popup-content-part .deleted-items li *, .popup-content-part .deleted-items li p {
        color: #333333 !important;
        font-weight: 700; }
  .popup-content-part .password input {
    width: 240px !important;
    margin-right: 10px; }
    .popup-content-part .password input + button {
      display: inline-block;
      vertical-align: middle;
      color: #757575; }
      .popup-content-part .password input + button i {
        display: inline-block;
        vertical-align: sub;
        margin: 0px 5px 0 0; }

.two-cols-popup-content,
.two-heading {
  width: 100%;
  display: inline-block;
  white-space: nowrap; }
  .two-cols-popup-content > *,
  .two-heading > * {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: 50%; }

.two-heading {
  font-family: Roboto;
  font-size: 14px;
  color: #212121;
  padding: 20px 26px 0;
  box-sizing: border-box;
  line-height: 1.2; }
  .two-heading > *:nth-child(2) {
    padding-left: 15px; }

.two-cols-popup-content {
  padding: 0 26px; }
  .two-cols-popup-content ul {
    padding: 0;
    max-height: calc(80vh - 178px);
    overflow: auto; }
    .two-cols-popup-content ul:first-of-type {
      border-right: 1px solid #ddd; }
    .two-cols-popup-content ul li {
      text-transform: capitalize;
      padding: 0px;
      border-bottom: 1px solid #ddd;
      cursor: pointer;
      font-size: 13px;
      color: #212121;
      position: relative; }
      .two-cols-popup-content ul li label {
        color: #212121;
        width: 100%;
        padding: 15px 0; }
      .two-cols-popup-content ul li input {
        margin: -1px 10px 1px 0;
        vertical-align: middle; }
        .two-cols-popup-content ul li input:active, .two-cols-popup-content ul li input:focus {
          outline: none !important; }
      .two-cols-popup-content ul li i {
        position: absolute;
        right: 17px;
        top: 12px;
        font-size: 22px;
        color: #757575; }
      .two-cols-popup-content ul li > span {
        display: inline-block;
        color: #212121;
        line-height: 1.3;
        padding: 16px 15px 17px; }

.popup-control-buttons {
  padding: 0 21px 0 26px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box; }
  .popup-control-buttons button {
    float: right;
    margin-left: 10px;
    border: none;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
    letter-spacing: normal;
    padding: 8px 5px;
    width: auto;
    margin-left: 10px;
    color: #4285f4 !important;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px !important; }
    .popup-control-buttons button:hover {
      box-shadow: none;
      font-family: 'Roboto Medium';
      filter: brightness(87%); }
    .popup-control-buttons button:focus, .popup-control-buttons button[autofocus="true"] {
      font-weight: bold; }
    .popup-control-buttons button.highlighted-btn {
      font-family: Roboto Medium;
      font-weight: 500 !important; }
    .popup-control-buttons button.not-highlighted-btn {
      opacity: 0.9; }

.popup-note {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-family: Roboto;
  font-size: 13px;
  color: #9e9e9e; }

.workflow-popup .popup-content {
  width: 760px;
  top: calc(50% - 355px);
  left: calc(50% - 330px); }

.workflow-popup .popup-heading:before {
  display: inline-block;
  vertical-align: -3px; }

.workflow-popup .workflow-content-heading {
  margin: 5px 0 0;
  width: 100%;
  padding: 10px 33px 10px 45px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  height: 33px; }
  .workflow-popup .workflow-content-heading li {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 15px 0 14px !important;
    color: #757575;
    box-sizing: border-box; }

.workflow-popup .critical-task-note {
  color: #dc362e;
  font-size: 13px;
  position: absolute;
  bottom: 35px;
  left: 25px; }

.workflow-popup .popup-content-part {
  padding: 0;
  margin-top: 0;
  overflow: auto;
  margin: 7px 0; }

.workflow-popup .list-rows {
  height: 565px; }
  .workflow-popup .list-rows.extra-height {
    height: 595px; }
  .workflow-popup .list-rows > li {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    white-space: nowrap;
    height: 46px;
    padding: 9px 15px 10px; }
    .workflow-popup .list-rows > li:not(:first-of-type) {
      height: 44px;
      padding: 7px 15px 10px; }
    .workflow-popup .list-rows > li.critical-task {
      height: 82px;
      position: relative;
      font-size: 11px; }
      .workflow-popup .list-rows > li.critical-task .heads-up-note {
        position: absolute;
        left: 31px;
        bottom: 7px;
        color: #dc362e; }
        .workflow-popup .list-rows > li.critical-task .heads-up-note h5 {
          font-family: Roboto Medium; }
    .workflow-popup .list-rows > li > * {
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      white-space: normal; }
    .workflow-popup .list-rows > li .label {
      padding-top: 1px;
      /*width: 30%;*/
      color: #212121;
      /*color: #9e9e9e;*/
      position: absolute;
      left: -126px;
      font-weight: 400; }
      .workflow-popup .list-rows > li .label i {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        color: #757575; }
    .workflow-popup .list-rows > li label {
      cursor: pointer;
      padding: 4px 0 3px; }
      .workflow-popup .list-rows > li label .checkbox-label {
        text-transform: uppercase;
        color: #212121;
        padding: 0 12px;
        position: absolute;
        /* left:35%;*/ }
      .workflow-popup .list-rows > li label .checbox-view {
        display: inline-block;
        vertical-align: -5px;
        box-sizing: border-box;
        width: 32px;
        height: 19px;
        background-color: #c6c6c6;
        border: 1px solid #c6c6c6;
        position: relative;
        border-radius: 10px;
        transition: all 0.3s;
        left: 100px;
        /*position: absolute;*/ }
        .workflow-popup .list-rows > li label .checbox-view:before {
          content: '';
          position: absolute;
          width: 19px;
          height: 19px;
          border-radius: 50%;
          display: inline-block;
          background-color: #fff;
          box-sizing: border-box;
          border: 1px solid #c6c6c6;
          top: -1px;
          left: -1px;
          transition: all 0.3s; }
      .workflow-popup .list-rows > li label input:checked + .checbox-view {
        border-color: transparent; }
        .workflow-popup .list-rows > li label input:checked + .checbox-view:before {
          left: 14px; }
    .workflow-popup .list-rows > li .start-checkbox {
      width: 36%;
      position: absolute;
      left: 149px; }
      .workflow-popup .list-rows > li .start-checkbox .checkbox-label {
        left: 32px; }
      .workflow-popup .list-rows > li .start-checkbox input .checbox-view {
        left: 158px; }
      .workflow-popup .list-rows > li .start-checkbox input:checked + .checbox-view {
        background-color: #67bc6b; }
        .workflow-popup .list-rows > li .start-checkbox input:checked + .checbox-view:before {
          border-color: #67bc6b; }
      .workflow-popup .list-rows > li .start-checkbox input:checked ~ .label {
        color: #212121; }
    .workflow-popup .list-rows > li .complete-checkbox {
      position: absolute;
      left: 335px;
      width: 24%; }
      .workflow-popup .list-rows > li .complete-checkbox input:checked + .checbox-view {
        background-color: #4285f4; }
        .workflow-popup .list-rows > li .complete-checkbox input:checked + .checbox-view:before {
          border-color: #4285f4; }
    .workflow-popup .list-rows > li .status {
      color: #9e9e9e;
      box-sizing: border-box;
      position: absolute;
      right: 19px;
      width: 77px;
      padding: 4px 0 0 0; }
    .workflow-popup .list-rows > li select {
      width: 50%; }
      .workflow-popup .list-rows > li select:focus + .label {
        font-weight: bold; }

.component-selector-popup > .popup-content {
  top: calc(50vh - 459px);
  left: calc(50vw - 615px); }
  .component-selector-popup > .popup-content .popup-content-part {
    margin: 0px; }
    .component-selector-popup > .popup-content .popup-content-part #rating_mode_fan_content .control-buttons {
      display: none; }

@keyframes easePopup {
  0% {
    transform: scale(0, 0);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }

.popup-container {
  height: auto;
  position: fixed !important;
  top: 10%;
  z-index: 10000; }

.popup-content {
  background-color: #fff !important; }

.popup-header {
  background-color: #f7f7f7;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.3;
  padding: 20px 24px;
  text-transform: capitalize; }

.popup-body {
  background-color: #f7f7f7;
  margin-top: 20px; }

.kinetix-bot-warning-popup .popup-control-buttons {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  display: flex;
  justify-content: end; }

.popup-wrapper.kinetix-bot-popup {
  transition: all 0.3s; }
  .popup-wrapper.kinetix-bot-popup .show-loader > div.preloader {
    border-radius: 5%; }
  .popup-wrapper.kinetix-bot-popup .in-progress-warning {
    display: none;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    font-family: Roboto Medium;
    font-size: 16px; }
    .popup-wrapper.kinetix-bot-popup .in-progress-warning p {
      color: #518449; }
    .popup-wrapper.kinetix-bot-popup .in-progress-warning > div {
      position: relative; }
      .popup-wrapper.kinetix-bot-popup .in-progress-warning > div > div {
        top: 105px;
        position: absolute; }
        .popup-wrapper.kinetix-bot-popup .in-progress-warning > div > div.completed_percent {
          left: 50%;
          transform: translate(-12px, -8px);
          color: #518449;
          font-weight: 700;
          min-width: 37px;
          text-align: center; }
    .popup-wrapper.kinetix-bot-popup .in-progress-warning.active {
      display: block; }
      .popup-wrapper.kinetix-bot-popup .in-progress-warning.active + div.kinetix_bot_content {
        display: none !important; }
  .popup-wrapper.kinetix-bot-popup + #hiddenFrame {
    height: 30vh;
    width: 30vw;
    opacity: 0;
    visibility: hidden; }
  .popup-wrapper.kinetix-bot-popup .popup-content {
    background-color: #ebebeb !important;
    width: 825px;
    height: 825px;
    top: calc((100% - 825px) / 2);
    left: calc((100% - 825px) / 2);
    padding: 20px 30px;
    transition: all 0.3s;
    border-radius: 5%;
    box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.24); }
    .popup-wrapper.kinetix-bot-popup .popup-content .popop_header {
      text-align: center;
      margin-top: -5px;
      height: 90px; }
      .popup-wrapper.kinetix-bot-popup .popup-content .popop_header .icon-ai-techno-colored {
        pointer-events: none;
        font-size: 55px;
        position: relative; }
        .popup-wrapper.kinetix-bot-popup .popup-content .popop_header .icon-ai-techno-colored::before {
          background: linear-gradient(to bottom, #b688ff, #3f2769);
          /* Define your gradient */
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .popup-wrapper.kinetix-bot-popup .popup-content .popop_header .bot-logo {
        position: relative; }
        .popup-wrapper.kinetix-bot-popup .popup-content .popop_header .bot-logo .pos-abs {
          font-size: 28px;
          font-family: "Orbitron", serif;
          position: absolute;
          bottom: 33px;
          color: #454545;
          font-weight: 600; }
          .popup-wrapper.kinetix-bot-popup .popup-content .popop_header .bot-logo .pos-abs.pos-abs-left {
            left: calc(50% - 155px); }
          .popup-wrapper.kinetix-bot-popup .popup-content .popop_header .bot-logo .pos-abs.pos-abs-right {
            right: calc(50% - 143px); }
      .popup-wrapper.kinetix-bot-popup .popup-content .popop_header ul {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        padding: 0; }
        .popup-wrapper.kinetix-bot-popup .popup-content .popop_header ul li {
          cursor: pointer;
          color: #757575;
          font-weight: 100;
          font-size: 14px;
          line-height: 25px;
          display: inline-block; }
          .popup-wrapper.kinetix-bot-popup .popup-content .popop_header ul li.active {
            color: #4285f4; }
    .popup-wrapper.kinetix-bot-popup .popup-content div {
      font-size: 15px;
      color: #212121;
      line-height: 1.9; }
      .popup-wrapper.kinetix-bot-popup .popup-content div .pb-20 {
        padding-bottom: 20px;
        line-height: 33px; }
        .popup-wrapper.kinetix-bot-popup .popup-content div .pb-20 > div {
          line-height: 33px; }
      .popup-wrapper.kinetix-bot-popup .popup-content div .pt-2 {
        padding-top: 2px; }
      .popup-wrapper.kinetix-bot-popup .popup-content div .ahu-fields {
        line-height: 33px; }
    .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_content {
      width: fit-content;
      flex-direction: column;
      margin: 10px auto;
      min-width: 685px; }
    .popup-wrapper.kinetix-bot-popup .popup-content .bot_footer {
      position: absolute;
      display: flex;
      justify-content: space-between;
      width: 685px;
      bottom: 10px;
      left: 50%;
      transform: translate(-50%, 0); }
      .popup-wrapper.kinetix-bot-popup .popup-content .bot_footer div {
        color: #8c8c8c;
        font-size: 11px; }
    .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper {
      margin-top: auto;
      margin-bottom: 0;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: 30px;
      text-align: center;
      width: 685px; }
      .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper .unit_error_message {
        height: 33px;
        color: #dc362e;
        visibility: hidden; }
        .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper .unit_error_message.visible {
          visibility: visible; }
      .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper #generate_unit {
        display: block;
        margin: auto;
        font-family: Roboto Medium;
        font-size: 16px;
        background: #518449;
        color: white;
        background: linear-gradient(90deg, #1b5e20, #518449, #619755);
        /* Gradient based on #518449 */
        cursor: pointer;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2), inset 0 4px 10px rgba(27, 94, 32, 0.2);
        transform: perspective(500px) translateZ(15px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6), 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 4px 10px rgba(255, 255, 255, 0.2);
        /* Subtle inner glow */
        width: calc(100% - 20px);
        height: 48px; }
        .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper #generate_unit:hover {
          background: linear-gradient(90deg, #416c38, #1b5e20, #619755);
          /* Gradient based on #518449 */
          transform: perspective(500px) translateZ(25px); }
        .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper #generate_unit.loading {
          background: #dc362e; }
          .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper #generate_unit.loading span {
            display: none; }
            .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper #generate_unit.loading span.stop {
              display: inline !important; }
        .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper #generate_unit.enable-to-select {
          background: #dc362e; }
          .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper #generate_unit.enable-to-select span.stop {
            display: inline !important; }
          .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper #generate_unit.enable-to-select span.layout {
            display: none !important; }
      .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper .cancel_reset {
        display: flex;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        width: fit-content; }
        .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper .cancel_reset #cancel_bot, .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper .cancel_reset #reset_bot {
          width: 95px;
          margin-top: 10px;
          font-size: 16px;
          color: #767676;
          font-weight: 700; }
          .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper .cancel_reset #cancel_bot:hover, .popup-wrapper.kinetix-bot-popup .popup-content .buttons-wrapper .cancel_reset #reset_bot:hover {
            color: #4285f4; }
    .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .hey {
      font-size: 16px; }
    .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .element-with-error {
      border-bottom: 1px solid #dc362e; }
    .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list {
      padding: 0px;
      position: relative; }
      .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list.with-loader {
        min-height: 60px; }
        .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list.with-loader div {
          background: transparent; }
      .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item {
        padding: 3.5px 5px;
        position: relative;
        width: calc(100% + 10px);
        margin-left: -5px;
        height: 33px; }
        .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item .error_message {
          color: #dc362e;
          font-size: 11px;
          position: absolute;
          bottom: -16px;
          left: 0;
          padding-left: 5px;
          opacity: 0.8;
          visibility: hidden; }
        .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item.with_error .error_message {
          visibility: visible; }
        .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item.no-draggable::after {
          content: '';
          width: calc(100% - 90px);
          height: 15px;
          position: absolute;
          border-bottom: 1px dashed #cccccc;
          /* Dashed border for distinction */
          top: 14px;
          right: 0; }
        .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item.has-value .line-end::after {
          position: absolute;
          content: ','; }
        .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item:nth-last-child(1) .line-end::after {
          content: '.';
          content: ','; }
        .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item .section_type {
          width: 65px;
          margin-left: 0px; }
        .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item .section-wrapper {
          display: inline-flex;
          align-items: center;
          flex-wrap: wrap; }
          .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item .section-wrapper .accessory-item {
            padding-left: 7px; }
            .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item .section-wrapper .accessory-item select, .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list .section-item .section-wrapper .accessory-item option {
              text-transform: none; }
      .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .sections-list.with-fan .section-item .section_type:not([data-value="fan"]) option[value="fan"] {
        display: none; }
    .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .ahu-tag-wrapper {
      position: relative; }
    .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input, .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input select {
      width: fit-content;
      margin: 0px;
      text-transform: lowercase;
      padding-right: 5px;
      font-size: 15px;
      height: 25px;
      position: relative; }
      .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input:focus, .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input:active, .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input select:focus, .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input select:active {
        color: #2f63cd; }
      .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input.section_type, .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input select.section_type {
        margin-right: 5px; }
      .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input#ahu-tag, .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input select#ahu-tag {
        text-transform: none;
        max-width: 225px; }
        .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input#ahu-tag.ka-has-tooltip, .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input select#ahu-tag.ka-has-tooltip {
          position: relative; }
          .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input#ahu-tag.ka-has-tooltip:hover + .for_tag, .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input select#ahu-tag.ka-has-tooltip:hover + .for_tag {
            display: inline !important;
            position: absolute;
            left: 0;
            top: 25px;
            white-space: nowrap;
            padding: 5px 7px;
            background-color: #8d8d8d;
            opacity: 0.9;
            border-radius: 0.5px;
            font-family: Roboto Medium;
            font-size: 10px;
            color: #fff;
            line-height: 1.35;
            letter-spacing: 0.07em;
            text-transform: none;
            text-align: left;
            transition-property: all;
            transition-duration: 0s; }
      .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input option, .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input select option {
        text-transform: lowercase; }
    .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input .select-value {
      text-transform: lowercase; }
    .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input select {
      background-image: linear-gradient(130deg, #c2bebe 3px, transparent 4px), linear-gradient(-130deg, #c2bebe 3px, transparent 4px);
      background-position: calc(100% + 5px) 11px, calc(100% - 5px) 11px;
      line-height: 1.6;
      padding-left: 0px;
      margin-left: 5px;
      min-width: 16px;
      text-indent: -4px; }
    .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input {
      width: 6.5ch;
      max-width: 100%;
      padding-top: 4px;
      bottom: 1px;
      text-align: left !important;
      padding-left: 0px;
      padding-right: 1px; }
      .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input[name=tsp] {
        width: 5.8ch; }
      .popup-wrapper.kinetix-bot-popup .popup-content .kinetix_bot_input input.increase-length {
        width: 7.5ch; }

#fan-sp-popup-wrapper .popup-content {
  min-width: 670px; }

#fan-sp-popup-wrapper .each-fan {
  padding-bottom: 10px; }
  #fan-sp-popup-wrapper .each-fan + p {
    padding-top: 15px;
    padding-bottom: 40px;
    text-align: justify; }

#fan-sp-popup-wrapper p, #fan-sp-popup-wrapper span {
  color: #252525 !important; }

#fan-sp-popup-wrapper span.fan-isp-info {
  display: block;
  padding-bottom: 4px; }
  #fan-sp-popup-wrapper span.fan-isp-info .first-item {
    display: inline-block;
    width: 150px; }

#fan-sp-popup-wrapper p + span.fan-isp-info {
  margin-top: 4px; }

#whiteboard_sett.popup-wrapper.width-medium .popup-content {
  width: 850px;
  left: calc(50vw - 425px);
  top: calc(50vh - 300px); }

#whiteboard_sett.popup-wrapper.width-medium .v-brd.two-cols-popup-content ul {
  max-height: 450px; }

#whiteboard_sett.popup-wrapper.width-medium .popup-control-buttons {
  position: relative;
  top: 5px; }

/* select, */
.chosen-container,
input:not([type="submit"]) {
  font-family: Roboto;
  line-height: 1;
  background-color: transparent;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ddd;
  box-sizing: border-box;
  color: #212121;
  font-size: 13px;
  padding: 5px 0;
  transition: all 0.3s;
  outline: none;
  vertical-align: middle;
  display: inline-block;
  /* &:invalid, */ }
  .chosen-container:focus, .chosen-container.focus,
  input:not([type="submit"]):focus,
  input:not([type="submit"]).focus {
    border-color: #2196f3; }
  .chosen-container::-webkit-input-placeholder,
  input:not([type="submit"])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa; }
  .chosen-container::-moz-placeholder,
  input:not([type="submit"])::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa; }
  .chosen-container:-ms-input-placeholder,
  input:not([type="submit"]):-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa; }
  .chosen-container:-moz-placeholder,
  input:not([type="submit"]):-moz-placeholder {
    /* Firefox 18- */
    color: #aaa; }
  .chosen-container.invalid-field, .chosen-container.invalid,
  input:not([type="submit"]).invalid-field,
  input:not([type="submit"]).invalid {
    border-color: #f00; }

input:not([type="submit"]):readonly,
select:disabled {
  opacity: 0.7;
  pointer-events: none; }
  input:not([type="submit"]):readonly::-webkit-inner-spin-button,
  select:disabled::-webkit-inner-spin-button {
    opacity: 0; }
  input:not([type="submit"]):readonly:focus,
  select:disabled:focus {
    border-color: #ddd !important; }

label {
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 1px 0;
  box-sizing: border-box;
  color: #757575;
  font-size: 13px;
  padding: 5px;
  transition: all 0.3s; }

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  padding: 0px;
  font-size: 7px;
  text-align: center;
  margin: 5px 5px 5px 0;
  vertical-align: middle;
  /*border-radius: 0.2em;;*/
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #cacece; }
  input[type="checkbox"]:checked {
    background-color: #4285f4;
    border: 1px solid #4285f4; }
    input[type="checkbox"]:checked:before {
      font-family: kineticsiconfont;
      font-size: 15px;
      content: "\e021";
      line-height: 0.9;
      color: #fff;
      vertical-align: middle; }
  input[type="checkbox"]:not(:checked):focus, input[type="checkbox"]:not(:checked):hover {
    border-color: #ccc;
    border-width: 2px;
    outline: none; }

input[type="radio"] {
  width: 13px;
  height: 13px;
  padding: 0;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none; }
  input[type="radio"]:before {
    content: '';
    font-size: 15px;
    width: 11px;
    height: 11px;
    text-align: left;
    padding: 0;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #a5a5a5; }
  input[type="radio"]:checked:before {
    content: "\e030";
    font-family: kineticsiconfont;
    font-size: 15.5px;
    color: #4285f4;
    line-height: 0.75;
    margin-left: -4px;
    border-color: transparent; }

input[type="range"] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
  margin: 0; }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #9f9f9f;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 10px 0 -10px;
  cursor: pointer; }

input[type="range"]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }

input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type="number"],
input[data-type="number"] {
  width: 80px;
  text-align: right;
  padding: 5px 1px 5px 10px; }
  input[type="number"]::-webkit-inner-spin-button,
  input[data-type="number"]::-webkit-inner-spin-button {
    opacity: 0.6;
    margin: 0px 1.5px 0 5px;
    z-index: 1;
    position: relative; }
  input[type="number"]::-moz-inner-spin-button,
  input[data-type="number"]::-moz-inner-spin-button {
    opacity: 0.6;
    margin: 0px 1.5px 0 5px;
    z-index: 1;
    position: relative; }

input[type="date"]::-webkit-datetime-edit,
input[data-type="date"]::-webkit-datetime-edit {
  min-width: 0px;
  display: inline-block;
  flex: 1 1 0% !important;
  overflow: hidden; }

input[type="date"]::-webkit-inner-spin-button,
input[data-type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -webkit-margin-start: 0px; }

input[type="date"]::-webkit-calendar-picker-indicator,
input[data-type="date"]::-webkit-calendar-picker-indicator {
  margin: 0;
  cursor: pointer;
  position: absolute;
  right: -4px;
  top: 9px;
  opacity: 0.5 !important;
  visibility: visible; }

input[type="date"]::-webkit-clear-button,
input[data-type="date"]::-webkit-clear-button {
  -webkit-appearance: searchfield-cancel-button;
  display: none !important;
  -webkit-margin-start: 0px !important;
  opacity: 1 !important;
  pointer-events: none;
  -webkit-user-modify: read-only;
  flex: 0 0 auto; }

/* input[type="time"] {

  &::-webkit-inner-spin-button {
    margin: 0;
    -webkit-margin-start: 0px;
    position: absolute;
    right: 0px;
    top: 2px;
  }
} */
input[type="time"],
input[type="date"],
input[data-type="time"],
input[data-type="date"] {
  width: 90px;
  padding-right: 0;
  font-size: 12px;
  position: relative;
  /* &:invalid {
    color: #a5a5a5;
  } */ }

input[type="file"] {
  display: inline-block;
  border: 1px solid #ccc;
  color: #999;
  cursor: pointer;
  width: 222px;
  height: 30px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  outline: none; }
  input[type="file"]::-webkit-file-upload-button {
    -webkit-appearance: none;
    border: none;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #e0e0e0;
    height: 28px;
    color: transparent;
    cursor: pointer;
    outline: none; }
  input[type="file"]:before {
    content: "Browse";
    color: #1b8dce;
    position: absolute;
    padding: 7px 18px; }

input[type="text"] + .text-clear,
input[type="email"] + .text-clear,
input[type="password"] + .text-clear,
.textarea + .text-clear {
  font-size: 14px;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: 3px;
  margin-left: -15px;
  color: #8b8b8b;
  opacity: 0;
  cursor: pointer;
  z-index: 2; }

input[type="text"]:focus + .text-clear,
input[type="email"]:focus + .text-clear,
input[type="password"]:focus + .text-clear,
.textarea:focus + .text-clear {
  opacity: 1; }

.search-label {
  position: relative; }
  .search-label input[type="search"] + i {
    color: #aaa;
    display: inline-block;
    position: absolute;
    font-size: 16px;
    top: 13px;
    left: 0px; }

input[type="search"] {
  padding: 5px 10px 5px 22px;
  color: #212121 !important; }
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 8px;
    height: 8px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: -6px;
    border: 5px solid #fff;
    background-image: linear-gradient(to bottom right, transparent 41%, #aaa calc(41% + 1px), transparent calc(41% + 2px)), linear-gradient(to bottom left, transparent 41%, #aaa calc(41% + 1px), transparent calc(41% + 2px));
    background-repeat: no-repeat; }
  input[type="search"] + i {
    color: #aaa;
    display: inline-block;
    position: absolute;
    font-size: 16px;
    top: 5px;
    left: -2px; }

input[type="email"]:invalid,
input[type="text"]:invalid {
  border-color: red; }

.hidden {
  display: none !important; }

.required:after {
  content: "*";
  display: inline-block;
  margin-left: 1px;
  color: #757575;
  font-size: 17px;
  vertical-align: middle;
  margin-top: -6px; }

.non-clickable, .workflow-popup.critical-task-passed label {
  pointer-events: none;
  opacity: 0.5; }

select {
  font-family: Roboto;
  padding: 0 20px 0 5px;
  height: 26px;
  outline: none;
  cursor: pointer;
  color: #212121;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: linear-gradient(130deg, #9f9f9f 3.5px, transparent 4px), linear-gradient(-130deg, #9f9f9f 3.5px, transparent 4px);
  background-position: 100% 11px, calc(100% - 10px) 11px;
  background-repeat: no-repeat;
  background-size: 10px 20px;
  border: none;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  -webkit-appearance: none; }
  select:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: blue; }
  select::selection {
    background: #ffb7b7; }
  select:focus {
    border-color: #2196f3; }
  select optgroup {
    font-size: 1px;
    padding: 0; }
  select option {
    display: block;
    width: 100%;
    text-indent: 20px;
    -webkit-appearance: none;
    padding: 10px 20px;
    line-height: 1.5;
    cursor: pointer;
    font-size: 13px;
    box-sizing: content-box;
    color: #212121; }
    select option span {
      width: 100%;
      display: inline-block;
      background-color: green; }
  select:invalid {
    /*color: #f00;*/ }

.selection:empty:before {
  content: '-----';
  color: #757575; }

.selection {
  /*border:1px solid red;*/
  font-size: 13px;
  margin-left: 0px;
  top: -8px;
  position: relative;
  color: #212121; }
  .selection .casing_outer_wall_outer_finish_selection:empty:before {
    content: '-----';
    color: #757575; }

select:required:invalid {
  /*color: #f00;*/ }

option[disabled] {
  color: #757575; }

textarea,
.textarea {
  width: 100%;
  /* height: 28px; */
  resize: none;
  font-size: 13px;
  font-family: Roboto;
  text-indent: 0em;
  padding: 5px 0 !important;
  box-sizing: border-box;
  outline: none;
  color: #212121;
  border-width: 0px 0px 1px;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  display: inline-block;
  cursor: text; }
  textarea:focus,
  .textarea:focus {
    /* height: 100px; */
    border-color: #2196f3; }
  textarea:empty:before,
  .textarea:empty:before {
    content: attr(placeholder);
    color: #a5a5a5; }

input[type="time"],
input[data-type="time"] {
  width: 68px;
  padding: 5px 0px !important;
  position: relative;
  text-align: center;
  /* &:not(:read-only):not(:disabled) {
    background-image: url(../../images/icons/minus.png), url(../../images/icons/add.png);
    background-repeat: no-repeat;
    background-position: 5px 10px, calc(100% - 5px) 6px;
    background-size: 10px 2px, 10px 10px;
    text-align: center;
  } */ }
  input[type="time"]::-webkit-inner-spin-button,
  input[data-type="time"]::-webkit-inner-spin-button {
    opacity: 0;
    -webkit-appearance: none;
    display: none; }
    input[type="time"]::-webkit-inner-spin-button:hover,
    input[data-type="time"]::-webkit-inner-spin-button:hover {
      pointer-events: all;
      width: 15px; }
  input[type="time"]::-webkit-clear-button,
  input[data-type="time"]::-webkit-clear-button {
    -webkit-appearance: none; }
  input[type="time"]:read-only,
  input[data-type="time"]:read-only {
    text-align: right; }
    input[type="time"]:read-only::-webkit-textfield-decoration-container,
    input[data-type="time"]:read-only::-webkit-textfield-decoration-container {
      width: 100%;
      left: 0; }
  input[type="time"].medium-input::-webkit-inner-spin-button,
  input[data-type="time"].medium-input::-webkit-inner-spin-button {
    height: 92px;
    top: -44px;
    left: 19px; }
  input[type="time"].first-input::-webkit-inner-spin-button,
  input[data-type="time"].first-input::-webkit-inner-spin-button {
    height: 43px;
    top: -20px;
    left: 18px; }

.number-spinner {
  font-size: 15px;
  color: #a5a5a5;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 5;
  padding: 0;
  box-sizing: border-box; }
  .number-spinner.number-spinner-desc {
    margin-right: -15px; }
  .number-spinner.number-spinner-inc {
    margin-left: -15px; }

.cms-content-preloader {
  display: none;
  width: 100%;
  height: 100%; }
  .cms-content-preloader div {
    position: absolute;
    z-index: 1;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
    border: 2px solid #1b8dce; }
  .cms-content-preloader .first-circle {
    left: 55%;
    top: 45%;
    -webkit-animation: preloader1 1.2s infinite;
    animation: preloader1 1.2s infinite; }
  .cms-content-preloader .second-circle {
    left: 52%;
    top: 51%;
    -webkit-animation: preloader2 1.2s infinite;
    animation: preloader2 1.2s infinite; }
  .cms-content-preloader .third-circle {
    left: 58%;
    top: 51%;
    -webkit-animation: preloader3 1.2s infinite;
    animation: preloader3 1.2s infinite; }
  .cms-content-preloader.active {
    display: block; }
  .cms-content-preloader + .list-rows {
    filter: blur(3px);
    background: #f2f2f2; }

@-webkit-keyframes preloader1 {
  0% {
    left: 55%;
    top: 45%; }
  33.3% {
    left: 58%;
    top: 51%; }
  66.6% {
    left: 52%;
    top: 51%; }
  100% {
    left: 55%;
    top: 45%; } }

@keyframes preloader1 {
  0% {
    left: 55%;
    top: 45%; }
  33.3% {
    left: 58%;
    top: 51%; }
  66.6% {
    left: 52%;
    top: 51%; }
  100% {
    left: 55%;
    top: 45%; } }

@-webkit-keyframes preloader2 {
  0% {
    left: 52%;
    top: 51%; }
  33.3% {
    left: 55%;
    top: 45%; }
  66.6% {
    left: 58%;
    top: 51%; }
  100% {
    left: 52%;
    top: 51%; } }

@keyframes preloader2 {
  0% {
    left: 52%;
    top: 51%; }
  33.3% {
    left: 55%;
    top: 45%; }
  66.6% {
    left: 58%;
    top: 51%; }
  100% {
    left: 52%;
    top: 51%; } }

@-webkit-keyframes preloader3 {
  0% {
    left: 58%;
    top: 51%; }
  33.3% {
    left: 52%;
    top: 51%; }
  66.6% {
    left: 55%;
    top: 45%; }
  100% {
    left: 58%;
    top: 51%; } }

@keyframes preloader3 {
  0% {
    left: 58%;
    top: 51%; }
  33.3% {
    left: 52%;
    top: 51%; }
  66.6% {
    left: 55%;
    top: 45%; }
  100% {
    left: 58%;
    top: 51%; } }

.popup-loader {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 490px;
  height: 30px;
  padding: 0 170px;
  box-sizing: border-box;
  z-index: 12; }
  .popup-loader div {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #1b8dce;
    margin: 0 5px; }
    .popup-loader div.wave1 {
      -webkit-animation: popuploader1 0.7s infinite;
      animation: popuploader1 0.7s infinite; }
    .popup-loader div.wave2 {
      -webkit-animation: popuploader2 0.7s infinite;
      animation: popuploader2 0.7s infinite; }
    .popup-loader div.wave3 {
      -webkit-animation: popuploader3 0.7s infinite;
      animation: popuploader3 0.7s infinite; }
    .popup-loader div.wave4 {
      -webkit-animation: popuploader4 0.7s infinite;
      animation: popuploader4 0.7s infinite; }
    .popup-loader div.wave5 {
      -webkit-animation: popuploader5 0.7s infinite;
      animation: popuploader5 0.7s infinite; }
  .popup-loader ~ .popup-content {
    filter: blur(3px);
    background: #eee; }

@-webkit-keyframes popuploader1 {
  0% {
    transform: scale(0.2, 0.2); }
  12.5% {
    transform: scale(0.4, 0.4); }
  25% {
    transform: scale(0.6, 0.6); }
  37.5% {
    transform: scale(0.8, 0.8); }
  50% {
    transform: scale(1, 1); }
  62.5% {
    transform: scale(0.8, 0.8); }
  75% {
    transform: scale(0.6, 0.6); }
  87.5% {
    transform: scale(0.4, 0.4); }
  100% {
    transform: scale(0.2, 0.2); } }

@keyframes popuploader1 {
  0% {
    transform: scale(0.2, 0.2); }
  12.5% {
    transform: scale(0.4, 0.4); }
  25% {
    transform: scale(0.6, 0.6); }
  37.5% {
    transform: scale(0.8, 0.8); }
  50% {
    transform: scale(1, 1); }
  62.5% {
    transform: scale(0.8, 0.8); }
  75% {
    transform: scale(0.6, 0.6); }
  87.5% {
    transform: scale(0.4, 0.4); }
  100% {
    transform: scale(0.2, 0.2); } }

@-webkit-keyframes popuploader2 {
  0% {
    transform: scale(0.4, 0.4); }
  12.5% {
    transform: scale(0.6, 0.6); }
  25% {
    transform: scale(0.8, 0.8); }
  37.5% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.8, 0.8); }
  62.5% {
    transform: scale(0.6, 0.6); }
  75% {
    transform: scale(0.4, 0.4); }
  87.5% {
    transform: scale(0.2, 0.2); }
  100% {
    transform: scale(0.4, 0.4); } }

@keyframes popuploader2 {
  0% {
    transform: scale(0.4, 0.4); }
  12.5% {
    transform: scale(0.6, 0.6); }
  25% {
    transform: scale(0.8, 0.8); }
  37.5% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.8, 0.8); }
  62.5% {
    transform: scale(0.6, 0.6); }
  75% {
    transform: scale(0.4, 0.4); }
  87.5% {
    transform: scale(0.2, 0.2); }
  100% {
    transform: scale(0.4, 0.4); } }

@-webkit-keyframes popuploader3 {
  0% {
    transform: scale(0.6, 0.6); }
  12.5% {
    transform: scale(0.8, 0.8); }
  25% {
    transform: scale(1, 1); }
  37.5% {
    transform: scale(0.8, 0.8); }
  50% {
    transform: scale(0.6, 0.6); }
  62.5% {
    transform: scale(0.4, 0.4); }
  75% {
    transform: scale(0.2, 0.2); }
  87.5% {
    transform: scale(0.4, 0.4); }
  100% {
    transform: scale(0.6, 0.6); } }

@keyframes popuploader3 {
  0% {
    transform: scale(0.6, 0.6); }
  12.5% {
    transform: scale(0.8, 0.8); }
  25% {
    transform: scale(1, 1); }
  37.5% {
    transform: scale(0.8, 0.8); }
  50% {
    transform: scale(0.6, 0.6); }
  62.5% {
    transform: scale(0.4, 0.4); }
  75% {
    transform: scale(0.2, 0.2); }
  87.5% {
    transform: scale(0.4, 0.4); }
  100% {
    transform: scale(0.6, 0.6); } }

@-webkit-keyframes popuploader4 {
  0% {
    transform: scale(0.8, 0.8); }
  12.5% {
    transform: scale(1, 1); }
  25% {
    transform: scale(0.8, 0.8); }
  37.5% {
    transform: scale(0.6, 0.6); }
  50% {
    transform: scale(0.4, 0.4); }
  62.5% {
    transform: scale(0.2, 0.2); }
  75% {
    transform: scale(0.4, 0.4); }
  87.5% {
    transform: scale(0.6, 0.6); }
  100% {
    transform: scale(0.8, 0.8); } }

@keyframes popuploader4 {
  0% {
    transform: scale(0.8, 0.8); }
  12.5% {
    transform: scale(1, 1); }
  25% {
    transform: scale(0.8, 0.8); }
  37.5% {
    transform: scale(0.6, 0.6); }
  50% {
    transform: scale(0.4, 0.4); }
  62.5% {
    transform: scale(0.2, 0.2); }
  75% {
    transform: scale(0.4, 0.4); }
  87.5% {
    transform: scale(0.6, 0.6); }
  100% {
    transform: scale(0.8, 0.8); } }

@-webkit-keyframes popuploader5 {
  0% {
    transform: scale(1, 1); }
  12.5% {
    transform: scale(0.8, 0.8); }
  25% {
    transform: scale(0.6, 0.6); }
  37.5% {
    transform: scale(0.4, 0.4); }
  50% {
    transform: scale(0.2, 0.2); }
  62.5% {
    transform: scale(0.4, 0.4); }
  75% {
    transform: scale(0.6, 0.6); }
  87.5% {
    transform: scale(0.8, 0.8); }
  100% {
    transform: scale(1, 1); } }

@keyframes popuploader5 {
  0% {
    transform: scale(1, 1); }
  12.5% {
    transform: scale(0.8, 0.8); }
  25% {
    transform: scale(0.6, 0.6); }
  37.5% {
    transform: scale(0.4, 0.4); }
  50% {
    transform: scale(0.2, 0.2); }
  62.5% {
    transform: scale(0.4, 0.4); }
  75% {
    transform: scale(0.6, 0.6); }
  87.5% {
    transform: scale(0.8, 0.8); }
  100% {
    transform: scale(1, 1); } }

.ka-preloader-wrapper {
  display: block;
  width: 100%;
  height: calc(100% - 54px);
  position: relative; }
  .ka-preloader-wrapper h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 25vh;
    opacity: 0;
    visibility: hidden; }
    .ka-preloader-wrapper h2 span {
      font-family: Roboto;
      font-size: 65px;
      font-weight: 600;
      color: #204483;
      display: inline-block;
      text-transform: capitalize; }
      .ka-preloader-wrapper h2 span:first-letter {
        font-size: 90px;
        color: #55873d; }
      .ka-preloader-wrapper h2 span:not(:last-of-type) {
        margin-right: 0.25em; }
  .ka-preloader-wrapper .ka-preloader {
    width: 125px;
    display: inline-block;
    position: absolute;
    top: 35vh;
    left: calc(50% - 70px);
    /* div {
      width: 15px;
      height: 15px;
      margin: 0 5px;
      border-radius: 50%;
      display: inline-block;
      animation-name: klPreloader;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      transition: all 0.2s;
      transform: scale(0,0);
      &:nth-of-type(2n) {
        background-color: #55873d;
      }
      &:nth-of-type(2n+1) {
        background-color: #204483;
      }
      &:first-of-type {
        animation-delay: 0s;
      }
      &:nth-of-type(2) {
        animation-delay: 0.2s;
      }
      &:nth-of-type(3) {
        animation-delay: 0.4s;
      }
      &:nth-of-type(4) {
        animation-delay: 0.6s;
      }
      &:last-of-type {
        animation-delay: 0.8s;
      }
    } */ }
    .ka-preloader-wrapper .ka-preloader i {
      display: inline-block;
      width: 100%;
      text-align: center;
      position: absolute;
      left: 0; }
      .ka-preloader-wrapper .ka-preloader i:before {
        display: inline-block;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.01s; }
      .ka-preloader-wrapper .ka-preloader i:first-of-type {
        font-size: 85px;
        color: #204483; }
        .ka-preloader-wrapper .ka-preloader i:first-of-type:before {
          transform: rotate(360deg);
          animation-name: klPreloaderRotateLeft; }
      .ka-preloader-wrapper .ka-preloader i:last-of-type {
        top: 32px;
        font-size: 22px;
        color: #55873d; }
        .ka-preloader-wrapper .ka-preloader i:last-of-type:before {
          transform: rotate(-360deg);
          animation-name: klPreloaderRotateRight; }
  .ka-preloader-wrapper .ka-preloader-footer {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 24px;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    color: #757575; }
    .ka-preloader-wrapper .ka-preloader-footer .logo {
      width: 75px;
      height: 18px;
      margin: 0 5px;
      display: inline-block;
      vertical-align: bottom;
      background-image: url(../../images/kinetics.png);
      background-size: cover;
      background-repeat: no-repeat; }
  .ka-preloader-wrapper ~ *:not(header) {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; }

body *:not(header) {
  opacity: 1;
  visibility: visible; }

@keyframes klPreloader {
  0% {
    transform: scale(0, 0); }
  50% {
    transform: scale(1, 1); }
  100% {
    transform: scale(0, 0); } }

@keyframes klPreloaderRotateLeft {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }

@keyframes klPreloaderRotateRight {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-720deg); } }

.row-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 6; }

.row-loader.active {
  display: block;
  background: #fff; }

.row-loader:after {
  width: 30px;
  height: 30px;
  top: 90%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  transition: border-color 1s;
  box-shadow: 0 0 15px 2px #ccc;
  transform: rotate(45deg);
  -webkit-animation-name: rotateRight;
  animation-name: rotateRight; }

.row-loader:before {
  width: 15px;
  height: 15px;
  top: 90%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  -webkit-animation-name: rotateLeft;
  animation-name: rotateLeft; }

.row-loader:after,
.row-loader:before {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  border: 2px dotted #777;
  z-index: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-iteration-count: infinite; }

.dotted-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 5; }

.dotted-preloader.active {
  display: block; }

.dotted-preloader:after {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  transition: border-color 1s;
  box-shadow: 0 0 15px 2px #ccc;
  transform: rotate(45deg);
  -webkit-animation-name: rotateRight;
  animation-name: rotateRight; }

.dotted-preloader:before {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation-name: rotateLeft;
  animation-name: rotateLeft; }

.dotted-preloader:after,
.dotted-preloader:before {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  border: 4px dotted #777;
  z-index: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-iteration-count: infinite; }

.dotted-preloader.larger::before {
  width: 50px;
  height: 50px; }

.dotted-preloader.larger::after {
  width: 70px;
  height: 70px; }

@keyframes rotateRight {
  0% {
    transform: rotate(45deg); }
  2.5% {
    transform: rotate(54deg); }
  5% {
    transform: rotate(63deg); }
  7.5% {
    transform: rotate(72deg); }
  10% {
    transform: rotate(81deg); }
  12.5% {
    transform: rotate(90deg); }
  15% {
    transform: rotate(99deg); }
  17.5% {
    transform: rotate(108deg); }
  20% {
    transform: rotate(117deg); }
  22.5% {
    transform: rotate(126deg); }
  25% {
    transform: rotate(135deg); }
  27.5% {
    transform: rotate(144deg); }
  30% {
    transform: rotate(153deg); }
  32.5% {
    transform: rotate(162deg); }
  35% {
    transform: rotate(171deg); }
  37.5% {
    transform: rotate(180deg); }
  40% {
    transform: rotate(189deg); }
  42.5% {
    transform: rotate(198deg); }
  45% {
    transform: rotate(207deg); }
  47.5% {
    transform: rotate(216deg); }
  50% {
    transform: rotate(225deg); }
  52.5% {
    transform: rotate(234deg); }
  55% {
    transform: rotate(243deg); }
  57.5% {
    transform: rotate(252deg); }
  60% {
    transform: rotate(261deg); }
  62.5% {
    transform: rotate(270deg); }
  65% {
    transform: rotate(279deg); }
  67.5% {
    transform: rotate(288deg); }
  70% {
    transform: rotate(297deg); }
  72.5% {
    transform: rotate(306deg); }
  75% {
    transform: rotate(315deg); }
  77.5% {
    transform: rotate(324deg); }
  80% {
    transform: rotate(333deg); }
  82.5% {
    transform: rotate(342deg); }
  85% {
    transform: rotate(351deg); }
  87.5% {
    transform: rotate(360deg); }
  90% {
    transform: rotate(369deg); }
  92.5% {
    transform: rotate(378deg); }
  95% {
    transform: rotate(387deg); }
  97.5% {
    transform: rotate(396deg); }
  100% {
    transform: rotate(405deg); } }

@keyframes rotateLeft {
  0% {
    transform: rotate(-45deg); }
  2.5% {
    transform: rotate(-54deg); }
  5% {
    transform: rotate(-63deg); }
  7.5% {
    transform: rotate(-72deg); }
  10% {
    transform: rotate(-81deg); }
  12.5% {
    transform: rotate(-90deg); }
  15% {
    transform: rotate(-99deg); }
  17.5% {
    transform: rotate(-108deg); }
  20% {
    transform: rotate(-117deg); }
  22.5% {
    transform: rotate(-126deg); }
  25% {
    transform: rotate(-135deg); }
  27.5% {
    transform: rotate(-144deg); }
  30% {
    transform: rotate(-153deg); }
  32.5% {
    transform: rotate(-162deg); }
  35% {
    transform: rotate(-171deg); }
  37.5% {
    transform: rotate(-180deg); }
  40% {
    transform: rotate(-189deg); }
  42.5% {
    transform: rotate(-198deg); }
  45% {
    transform: rotate(-207deg); }
  47.5% {
    transform: rotate(-216deg); }
  50% {
    transform: rotate(-225deg); }
  52.5% {
    transform: rotate(-234deg); }
  55% {
    transform: rotate(-243deg); }
  57.5% {
    transform: rotate(-252deg); }
  60% {
    transform: rotate(-261deg); }
  62.5% {
    transform: rotate(-270deg); }
  65% {
    transform: rotate(-279deg); }
  67.5% {
    transform: rotate(-288deg); }
  70% {
    transform: rotate(-297deg); }
  72.5% {
    transform: rotate(-306deg); }
  75% {
    transform: rotate(-315deg); }
  77.5% {
    transform: rotate(-324deg); }
  80% {
    transform: rotate(-333deg); }
  82.5% {
    transform: rotate(-342deg); }
  85% {
    transform: rotate(-351deg); }
  87.5% {
    transform: rotate(-360deg); }
  90% {
    transform: rotate(-369deg); }
  92.5% {
    transform: rotate(-378deg); }
  95% {
    transform: rotate(-387deg); }
  97.5% {
    transform: rotate(-396deg); }
  100% {
    transform: rotate(-405deg); } }

[data-icon]:before {
  font-family: "kineticsiconfont" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "kineticsiconfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-lost:before {
  content: "\62"; }

.icon-design:before,
.icon-1:before {
  content: "\64"; }

.icon-bid:before,
.icon-2:before {
  content: "\65"; }

.icon-order:before,
.icon-3:before {
  content: "\6d"; }

.icon-submittal:before,
.icon-4:before {
  content: "\69"; }

.icon-release:before,
.icon-5:before {
  content: "\6a"; }

.icon-mfg_drawings:before,
.icon-6:before {
  content: "\70"; }

.icon-sales:before,
.icon-7:before {
  content: "\63"; }

.icon-production:before,
.icon-8:before {
  content: "\61"; }

.icon-shipping:before,
.icon-9:before {
  content: "\6b"; }

.icon-invoicing:before,
.icon-10:before {
  content: "\66"; }

.icon-start-up:before,
.icon-11:before {
  content: "\6e"; }

.icon-closing:before,
.icon-12:before {
  content: "\6c"; }

.icon-desktop:before {
  content: "\67"; }

.icon-bar-chart:before {
  content: "\68"; }

.icon-bell:before {
  content: "\6f"; }

.icon-cog-gear:before {
  content: "\71"; }

.icon-link:before {
  content: "\72"; }

.icon-user:before {
  content: "\73"; }

.icon-list-alt:before {
  content: "\74"; }

.icon-refresh:before {
  content: "\75"; }

.icon-th-large:before {
  content: "\76"; }

.icon-camera:before {
  content: "\77"; }

.icon-search:before {
  content: "\78"; }

.icon-pencil:before {
  content: "\79"; }

.icon-times:before,
.icon-close:before {
  content: "\7a"; }

.icon-plus-circle:before {
  content: "\41"; }

.icon-files-o:before {
  content: "\42"; }

.icon-trash-o:before {
  content: "\43"; }

.icon-chevron-down:before {
  content: "\44"; }

.icon-chevron-left:before {
  content: "\45"; }

.icon-chevron-right:before {
  content: "\46"; }

.icon-chevron-up:before {
  content: "\47"; }

.icon-angle-down:before {
  content: "\48"; }

.icon-angle-left:before {
  content: "\49"; }

.icon-angle-right:before {
  content: "\4a"; }

.icon-angle-up:before {
  content: "\4b"; }

.icon-calculator-four-buttons-outlines:before {
  content: "\4c"; }

.icon-calculating:before {
  content: "\4d"; }

.icon-calculator-keys:before {
  content: "\4e"; }

.icon-mathematical-symbols-in-four-squares:before {
  content: "\4f"; }

.icon-envelope-o:before {
  content: "\50"; }

.icon-calculator:before {
  content: "\51"; }

.icon-truck:before {
  content: "\52"; }

.icon-cogs:before {
  content: "\53"; }

.icon-clock-o:before {
  content: "\54"; }

.icon-clipboard:before {
  content: "\55"; }

.icon-arrow-move:before {
  content: "\56"; }

.icon-check-mark:before {
  content: "\57"; }

.icon-check:before {
  content: "\58"; }

.icon-check-1:before {
  content: "\59"; }

.icon-helper-filter:before {
  content: "\30"; }

.icon-sum-sign:before {
  content: "\31"; }

.icon-bars:before {
  content: "\32"; }

.icon-stats:before {
  content: "\33"; }

.icon-check-all:before {
  content: "\34"; }

.icon-share-outline:before {
  content: "\5a"; }

.icon-share:before {
  content: "\35"; }

.icon-printer:before {
  content: "\21"; }

.icon-zoom-out:before {
  content: "\24"; }

.icon-zoom-in:before {
  content: "\25"; }

.icon-print:before {
  content: "\23"; }

.icon-download:before {
  content: "\22"; }

.icon-eye:before {
  content: "\36"; }

.icon-angle-double-down:before {
  content: "\37"; }

.icon-angle-double-left:before {
  content: "\38"; }

.icon-angle-double-right:before {
  content: "\39"; }

.icon-angle-double-up:before {
  content: "\26"; }

.icon-folder-open:before {
  content: "\28"; }

.icon-cube:before {
  content: "\27"; }

.icon-cube-1:before {
  content: "\29"; }

.icon-cube-2:before {
  content: "\2a"; }

.icon-circle-o:before {
  content: "\2b"; }

.icon-air:before {
  content: "\2c"; }

.icon-reset:before,
.icon-undo:before {
  content: "\2b"; }

.icon-screen-full:before {
  content: "\2d"; }

.icon-maximize:before {
  content: "\e008";
  padding-top: 5px; }

.icon-maximize.minimized:before {
  content: "\2e"; }

.icon-menu:before {
  content: "\2f"; }

.icon-settings:before {
  content: "\3a"; }

.icon-cancel:before {
  content: "\3b"; }

.icon-arrow-down:before {
  content: "\3c"; }

.icon-arrow-up:before {
  content: "\3d"; }

.icon-heat-wheel:before {
  content: "\7d"; }

.icon-eliminator:before {
  content: "\3e"; }

.icon-filter-cmp:before {
  content: "\3f"; }

.icon-air-blender:before {
  content: "\5e"; }

/*.icon-plenum:before {
  content: "\60";
}*/
.icon-humidifier-1:before {
  content: "\5d"; }

/* .icon-filter:before {
  content: "\5c";
} */
.icon-humidifier:before {
  content: "\40"; }

.icon-fan:before {
  content: "\5f";
  font-size: 9px;
  border: 1px solid #757575;
  padding: 2px 4px 2px 0;
  box-sizing: border-box;
  display: inline-block; }

/*
.icon-fan:before {
  content: "\7b";
}*/
/* .icon-fan:before {
  content: "\e000";
}  */
.icon-filter:before {
  content: "\7c"; }

.icon-gas_heater:before {
  content: "\e001"; }

.icon-evap_pack:before {
  content: "\7e"; }

.icon-coil:before {
  content: "\5b"; }

.icon-retrieve:before {
  content: "\e002"; }

.icon-export:before {
  content: "\e003"; }

.icon-dollar-price-label:before {
  content: "\e004"; }

.icon-full-screen:before {
  content: "\e005"; }

.icon-full-screen-exit:before {
  content: "\e006"; }

.icon-minus:before {
  content: "\e007"; }

.icon-android-remove:before {
  content: "\e008"; }

.icon-plus-circled:before {
  content: "\e009"; }

.icon-plus-circle-1:before {
  content: "\e00a"; }

.icon-location:before {
  content: "\e00b"; }

.icon-phone:before {
  content: "\e00c"; }

.icon-users-2:before {
  content: "\e00d"; }

.icon-users-1:before {
  content: "\e00e"; }

.icon-workflow:before {
  content: "\e010"; }

.icon-eliminator:before {
  content: "\3e"; }

.icon-eliminator-1:before {
  content: "\e011"; }

.icon-partners-2:before {
  content: "\e00f"; }

.icon-users:before {
  content: "\e013"; }

.icon-service:before {
  content: "\e014"; }

.icon-mfg:before {
  content: "\e015"; }

.icon-check-2:before {
  content: "\e016"; }

.icon-left-pointing-arrow:before {
  content: "\e017"; }

.icon-list:before {
  content: "\e018"; }

.icon-location-graphic:before {
  content: "\e019"; }

.icon-whiteboard-1:before {
  content: "\e01b"; }

.icon-whiteboard-2:before {
  content: "\e012"; }

.icon-whiteboard:before {
  content: "\e01a"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-copy:before {
  content: "\e01d"; }

.icon-trash:before {
  content: "\e01e"; }

.icon-arrow-down-1:before {
  content: "\e01f"; }

.icon-arrow-up-1:before {
  content: "\e020"; }

.icon-check-3:before {
  content: "\e021"; }

.icon-hamburger:before {
  content: "\e022"; }

.icon-two-lines:before {
  content: "\e023"; }

.icon-settings-1:before {
  content: "\e024"; }

.icon-search-1:before {
  content: "\e025"; }

.icon-close-1:before {
  content: "\e026"; }

.icon-account:before {
  content: "\e027"; }

.icon-arrow-back:before {
  content: "\e028"; }

.icon-arrow-downward:before {
  content: "\e029"; }

.icon-arrow-forward:before {
  content: "\e02a"; }

.icon-arrow-upward:before {
  content: "\e02b"; }

.icon-add:before {
  content: "\e02c"; }

.icon-remove:before {
  content: "\e02d"; }

.icon-refresh-1:before {
  content: "\e02e"; }

.icon-3d:before {
  content: "\e02f"; }

.icon-checked-radio:before {
  content: "\e030"; }

.icon-elevation:before {
  content: "\e031"; }

.icon-market:before {
  content: "\e032"; }

.icon-at:before {
  content: "\e033"; }

.icon-refresh-2:before {
  content: "\e034"; }

.icon-cw:before {
  content: "\e035"; }

.icon-report:before {
  content: "\e036"; }

.icon-export-1:before {
  content: "\e037"; }

.icon-full-screen-1:before {
  content: "\e038"; }

.icon-kalculator:before {
  content: "\e039"; }

.icon-more:before {
  content: "\e03a"; }

.icon-reports:before {
  content: "\e03b"; }

.icon-more-actions:before {
  content: "\e03c"; }

.icon-more-actions-report:before {
  content: "\e03c"; }

.icon-reset:before {
  content: "\e03d"; }

.icon-screenshot:before {
  content: "\e03e"; }

.icon-share-1:before {
  content: "\e03f"; }

.icon-sizer:before {
  content: "\e040"; }

.icon-views:before {
  content: "\e041"; }

.icon-dashboard:before {
  content: "\e042"; }

.icon-workflow-1:before {
  content: "\e043"; }

.icon-zoom-in-1:before {
  content: "\e044"; }

.icon-zoom-out-1:before {
  content: "\e045"; }

.icon-evap-media:before {
  content: "\e047"; }

/*.icon-fan-3:before {
  content: "\e048";
}*/
/*.icon-flat-filter:before {
  content: "\e049";
}*/
.icon-heating-coil:before {
  content: "\e04a"; }

.icon-reset-1:before {
  content: "\e04b"; }

.icon-telephone:before {
  content: "\e050"; }

.icon-phone:before {
  content: "\e051"; }

.icon-email:before {
  content: "\e052"; }

.icon-chart:before {
  content: "\e053"; }

/*Permission icons*/
.permission-icon {
  display: inline-block;
  font-size: 19px;
  line-height: 0.7;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s; }
  .permission-icon:hover {
    transform: scale(1.2, 1.2); }

.icon-viewing-access:before {
  content: "\e04c"; }

.icon-no-access:before {
  content: "\e04e"; }

.icon-editing-access:before {
  content: "\e04f"; }

.icon-no-access {
  color: #757575; }

.icon-viewing-access {
  color: #ffda5a; }

.icon-editing-access {
  color: #4285f4; }

.icon-task {
  font-size: 22px; }
  .icon-task:before {
    content: "\e04d"; }

.start-task-icon {
  color: #81d187; }

.complete-task-icon {
  color: #4285f4; }

.start-complete-task-icon {
  color: #ffda5a; }

.icon-mounting:before {
  content: "\e054"; }

.icon-border1:before {
  content: "\e055"; }

.icon-border2:before, .icon-user_defined_component:before, .icon-user_defined_accessory:before {
  content: "\e056"; }

.icon-border3:before {
  content: "\e057"; }

.icon-dashboardsvg:before {
  content: "\e042"; }

.icon-whiteboard:before {
  content: "\e058"; }

.icon-expand:before {
  content: "\e059"; }

.icon-unchecked:before {
  content: "\e05a"; }

.icon-access_door:before {
  content: "\e05b"; }

.icon-adp_gage:before {
  content: "\e05c"; }

.icon-apd_gage:before {
  content: "\e05c"; }

.icon-disconnect:before {
  content: "\e05d"; }

.icon-damper:before {
  content: "\e05e"; }

.icon-drain_pan:before {
  content: "\e05f"; }

.icon-enclosure:before {
  content: "\e060"; }

.icon-dog_house {
  font-size: 17px !important;
  position: relative;
  top: -2px;
  left: -1px;
  filter: unset !important;
  margin-right: 3px !important; }
  .icon-dog_house::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    display: block;
    z-index: 5;
    background: #fff;
    top: -1.5px;
    left: 1px;
    transform: rotate(45deg); }

.icon-jbox:before {
  content: "\e061"; }

.icon-light:before {
  content: "\e062"; }

.icon-louver:before {
  content: "\e063"; }

.icon-opening:before {
  content: "\e064"; }

.icon-starter:before {
  content: "\e065"; }

.icon-vfd:before {
  content: "\e066"; }

.icon-costing:before {
  content: "\e070"; }

.icon-engineering:before {
  content: "\e071"; }

.icon-general-info:before {
  content: "\e072"; }

.icon-manufacturing:before {
  content: "\e073"; }

.icon-ahus:before {
  content: "\e073"; }

.icon-pricing:before {
  content: "\e074"; }

.icon-sales:before {
  content: "\e075"; }

.icon-service:before {
  content: "\e076"; }

.icon-shipping:before {
  content: "\e077"; }

.icon-timeline:before {
  content: "\e078"; }

.icon-partners:before {
  content: "\e079"; }

.icon-pdf:before {
  content: "\e07a"; }

.icon-square:before {
  content: "\e07b"; }

.icon-triangle:before {
  content: "\e07c"; }

.icon-ic-keyboard-arrow-right-black-24px:before {
  content: "\e07d"; }

.icon-ic-report-black-24px:before {
  content: "\e07e";
  font-size: 29px; }

.icon-ic-account-circle-black-24px:before {
  content: "\61"; }

.icon-info:before {
  content: "\e080"; }

.icon-costing-1:before {
  content: "\e081"; }

.icon-error-outline:before {
  content: "\e082"; }

.icon-block:before {
  content: "\e083"; }

.icon-note:before {
  content: "\e046"; }

.icon-list:before {
  content: "\e047"; }

.icon-accessories:before {
  content: "\e048"; }

.icon-mounting-1:before {
  content: "\e049"; }

.icon-sections:before {
  content: "\e084"; }

.icon-accessories-icon:before {
  /*content: "\e085";*/
  content: "\e042";
  font-size: 17px; }

.icon-sections-icon:before {
  content: "\e086";
  font-size: 17px; }

.icon-export-dxf-black:before {
  content: "\e087"; }

.icon-export-revit-black:before {
  content: "\e088"; }

.icon-silencer:before {
  content: "\e089"; }

.icon-energy_wheel:before {
  content: "\e08a"; }

.icon-er_wheel:before {
  content: "\e08a"; }

.icon-airflow-direction-icon:before {
  content: "\e08b"; }

.icon-chcw:before {
  content: "\e08f"; }

.icon-ch:before {
  content: "\e08f"; }

.icon-baseline-description-24px:before {
  content: "\e08c"; }

.icon-baseline-account-box-24px:before {
  content: "\e08d"; }

.icon-x-icon:before {
  content: "\e08e"; }

.icon-dashboard:before {
  content: "\e090"; }

.icon-partners:before {
  content: "\e091"; }

.icon-sizer-1:before {
  content: "\e092"; }

.icon-cms-fields:before {
  content: "\e040";
  color: #343F65; }

.icon-selection:before {
  content: "\e093"; }

.icon-accessories-1:before {
  content: "\e042"; }

.icon-plenum:before {
  content: "\e054"; }

.icon-split_plenum:before {
  content: "\e079"; }

.icon-cost:before {
  content: "\e094"; }

.icon-documents:before {
  content: "\e095"; }

.icon-permissions:before {
  content: "\e096"; }

.icon-numbering:before {
  content: "\e097"; }

.icon-mfg-network:before {
  content: "\e098"; }

.icon-camera:before {
  content: "\e099"; }

.icon-folder-open-24px:before {
  content: "\e09a"; }

.icon-uvc_system:before {
  content: "\e09c"; }

.icon-step:before {
  content: "\e09b";
  font-size: 18px; }

.icon-business-24px:before {
  content: "\e09d"; }

.icon-perm-identity-24px:before {
  content: "\e09e"; }

.icon-import-export-24px:before {
  content: "\e09f"; }

.icon-import-export-26px:before {
  content: "\e09f";
  font-size: 26px; }

.icon-upload-file-black-24dp:before {
  content: "\e0a1"; }

.icon-file-download-outline:before {
  content: "\e0a2"; }

.icon-files:before {
  content: "\e08c"; }

.icon-notes:before {
  content: "\e0a3"; }

.icon-note-edit:before {
  content: "\e0a4"; }

.icon-text-format-black-24dp:before {
  content: "\e0a0"; }

.icon-upload-file-black-24dp:before {
  content: "\e0a1"; }

.icon-sss:before {
  content: "\e09b"; }

.icon-refresh-1-1:before {
  content: "\e0a5"; }

.icon-error-log:before {
  content: "\e0a6"; }

.icon-configure-tunnel:before {
  content: "\e0a7"; }

.icon-refresh-3:before {
  content: "\e0a8"; }

.icon-subtitle:before {
  content: "\e0a9"; }

.icon-open:before {
  content: "\e0ab"; }

.icon-mark-email-read:before {
  content: "\e0ac"; }

.icon-ai-4:before {
  content: "\e0ad"; }

.icon-ai-4-color:before {
  content: "\e0ae"; }

.icon-ai-techno:before {
  content: "\e0af"; }

.icon-ai-technology:before {
  content: "\e0b0"; }

.icon-technology:before {
  content: "\e0b1"; }

.icon-ai-techno-colored:before {
  content: "\e0af";
  background: linear-gradient(to bottom, #b688ff, #3f2769);
  /* Define your gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.icon-rating {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path d='m482-200 114-113-114-113-42 42 43 43q-28 1-54.5-9T381-381q-20-20-30.5-46T340-479q0-17 4.5-34t12.5-33l-44-44q-17 25-25 53t-8 57q0 38 15 75t44 66q29 29 65 43.5t74 15.5l-38 38 42 42Zm165-170q17-25 25-53t8-57q0-38-14.5-75.5T622-622q-29-29-65.5-43T482-679l38-39-42-42-114 113 114 113 42-42-44-44q27 0 55 10.5t48 30.5q20 20 30.5 46t10.5 52q0 17-4.5 34T603-414l44 44ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z' fill='%234285f4'/></svg>") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block; }

/*
	Using .ka-has tooltip class we can see the custom tooltip(title) of element,
	the content of this tooltip we must write in the attribute "tooltip"
	of this element
*/
.ka-has-tooltip {
  position: relative;
  /* &:not(.ka-tooltip-show-before):not(.ka-tooltip-show-after):after,
	&.ka-tooltip-show-after:after,
	&.ka-tooltip-show-before:before */
  /* &:not(.ka-tooltip-show-before):not(.ka-tooltip-show-after) {
		&:after {
			top: 34px;
			left: -20px;
		}
	} */ }
  .ka-has-tooltip:after {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    /*max-width: 220px;*/
    max-width: 250px;
    position: absolute;
    /*padding: 4.5px 7px;*/
    padding: 5px 7px;
    box-sizing: border-box;
    background-color: #8d8d8d;
    opacity: 0.9;
    border-radius: 0.5px;
    font-family: Roboto Medium;
    font-size: 10px;
    color: #fff;
    line-height: 1.35;
    letter-spacing: 0.07em;
    text-transform: none;
    text-align: left;
    transition-property: all;
    transition-duration: 0s;
    transition-delay: 0s;
    z-index: 1000; }
  .ka-has-tooltip.ka-tooltip-show-after:after {
    top: 10px;
    right: 10px; }
  .ka-has-tooltip.ka-tooltip-show-before:after {
    left: -26px;
    bottom: 26px; }
  .ka-has-tooltip:hover {
    cursor: pointer; }
    .ka-has-tooltip:hover:after {
      content: attr(tooltip);
      visibility: visible;
      opacity: 1;
      transition-delay: 0.5s; }

.table-buttons .ka-has-tooltip:after {
  top: 36px;
  right: -3px; }

.multiple-select-wrapper {
  font-size: 13px;
  position: relative; }
  .multiple-select-wrapper > * {
    display: inline-block;
    vertical-align: middle; }
  .multiple-select-wrapper .multiple-select-search {
    margin-bottom: 5px; }
  .multiple-select-wrapper > .multiple-select-label {
    width: 365px;
    color: #757575; }
  .multiple-select-wrapper .multiple-select-ctrl-btn {
    color: #4285f4;
    margin-top: 4px; }
    .multiple-select-wrapper .multiple-select-ctrl-btn.ka-has-tooltip:after {
      white-space: nowrap;
      top: 20px;
      left: -40px; }
  .multiple-select-wrapper .multiple-select-list {
    max-height: 0;
    padding: 0 20px 0 24px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 0;
    transition: all 0.1s;
    width: auto;
    left: 50px;
    top: -25px; }
    .multiple-select-wrapper .multiple-select-list.open-up {
      bottom: 0; }
    .multiple-select-wrapper .multiple-select-list.active {
      max-height: 500px;
      padding: 12px 24px 19px 24px;
      border-width: 1px;
      -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24); }
      .multiple-select-wrapper .multiple-select-list.active ul {
        max-height: 465px;
        overflow: auto; }
      .multiple-select-wrapper .multiple-select-list.active.with-search ul {
        max-height: 433px; }
      .multiple-select-wrapper .multiple-select-list.active.searching li:not(.search-resault) {
        display: none; }
    .multiple-select-wrapper .multiple-select-list li, .multiple-select-wrapper .multiple-select-list label, .multiple-select-wrapper .multiple-select-list span {
      width: auto !important; }
    .multiple-select-wrapper .multiple-select-list li {
      display: block;
      padding-right: 5px; }
  .multiple-select-wrapper .multiple-select-checked-items {
    vertical-align: top;
    /*width: calc(100% - 530px);*/ }
    .multiple-select-wrapper .multiple-select-checked-items > span {
      display: inline-block;
      width: 100%;
      padding: 5px 0 8px;
      color: #212121; }

@media (max-width: 768px) {
  #ksdm-header {
    width: 100%;
    min-width: 320px;
    padding: 0 10px 0 15px; }
    #ksdm-header .menu-items {
      position: relative; }
      #ksdm-header .menu-items label:nth-of-type(1) {
        position: absolute;
        right: 0px;
        width: 50px;
        /*border:1px solid red;*/
        display: block; }
      #ksdm-header .menu-items label i {
        display: block;
        font-size: 38px;
        text-align: center; }
    #ksdm-header nav input {
      display: none !important;
      width: 36px;
      height: 36px;
      background: #555;
      color: #fff;
      text-align: center;
      line-height: 36px;
      font-size: 1.6rem;
      border-radius: 2px; }
    #ksdm-header nav {
      position: relative; }
      #ksdm-header nav div.menu-items {
        float: none; }
      #ksdm-header nav div.dropdown-wrapper {
        min-width: 130px !important;
        left: 40%;
        position: absolute !important; }
        #ksdm-header nav div.dropdown-wrapper .dropdown-menu {
          max-height: 0px;
          top: -20px; }
          #ksdm-header nav div.dropdown-wrapper .dropdown-menu li {
            border-bottom: 1px solid #e6e6e6; }
            #ksdm-header nav div.dropdown-wrapper .dropdown-menu li a {
              border-bottom: 0px;
              background-color: transparent; }
        #ksdm-header nav div.dropdown-wrapper .dropdown-btn {
          text-align: center;
          margin-left: 35px !important;
          padding: 0px !important;
          margin-top: 7px; }
          #ksdm-header nav div.dropdown-wrapper .dropdown-btn.active + .dropdown-menu {
            max-height: 500px;
            top: 147px !important; }
          #ksdm-header nav div.dropdown-wrapper .dropdown-btn i.icon-account {
            margin-right: 100px !important;
            top: 4px !important; }
            #ksdm-header nav div.dropdown-wrapper .dropdown-btn i.icon-account:before {
              font-size: 28px; }
          #ksdm-header nav div.dropdown-wrapper .dropdown-btn i.icon-arrow-down-1 {
            top: 4px !important; }
      #ksdm-header nav input .css-toggle-menu:not(:checked) + ul, #ksdm-header nav ul {
        transform: translateY(-100%);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
        transition: all .5s;
        position: absolute;
        width: 100%;
        min-width: 768px;
        background: transparent;
        top: -5px;
        left: -20px; }
        #ksdm-header nav input .css-toggle-menu:not(:checked) + ul li.dropdown-wrapper ul.dropdown-menu, #ksdm-header nav ul li.dropdown-wrapper ul.dropdown-menu {
          transform: translateY(0%);
          max-height: 0px;
          background-color: #2b2b2b;
          position: absolute;
          top: 57px !important; }
          #ksdm-header nav input .css-toggle-menu:not(:checked) + ul li.dropdown-wrapper ul.dropdown-menu li, #ksdm-header nav ul li.dropdown-wrapper ul.dropdown-menu li {
            width: 80%;
            display: block;
            margin: 0 auto; }
            #ksdm-header nav input .css-toggle-menu:not(:checked) + ul li.dropdown-wrapper ul.dropdown-menu li a, #ksdm-header nav ul li.dropdown-wrapper ul.dropdown-menu li a {
              background-color: transparent;
              color: #fff;
              font-size: 15px;
              border: 0; }
              #ksdm-header nav input .css-toggle-menu:not(:checked) + ul li.dropdown-wrapper ul.dropdown-menu li a:hover, #ksdm-header nav ul li.dropdown-wrapper ul.dropdown-menu li a:hover {
                background-color: transparent;
                color: #fff;
                font-size: 15px;
                border: 0; }
          #ksdm-header nav input .css-toggle-menu:not(:checked) + ul li.dropdown-wrapper ul.dropdown-menu:hover, #ksdm-header nav ul li.dropdown-wrapper ul.dropdown-menu:hover {
            max-height: 0px; }
    #ksdm-header nav li {
      width: 100%;
      border-bottom: solid 1px #757575;
      padding: 10px; }
      #ksdm-header nav li label {
        width: 36px;
        height: 37px;
        background-color: #e6e6e6;
        border-radius: 50%;
        margin: 0 9px;
        padding: 12px 3px 7px 8px; }
        #ksdm-header nav li label:before {
          font-size: 19px;
          background-color: #e6e6e6;
          line-height: 0.7;
          box-sizing: border-box;
          position: relative; }
        #ksdm-header nav li label:after {
          display: block;
          position: absolute;
          visibility: visible;
          content: attr(tooltip);
          background-color: transparent;
          font-size: 15px;
          left: 50px !important;
          width: 200px;
          top: 0px !important; }
      #ksdm-header nav li a, #ksdm-header nav li button {
        background-color: #e6e6e6;
        color: #212121;
        padding: 9.5px 3px 7px 5px !important; }
        #ksdm-header nav li a:before, #ksdm-header nav li button:before {
          font-size: 19px; }
        #ksdm-header nav li a.active:after, #ksdm-header nav li a:after, #ksdm-header nav li button.active:after, #ksdm-header nav li button:after {
          display: block !important;
          position: absolute;
          visibility: visible;
          content: attr(tooltip);
          background-color: transparent;
          font-size: 15px;
          left: 50px !important;
          width: 200px;
          top: 0px !important; }
    #ksdm-header nav input.css-toggle-menu:checked + ul {
      transform: translateY(0);
      width: 100%;
      background-color: #2b2b2b;
      transition: all .5s;
      min-width: 768px;
      height: calc(100vh - 58px);
      overflow-y: auto;
      top: 58px; }
    #ksdm-header nav label {
      display: block; } }

.searchable-select-dropdown #searchableDropdown {
  position: absolute;
  display: none;
  z-index: 20;
  border: 1px solid #a5a5a5;
  background: white;
  max-width: 500px;
  width: 100% !important;
  top: 35px; }
  .searchable-select-dropdown #searchableDropdown ul.searchableDropdown-list {
    max-height: 380px;
    overflow-y: auto;
    margin-bottom: 0; }
  .searchable-select-dropdown #searchableDropdown.w-100 {
    width: 100% !important; }
  .searchable-select-dropdown #searchableDropdown * {
    width: 100%; }
  .searchable-select-dropdown #searchableDropdown .searchableDropdown-list li {
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #212121; }
    .searchable-select-dropdown #searchableDropdown .searchableDropdown-list li.hovered {
      background: #f5f5f5; }
    .searchable-select-dropdown #searchableDropdown .searchableDropdown-list li.selected, .searchable-select-dropdown #searchableDropdown .searchableDropdown-list li:hover {
      background: #e6e6e6; }
    .searchable-select-dropdown #searchableDropdown .searchableDropdown-list li.all-li {
      border-bottom: 1px dotted #e6e6e6;
      margin-top: 5px; }
  .searchable-select-dropdown #searchableDropdown .reset-input {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 20px;
    z-index: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #757575;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    padding-right: 1px; }
  .searchable-select-dropdown #searchableDropdown input {
    padding: 5px !important; }
    .searchable-select-dropdown #searchableDropdown input::-webkit-search-cancel-button {
      z-index: 555;
      right: 8px;
      top: 4px;
      zoom: 1.3;
      opacity: 0; }

.searchable-select-dropdown button.selectdropbtn {
  position: relative;
  background: none !important;
  width: 440px;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  text-align: left !important;
  font-size: 13px !important;
  box-shadow: none !important;
  color: #757575 !important;
  padding: 5px !important;
  height: 24px;
  min-height: 24px; }
  .searchable-select-dropdown button.selectdropbtn.opened {
    border-color: transparent !important; }
    .searchable-select-dropdown button.selectdropbtn.opened + #searchableDropdown {
      display: block; }
  .searchable-select-dropdown button.selectdropbtn span.icon-down {
    position: absolute;
    right: -5px;
    bottom: 7px;
    font-size: 10.5px;
    transform: scale(1.7, 1);
    opacity: 0.6; }
  .searchable-select-dropdown button.selectdropbtn.w-100 {
    width: 100% !important;
    padding: 5px 10px !important; }
    .searchable-select-dropdown button.selectdropbtn.w-100 span.icon-down {
      right: 5px; }
  .searchable-select-dropdown button.selectdropbtn .btn-click.btn-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }

.searchable-select-dropdown ::-webkit-scrollbar-button:vertical:decrement {
  height: 28px !important; }
