/*
 * Copyright (C) 2025 The Holodeck B2B Team
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the Affero GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
body {
    background: #EAEAEA !important;
}

.waiting {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	cursor: wait;
	background: #000;
	opacity: 0.5;
	z-index: 999;
}

.w-15 {
	width: 15% !important;
}

.w-33 {
	width: 33% !important;
}

table.overview {
	vertical-align: middle;
}

table.table-scroll-body thead,
table.table-scroll-body tbody,
table.table-scroll-body tr,
table.table-scroll-body th,
table.table-scroll-body td
{
	display: block;
	overflow-x: hidden;
}

table.table-scroll-body tbody {
	overflow-y: auto;
}

table.table-scroll-body tr:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
}

.td-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
  }

.truncate-start {
    direction: rtl;
  }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: var(--bs-gray-200);
	border-color: var(--bs-gray-600) var(--bs-gray-600) var(--bs-gray-300);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: var(--bs-gray-400) var(--bs-gray-400) var(--bs-gray-400);
	isolation: isolate;
}
