/*checkout responsive.css for responsive work*/
/* line 3, vendor/assets/stylesheets/home.scss */
#right-objects .image-and-info .__id-info {
  display: none;
}

/* line 7, vendor/assets/stylesheets/home.scss */
.selectedClass .image-and-info img {
  display: block !important;
}

/* line 11, vendor/assets/stylesheets/home.scss */
tr.hover:hover td {
  background-color: lightgoldenrodyellow;
}

/* line 15, vendor/assets/stylesheets/home.scss */
.tool-total-values {
  border: 1px solid #1a1d20;
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 20, vendor/assets/stylesheets/home.scss */
.tool-total-values-info {
  font-size: 16px;
  font-weight: bold;
}

/* line 25, vendor/assets/stylesheets/home.scss */
.tool-total-values-num {
  font-size: 32px;
  font-weight: bolder;
}

/* line 30, vendor/assets/stylesheets/home.scss */
img.yellow {
  filter: brightness(60%) contrast(100%);
}

/* line 34, vendor/assets/stylesheets/home.scss */
.tool-label {
  font-weight: bold;
}

/* line 38, vendor/assets/stylesheets/home.scss */
.hover-data {
  font-style: italic;
  font-weight: normal;
}

/* line 43, vendor/assets/stylesheets/home.scss */
.accordion-button.used, .accordion-button.used:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 47, vendor/assets/stylesheets/home.scss */
.accordion-button:not(.collapsed) {
  background-color: white;
}

/* line 52, vendor/assets/stylesheets/home.scss */
.image-placeholder {
  cursor: pointer;
  display: inline-block;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  background-color: #f8f9fa;
  text-align: center;
  line-height: 150px;
  font-size: 14px;
  color: #888;
}

/* line 65, vendor/assets/stylesheets/home.scss */
.image-placeholder:hover {
  background-color: #e9ecef;
}

/* line 69, vendor/assets/stylesheets/home.scss */
.tiny {
  font-size: 9px;
}

/* line 73, vendor/assets/stylesheets/home.scss */
.extra-small {
  font-size: 12px;
}

/* line 77, vendor/assets/stylesheets/home.scss */
.chart-container {
  min-height: 300px;
}

@media screen {
  /* line 82, vendor/assets/stylesheets/home.scss */
  .printable {
    display: none;
  }
}

/* line 87, vendor/assets/stylesheets/home.scss */
.image-container {
  position: relative;
  display: inline-block;
}

/* line 92, vendor/assets/stylesheets/home.scss */
.image-container img {
  display: inline-block;
}

/* line 96, vendor/assets/stylesheets/home.scss */
.image-container a.delete {
  position: absolute;
  top: 1%;
  left: 90%;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

/* line 105, vendor/assets/stylesheets/home.scss */
.image-container:hover a.delete {
  opacity: 105;
  color: grey;
}

/*action icon*/
/* line 111, vendor/assets/stylesheets/home.scss */
.action-icon-container {
  position: relative;
  display: inline-block;
}

/* line 116, vendor/assets/stylesheets/home.scss */
.action-icon-container .action-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  overflow: visible;
  background-color: white;
  padding: 5px 0;
  display: inline-block;
}

/* line 129, vendor/assets/stylesheets/home.scss */
.action-icon-container a {
  color: darkslategray;
}

/* line 133, vendor/assets/stylesheets/home.scss */
.action-icon-container:hover .action-icons {
  opacity: 105;
  color: grey;
  border: 1px solid darkgray;
  border-radius: 5px;
}

/* line 140, vendor/assets/stylesheets/home.scss */
.action-icons a {
  color: darkslategray;
  font-size: 16px;
  padding: 0 5px;
  text-decoration: none;
}

/* line 147, vendor/assets/stylesheets/home.scss */
.action-icons a:hover {
  color: black;
  background-color: lightgray;
}

/* Select option using div */
/* Basic Styling for Container */
/* line 156, vendor/assets/stylesheets/home.scss */
.dropdown {
  position: relative;
  display: inline-block;
  width: 140px;
}

/* Displayed selected item */
/* line 163, vendor/assets/stylesheets/home.scss */
.dropdown-selected {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

/* Options Container (Initially Hidden) */
/* line 171, vendor/assets/stylesheets/home.scss */
.dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 240%;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 10;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Individual Options Styling */
/* line 185, vendor/assets/stylesheets/home.scss */
.dropdown-option {
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

/* line 191, vendor/assets/stylesheets/home.scss */
.dropdown-option:hover {
  background-color: #f1f1f1;
}

/* Active class for open dropdown */
/* line 196, vendor/assets/stylesheets/home.scss */
.dropdown.open .dropdown-options {
  display: block;
}

/* line 200, vendor/assets/stylesheets/home.scss */
.dropdown-option svg, .dropdown-selected svg {
  padding: 0 5px 0 0;
}

/* Select option using div */
/*loader css override*/
/* line 208, vendor/assets/stylesheets/home.scss */
.spinner-border-sm {
  --bs-spinner-width: 1.4rem;
  --bs-spinner-height: 1.4rem;
  --bs-spinner-border-width: 0.2em
;
}

/* line 214, vendor/assets/stylesheets/home.scss */
tr.project-list td:not(.except) {
  cursor: pointer;
}

/*Underline text decoration for index page @ tab */
/* Underline highlight effect */
/* line 220, vendor/assets/stylesheets/home.scss */
.highlight-underline {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  height: 40px;
  cursor: pointer;
}

/* line 229, vendor/assets/stylesheets/home.scss */
.highlight-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: lightgray;
  /* Default underline color */
  transition: background-color 0.3s ease;
}

/* line 240, vendor/assets/stylesheets/home.scss */
.highlight-underline:hover::after {
  background-color: darkslategray;
  /* Hover underline color */
}

/* Active state underline color */
/* line 245, vendor/assets/stylesheets/home.scss */
.highlight-underline.active::after {
  background-color: darkslategray;
  /* Active underline color */
}

/* line 249, vendor/assets/stylesheets/home.scss */
a.icon {
  color: darkgray;
}

/* line 253, vendor/assets/stylesheets/home.scss */
a.icon:hover {
  color: #2b2f32;
}

/* line 257, vendor/assets/stylesheets/home.scss */
a.icon-small {
  font-size: 12px;
}

/* pop with absolute and relative positions */
/* line 263, vendor/assets/stylesheets/home.scss */
span.shared-profile {
  color: lightslategray;
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
}

/* line 270, vendor/assets/stylesheets/home.scss */
span.shared-profile span.pop-up-profile {
  bottom: 100%;
  left: -20%;
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
  cursor: pointer;
  overflow: hidden;
  visibility: visible;
  z-index: 1;
}

/* line 283, vendor/assets/stylesheets/home.scss */
span.shared-profile:hover {
  color: #2b2f32;
}

/* line 287, vendor/assets/stylesheets/home.scss */
span.shared-profile:hover span.pop-up-profile {
  opacity: 10005;
  display: block;
}

/* pop with absolute and relative positions */
/* line 295, vendor/assets/stylesheets/home.scss */
.drop-list-area-parent, .inventory-search-parent-div, div.well-look_up-relative {
  display: inline-block;
  position: relative;
}

/* line 300, vendor/assets/stylesheets/home.scss */
.drop-list-area, .inventory-search-result, div.well-look_up-result {
  top: 80px;
  left: 1%;
  display: none;
  transition: opacity 1s ease;
  visibility: visible;
  z-index: 10000;
  position: absolute;
  background: transparent;
  padding: 10px 5px;
}

/* line 325, vendor/assets/stylesheets/home.scss */
.inventory-search-result {
  width: 450px;
  height: auto;
  top: 40px;
}

/* line 332, vendor/assets/stylesheets/home.scss */
#result-area {
  background: white;
  border: 1px solid black;
  border-radius: 2px;
  padding: 5px 7px;
  max-height: 400px;
  overflow-y: auto;
}

/* line 341, vendor/assets/stylesheets/home.scss */
p.single-result {
  cursor: pointer;
  border: 1px solid lightgrey;
  padding: 5px;
  border-radius: 5px;
}

/* line 348, vendor/assets/stylesheets/home.scss */
.pointer {
  cursor: pointer;
}

/* line 352, vendor/assets/stylesheets/home.scss */
.footer-link {
  text-decoration: none;
  color: #106C8F;
}

/* line 357, vendor/assets/stylesheets/home.scss */
a.danger {
  color: red;
}

/* line 361, vendor/assets/stylesheets/home.scss */
a.expand {
  border-radius: 50%;
}

/* line 365, vendor/assets/stylesheets/home.scss */
a.light-link {
  color: lightgrey;
  font-size: 12px;
  text-decoration: none;
}

/* line 371, vendor/assets/stylesheets/home.scss */
a.light-link:hover {
  color: grey;
}

/* line 375, vendor/assets/stylesheets/home.scss */
.compact-font-size {
  font-size: 0.8rem;
}

/* line 379, vendor/assets/stylesheets/home.scss */
.grid_warning[role="gridcell"] {
  color: var(--bs-warning-text-emphasis);
  background-color: var(--bs-warning-bg-subtle);
}

/* line 384, vendor/assets/stylesheets/home.scss */
.warning-tooltip {
  --bs-tooltip-bg: var(--bs-warning);
  color: darkgray !important;
  opacity: 1 !important;
}

/*tabulator column setting*/
/* line 392, vendor/assets/stylesheets/home.scss */
.tabulator-setting-container {
  position: relative;
  display: inline-block;
}

/* line 397, vendor/assets/stylesheets/home.scss */
.tabulator-setting-container .tabulator-column-setting, .tabulator-setting-container .tabulator-column-setting-for-equipments {
  position: absolute;
  bottom: -140px;
  right: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  overflow: visible;
  background-color: white;
  padding: 5px 0;
  display: none;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 417, vendor/assets/stylesheets/home.scss */
.tabulator-column-setting.add-opacity, .add-opacity.tabulator-column-setting-for-equipments {
  opacity: 105;
  z-index: 1001;
  color: grey;
  border: 1px solid darkgray;
  border-radius: 5px;
  display: inline-block;
}

/* profile setting*/
/* line 432, vendor/assets/stylesheets/home.scss */
.profile-setting-container {
  position: relative;
  display: inline-block;
}

/* line 437, vendor/assets/stylesheets/home.scss */
.profile-setting-container .profile-setting {
  position: absolute;
  top: 50px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: white;
  padding: 5px 0;
  display: none;
  z-index: 0;
  width: 0;
  height: 0;
}

/* line 451, vendor/assets/stylesheets/home.scss */
.profile-setting.add-opacity {
  opacity: 105;
  color: grey;
  z-index: 1000;
  border: 1px solid darkgray;
  border-radius: 5px;
  cursor: default;
  display: inline-block;
  width: 290px;
  height: 290px;
}

/* line 463, vendor/assets/stylesheets/home.scss */
.a-link {
  color: #2962ff;
}

/* line 467, vendor/assets/stylesheets/home.scss */
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
  cursor: default;
}

/* line 481, vendor/assets/stylesheets/home.scss */
a.gold {
  color: gold;
}

/* line 485, vendor/assets/stylesheets/home.scss */
a.blank {
  color: grey;
}

/* line 489, vendor/assets/stylesheets/home.scss */
p.page-headline {
  font-size: 20px;
  font-weight: bold;
  color: #999;
  border-bottom: 1px solid darkgray;
}

/* line 496, vendor/assets/stylesheets/home.scss */
#searchFilter {
  background: url(/assets/search-icon-12c567268a24d5bc325b72ef15fdb5ea2a10382f1ba6d5834a613431918d7bc7.png) no-repeat 10px;
  background-size: 20px;
  padding-left: 35px;
}

/* line 502, vendor/assets/stylesheets/home.scss */
.search-icon {
  background: url(/assets/search-icon-12c567268a24d5bc325b72ef15fdb5ea2a10382f1ba6d5834a613431918d7bc7.png) no-repeat 10px;
  background-size: 15px;
  padding-left: 35px;
}

/* line 508, vendor/assets/stylesheets/home.scss */
.d-inline-table {
  display: inline-table;
}

/* override default pagination*/
/* line 514, vendor/assets/stylesheets/home.scss */
.active.page-item > .page-link {
  background-color: #212529;
  border-color: #212529;
  color: white;
}

/* line 520, vendor/assets/stylesheets/home.scss */
.page-item > .page-link {
  border-color: #212529;
  color: #212529;
}

/*custom form fields*/
/* line 526, vendor/assets/stylesheets/home.scss */
.blue-background-class {
  background-color: lightyellow;
}

/* line 530, vendor/assets/stylesheets/home.scss */
.info-text-container {
  position: relative;
  color: gray;
  font-size: 0.8125em;
  line-height: 1.38462em;
  margin-top: 0.375em;
}

/* line 538, vendor/assets/stylesheets/home.scss */
.info-text-icon {
  position: absolute;
  width: 0.75em;
  margin-top: 1px;
}

/* line 544, vendor/assets/stylesheets/home.scss */
.info-text-content {
  padding-left: 1.5em;
}

/* line 548, vendor/assets/stylesheets/home.scss */
.required-field::after {
  content: "*";
  color: red;
  padding-left: 2px;
}

/* line 554, vendor/assets/stylesheets/home.scss */
.optional-required-field::after {
  content: "*";
  color: darkorange;
  padding-left: 2px;
}

/* line 560, vendor/assets/stylesheets/home.scss */
.hide-advanced_setting_field {
  display: none;
}

/* line 564, vendor/assets/stylesheets/home.scss */
a.project-link {
  text-decoration: none;
}

/* line 568, vendor/assets/stylesheets/home.scss */
a.project-link:hover {
  text-decoration: underline;
}

/* line 572, vendor/assets/stylesheets/home.scss */
.editor_page_tabs_ordering_gear_icon {
  position: fixed;
  right: 40px;
  top: 150px;
  /*transform: translateY(-20%);*/
  font-size: 24px;
  color: lightgray;
  /*background-color: #f0f0f0;*/
  background: transparent;
  /*padding: 10px;*/
  border-radius: 50%;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
  cursor: pointer;
  z-index: 1000;
}

/* line 588, vendor/assets/stylesheets/home.scss */
.editor_page_tabs_ordering_gear_icon:hover {
  color: #333;
}

/* line 592, vendor/assets/stylesheets/home.scss */
.system_reserved_tab {
  background-color: #f7f7f7;
}

/* line 596, vendor/assets/stylesheets/home.scss */
.ws-tabs .nav-tabs .nav-link {
  color: black;
  cursor: pointer;
}

/* line 601, vendor/assets/stylesheets/home.scss */
.ws-tabs .nav-tabs .nav-link:active {
  color: #2D2A2AFF;
}

/* line 605, vendor/assets/stylesheets/home.scss */
.ws-tabs .nav-tabs .nav-link:hover {
  color: #2D2A2AFF;
}

/* line 609, vendor/assets/stylesheets/home.scss */
.ws-tabs .nav-tabs .nav-link:visited {
  color: black;
}

/* line 613, vendor/assets/stylesheets/home.scss */
.ws-tabs .nav-tabs .nav-item.disabled {
  color: grey;
  cursor: not-allowed !important;
}

/* line 618, vendor/assets/stylesheets/home.scss */
.ws-tabs .nav-tabs .nav-item.disabled .nav-link {
  color: grey;
  cursor: not-allowed !important;
}
