
.v-card--link:before {
  background: none !important;
}


.greyed-out {
  background-color: #e0e0e0;
  /* Example grey color */
  color: #757575;
  /* Darker text color for better readability */
  /* Add any other styling as needed */
}


/* Component styles */

/*general stuff */
html,
body {
  height: 100%;
  overflow: hidden !important;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

a,
a:focus,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

button a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

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

.wrapper {
  display: flex;
  width: 100%;
  padding: 0px;
  align-items: stretch;
}

/* sidenav*/
#sidenav {
  background-color: #50616b;
  color: white;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  min-height: 100%;
  position: relative;
}

#sidenav ul.components {
  padding: 20px 0;
}

#sidenav ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  border-bottom: 1px solid #404e56;
}

#sidenav ul li a:hover {
  color: #cccccc;
  background-color: #404e56;
  text-decoration: none;
}

#sidenav ul p {
  color: #fff;
  padding: 10px;
}

#sidenav ul li a:active > a,
a[aria-expanded="true"] {
  text-decoration: none;
}

ul ul a {
  font-size: 0.9em !important;
  background-color: #404e56;
}

#sidenav.active {
  margin-left: -250px;
}

a[datatoggle="collapse"] {
  position: relative;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
}

.controlPannel {
  float: none;
  display: table-cell;
  vertical-align: bottom;
  display: inline-block;
}

/*sidenav end */

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
}*/

/* Secondary menu */

#secondary {
  height: 100vh;
  background-color: darkgrey;
  color: white;
  transition: all 0.3s;
}

#secondary ul li a {
  text-align: left;
}

#secondary.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

#secondary.active .side-attributes {
  display: none;
}

#secondary .side-attributes {
  display: block;
  padding: 5%;
}

.side-attributes {
  border-bottom: 1px solid grey;
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color: black;
}

.side-attributes a:hover {
  color: black;
  text-decoration: none;
}
.side-attributes a:active > a,
.side-attributes a[aria-expanded="true"] {
  color: black;
  background-color: darkgrey;
  text-decoration: none;
}

.side-attributes form {
  font-size: 0.9em !important;
}

.fakeimg {
  height: 200px;
  background: #aaa;
}

.buttonNext {
  float: right;
}

/*Select Toggle*/

.tg-list {
  text-align: center;
  display: flex;
  align-items: center;
}
.tg-list-item {
  margin: 0 2em;
}
h2 {
  color: #777;
}
.tgl {
  display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 5em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-skewed + .tgl-btn {
  border-radius: 10px;
  overflow: hidden;
  backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after,
.tgl-skewed + .tgl-btn:before {
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #36aefe;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

/*Btn Select*/
.btn.btn-outline-info.active:before,
.btn.btn-outline-info.active.focus:before {
  content: attr(data-tg-on);
}

.btn.btn-outline-info:before,
.btn.btn-outline-info.focus:before {
  content: attr(data-tg-off);
}

/*Color Box*/
.color-box {
  border: darkgray;
  border-style: solid;
  border-width: 0.5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #ccc;
  position: relative;
  left: 5px;
  top: 5px;
}

.multi-color-box {
  border: darkgray;
  border-style: solid;
  border-width: 0.5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #ccc;
  position: relative;
  left: 5px;
  top: 5px;
  background: lightgray; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, orange, yellow, green, cyan, blue, violet); /* Standard syntax (must be last) */
}

/*Expand*/
td.details-control {
  background: url("/img/expand.png") no-repeat center center;
  background-size: 15px;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url("/img/collapse.png") no-repeat center center;
  background-size: 15px;
}

/*Table Row Select*/
tr.selected {
  background-color: #bdbdbd !important;
}

.holeOption:hover {
  background-color: #e9e9e9;
}
.holeOption:visited,
.holeOption:active {
  background-color: #cccccc;
}

.icon:hover {
  border: 1px solid #cccccc;
}

.icon:active {
  border: 1px solid black;
}

#sidenavOverview {
  background-color: #3c4950;
  text-decoration: none;
}

#sidenavOverview a {
  color: white !important;
}

#sidenavOverview a:hover,
a:active {
  text-decoration: none !important;
  color: #cccccc !important;
}

#sideNavBottomWrapper {
  position: absolute;
  bottom: 0%;
  width: 100%;
}

#sidenavLan {
  text-align: center;
}

#sidenavLan a:hover {
  cursor: pointer;
  color: #cccccc;
}

#estimateSubTotal {
  text-align: center;
  background-color: #3c4950;
}

.sidenavActive {
  color: white;
  background-color: #404e56;
  text-decoration: none;
}

#newShapeNext {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

#newShapeMenu {
  position: relative;
}

.pieceButton:hover {
  color: #e87511;
}

.btn-orange {
  background-color: #e87511 !important;
  color: #ffffff !important;
}

.btn-orange:hover {
  background-color: #d46b10 !important;
  color: #ffffff !important;
}

#buttonSkip {
  position: absolute;
  right: 0%;
  bottom: 0%;
}

#buttonGroup {
  position: absolute;
  right: 0%;
  bottom: 20%;
}

#jointMenu {
  position: relative;
}

#piece {
  background-color: #fafafa;
}

.scrollPannel {
  overflow: auto;
  white-space: nowrap;
}

.edgeControl {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.edgesConfirmedWarning {
  box-shadow: inset 0 0 10px 2px rgba(219, 178, 53, 1);
  border: 1px solid rgba(219, 178, 53, 1);
  border-radius: 4px;
}

.holesConfirmedWarning {
  box-shadow: inset 0 0 10px 2px rgba(219, 178, 53, 1) !important;
  border: 1px solid rgba(219, 178, 53, 1)  !important;
  border-radius: 4px !important;
}

.edgesHolesConfirmedWarning {
  box-shadow: inset 0 0 10px 2px rgba(219, 178, 53, 1);
  border: 1px solid rgba(219, 178, 53, 1);
  border-radius: 4px;
}


/*@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?r2fjkw');
    src:  url('fonts/icomoon.eot?r2fjkw#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?r2fjkw') format('truetype'),
      url('fonts/icomoon.woff?r2fjkw') format('woff'),
      url('fonts/icomoon.svg?r2fjkw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    // use !important to prevent issues with browser extensions that change fonts
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    // Better Font Rendering ===========
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }*/

.icon-mirror:before {
  content: "\6d";
}
.icon-arrow-up-left2:before {
  content: "\ea30";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-up-right2:before {
  content: "\ea3b";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down-right2:before {
  content: "\ea3d";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-down-left2:before {
  content: "\ea3f";
}
.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-clear-filter-solid:before {
  content: "\e900";
}

.pieceName {
  font-size: 20px !important;
}

.shadows {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-out;
}
.off-top .shadow-top {
  box-shadow: 0 1em 1em -1em rgba(117, 117, 117, 0.4) inset;
}
.off-bottom .shadow-bottom {
  box-shadow: 0 -1em 1em -1em rgba(117, 117, 117, 0.4) inset;
}

/* Vuetify Edits */
/* Colors */
.theme--light.v-btn.v-btn.v-btn--outlined.primary--text:hover,
.theme--light.v-btn.v-btn.v-btn--outlined.primary--text.active {
  transition: 0.3s;
  color: #fff !important;
  background-color: #0091ea;
}

.theme--light.v-btn.v-btn.v-btn--outlined.accent--text:hover,
.theme--light.v-btn.v-btn.v-btn--outlined.accent--text.active {
  transition: 0.3s;
  color: #fff !important;
  background-color: #757575;
}

.theme--light.v-btn.v-btn.v-btn--outlined.secondary--text:hover,
.theme--light.v-btn.v-btn.v-btn--outlined.secondary--text.active {
  transition: 0.3s;
  color: #fff !important;
  background-color: #e87511;
}

.theme--light.v-btn.v-btn.v-btn--text.secondary--text {
  color: black !important;
}

.theme--light.v-btn.v-btn.v-btn--text.secondary--text:hover,
.theme--light.v-btn.v-btn.v-btn--text.secondary--text:active {
  color: #e87511 !important;
  transition: 0.3s;
}

.v-input--checkbox .theme--light.v-label.v-label {
  color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-input.v-input--is-disabled input {
  color: rgba(0, 0, 0, 0.87);
}

.v-text-field--outlined.error--outlined fieldset {
  border-color: #ff5252;
}

.v-card.v-sheet--outlined.primary--outlined {
  border-color: #0091ea;
}

.v-card.v-sheet--outlined.error--outlined {
  border-color: #ff5252;
}

.v-slide-group__next.v-slide-group__next .v-icon,
.v-slide-group__prev.v-slide-group__prev .v-icon {
  color: #0091ea;
}

.selectedDraft {
  color: #0091ea !important;
}

.tabs__item--active.activeTab.selectedDraft {
  border: 2px solid #0091ea !important;
  border-bottom: 0 !important;
  border-radius: 5px 5px 0 0 !important;
  background-color: #fff !important;
  color: #0091ea !important;
}

.theme--light.v-tabs.v-tabs > .v-tabs-bar {
  background-color: transparent;
}

.activeTab {
  border: 2px solid #757575 !important;
  border-bottom: 0 !important;
  border-radius: 5px 5px 0 0 !important;
  background-color: #fff !important;
  color: #757575 !important;
}

.bb {
  border-bottom: 2px solid #757575 !important;
}

.selectedbb {
  border-bottom: 2px solid #0091ea !important;
}

.tabs {
  position: relative !important;
  top: 2px !important;
}

.v-card.v-card.v-card-panel-header {
  background-color: rgb(0, 0, 0, 0);
}

.activeSidenav {
  color: white !important;
}

.v-list-item.activeSidenav::before {
  opacity: 0.24 !important;
}

.v-list-item.v-list-item--active {
  color: white !important;
}

.theme--dark.v-list-item:not(.activeSidenav).v-list-item--active:hover::before {
  opacity: 0.08 !important;
}

.theme--dark.v-list-item:not(.activeSidenav).v-list-item--active::before {
  opacity: 0 !important;
}

.on-hover {
  opacity: 0.46;
}

/* Elements */
.filter.v-input.v-input .v-input__control .v-input__slot .v-select__slot .v-select__selections {
  min-height: 42px;
}

.filter.v-input.v-input .v-input__control .v-input__slot .v-text-field__slot input {
  margin-top: 3px;
}

.v-icon.v-icon.v-data-table-header__icon {
  padding-left: 5px;
  padding-right: 5px;
}

.v-alert__wrapper .v-icon.v-icon.v-alert__icon {
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
}

.v-btn.v-btn {
  font-weight: 400;
}

.v-label.v-label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.v-input__slot .v-label.v-label,
.v-select__slot .v-label.v-label {
  height: 1.2em;
  font-size: 20px;
  transition: 0.3s;
}

.v-input__slot .v-label.v-label.v-label--active,
.v-select__slot .v-label.v-label.v-label--active {
  height: 1.2em;
  font-weight: bold;
  transition: 0.3s;
}

.v-label--small .v-label.v-label {
  font-size: 16px;
}

.secondary-checkbox:not(.v-input--is-disabled) .v-icon {
  color: #e87511 !important;
}

.v-checkbox--small .v-icon.v-icon,
.v-checkbox--small .v-label.v-label,
.v-checkbox--small .v-input--selection-controls__ripple {
  font-size: 14px;
}

.v-checkbox--small .v-input--selection-controls__ripple {
  width: 20px;
  height: 20px;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
}

.v-checkbox--small .v-input--selection-controls__input {
  margin-right: 4px !important;
}

.v-input--selection-controls__input {
  margin-right: 0 !important;
}

.v-expansion-panel-content__wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.expansion-panel-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Adjust the shadow properties as needed */
  border-radius: 4px;
  overflow: hidden;
}

.v-expansion-panel.v-expansion-panel {
  margin: 5px 10px 5px 10px;
}

.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer {
  margin: auto !important;
  padding: 0px;
}

/*.v-slide-group__content {
    justify-content: center !important;
}*/
.row.ma-auto.py-1 {
  white-space: nowrap;
}

.v-text-field__slot input {
  margin-top: 2px !important;
}

.v-slide-group__wrapper {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.v-text-field__slot textarea {
  margin-bottom: 10px !important;
}

.v-textarea textarea {
  line-height: 16px !important;
}

.v-card--reveal {
  align-items: center;
  bottom: 0;
  justify-content: center;
}

/* End Vuetify Edits */

/* FabricJS */

.canvas-container {
  margin: auto;
}

/* End FabricJS */

/* Help Overlay */

/* .helpOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
    cursor: pointer;
} */

#helpIndex {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

#helpAssembly {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

#helpProduct {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

#helpPiece {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

#helpManmade {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

#helpNatural {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

#helpSummary {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

.helpText {
  color: white;
}

.helpImage {
  width: 600px;
}
.external {
  width: 200px;
}


.wide-text-field[data-v-542d999e] {
  width: 300px;
}

