@import "bootstrap-icons.min.css";
@import "fonts.css";
@import "reset.css";
@import "layout.css";
@import "header.css";
@import "buttons.css";
@import "card.css";
@import "input.css";
@import "modal.css";
@import "pane.css";
@import "viewer.css";
@import "auth.css";
@import "flash.css";
@import "progress.css";
@import "quote.css";
@import "settings.css";
@import "progress.css";
@import "status.css";
@import "table.css";
@import "aggrid.css";

#main {
  position: relative;
  font-family: Lato;
  font-size: 16px;
  color: #3F4254;
}

.bg-1 {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/background-1@2x.png');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bg-2 {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/background-2@2x.png');
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

#content-container.no-rows {
  background-image: url('../images/background-1@2x.png');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.content-header {
  flex: none;
  align-items: center;
  gap: 25px;
  padding: 8px 40px;
}

.content-header h1 {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 15%;
  font-family: Roboto;
  font-size: 20px;
  color: #212529;
}

.content-header h1 select {
  margin: 0 0 0 10px;
  padding: 6px 28px 6px 10px;
  margin-bottom: 0;
  font-size: 14px;
}

.content-header-description {
  flex: auto;
  color: #868E99;
}

.content-header-buttons {
  display: flex;
  gap: 10px;
}

.content-header-buttons .button {
  white-space: nowrap;
}

.content-button-row {
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.content-button-row .nav-btn {
  line-height: 34px;
  font-family: Roboto;
  color: #626679;
}

.content-body {
  display: flex;
  flex-flow: column;
  flex: auto;
  height: calc(100% - 150px);
  overflow: auto;
}

.content-body.simple-content {
  padding: 40px;
}

.content-body .flash-list {
  position: relative;
}

#data-bulk-actions {
  display: flex;
  position: fixed;
  bottom: -50px;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-left: 100px;
  font-family: Lato;
  color: #FFF;
  background-color: #898989;
  transition: bottom 0.2s;
}

#data-bulk-actions.active {
  bottom: 0;
}

#data-bulk-actions .btn-close {
  font-size: 25px;
}

#data-bulk-actions .button {
  font-family: Mulish;
  color: #131523;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
}

#data-bulk-actions .button::before {
  margin-right: 5px;
}

.bulk-actions a {
  margin-right: 20px;
}

.bulk-actions a, .bulk-actions a:visited {
  color: inherit;
}

.bulk-actions a::before {
/*  color: red;*/
  margin-right: 2px;
  font-size:13pt;
}

.bulk-actions {
  -webkit-user-select: none;
  user-select: none;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins;
  font-size: 10pt;

  cursor: default;
  pointer-events: none;
  color: #DDDDDD;
}

.popup-menu {
  padding: 10px;
  font-family: Lato;
  color: #131523;
  position: absolute;
  z-index: 103;
  background: white;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.popup-menu a, .popup-menu button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  white-space: nowrap;
  font-family: Lato;
  font-size: 13px;
  color: #131523;
  background-color: #FFF;
  cursor: pointer;
}

.popup-menu a:hover, .popup-menu button:hover {
  background-color: rgba(213, 215, 227, 0.15);
}

.popup-menu#user-menu {
  top: 50px;
  right: 10px;
}

.popup-menu#revision-menu a, .popup-menu#revision-menu button {
  font-size: 14px;
}

#notifications {
  position: absolute;
  top:      70px;
  right:     0px;
  z-index: 101;
  background: white;
  border: 1px solid #F5F5F5;
}

#notifications a {
  position: relative;
  display: block;
  height: 52px;
  line-height: 52px;
  padding: 0px 20px;
  white-space: nowrap;
}

#notifications a:hover {
  background-color: rgb(255,247,247);
  color: #ff5d5e;
}

#notifications a:hover::before, #notifications a.active::before {
  content: "";
  position: absolute;
  width:4px;
  height:100%;
  top: 0px;
  left: 0px;
  background-color: #ff5d5e;
  border-radius: 2px;
}

.search {
  position: relative;
}

.search-results {
  position: absolute;
  top:      35px;
  left:    0px;
  z-index: 101;
  background: white;
  border: 1px solid #F5F5F5;
  width: 100%;
}

.search-results div {
  color: #131523;
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  overflow:hidden;
}

.search-results div.active {
  background-color: rgb(255,247,247);
  color: #ff5d5e;
}

.search-results div.search-result-group {
  color: #ff5d5e;
}

.search-results div.active::before {
  content: "";
  position: absolute;
  width:4px;
  height:100%;
  top: 0px;
  left: 0px;
  background-color: #ff5d5e;
  border-radius: 2px;
}

.collapsed {
  display: none;
}

.right {
  float:right;
}

.menu-toggle {
  position: absolute;
  top: 0px;
  right: -5px;
  width:10px;
  height: 100%;
  cursor: col-resize;
  z-index: 100;
}

.divider {
  height: 1px;
  background: gray;
}

.hidden {
  display: none !important;
}

h1 {
  font: normal normal 700 40px/1.5rem Roboto;
  color: #212529;
}

h1 span:not(.bi) {
  color: #A1A6AF;
  font-size: 32px;
  margin-left: 50px;
}

h2 {
  font: normal normal 700 22px/1rem Roboto;
  color: #212529;
}

a.simple-link {
  text-decoration: underline;
}

.avatar {
  height: 36px;
  border-radius: 50%;
}

@media only screen and (max-width: 900px) {
  .search label {
    display: none;
  }

  .search-results {
    left: 42px;
  }
}

@media only screen and (max-width: 800px) {
  #menu {
    width: 64px;
  }

  #main {
    width: calc(100% - 64px);
  }

  .menu-toggle {
    display: none;
  }

  #header .right {
    padding-right: 20px;
  }

  #header .help, #header .bell {
    margin-right: 12px;
  }

  #header .search {
    padding-left: 20px;
  }

  #header .logo {
    width:40px;
    overflow:hidden;
  }
}

td:first-child {
  padding-left: 0;
  padding-right: 0;
}

th:first-child   {
  padding-left: 0;
}
th {
  -webkit-user-select: none;
  user-select: none;
  font: normal normal normal 12px/18px Poppins;
  color: #626679;
  text-align: left;
  padding-left:20px;
}

td a, td a:visited {
  color: inherit;
}

td {
  font: normal normal normal 14px/19px Roboto;
  color: #3F4254;

  padding-left:20px;
  padding-right:20px;
  color: #3F4254;
}

td a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.status-ready {
  display: inline-block;
  background-color: rgb(192,231,209);
  color: #07A04A;
  border-radius: 3px;
  padding: 8px 20px;
}

.nowrap {
  white-space: nowrap;
}

.menu-divider {
  width: calc(100% - 36px);
  margin-left: 18px;
  height: 3px;
  margin-top: 26px;
  margin-bottom: 26px;
  background-color: rgb(227,227,227);
}

.content .right .button {
  margin-left: 12px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
/*  background: rgba(0, 0, 0, 0.2);*/
}

.bulk-checkbox-disabled {
  opacity: 0.5;
}


.archived {
  text-decoration: line-through;
}

.filter-selectors {
  font-family: Roboto;
  color:#9A9A9A;
}

.filter-selectors div {
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  border-radius:3px;
  box-shadow: 0px 3px 4px #15223214;
  margin-left: 20px;
}

.filter-selectors div.active {
  background: #DDD;
}

.filter-selectors .edit {
  display: none;
}

.filter-selectors .active .edit {
  display: inline-block;
  margin-left: 20px;
}

.pane1 {
  width: calc(100% - 500px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: calc(100vh - 70px);
}

.sidebar-collapsed .pane1 {
  width: calc(100% - 300px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: calc(100vh - 70px);
}

.sidebar-collapsed .pane2 {
  display: none;
}

.pane2 {
  width: 200px;
  position: absolute;
  right: 300px;
  bottom: 44px;
  height: calc(100vh - 70px - 44px);
  overflow-y: scroll;
}

.pane3 {
  width: 300px;
  position: absolute;
  right: 0px;
  bottom: 44px;
  height: calc(100vh - 70px - 44px);
  overflow-y: scroll;
}

.loader-progress {
  font-family: Roboto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content table {
  width: 100%;
}

.pane2 td, .pane2 th {
  white-space: nowrap;
}

.editor-button-group {
  padding:2px;
}

.editor-button-group:nth-child(odd) {
  background-color: #DDD;
}

.editor-button-group span.label {
  display: inline-block;
  width:130px;
  font-family: Roboto;
}

#model-quote {
  padding: 0 40px 40px;
}

#model-settings.form, #user-profile.form {
  width: inherit;
  margin: 0 80px 40px 40px;
  max-width: none;
}

#model-settings.form input, #user-profile.form {
  max-width: 400px;
}

#model-settings.form h2:not(:first-child), #user-profile.form h2:not(:first-child) {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.content p a {
  color: inherit;
  text-decoration: underline;
}

.order-details {
  width: 75%;
  padding: 24px;
  padding-right:124px;
  float: left;
}

.order-details table {
  width: 100%;
  border-collapse: collapse;
}

.order-details th {
  background-color: #F5F6FA;
  padding-top: 15px;
  padding-bottom: 15px;
}

.order-summary {
  width: 25%;
  float: right;
}

.order-summary table {
  width: auto;
}

.order-summary td {
  padding-left: 0px;
  padding-right: 12px;
}

.order-form {
  width:100%;
  max-width:100%;
}

.order-header {
  font-family: Poppins;
}

.order-header h3 {
  font-size:12pt;
  margin-bottom: 0px;
}

.bill-to-address {
  font-size:10pt;
}

p.error, .modal p.error {
  color:#ff5d5e;
  font-size: 10pt;
}

p.danger {
  color: #ff5d5e;
}

.colorize {
  font-family: Poppins;
  font-size: 10px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.legend {
  display: block;
  position: absolute;
  bottom: 64px;
  left: 20px;
  z-index: 102;
  font-family: Poppins;
  font-size: 10px;
}

.legend .colored-box {
  width: 12px;
  height: 12px;
  border: 1px solid black;
  display: inline-block;
  vertical-align: middle;
}

.legend span {
  padding-left: 6px;
  vertical-align: middle;
}

.subgroup {
  padding-left: 24px;
}

.selectBox {
  border: 1px solid #55aaff;
  background-color: rgba(75, 160, 255, 0.3);
  position: fixed;
}

.sidebar {
  padding-left:20px;
  padding-right:20px;
  padding-top:30px;
}

.sidebar-attribute-title {
  font: normal normal bold 20px/26px Roboto;;
  color: #868E99;
  margin-top: 15px;
  margin-bottom: 10px;
}

.info {
  border-bottom: 1px solid #F5F5F5;
  display: flex;
  flex-direction: row;
}

.info .sidebar-attribute-title {
  flex: 75px;
  font-family: Roboto;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #A1A6AF;
  margin-top: 0px;
  margin-bottom: 0px;
}

.info .value {
  flex: 75px;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: black;
}

.sidebar-list-item {
  display: block;
  font: normal normal normal 14px/24px Roboto;
  color: #212529;
}

.sidebar button {
  font-family: Mulish;
  background-color: white;
  color: #131523;
  min-height: 2.5rem;
  padding: 9px 11px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  margin-right:10px;
  margin-bottom:10px;

  box-shadow: 0px 3px 6px #00000029;
}

.sidebar button.button-disabled {
  cursor: not-allowed;
  background-color: #F5F5F5;
  color: #ccc;
}

.sidebar label.label-disabled {
  color: #ccc;
}

.sidebar button.active {
  color: #fff;
  background-color: #ff5d5e;
  border: 1px solid #ff5d5e;
}

.sidebar .text {
  width: 130px;
  padding: 0;
  font: normal normal normal 14px/24px Roboto;
  color: #212529;
  border: none;
}

.sidebar .text2 {
  font: normal normal normal 14px/24px Roboto;
  color: #4e5d78;
  border: .0625rem solid #e1e4e8;

  font-size: .875rem;
  padding: .25rem .75rem;
  border-radius: .25rem;
  outline: .0625rem transparent;
  border: .0625rem solid #e1e4e8;
  color: #4e5d78;
  height: 2.5rem;
  width: 100%;
}

.sidebar select {
  font-size: .875rem;
  padding: .25rem .75rem;
  border-radius: .25rem;
  outline: .0625rem transparent;
  border: .0625rem solid #e1e4e8;
  color: #4e5d78;
  height: 2.5rem;
  width: 100%;
}

.tree, .sidebar {
  font: normal normal normal 14px/24px Roboto;
  color: #212529;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

.tree select {
  font-size: .875rem;
  padding: .25rem .75rem;
  border-radius: .25rem;
  outline: .0625rem transparent;
  border: .0625rem solid #e1e4e8;
  color: #4e5d78;
  height: 2.5rem;
  width: 100%;
}

.angle-measurement {
  background-color: #1c7688;
  color: white;
  padding: 2px 4px;
  font-family: Lato,sans-serif;
  font-size: 12px;
  border-radius:8px;
}

.distance-measurement {
  background-color: #1c7688;
  color: white;
  padding: 2px 4px;
  font-family: Lato,sans-serif;
  font-size: 12px;
  border-radius:8px;
}

.distance-measurement-x {
  background-color: #ff3653;
}

.distance-measurement-y {
  background-color: #2c8fff;
}

.distance-measurement-z {
  background-color: #8adb00;
}

.legend > div {
  margin-top: 24px;
}

.sidebar .label, .tree label {
  display: block;
  color: #4e5d78;
  font-size: .75rem;
  font-weight: 500;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
}

#notification {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  font-family: Poppins;
  font-size: 13px;
  z-index: 2;
}

.notification {
  padding: 12px;
  background: white;
  border: 1px solid #aaa;
  margin-bottom: 12px;
  position: relative;
}

.notification .close-icon {
  position: absolute;
  color: #FF5D5E;
  top: -10px;
  right: -9px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 9px;
  background-color: #FFF;
}

.view-only {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #FF5D5E;
  color: white;
  padding: 4px 6px 4px 6px;
  border-radius: 3px;
  font-family: Lato;
  font-size: 16px;
}

.red-red {
  color: #FF5D5E;
}

.container-with-sidebar {
  display: flex;
  overflow: hidden;
}

.container-with-sidebar > :first-child {
  width: 70%;
  padding: 0 40px 80px;
  overflow: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.container-with-sidebar > :last-child {
  padding: 40px;
  width: 30%;
}

.first-company {
  margin: 10% 0 0 15%;
}

.first-company p {
  line-height: 1.25rem;
}

.first-company .button {
  margin-right: 10px;
}

.full-width {
  width: 100%;
}

.server-error {
  margin: 8% 15%;
}

.server-error h3 {
  font-size: 16px;
}

#main .server-error .button-row {
  padding-left: 0;
  margin-left: -20px;
  gap: 10%;
}

.download {
  font-family: Lato;
  font-size: 16px;
  color: #000;
}

.download:hover {
  background-color: rgba(213, 215, 227, 0.15);
}

.download .download-timestamp {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.download.job-download {
  margin: 0 10px;
  padding: 6px;
  line-height: 1.5rem
}

.collapsible {
  margin-bottom: 25px;
}

.collapsible .collapsible-label {
  margin: 15px 0;
  font-family: Lato;
  font-size: 13px;
  color: #131523;
  cursor: pointer;
  user-select: none;
}

.collapsible .collapsible-label i {
  margin-right: 5px;
}

.collapsible .collapsible-label i::before {
  transform: rotate(0deg);
    transition: transform 0.25s;
}

.collapsible-collapsed .collapsible-label i::before {
  transform: rotate(-90deg);
  transition: transform 0.25s;
}

.collapsible-content {
  overflow: auto;
  transition: height 0.25s;
}

.collapsible-collapsed .collapsible-content {
  overflow: hidden;
}

.user-access-list {
  margin-top: 40px;
}

.user-access-list p {
  font-size: 16px;
}

.user-access-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}

.user-access-row-details {
  display: flex;
  font-size: 12px;
  align-items: center;
  flex-grow: 1;
}

.user-access-row-details img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.scan-results-main, .scan-results-sub {
  border-bottom: 2px solid #e7e7e7;
  position: relative;
}

.scan-results-main .label {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  color: #868E99;
  padding-top: 10px;
  padding-bottom: 10px;
}

.scan-results-sub .label {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  color: #868E99;

  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.scan-result-issue {
  position: relative;
  font-size: 12px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 24px;
}

.scan-results-main .bi, .scan-results-sub .bi {
  position: absolute;
  right: 10px;
  top: 13px;
}

.scan-results-main .scan-result-issue .bi, .scan-results-sub .scan-result-issue .bi {
  top: 11px;
}

.user-access-row-delete {
  border: none;
  font-size: 14px;
  background: none;
  color: #626679;
  visibility: hidden;
}

.user-access-row-delete:hover {
  color: #000;
}

.user-access-row:hover .user-access-row-delete {
  visibility: visible;
}

.company-not-trusted {
  margin-left: 12%;
  margin-top: 10%;
}

.unread-notification-text {
  font-weight: bold;
}

#revision-selector {
  display: inline-block;
  padding: 6px 30px 6px 10px;
  border: 1px solid #DEE2E6;
  border-radius: 3px;
  font-family: Lato;
  font-size: 14px;
  color: #626679;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' fill='%23626679'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") no-repeat;
  background-size: 12px;
  background-position: right 10px top 54%;
  cursor: pointer;
}

#register-form .grecaptcha-badge {
  visibility: hidden;
}

#register-form .google-recaptcha-terms {
  margin-top: 4px;
}
