/* Site-wide custom styles. Keep colors theme-neutral so all Bootswatch themes
   (including dark ones like Darkly and Morph) render correctly. */

.error {
	font-weight: bold;
}

.errorList {
	margin-bottom: 0;
}

.pointer {
	cursor: pointer;
}

table.dataTable {
	width: 100% !important;
}

/* Compact bootbox dialogs: float the close button over the message instead of
   giving it its own header row. */
.bootbox .modal-content {
	position: relative;
}

.bootbox .modal-header {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1rem;
	border-bottom: 0;
	z-index: 1;
}

.bootbox .modal-body {
	padding: 0.75rem 3rem 0.75rem 1rem;
}
