body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body, textarea, input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}

.hidden {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

.configurator {
	height: calc(45% - 20px);
	width: calc(100% - 20px);
	padding-left: 20px;
	padding-top: 20px;
}

.form {
	width: 300px;
	height: 100%;
	float: left
}

.annotation-editor-container {
	height: 100%;
	width: calc(100% - 300px - 2.5%);
	float: left;
	position: relative;
}

.export-annotation-button {
	width: 300px;
	height: 25px;
	background-color: gray;
	color: white;
	cursor: pointer;
}

.content-full {
	width: 100%;
	height: 100%;
}

.no-model-text-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.no-model-text {
	font-size: 20px;
	display: inline-block;
	padding: 50px;
}

.content-configurator {
	width: 95%;
	height: calc(52% - 50px);
	margin-left: 2.5%;
}

.iframe-output-container {
	width: 95%;
	height: 20px;
	margin-left: 2.5%;
	margin-top: 15px;
}

.iframe-output-textarea {
	width: calc(100% - 10px);
	height: 100%;
	padding-left: 10px;
}

.annotation-textarea {
	width: calc(100% - 4px);
	height: calc(100% - 4px - 30px);
	padding: 0;
	margin: 2px;
}

textarea {
	resize: none;
}

model-viewer {
	width: 100%;
	height: 100%;
}

button {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: none;
	box-sizing: border-box;
}

.annotation-label {
	position: absolute;
	transform: translate(10px, 10px);
	border-radius: 10px;
	padding: 10px;
}

/* This keeps child nodes hidden while the element loads */
:not(:defined) > * {
	display: none;
}
