html,
body {
	height: 100%;
	width: 100%;
}

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

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

.text-align-right {
	text-align: right;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-not-allowed {
	cursor: not-allowed !important;
}

.bg-light-gray {
	background-color: #d3d3d3;
}

.table-document-product {
	overflow-y: auto;
}

.table-document-product tbody {
	min-height: 230px;
	height: 230px;
	overflow-x: auto;
	width: calc(100% - 15px);
}

.table-document-product tbody tr {
	height: auto;
}

.sign-document-icon {
	height: 64px;
	width: 64px;
}

.img-48x48 {
	height: 56px;
	width: 52px;
}

.table-registers-audits-documents {
	/* display: block; */
	height: 450px;
	overflow-y: auto;
}

.w-max-content {
	width: max-content;
}

.h-fit-content {
	height: fit-content;
}

.table-body-documents {
	min-height: 150px;
}

.table-body-request-payments {
	display: table-row-group;
	height: 300px;
	overflow: auto;
}

.report-visits-card-body {
	min-height: 150px;
	min-width: 300px;
}

.two-line-ellipsis {
	padding-top: 2px;
	display: block;
	/* Fallback for non-webkit */
	display: -webkit-box;
	height: 2.1em;
	/* Fallback for non-webkit, line-height * 2 */
	line-height: 1em;
	-webkit-line-clamp: 2;
	/* if you change this, make sure to change the fallback line-height and height */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.img-64px {
	width: 64px;
	height: 64px;
}

.hidden-row {
	padding: 0 !important;
}

.expand-button {
	font-weight: bold;
	position: relative;
}

.accordion-toggle .expand-button:after {
	position: absolute;
	left: .75rem;
	top: 50%;
	transform: translate(0, -50%);
	content: '-';
}

.accordion-toggle.collapsed .expand-button:after {
	content: '+';
}