@media print {
	.no-print,
	.no-print * {
		display: none !important;
	}
}

th {
	color: black;
	font-weight: bold;
}

.fs-7 {
	font-size: 0.8rem !important;
}

select option:checked {
	font-weight: bold;
	text-align: center !important;
}

select option.current,
select.current {
	background: bisque;
	color: #292929;
	/* font-weight: bold; */
}

.popover-header {
	font-size: 14px;
}

.popover-body {
	font-size: 12px;
}

[class^="status-"] {
	border-radius: 0.375rem;
	padding: 0.5rem;
}

.status-danger {
	background-color: mistyrose;
}

.status-info {
	background-color: #bbe5ff;
}

.bg_current {
	/* background-color: #fffbf0 !important; */
	border-left: 4px solid #39b95b !important;
}

/* #shedule table tr td hr:first-child {
	display: none;
} */

table.table-shedule tr td hr:first-child {
	display: none !important;
}

*[data-bs-toggle="popover"]:not([data-bs-content=""]) {
	cursor: pointer;
	text-decoration: underline black;
}

table.align-middle th,
table.align-middle td,
tr.align-middle th,
tr.align-middle td,
td.align-middle,
th.align-middle {
	vertical-align: middle !important;
}

.rotate {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
	/* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
	/* IE8 */
	-moz-transform: rotate(-90deg);
	/* FF3.5+ */
	-ms-transform: rotate(-90deg);
	/* IE9+ */
	-o-transform: rotate(-90deg);
	/* Opera 10.5 */
	-webkit-transform: rotate(-90deg);
	/* Safari 3.1+, Chrome */
	transform: rotate(-90deg);
	/* Standard */
}

.col [aria-expanded="true"] {
	background-color: #159973 !important;
	color: white !important;
}

.alert p:last-child {
	margin-bottom: 0px;
}
