.max {
	max-width: 1900px;
	margin: 0 auto; 
}

html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}

/*
    Styles for displaying XML
*/

.textarea-container {
	position: relative;
	width: 100%;
	/* max-width: 800px; */
	margin: auto;
}

.textarea, .highlighted {
	width: 100%;
	height: 600px;
	padding: 10px;
	box-sizing: border-box;
	font-family: monospace;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

	.textarea.clinicaldocument, .highlighted.clinicaldocument, .container-highlighted {
		height:200px; 
	}

.textarea {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	background: none;
	z-index: 2;
	color: transparent;
	caret-color: black;
}

.highlighted {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	background: white;
	z-index: 1;
	pointer-events: none;
}

.tag {
	color: blue;
}

.attribute {
	color: red;
}

.value {
	color: green;
}
