.Normal {

}

#IdForm {
	width: auto;
	padding: 0;
	border: none;
	margin: 0;
	margin-top: 20px;
	outline: none;
}

#IdForm .StInputPathText {
	width: 100%;
	margin: 5px 0;
	font-size: 18px;
	color: var(--Grey);
}

#IdFormOptions {
	width: 100%;
	padding: 0;
	border: none;
	margin: 0;
	margin-top: 20px;
	outline: none;
}

#IdFormOptions .Line {
	width: 100%;
	padding: 0;
	border: none;
	margin: 20px 0;
	outline: none;
}

#IdFormOptions .Title {
	width: 100%;
	padding: 0 5px;
	border: 1px solid white;
	margin: 5px 0;
	outline: none;
	font-size: larger;
	color: black;
	font-weight: 700;
	text-align: center;
}

#IdFormOptions .Selector {
	width: auto;
	font-size: 18px;
	color: var(--Grey);
	font-weight: 300;
}

#IdFormOptions label {
	display: inline-block;
	padding: 10px;
	margin: 0 5px;
	border: none;
	border-radius: 1000px;
	outline: none;
	background: var(--GreyBG);
	box-shadow: 1px 1px 2px var(--GreyL) inset, -1px -1px 2px var(--GreyD) inset;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	cursor: pointer;
	-webkit-appearance: none;
}

#IdFormOptions input:checked + label {
	background: var(--GreyD);
	color: white;
}

#IdFormOptions input[type='radio'], #IdFormOptions input[type='checkbox'] {
	display: none;
}

#IdFormOptionsDelimiter {
	width: 90px;
	color: black;
	font-weight: 700;
	text-align: center;
}

#IdFormOptions .Warning {
	font-size: 14px;
	color: var(--Red);
}

#IdFormOptionsObservation {
	width: 100%;
	padding: 0;
	border: none;
	margin: 0;
	outline: none;
	font-size: 14px;
	color: var(--Grey);
	text-align: center;
}

#IdForm input[type='submit'] {
	margin-top: 20px;
	background: var(--Green);
	font-size: 24px;
	color: white;
	font-weight: 700;
}

@media screen and (min-width: 960px) {
	#IdContentContainer {
		margin: auto;
		width: 75vw;
	}
}

.ResultIcon {
	margin: 0 5px;
	font-size: 1.5em;
	color: var(--Grey);
}

.ResultIcon:hover {
	color: black;
}