/*
.v-theme--light,
.v-theme--dark {
	--v-disabled-opacity: 0.6 !important;
}
.v-list-item--disabled {
	opacity: 0.7;
}
*/

html {
	overflow-y: auto;
}
.link {
	cursor: pointer;
}
.main-container {
	min-height: 100%;
}
.inline-input {
	max-width: 300px;
	min-width: 150px;
}
.projects-item {
	display: grid;
}
.projects-item .description {
	max-height: 3em;
	overflow: hidden;
}
.project-color-selector {
	cursor: pointer;
	height: 40px;
	width: 40px;
}

.v-chip__content {
	line-height: 1;
}

.configurator .v-checkbox .v-input__details {
	margin-left: 30px;
	
}

.v-overlay.dialog-modal {
	backdrop-filter: blur(5px);
}

.v-data-table-footer {
	justify-content: center;
}

.text-description {
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
}

.pressure-graph .numbers .number {
	line-height: 1;
}

.v-icon--size-default {
  font-size: calc(var(--v-icon-size-multiplier)*1.25em);
}

.upload-files .file-name,
.download-files .file-name {
	line-height: 1;
}

.start-header {
	background-color: rgb(var(--v-theme-warning));
	background-image: url(../images/start-header-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fbx-viewer {
	min-width: 250px;
	min-height: 250px;
}

.fbx-viewer .loader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.fbx-viewer .controls {
	bottom: 1em;
	left: 1em;
}

.fbx-viewer-modal-wrapper {
	min-width: 250px;
	min-height: 250px;
}

.no-wrap-table .v-data-table__td {
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
}
