/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#343435+0,343435+4,10b2d8+74,d6d6d6+76,10b2d8+78,10b2d8+78,10b2d8+86,d6d6d6+88,d6d6d6+88,10b2d8+91,10b2d8+96,d6d6d6+98,10b2d8+100 */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#343435+0,343435+4,10b2d8+74,d6d6d6+76,10b2d8+78,10b2d8+78,10b2d8+86,d6d6d6+88,d6d6d6+88,10b2d8+91,10b2d8+96,d6d6d6+98,10b2d8+100 */
#logo-brand {
  height: 50px;
  max-width: 320px;
  min-width: 320px;
  margin: 4px;
  cursor: pointer;
  background-image: url("/public/image/new/new-fpro-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  float: left;
  padding: 5px;
  margin-left: 18px;
}

span[data-notify-text] {
  font-size: 18px !important; }

*:disabled {
  cursor: no-drop; }

body {
  font-size: 12px !important;
  height: 100vh;
  width: 100vw;
  margin: 0px;
  padding: 0px;
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: 600px;
  min-width: 800px; }
  body ::selection {
    background: transparent; }
  body ::-moz-selection {
    background: transparent; }
  body input::selection {
    background: #0d3475;
    color: gold; }
  body input::-moz-selection {
    background: #0d3475;
    color: gold; }
  body #fpro-body {
    font-family: 'Maven Pro';
    position: absolute;
    min-height: 600px;
    min-width: 800px;
    width: calc(100vw - 50px);
    height: calc(100vh - 60px);
    margin-left: 57px;
    overflow-y: hidden;
    overflow-x: hidden; }
    body #fpro-body .page-title {
      color: white; }
  body .select-sm {
    height: 20px !important;
    font-size: 8px !important;
    border-radius: 2px !important;
    width: 100% !important; }

.fpro-bg-dark {
  background: linear-gradient(45deg, #343435 0%, #343435 4%, #0d3475 74%, #d6d6d6 76%, #0d3475 78%, #0d3475 78%, #0d3475 86%, #d6d6d6 88%, #d6d6d6 88%, #0d3475 91%, #0d3475 96%, #d6d6d6 98%, #0d3475 100%); }

.white-link-btn {
  color: white;
  background: none;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  outline: 0 !important; }
  .white-link-btn:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4); }

.white-link-btn-selected {
  border-bottom: 2px solid white; }
  .white-link-btn-selected:hover {
    border-bottom: 2px solid white; }

.fpro-div-color {
  background-color: #0d3475;
  color: #fff; }

.hover-div-color:hover {
  background-color: gold; }

.fpro-blue-text {
  color: #0d3475; }

.negative-div-color {
  background-color: white;
  color: #0d3475; }

.hover-negative-div-color:hover {
  background-color: gold;
  color: #fff; }

.fpro-btn {
  background-color: #0d3475;
  color: white;
  border: none; }
  .fpro-btn:hover {
    background-color: gold; }

.pattern-bg {
  background-color: transparent; }

#fpe-app {
  height: calc(100vh - 60px);
  width: calc(100vw - 58px);
  background-size: cover;
  background-color: gray; }
  #fpe-app .modal-backdrop {
    z-index: -1 !important; }
  #fpe-app #navcube {
    margin-left: -16px;
    height: 100px;
    width: 100px; }
  #fpe-app #fpe-viewer {
    height: 100%;
    width: 100%;
    background-color: gray; }
    #fpe-app #fpe-viewer #viewer-mode {
      font-size: 16px;
      color: white;
      text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
      position: absolute;
      bottom: 16px;
      left: 16px;
      z-index: 1; }
    #fpe-app #fpe-viewer #fps {
      font-size: 16px;
      color: white;
      text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
      position: absolute;
      top: 16px;
      left: 16px;
      z-index: 1; }
    #fpe-app #fpe-viewer #viewer-canvas {
      position: absolute; }
    #fpe-app #fpe-viewer #scene-description-overlay-text {
      font-size: 24px;
      color: white;
      top: 150px;
      left: 500px;
      position: absolute;
      padding: 8px;
      border-radius: 2px;
      text-align: center;
      max-width: 50%;
      background: rgba(0, 0, 0, 0.25);
      cursor: grab;
      display: none;
      z-index: 1; }
    #fpe-app #fpe-viewer #viewer-controllers {
      pointer-events: none;
      display: flex;
      flex-direction: row;
      z-index: 10;
      position: absolute;
      bottom: 16px;
      left: 0;
      right: 0;
      justify-content: center;
      height: 50px; }
      #fpe-app #fpe-viewer #viewer-controllers .btn-group > button {
        position: relative;
        color: white;
        width: 44px; }
      #fpe-app #fpe-viewer #viewer-controllers .btn-group .dropdown-menu {
        font-size: 20px !important;
        pointer-events: auto; }
        #fpe-app #fpe-viewer #viewer-controllers .btn-group .dropdown-menu .dropdown-item {
          cursor: pointer; }
          #fpe-app #fpe-viewer #viewer-controllers .btn-group .dropdown-menu .dropdown-item:hover {
            color: #0d3475; }
        #fpe-app #fpe-viewer #viewer-controllers .btn-group .dropdown-menu table {
          position: relative;
          margin: 0px 16px; }
          #fpe-app #fpe-viewer #viewer-controllers .btn-group .dropdown-menu table tr td:nth-child(2) {
            width: 50px;
            text-align: center; }
            #fpe-app #fpe-viewer #viewer-controllers .btn-group .dropdown-menu table tr td:nth-child(2) button {
              cursor: pointer; }
      #fpe-app #fpe-viewer #viewer-controllers .view-mode {
        cursor: pointer !important; }
        #fpe-app #fpe-viewer #viewer-controllers .view-mode:hover {
          color: dodgerblue !important; }
      #fpe-app #fpe-viewer #viewer-controllers .viewer-button {
        pointer-events: auto;
        height: 40px;
        width: 40px;
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 2px;
        border: 1px solid rgba(255, 255, 255, 0.75);
        outline: none;
        margin: 0px 4px;
        z-index: 1;
        display: none;
        cursor: pointer; }
        #fpe-app #fpe-viewer #viewer-controllers .viewer-button:active {
          background-color: orange; }
        #fpe-app #fpe-viewer #viewer-controllers .viewer-button > img {
          height: 16px;
          width: 16px; }
        #fpe-app #fpe-viewer #viewer-controllers .viewer-button#save-data-menu-btn #save-data-alert-bubble {
          display: none;
          color: white;
          background-color: rgba(50, 168, 27, 0.75);
          width: 100px;
          position: absolute;
          top: -42px;
          left: -32px;
          border-radius: 2px; }
        #fpe-app #fpe-viewer #viewer-controllers .viewer-button#save-data-menu-btn #save-data-alert-bubble:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 0;
          border: 16px solid transparent;
          border-top-color: rgba(50, 168, 27, 0.75);
          border-bottom: 0;
          margin-left: -16px;
          margin-bottom: -16px; }
  #fpe-app .pane-child {
    display: none; }
  #fpe-app #components-bar {
    width: 900px;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    right: -820px;
    z-index: 25; }
    #fpe-app #components-bar #component-buttons-column {
      width: 80px;
      height: 100%;
      display: inline-block; }
      #fpe-app #components-bar #component-buttons-column .component-button {
        display: none;
        width: 76px;
        height: 76px;
        font-size: 12px;
        font-weight: bold;
        color: white;
        background-color: rgba(0, 0, 0, 0.25);
        border: 2px solid white;
        border-radius: 4px;
        margin: 4px 0px 4px 0px;
        margin-right: -4px;
        outline: 0; }
    #fpe-app #components-bar #components-container {
      border-left: 5px solid #0d3475;
      background-color: white;
      position: absolute;
      height: 100%;
      width: 820px;
      padding: 8px;
      display: inline-block; }
      #fpe-app #components-bar #components-container .component-module {
        display: none; }

#main {
  height: calc(100vh - 60px);
  width: calc(100vw - 58px);
  background-size: cover; }
  #main .adsk-viewing-viewer {
    z-index: 0 !important; }
  #main #model-progress-bar-container {
    border-radius: 4px;
    background: #f85032;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f85032 0%, #e58f87 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f85032 0%, #e58f87 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f85032 0%, #e58f87 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e58f87',GradientType=1 );
    /* IE6-9 */ }
    #main #model-progress-bar-container #model-progress-bar {
      height: 12px;
      width: 0%;
      border-radius: 4px;
      background: #bfd255;
      /* Old browsers */
      background: -moz-linear-gradient(top, #bfd255 40%, #8eb92a 70%, #72aa00 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #bfd255 40%, #8eb92a 70%, #72aa00 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #bfd255 40%, #8eb92a 70%, #72aa00 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#72aa00',GradientType=0 );
      /* IE6-9 */ }
  #main #navcube {
    margin-left: -16px;
    height: 100px;
    width: 100px; }
  #main #fenestrapro-viewer {
    height: 100%;
    width: 100%;
    background-color: gray; }
    #main #fenestrapro-viewer #viewer-mode {
      font-size: 16px;
      color: white;
      position: absolute;
      bottom: 16px;
      left: 16px;
      z-index: 1; }
    #main #fenestrapro-viewer #viewer-canvas {
      position: absolute; }
    #main #fenestrapro-viewer #scene-description-overlay-text {
      font-size: 24px;
      color: white;
      top: 150px;
      left: 500px;
      position: absolute;
      padding: 8px;
      border-radius: 2px;
      text-align: center;
      max-width: 50%;
      background: rgba(0, 0, 0, 0.25);
      cursor: grab;
      display: none;
      z-index: 1; }
    #main #fenestrapro-viewer #viewer-controllers {
      pointer-events: none;
      display: flex;
      flex-direction: row;
      z-index: 10;
      position: absolute;
      bottom: 16px;
      left: 0;
      right: 0;
      justify-content: center; }
      #main #fenestrapro-viewer #viewer-controllers .btn-group > button {
        position: relative;
        color: white;
        width: 44px; }
      #main #fenestrapro-viewer #viewer-controllers .btn-group .dropdown-menu {
        font-size: 20px !important;
        pointer-events: auto; }
        #main #fenestrapro-viewer #viewer-controllers .btn-group .dropdown-menu .dropdown-item {
          cursor: pointer; }
          #main #fenestrapro-viewer #viewer-controllers .btn-group .dropdown-menu .dropdown-item:hover {
            color: #0d3475; }
        #main #fenestrapro-viewer #viewer-controllers .btn-group .dropdown-menu table {
          position: relative;
          margin: 0px 16px; }
          #main #fenestrapro-viewer #viewer-controllers .btn-group .dropdown-menu table tr td:nth-child(2) {
            width: 50px;
            text-align: center; }
            #main #fenestrapro-viewer #viewer-controllers .btn-group .dropdown-menu table tr td:nth-child(2) button {
              cursor: pointer; }
      #main #fenestrapro-viewer #viewer-controllers .view-mode {
        cursor: pointer !important; }
        #main #fenestrapro-viewer #viewer-controllers .view-mode:hover {
          color: dodgerblue !important; }
      #main #fenestrapro-viewer #viewer-controllers .viewer-button {
        pointer-events: auto;
        height: 40px;
        width: 40px;
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 2px;
        border: 1px solid rgba(255, 255, 255, 0.75);
        outline: none;
        margin: 0px 4px;
        z-index: 1;
        display: none;
        cursor: pointer; }
        #main #fenestrapro-viewer #viewer-controllers .viewer-button:active {
          background-color: orange; }
        #main #fenestrapro-viewer #viewer-controllers .viewer-button > img {
          height: 16px;
          width: 16px; }
        #main #fenestrapro-viewer #viewer-controllers .viewer-button#save-data-menu-btn #save-data-alert-bubble {
          display: none;
          color: white;
          background-color: rgba(50, 168, 27, 0.75);
          width: 100px;
          position: absolute;
          top: -42px;
          left: -32px;
          border-radius: 2px; }
        #main #fenestrapro-viewer #viewer-controllers .viewer-button#save-data-menu-btn #save-data-alert-bubble:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 0;
          border: 16px solid transparent;
          border-top-color: rgba(50, 168, 27, 0.75);
          border-bottom: 0;
          margin-left: -16px;
          margin-bottom: -16px; }
  #main .pane-child {
    display: none; }
  #main #components-bar {
    width: 900px;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    right: -820px;
    z-index: 25; }
    #main #components-bar #component-buttons-column {
      width: 80px;
      height: 100%;
      display: inline-block; }
      #main #components-bar #component-buttons-column .component-button {
        display: none;
        width: 76px;
        height: 76px;
        font-size: 12px;
        font-weight: bold;
        color: white;
        background-color: rgba(0, 0, 0, 0.25);
        border: 2px solid white;
        border-radius: 4px;
        margin: 4px 0px 4px 0px;
        margin-right: -4px;
        outline: 0; }
    #main #components-bar #components-container {
      border-left: 5px solid #0d3475;
      background-color: white;
      position: absolute;
      height: 100%;
      width: 820px;
      padding: 8px;
      display: inline-block; }
      #main #components-bar #components-container .component-module {
        display: none; }

.nav-tabs li a {
  color: #444;
  background-color: #ccc; }

.nav-tabs-xs a {
  padding: 2px !important;
  font-size: 10px; }

.nav-tabs-md a {
  padding: 4px !important;
  font-size: 16px; }

.field-sm {
  height: 24px !important;
  font-size: 9px !important;
  line-height: 24px !important; }

.modal-content {
  border: 0px !important; }

.modal-backdrop {
  z-index: -1 !important; }

.dataTables_length {
  display: none; }

.dataTables_filter {
  position: absolute;
  top: 0px;
  right: 0px; }
  .dataTables_filter input {
    width: 200px;
    margin: 4px;
    border: 1px solid #0d3475;
    border-radius: 2px; }

.dataTables_wrapper {
  padding-top: 48px; }

.dt-buttons {
  float: right !important;
  margin: 2px; }
  .dt-buttons .dt-button {
    border: 1px solid #0d3475 !important;
    color: #0d3475 !important;
    font-weight: bold;
    background: white !important; }

.dataTables_paginate {
  position: absolute;
  top: 24px;
  right: 0px; }

.dataTables_info {
  position: absolute;
  top: 24px;
  left: 2px; }

input[type='search'] {
  outline: none; }

.grid-stack {
  min-width: 1024px !important; }

.grid-stack > .grid-stack-item > div {
  margin-left: 4px;
  margin-right: 4px; }

.ui-resizable-se, .ui-resizable-sw {
  opacity: 0 !important; }

.ui-resizable-w {
  margin-left: -10px !important;
  margin-top: -15px !important; }

.ui-resizable-sw {
  margin-left: -15px !important;
  margin-bottom: -10px !important; }

.ui-resizable-s {
  margin-left: -21px !important;
  margin-bottom: -5px !important; }

.ui-resizable-se {
  margin-right: -18px !important;
  margin-bottom: -10px !important; }

.ui-resizable-e {
  margin-top: -15px !important;
  margin-right: -12px !important; }

.ui-resizable-n {
  margin-left: -21px !important; }

body {
  width: 100vw;
  height: 100vh; }
  body #body-left {
    height: 100%;
    display: inline-block; }
  body #auth-container {
    min-width: 420px;
    width: 500px;
    border-radius: 2px;
    color: white;
    color: #444;
    opacity: 0.95; }
    body #auth-container .auth-logo {
      height: 50px;
      width: 250px;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      border: none; }
    body #auth-container.fenestrapro-auth {
      background-color: #0d3475; }
      body #auth-container.fenestrapro-auth .auth-logo {
        background-image: url("/public/image/vendors/fenestrapro_white_transparent.png"); }
    body #auth-container.guardian-auth {
      background-color: #004b87; }
      body #auth-container.guardian-auth .auth-logo {
        background-image: url("/public/image/vendors/guardian_white_transparent.png");
        height: 70px; }
      body #auth-container.guardian-auth .auth-orange-btn {
        background-color: #ed7d31 !important; }
    body #auth-container #contact-form, body #auth-container #forgot-form, body #auth-container #verify-account, body #auth-container #verify-admin-user-activation, body #auth-container #recovery-form, body #auth-container #create-user {
      color: white;
      padding: 8px; }
    body #auth-container #signin-form {
      padding: 12px; }
      body #auth-container #signin-form > img {
        margin: 0 auto;
        margin-bottom: 16px; }
      body #auth-container #signin-form > h1 {
        text-align: center;
        margin-bottom: 32px;
        color: white; }
      body #auth-container #signin-form #signin-email {
        background-color: white; }
      body #auth-container #signin-form table {
        width: 100%;
        color: white; }
        body #auth-container #signin-form table tr {
          width: 100%; }
          body #auth-container #signin-form table tr td:first-child {
            padding: 4px;
            text-align: left;
            font-size: 16px;
            width: 100%; }
        body #auth-container #signin-form table #signin-password {
          background-color: white !important; }
      body #auth-container #signin-form input {
        text-align: center !important;
        font-size: 22px;
        height: 45px;
        background-color: white !important;
        color: black; }
      body #auth-container #signin-form button {
        width: 100%; }
      body #auth-container #signin-form .auth_error {
        width: 280px;
        display: none;
        text-align: center;
        margin: 4px 0px 0px 0px !important;
        padding: 2px !important; }
      body #auth-container #signin-form label {
        font-size: 14px; }
      body #auth-container #signin-form .auth-footer {
        border-top: 1px solid white;
        padding-top: 8px;
        padding-bottom: 4px;
        font-size: 12px; }
        body #auth-container #signin-form .auth-footer a {
          color: #0d3475;
          font-size: 16px;
          margin-left: 12px;
          margin-right: 4px; }
      body #auth-container #signin-form #verify-account-container {
        font-size: 16px;
        text-align: center; }
      body #auth-container #signin-form #try-fenestrapro {
        padding: 2px 8px 6px 8px;
        border-radius: 2px;
        margin-bottom: 12px;
        margin-left: 4px;
        text-decoration: none;
        background-color: #0d3475; }
        body #auth-container #signin-form #try-fenestrapro:hover {
          border: 1px solid white;
          background-color: gold; }
        body #auth-container #signin-form #try-fenestrapro:active {
          background-color: gold; }
      body #auth-container #signin-form .auth-orange-btn {
        font-size: 25px;
        background-color: gold;
        color: white;
        font-weight: 200;
        height: 50px;
        border: none;
        border-radius: 4px; }
    body #auth-container #result-message {
      text-align: center;
      font-size: 18px;
      display: none; }
    body #auth-container table {
      width: 100%; }
      body #auth-container table tr td {
        padding: 4px;
        width: 80%; }
      body #auth-container table tr td:first-child {
        text-align: right;
        text-align: center;
        font-size: 16px;
        width: 20%; }
      body #auth-container table #signin-password {
        background-color: white !important; }
    body #auth-container input {
      text-align: center !important;
      font-size: 22px;
      height: 45px;
      background-color: white !important; }
    body #auth-container button {
      width: 100%; }
    body #auth-container .auth_error {
      width: 280px;
      display: none;
      text-align: center;
      margin: 4px 0px 0px 0px !important;
      padding: 2px !important; }
    body #auth-container legend {
      margin-bottom: 16px;
      padding: 16px; }
      body #auth-container legend #auth-title {
        color: white;
        float: right;
        font-size: 18px; }
    body #auth-container label {
      font-size: 14px; }
    body #auth-container .auth-footer {
      border-top: 1px solid white;
      padding-top: 8px;
      padding-bottom: 4px;
      font-size: 12px; }
      body #auth-container .auth-footer a {
        color: #fff;
        font-size: 16px;
        margin-left: 12px; }
    body #auth-container #verify-account-container {
      font-size: 16px;
      text-align: center; }
    body #auth-container #try-fenestrapro {
      padding: 2px 8px 6px 8px;
      border-radius: 2px;
      margin-bottom: 12px;
      text-decoration: none;
      color: white !important; }
      body #auth-container #try-fenestrapro:hover {
        border: 1px solid white;
        background-color: gold; }
      body #auth-container #try-fenestrapro:active {
        background-color: gold; }
    body #auth-container .auth-orange-btn {
      font-size: 18px;
      background-color: gold;
      border: 3px solid gold;
      border-style: outset;
      color: white;
      font-weight: bold;
      height: 40px; }
      body #auth-container .auth-orange-btn:active {
        background-color: gold; }
      body #auth-container .auth-orange-btn:disabled {
        background-color: gold; }
  body #body-right {
    display: inline-block;
    height: 100%;
    text-align: center;
    padding: 0px !important; }
    body #body-right > div {
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      background-position: center; }
      body #body-right > div .bottom_row {
        position: absolute;
        bottom: 48px;
        width: 100%;
        text-align: center; }
        body #body-right > div .bottom_row button {
          background-color: gold;
          text-align: center;
          font-size: 21px;
          padding: 16px 24px;
          border-radius: 5px;
          cursor: pointer;
          border: none;
          color: white; }
    body #body-right #btn {
      width: 18%;
      position: absolute;
      top: 90%;
      left: 70%;
      height: 65px;
      background-color: gold;
      text-align: center;
      line-height: 65px;
      border-radius: 5px;
      cursor: pointer; }
      body #body-right #btn a {
        color: white;
        font-size: 1.7em; }
    body #body-right .upper_row {
      position: absolute;
      width: 100%;
      text-align: left;
      padding-left: 5%;
      padding-right: 10%;
      padding-top: 5%;
      font-family: Arial, Helvetica, sans-serif; }
      body #body-right .upper_row #title-auth0 {
        font-size: 2.3em;
        font-weight: 700;
        color: #0d3475; }
      body #body-right .upper_row #text-auth0 {
        font-size: 2.1em;
        font-weight: 690;
        color: black; }
      body #body-right .upper_row #title-auth1 {
        font-size: 40px;
        font-weight: 700;
        color: #0d3475; }
      body #body-right .upper_row #text-auth1 {
        font-size: 23px;
        font-weight: 690;
        color: black; }
      body #body-right .upper_row #title-auth2 {
        font-size: 45px;
        font-weight: 700;
        color: #0d3475; }
      body #body-right .upper_row #text-auth2 {
        font-size: 30px;
        font-weight: 690;
        color: black; }
  body .country-name {
    color: black; }

#topbar {
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #1867b6, #175aa5, #154d95, #114085, #0d3475); }
  #topbar #topbar-menu {
    float: right; }
    #topbar #topbar-menu tr td {
      width: 60px;
      text-align: center;
      padding-top: 2px; }
      #topbar #topbar-menu tr td .topbar-item {
        width: 45px;
        white-space: nowrap;
        float: left;
        cursor: pointer;
        position: relative;
        margin-left: 5px;
        margin-top: 3px;
        padding: 10px;
        border-radius: 25px;
        transition: all .2s ease-in-out; }
        #topbar #topbar-menu tr td .topbar-item:hover {
          transform: scale(1.08); }
        #topbar #topbar-menu tr td .topbar-item .topbar-item-icon {
          width: 25px;
          height: 25px; }

#ribbonbar {
  background-color: #eee;
  padding: 8px;
  height: 72px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  align-content: stretch; }
  #ribbonbar .ribbon-item {
    cursor: pointer;
    margin: 1px;
    flex: 1;
    width: 60px;
    border: 3px outset  #eee;
    border-radius: 2px;
    font-size: 9px;
    padding-left: 2px;
    background-color: #ddd; }
    #ribbonbar .ribbon-item .ribbon-item:hover {
      background-color: #fff; }

#projects-page {
  min-width: 800px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/public/image/fpro-pattern.jpg");
  height: 100%;
  padding: 16px; }
  #projects-page #list-tiles {
    display: inline-block;
    border-radius: 4px;
    padding: 0px 4px 2px 4px;
    color: #fff;
    cursor: pointer;
    width: 33px;
    height: 33px; }
  #projects-page #project-views {
    background-color: rgba(255, 255, 255, 0.25);
    width: 100%;
    padding-right: 200px;
    height: calc(100% - 48px);
    border-radius: 2px; }
  #projects-page #projects-container {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    height: 100%;
    display: none;
    overflow: scroll; }
    #projects-page #projects-container #projects-table {
      height: 90%; }
      #projects-page #projects-container #projects-table th {
        font-size: 13px;
        padding: 1px;
        margin: 1px;
        min-width: 90px;
        max-width: 250px;
        padding-bottom: 10px;
        padding-top: 5px; }
      #projects-page #projects-container #projects-table td {
        font-size: 13px;
        min-width: 90px;
        font-weight: 600;
        padding: 4px !important; }
    #projects-page #projects-container #projects-table_filter {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      font-size: 16px;
      margin-top: 10px; }
      #projects-page #projects-container #projects-table_filter input {
        border-radius: 15px;
        width: 350px;
        outline: none;
        text-align: center; }
  #projects-page #projects-container-tiles {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    height: 100%; }
    #projects-page #projects-container-tiles #search-container {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 600; }
      #projects-page #projects-container-tiles #search-container input {
        margin-top: 22px;
        margin-left: 2px;
        border-radius: 15px;
        border: 1px solid #0d3475;
        width: 350px;
        outline: none;
        text-align: center; }
    #projects-page #projects-container-tiles #empty-message {
      display: none;
      text-align: center;
      margin-top: 130px; }
      #projects-page #projects-container-tiles #empty-message span {
        font-size: 1.2em;
        font-weight: 600;
        color: #444; }
    #projects-page #projects-container-tiles #tiles {
      height: calc(100% - 54px);
      overflow: scroll;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #projects-page #projects-container-tiles #tiles .tile {
        width: 220px;
        height: 300px;
        background-color: #ccc;
        border-radius: 2px;
        margin: 8px;
        overflow: hidden;
        padding: 4px;
        color: #444;
        cursor: pointer; }
        #projects-page #projects-container-tiles #tiles .tile .image-tile {
          background-color: #fff;
          border-radius: 2px; }
        #projects-page #projects-container-tiles #tiles .tile .name-tile {
          font-size: 16px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: bold;
          width: 99%;
          color: black; }
        #projects-page #projects-container-tiles #tiles .tile > table {
          width: 100%; }
        #projects-page #projects-container-tiles #tiles .tile .fpe-thumbnail-container {
          height: 210px;
          background-color: white;
          position: relative; }
          #projects-page #projects-container-tiles #tiles .tile .fpe-thumbnail-container .fpe-thumbnail {
            width: 100%;
            background-color: white;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto; }
        #projects-page #projects-container-tiles #tiles .tile .setting-project {
          width: 21px;
          height: 21px;
          float: right;
          margin-right: 8px;
          margin-bottom: 8px; }
        #projects-page #projects-container-tiles #tiles .tile .file-type-tile {
          height: 18%;
          float: left;
          border-right: 1px solid #fff;
          width: 50%;
          padding: 3%;
          padding-top: 6%;
          overflow: hidden; }
          #projects-page #projects-container-tiles #tiles .tile .file-type-tile img {
            width: 90px;
            height: 22px; }
        #projects-page #projects-container-tiles #tiles .tile .cloud-storage-tile {
          height: 18%;
          float: right;
          width: 50%;
          padding: 3%;
          padding-top: 6%;
          overflow: hidden; }
          #projects-page #projects-container-tiles #tiles .tile .cloud-storage-tile img {
            width: 90px;
            height: 22px; }
        #projects-page #projects-container-tiles #tiles .tile:hover {
          box-shadow: 0 0 1px 1px gold; }
      #projects-page #projects-container-tiles #tiles .targeted_prj {
        animation: flash-row .8s;
        /* IE 10+, Fx 29+ */
        animation-iteration-count: 5; }
  #projects-page #drop-container {
    background-color: transparent;
    border-left: 1px dashed #ccc;
    height: calc(100% - 80px);
    width: 200px;
    position: absolute;
    right: 16px;
    top: 54px; }
    #projects-page #drop-container #drop-area {
      height: 100%;
      background-color: transparent;
      border: none;
      padding-top: 25%; }
      #projects-page #drop-container #drop-area #dropzone .drop {
        color: #fff;
        font-size: 1.3em;
        font-weight: 300; }
    #projects-page #drop-container .drop-img {
      width: 150px;
      height: 150px; }
  #projects-page #prj-modal {
    text-align: center; }
  #projects-page #delete-project, #projects-page #open-prj, #projects-page #share-prj, #projects-page #view-reports {
    border: none;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
    margin: 14px;
    width: 150px;
    text-align: center; }
    #projects-page #delete-project .disabled, #projects-page #open-prj .disabled, #projects-page #share-prj .disabled, #projects-page #view-reports .disabled {
      background-color: gray; }
      #projects-page #delete-project .disabled:hover, #projects-page #open-prj .disabled:hover, #projects-page #share-prj .disabled:hover, #projects-page #view-reports .disabled:hover {
        background-color: gray; }
    #projects-page #delete-project:focus, #projects-page #open-prj:focus, #projects-page #share-prj:focus, #projects-page #view-reports:focus {
      outline: none; }
  #projects-page #delete-project {
    background-color: red; }
  #projects-page #chart-upload {
    display: none; }
  #projects-page .circles {
    position: relative;
    width: 80px;
    height: 70px;
    float: right; }
  #projects-page .upload-panel {
    margin-left: 95%;
    position: absolute;
    width: 50px; }
  #projects-page #forge-upload-progress-bar {
    margin-top: 10px;
    width: 0%;
    height: 40px;
    background-color: lime; }
  #projects-page .dz-message {
    text-align: center;
    margin: 0px !important;
    color: white; }
  #projects-page #upload-confirm {
    font-size: 10px;
    width: 90%;
    background-color: #eee;
    text-align: center;
    padding: 6px;
    color: #444;
    font-weight: 600;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    margin-left: 5%;
    border: 1px solid white;
    border-radius: 6px;
    overflow: hidden; }
  #projects-page #confirm {
    margin-top: 5px;
    margin-bottom: 5px; }
    #projects-page #confirm button {
      background-color: #444;
      color: #fff; }
  #projects-page .ui-dialog {
    background-color: #0d3475 !important;
    color: white;
    width: 550px !important; }
    #projects-page .ui-dialog .ui-dialog-titlebar {
      background-color: #0d3475;
      color: white;
      border: none;
      font-size: 16px; }
    #projects-page .ui-dialog #dialog-share-project {
      width: 550px !important;
      color: white;
      font-size: 16px; }
      #projects-page .ui-dialog #dialog-share-project button {
        background-color: #fff;
        color: #0d3475;
        width: 100%;
        border: none; }
        #projects-page .ui-dialog #dialog-share-project button:hover {
          background-color: gold;
          color: white; }
        #projects-page .ui-dialog #dialog-share-project button:focus {
          outline-style: none; }
      #projects-page .ui-dialog #dialog-share-project .share-options-btn {
        margin-bottom: 10px;
        margin-top: 10px; }
      #projects-page .ui-dialog #dialog-share-project table {
        width: 100%; }
        #projects-page .ui-dialog #dialog-share-project table td {
          padding: 4px; }
        #projects-page .ui-dialog #dialog-share-project table .align-right {
          text-align: right; }
          #projects-page .ui-dialog #dialog-share-project table .align-right > input {
            margin-left: 8px; }
        #projects-page .ui-dialog #dialog-share-project table input[type="email"] {
          width: 100%;
          color: black; }
        #projects-page .ui-dialog #dialog-share-project table button {
          width: 100%;
          background-color: gold;
          color: white;
          border: none; }
          #projects-page .ui-dialog #dialog-share-project table button:focus {
            outline-style: none; }
        #projects-page .ui-dialog #dialog-share-project table #toggle-share {
          background-color: blue;
          color: #fff; }
        #projects-page .ui-dialog #dialog-share-project table #select-team, #projects-page .ui-dialog #dialog-share-project table #select-user {
          color: #444;
          width: 100%; }
      #projects-page .ui-dialog #dialog-share-project #submit-share-report {
        font-size: 1.3em; }

#fpe-projects-page {
  min-width: 800px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/public/image/fpro-pattern.jpg");
  height: 100%;
  padding: 16px; }
  #fpe-projects-page #projects-container-tiles {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    height: 100%; }
    #fpe-projects-page #projects-container-tiles #search-container {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 600; }
      #fpe-projects-page #projects-container-tiles #search-container input {
        margin-top: 22px;
        margin-left: 2px;
        border-radius: 15px;
        border: 1px solid #0d3475;
        width: 350px;
        outline: none;
        text-align: center; }
    #fpe-projects-page #projects-container-tiles #empty-message {
      display: none;
      text-align: center;
      margin-top: 130px; }
      #fpe-projects-page #projects-container-tiles #empty-message span {
        font-size: 1.2em;
        font-weight: 600;
        color: #444; }
    #fpe-projects-page #projects-container-tiles #tiles {
      height: calc(100% - 54px);
      overflow: scroll;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #fpe-projects-page #projects-container-tiles #tiles .tile {
        width: 220px;
        height: 300px;
        background-color: #ccc;
        border-radius: 2px;
        margin: 8px;
        overflow: hidden;
        padding: 4px;
        color: #444;
        cursor: pointer;
        position: relative; }
        #fpe-projects-page #projects-container-tiles #tiles .tile .name-tile {
          font-size: 16px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: bold;
          text-align: center;
          color: black; }
        #fpe-projects-page #projects-container-tiles #tiles .tile .fpe-thumbnail-container {
          height: 210px;
          background-color: white;
          position: relative;
          border-radius: 2px; }
          #fpe-projects-page #projects-container-tiles #tiles .tile .fpe-thumbnail-container .fpe-thumbnail {
            width: 100%;
            background-color: white;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto; }
        #fpe-projects-page #projects-container-tiles #tiles .tile .setting-project {
          width: 24px;
          height: 24px;
          position: absolute;
          bottom: 8px;
          right: 8px; }
        #fpe-projects-page #projects-container-tiles #tiles .tile .file-type {
          height: 24px;
          position: absolute;
          bottom: 8px;
          left: 8px; }
        #fpe-projects-page #projects-container-tiles #tiles .tile:hover {
          box-shadow: 0 0 1px 1px gold; }
      #fpe-projects-page #projects-container-tiles #tiles .targeted_prj {
        animation: flash-row .8s;
        /* IE 10+, Fx 29+ */
        animation-iteration-count: 5; }
  #fpe-projects-page #project-settings-modal .modal-body {
    padding: 16px; }
  #fpe-projects-page #project-settings-modal #modal-thumbnail-container {
    height: 300px;
    position: relative;
    border-radius: 2px; }
    #fpe-projects-page #project-settings-modal #modal-thumbnail-container #modal-thumbnail {
      width: 300px;
      background-color: white;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  #fpe-projects-page #project-settings-modal .back-to-project-options {
    font-size: 16px;
    cursor: pointer; }
  #fpe-projects-page #project-settings-modal #project-settings-buttons {
    display: flex;
    justify-content: space-evenly; }
    #fpe-projects-page #project-settings-modal #project-settings-buttons button {
      border: none;
      padding: 10px;
      font-size: 1.2em;
      border-radius: 4px;
      margin: 14px;
      width: 150px;
      text-align: center; }
      #fpe-projects-page #project-settings-modal #project-settings-buttons button .disabled {
        background-color: gray; }
        #fpe-projects-page #project-settings-modal #project-settings-buttons button .disabled:hover {
          background-color: gray; }
      #fpe-projects-page #project-settings-modal #project-settings-buttons button:focus {
        outline: none; }
    #fpe-projects-page #project-settings-modal #project-settings-buttons #delete-project {
      background-color: red; }
  #fpe-projects-page #project-settings-modal #share-options {
    display: none; }
    #fpe-projects-page #project-settings-modal #share-options #share-options-buttons {
      text-align: center; }
      #fpe-projects-page #project-settings-modal #share-options #share-options-buttons button {
        border: none;
        padding: 10px;
        font-size: 1.2em;
        border-radius: 4px;
        margin: 8px auto;
        width: 150px;
        text-align: center; }
        #fpe-projects-page #project-settings-modal #share-options #share-options-buttons button .disabled {
          background-color: gray; }
          #fpe-projects-page #project-settings-modal #share-options #share-options-buttons button .disabled:hover {
            background-color: gray; }
        #fpe-projects-page #project-settings-modal #share-options #share-options-buttons button:focus {
          outline: none; }
    #fpe-projects-page #project-settings-modal #share-options .share-options-form {
      width: 400px;
      margin: 0 auto; }
      #fpe-projects-page #project-settings-modal #share-options .share-options-form td {
        padding: 4px; }
      #fpe-projects-page #project-settings-modal #share-options .share-options-form td:first-child {
        width: 80px;
        font-size: 20px; }
      #fpe-projects-page #project-settings-modal #share-options .share-options-form input {
        width: 100%;
        height: 34px; }
      #fpe-projects-page #project-settings-modal #share-options .share-options-form select {
        width: 100%; }
      #fpe-projects-page #project-settings-modal #share-options .share-options-form button {
        border: none;
        padding: 10px;
        font-size: 1.2em;
        border-radius: 4px;
        margin: 8px auto;
        width: 100%;
        text-align: center; }
        #fpe-projects-page #project-settings-modal #share-options .share-options-form button .disabled {
          background-color: gray; }
          #fpe-projects-page #project-settings-modal #share-options .share-options-form button .disabled:hover {
            background-color: gray; }
        #fpe-projects-page #project-settings-modal #share-options .share-options-form button:focus {
          outline: none; }

#report-page {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/public/image/fpro-pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75% 75%;
  padding: 8px 16px; }
  #report-page #back-to-groups {
    display: none; }
  #report-page #list-grid {
    display: inline-block;
    border-radius: 4px;
    padding: 0px 4px 2px 4px;
    color: #fff;
    cursor: pointer;
    width: 34px;
    height: 32px; }
  #report-page #report-views-container {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    height: calc(100% - 48px);
    text-align: center; }
  #report-page #report-tile-container {
    height: 100%; }
    #report-page #report-tile-container #search-container {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 600; }
      #report-page #report-tile-container #search-container input {
        margin-top: 30px;
        margin-left: 2px;
        border-radius: 15px;
        border: 1px solid #0d3475;
        width: 350px;
        outline: none;
        text-align: center; }
    #report-page #report-tile-container #empty-message {
      display: none;
      text-align: center;
      margin-top: 130px; }
      #report-page #report-tile-container #empty-message span {
        font-size: 1.2em;
        font-weight: 600;
        color: #444; }
    #report-page #report-tile-container #tiles {
      height: calc(100% - 70px);
      width: 100%;
      overflow: scroll;
      padding-bottom: 20px;
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      overflow: auto; }
      #report-page #report-tile-container #tiles .tile {
        margin: 4px;
        width: 300px;
        min-width: 300px;
        height: 180px;
        background-color: #ccc;
        border-radius: 4px;
        text-align: left;
        overflow: hidden;
        cursor: pointer;
        padding: 8px;
        position: relative; }
        #report-page #report-tile-container #tiles .tile .rep-name {
          font-size: 22px;
          overflow: ellipsis;
          text-align: center; }
        #report-page #report-tile-container #tiles .tile .settings {
          position: absolute;
          bottom: 8px;
          right: 8px; }
          #report-page #report-tile-container #tiles .tile .settings img {
            width: 32px;
            height: 32px;
            float: right; }
            #report-page #report-tile-container #tiles .tile .settings img:hover {
              width: 35px;
              height: 35px;
              margin-right: -1px;
              margin-top: -1px; }
        #report-page #report-tile-container #tiles .tile .prj-name {
          overflow: hidden;
          text-overflow: ellipsis;
          height: 56px;
          font-size: 20px;
          text-align: center; }
        #report-page #report-tile-container #tiles .tile .prj-group-size {
          font-size: 32px;
          text-align: center; }
        #report-page #report-tile-container #tiles .tile .source {
          height: 20%;
          width: 50%;
          color: #666;
          float: left;
          overflow: hidden;
          font-size: 1.2em;
          font-weight: 800;
          padding-left: 3%;
          padding-top: 2.5%; }
        #report-page #report-tile-container #tiles .tile .file-type {
          position: absolute;
          bottom: 8px;
          left: 8px;
          overflow: hidden; }
          #report-page #report-tile-container #tiles .tile .file-type img {
            width: 90px;
            height: 22px; }
        #report-page #report-tile-container #tiles .tile .user {
          position: absolute;
          bottom: 48px;
          left: 8px; }
          #report-page #report-tile-container #tiles .tile .user img {
            width: 20px;
            height: 20px;
            margin-right: 6px; }
        #report-page #report-tile-container #tiles .tile .date {
          position: absolute;
          bottom: 50px;
          right: 8px; }
        #report-page #report-tile-container #tiles .tile:hover {
          box-shadow: 0 0 1px 1px gold; }
      #report-page #report-tile-container #tiles .targeted_rep {
        animation: flash-row .8s;
        /* IE 10+, Fx 29+ */
        animation-iteration-count: 5; }
  #report-page #report-table-container {
    display: none;
    height: calc(100% - 5px);
    overflow: scroll; }
    #report-page #report-table-container #reports-table_filter {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      font-size: 16px;
      margin-top: 10px; }
      #report-page #report-table-container #reports-table_filter input {
        border-radius: 15px;
        width: 350px;
        outline: none;
        text-align: center; }
  #report-page .ui-dialog {
    background-color: #0d3475 !important;
    color: white;
    width: 550px !important; }
    #report-page .ui-dialog .ui-dialog-titlebar {
      background-color: #0d3475;
      color: white;
      border: none;
      font-size: 16px; }
    #report-page .ui-dialog #dialog-share-report {
      width: 550px !important;
      color: white;
      font-size: 16px; }
      #report-page .ui-dialog #dialog-share-report button {
        background-color: #fff;
        color: #0d3475;
        width: 100%;
        border: none; }
        #report-page .ui-dialog #dialog-share-report button:hover {
          background-color: gold;
          color: white; }
        #report-page .ui-dialog #dialog-share-report button:focus {
          outline-style: none; }
      #report-page .ui-dialog #dialog-share-report .share-options-btn {
        margin-bottom: 10px;
        margin-top: 10px; }
      #report-page .ui-dialog #dialog-share-report table {
        width: 100%; }
        #report-page .ui-dialog #dialog-share-report table td {
          padding: 4px; }
        #report-page .ui-dialog #dialog-share-report table .align-right {
          text-align: right; }
          #report-page .ui-dialog #dialog-share-report table .align-right > input {
            margin-left: 8px; }
        #report-page .ui-dialog #dialog-share-report table input[type="email"] {
          width: 100%;
          color: black; }
        #report-page .ui-dialog #dialog-share-report table button {
          width: 100%;
          background-color: gold;
          color: white;
          border: none; }
          #report-page .ui-dialog #dialog-share-report table button:focus {
            outline-style: none; }
        #report-page .ui-dialog #dialog-share-report table #toggle-share {
          background-color: blue;
          color: #fff; }
        #report-page .ui-dialog #dialog-share-report table #select-team, #report-page .ui-dialog #dialog-share-report table #select-user {
          color: #444;
          width: 100%; }
      #report-page .ui-dialog #dialog-share-report #submit-share-report {
        font-size: 1.3em; }

#reports-modal {
  text-align: center; }
  #reports-modal #settings-report-name, #reports-modal #settings-prj-name {
    text-align: left;
    margin-left: 20px; }

#delete-report, #open-report, #share-report, #view-prj, #download, #rename {
  border: none;
  padding: 10px;
  font-size: 1.2em;
  border-radius: 4px;
  margin: 14px;
  width: 200px;
  text-align: center; }
  #delete-report .disabled, #open-report .disabled, #share-report .disabled, #view-prj .disabled, #download .disabled, #rename .disabled {
    background-color: gray; }
    #delete-report .disabled:hover, #open-report .disabled:hover, #share-report .disabled:hover, #view-prj .disabled:hover, #download .disabled:hover, #rename .disabled:hover {
      background-color: gray; }
  #delete-report:focus, #open-report:focus, #share-report:focus, #view-prj:focus, #download:focus, #rename:focus {
    outline: none; }

#delete-report {
  background-color: red; }

#reports-table_wrapper {
  font-size: 16px; }
  #reports-table_wrapper tr td {
    cursor: pointer;
    font-size: 0.95em;
    font-weight: 800;
    color: #444;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 17px; }
  #reports-table_wrapper #reports-table_filter {
    float: right; }
    #reports-table_wrapper #reports-table_filter input {
      border-radius: 8px;
      width: 350px;
      outline: none;
      text-align: center; }

select {
  height: 34px !important;
  font-size: 16px !important; }

.full-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fpro-theme {
  color: white;
  background: #0d3475; }

.icon-18 {
  width: 18px;
  height: 18px;
  cursor: pointer; }

.icon-24 {
  width: 24px;
  height: 24px;
  cursor: pointer; }

.icon-30 {
  width: 30px;
  height: 30px;
  cursor: pointer; }

.fpro-theme-on-hover:hover {
  background-color: #0d3475 !important;
  color: white;
  cursor: pointer; }

.tablink {
  cursor: pointer;
  font-size: 12px;
  border: none;
  outline: none;
  padding: 4px;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  background-color: white;
  border-radius: 4px 4px 0px 0px;
  outline: 0 !important;
  background-color: #eee; }

#profile-container {
  padding-top: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75% 75%;
  display: inline-block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/public/image/fpro-pattern.jpg"); }
  #profile-container #profile-tabs {
    height: calc(100vh - 150px);
    padding-bottom: 35px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.25); }
    #profile-container #profile-tabs > div {
      background-color: white;
      color: #fff;
      background-color: transparent;
      font-size: 1.5em; }
      #profile-container #profile-tabs > div ::-webkit-input-placeholder {
        /* Edge */
        color: white; }
      #profile-container #profile-tabs > div :-ms-input-placeholder {
        /* Internet Explorer */
        color: white; }
      #profile-container #profile-tabs > div ::placeholder {
        color: white; }
    #profile-container #profile-tabs > ul {
      border-left: none !important;
      border-top: none !important;
      border-right: none !important;
      padding: 1px;
      font-size: 16px;
      background-color: transparent; }
      #profile-container #profile-tabs > ul .ui-state-active {
        background-color: #0d3475;
        border-color: #0d3475; }
    #profile-container #profile-tabs input {
      background-color: transparent;
      border: none;
      cursor: pointer; }
    #profile-container #profile-tabs #numeric-system {
      cursor: pointer;
      color: white;
      background-color: transparent; }
      #profile-container #profile-tabs #numeric-system option {
        background-color: transparent;
        color: #444; }
    #profile-container #profile-tabs .custom-switch {
      padding-left: 2.25rem;
      padding-bottom: 1rem; }
    #profile-container #profile-tabs .custom-control-label {
      cursor: pointer;
      padding-top: 0.5rem;
      padding-left: 2rem;
      padding-bottom: 0.1rem; }
    #profile-container #profile-tabs .custom-switch .custom-control-label::before {
      left: -2.25rem;
      height: 2rem;
      width: 3.5rem;
      pointer-events: all;
      border-radius: 1rem; }
    #profile-container #profile-tabs .custom-switch .custom-control-label::after {
      top: calc(0.25rem + 2px);
      left: calc(-2.25rem + 2px);
      width: calc(2rem - 4px);
      height: calc(2rem - 4px);
      background-color: #adb5bd;
      border-radius: 2rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      #profile-container #profile-tabs .custom-switch .custom-control-label::after {
        transition: none; } }
    #profile-container #profile-tabs .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
      background-color: #fff;
      -webkit-transform: translateX(1.5rem);
      transform: translateX(1.5rem); }
    #profile-container #profile-tabs #teams-table th {
      font-weight: 300; }
    #profile-container #profile-tabs #teams-table td {
      font-size: 0.8em;
      color: #444; }
  #profile-container .dataTables_info {
    display: none; }

#glassdatabase {
  height: 100%;
  padding: 16px;
  padding-bottom: 24px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/public/image/fpro-pattern.jpg"); }
  #glassdatabase #switch-glass-type, #glassdatabase #show-chart {
    border: none;
    border-radius: 2px;
    line-height: 32px;
    padding: 5px;
    background: #0d3475;
    height: 42px;
    outline: none;
    text-align: center;
    width: 230px;
    margin-bottom: 3px;
    margin-left: 8px;
    font-size: 0.7em;
    color: #fff; }
    #glassdatabase #switch-glass-type:active, #glassdatabase #show-chart:active {
      color: #fff; }
    #glassdatabase #switch-glass-type:hover, #glassdatabase #show-chart:hover {
      background-color: gold; }
  #glassdatabase #gd-container {
    width: 100%;
    height: calc(100% - 30px);
    border-radius: 2px;
    padding: 0px;
    display: flex;
    background-color: #0d3475; }
    #glassdatabase #gd-container #gd-left {
      width: 280px;
      height: 100%;
      overflow-y: scroll;
      background-color: #0d3475; }
      #glassdatabase #gd-container #gd-left .ui-slider-handle {
        z-index: 0;
        border-radius: 100%; }
      #glassdatabase #gd-container #gd-left #tab-filter {
        text-align: center;
        color: #444;
        color: white; }
        #glassdatabase #gd-container #gd-left #tab-filter input {
          width: 100%;
          text-align: center;
          border: none;
          background-color: white;
          border-radius: 2px;
          outline: none;
          font-size: 1.2em;
          color: black; }
        #glassdatabase #gd-container #gd-left #tab-filter #search-container {
          padding: 11px;
          height: 50px; }
        #glassdatabase #gd-container #gd-left #tab-filter th {
          text-align: left;
          font-size: 1.2em;
          padding: 4px; }
          #glassdatabase #gd-container #gd-left #tab-filter th[colspan="2"] {
            text-align: center; }
        #glassdatabase #gd-container #gd-left #tab-filter td {
          height: 20px;
          padding: 4px; }
        #glassdatabase #gd-container #gd-left #tab-filter .slider {
          padding-left: 12px; }
        #glassdatabase #gd-container #gd-left #tab-filter #uv-slider, #glassdatabase #gd-container #gd-left #tab-filter #vlt-slider, #glassdatabase #gd-container #gd-left #tab-filter #shgc-slider {
          width: 97%;
          background-color: gold;
          margin-bottom: 10px; }
        #glassdatabase #gd-container #gd-left #tab-filter select {
          width: 100%;
          color: black;
          border-radius: 2px;
          text-align: center; }
        #glassdatabase #gd-container #gd-left #tab-filter .filter-btns {
          background-color: gold;
          color: #fff;
          font-size: 1.5em;
          border-radius: 2px;
          border: none;
          text-align: center;
          line-height: 50px;
          font-weight: 700;
          cursor: pointer;
          display: block;
          width: 100%;
          height: 35px;
          line-height: 35px;
          margin-top: 3px; }
          #glassdatabase #gd-container #gd-left #tab-filter .filter-btns:focus {
            outline: none; }
        #glassdatabase #gd-container #gd-left #tab-filter #remove-filter {
          background-color: lightgray;
          display: none;
          cursor: pointer; }
        #glassdatabase #gd-container #gd-left #tab-filter #search {
          font-size: 0.85em;
          height: 28px; }
    #glassdatabase #gd-container #gd-right {
      flex-grow: 1; }
      #glassdatabase #gd-container #gd-right #footer-table {
        background-color: #0d3475;
        font-weight: 500;
        color: #fff;
        font-size: 1.5em;
        height: 50px; }
        #glassdatabase #gd-container #gd-right #footer-table #items {
          display: inline-block;
          width: 280px;
          text-align: center;
          line-height: 50px; }
        #glassdatabase #gd-container #gd-right #footer-table .pull-right {
          margin-right: 8px; }
          #glassdatabase #gd-container #gd-right #footer-table .pull-right .footer-btn {
            text-align: center;
            border: none;
            border-radius: 2px;
            width: 90px;
            height: 30px;
            margin-top: 10px;
            display: inline-block;
            cursor: pointer;
            line-height: 30px;
            margin-right: 15px; }
          #glassdatabase #gd-container #gd-right #footer-table .pull-right label {
            line-height: 50px; }
          #glassdatabase #gd-container #gd-right #footer-table .pull-right #page-select {
            color: white;
            background-color: transparent;
            padding-left: 5px;
            margin-left: 5px; }
            #glassdatabase #gd-container #gd-right #footer-table .pull-right #page-select option {
              color: black; }
          #glassdatabase #gd-container #gd-right #footer-table .pull-right .glyphicon {
            cursor: pointer; }
      #glassdatabase #gd-container #gd-right #table {
        height: calc(100% - 50px);
        overflow: scroll; }
        #glassdatabase #gd-container #gd-right #table #glass-list {
          width: 100%;
          overflow-y: auto;
          height: 200px; }
          #glassdatabase #gd-container #gd-right #table #glass-list thead tr {
            height: 40px; }
          #glassdatabase #gd-container #gd-right #table #glass-list thead th {
            text-align: center;
            border-right: 1px solid #fff;
            width: 60px;
            position: sticky;
            top: 0;
            background-color: #0d3475;
            color: #fff; }
          #glassdatabase #gd-container #gd-right #table #glass-list thead .name {
            width: fill-available; }
          #glassdatabase #gd-container #gd-right #table #glass-list thead .regions {
            max-width: 180px; }
          #glassdatabase #gd-container #gd-right #table #glass-list tbody {
            background-color: white; }
            #glassdatabase #gd-container #gd-right #table #glass-list tbody tr {
              cursor: pointer;
              max-height: 40px;
              border-bottom: 1px solid #eee; }
              #glassdatabase #gd-container #gd-right #table #glass-list tbody tr:hover {
                background-color: #eee; }
              #glassdatabase #gd-container #gd-right #table #glass-list tbody tr.targeted_row {
                animation: flash-row .8s;
                /* IE 10+, Fx 29+ */
                animation-iteration-count: 5; }

@-webkit-keyframes flash-row {
  from {
    background-color: transparent; }
  to {
    background-color: gold; } }
            #glassdatabase #gd-container #gd-right #table #glass-list tbody td {
              font-size: 1em;
              font-weight: 500;
              padding: 5px;
              text-align: center; }
            #glassdatabase #gd-container #gd-right #table #glass-list tbody td:nth-child(2) {
              text-align: left; }
            #glassdatabase #gd-container #gd-right #table #glass-list tbody .description-btn {
              background-color: #0d3475;
              color: #fff;
              padding: 5px;
              border-radius: 2px;
              text-align: center;
              cursor: pointer; }
              #glassdatabase #gd-container #gd-right #table #glass-list tbody .description-btn:hover {
                background-color: gold; }
    #glassdatabase #gd-container #gd-chart {
      width: 40%;
      height: 500px;
      background-color: #ddd;
      border: none;
      border-radius: 2px;
      position: absolute;
      left: 30%;
      top: 11%;
      z-index: 5;
      display: none;
      padding: 10px; }
      #glassdatabase #gd-container #gd-chart #close-chart, #glassdatabase #gd-container #gd-chart #refresh-chart {
        float: right;
        margin-top: -30px;
        border: 1px solid #444;
        border-radius: 2px; }
      #glassdatabase #gd-container #gd-chart #refresh-chart {
        margin-right: 25px; }
      #glassdatabase #gd-container #gd-chart #close-chart {
        background-color: #c86060;
        color: white; }
      #glassdatabase #gd-container #gd-chart #y-select, #glassdatabase #gd-container #gd-chart #x-select {
        width: 45%;
        display: inline; }
      #glassdatabase #gd-container #gd-chart #y-select {
        float: right; }
      #glassdatabase #gd-container #gd-chart #y-chart, #glassdatabase #gd-container #gd-chart #x-chart {
        width: 200px;
        color: black;
        border-radius: 8px;
        text-align: center;
        margin-bottom: 10px; }
  #glassdatabase #desc-modal-body {
    padding: 15px; }
    #glassdatabase #desc-modal-body table {
      width: 100%; }
      #glassdatabase #desc-modal-body table #img-desc {
        width: 100px;
        background-color: red;
        padding: 5px;
        border-radius: 2px;
        border: 1px solid #444; }
      #glassdatabase #desc-modal-body table td {
        min-width: 100px;
        padding: 8px;
        color: #444;
        font-size: 1.2em;
        font-weight: 600; }
      #glassdatabase #desc-modal-body table #ask {
        height: 40px;
        line-height: 40px;
        font-size: 1.3em;
        color: #fff;
        background-color: #0d3475;
        border-radius: 2px;
        text-align: center;
        cursor: pointer; }
        #glassdatabase #desc-modal-body table #ask:hover {
          background-color: gold; }
  #glassdatabase .ui-dialog {
    background-color: #0d3475 !important;
    color: white;
    width: 550px !important; }
    #glassdatabase .ui-dialog .ui-dialog-titlebar {
      background-color: #0d3475;
      color: white;
      border: none;
      font-size: 16px; }
    #glassdatabase .ui-dialog #dialog-share-custom-make-up {
      width: 550px !important;
      color: white;
      font-size: 16px; }
      #glassdatabase .ui-dialog #dialog-share-custom-make-up button {
        background-color: #fff;
        color: #0d3475;
        width: 100%;
        border: none; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up button:hover {
          background-color: gold;
          color: white; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up button:focus {
          outline-style: none; }
      #glassdatabase .ui-dialog #dialog-share-custom-make-up .share-options-btn {
        margin-bottom: 10px;
        margin-top: 10px; }
      #glassdatabase .ui-dialog #dialog-share-custom-make-up table {
        width: 100%; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table td {
          padding: 4px; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table .align-right {
          text-align: right; }
          #glassdatabase .ui-dialog #dialog-share-custom-make-up table .align-right > input {
            margin-left: 8px; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table input[type="email"] {
          width: 100%;
          color: black; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table button {
          width: 100%;
          background-color: gold;
          color: white;
          border: none; }
          #glassdatabase .ui-dialog #dialog-share-custom-make-up table button:focus {
            outline-style: none; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table #toggle-share {
          background-color: blue;
          color: #fff; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table #select-team, #glassdatabase .ui-dialog #dialog-share-custom-make-up table #select-user {
          color: #444;
          width: 100%; }
      #glassdatabase .ui-dialog #dialog-share-custom-make-up #submit-share-report {
        font-size: 1.3em; }

.viewer-subcomponent {
  z-index: 1;
  position: absolute;
  border-radius: 2px;
  display: none;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }
  .viewer-subcomponent:hover .dragger {
    display: block; }
  .viewer-subcomponent .dragger {
    cursor: -webkit-grab;
    display: none;
    width: 22px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    cursor: -webkit-grab; }
    .viewer-subcomponent .dragger span {
      margin-top: 2px;
      margin-left: 2px;
      cursor: -webkit-grab;
      font-size: 18px; }

.component-grid {
  height: 100%;
  width: 100%; }
  .component-grid .component-dragger {
    display: none;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: white;
    z-index: 10;
    padding-right: 1px; }
    .component-grid .component-dragger span {
      cursor: -webkit-grab;
      height: 32px !important;
      width: 32px !important;
      font-size: 26px;
      padding-top: 2px;
      color: #888;
      text-align: center; }
  .component-grid .component-remover {
    position: absolute;
    display: none;
    top: 6px;
    right: 42px;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: white;
    z-index: 10;
    padding-left: 1px;
    transition-property: visibility;
    transition-delay: 1000ms;
    opacity: 0; }
    .component-grid .component-remover span {
      cursor: pointer;
      height: 32px !important;
      width: 32px !important;
      font-size: 22px;
      padding-top: 3px;
      padding-right: 3px;
      color: #888;
      text-align: center; }
  .component-grid:hover .component-dragger {
    display: block; }
  .component-grid:hover .component-remover {
    display: block; }

.gutter {
  cursor: -webkit-grab;
  background-color: #bbb;
  z-index: 1000; }
  .gutter.gutter-horizontal {
    height: 100%;
    cursor: col-resize;
    float: left; }
  .gutter.gutter-vertical {
    cursor: row-resize;
    height: 5px !important; }

.split-horizontal {
  float: left;
  height: 100%; }

#comp_facade_tree {
  position: absolute;
  width: 250px;
  top: 100px;
  left: 12px;
  padding: 0px 4px 6px 0px; }
  #comp_facade_tree .nav-link {
    padding: 4px; }
  #comp_facade_tree .group-toggler {
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer; }
  #comp_facade_tree .bar-value {
    height: 100%; }
  #comp_facade_tree #surface-groupby {
    width: 100%;
    margin: 4px 0px; }
  #comp_facade_tree .tree-children-container {
    display: none; }
  #comp_facade_tree .treeview-bar {
    border-radius: 2px;
    margin: 4px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid #666;
    cursor: pointer;
    width: calc(100% - 30px); }
    #comp_facade_tree .treeview-bar.no-glazing {
      background-color: #aaa; }
    #comp_facade_tree .treeview-bar.tree-surface-bar {
      height: 24px;
      margin-left: 30px;
      font-size: 12px; }
      #comp_facade_tree .treeview-bar.tree-surface-bar .tree-label {
        margin-top: -2px; }
    #comp_facade_tree .treeview-bar.tree-group-bar {
      font-size: 18px;
      height: 28px;
      line-height: 36px;
      margin-right: 30px; }
    #comp_facade_tree .treeview-bar[status="selected"] {
      box-shadow: 2px 2px 2px orange; }
    #comp_facade_tree .treeview-bar .glazing-bg {
      background: #00a9ed;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #00a9ed 0%, #e4f5fc 26%, #7cd2f4 52%, #e4f5fc 72%, #2ab0ed 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #00a9ed 0%, #e4f5fc 26%, #7cd2f4 52%, #e4f5fc 72%, #2ab0ed 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #00a9ed 0%, #e4f5fc 26%, #7cd2f4 52%, #e4f5fc 72%, #2ab0ed 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9ed', endColorstr='#2ab0ed',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    #comp_facade_tree .treeview-bar .daylighting-bg {
      background: #808080;
      /* Old browsers */
      background: -moz-linear-gradient(left, #808080 0%, #808080 2%, #cccc00 2%, #cccc00 8%, #ffff33 8%, #ffffbf 40%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #808080 0%, #808080 2%, #cccc00 2%, #cccc00 8%, #ffff33 8%, #ffffbf 40%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #808080 0%, #808080 2%, #cccc00 2%, #cccc00 8%, #ffff33 8%, #ffffbf 40%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#ffffbf',GradientType=1 ); }
    #comp_facade_tree .treeview-bar .tree-label {
      font-weight: bold;
      line-height: 24px;
      position: absolute;
      max-height: 100%;
      top: 0px;
      color: white;
      padding-left: 4px;
      padding-right: 4px;
      width: 100%;
      text-shadow: 0px 0px 4px #000; }
      #comp_facade_tree .treeview-bar .tree-label > .tree-value {
        margin-right: 4px; }

.surface-glass-icon {
  width: 24px;
  height: 24px;
  cursor: pointer; }

#no-glass-surfaces {
  padding: 4px;
  border-radius: 4px;
  bottom: 4px;
  display: none;
  font-size: 12px;
  text-align: center; }

#surface-inspector {
  min-width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10 !important; }
  #surface-inspector .table-surface thead {
    font-size: 1.4em;
    font-weight: bold; }
  #surface-inspector .table-surface tbody tr td:nth-child(odd) {
    font-size: 12px;
    font-weight: bold;
    background-color: #eee; }
  #surface-inspector .table-surface tbody tr td:nth-child(even) {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-align: right; }
  #surface-inspector .table-glass thead {
    font-size: 1.4em;
    font-weight: bold; }

#comp_navigator {
  display: none;
  position: absolute;
  top: 400px; }
  #comp_navigator #comp-navigator-body {
    display: flex;
    flex-direction: row;
    align-items: stretch; }
    #comp_navigator #comp-navigator-body #comp-navigator-left {
      width: 180px;
      padding: 4px; }
      #comp_navigator #comp-navigator-body #comp-navigator-left #navigator-groupby {
        background-color: transparent;
        color: #0d3475; }
      #comp_navigator #comp-navigator-body #comp-navigator-left #navigator-tree-container {
        height: calc(100% - 37px);
        margin-top: 2px;
        background-color: rgba(255, 255, 255, 0.25); }
        #comp_navigator #comp-navigator-body #comp-navigator-left #navigator-tree-container #navigator-tree {
          margin-top: 2px;
          max-height: 380px;
          overflow-y: scroll;
          overflow-x: hidden; }
    #comp_navigator #comp-navigator-body #navigator-side-collapser {
      display: flex;
      align-items: center;
      display: flex;
      cursor: pointer;
      color: white;
      font-size: 28px;
      padding: 2px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,10b2d8+50,bdf3fd+100&0+0,0.5+50,0+100 */
      background: -moz-linear-gradient(top, rgba(249, 249, 249, 0) 0%, rgba(16, 178, 216, 0.5) 50%, rgba(189, 243, 253, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, rgba(16, 178, 216, 0.5) 50%, rgba(189, 243, 253, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(16, 178, 216, 0.5) 50%, rgba(189, 243, 253, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f9f9', endColorstr='#00bdf3fd',GradientType=0 );
      /* IE6-9 */
      transform: scaleX(1);
      transition: all .5s ease-in-out; }
      #comp_navigator #comp-navigator-body #navigator-side-collapser.pointing-left {
        transform: scaleX(-1);
        transition: all .3s ease-in-out; }
    #comp_navigator #comp-navigator-body #comp-navigator-right {
      display: none;
      width: 270px;
      padding: 4px; }
      #comp_navigator #comp-navigator-body #comp-navigator-right #navigator-selective-chart {
        margin-top: 2px; }
      #comp_navigator #comp-navigator-body #comp-navigator-right #navigator-chart-buttons-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll; }
        #comp_navigator #comp-navigator-body #comp-navigator-right #navigator-chart-buttons-container #navigator-back-to-charts-btn {
          color: #0d3475;
          background: none;
          border: none;
          font-size: 18px;
          display: none; }
        #comp_navigator #comp-navigator-body #comp-navigator-right #navigator-chart-buttons-container .navigator-chart-property {
          color: #0d3475;
          background: none;
          border: none;
          font-size: 18px;
          border-bottom: 3px solid #0d3475; }
          #comp_navigator #comp-navigator-body #comp-navigator-right #navigator-chart-buttons-container .navigator-chart-property:hover {
            background-color: #BAF9FA; }
          #comp_navigator #comp-navigator-body #comp-navigator-right #navigator-chart-buttons-container .navigator-chart-property.navigator-chart-property-active {
            font-weight: bold;
            background-color: #0d3475;
            color: white; }
      #comp_navigator #comp-navigator-body #comp-navigator-right #navigator-chart-default-message {
        font-size: 20px;
        text-align: center; }

.jstree-contextmenu {
  z-index: 5; }

#comp_floor_tree {
  width: 250px;
  top: 25%;
  right: 12px;
  padding: 0px 4px 6px 0px;
  position: absolute;
  top: 10px;
  left: 10px; }
  #comp_floor_tree .btn-update-hm {
    padding: 10px; }
  #comp_floor_tree .nav-link {
    padding: 4px; }
  #comp_floor_tree .group-toggler {
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer; }
  #comp_floor_tree .bar-value {
    height: 100%; }
  #comp_floor_tree #surface-groupby {
    width: 100%;
    margin: 4px 0px; }
  #comp_floor_tree #surface-groupby-floor {
    width: calc(100% - 16px);
    margin-left: 8px; }
  #comp_floor_tree .tree-floor-children-container {
    display: none; }
  #comp_floor_tree .treeview-bar {
    border-radius: 2px;
    margin: 4px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid #666;
    cursor: pointer;
    width: calc(100% - 10px); }
    #comp_floor_tree .treeview-bar.no-glazing {
      background-color: #aaa; }
    #comp_floor_tree .treeview-bar.tree-floor-surface-bar {
      height: 24px;
      margin-left: 30px;
      font-size: 12px; }
      #comp_floor_tree .treeview-bar.tree-floor-surface-bar .tree-floor-label {
        margin-top: -2px; }
    #comp_floor_tree .treeview-bar.tree-floor-group-bar {
      font-size: 18px;
      height: 28px;
      line-height: 36px;
      margin-left: 10px; }
    #comp_floor_tree .treeview-bar[status="selected"] {
      box-shadow: 2px 2px 2px orange; }
    #comp_floor_tree .treeview-bar .glazing-bg {
      background: #00a9ed;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #00a9ed 0%, #e4f5fc 26%, #7cd2f4 52%, #e4f5fc 72%, #2ab0ed 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #00a9ed 0%, #e4f5fc 26%, #7cd2f4 52%, #e4f5fc 72%, #2ab0ed 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #00a9ed 0%, #e4f5fc 26%, #7cd2f4 52%, #e4f5fc 72%, #2ab0ed 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9ed', endColorstr='#2ab0ed',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    #comp_floor_tree .treeview-bar .daylighting-bg {
      background: #808080;
      /* Old browsers */
      background: -moz-linear-gradient(left, #808080 0%, #808080 2%, #cccc00 2%, #cccc00 8%, #ffff33 8%, #ffffbf 40%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #808080 0%, #808080 2%, #cccc00 2%, #cccc00 8%, #ffff33 8%, #ffffbf 40%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #808080 0%, #808080 2%, #cccc00 2%, #cccc00 8%, #ffff33 8%, #ffffbf 40%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#ffffbf',GradientType=1 ); }
    #comp_floor_tree .treeview-bar .tree-floor-label {
      font-weight: bold;
      line-height: 24px;
      position: absolute;
      max-height: 100%;
      top: 0px;
      color: white;
      padding-left: 4px;
      padding-right: 4px;
      width: 100%;
      text-shadow: 0px 0px 4px #000; }
      #comp_floor_tree .treeview-bar .tree-floor-label > .tree-floor-value {
        margin-right: 4px; }

.surface-glass-icon {
  width: 24px;
  height: 24px;
  cursor: pointer; }

#no-glass-surfaces {
  padding: 4px;
  border-radius: 4px;
  bottom: 4px;
  display: none;
  font-size: 12px;
  text-align: center; }

#surface-inspector {
  min-width: 400px;
  background-color: rgba(255, 255, 255, 0.9); }
  #surface-inspector .table-surface thead {
    font-size: 1.4em;
    font-weight: bold; }
  #surface-inspector .table-surface tbody tr td:nth-child(odd) {
    font-size: 12px;
    font-weight: bold;
    background-color: #eee; }
  #surface-inspector .table-surface tbody tr td:nth-child(even) {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-align: right; }
  #surface-inspector .table-glass thead {
    font-size: 1.4em;
    font-weight: bold; }

#comp_facade_tree {
  width: 250px;
  top: 25%;
  left: 12px;
  padding: 0px 4px 6px 0px; }
  #comp_facade_tree .nav-link {
    padding: 4px; }
  #comp_facade_tree .group-toggler {
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer; }
  #comp_facade_tree .bar-value {
    height: 100%; }
  #comp_facade_tree #surface-groupby {
    width: 100%;
    margin: 4px 0px; }
  #comp_facade_tree #surface-groupby-floor {
    width: 100%;
    margin: 4px 0px; }
  #comp_facade_tree .tree-children-container {
    display: none; }
  #comp_facade_tree .treeview-bar {
    border-radius: 2px;
    margin: 4px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid #666;
    cursor: pointer;
    width: calc(100% - 30px); }
    #comp_facade_tree .treeview-bar.no-glazing {
      background-color: #aaa; }
    #comp_facade_tree .treeview-bar.tree-surface-bar {
      height: 24px;
      margin-left: 30px;
      font-size: 12px; }
      #comp_facade_tree .treeview-bar.tree-surface-bar .tree-label {
        margin-top: -2px; }
    #comp_facade_tree .treeview-bar.tree-group-bar {
      font-size: 18px;
      height: 28px;
      line-height: 36px;
      margin-right: 30px; }
    #comp_facade_tree .treeview-bar[status="selected"] {
      box-shadow: 2px 2px 2px orange; }
    #comp_facade_tree .treeview-bar .glazing-bg {
      background: #00a9ed;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #00a9ed 0%, #e4f5fc 26%, #7cd2f4 52%, #e4f5fc 72%, #2ab0ed 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #00a9ed 0%, #e4f5fc 26%, #7cd2f4 52%, #e4f5fc 72%, #2ab0ed 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #00a9ed 0%, #e4f5fc 26%, #7cd2f4 52%, #e4f5fc 72%, #2ab0ed 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9ed', endColorstr='#2ab0ed',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    #comp_facade_tree .treeview-bar .daylighting-bg {
      background: #808080;
      /* Old browsers */
      background: -moz-linear-gradient(left, #808080 0%, #808080 2%, #cccc00 2%, #cccc00 8%, #ffff33 8%, #ffffbf 40%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #808080 0%, #808080 2%, #cccc00 2%, #cccc00 8%, #ffff33 8%, #ffffbf 40%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #808080 0%, #808080 2%, #cccc00 2%, #cccc00 8%, #ffff33 8%, #ffffbf 40%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#ffffbf',GradientType=1 ); }
    #comp_facade_tree .treeview-bar .tree-label {
      font-weight: bold;
      line-height: 24px;
      position: absolute;
      max-height: 100%;
      top: 0px;
      color: white;
      padding-left: 4px;
      padding-right: 4px;
      width: 100%;
      text-shadow: 0px 0px 4px #000; }
      #comp_facade_tree .treeview-bar .tree-label > .tree-value {
        margin-right: 4px; }

.surface-glass-icon {
  width: 24px;
  height: 24px;
  cursor: pointer; }

#no-glass-surfaces {
  padding: 4px;
  border-radius: 4px;
  bottom: 4px;
  display: none;
  font-size: 12px;
  text-align: center; }

#surface-inspector {
  min-width: 400px;
  background-color: rgba(255, 255, 255, 0.9); }
  #surface-inspector .table-surface thead {
    font-size: 1.4em;
    font-weight: bold; }
  #surface-inspector .table-surface tbody tr td:nth-child(odd) {
    font-size: 12px;
    font-weight: bold;
    background-color: #eee; }
  #surface-inspector .table-surface tbody tr td:nth-child(even) {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-align: right; }
  #surface-inspector .table-glass thead {
    font-size: 1.4em;
    font-weight: bold; }

#toggle-glass-chart {
  padding-top: 3px; }

#lst_opengs_available {
  overflow-y: auto; }

#comp_glass_selector {
  height: calc(100% - 140px);
  display: none;
  font-size: 12px; }
  #comp_glass_selector .ui-slider {
    z-index: 0; }
  #comp_glass_selector #glass-selector-table_wrapper .dataTables_scrollBody {
    overflow: none; }
  #comp_glass_selector #glass-selector-table tbody tr {
    cursor: pointer;
    height: 20px;
    font-size: 10px; }
  #comp_glass_selector #selected-glass-table thead {
    font-weight: bold; }
  #comp_glass_selector #selected-glass-table .selected-glass-data {
    color: #888; }
  #comp_glass_selector h2 {
    text-align: center; }
  #comp_glass_selector #table-filters-container {
    width: 60%;
    min-width: 400px;
    position: absolute;
    top: 0px;
    right: 8px;
    background-color: white;
    display: none;
    padding: 16px 24px; }
  #comp_glass_selector .dataTables_length {
    display: none; }
  #comp_glass_selector .dataTables_wrapper {
    padding-top: 48px; }
  #comp_glass_selector #toggle-glass-chart {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: 0px;
    z-index: 50; }
    #comp_glass_selector #toggle-glass-chart:hover {
      color: blue; }
  #comp_glass_selector .dt-buttons {
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    float: left !important;
    height: 0px; }
  #comp_glass_selector .dataTables_paginate {
    position: absolute;
    top: 24px;
    right: 0px; }
  #comp_glass_selector .dataTables_info {
    position: absolute;
    top: 24px; }
  #comp_glass_selector .dataTables_scrollBody {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
  #comp_glass_selector #glass-selector-table td {
    padding: 0px;
    overflow: hidden !important; }
  #comp_glass_selector #selected-glass-info {
    border: 1px solid gray; }
    #comp_glass_selector #selected-glass-info .apply-glass-btn {
      padding: 8px;
      margin: 4px;
      border-radius: 4px;
      width: 200px; }
    #comp_glass_selector #selected-glass-info .apply-glass-btn:disabled {
      background-color: gray; }

#comp_glass_selector_extra {
  position: absolute;
  top: 170px;
  right: 0px;
  z-index: 1; }
  #comp_glass_selector_extra #glass-filters {
    display: none;
    height: 200px;
    width: 140px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    box-shadow: 0px 0px 10px #7c7b7b; }
    #comp_glass_selector_extra #glass-filters > div {
      padding: 0px 8px; }
  #comp_glass_selector_extra #glass-scatter-chart {
    display: none;
    width: 600px;
    height: 500px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb; }
  #comp_glass_selector_extra #glass-info {
    display: none;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px;
    border-top: .5px solid #666;
    border-left: .5px solid #666;
    border-bottom: .5px solid #666; }
    #comp_glass_selector_extra #glass-info h2 {
      text-align: center;
      font-size: 16px; }
    #comp_glass_selector_extra #glass-info table {
      font-size: 12px; }
    #comp_glass_selector_extra #glass-info .apply-glass {
      font-size: 1.6em;
      height: 60px;
      text-align: justify; }
      #comp_glass_selector_extra #glass-info .apply-glass > img {
        width: 40px;
        height: 40px;
        float: right;
        margin-top: 4px;
        margin-right: 4px; }
    #comp_glass_selector_extra #glass-info #glass-info-name {
      margin: -8px;
      border-radius: 2px;
      padding: 8px; }

#building_manager .building-manager-inputs-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 150;
  display: none;
  cursor: wait; }

#building_manager #building_manager_table {
  height: 100%;
  width: 400px;
  /*------ ADDED CSS ---------*/
  /* Rounded sliders */ }
  #building_manager #building_manager_table input, #building_manager #building_manager_table select {
    margin: 0px;
    font-size: 16px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #ccc;
    width: 150px; }
  #building_manager #building_manager_table tr td:first-child {
    width: 280px;
    font-weight: bold; }
  #building_manager #building_manager_table tr td:nth-child(2) {
    width: 100px; }
  #building_manager #building_manager_table td {
    height: 32px;
    padding: 2px; }
  #building_manager #building_manager_table .building_manager_time_labels {
    float: right;
    color: green;
    font-size: 12px;
    font-weight: bold;
    margin-right: 12px; }
  #building_manager #building_manager_table #hours-in-use {
    width: 135px;
    margin-left: 8px; }
  #building_manager #building_manager_table #months-in-use {
    width: 135px;
    margin-left: 8px; }
  #building_manager #building_manager_table #get-solar-dataset {
    font-size: 16px;
    background-color: dodgerblue;
    color: white;
    width: 100%;
    border: none;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold; }
    #building_manager #building_manager_table #get-solar-dataset:hover {
      background-color: goldenrod; }
  #building_manager #building_manager_table .switch {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 32px; }
  #building_manager #building_manager_table .switch input {
    display: none; }
  #building_manager #building_manager_table .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    font-weight: 400;
    color: black;
    -webkit-transition: .8s;
    transition: .8s; }
  #building_manager #building_manager_table .slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  #building_manager #building_manager_table input:focus + .slider {
    box-shadow: 0 0 1px #2196F3; }
  #building_manager #building_manager_table input:checked + .slider:before {
    transform: translateX(118px); }
  #building_manager #building_manager_table .on {
    display: none; }
  #building_manager #building_manager_table .on, #building_manager #building_manager_table .off {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  #building_manager #building_manager_table input:checked + .slider .on {
    display: block; }
  #building_manager #building_manager_table input:checked + .slider .off {
    display: none; }
  #building_manager #building_manager_table .slider.round {
    border-radius: 34px; }
  #building_manager #building_manager_table .slider.round:before {
    border-radius: 50%; }

#building_manager #bm-solardataset-chart-container {
  position: relative;
  height: 100%; }
  #building_manager #bm-solardataset-chart-container button {
    color: #444;
    border: none;
    background: transparent;
    margin: 0px;
    padding: 0px;
    font-weight: bold; }
  #building_manager #bm-solardataset-chart-container #bm-solardataset-chart {
    margin: 0 auto;
    height: 100%;
    width: 400px;
    background-color: #ddd; }

#building_manager #map-container {
  padding-top: 4px;
  height: calc(100vh - 500px);
  flex-grow: 1;
  min-width: 200px;
  position: relative; }
  #building_manager #map-container #map {
    background-color: #ddd;
    width: 100%;
    height: 100%;
    z-index: 0; }
    #building_manager #map-container #map .leaflet-control-zoom {
      display: none; }
  #building_manager #map-container #map-search {
    position: absolute;
    top: 4px;
    right: 2px;
    width: 180px;
    height: 40px;
    z-index: 110; }
    #building_manager #map-container #map-search #map-search-input {
      cursor: text;
      height: 30px;
      border-radius: 2px;
      font-size: 16px; }
    #building_manager #map-container #map-search #map-search-button {
      cursor: pointer;
      height: 28px;
      margin-top: 5px;
      margin-left: -4px;
      border: none;
      background-color: transparent;
      color: white; }

#building_manager #confirm-building-manager {
  margin-top: 20px;
  width: 100%;
  contain: content; }

#bm-solardata-warning {
  position: absolute;
  left: 8px;
  font-size: 14px;
  color: red; }

#comp_building_dashboard {
  top: 48px;
  left: 12px;
  text-align: center;
  cursor: grab; }
  #comp_building_dashboard:active {
    cursor: grabbing; }
  #comp_building_dashboard .dashboard-item {
    width: 100px;
    height: 100px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: inline-flex; }
    #comp_building_dashboard .dashboard-item .building-dashboard-text-render {
      text-align: center; }
      #comp_building_dashboard .dashboard-item .building-dashboard-text-render span {
        font-size: 8px;
        color: #444; }
        #comp_building_dashboard .dashboard-item .building-dashboard-text-render span:first-child {
          font-size: 14px; }
  #comp_building_dashboard #building-dashboard-tab table {
    font-size: 12px;
    width: 100%;
    color: white;
    background-color: rgba(8, 64, 77, 0.4); }
    #comp_building_dashboard #building-dashboard-tab table td {
      text-align: center; }
      #comp_building_dashboard #building-dashboard-tab table td .value {
        font-size: 24px; }

/* width */
::-webkit-scrollbar {
  height: 8px;
  width: 8px; }

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0); }

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 1px solid #666;
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0d3475; }

/* Scrollbar corner */
::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0); }

#admin-settings-container {
  height: 100%;
  width: 100%;
  padding: 16px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/public/image/fpro-pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block; }
  #admin-settings-container #admin-title {
    font-size: 24px;
    line-height: 48px;
    font-family: "Arial", " Helvetica", "sans-serif";
    color: #0d3475; }
  #admin-settings-container #admin-tabs {
    height: calc(100vh - 120px);
    background-color: rgba(255, 255, 255, 0.25); }
    #admin-settings-container #admin-tabs > ul {
      border-left: none !important;
      border-top: none !important;
      border-right: none !important;
      padding: 1px;
      font-size: 16px;
      background-color: transparent; }
      #admin-settings-container #admin-tabs > ul .ui-state-active {
        background-color: #0d3475;
        border-color: #0d3475; }
    #admin-settings-container #admin-tabs #subscription-details-table {
      color: white; }
      #admin-settings-container #admin-tabs #subscription-details-table tr td:first-child {
        font-weight: bold; }
      #admin-settings-container #admin-tabs #subscription-details-table tr td {
        padding: 8px 16px 8px 0px;
        font-size: 18px; }
    #admin-settings-container #admin-tabs #organization > h1 {
      color: white; }
    #admin-settings-container #admin-tabs > .admin_table_container {
      height: calc(100% - 48px);
      overflow-y: hidden;
      padding-bottom: 80px; }
      #admin-settings-container #admin-tabs > .admin_table_container > h1 {
        color: white; }
      #admin-settings-container #admin-tabs > .admin_table_container thead {
        color: white; }
      #admin-settings-container #admin-tabs > .admin_table_container tbody tr {
        background-color: rgba(255, 255, 255, 0.25);
        cursor: pointer; }
        #admin-settings-container #admin-tabs > .admin_table_container tbody tr:hover {
          background-color: #0d3475;
          color: gold;
          font-weight: bold; }
        #admin-settings-container #admin-tabs > .admin_table_container tbody tr td {
          margin: 10px;
          padding: 10px;
          font-size: 14px; }
  #admin-settings-container .modal-body table {
    font-size: 16px;
    width: 100%; }
    #admin-settings-container .modal-body table #edit-user-is-main {
      width: 16px; }
    #admin-settings-container .modal-body table td {
      padding: 4px; }
    #admin-settings-container .modal-body table input {
      font-size: 16px !important; }

#comp-custom-reports-container {
  height: 100%; }
  #comp-custom-reports-container #custom-reports-loader {
    text-align: center;
    font-size: 1.5em;
    color: #ccc;
    padding: 16px; }
  #comp-custom-reports-container #custom-reports {
    padding: 4px; }
    #comp-custom-reports-container #custom-reports table {
      width: 100%; }
  #comp-custom-reports-container .custom-reports-btn-topbar {
    padding: 8px;
    -webkit-box-shadow: 0px 5px 5px 0px #8a8a8a;
    -moz-box-shadow: 0px 5px 5px 0px #8a8a8a;
    box-shadow: 0px 5px 5px 0px #8a8a8a;
    border-bottom: 1px solid gray; }
    #comp-custom-reports-container .custom-reports-btn-topbar button {
      border-color: #ddd; }
    #comp-custom-reports-container .custom-reports-btn-topbar #template-list {
      margin: 16px;
      width: 370px; }
      #comp-custom-reports-container .custom-reports-btn-topbar #template-list tr td {
        text-align: center; }
      #comp-custom-reports-container .custom-reports-btn-topbar #template-list tr td:first-child {
        text-align: left;
        width: 270px; }
  #comp-custom-reports-container #custom-reports {
    height: calc(100% - 39px);
    overflow-y: scroll; }
  #comp-custom-reports-container #edit-custom-report-modal .modal-footer {
    display: block !important; }
  #comp-custom-reports-container .report-preview {
    max-height: 70vh;
    overflow-y: scroll; }

#report-body {
  height: 100%;
  width: calc(100% - 7px);
  overflow-y: scroll; }
  #report-body caption.highcharts-table-caption {
    display: none; }

.highcharts-drillup-button {
  display: none; }

.summary-table tr td:first-child {
  font-size: 1.2em;
  font-weight: bold; }

.summary-section {
  font-weight: bold;
  text-align: center;
  background-color: #fbfbfb;
  font-size: 1.6em; }

.s-ctrl {
  float: left; }

#surfaces tr td:nth-child(9) {
  padding: 0px !important; }

#drill-up-facades {
  float: right;
  font-size: 18px;
  border-radius: 2px;
  display: none; }

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border: 1px solid #bbb;
  margin: 0.5px -9.5px;
  padding: 4px; }

.grid-stack {
  background-color: white; }

.highcharts-button-symbol {
  display: none; }

.highcharts-container:hover .highcharts-button-symbol {
  display: block; }

.template-item {
  height: 26px; }

.cm-y {
  background-color: #fefefe;
  padding: 4px;
  margin-bottom: 2px;
  border: 1px dashed #888;
  border-radius: 2px; }

.cm-y input {
  float: right;
  cursor: pointer; }

.cm-y select {
  height: 20px !important;
  position: absolute;
  right: 50px;
  border: none; }

.glyphicon-sort {
  cursor: -webkit-grab;
  font-size: 10px;
  line-height: 20px;
  margin: 0px 4px; }

.ui-selected {
  background: #F39814;
  color: white; }

.ui-selected select {
  background-color: #F39814; }

#layer-order-label {
  border: 1px solid #ccc;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: #e9ecef;
  height: 406px;
  float: left;
  text-align: center; }

.onoffswitch {
  position: relative;
  width: 106px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding-top: 16px;
  margin-top: -13px; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "Metric";
  padding-left: 10px;
  background-color: #0d3475;
  color: #fff; }

.onoffswitch-inner:after {
  content: "Imperial";
  padding-right: 10px;
  background-color: #0d3475;
  color: #fff;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 21px;
  height: 21px;
  margin: 4.5px;
  background: #0d3475;
  position: absolute;
  top: 17px;
  bottom: 0;
  right: 72px;
  border: 2px solid #fff;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

#download-full-report-btn {
  background-color: #0d3475;
  position: absolute;
  border: none;
  border-radius: 4px;
  right: 8px;
  top: 2px; }
  #download-full-report-btn img {
    height: 48px; }

#default-reports-container h1 {
  background: linear-gradient(45deg, #343435 0%, #343435 4%, #0d3475 74%, #d6d6d6 76%, #0d3475 78%, #0d3475 78%, #0d3475 86%, #d6d6d6 88%, #d6d6d6 88%, #0d3475 91%, #0d3475 96%, #d6d6d6 98%, #0d3475 100%);
  color: white; }

#default-reports-container .custom-report > h2 {
  background: linear-gradient(45deg, #343435 0%, #343435 4%, #0d3475 74%, #d6d6d6 76%, #0d3475 78%, #0d3475 78%, #0d3475 86%, #d6d6d6 88%, #d6d6d6 88%, #0d3475 91%, #0d3475 96%, #d6d6d6 98%, #0d3475 100%);
  color: white; }

#reports_disclaimer-link {
  margin-top: 20px;
  position: absolute;
  right: 100px; }

#reports-disclaimer {
  margin-top: 24px;
  color: #888;
  padding: 8px 48px; }

#comp_target {
  width: 450px;
  height: 330px;
  max-width: 450px;
  max-height: 330px;
  min-width: 400px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  left: 10px; }
  #comp_target #selectedStandard {
    width: 47.5%;
    max-height: 20px; }
  #comp_target #standard-bar {
    padding-bottom: 5px; }
  #comp_target #standard-form tr td {
    padding: 4px; }
  #comp_target #standard-form tr td:nth-child(1) {
    font-weight: 600; }
  #comp_target #standard-form tr td:nth-child(2) input {
    width: 100%; }
  #comp_target #standard-form tr td:nth-child(3) {
    text-align: right; }
  #comp_target #standard-form tr:nth-child(9) td {
    font-weight: 400;
    text-align: right; }
  #comp_target .standard-imp {
    max-height: 20px;
    padding-top: 0px;
    padding-bottom: 15px;
    border: 1px solid #888;
    border-radius: 4px; }
    #comp_target .standard-imp:focus {
      outline: none; }
    #comp_target .standard-imp:hover {
      background-color: #0d3475;
      color: white; }
  #comp_target #target {
    width: 450px;
    height: 300px;
    max-width: 450px;
    max-height: 300px;
    min-width: 400px;
    padding-top: 5px; }
  #comp_target .performance-box {
    width: 102%;
    height: 65px;
    background-color: #0d3475;
    margin-bottom: 3px;
    border-radius: 3px;
    overflow: hidden;
    color: white;
    font-weight: 500; }
  #comp_target .performance-box h5 {
    font-weight: 540;
    font-size: 0.8em;
    margin-bottom: 2px;
    margin-top: 2px; }
  #comp_target .label-text {
    text-align: center;
    margin-top: -3px; }
  #comp_target .label-text label {
    font-weight: 600;
    font-size: 0.75em;
    color: #777; }
  #comp_target .blue-values {
    color: #0d3475;
    font-weight: 600;
    font-size: 0.8em;
    margin-bottom: 3px;
    margin-top: -5px; }
  #comp_target .bold-values {
    font-size: 1.2em;
    font-weight: 600; }
  #comp_target .performance-box p {
    text-align: center;
    margin: 0 0 1px 0; }
  #comp_target .chartContainers {
    max-height: 150px;
    overflow: hidden;
    margin-top: -13px; }
  #comp_target .text-in-charts {
    position: relative;
    margin-top: -112px;
    font-size: 0.8em;
    font-weight: 600;
    color: #777; }
  #comp_target .text-in-charts hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #0d3475;
    padding: 0;
    margin: 0px;
    width: 70%;
    margin-left: 23px; }
  #comp_target .text-in-charts p {
    margin-bottom: 2px; }
  #comp_target .text-in-charts span {
    font-weight: 600;
    font-size: 1.6em; }
  #comp_target .chart-div {
    width: 150px;
    max-width: 150px;
    margin: auto;
    float: left; }
  #comp_target #maximum-allowable-glazing-card {
    margin-top: 0px; }
  #comp_target .img-icon {
    background-color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: 0px; }
  #comp_target .divider {
    border-bottom: 1px solid white; }

#comp_scene_tree_container {
  height: 400px;
  min-width: 260px;
  display: none;
  position: absolute;
  top: 200px;
  left: 30px;
  cursor: grab; }
  #comp_scene_tree_container:active {
    cursor: grabbing; }
  #comp_scene_tree_container #assignment_mode_container {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border: 4px solid lime;
    position: absolute;
    top: -64px;
    left: -5px;
    border-radius: 2px;
    width: 250px;
    display: none; }
    #comp_scene_tree_container #assignment_mode_container #assignment_mode_category_name {
      font-size: 24px; }
  #comp_scene_tree_container #comp_scene_tree {
    overflow-y: scroll;
    max-height: 350px;
    overflow-x: scroll;
    max-width: 300px; }
  #comp_scene_tree_container #scene-tree-search-input {
    width: calc(100% - 60px);
    padding: 4px;
    border-radius: 2px;
    border: 1px solid dodgerblue;
    margin: 4px; }
  #comp_scene_tree_container #comp_scene_info {
    background-color: rgba(255, 255, 255, 0.65);
    width: 310px;
    top: 0px;
    right: -315px;
    position: absolute;
    height: 399px;
    display: none; }
  #comp_scene_tree_container #comp_scene_tree-side-collapser {
    color: white;
    font-size: 16px;
    padding: 4px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,10b2d8+50,bdf3fd+100&0+0,0.5+50,0+100 */
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 0) 0%, rgba(16, 178, 216, 0.5) 50%, rgba(189, 243, 253, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, rgba(16, 178, 216, 0.5) 50%, rgba(189, 243, 253, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(16, 178, 216, 0.5) 50%, rgba(189, 243, 253, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transform: scaleX(1);
    transition: all .5s ease-in-out; }
    #comp_scene_tree_container #comp_scene_tree-side-collapser.pointing-left {
      transform: scaleX(-1);
      transition: all .3s ease-in-out; }
    #comp_scene_tree_container #comp_scene_tree-side-collapser:focus {
      outline: none; }

.sw-btn-next {
  top: -24px;
  background: linear-gradient(45deg, #343435 0%, #343435 4%, #0d3475 74%, #d6d6d6 76%, #0d3475 78%, #0d3475 78%, #0d3475 86%, #d6d6d6 88%, #d6d6d6 88%, #0d3475 91%, #0d3475 96%, #d6d6d6 98%, #0d3475 100%) !important;
  font-size: 16px !important; }

#comp_model_diagnosis #model-diagnosis-datacodes-container .category-code-button {
  padding: 16px;
  font-size: 24px;
  text-align: left;
  cursor: pointer;
  margin: 4px;
  border: 1px solid gray;
  border-radius: 2px;
  width: calc(50% - 12px);
  display: inline-block;
  position: relative; }
  #comp_model_diagnosis #model-diagnosis-datacodes-container .category-code-button:hover {
    background-color: #0d3475;
    color: white; }
  #comp_model_diagnosis #model-diagnosis-datacodes-container .category-code-button > .category-count {
    position: absolute;
    right: 16px;
    top: 6px;
    padding-top: 16px;
    border-radius: 100%;
    height: 56px;
    width: 56px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #0d3475; }

#comp_model_diagnosis .model-diagnosis-button {
  width: 100%;
  border-radius: 4px;
  outline: none;
  color: white;
  background-color: #0d3475;
  font-size: 32px;
  padding: 32px;
  margin: 8px 0px;
  border: none; }
  #comp_model_diagnosis .model-diagnosis-button > small {
    font-size: 16px; }

#comp_model_diagnosis .model-navigator-reference {
  cursor: pointer;
  color: blue;
  text-decoration: underline; }

#comp_model_diagnosis #assigned-component-list {
  background-color: black;
  border-radius: 4px;
  background-color: #eee;
  margin: 4px;
  display: none;
  -moz-box-shadow: inset 0 0 32px #444;
  -webkit-box-shadow: inset 0 0 32px #444;
  box-shadow: inset 0 0 32px #444; }
  #comp_model_diagnosis #assigned-component-list #category-assignment-no-elements-warning {
    color: maroon;
    padding-top: 32px;
    text-align: center;
    display: none; }
  #comp_model_diagnosis #assigned-component-list #assigned-component-items-container {
    max-height: calc(100vh - 460px);
    overflow-y: scroll;
    padding: 16px; }
    #comp_model_diagnosis #assigned-component-list #assigned-component-items-container .assigned-component-list-item {
      padding: 2px 8px; }
      #comp_model_diagnosis #assigned-component-list #assigned-component-items-container .assigned-component-list-item:hover {
        color: #0d3475; }
      #comp_model_diagnosis #assigned-component-list #assigned-component-items-container .assigned-component-list-item .remove-assigned-component-list-item {
        color: red;
        display: inline-block;
        cursor: pointer;
        margin-right: 8px; }

#comp_surface_table .dt-buttons {
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
  float: left !important;
  height: 0px; }

#homepage {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 40px;
  padding-top: 10px;
  background-image: url("/public/image/homepage-building.jpg"); }
  #homepage .standout {
    font-size: 24px;
    color: white;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    animation: size-change .85s infinite; }

@keyframes size-change {
  0% {
    font-size: 24px;
    color: white; }
  50% {
    font-size: 24.5px;
    color: gold; }
  100% {
    font-size: 24px;
    color: white; } }
  #homepage #welcome-home {
    text-align: center;
    font-size: 48px; }
  #homepage #homepage-buttons-container {
    padding-right: 48px; }
    #homepage #homepage-buttons-container .hp-btn {
      background-color: #0d3475;
      border: 3px outset white;
      border-radius: 4px;
      transition: background-color .1s;
      transition: scale 0.1s;
      transition: all .1s ease-in-out;
      cursor: pointer;
      font-size: 28px;
      color: white;
      text-align: center;
      position: relative;
      margin: 16px 0px;
      height: 150px;
      padding: 32px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      #homepage #homepage-buttons-container .hp-btn .standout {
        position: absolute;
        top: 0px;
        right: 8px; }
      #homepage #homepage-buttons-container .hp-btn img {
        width: 48px;
        height: 48px; }
      #homepage #homepage-buttons-container .hp-btn:hover {
        transform: scale(1.03);
        background-color: gold; }

#side-menu-pop-up {
  height: 100%;
  width: 270px;
  position: fixed;
  top: 0px;
  left: -213px;
  z-index: 100;
  overflow-x: hidden;
  transition: 0.4s;
  margin-top: 60px;
  color: #fff;
  background: #0d3475; }
  #side-menu-pop-up:hover {
    left: 0px;
    border-right: 1px solid white; }
  #side-menu-pop-up #pin-container {
    height: 40px;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px; }
    #side-menu-pop-up #pin-container .checkbox-label {
      display: inline-block;
      cursor: pointer;
      height: 30px;
      width: 30px;
      clear: both;
      border: 2px solid white;
      border-radius: 15px;
      position: absolute;
      top: 14px;
      right: 15px; }
    #side-menu-pop-up #pin-container .checkbox-label input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    #side-menu-pop-up #pin-container .checkbox-label .checkbox-custom {
      position: absolute;
      top: 7px;
      left: 2px;
      height: 20px;
      width: 20px;
      background-image: url("/public/image/pin_button1.png");
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(90deg);
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out; }
    #side-menu-pop-up #pin-container .checkbox-label input:checked ~ .checkbox-custom {
      left: 7px;
      background-image: url("/public/image/pin_button1.png");
      transform: rotate(0deg);
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out; }
  #side-menu-pop-up #pin {
    display: none;
    float: right;
    height: 30px;
    width: 30px;
    margin-right: 7px; }
  #side-menu-pop-up #text-checkbox {
    font-size: 1.1em;
    text-align: center;
    margin: 10px; }
  #side-menu-pop-up .nav-btn {
    width: 100%;
    height: 60px;
    font-size: 1.4em;
    border: none;
    text-align: left;
    vertical-align: text-bottom;
    padding-left: 10px; }
    #side-menu-pop-up .nav-btn .navbar-item-icon {
      float: right;
      margin-right: 8px; }
    #side-menu-pop-up .nav-btn:focus {
      outline: none; }

#side-menu-pop-up.open {
  position: fixed;
  top: 0px;
  left: 0px; }
  #side-menu-pop-up.open #pin {
    display: inline; }

#glassdatabase {
  height: 100%;
  padding: 16px;
  padding-bottom: 24px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/public/image/fpro-pattern.jpg"); }
  #glassdatabase #switch-glass-type, #glassdatabase #show-chart {
    border: none;
    border-radius: 2px;
    line-height: 32px;
    padding: 5px;
    background: #0d3475;
    height: 42px;
    outline: none;
    text-align: center;
    width: 230px;
    margin-bottom: 3px;
    margin-left: 8px;
    font-size: 0.7em;
    color: #fff; }
    #glassdatabase #switch-glass-type:active, #glassdatabase #show-chart:active {
      color: #fff; }
    #glassdatabase #switch-glass-type:hover, #glassdatabase #show-chart:hover {
      background-color: gold; }
  #glassdatabase #gd-container {
    width: 100%;
    height: calc(100% - 30px);
    border-radius: 2px;
    padding: 0px;
    display: flex;
    background-color: #0d3475; }
    #glassdatabase #gd-container #gd-left {
      width: 280px;
      height: 100%;
      overflow-y: scroll;
      background-color: #0d3475; }
      #glassdatabase #gd-container #gd-left .ui-slider-handle {
        z-index: 0;
        border-radius: 100%; }
      #glassdatabase #gd-container #gd-left #tab-filter {
        text-align: center;
        color: #444;
        color: white; }
        #glassdatabase #gd-container #gd-left #tab-filter input {
          width: 100%;
          text-align: center;
          border: none;
          background-color: white;
          border-radius: 2px;
          outline: none;
          font-size: 1.2em;
          color: black; }
        #glassdatabase #gd-container #gd-left #tab-filter #search-container {
          padding: 11px;
          height: 50px; }
        #glassdatabase #gd-container #gd-left #tab-filter th {
          text-align: left;
          font-size: 1.2em;
          padding: 4px; }
          #glassdatabase #gd-container #gd-left #tab-filter th[colspan="2"] {
            text-align: center; }
        #glassdatabase #gd-container #gd-left #tab-filter td {
          height: 20px;
          padding: 4px; }
        #glassdatabase #gd-container #gd-left #tab-filter .slider {
          padding-left: 12px; }
        #glassdatabase #gd-container #gd-left #tab-filter #uv-slider, #glassdatabase #gd-container #gd-left #tab-filter #vlt-slider, #glassdatabase #gd-container #gd-left #tab-filter #shgc-slider {
          width: 97%;
          background-color: gold;
          margin-bottom: 10px; }
        #glassdatabase #gd-container #gd-left #tab-filter select {
          width: 100%;
          color: black;
          border-radius: 2px;
          text-align: center; }
        #glassdatabase #gd-container #gd-left #tab-filter .filter-btns {
          background-color: gold;
          color: #fff;
          font-size: 1.5em;
          border-radius: 2px;
          border: none;
          text-align: center;
          line-height: 50px;
          font-weight: 700;
          cursor: pointer;
          display: block;
          width: 100%;
          height: 35px;
          line-height: 35px;
          margin-top: 3px; }
          #glassdatabase #gd-container #gd-left #tab-filter .filter-btns:focus {
            outline: none; }
        #glassdatabase #gd-container #gd-left #tab-filter #remove-filter {
          background-color: lightgray;
          display: none;
          cursor: pointer; }
        #glassdatabase #gd-container #gd-left #tab-filter #search {
          font-size: 0.85em;
          height: 28px; }
    #glassdatabase #gd-container #gd-right {
      flex-grow: 1; }
      #glassdatabase #gd-container #gd-right #footer-table {
        background-color: #0d3475;
        font-weight: 500;
        color: #fff;
        font-size: 1.5em;
        height: 50px; }
        #glassdatabase #gd-container #gd-right #footer-table #items {
          display: inline-block;
          width: 280px;
          text-align: center;
          line-height: 50px; }
        #glassdatabase #gd-container #gd-right #footer-table .pull-right {
          margin-right: 8px; }
          #glassdatabase #gd-container #gd-right #footer-table .pull-right .footer-btn {
            text-align: center;
            border: none;
            border-radius: 2px;
            width: 90px;
            height: 30px;
            margin-top: 10px;
            display: inline-block;
            cursor: pointer;
            line-height: 30px;
            margin-right: 15px; }
          #glassdatabase #gd-container #gd-right #footer-table .pull-right label {
            line-height: 50px; }
          #glassdatabase #gd-container #gd-right #footer-table .pull-right #page-select {
            color: white;
            background-color: transparent;
            padding-left: 5px;
            margin-left: 5px; }
            #glassdatabase #gd-container #gd-right #footer-table .pull-right #page-select option {
              color: black; }
          #glassdatabase #gd-container #gd-right #footer-table .pull-right .glyphicon {
            cursor: pointer; }
      #glassdatabase #gd-container #gd-right #table {
        height: calc(100% - 50px);
        overflow: scroll; }
        #glassdatabase #gd-container #gd-right #table #glass-list {
          width: 100%;
          overflow-y: auto;
          height: 200px; }
          #glassdatabase #gd-container #gd-right #table #glass-list thead tr {
            height: 40px; }
          #glassdatabase #gd-container #gd-right #table #glass-list thead th {
            text-align: center;
            border-right: 1px solid #fff;
            width: 60px;
            position: sticky;
            top: 0;
            background-color: #0d3475;
            color: #fff; }
          #glassdatabase #gd-container #gd-right #table #glass-list thead .name {
            width: fill-available; }
          #glassdatabase #gd-container #gd-right #table #glass-list thead .regions {
            max-width: 180px; }
          #glassdatabase #gd-container #gd-right #table #glass-list tbody {
            background-color: white; }
            #glassdatabase #gd-container #gd-right #table #glass-list tbody tr {
              cursor: pointer;
              max-height: 40px;
              border-bottom: 1px solid #eee; }
              #glassdatabase #gd-container #gd-right #table #glass-list tbody tr:hover {
                background-color: #eee; }
              #glassdatabase #gd-container #gd-right #table #glass-list tbody tr.targeted_row {
                animation: flash-row .8s;
                /* IE 10+, Fx 29+ */
                animation-iteration-count: 5; }

@-webkit-keyframes flash-row {
  from {
    background-color: transparent; }
  to {
    background-color: gold; } }
            #glassdatabase #gd-container #gd-right #table #glass-list tbody td {
              font-size: 1em;
              font-weight: 500;
              padding: 5px;
              text-align: center; }
            #glassdatabase #gd-container #gd-right #table #glass-list tbody td:nth-child(2) {
              text-align: left; }
            #glassdatabase #gd-container #gd-right #table #glass-list tbody .description-btn {
              background-color: #0d3475;
              color: #fff;
              padding: 5px;
              border-radius: 2px;
              text-align: center;
              cursor: pointer; }
              #glassdatabase #gd-container #gd-right #table #glass-list tbody .description-btn:hover {
                background-color: gold; }
    #glassdatabase #gd-container #gd-chart {
      width: 40%;
      height: 500px;
      background-color: #ddd;
      border: none;
      border-radius: 2px;
      position: absolute;
      left: 30%;
      top: 11%;
      z-index: 5;
      display: none;
      padding: 10px; }
      #glassdatabase #gd-container #gd-chart #close-chart, #glassdatabase #gd-container #gd-chart #refresh-chart {
        float: right;
        margin-top: -30px;
        border: 1px solid #444;
        border-radius: 2px; }
      #glassdatabase #gd-container #gd-chart #refresh-chart {
        margin-right: 25px; }
      #glassdatabase #gd-container #gd-chart #close-chart {
        background-color: #c86060;
        color: white; }
      #glassdatabase #gd-container #gd-chart #y-select, #glassdatabase #gd-container #gd-chart #x-select {
        width: 45%;
        display: inline; }
      #glassdatabase #gd-container #gd-chart #y-select {
        float: right; }
      #glassdatabase #gd-container #gd-chart #y-chart, #glassdatabase #gd-container #gd-chart #x-chart {
        width: 200px;
        color: black;
        border-radius: 8px;
        text-align: center;
        margin-bottom: 10px; }
  #glassdatabase #desc-modal-body {
    padding: 15px; }
    #glassdatabase #desc-modal-body table {
      width: 100%; }
      #glassdatabase #desc-modal-body table #img-desc {
        width: 100px;
        background-color: red;
        padding: 5px;
        border-radius: 2px;
        border: 1px solid #444; }
      #glassdatabase #desc-modal-body table td {
        min-width: 100px;
        padding: 8px;
        color: #444;
        font-size: 1.2em;
        font-weight: 600; }
      #glassdatabase #desc-modal-body table #ask {
        height: 40px;
        line-height: 40px;
        font-size: 1.3em;
        color: #fff;
        background-color: #0d3475;
        border-radius: 2px;
        text-align: center;
        cursor: pointer; }
        #glassdatabase #desc-modal-body table #ask:hover {
          background-color: gold; }
  #glassdatabase .ui-dialog {
    background-color: #0d3475 !important;
    color: white;
    width: 550px !important; }
    #glassdatabase .ui-dialog .ui-dialog-titlebar {
      background-color: #0d3475;
      color: white;
      border: none;
      font-size: 16px; }
    #glassdatabase .ui-dialog #dialog-share-custom-make-up {
      width: 550px !important;
      color: white;
      font-size: 16px; }
      #glassdatabase .ui-dialog #dialog-share-custom-make-up button {
        background-color: #fff;
        color: #0d3475;
        width: 100%;
        border: none; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up button:hover {
          background-color: gold;
          color: white; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up button:focus {
          outline-style: none; }
      #glassdatabase .ui-dialog #dialog-share-custom-make-up .share-options-btn {
        margin-bottom: 10px;
        margin-top: 10px; }
      #glassdatabase .ui-dialog #dialog-share-custom-make-up table {
        width: 100%; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table td {
          padding: 4px; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table .align-right {
          text-align: right; }
          #glassdatabase .ui-dialog #dialog-share-custom-make-up table .align-right > input {
            margin-left: 8px; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table input[type="email"] {
          width: 100%;
          color: black; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table button {
          width: 100%;
          background-color: gold;
          color: white;
          border: none; }
          #glassdatabase .ui-dialog #dialog-share-custom-make-up table button:focus {
            outline-style: none; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table #toggle-share {
          background-color: blue;
          color: #fff; }
        #glassdatabase .ui-dialog #dialog-share-custom-make-up table #select-team, #glassdatabase .ui-dialog #dialog-share-custom-make-up table #select-user {
          color: #444;
          width: 100%; }
      #glassdatabase .ui-dialog #dialog-share-custom-make-up #submit-share-report {
        font-size: 1.3em; }

#glass-enquiry {
  padding: 40px;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/public/image/fpro-pattern.jpg"); }
  #glass-enquiry #generic-glass-warning {
    font-size: 32px;
    text-align: center;
    padding: 48px; }
  #glass-enquiry #glass-enquiry-fields {
    display: none;
    width: 100%;
    border-radius: 4px;
    font-size: 20px;
    background: linear-gradient(135deg, #04adea 0%, #b7deed 68%, #71ceef 86%, #21b4e2 100%, #b7deed 100%); }
    #glass-enquiry #glass-enquiry-fields #vendor-logo {
      width: 300px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("/public/image/vendors/fenestrapro_white_transparent.png");
      background-size: 90%;
      background-position: center; }
    #glass-enquiry #glass-enquiry-fields.Guardian {
      background-image: url("/public/image/navy-square-pattern.jpg"); }
      #glass-enquiry #glass-enquiry-fields.Guardian #vendor-logo {
        background-image: url("/public/image/vendors/guardian_white_transparent.png"); }
    #glass-enquiry #glass-enquiry-fields.Vitro {
      background: linear-gradient(90deg, #005776 -3.75%, #00C1D5 45.73%, #84BD00 96.25%); }
      #glass-enquiry #glass-enquiry-fields.Vitro #vendor-logo {
        background-image: url("/public/image/vendors/vitro_white_transparent.png"); }
    #glass-enquiry #glass-enquiry-fields tr:first-child {
      color: white; }
      #glass-enquiry #glass-enquiry-fields tr:first-child td:nth-child(2) {
        text-align: center; }
        #glass-enquiry #glass-enquiry-fields tr:first-child td:nth-child(2) p {
          font-size: smaller; }
    #glass-enquiry #glass-enquiry-fields td:first-child {
      color: white;
      width: 160px;
      vertical-align: top; }
    #glass-enquiry #glass-enquiry-fields td {
      padding: 10px; }
    #glass-enquiry #glass-enquiry-fields input {
      padding: 16px;
      font-size: 20px !important; }
    #glass-enquiry #glass-enquiry-fields textarea {
      font-size: 20px !important;
      padding: 16px;
      height: 180px; }
    #glass-enquiry #glass-enquiry-fields #send-enquiry {
      background-color: gold;
      width: 250px;
      border-radius: 4px;
      font-size: 30px; }

#vendor_management {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/public/image/homepage-building.jpg"); }
  #vendor_management #new-license-btn {
    background-color: #0d3475;
    color: white;
    font-size: 24px;
    padding: 8px 24px;
    float: right;
    border-radius: 4px;
    border-color: gold; }

#report-body {
  height: 100%;
  width: calc(100% - 7px);
  overflow-y: scroll; }
  #report-body caption.highcharts-table-caption {
    display: none; }

.highcharts-drillup-button {
  display: none; }

.summary-table tr td:first-child {
  font-size: 1.2em;
  font-weight: bold; }

.summary-section {
  font-weight: bold;
  text-align: center;
  background-color: #fbfbfb;
  font-size: 1.6em; }

.s-ctrl {
  float: left; }

#surfaces tr td:nth-child(9) {
  padding: 0px !important; }

#drill-up-facades {
  float: right;
  font-size: 18px;
  border-radius: 2px;
  display: none; }

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border: 1px solid #bbb;
  margin: 0.5px -9.5px;
  padding: 4px; }

.grid-stack {
  background-color: white; }

.highcharts-button-symbol {
  display: none; }

.highcharts-container:hover .highcharts-button-symbol {
  display: block; }

.template-item {
  height: 26px; }

.cm-y {
  background-color: #fefefe;
  padding: 4px;
  margin-bottom: 2px;
  border: 1px dashed #888;
  border-radius: 2px; }

.cm-y input {
  float: right;
  cursor: pointer; }

.cm-y select {
  height: 20px !important;
  position: absolute;
  right: 50px;
  border: none; }

.glyphicon-sort {
  cursor: -webkit-grab;
  font-size: 10px;
  line-height: 20px;
  margin: 0px 4px; }

.ui-selected {
  background: #F39814;
  color: white; }

.ui-selected select {
  background-color: #F39814; }

#layer-order-label {
  border: 1px solid #ccc;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: #e9ecef;
  height: 406px;
  float: left;
  text-align: center; }

.onoffswitch {
  position: relative;
  width: 106px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding-top: 16px;
  margin-top: -13px; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "Metric";
  padding-left: 10px;
  background-color: #0d3475;
  color: #fff; }

.onoffswitch-inner:after {
  content: "Imperial";
  padding-right: 10px;
  background-color: #0d3475;
  color: #fff;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 21px;
  height: 21px;
  margin: 4.5px;
  background: #0d3475;
  position: absolute;
  top: 17px;
  bottom: 0;
  right: 72px;
  border: 2px solid #fff;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

#download-full-report-btn {
  background-color: #0d3475;
  position: absolute;
  border: none;
  border-radius: 4px;
  right: 8px;
  top: 2px; }
  #download-full-report-btn img {
    height: 48px; }

#glazing-app-report-container {
  height: 100%;
  width: calc(100% - 7px);
  overflow-y: scroll; }
  #glazing-app-report-container h1 {
    background: linear-gradient(45deg, #343435 0%, #343435 4%, #0d3475 74%, #d6d6d6 76%, #0d3475 78%, #0d3475 78%, #0d3475 86%, #d6d6d6 88%, #d6d6d6 88%, #0d3475 91%, #0d3475 96%, #d6d6d6 98%, #0d3475 100%);
    color: white; }
  #glazing-app-report-container .custom-report > h2 {
    background: linear-gradient(45deg, #343435 0%, #343435 4%, #0d3475 74%, #d6d6d6 76%, #0d3475 78%, #0d3475 78%, #0d3475 86%, #d6d6d6 88%, #d6d6d6 88%, #0d3475 91%, #0d3475 96%, #d6d6d6 98%, #0d3475 100%);
    color: white; }

#reports_disclaimer-link {
  margin-top: 20px;
  position: absolute;
  right: 100px; }

#reports-disclaimer {
  margin-top: 24px;
  color: #888;
  padding: 8px 48px; }
