.pre-wrap{white-space:pre-line;}

.fa.fa-trash,.fa.fa-trash-o {color:red;}
.fa.fa-edit {color:#FFA500;}
.fa.fa-eye {color:#00AEEF;}
.journal-body {white-space: pre-line;}

a.underlined {
	text-decoration: underline !important;
}

.ibox-title.danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.ibox-title.warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.ibox-title.info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.ibox-title.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

/* EVV Photo Capture */
.evv-photo-capture {
	margin: 0;
	padding: 0;
}

.evv-camera-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 260px;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

.evv-camera-container video,
.evv-camera-container canvas {
	border-radius: 1px;
	max-width: 100%;
	height: auto;
}

.evv-upload-container {
	margin-bottom: 10px;
}

.evv-upload-zone {
	text-align: center;
	padding: 30px 20px;
	border: 2px dashed #e5e6e7;
	border-radius: 1px;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.evv-upload-zone .fa-camera {
	color: #676a6c;
	margin-bottom: 10px;
}

.evv-upload-zone p {
	margin: 5px 0;
	font-size: 13px;
	color: #676a6c;
}

.evv-upload-zone p.text-muted {
	font-size: 12px;
	color: #999;
}

.evv-button-group {
	display: flex;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}

.evv-button-group .btn {
	min-width: 100px;
	font-weight: 400;
}

.evv-location-badge {
	text-align: center;
}

.evv-location-badge .label {
	font-size: 11px;
	padding: 4px 8px;
	font-weight: 600;
	display: inline-block;
}

.evv-location-badge .label .fa {
	margin-right: 4px;
}

.evv-photo-capture .alert-danger {
	margin-bottom: 0;
	font-size: 12px;
	padding: 8px 12px;
	border-radius: 1px;
}

.evv-status-label {
	font-size: 11px;
	padding: 3px 6px;
	border-radius: 3px;
}

.evv-status-label .fa {
	margin-right: 3px;
}

@media (max-width: 480px) {
	.evv-camera-container video,
	.evv-camera-container canvas {
		width: 100%;
		max-width: 280px;
		height: auto;
	}

	.evv-controls {
		flex-direction: column;
		align-items: center;
	}

	.evv-controls .btn {
		width: 100%;
		max-width: 200px;
	}

	.evv-status-label {
		font-size: 10px;
		padding: 2px 4px;
	}
}