.filter-form
{
	display: inline-block;
	/* width: 100%; */
	max-width: 810px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 20px;
	color: #d6d6d6;
	background-color: #000821;
	border: 4px solid #544c4a;
	border-collapse: collapse;
	border-radius: 8px;
}

.filter-form > div
{
	display: inline-block;
	/* width: fit-content; */
	/* width: calc(100% - 8px); */
	width: 100%;
}

.filter-form .filter-group
{
	display: inline-block;
	text-align: center;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	margin: auto;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
}

.filter-form .filter-group:first-of-type
{
	margin-left: 0px;
}

.filter-form .filter-group:last-of-type
{
	margin-right: 0px;
	padding-right: 4px;
}

.filter-form .filter-label
{
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	padding: 3px;
	color: #d6d6d6;
	background-color: #0d375d;
	border-top: 2px solid #94a9ad;
	border-left: 2px solid #94a9ad;
	border-right: 2px solid #94a9ad;
	border-radius: 8px 8px 0px 0px;
}

/* Stat Emblems */
.filter-form #filter-stats-elements .filter-group:first-of-type
{
	width: calc(55% - 8px); /* portion 55% - total padding 4 */
	max-width: calc(55% - 8px); /* portion 55% - total padding 4 */
}

.filter-form #filter-stats-elements .filter-group:last-of-type
{
	width: calc(45% - 8px); /* portion 45% - total padding 8 */
	max-width: calc(45% - 8px); /* portion 45% - total padding 8 */
}

/* Personal Emblems */
.filter-form #filter-personal-emblems .filter-group:first-of-type
{
	width: calc(40% - 8px); /* portion 40% - total padding 4 */
	max-width: calc(40% - 8px); /* portion 40% - total padding 4 */
}

.filter-form #filter-personal-emblems .filter-group:last-of-type
{
	width: calc(60% - 8px); /* portion 60% - total padding 8 */
	max-width: calc(60% - 8px); /* portion 60% - total padding 8 */
}

/* Options */
.filter-form #filter-options-group .filter-group:first-of-type
{
	width: calc(25% - 8px); /* portion 25% - total padding 4 */
	max-width: calc(25% - 8px); /* portion 25% - total padding 4 */
}

.filter-form #filter-options-group .filter-group:last-of-type
{
	width: calc(75% - 8px); /* portion 75% - total padding 8 */
	max-width: calc(75% - 8px); /* portion 75% - total padding 8 */
}

/* Display Options */
.filter-form #filter-options-display-group .filter-group
{
	width: calc(50% - 8px); /* portion 50% - total padding 4 */
	max-width: calc(50% - 8px); /* portion 50% - total padding 4 */
}

.filter-form .filter-emblems > .emblem-icon
{
	margin: 3px;
	padding: 3px;
}

.filter-form .filter-emblems > .emblem-icon.selected
{
	background-color: #d6d6d6;
	margin: 0px;
	padding: 0.4px;
	border: 6px solid #d6d6d6;
	border-radius: 50%;
}

.filter-form .filter-emblems
{
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 3px;
	color: #d6d6d6;
	border-top: 2px solid #94a9ad;
	border-left: 2px solid #94a9ad;
	border-right: 2px solid #94a9ad;
	border-bottom: 2px solid #94a9ad;
	border-radius: 0px 0px 8px 8px;
}

.filter-form #search
{
	text-align: left;
	color: #0d375d;
	background-color: #d6d6d6;
	width: calc(100% - 8.4px); /* total padding 8.4 */
	margin: 3px;
	padding: 4.2px;
	border: 2px solid #94a9ad;
	border-radius: 8px;
}

.filter-form #options-display
{
	width: calc(100% - 8px);
}

.filter-form .filter-item
{
	user-select: none;
}

.filter-form .options-item
{
	user-select: none;
}

.filter-form .options-item.t12-target .t12-icon
{
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
}
