/*
 * Copyright (c) SEQTA Software 2018.
 */

.ProfileMenu__ProfileMenu___31f3H {
	position: relative;
	display: inline-block;
	--size: 48px;
}

.ProfileMenu__ProfileMenu___31f3H > button {
	padding: 0;
	box-shadow: none;
}

@-webkit-keyframes ProfileMenu__profile-menu-appear___1o3ec {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-8px);
		        transform: translateY(-8px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes ProfileMenu__profile-menu-appear___1o3ec {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-8px);
		        transform: translateY(-8px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

.ProfileMenu__ProfileMenu___31f3H > .ProfileMenu__panel___3yC0c {
	position: absolute;
	background: rgb(var(--theme-bg-parts));
	list-style: none;
	padding: 0;
	top: 100%;
	right: 0;
	color: rgb(var(--theme-fg-parts));
	border-radius: 2px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	width: 320px;
	overflow: hidden;
	z-index: 10;
	-webkit-animation-name: ProfileMenu__profile-menu-appear___1o3ec;
	        animation-name: ProfileMenu__profile-menu-appear___1o3ec;
	-webkit-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	text-shadow: none;
}

.ProfileMenu__ProfileMenu___31f3H > .ProfileMenu__panel___3yC0c > .ProfileMenu__meta___2YkjW,
.ProfileMenu__ProfileMenu___31f3H > .ProfileMenu__panel___3yC0c > .ProfileMenu__actions___2BlTP {
	display: flex;
}

.ProfileMenu__ProfileMenu___31f3H > .ProfileMenu__panel___3yC0c > .ProfileMenu__actions___2BlTP {
	border-top: 1px solid var(--theme-offset-bg);
}

.ProfileMenu__ProfileMenu___31f3H > .ProfileMenu__panel___3yC0c > .ProfileMenu__meta___2YkjW > a,
.ProfileMenu__ProfileMenu___31f3H > .ProfileMenu__panel___3yC0c > .ProfileMenu__actions___2BlTP > button {
	margin: 8px;
	flex: 1;
	align-items: center;
	justify-content: center;
}

.ProfileMenu__ProfileMenu___31f3H > .ProfileMenu__panel___3yC0c > .ProfileMenu__meta___2YkjW > a {
	text-decoration: none;
	border: 1px solid var(--theme-offset-bg);
	border-radius: 4px;
	padding: 16px 8px;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
}

.ProfileMenu__ProfileMenu___31f3H > .ProfileMenu__panel___3yC0c > .ProfileMenu__actions___2BlTP > button:first-child:not(:only-child) {
	margin-right: 4px;
}

.ProfileMenu__ProfileMenu___31f3H > .ProfileMenu__panel___3yC0c > .ProfileMenu__actions___2BlTP > button:last-child:not(:only-child) {
	margin-left: 4px;
}
.AcademicResult__AcademicResult___r04Pg {
	display: flex;
	align-items: center;
}

.AcademicResult__AcademicResult___r04Pg > :not(:first-child):not(:only-child) {
	margin-left: 8px;
}

.AcademicResult__AcademicResult___r04Pg > .AcademicResult__thermoscore___1pZ0u {
	flex: 1;
}

.AcademicResult__cohort___30a_N {
	list-style: none;
	padding: 0;
	margin: 0 0 0 8px;
	display: flex;
	flex-direction: column;
}

.AcademicResult__cohort___30a_N > li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: var(--small-text);
	--indicator-colour: transparent;
}

.AcademicResult__cohort___30a_N > li > .AcademicResult__label___3O9MK {
	text-transform: uppercase;
	flex: 1;
	opacity: 0.5;
}

.AcademicResult__cohort___30a_N > li > .AcademicResult__value___33Ett {
	margin: 0 0 0 1ex;
	min-width: 3ex;
	text-align: right;
	font-family: 'Roboto Mono', 'Roboto', monospace;
}

.AcademicResult__cohort___30a_N > li::before {
	content: '';
	border: 1ex solid transparent;
	border-left-color: var(--indicator-colour);
}

.AcademicResult__cohort___30a_N > li.AcademicResult__min___yqATL {
	--indicator-colour: var(--yellow);
}

.AcademicResult__cohort___30a_N > li.AcademicResult__max___2uG44 {
	--indicator-colour: var(--green);
}

.AcademicResult__cohort___30a_N > li.AcademicResult__avg___32fX6 {
	--indicator-colour: var(--blue);
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Thermoscore__Thermoscore___2tWMi {
	position: relative;
	--bar-size: 24px;
	height: var(--bar-size);
	border-radius: 2px;

	--background-color: var(--container-accent, rgb(var(--theme-sel-bg-parts)));
	--fill-colour: var(--container-accent, rgb(var(--theme-sel-bg-parts)));

	background-color: var(--background-color);
	background-image: linear-gradient(
		to top,
		rgba(var(--theme-bg-parts), 0.8),
		rgba(var(--theme-bg-parts), 0.8)
	);
	border: 2px solid rgb(var(--theme-bg-parts));
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.Thermoscore__Thermoscore___2tWMi.Thermoscore__accented___3OiZ0 {
	--bar-size: 32px;
	--fill-colour: var(--container-accent, rgb(var(--theme-sel-bg-parts)));
}

@-webkit-keyframes Thermoscore__initial-fill-transition___1n2Gi {
	from {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
	}
	to {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}
}

@keyframes Thermoscore__initial-fill-transition___1n2Gi {
	from {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
	}
	to {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}
}

.Thermoscore__Thermoscore___2tWMi > .Thermoscore__fill___35WjF {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
	-webkit-transform-origin: left;
	        transform-origin: left;
	border-radius: 2px;
	text-align: right;

	-webkit-animation-name: Thermoscore__initial-fill-transition___1n2Gi;

	        animation-name: Thermoscore__initial-fill-transition___1n2Gi;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;

	background-color: var(--fill-colour);
}

@-webkit-keyframes Thermoscore__initial-text-transition___3YIAz {
	from {
		opacity: 0;
	}
}

@keyframes Thermoscore__initial-text-transition___3YIAz {
	from {
		opacity: 0;
	}
}

.Thermoscore__Thermoscore___2tWMi > .Thermoscore__fill___35WjF > .Thermoscore__text___1NdvB {
	color: var(--container-accent-contrast, #fff);
	box-sizing: border-box;
	font-weight: bold;
	z-index: 1;
	transition: opacity 0.2s 0.8s;
	padding: 1px 8px;

	-webkit-animation-name: Thermoscore__initial-text-transition___3YIAz;

	        animation-name: Thermoscore__initial-text-transition___3YIAz;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}

.Thermoscore__Thermoscore___2tWMi > .Thermoscore__fill___35WjF > .Thermoscore__text___1NdvB.Thermoscore__outside___3kjCh {
	color: var(--fill-colour);
}

.Thermoscore__Thermoscore___2tWMi.Thermoscore__accented___3OiZ0 > .Thermoscore__fill___35WjF > .Thermoscore__text___1NdvB {
	font-size: var(--large-text);
	padding: 2px 8px;
}

.Thermoscore__Thermoscore___2tWMi > .Thermoscore__marker___1tzy2 {
	--size: 8px;
	--outline-size: calc(var(--size) + 1px);

	position: absolute;
	-webkit-transform: translateX(calc(0px - var(--outline-size)));
	        transform: translateX(calc(0px - var(--outline-size)));
	z-index: 2;
	bottom: 0;
	border: var(--outline-size) solid transparent;
	border-bottom-color: rgb(var(--theme-bg-parts, 255, 255, 255));

	transition: opacity 0.4s 1s;
}

.Thermoscore__Thermoscore___2tWMi > .Thermoscore__marker___1tzy2::before {
	content: '';
	position: absolute;
	bottom: calc(var(--size) * -1 - 1px);
	-webkit-transform: translateX(calc(0px - var(--size)));
	        transform: translateX(calc(0px - var(--size)));
	border: var(--size) solid transparent;
	border-bottom-color: var(--fill-colour);
}

.Thermoscore__Thermoscore___2tWMi > .Thermoscore__marker___1tzy2.Thermoscore__min___JRnKg {
	--fill-colour: var(--yellow);
}

.Thermoscore__Thermoscore___2tWMi > .Thermoscore__marker___1tzy2.Thermoscore__avg___3y1Xg {
	--fill-colour: var(--blue);
}

.Thermoscore__Thermoscore___2tWMi > .Thermoscore__marker___1tzy2.Thermoscore__max___34Oi0 {
	--fill-colour: var(--green);
}
.AvailabilitySlider__AvailabilitySlider___2DvWo {
	display: flex;
	position: relative;
	margin: 24px 0;
	min-height: 1.2em;
	min-width: 370px;
	--border-width: 2px;
	--blob-size: 1.2em;

	--colour: var(--container-accent, rgb(var(--theme-sel-bg-parts)));
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > .AvailabilitySlider__travelled___3i1Vc,
.AvailabilitySlider__AvailabilitySlider___2DvWo > .AvailabilitySlider__untravelled___1Oa11 {
	position: absolute;
	top: calc((var(--blob-size) - var(--border-width)) / 2);
	height: var(--border-width);
	z-index: 0;
	transition: width 0.2s;
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > .AvailabilitySlider__travelled___3i1Vc {
	background: var(--colour);
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > .AvailabilitySlider__untravelled___1Oa11 {
	background: rgba(var(--theme-fg-parts), 0.05);
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > label {
	position: relative;
	padding: 0 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	flex: 1;
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > label.AvailabilitySlider__active___30qg_ {
	color: var(--colour);
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > label::before {
	content: '';
	width: var(--blob-size);
	height: var(--blob-size);
	border: var(--border-width) solid rgba(var(--theme-fg-parts), 0.05);
	border-color: rgba(
		var(--theme-fg-parts),
		0.05
	); /* Workaround for Safari bug -- https://codepen.io/finnhvman/post/theming-with-css-variables-in-rgba#browser-support-4 */
	background: rgb(var(--theme-bg-parts));
	position: absolute;
	box-sizing: border-box;
	top: 0;
	z-index: 1;
	border-radius: var(--blob-size);
}

.AvailabilitySlider__AvailabilitySlider___2DvWo:not(.AvailabilitySlider__disabled___o0Fwj) > label:hover {
	color: var(--colour);
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > label.AvailabilitySlider__superceded___2bgPc::before {
	background: var(--colour);
	border-color: rgb(var(--theme-bg-parts));
	border-width: calc(var(--border-width) * 2);
}

.AvailabilitySlider__AvailabilitySlider___2DvWo:not(.AvailabilitySlider__disabled___o0Fwj) > label:hover::before {
	border-color: var(--colour);
	border-width: var(--border-width);
	background: rgb(var(--theme-bg-parts));
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > label.AvailabilitySlider__active___30qg_::before {
	background: var(--colour);
	border-color: var(--colour);
}

@-webkit-keyframes AvailabilitySlider__station-selected___VHUt9 {
	0% {
		box-shadow: 0 0 0 var(--colour);
	}
	100% {
		box-shadow: 0 0 0 8px transparent;
	}
}

@keyframes AvailabilitySlider__station-selected___VHUt9 {
	0% {
		box-shadow: 0 0 0 var(--colour);
	}
	100% {
		box-shadow: 0 0 0 8px transparent;
	}
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > label.AvailabilitySlider__active___30qg_::before {
	-webkit-animation-name: AvailabilitySlider__station-selected___VHUt9;
	        animation-name: AvailabilitySlider__station-selected___VHUt9;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > label > input {
	display: none;
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > label > span {
	margin: calc(var(--blob-size) + 1ex) 0 0 0;
	opacity: 0.5;
	text-align: center;
}

.AvailabilitySlider__AvailabilitySlider___2DvWo.AvailabilitySlider__unlabelled___2o_J5 > label > span {
	display: none;
}

.AvailabilitySlider__AvailabilitySlider___2DvWo:not(.AvailabilitySlider__disabled___o0Fwj) > label:hover > span {
	opacity: 0.8;
}

.AvailabilitySlider__AvailabilitySlider___2DvWo > label.AvailabilitySlider__active___30qg_ > span {
	opacity: 1;
}

.AvailabilitySlider__demoRed___RYbhF {
	--container-accent: #f00;
}

.AvailabilitySlider__demoGreen___3ss6c {
	--container-accent: #0a0;
}

.AvailabilitySlider__demoBlue___2Fwl6 {
	--container-accent: #66f;
}

.AvailabilitySlider__AvailabilitySlider___2DvWo.AvailabilitySlider__disabled___o0Fwj {
	opacity: 0.5;
}

.AvailabilitySlider__AvailabilitySlider___2DvWo.AvailabilitySlider__disabled___o0Fwj > label {
	cursor: default;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Avatar__Avatar___gE5kx {
	width: 44px;
	height: 44px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);

	background-color: var(--person-colour, var(--navy));
	border: 2px solid var(--person-colour, rgba(0, 0, 0, 0.05));
}

@media (max-height: 800px) {
	.Avatar__Avatar___gE5kx {
		width: 38px;
		height: 38px;
	}
}

.Avatar__Avatar___gE5kx > svg {
	width: 100%;
	height: 100%;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
	        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

.Avatar__Avatar___gE5kx.Avatar__clickable___uwByK {
	cursor: pointer;
}

.Avatar__Avatar___gE5kx.Avatar__student___205TW {
	--person-colour: #4db848;
}

.Avatar__Avatar___gE5kx.Avatar__staff___4gVLs {
	--person-colour: #00aeef;
}

.Avatar__Avatar___gE5kx.Avatar__contact___2ibAV {
	--person-colour: #f36f21;
}

.Avatar__Avatar___gE5kx.Avatar__tutor___3td_n {
	--person-colour: #7b5aa6;
}

.Avatar__Avatar___gE5kx > .Avatar__hidden___2brsp {
	display: none;
}
/*
 * Copyright (c) SEQTA Software 2018.
 *
 * Created by simon on 2018-05-18
 */

.Documentation__Documentation___1fsGE {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.Documentation__menu___3zSAU {
	overflow: auto;
}

.Documentation__contents___M9r-x {
	overflow: auto;
	width: 100%;
	height: 100%;
}

.Documentation__menu___3zSAU label {
	margin: 32px 32px 0;
}

.Documentation__menu___3zSAU .Documentation__backgroundPicker___3bAKL {
	margin: 32px 32px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Documentation__menu___3zSAU h2 {
	color: rgba(var(--theme-fg-parts), 0.3);
	font-weight: bold;
	margin: 32px 32px 0;
	text-transform: uppercase;
	font-size: 100%;
	border-bottom: 1px solid var(--theme-offset-bg);
	padding: 0 0 8px;
}

.Documentation__menu___3zSAU a {
	display: block;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(var(--theme-fg-parts), 0.5);
}

.Documentation__menu___3zSAU a:hover {
	background: var(--theme-offset-bg);
}

.Documentation__contents___M9r-x h1 {
	padding: 32px;
	margin: 0;
	font-size: 300%;
	background: rgb(var(--theme-bg-parts));
	text-transform: uppercase;
	text-align: center;
}

.Documentation__contents___M9r-x > .Documentation__collection___1tnW_ {
	z-index: 500;
}

.Documentation__contents___M9r-x > .Documentation__collection___1tnW_ > div {
	margin: 32px;
}

.Documentation__contents___M9r-x > .Documentation__collection___1tnW_ .Documentation__content___1zNCc {
	padding: 8px 16px 16px;
}

.Documentation__contents___M9r-x fieldset > article {
	padding: 32px;
}

.Documentation__contents___M9r-x fieldset > article p {
	margin: 0 0 1em;
}

.Documentation__contents___M9r-x fieldset > article p:last-child {
	margin-bottom: 0;
}

.Documentation__Documentation___1fsGE .Documentation__distributed___9_F_y {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 {
	max-height: 50vh;
	overflow: auto;
}

.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li {
	padding: 0;
	margin: 0;
}

.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li > a {
	width: 160px;
	height: 33px; /* Make icons nice and crisp in Fx -- https://bugzilla.mozilla.org/show_bug.cgi?id=1003763 */
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--theme-button-bg);
	color: var(--theme-button-fg);
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	margin: 4px;
	padding: 8px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
}

.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li:nth-child(10n + 0):hover {
	color: #d9ed23;
}
.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li:nth-child(10n + 1):hover {
	color: #ef5767;
}
.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li:nth-child(10n + 2):hover {
	color: #fca93e;
}
.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li:nth-child(10n + 3):hover {
	color: #03d987;
}
.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li:nth-child(10n + 4):hover {
	color: #12c0ee;
}
.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li:nth-child(10n + 5):hover {
	color: #94539e;
}
.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li:nth-child(10n + 6):hover {
	color: #6dd5c3;
}
.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li:nth-child(10n + 7):hover {
	color: #ff3eb5;
}
.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li:nth-child(10n + 8):hover {
	color: #74d1ea;
}
.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li:nth-child(10n + 9):hover {
	color: #8a69d4;
}

.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li > a > span {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Documentation__Documentation___1fsGE .Documentation__iconsList___22TD4 > ol > li > a > svg {
	flex-shrink: 0;
}

.Documentation__layoutWrapper___12Zv4 {
	border: 2px solid var(--theme-off-set-bg);
	border-radius: 1px;
	height: 50vh;
	padding: 8px;
	box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.Documentation__prettyPicture___2ab12 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-size: var(--huge-text);
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.Documentation__prettyPicture___2ab12 > span {
	z-index: 1;
}

.Documentation__prettyPicture___2ab12::before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	-webkit-filter: blur(8px);
	        filter: blur(8px);
	background-size: cover;
	background-position: center;
	z-index: 0;
}

@supports (-ms-ime-align: auto) {
	/* Don't apply the filter() to edge, because it struggles to render it performantly and prettily */
	.Documentation__prettyPicture___2ab12::before {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-filter: none;
		        filter: none;
	}
}

.Documentation__prettyPictureOne___napBH::before {
	background-image: url('https://static.seqta.com.au/mockups/9hzwaXtk/rubrics/covers/0.png');
}
.Documentation__prettyPictureTwo___4assn::before {
	background-image: url('https://static.seqta.com.au/mockups/9hzwaXtk/rubrics/covers/2.png');
}
.Documentation__prettyPictureThree___1i-g4::before {
	background-image: url('https://static.seqta.com.au/mockups/9hzwaXtk/rubrics/covers/3.png');
}
.Documentation__prettyPictureFour___U33Ud::before {
	background-image: url('https://static.seqta.com.au/mockups/9hzwaXtk/rubrics/covers/4.png');
}

code {
	font-family: 'Roboto Mono', 'Roboto', monospace;
}

code.class {
	border-bottom: 2px solid var(--yellow);
	background: var(--theme-offset-bg);
}

code.attribute {
	border-bottom: 2px solid var(--green);
	background: var(--theme-offset-bg);
}

code.property {
	border-bottom: 2px solid var(--blue);
	background: var(--theme-offset-bg);
}

code.element {
	border-bottom: 2px solid var(--orange);
	background: var(--theme-offset-bg);
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.BadgedButton__BadgedButton___325Jt > button {
	padding: 4px;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
	margin: 4px;
}

.BadgedButton__BadgedButton___325Jt > button > .BadgedButton__badge___2Weqb {
	--scaled-size: 24px;
	position: absolute;
	right: calc(var(--scaled-size) / 4 * -1);
	bottom: calc(50% - var(--scaled-size));
	width: var(--scaled-size);
	height: var(--scaled-size);
	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 100%;
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	font-weight: bold;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Button__Button___3SRFo {
	font: inherit;
	overflow: hidden;
	background: transparent;
	color: inherit;
	border: 1px solid rgba(var(--theme-fg-parts), 0.1);
	border-color: rgba(var(--theme-fg-parts), 0.1);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 12px 24px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	transition: box-shadow 0.2s, background 0.2s;
	position: relative;
}

.Button__Button___3SRFo[disabled] {
	cursor: default;
	opacity: 0.5;
}

.Button__Button___3SRFo.Button__circular___2dGEX {
	padding: 0;
	width: var(--size, 32px);
	height: var(--size, 32px);
	min-width: var(--size, 32px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.Button__Button___3SRFo:not([disabled]):hover {
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}

.Button__Button___3SRFo::-moz-focus-inner {
	border: 0;
}

.Button__Button___3SRFo:focus {
	outline: none;
}

.Button__Button___3SRFo:not([disabled]):focus {
	border-color: rgb(var(--theme-sel-bg-parts));
}

.Button__Button___3SRFo:not([disabled]):active {
	border-color: rgb(var(--theme-sel-bg-parts));
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes Button__glow___uAXn7 {
	0% {
		box-shadow: 0 0 0 rgb(var(--theme-sel-bg-parts));
	}
	10% {
		box-shadow: 0 0 0 8px transparent;
	}
}

@keyframes Button__glow___uAXn7 {
	0% {
		box-shadow: 0 0 0 rgb(var(--theme-sel-bg-parts));
	}
	10% {
		box-shadow: 0 0 0 8px transparent;
	}
}

.Button__Button___3SRFo.Button__highlight___2a2FV {
	border-color: rgb(var(--theme-sel-bg-parts));
	-webkit-animation-name: Button__glow___uAXn7;
	        animation-name: Button__glow___uAXn7;
	-webkit-animation-duration: 10s;
	        animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.Button__Button___3SRFo.Button__emphasise___3NhS4:not([disabled]) {
	border-color: currentColor;
}

.Button__Button___3SRFo.Button__dropdown___wFZNk {
	position: relative;
	padding-left: 12px;
}

.Button__Button___3SRFo.Button__dropdown___wFZNk > span {
	position: absolute;
	top: 0;
	right: 4px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Button__Button___3SRFo.Button__popup___VVHez > span {
	margin-left: 8px;
	display: flex;
}

.Button__Button___3SRFo.Button__dropdown___wFZNk > span > svg,
.Button__Button___3SRFo.Button__popup___VVHez > span > svg {
	width: 16px;
	height: 16px;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.BasicPanel__BasicPanel___1GP6s {
	margin: 16px;
	flex: 1;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	background: rgba(var(--theme-bg-parts), 0.8);
}

.BasicPanel__BasicPanel___1GP6s > header {
	margin: 0;
	padding: 8px;
	display: flex;
	background: rgba(var(--theme-fg-parts), 0.04);
	align-items: center;
	border-radius: 4px 4px 0 0;
	flex-shrink: 0;
}

.BasicPanel__BasicPanel___1GP6s > header.BasicPanel__clickable___1crPo {
	cursor: pointer;
}

.BasicPanel__BasicPanel___1GP6s > header > h2 {
	text-transform: uppercase;
	flex: 1;
	font-size: var(--small-text);
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.BasicPanel__BasicPanel___1GP6s > article {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.BasicPanel__BasicPanel___1GP6s > ol {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.BasicPanel__BasicPanel___1GP6s > ol > li {
	border-bottom: 1px solid var(--theme-offset-bg);
	position: relative;
	min-height: 40px;
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.BasicPanel__BasicPanel___1GP6s > ol.BasicPanel__sidepadding___aUeXS > li {
	padding-left: 48px;
	padding-right: 48px;
}

.BasicPanel__BasicPanel___1GP6s > ol.BasicPanel__rightpadding___2q3yJ > li {
	padding: 0 40px 0 8px;
}

.BasicPanel__BasicPanel___1GP6s > ol.BasicPanel__leftpadding___Q-Xd9 > li {
	padding: 0 8px 0 40px;
}

.BasicPanel__BasicPanel___1GP6s > ol > li:last-child {
	border-bottom: none;
}

.BasicPanel__BasicPanel___1GP6s > ol.BasicPanel__numbered___2i8z0 {
	counter-reset: basicpanel-numbering;
}

.BasicPanel__BasicPanel___1GP6s > ol.BasicPanel__numbered___2i8z0 > li {
	counter-increment: basicpanel-numbering;
}

.BasicPanel__BasicPanel___1GP6s > ol > li > .open,
.BasicPanel__BasicPanel___1GP6s > ol.BasicPanel__numbered___2i8z0 > li:not(.add)::before {
	--size: 32px;
	content: counter(basicpanel-numbering);
	position: absolute;
	width: var(--size);
	height: var(--size);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - var(--size) / 2);
	left: 8px;
	border-radius: var(--size);
	font-size: var(--small-text);
	font-weight: bold;
}

.BasicPanel__BasicPanel___1GP6s > ol > li > :not(button).open {
	border: 1px solid rgba(var(--theme-fg-parts), 0.2);
}

.BasicPanel__BasicPanel___1GP6s > ol > li > .open {
	transition: opacity 0.2s;
	padding: 0;
	color: rgba(var(--theme-fg-parts), 0.5);
}

.BasicPanel__BasicPanel___1GP6s > ol > li > .open > svg {
	width: 16px;
}

.BasicPanel__BasicPanel___1GP6s > ol > li > .remove,
.BasicPanel__BasicPanel___1GP6s > ol > li > .edit,
.BasicPanel__BasicPanel___1GP6s > ol > li > .postButton {
	--size: 32px;
	padding: 0;
	position: absolute;
	width: var(--size);
	height: var(--size);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - var(--size) / 2);
	right: 8px;
	border-radius: var(--size);
}

.BasicPanel__BasicPanel___1GP6s > ol > li > .remove svg,
.BasicPanel__BasicPanel___1GP6s > ol > li > .edit svg {
	width: 16px;
	height: 16px;
}

.BasicPanel__BasicPanel___1GP6s > ol > li.add {
	display: flex;
	align-items: center;
	position: relative;
	border: none;
	text-transform: uppercase;
	font-size: var(--small-text);
	font-weight: bold;
	color: rgba(var(--theme-fg-parts), 0.5);
	cursor: pointer;
}

.BasicPanel__BasicPanel___1GP6s > ol > li[onClick] {
	cursor: pointer;
}

/* In case of add button at the top of the list.. */
.BasicPanel__BasicPanel___1GP6s > ol > li.add + li {
	counter-reset: basicpanel-numbering;
	border-top: 1px solid var(--theme-offset-bg);
}

.BasicPanel__BasicPanel___1GP6s > ol > li.add > .add {
	background: rgb(var(--theme-bg-parts));
	--size: 32px;
	padding: 0;
	position: absolute;
	width: var(--size);
	height: var(--size);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - var(--size) / 2);
	left: 4px;
	border-radius: var(--size);
}

.BasicPanel__BasicPanel___1GP6s > ol > li.add > .add + div {
	margin-left: 40px;
}

.BasicPanel__BasicPanel___1GP6s > ol > a,
.BasicPanel__BasicPanel___1GP6s > ol > a:focus,
.BasicPanel__BasicPanel___1GP6s > ol > a:visited {
	color: inherit;
	text-decoration: none;
}

.BasicPanel__BasicPanelDocs___1vEtb {
	margin: 16px;
	min-width: 500px;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.InlineHelp__InlineHelp___Znuy1 {
	position: relative;
	display: inline-block;
	color: rgb(var(--theme-sel-bg-parts));
}

.InlineHelp__InlineHelp___Znuy1 > button {
	background: none;
	box-shadow: none;
	border: none;
	color: var(--theme-sel-bg-parts, var(--blue));
	padding: 0;
	border-radius: 100%;
}

.InlineHelp__InlineHelp___Znuy1 > button > .InlineHelp__warn___2Ey7O {
	color: var(--yellow);
}

.InlineHelp__InlineHelp___Znuy1 svg {
	width: 1.5em;
	height: 1.5em;
}

.InlineHelp__InlineHelp___Znuy1 > .InlineHelp__arrow___35wPZ {
	--size: 8px;
	position: absolute;
	border: var(--size) solid transparent;
	border-bottom-color: rgb(var(--theme-bg-parts));
	left: calc(50% - 8px);
	bottom: 0;
	pointer-events: none;
	z-index: 20000; /* To ensure it appears over the WidgetPortal's shadow */

	-webkit-animation-name: InlineHelp__inlinehelp-appear___-vItO;

	        animation-name: InlineHelp__inlinehelp-appear___-vItO;
	-webkit-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}

@-webkit-keyframes InlineHelp__inlinehelp-appear___-vItO {
	0% {
		opacity: 0;
		-webkit-transform: translateY(16px);
		        transform: translateY(16px);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes InlineHelp__inlinehelp-appear___-vItO {
	0% {
		opacity: 0;
		-webkit-transform: translateY(16px);
		        transform: translateY(16px);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

.InlineHelp__InlineHelpPanel___1vMiB {
	width: 256px;
	position: relative;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	background: rgb(var(--theme-bg-parts));
	color: rgba(var(--theme-fg-parts), 0.8);
	box-sizing: border-box;
	border-radius: 2px;

	-webkit-animation-name: InlineHelp__inlinehelp-appear___-vItO;

	        animation-name: InlineHelp__inlinehelp-appear___-vItO;
	-webkit-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-transform-origin: top right;
	        transform-origin: top right;

	padding: 8px;
	z-index: 1;

	line-height: 1.5;
}

.InlineHelp__InlineHelpPanel___1vMiB h2 {
	font-weight: bold;
	padding: 0;
	margin: 0 0 1ex;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(var(--theme-fg-parts), 0.5);
}

.InlineHelp__InlineHelpPanel___1vMiB p {
	margin: 0;
	padding: 0;
}

.InlineHelp__InlineHelpPanel___1vMiB p + p {
	margin-top: 8px;
}

.InlineHelp__InlineHelpPanel___1vMiB ul {
	padding: 0 0 0 1em;
	margin: 0;
	list-style-position: outside;
}
/*
 * Copyright (c) SEQTA Software 2019.
 *
 * Created by huili on 2019-06-19
 */

.WidgetPortal__WidgetPortal___1MCc5 {
	position: absolute;
}
.Calendar__Calendar___Fnxjz {
	--total-width: calc(32px * 9);
	width: var(--total-width);
}

.Calendar__header___1mNM8 {
	display: flex;
	align-items: center;
	margin: 0 0 8px;
}

.Calendar__header___1mNM8 .Calendar__tachyon___3ye2v {
	/* Navigation buttons */
}

.Calendar__header___1mNM8 .Calendar__month___3D636,
.Calendar__header___1mNM8 .Calendar__year___1e5OO {
	flex: 1;
	margin: 0 8px;
}

.Calendar__header___1mNM8 .Calendar__month___3D636 {
	margin-right: 4px;
}

.Calendar__header___1mNM8 .Calendar__year___1e5OO {
	margin-left: 4px;
}

.Calendar__grid___nWkmy {
	position: relative;
}

.Calendar__grid___nWkmy .Calendar__dayNames___1dmo2,
.Calendar__grid___nWkmy .Calendar__week___1IlVr {
	display: flex;
	align-items: stretch;
	z-index: 1;
}

.Calendar__grid___nWkmy .Calendar__dayNames___1dmo2 > div,
.Calendar__grid___nWkmy .Calendar__week___1IlVr > div {
	width: calc(100% / 7);
}

.Calendar__grid___nWkmy .Calendar__dayNames___1dmo2 > div {
	text-align: center;
	font-weight: normal;
	font-size: var(--small-text);
	text-transform: uppercase;
	padding: 8px;
	color: rgba(var(--theme-fg-parts), 0.2);
}

.Calendar__grid___nWkmy .Calendar__body___2UeH4 {
	height: calc(32px * 6);
	overflow: hidden;
	position: relative;
}

.Calendar__grid___nWkmy .Calendar__body___2UeH4 > .Calendar__week___1IlVr {
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.Calendar__grid___nWkmy .Calendar__body___2UeH4 > .Calendar__week___1IlVr > .Calendar__day___2oKmM {
	text-align: center;
	cursor: pointer;
	transition: color 0.3s;
}

.Calendar__grid___nWkmy .Calendar__body___2UeH4 > .Calendar__week___1IlVr > .Calendar__day___2oKmM > div {
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
}

.Calendar__grid___nWkmy .Calendar__body___2UeH4 > .Calendar__week___1IlVr > .Calendar__day___2oKmM:hover > div {
	background: var(--theme-offset-bg);
}

.Calendar__grid___nWkmy .Calendar__body___2UeH4 > .Calendar__week___1IlVr > .Calendar__day___2oKmM.Calendar__today___3zEGD > div {
	background: rgba(var(--theme-sel-bg-parts), 0.5);
	color: rgb(var(--theme-sel-fg-parts));
}

@-webkit-keyframes Calendar__make-selection___2xhnY {
	0% {
		/* https://stackoverflow.com/questions/49837858/css-custom-properties-in-box-shadow-color-function-render-incorrectly-in-safari */
		/* Note that this will look naff in Safari (at least <=12), because it will use the value of currentColor as it cannot handle
			 css variables inside multi-part properties. The workaround above would be to create a temporary variable to store the colour,
			 but as per https://www.w3.org/TR/css-variables-1/#using-variables, CSS variables use the "flips at 50%" behaviour for all
			 transitions and animations, which makes the animation here look even worse. So Safari users get a slightly ugly experience. */
		box-shadow: 0 0 0 rgba(var(--theme-sel-bg-parts), 1);
	}
	100% {
		box-shadow: 0 0 0 8px rgba(var(--theme-sel-bg-parts), 0);
	}
}

@keyframes Calendar__make-selection___2xhnY {
	0% {
		/* https://stackoverflow.com/questions/49837858/css-custom-properties-in-box-shadow-color-function-render-incorrectly-in-safari */
		/* Note that this will look naff in Safari (at least <=12), because it will use the value of currentColor as it cannot handle
			 css variables inside multi-part properties. The workaround above would be to create a temporary variable to store the colour,
			 but as per https://www.w3.org/TR/css-variables-1/#using-variables, CSS variables use the "flips at 50%" behaviour for all
			 transitions and animations, which makes the animation here look even worse. So Safari users get a slightly ugly experience. */
		box-shadow: 0 0 0 rgba(var(--theme-sel-bg-parts), 1);
	}
	100% {
		box-shadow: 0 0 0 8px rgba(var(--theme-sel-bg-parts), 0);
	}
}

.Calendar__grid___nWkmy .Calendar__body___2UeH4 > .Calendar__week___1IlVr > .Calendar__day___2oKmM.Calendar__selected___1Msa7 > div {
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
	-webkit-animation-name: Calendar__make-selection___2xhnY;
	        animation-name: Calendar__make-selection___2xhnY;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}

.Calendar__grid___nWkmy .Calendar__body___2UeH4 > .Calendar__week___1IlVr > .Calendar__day___2oKmM.Calendar__today___3zEGD.Calendar__selected___1Msa7 > div {
	background: rgb(var(--theme-sel-bg-parts));
}

.Calendar__grid___nWkmy .Calendar__body___2UeH4 > .Calendar__week___1IlVr > .Calendar__day___2oKmM.Calendar__sibling___2PwKC {
	color: rgba(var(--theme-fg-parts), 0.3);
}

/* weekend bars */
.Calendar__grid___nWkmy::before,
.Calendar__grid___nWkmy::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(var(--total-width) / 7);
	background: rgba(var(--theme-fg-parts), 0.02);
	z-index: 0;
	pointer-events: none;
}

.Calendar__grid___nWkmy::before {
	left: 0;
}

.Calendar__grid___nWkmy::after {
	right: 0;
}

.Calendar__grid___nWkmy .Calendar__body___2UeH4 > .Calendar__week___1IlVr {
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

@-webkit-keyframes Calendar__appear-from-below___2ic7E {
	from {
		-webkit-transform: translateY(192px);
		        transform: translateY(192px);
	}
}

@keyframes Calendar__appear-from-below___2ic7E {
	from {
		-webkit-transform: translateY(192px);
		        transform: translateY(192px);
	}
}
.Calendar__forwards___10ADy .Calendar__weekEnter___18KQp {
	-webkit-animation-name: Calendar__appear-from-below___2ic7E;
	        animation-name: Calendar__appear-from-below___2ic7E;
}

@-webkit-keyframes Calendar__appear-from-above___NE70H {
	from {
		-webkit-transform: translateY(-192px);
		        transform: translateY(-192px);
	}
}

@keyframes Calendar__appear-from-above___NE70H {
	from {
		-webkit-transform: translateY(-192px);
		        transform: translateY(-192px);
	}
}
.Calendar__backwards___fSSd4 .Calendar__weekEnter___18KQp {
	-webkit-animation-name: Calendar__appear-from-above___NE70H;
	        animation-name: Calendar__appear-from-above___NE70H;
}

@-webkit-keyframes Calendar__disappear-to-above___36VCX {
	to {
		-webkit-transform: translateY(-192px);
		        transform: translateY(-192px);
	}
}

@keyframes Calendar__disappear-to-above___36VCX {
	to {
		-webkit-transform: translateY(-192px);
		        transform: translateY(-192px);
	}
}
.Calendar__forwards___10ADy .Calendar__weekLeave___1YyHX {
	-webkit-animation-name: Calendar__disappear-to-above___36VCX;
	        animation-name: Calendar__disappear-to-above___36VCX;
}

@-webkit-keyframes Calendar__disappear-to-below___2HL5o {
	to {
		-webkit-transform: translateY(192px);
		        transform: translateY(192px);
	}
}

@keyframes Calendar__disappear-to-below___2HL5o {
	to {
		-webkit-transform: translateY(192px);
		        transform: translateY(192px);
	}
}
.Calendar__backwards___fSSd4 .Calendar__weekLeave___1YyHX {
	-webkit-animation-name: Calendar__disappear-to-below___2HL5o;
	        animation-name: Calendar__disappear-to-below___2HL5o;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.MenuButton__Menu___gXTaY {
	position: relative;
	display: flex;
	align-items: stretch;
}

.MenuButton__Menu___gXTaY > button {
	width: 100%;
	padding: 8px 24px;
}

.MenuButton__Menu___gXTaY.MenuButton__invalid___2v83T > button {
	box-shadow: inset 0 0 2px 1px var(--orange);
}

.MenuButton__Menu___gXTaY > button > div {
	overflow: hidden;
	white-space: nowrap;
	display: block;
	width: 0;
	text-overflow: ellipsis;
	flex: 1;
}

@-webkit-keyframes MenuButton__menu-appear___1BBg8 {
	0% {
		opacity: 0;
		-webkit-transform: scaleX(0) scaleY(0);
		        transform: scaleX(0) scaleY(0);
	}
	50% {
		-webkit-transform: scaleX(1) scaleY(0.5);
		        transform: scaleX(1) scaleY(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes MenuButton__menu-appear___1BBg8 {
	0% {
		opacity: 0;
		-webkit-transform: scaleX(0) scaleY(0);
		        transform: scaleX(0) scaleY(0);
	}
	50% {
		-webkit-transform: scaleX(1) scaleY(0.5);
		        transform: scaleX(1) scaleY(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

.MenuButton__MenuPanel___2q42B {
	width: auto;
	min-width: 128px;
	max-width: 512px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	background: rgb(var(--theme-bg-alt-parts));
	-webkit-animation-name: MenuButton__menu-appear___1BBg8;
	        animation-name: MenuButton__menu-appear___1BBg8;
	-webkit-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-transform-origin: top right;
	        transform-origin: top right;
	color: rgba(var(--theme-fg-parts), 0.8);
	z-index: 5;
}

.MenuButton__MenuPanel___2q42B h2 {
	font-size: var(--small-text);
	font-weight: bold;
	padding: 4px 24px;
	margin: 0;
	text-transform: uppercase;
	opacity: 0.5;
}

.MenuButton__MenuPanel___2q42B > .MenuButton__toggles___3lKzG {
	display: flex;
	font-size: var(--small-text);
	border-bottom: 1px solid var(--theme-offset-bg);
}

.MenuButton__MenuPanel___2q42B > .MenuButton__toggles___3lKzG > .MenuButton__all___3g3gU,
.MenuButton__MenuPanel___2q42B > .MenuButton__toggles___3lKzG > .MenuButton__none___3lKpg {
	flex: 1;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.MenuButton__MenuPanel___2q42B > .MenuButton__toggles___3lKzG > .MenuButton__all___3g3gU:hover,
.MenuButton__MenuPanel___2q42B > .MenuButton__toggles___3lKzG > .MenuButton__none___3lKpg:hover {
	background: var(--theme-offset-bg);
}

.MenuButton__MenuPanel___2q42B > .MenuButton__menuContainer___1SSfX {
	max-height: 50vh;
	overflow: auto;
	padding: 8px 0;
}

.MenuButton__MenuPanel___2q42B menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.MenuButton__MenuPanel___2q42B menu > li {
	padding: 8px 24px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.MenuButton__MenuPanel___2q42B menu > li.MenuButton__unspecified___1_k2q {
	font-style: italic;
}

.MenuButton__MenuPanel___2q42B > .MenuButton__menuContainer___1SSfX > .MenuButton__disabled___nzPiM {
	opacity: 0.5;
	font-style: italic;
}

.MenuButton__MenuPanel___2q42B > .MenuButton__menuContainer___1SSfX > .MenuButton__disabled___nzPiM menu > li {
	cursor: default;
}

.MenuButton__MenuPanel___2q42B menu.MenuButton__checklist___1f7R2 > li,
.MenuButton__MenuPanel___2q42B menu.MenuButton__swatched___13EXC > li {
	padding-left: 8px;
}

.MenuButton__MenuPanel___2q42B menu.MenuButton__checklist___1f7R2 > li > .MenuButton__check___Uh5bv,
.MenuButton__MenuPanel___2q42B menu.MenuButton__checklist___1f7R2 > li > .MenuButton__blank___20PyW {
	width: 16px;
	height: 16px;
	margin: 0 8px 0 0;
	flex-shrink: 0;
}

.MenuButton__MenuPanel___2q42B menu.MenuButton__checklist___1f7R2 > li > .MenuButton__check___Uh5bv > svg,
.MenuButton__MenuPanel___2q42B menu.MenuButton__checklist___1f7R2 > li > .MenuButton__blank___20PyW > svg {
	width: 100%;
	height: 100%;
}

.MenuButton__MenuPanel___2q42B menu.MenuButton__unset___XJpN3 {
	opacity: 0.8;
	font-style: italic;
	text-transform: uppercase;
}

.MenuButton__MenuPanel___2q42B menu.MenuButton__swatched___13EXC > li > .MenuButton__swatch___32fLb {
	width: 1.2em;
	height: 1.2em;
	margin: 0 8px 0 0;
	border-radius: 100%;
}

.MenuButton__MenuPanel___2q42B menu > li > .MenuButton__value___2Mqz3 {
	flex: 1;
}

.MenuButton__MenuPanel___2q42B menu > li:hover {
	background: var(--theme-offset-bg);
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Toolbar__Toolbar___2pWkr {
	display: flex;
	flex-wrap: wrap;
	background: var(--nav-level-two);
	color: var(--nav-level-two-fg);
	position: relative;
	--button-border-color: rgba(255, 255, 255, 0.1);
	padding-left: 8px;
}

.Toolbar__Toolbar___2pWkr > .Toolbar__spacer___3NBCr {
	flex: 1;
}

.Toolbar__Toolbar___2pWkr input.singleSelect,
.Toolbar__Toolbar___2pWkr input.calendar {
	margin: 4px 8px 4px 0;
	border: 1px solid rgba(var(--theme-fg-parts), 0.1);
	border-radius: 2px;
	padding: 6px 7px;
}

.Toolbar__Toolbar___2pWkr input.singleSelect {
	width: 192px;
}

.Toolbar__Toolbar___2pWkr input.calendar {
	width: 128px;
}

.Toolbar__Toolbar___2pWkr > div > button,
.Toolbar__Toolbar___2pWkr > span > button,
.Toolbar__Toolbar___2pWkr button:enabled,
.Toolbar__Toolbar___2pWkr button[disabled] {
	border-radius: 4px;
	margin: 8px 8px 8px 0;
	border: 1px solid var(--button-border-color);
	box-shadow: none;
	cursor: pointer;
	padding: 8px 24px;
	background: transparent;
	color: inherit;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
	font-weight: bold;
	font-size: var(--small-text);
	transition: box-shadow 0.2s, background 0.2s;
	position: relative;
}

@media (max-height: 800px) {
	.Toolbar__Toolbar___2pWkr > div > button,
	.Toolbar__Toolbar___2pWkr > span > button,
	.Toolbar__Toolbar___2pWkr button:enabled,
	.Toolbar__Toolbar___2pWkr button[disabled] {
		margin-top: 4px;
		margin-bottom: 4px;
	}
}

@media (max-width: 1400px) {
	.Toolbar__Toolbar___2pWkr > div > button,
	.Toolbar__Toolbar___2pWkr > span > button,
	.Toolbar__Toolbar___2pWkr button:enabled,
	.Toolbar__Toolbar___2pWkr button[disabled] {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 800px) {
	.Toolbar__Toolbar___2pWkr > div > button,
	.Toolbar__Toolbar___2pWkr > span > button,
	.Toolbar__Toolbar___2pWkr button:enabled,
	.Toolbar__Toolbar___2pWkr button[disabled] {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.Toolbar__Toolbar___2pWkr > span > input {
	margin: 10px 0;
}

.Toolbar__Toolbar___2pWkr input:first-child {
	margin: 8px 8px 8px 0;
	padding: 6px 7px;
}

@media (max-height: 800px) {
	.Toolbar__Toolbar___2pWkr input:first-child {
		margin: 4px 8px 4px 0;
		border-radius: 2px;
	}
}

.Toolbar__Toolbar___2pWkr button[disabled] {
	cursor: default;
	opacity: 0.5;
}

.Toolbar__Toolbar___2pWkr > span > button:hover,
.Toolbar__Toolbar___2pWkr button:enabled:hover {
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
}

.Toolbar__Toolbar___2pWkr > span > button:focus,
.Toolbar__Toolbar___2pWkr button:enabled:focus {
	outline: none;
	border-color: rgb(var(--theme-sel-bg-parts));
}

.Toolbar__Toolbar___2pWkr > span > button:active,
.Toolbar__Toolbar___2pWkr button:enabled:active {
	border-color: rgb(var(--theme-sel-bg-parts));
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

.Toolbar__Toolbar___2pWkr > span > button::after,
.Toolbar__Toolbar___2pWkr button:enabled::after {
	visibility: hidden;
	content: '';
	display: block;

	position: absolute;

	/* We want this to be as wide as the button so that it goes into all the corners,
		 even when the button has some rounded and some square corners, like on the FancyNumberInput.*/
	width: 100%;

	/* Now we employ ✨MAGIC✨ for a 1:1 aspect ratio */
	padding-top: 100%;

	/* Only set the `left`; we'll rely on the button positioning us in the centre because of its
		 flex display. We can't explicitly set the top or bottom correctly because the centre is
		 dependent on our height, which we don't know here. */
	left: 0;
	border-radius: 100%;

	background: rgb(var(--theme-sel-bg-parts));
	opacity: 0.2;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: center;
	        transform-origin: center;
}

.Toolbar__Toolbar___2pWkr > span > button:not(:active)::after,
.Toolbar__Toolbar___2pWkr button:enabled:not(:active)::after {
	-webkit-animation-name: Toolbar__ripple___1HhJR;
	        animation-name: Toolbar__ripple___1HhJR;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

.Toolbar__Toolbar___2pWkr > span > button:focus::after,
.Toolbar__Toolbar___2pWkr button:focus::after {
	visibility: visible;
}

.Toolbar__Toolbar___2pWkr > span > button.Toolbar__highlight___1bExw,
.Toolbar__Toolbar___2pWkr button:enabled.Toolbar__highlight___1bExw {
	border-color: var(--yellow);
	-webkit-animation-name: Toolbar__glow___23oR5;
	        animation-name: Toolbar__glow___23oR5;
	-webkit-animation-duration: 10s;
	        animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.Toolbar__Toolbar___2pWkr button.toggled {
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
	text-shadow: none;
}

.Toolbar__Toolbar___2pWkr button.toggled:hover {
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
	background-color: rgba(var(--theme-sel-bg-parts), 0.6);
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.InfoPill__InfoPill___3Z8-w {
	border-radius: 2px;
	background: var(--theme-offset-bg);
	text-transform: uppercase;
	font-size: var(--small-text);
	font-weight: bold;
	padding: 2px 4px;
	display: inline-block;
	margin: 0 0 0 1ex;
	box-sizing: border-box;
	vertical-align: baseline;
	color: inherit;
}

.InfoPill__InfoPill___3Z8-w svg {
	width: 16px;
	display: block;
}

.InfoPill__InfoPill___3Z8-w.InfoPill__pre___2M0ja {
	background: var(--yellow);
	color: #fff;
}

.InfoPill__InfoPill___3Z8-w.InfoPill__post___3yxcl {
	background: var(--green);
	color: #fff;
}

.InfoPill__InfoPill___3Z8-w.InfoPill__late___m1S5Q {
	background: var(--orange);
	color: #fff;
}

.InfoPill__InfoPill___3Z8-w.InfoPill__official___3-Jk1 {
	background: var(--theme-sel-bg-parts, var(--blue));
	color: var(--theme-sel-fg-parts, #fff);
}

.InfoPill__InfoPill___3Z8-w.InfoPill__disabled___2k83s {
	background: var(--red);
	color: #fff;
}

.InfoPill__InfoPill___3Z8-w.InfoPill__enabled___T_cJy {
	background: var(--green);
	color: #fff;
}

.InfoPill__InfoPill___3Z8-w.InfoPill__fixed___kx-Gz,
.InfoPill__InfoPill___3Z8-w.InfoPill__flexible___3jITm,
.InfoPill__InfoPill___3Z8-w.InfoPill__visible___W7EjA,
.InfoPill__InfoPill___3Z8-w.InfoPill__invisible___sYE05,
.InfoPill__InfoPill___3Z8-w.InfoPill__tobevisible___12mTg {
	background: none;
	padding: 0;
	vertical-align: middle;
}

.InfoPill__InfoPill___3Z8-w.InfoPill__visible___W7EjA,
.InfoPill__InfoPill___3Z8-w.InfoPill__invisible___sYE05,
.InfoPill__InfoPill___3Z8-w.InfoPill__tobevisible___12mTg {
	padding: 0 4px;
}

.InfoPill__InfoPill___3Z8-w.InfoPill__invisible___sYE05,
.InfoPill__InfoPill___3Z8-w.InfoPill__tobevisible___12mTg {
	opacity: 0.5;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Notice__Notice___22LGf {
	background: var(--theme-offset-bg);
	padding: 8px;
	border-radius: 2px;
	border-left: 8px solid var(--yellow);
}

.Notice__Notice___22LGf > .Notice__primary___3oiyl {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 0 0 8px;
}

.Notice__Notice___22LGf > .Notice__secondary___2v6Es {
	opacity: 0.5;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

ol.Checklist__Checklist___2G1Os {
	padding: 0;
	margin: 0;
	list-style: none;
}

.Checklist__Checklist___2G1Os label {
	display: flex;
	align-items: center;
	counter-increment: checklist;
	margin: 0 0 8px;
	padding: 0;
}

.Checklist__Checklist___2G1Os:not(.Checklist__readonly___1UlqY) label {
	cursor: pointer;
}

.Checklist__Checklist___2G1Os.Checklist__readonly___1UlqY label {
	cursor: default;
}

.Checklist__Checklist___2G1Os label > .Checklist__counter___3rTwA {
	--size: 32px;
	width: var(--size);
	height: var(--size);
	box-sizing: border-box;
	border-radius: 100%;
	border: 2px solid var(--theme-offset-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: var(--theme-offset-bg);
	transition: background 0.5s, color 0.5s;
	background-position: center;
}

.Checklist__Checklist___2G1Os:not(.Checklist__readonly___1UlqY) label:hover > .Checklist__counter___3rTwA {
	border-color: var(--container-accent, rgb(var(--theme-sel-bg-parts)));
}

@-webkit-keyframes Checklist__checklist-checked___3joKg {
	0% {
		box-shadow: 0 0 0 var(--container-accent, rgb(var(--theme-sel-bg-parts)));
	}
	100% {
		box-shadow: 0 0 0 8px transparent;
	}
}

@keyframes Checklist__checklist-checked___3joKg {
	0% {
		box-shadow: 0 0 0 var(--container-accent, rgb(var(--theme-sel-bg-parts)));
	}
	100% {
		box-shadow: 0 0 0 8px transparent;
	}
}

.Checklist__Checklist___2G1Os label.Checklist__checked___YsMlF > .Checklist__counter___3rTwA {
	color: var(--container-contrast, rgb(var(--theme-sel-fg-parts)));
	background-color: var(--container-accent, rgb(var(--theme-sel-bg-parts)));
}

.Checklist__Checklist___2G1Os:not(.Checklist__readonly___1UlqY) label.Checklist__checked___YsMlF > .Checklist__counter___3rTwA {
	-webkit-animation-name: Checklist__checklist-checked___3joKg;
	        animation-name: Checklist__checklist-checked___3joKg;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}

.Checklist__Checklist___2G1Os label.Checklist__checked___YsMlF > .Checklist__counter___3rTwA > svg {
	width: 16px;
	height: 16px;
}

.Checklist__Checklist___2G1Os label > input {
	display: none;
}

.Checklist__Checklist___2G1Os label > input + span {
	margin: 0 0 0 8px;
}

.Checklist__Checklist___2G1Os label.Checklist__checked___YsMlF > span {
	color: rgba(var(--theme-fg-parts), 0.5);
}

.Checklist__docColour___y1-h7 {
	--container-accent: red;
}
/*
 * Copyright (c) SEQTA Software 2019.
 *
 * Created by huili on 2019-06-07
 */

.Collapsible__Collapsible___3O8P3 {
	/* Fall back to theme colours */
	--accent-colour: var(--collapsible-accent, rgb(var(--theme-sel-bg-parts)));
	--accent-contrast: var(
		--collapsible-accent-contrast,
		rgb(var(--theme-sel-fg-parts))
	);
	--accent-colour-hsl: var(
		--collapsible-accent-hsl,
		rgb(var(--theme-sel-bg-parts))
	);
	width: 100%;
}

.Collapsible__Collapsible___3O8P3 > .Collapsible__header___-Afvq {
	padding: 4px 8px;
	border-bottom: 1px solid var(--theme-offset-bg);
	z-index: 10;
	background: rgb(var(--theme-sel-fg-parts));
}

.Collapsible__Collapsible___3O8P3 > .Collapsible__header___-Afvq > .Collapsible__label___3Rf7a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: var(--accent-colour-hsl);
}

.Collapsible__Collapsible___3O8P3.Collapsible__collapsed___xneJv,
.Collapsible__Collapsible___3O8P3.Collapsible__expanded___1wlf0 > .Collapsible__header___-Afvq {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.Collapsible__Collapsible___3O8P3 > .Collapsible__header___-Afvq > .Collapsible__label___3Rf7a > .Collapsible__expandBtn___25X1p {
	background: var(--accent-colour);
	color: var(--accent-contrast);
	--size: 24px;
}

.Collapsible__Collapsible___3O8P3 > .Collapsible__content___2c6of {
	overflow: hidden;
	max-height: 100%;
}

.Collapsible__Collapsible___3O8P3 > .Collapsible__content___2c6of.Collapsible__exitActive___3rFL1 {
	-webkit-animation-name: Collapsible__collapsible-collapsing___cLiYL;
	        animation-name: Collapsible__collapsible-collapsing___cLiYL;
	-webkit-animation-duration: 400ms;
	        animation-duration: 400ms;
}

.Collapsible__Collapsible___3O8P3 > .Collapsible__content___2c6of.Collapsible__enterActive___3b2ow {
	-webkit-animation-name: Collapsible__collapsible-expanding___ns1qB;
	        animation-name: Collapsible__collapsible-expanding___ns1qB;
	-webkit-animation-duration: 400ms;
	        animation-duration: 400ms;
}

@-webkit-keyframes Collapsible__collapsible-collapsing___cLiYL {
	0% {
		max-height: 100vh;
	}

	100% {
		max-height: 0;
	}
}

@keyframes Collapsible__collapsible-collapsing___cLiYL {
	0% {
		max-height: 100vh;
	}

	100% {
		max-height: 0;
	}
}

@-webkit-keyframes Collapsible__collapsible-expanding___ns1qB {
	0% {
		max-height: 0;
	}

	100% {
		max-height: 100vh;
	}
}

@keyframes Collapsible__collapsible-expanding___ns1qB {
	0% {
		max-height: 0;
	}

	100% {
		max-height: 100vh;
	}
}
/*
 * Copyright (c) SEQTA Software 2019.
 *
 * Created by huili on 2019-01-09
 */

.Label__Label___bsFJd {
	display: inline-flex;
	align-items: center;
}

.legacy-root .Label__Label___bsFJd {
	padding: 0;
}

.Label__disabled___3qFcO {
	opacity: 0.5;
}

.Label__innerText___1iir3 {
	opacity: 0.5;
	margin: 0 8px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: var(--small-text);
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.FancyNumberInput__FancyNumberInput___18qZE {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: stretch;
	justify-content: flex-end;
}

.FancyNumberInput__FancyNumberInput___18qZE.FancyNumberInput__disabled___XAsys {
	opacity: 0.5;
}

.FancyNumberInput__FancyNumberInput___18qZE > .FancyNumberInput__label___2oTgc {
	margin-right: 8px;
	justify-content: flex-end;
}

.FancyNumberInput__FancyNumberInput___18qZE > button {
	display: flex;
	width: 32px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-radius: 64px;
}

.FancyNumberInput__FancyNumberInput___18qZE > button > svg {
	opacity: 0.5;
	width: 16px;
}

.FancyNumberInput__FancyNumberInput___18qZE > .FancyNumberInput__subtract___2NuZ7 {
	padding-left: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
}

.FancyNumberInput__FancyNumberInput___18qZE > input {
	color: rgb(var(--theme-fg-parts));
	background: rgb(var(--theme-bg-parts));
	border-radius: 0;
	border: 1px solid rgba(var(--theme-fg-parts), 0.1);
	border-color: rgba(
		var(--theme-fg-parts),
		0.1
	); /* Workaround for Safari bug -- https://codepen.io/finnhvman/post/theming-with-css-variables-in-rgba#browser-support-4 */
	text-align: center;
	padding: 8px;
}

.FancyNumberInput__FancyNumberInput___18qZE > input:focus {
	border: 1px solid rgba(var(--theme-sel-bg-parts), 0.1);
	outline: none;
}

.FancyNumberInput__FancyNumberInput___18qZE.FancyNumberInput__invalid___1ThO- > input {
	box-shadow: inset 0 0 2px 1px var(--orange);
}

.FancyNumberInput__FancyNumberInput___18qZE > .FancyNumberInput__add___VghZY {
	padding-right: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}

.FancyNumberInput__FancyNumberInput___18qZE.FancyNumberInput__disabled___XAsys {
	opacity: 0.5;
}
.Curtain__Curtain___2TQOf {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-backdrop-filter: grayscale(100%);
	        backdrop-filter: grayscale(100%);
	display: flex;
	align-items: center;
	justify-content: center;

	-webkit-animation-duration: 0.3s;

	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: Curtain__show___17b1O;
	        animation-name: Curtain__show___17b1O;
}

.Curtain__Curtain___2TQOf.Curtain__clickthrough___3v0q4 {
	pointer-events: none;
}

.Curtain__Curtain___2TQOf > .Curtain__background___p_n5m {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	background: var(--background-colour);
}

@-webkit-keyframes Curtain__show___17b1O {
	from {
		-webkit-backdrop-filter: grayscale(0);
		        backdrop-filter: grayscale(0);
		opacity: 0;
	}
}

@keyframes Curtain__show___17b1O {
	from {
		-webkit-backdrop-filter: grayscale(0);
		        backdrop-filter: grayscale(0);
		opacity: 0;
	}
}
.DatePicker__DatePicker___33j3Q {
	position: relative;
}

.DatePicker__DatePicker___33j3Q > .DatePicker__button___1470G {
	width: 100%;
	height: 100%;
	font-size: var(--small-text);
}

.DatePicker__DatePicker___33j3Q > .DatePicker__button___1470G.DatePicker__placeholder___3bBTu {
	font-weight: normal;
}

@-webkit-keyframes DatePicker__panel-appear___3M4Yo {
	from {
		opacity: 0;
		-webkit-transform: translateY(16px);
		        transform: translateY(16px);
	}
}

@keyframes DatePicker__panel-appear___3M4Yo {
	from {
		opacity: 0;
		-webkit-transform: translateY(16px);
		        transform: translateY(16px);
	}
}

.DatePicker__panel___3HpIs {
	box-sizing: border-box;
	background: rgb(var(--theme-bg-parts));

	z-index: 2;

	--padding: 16px;
	--width: calc(288px + var(--padding) * 2);
	padding: var(--padding);
	width: var(--width); /* 32px * 9, from calendar */
	left: calc(50% - var(--width) / 2);
	top: calc(100% + 4px);

	-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));

	        filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));

	-webkit-animation-name: DatePicker__panel-appear___3M4Yo;

	        animation-name: DatePicker__panel-appear___3M4Yo;
	-webkit-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-transform-origin: top;
	        transform-origin: top;
}

.DatePicker__panel___3HpIs::before {
	--size: 8px;
	content: '';
	position: absolute;
	border: var(--size) solid transparent;
	border-bottom-color: rgb(var(--theme-bg-parts));
	top: calc(var(--size) * -2);
	left: calc(50% - var(--size));
	pointer-events: none;
}
.DateTimePicker__DateTimePicker___1LIpW {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.DateTimePicker__DateTimePicker___1LIpW .DateTimePicker__date___VIicV {
	flex: 1;
	white-space: pre;
}

.DateTimePicker__DateTimePicker___1LIpW .DateTimePicker__time___15Ta8 {
	flex: 1;
	margin: 0 0 0 8px;
}

.DateTimePicker__DateTimePicker___1LIpW .DateTimePicker__clear___17fEd {
	margin: 0 0 0 8px;
}

.DateTimePicker__DateTimePicker___1LIpW .DateTimePicker__clear___17fEd svg {
	width: 16px;
	height: 16px;
}
.TimePicker__TimePicker___y790r button {
	font-size: var(--small-text);
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.FindAsYouType__FindAsYouType___3jjV1 {
	position: relative;
	flex: 1;
}

.FindAsYouType__FindAsYouType___3jjV1 > button {
	width: 100%;
	text-transform: none;
}

.FindAsYouType__FindAsYouType___3jjV1 > button > .FindAsYouType__value___1K-wh,
.FindAsYouType__FindAsYouType___3jjV1 > button > .FindAsYouType__placeholder___jL5w2 {
	margin: 0 16px 0 0;
	flex: 1;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.FindAsYouType__FindAsYouType___3jjV1 > button > .FindAsYouType__value___1K-wh.FindAsYouType__wrap___35z4c {
	white-space: normal;
}

.FindAsYouType__FindAsYouType___3jjV1 > button > .FindAsYouType__placeholder___jL5w2 {
	opacity: 0.5;
	font-weight: normal;
}

.FindAsYouType__type___Ae3Zz {
	text-transform: none;
	background: var(--person-colour, rbg(var(--theme-sel-bg-parts)));
	border-radius: 2px;
	padding: 2px;
	margin: 0 1ex 0 0;
	min-width: 2ex;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.7);
}

.FindAsYouType__type___Ae3Zz.FindAsYouType__student___JEuZc {
	--person-colour: #4db848;
}
.FindAsYouType__type___Ae3Zz.FindAsYouType__staff___2JUww {
	--person-colour: #00aeef;
}
.FindAsYouType__type___Ae3Zz.FindAsYouType__contact___23o4w {
	--person-colour: #f36f21;
}
.FindAsYouType__type___Ae3Zz.FindAsYouType__tutor___1Mxis {
	--person-colour: #7b5aa6;
}

.FindAsYouType__meta___2NTQ_ {
	display: inline-flex;
	text-transform: none;
	background: var(--theme-offset-bg);
	border-radius: 2px;
	justify-content: space-between;
	align-self: center;
	overflow: hidden;
}

.FindAsYouType__meta___2NTQ_ > .FindAsYouType__house___29N0y,
.FindAsYouType__meta___2NTQ_ > .FindAsYouType__rollgroup___2AEr6,
.FindAsYouType__meta___2NTQ_ > .FindAsYouType__schoolyear___FAOI7,
.FindAsYouType__meta___2NTQ_ > .FindAsYouType__campus___1YAgA,
.FindAsYouType__meta___2NTQ_ > .FindAsYouType__boarder___3RCdf {
	padding: 4px;
	text-overflow: ellipsis;
	max-width: 48px;
	overflow: hidden;
}

.FindAsYouType__meta___2NTQ_ > div + div {
	border-left: 1px solid var(--theme-offset-bg);
}

@-webkit-keyframes FindAsYouType__panel-appear___2-29q {
	0% {
		opacity: 0;
		-webkit-transform: scaleY(0.8);
		        transform: scaleY(0.8);
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes FindAsYouType__panel-appear___2-29q {
	0% {
		opacity: 0;
		-webkit-transform: scaleY(0.8);
		        transform: scaleY(0.8);
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: none;
		        transform: none;
	}
}

.FindAsYouType__panel___1hRX5 {
	display: flex;
	min-width: 256px;
	flex-direction: column;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	background: rgb(var(--theme-bg-parts));
	-webkit-animation-name: FindAsYouType__panel-appear___2-29q;
	        animation-name: FindAsYouType__panel-appear___2-29q;
	-webkit-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-transform-origin: top;
	        transform-origin: top;
	z-index: 10;
	overflow: hidden;
}

.FindAsYouType__panel___1hRX5 > input {
	margin: 4px;
	width: auto;
	font-size: var(--small-text);
	font-weight: bold;
	color: inherit;
}

.FindAsYouType__panel___1hRX5 > ol {
	overflow-y: auto;
	overflow-x: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	color: rgba(var(--theme-fg-parts), 0.8);
	max-height: 320px; /* Note overriden in JS */
	position: relative;
}

.FindAsYouType__panel___1hRX5 > ol > .FindAsYouType__pointer___oFh1C {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px; /* Note overriden in JS */
	width: 4px;
	background: rgb(var(--theme-sel-bg-parts));
}

.FindAsYouType__panel___1hRX5 > ol > li {
	display: flex;
	align-items: center;
	padding: 8px;
	cursor: pointer;
	border-bottom: 1px solid rgba(var(--theme-fg-parts), 0.1);
	height: 32px; /* Note overriden in JS */
	box-sizing: border-box;
}

.FindAsYouType__panel___1hRX5 > ol > li:hover {
	background: var(--theme-offset-bg);
}

.FindAsYouType__panel___1hRX5 > ol > li[data-colourBar='negative'] {
	box-shadow: inset 4px 0 #f44336;
}

.FindAsYouType__panel___1hRX5 > ol > li[data-colourBar='positive'] {
	box-shadow: inset 4px 0 #4db848;
}

.FindAsYouType__panel___1hRX5 > ol > li > .FindAsYouType__value___1K-wh {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.FindAsYouType__panel___1hRX5 > ol > li > .FindAsYouType__meta___2NTQ_ {
	font-size: var(--small-text);
	font-weight: bold;
	white-space: nowrap;
}

.FindAsYouType__panel___1hRX5 > ol > li.FindAsYouType__empty___3rknm {
	opacity: 0.5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: var(--small);
	padding: 32px;
	text-align: center;
	height: auto;
	display: block;
}

.FindAsYouType__panel___1hRX5 > ol > li + li.FindAsYouType__empty___3rknm {
	display: none;
}

.FindAsYouType__panel___1hRX5 > ol > li.FindAsYouType__empty___3rknm:hover {
	background: none;
	cursor: default;
}

.FindAsYouType__panel___1hRX5 > ol > li > svg {
	padding-right: 4px;
}

.FindAsYouType__panel___1hRX5 .FindAsYouType__search___2AzxJ {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Input__Input___3RSTI {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex: 1;
	box-sizing: border-box;
}

.Input__Input___3RSTI > input {
	color: rgb(var(--theme-fg-parts));
	background: rgb(var(--theme-bg-parts));
	border-radius: 4px;
	border: 1px solid var(--theme-offset-bg);
	padding: 8px;
	flex: 1;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.Input__Input___3RSTI > input:focus {
	border: 1px solid rgb(var(--theme-sel-bg-parts));
	outline: none;
}

.Input__Input___3RSTI > input[disabled] {
	opacity: 0.5;
}

.Input__Input___3RSTI > input:invalid {
	box-shadow: inset 0 0 2px 1px var(--orange);
}

.Input__Input___3RSTI > input::-webkit-input-placeholder {
	color: rgba(var(--theme-fg-parts), 0.5);
}

.Input__Input___3RSTI > input:-ms-input-placeholder {
	color: rgba(var(--theme-fg-parts), 0.5);
}

.Input__Input___3RSTI > input::-ms-input-placeholder {
	color: rgba(var(--theme-fg-parts), 0.5);
}

.Input__Input___3RSTI > input::placeholder {
	color: rgba(var(--theme-fg-parts), 0.5);
}

input[type='search'] {
	-webkit-appearance: textfield;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Empty__Empty___2F6rn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
	flex: 1;
	-webkit-animation-name: Empty__empty-shown___3IWiT;
	        animation-name: Empty__empty-shown___3IWiT;
	-webkit-animation-duration: 600ms;
	        animation-duration: 600ms;
}

.Empty__Empty___2F6rn > svg {
	width: 64px;
	height: 64px;
	opacity: 0.5;
}

.Empty__Empty___2F6rn > .Empty__title___4bnvJ {
	font-size: var(--large-text);
	margin: 16px 0 0;
}

.Empty__Empty___2F6rn > .Empty__message___3jzzn {
	margin: 16px 0;
}

@-webkit-keyframes Empty__empty-shown___3IWiT {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes Empty__empty-shown___3IWiT {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media print {
	.Empty__Empty___2F6rn {
		display: block !important;
	}
}
.Expand__Expand___1_Hln {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--theme-bg-offset);
	background: rgb(var(--theme-bg-parts));
	overflow: hidden;
	max-height: 50vh;
}

.Expand__Expand___1_Hln + .Expand__Expand___1_Hln {
	border-top: none;
}

.Expand__header___bkqK2 {
	background: rgba(var(--theme-fg-parts), 0.02);
	text-transform: uppercase;
	color: rgba(var(--theme-fg-parts), 0.5);
	font-weight: bold;
	display: flex;
	align-items: center;
	cursor: pointer;
	flex-shrink: 0;
}

.Expand__header___bkqK2 button {
	align-self: stretch;
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.Expand__compact___W9qmI .Expand__header___bkqK2 button {
	height: auto;
	min-height: 24px;
}

.Expand__open___1i60y .Expand__header___bkqK2 {
	background: var(--theme-offset-bg);
	border-bottom: 1px solid var(--theme-offset-bg);
}

.Expand__header___bkqK2 > button > svg {
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.Expand__open___1i60y .Expand__header___bkqK2 > button > svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.Expand__header___bkqK2 > .Expand__title___201b9 {
	flex: 1;
	padding: 4px 8px;
}

.Expand__content___1hLai {
	overflow: auto;
	padding: 8px;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.FancyCheckbox__FancyCheckbox___37A9I {
	display: flex;
	align-items: center;
	--size: 24px;
	--pop: -2px;
	padding: calc(var(--pop) * -1);
	cursor: pointer;
	flex: 1;
}

.FancyCheckbox__FancyCheckbox___37A9I > .FancyCheckbox__label___1c1tz {
	flex: 1;
	cursor: pointer;
}

.FancyCheckbox__FancyCheckbox___37A9I.FancyCheckbox__disabled___Foeit > .FancyCheckbox__label___1c1tz {
	flex: 1;
	cursor: default;
}

.FancyCheckbox__FancyCheckbox___37A9I > .FancyCheckbox__wrapper___3WyJU {
	--active-colour: rgba(var(--theme-sel-bg-parts), 0.5);
	width: calc(var(--size) * 2 - var(--pop) * 2);
	height: calc(var(--size) - var(--pop) * 2);
	box-sizing: border-box;
	border-radius: var(--size);
	background-color: rgba(var(--theme-fg-parts), 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: all 0.2s;
	display: inline-block;
	position: relative;
	margin: var(--pop);
	overflow: hidden;
}

.FancyCheckbox__FancyCheckbox___37A9I:focus-within > .FancyCheckbox__wrapper___3WyJU {
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2),
		0 0 0 1px var(--theme-sel-bg-parts, var(--blue));
}

.FancyCheckbox__FancyCheckbox___37A9I:focus > .FancyCheckbox__wrapper___3WyJU {
	outline: none;
}

.FancyCheckbox__FancyCheckbox___37A9I.FancyCheckbox__checked___31gpu > .FancyCheckbox__wrapper___3WyJU {
	background-color: var(--active-colour);
}

.FancyCheckbox__FancyCheckbox___37A9I.FancyCheckbox__disabled___Foeit {
	opacity: 0.5;
	cursor: default;
}

.FancyCheckbox__FancyCheckbox___37A9I > .FancyCheckbox__unchecked___2Pcsu {
	opacity: 0.5;
}

.FancyCheckbox__FancyCheckbox___37A9I > .FancyCheckbox__wrapper___3WyJU > input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.FancyCheckbox__FancyCheckbox___37A9I > .FancyCheckbox__wrapper___3WyJU > .FancyCheckbox__activeText___3xVpE {
	pointer-events: none;
	text-transform: uppercase;
	color: rgba(var(--theme-sel-fg-parts), 0.8);
	font-weight: bold;
	position: absolute;
	top: 0;
	right: calc(var(--size) - 2px);
	bottom: 0;
	left: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	transition: all 0.2s;
}

.FancyCheckbox__FancyCheckbox___37A9I.FancyCheckbox__checked___31gpu > .FancyCheckbox__wrapper___3WyJU > .FancyCheckbox__activeText___3xVpE {
	opacity: 1;
	-webkit-transform: none;
	        transform: none;
}

.FancyCheckbox__FancyCheckbox___37A9I > .FancyCheckbox__wrapper___3WyJU::after {
	content: '';
	position: absolute;
	top: calc(var(--pop) * -1);
	left: calc(var(--pop) * -1);
	border-radius: 100%;
	width: var(--size);
	height: var(--size);
	background: rgb(var(--theme-sel-bg-parts));
	transition: all 0.2s;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 -1px 4px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border: 2px solid transparent;
}

.FancyCheckbox__FancyCheckbox___37A9I.FancyCheckbox__checked___31gpu > .FancyCheckbox__wrapper___3WyJU::after {
	-webkit-transform: translateX(var(--size));
	        transform: translateX(var(--size));
}

.FancyCheckbox__FancyCheckbox___37A9I:focus-within > .FancyCheckbox__wrapper___3WyJU::after {
	opacity: 0.8;
}
.FavouriteButton__FavouriteButton___3Ar60 {
	padding: 8px;
	transition: background 0.3s;
}

.FavouriteButton__FavouriteButton___3Ar60 > svg {
	width: 16px;
	-webkit-transform-origin: center;
	        transform-origin: center;
}

@-webkit-keyframes FavouriteButton__💓___3bMJL {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	10% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
		opacity: 0.8;
	}
	20% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	30% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
		opacity: 0.8;
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes FavouriteButton__💓___3bMJL {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	10% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
		opacity: 0.8;
	}
	20% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	30% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
		opacity: 0.8;
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

.FavouriteButton__FavouriteButton___3Ar60.FavouriteButton__favourited___241kD > svg {
	-webkit-animation-name: FavouriteButton__💓___3bMJL;
	        animation-name: FavouriteButton__💓___3bMJL;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-iteration-count: 2;
	        animation-iteration-count: 2;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.GradeDistribution__GradeDistribution___1crpO {
	list-style: none;
	padding: 16px 8px;
	margin: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;

	--accent-colour: var(--container-accent, rgb(var(--theme-sel-bg-parts)));
	--accent-contrast: var(
		--container-accent-contrast,
		rgb(var(--theme-sel-fg-parts))
	);
}

.GradeDistribution__GradeDistribution___1crpO > li {
	height: 128px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	max-width: 64px;
	margin: 0 8px;
}

.GradeDistribution__GradeDistribution___1crpO > li > .GradeDistribution__container___Y0n0b {
	flex: 1;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 0 8px;
}

.GradeDistribution__GradeDistribution___1crpO > li > .GradeDistribution__container___Y0n0b > .GradeDistribution__fill___3kvWF {
	background: var(--accent-colour);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: var(--size);
	border-radius: 2px;
	box-sizing: border-box;
}

.GradeDistribution__GradeDistribution___1crpO > li:not(.GradeDistribution__achieved___2Wr_M) > .GradeDistribution__container___Y0n0b > .GradeDistribution__fill___3kvWF {
	opacity: 0.2;
}

.GradeDistribution__GradeDistribution___1crpO > li > .GradeDistribution__grade___1LJlA {
	--accent-colour: rgb(var(--container-accent-parts));
	--accent-contrast: rgb(var(--container-accent-contrast-parts));
}

@media (max-width: 800px) {
	.GradeDistribution__GradeDistribution___1crpO {
		flex-direction: column;
		align-items: flex-start;
	}

	.GradeDistribution__GradeDistribution___1crpO > li {
		flex-direction: row-reverse;
		max-width: none;
		width: 100%;
		margin: 0 0 16px;
		height: 64px;
	}

	.GradeDistribution__GradeDistribution___1crpO > li > .GradeDistribution__container___Y0n0b {
		height: 100%;
		margin: 0 0 0 8px;
	}

	.GradeDistribution__GradeDistribution___1crpO > li > .GradeDistribution__container___Y0n0b > .GradeDistribution__fill___3kvWF {
		width: var(--size);
		height: 100%;
	}
}

.GradeDistribution__GradeDistribution___1crpO.GradeDistribution__vertical___GbsMQ {
	flex-direction: column;
	align-items: flex-start;
}

.GradeDistribution__GradeDistribution___1crpO.GradeDistribution__vertical___GbsMQ > li {
	flex-direction: row-reverse;
	max-width: none;
	width: 100%;
	margin: 0 0 16px;
	height: 64px;
}

.GradeDistribution__GradeDistribution___1crpO.GradeDistribution__vertical___GbsMQ > li > .GradeDistribution__container___Y0n0b {
	margin: 0 0 0 8px;
}

.GradeDistribution__GradeDistribution___1crpO.GradeDistribution__vertical___GbsMQ > li > .GradeDistribution__container___Y0n0b > .GradeDistribution__fill___3kvWF {
	width: var(--size);
	height: 100%;
}
.MediaRecorder__MediaRecorder___2c2_M {
	background: rgb(var(--theme-bg-parts));
	max-width: 640px;
	margin: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.MediaRecorder__MediaRecorder___2c2_M.MediaRecorder__noMedia___1Whle {
	display: none;
}

.MediaRecorder__searching___3LBCR {
	padding: 32px;
}

.MediaRecorder__preview___1hQqY {
	min-height: 200px;
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.MediaRecorder__preview___1hQqY .MediaRecorder__recording___3Z-W0,
.MediaRecorder__preview___1hQqY .MediaRecorder__ready___6kdd6 {
	margin: auto;
	font-size: var(--huge-text);
	font-weight: bold;
}

.MediaRecorder__preview___1hQqY .MediaRecorder__ready___6kdd6 {
	opacity: 0.1;
}

.MediaRecorder__preview___1hQqY audio {
	margin: auto;
}

.MediaRecorder__preview___1hQqY video {
	margin: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.MediaRecorder__preview___1hQqY .MediaRecorder__buffer___3iy87 {
	height: 4px;
	width: 100%;
	background: var(--theme-offset-bg-more);
}

@-webkit-keyframes MediaRecorder__pulse___1StTj {
	to {
		opacity: 0.2;
	}
}

@keyframes MediaRecorder__pulse___1StTj {
	to {
		opacity: 0.2;
	}
}

.MediaRecorder__preview___1hQqY .MediaRecorder__buffer___3iy87 .MediaRecorder__progress___OKAab {
	height: 100%;
	width: 100%;
	background: rgb(var(--theme-sel-bg-parts));
	-webkit-transform-origin: left;
	        transform-origin: left;
	transition: -webkit-transform 0.5s linear;
	transition: transform 0.5s linear;
	transition: transform 0.5s linear, -webkit-transform 0.5s linear;
	-webkit-animation-name: MediaRecorder__pulse___1StTj;
	        animation-name: MediaRecorder__pulse___1StTj;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

.MediaRecorder__preview___1hQqY .MediaRecorder__buffer___3iy87.MediaRecorder__warning___s1aHt .MediaRecorder__progress___OKAab {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}

.MediaRecorder__preview___1hQqY .MediaRecorder__buffer___3iy87.MediaRecorder__warning___s1aHt.MediaRecorder__dire___2LjBy .MediaRecorder__progress___OKAab {
	-webkit-animation-duration: 0.25s;
	        animation-duration: 0.25s;
}

.MediaRecorder__actions___3Jjvp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--theme-offset-bg);
	padding: 8px;
}

.MediaRecorder__actions___3Jjvp .MediaRecorder__mode___1FSgJ {
	font-size: var(--small-text);
}

.MediaRecorder__actions___3Jjvp .MediaRecorder__record___3ZRPf {
	--size: 64px;
	position: absolute;
	right: 8px;
	bottom: 64px;
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
}

.MediaRecorder__actions___3Jjvp .MediaRecorder__record___3ZRPf svg {
	width: 24px;
	height: 24px;
}

.MediaRecorder__actions___3Jjvp .MediaRecorder__finalisation___EMnMn {
	display: flex;
}

.MediaRecorder__finalisation___EMnMn .MediaRecorder__download___2oM1j {
	margin: 0 8px;
}

.MediaRecorder__finalisation___EMnMn .MediaRecorder__reset___1GlrT svg,
.MediaRecorder__finalisation___EMnMn .MediaRecorder__download___2oM1j svg,
.MediaRecorder__finalisation___EMnMn .MediaRecorder__accept___25s9Z svg {
	width: 16px;
	height: 16px;
}

.MediaRecorder__finalisation___EMnMn .MediaRecorder__accept___25s9Z:not([disabled]) {
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.PillBox__PillBox___3GjAk {
	display: inline-flex;
	align-items: stretch;
}

.PillBox__PillBox___3GjAk > button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 0;
}

.PillBox__PillBox___3GjAk > button:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.PillBox__PillBox___3GjAk > button:not(:first-child) {
	border-left: none;
}

.PillBox__PillBox___3GjAk > button:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.PillBox__PillBox___3GjAk > button.PillBox__active___3Qpi9 {
	background: rgb(var(--theme-sel-bg-parts));
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.1),
		4px,
		transparent
	);
	color: rgb(var(--theme-sel-fg-parts));
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Spinner__Spinner___CStEb {
	position: relative;
	width: 100%;
	min-height: 32px;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Spinner__Spinner___CStEb > svg {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
}

@-webkit-keyframes Spinner__progress-q___1Nnh0 {
	from {
		stroke-dashoffset: 140;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes Spinner__progress-q___1Nnh0 {
	from {
		stroke-dashoffset: 140;
	}
	to {
		stroke-dashoffset: 0;
	}
}

.Spinner__Spinner___CStEb > svg > path {
	stroke-width: 1px;
	stroke: rgb(var(--theme-fg-parts));
	stroke-dasharray: 70;
	stroke-linecap: round;
	fill: transparent;

	-webkit-animation-name: Spinner__progress-q___1Nnh0;

	        animation-name: Spinner__progress-q___1Nnh0;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}
/*
 * Copyright (c) EHG 2020
 */

.MultiSelect__MultiSelect___14ejS {
	background: rgb(var(--theme-bg-parts));
	border-radius: 4px;
	border: 1px solid var(--theme-offset-bg);
	flex: 1;
	max-height: 256px;
}

.MultiSelect__MultiSelect___14ejS .MultiSelect__input___1tFMC > input {
	border: none;
}

.MultiSelect__MultiSelect___14ejS .MultiSelect__footer___2HuYD {
	background: var(--theme-offset-bg);
	padding: 0 !important;
	justify-content: left !important;
	align-items: center !important;
}

.MultiSelect__MultiSelect___14ejS .MultiSelect__footer___2HuYD > .MultiSelect__label___3EPOl {
	flex: 1;
	font-size: var(--small-text);
	font-style: italic;
	margin: 8px;
}

.MultiSelect__MultiSelect___14ejS .MultiSelect__footer___2HuYD > .MultiSelect__button___3xHZ9 {
	padding: 4px 16px;
	margin: 4px;
}
.SelectionList__SelectionList___1SVhQ {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.SelectionList__SelectionList___1SVhQ > .SelectionList__header___3X9cm {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid var(--theme-offset-bg);
}

.SelectionList__SelectionList___1SVhQ > .SelectionList__footer___1A793 {
	display: flex;
	align-items: stretch;
	border-top: 1px solid var(--theme-offset-bg);
	padding: 8px;
	justify-content: space-evenly;
}

.SelectionList__SelectionList___1SVhQ > .SelectionList__list___2T0BL {
	flex: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: auto;
	display: flex;
	flex-direction: column;
}

.SelectionList__SelectionListItem___uabth {
	position: relative;
	border-bottom: 1px solid var(--theme-offset-bg);
	padding: 8px 16px;
	cursor: pointer;
	transition: background 0.1s;
	word-break: break-word;
}

.SelectionList__SelectionListItem___uabth:hover {
	background-color: var(--theme-offset-bg);
}

.SelectionList__SelectionListItem___uabth.SelectionList__selected___3YK26 {
	background-color: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
}

.SelectionList__SelectionListItem___uabth > .SelectionList__title___dRvX4 {
	font-size: var(--large-text);
	overflow-wrap: break-word;
	padding-right: 24px;
}

.SelectionList__SelectionListItem___uabth > .SelectionList__marker___45W3s {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 8px solid transparent;
	pointer-events: none;
}

.SelectionList__SelectionListItem___uabth > .SelectionList__action___2WZwa {
	position: absolute;
	top: 8px;
	right: 8px;
	color: inherit;
}

.SelectionList__SelectionListItem___uabth > .SelectionList__action___2WZwa[disabled] {
}

.SelectionList__SelectionListItem___uabth > .SelectionList__action___2WZwa > svg {
	width: 16px;
	height: 16px;
}

.SelectionList__SelectionListItem___uabth.SelectionList__dirty___RAVkN {
	font-style: italic;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.SplitButton__SplitButton___3Gz2K {
	display: flex;
	align-items: stretch;
	--radius: 24px;
}

.SplitButton__SplitButton___3Gz2K > button:enabled,
.SplitButton__SplitButton___3Gz2K > button[disabled] {
	background: rgba(var(--theme-fg-parts), 0.1);
	padding: 4px;
	min-width: 24px;
	margin: 0;
	border: none;
	border-radius: var(--radius) 0 0 var(--radius);
	padding-right: 0;
	flex: 2;
}

.SplitButton__SplitButton___3Gz2K > .SplitButton__menu___1ylMj {
	flex: 1;
	display: flex;
}

.SplitButton__SplitButton___3Gz2K > .SplitButton__menu___1ylMj > button {
	background: rgba(var(--theme-fg-parts), 0.25);
	padding: 4px 4px 4px 0;
	min-width: 24px;
	border: none;
	margin: 0;
	border-radius: 0 var(--radius) var(--radius) 0;
	flex: 1;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.SidebarPage__SidebarPage___4pd4H {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;

	padding: 0;
	transition: padding 0s 0.2s;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-left___aBkjI {
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-right___BTv4U {
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__collapsed___L4reI {
	padding: 0;
	transition: padding 0s;
}

.SidebarPage__SidebarPage___4pd4H > .SidebarPage__sidebar___1YcO- {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: visible;
	width: 256px;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	display: flex;
	flex-direction: column;
	background: rgb(var(--theme-bg-parts));
	z-index: 2;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__collapsed___L4reI > .SidebarPage__sidebar___1YcO- {
	-webkit-transform: translateX(-256px);
	        transform: translateX(-256px);
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-right___BTv4U > .SidebarPage__sidebar___1YcO- {
	left: auto;
	right: 0;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-right___BTv4U.SidebarPage__collapsed___L4reI > .SidebarPage__sidebar___1YcO- {
	-webkit-transform: translateX(256px);
	        transform: translateX(256px);
}

/* 50% wide sidebar */
.SidebarPage__SidebarPage___4pd4H.SidebarPage__half___v8mRc > .SidebarPage__sidebar___1YcO- {
	width: 50%;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__half___v8mRc.SidebarPage__collapsed___L4reI > .SidebarPage__sidebar___1YcO- {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__half___v8mRc.SidebarPage__sidebar-right___BTv4U.SidebarPage__collapsed___L4reI > .SidebarPage__sidebar___1YcO- {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.SidebarPage__SidebarPage___4pd4H > .SidebarPage__main___2grS9 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__fixedWidth___1U6Oe > .SidebarPage__main___2grS9 {
	position: absolute;
	left: 256px;
	width: calc(100% - 256px);
	box-sizing: border-box;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__fixedWidth___1U6Oe.SidebarPage__collapsed___L4reI > .SidebarPage__main___2grS9 {
	left: 0;
	width: 100%;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__fixedWidth___1U6Oe.SidebarPage__sidebar-right___BTv4U > .SidebarPage__main___2grS9 {
	left: 0;
	right: 256px;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__fixedWidth___1U6Oe.SidebarPage__sidebar-right___BTv4U.SidebarPage__collapsed___L4reI > .SidebarPage__main___2grS9 {
	right: 0;
}

.SidebarPage__SidebarPage___4pd4H > .SidebarPage__separator___1UZr6 {
	width: 6px;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent);
	background: linear-gradient(to left, rgba(0, 0, 0, 0.4), 30%, transparent);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 256px;
	transition: left 0.2s, right 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, left 0.2s, right 0.2s;
	transition: transform 0.2s, left 0.2s, right 0.2s, -webkit-transform 0.2s;
	z-index: 2;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-left___aBkjI > .SidebarPage__separator___1UZr6 {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.4), 30%, transparent);
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__collapsed___L4reI > .SidebarPage__separator___1UZr6 {
	-webkit-transform: translateX(-256px);
	        transform: translateX(-256px);
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__half___v8mRc > .SidebarPage__separator___1UZr6 {
	left: 50%;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__half___v8mRc.SidebarPage__collapsed___L4reI > .SidebarPage__separator___1UZr6 {
	left: 256px;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-right___BTv4U > .SidebarPage__separator___1UZr6 {
	left: auto;
	right: 256px;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-right___BTv4U.SidebarPage__collapsed___L4reI > .SidebarPage__separator___1UZr6 {
	-webkit-transform: translateX(256px);
	        transform: translateX(256px);
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__half___v8mRc.SidebarPage__sidebar-right___BTv4U > .SidebarPage__separator___1UZr6 {
	right: 50%;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__half___v8mRc.SidebarPage__sidebar-right___BTv4U.SidebarPage__collapsed___L4reI > .SidebarPage__separator___1UZr6 {
	right: 0;
	left: auto;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.SidebarPage__SidebarPage___4pd4H > .SidebarPage__separator___1UZr6 > .SidebarPage__toggle___AxdXt {
	--size: 32px;
	background: var(--theme-button-bg);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--size);
	height: var(--size);
	border-radius: 100%;
	position: absolute;
	top: 8px;
	left: -12px;
	z-index: 1;
	border: none;
	transition: left 0.2s 0.4s, border-radius 0.2s 0.4s;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__collapsed___L4reI > .SidebarPage__separator___1UZr6 > .SidebarPage__toggle___AxdXt {
	left: 0;
	border-radius: 0 100% 100% 0;
	transition: left 0.2s 0.4s, border-radius 0.2s;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-right___BTv4U.SidebarPage__collapsed___L4reI > .SidebarPage__separator___1UZr6 > .SidebarPage__toggle___AxdXt {
	left: -32px;
	border-radius: 100% 0 0 100%;
}

.SidebarPage__SidebarPage___4pd4H > .SidebarPage__separator___1UZr6 > .SidebarPage__toggle___AxdXt > svg {
	transition: -webkit-transform 0.2s 0.4s;
	transition: transform 0.2s 0.4s;
	transition: transform 0.2s 0.4s, -webkit-transform 0.2s 0.4s;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__collapsed___L4reI > .SidebarPage__separator___1UZr6 > .SidebarPage__toggle___AxdXt > svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-right___BTv4U > .SidebarPage__separator___1UZr6 > label {
	position: absolute;
	height: 32px;
	width: 64px;
	left: -58px;
	top: 8px;
	box-sizing: border-box;
	padding: 8px;
	text-align: center;
	background: var(--theme-button-bg);
	color: var(--theme-button-fg);
	text-overflow: ellipsis;
	transition: left 0.2s 0.4s;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-right___BTv4U.SidebarPage__collapsed___L4reI > .SidebarPage__separator___1UZr6 > .SidebarPage__toggle___AxdXt.SidebarPage__toggleWithText___3SrFF {
	left: -90px;
}

.SidebarPage__SidebarPage___4pd4H.SidebarPage__sidebar-right___BTv4U > .SidebarPage__separator___1UZr6 > .SidebarPage__toggle___AxdXt.SidebarPage__toggleWithText___3SrFF {
	box-shadow: none !important;
	border-radius: 100% 0 0 100%;
	left: -90px;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Navigator__Navigator___1dfCR {
	max-height: 33px;
	display: flex;
	align-items: stretch;
	margin: 8px;
	width: calc(100% - 16px);
}

@media (max-height: 800px) {
	.Navigator__Navigator___1dfCR {
		max-height: 32px;
		margin: 4px;
	}
}

.Navigator__Navigator___1dfCR > button:first-child,
.Navigator__Navigator___1dfCR > button:last-child {
	border-radius: 32px;
	padding: 4px;
	width: 36px;
	align-items: center;
	justify-content: center;
}

.Navigator__Navigator___1dfCR > button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0;
}

.Navigator__Navigator___1dfCR > button:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
	margin: 0;
}

.Navigator__Navigator___1dfCR > .Navigator__picker___2Z8zX {
	background: none;
	display: flex;
	align-items: stretch;
}

.Navigator__Navigator___1dfCR > .Navigator__picker___2Z8zX > button {
	border-radius: 0;
	margin: 0;
	border-left: none;
	padding: 8px 24px;
}

.Navigator__Navigator___1dfCR > .Navigator__avatarContainer___21jqY {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid
		var(--button-border-color, rgba(var(--theme-fg-parts), 0.1));
	border-bottom: 1px solid
		var(--button-border-color, rgba(var(--theme-fg-parts), 0.1));
	border-top-color: var(
		--button-border-color,
		rgba(var(--theme-fg-parts), 0.1)
	); /* Workaround for Safari bug -- https://codepen.io/finnhvman/post/theming-with-css-variables-in-rgba#browser-support-4 */
	border-bottom-color: var(
		--button-border-color,
		rgba(var(--theme-fg-parts), 0.1)
	); /* Workaround for Safari bug -- https://codepen.io/finnhvman/post/theming-with-css-variables-in-rgba#browser-support-4 */
	width: 64px;
	position: relative;
}

.Navigator__Navigator___1dfCR > .Navigator__avatarContainer___21jqY > div {
	position: absolute;
}

.Navigator__Navigator___1dfCR > .Navigator__avatarContainer___21jqY > .Navigator__avatar___3xW02 {
	align-self: center;
	flex-shrink: 0;
}

.Navigator__Navigator___1dfCR > .Navigator__holdMenu___1vczi {
	display: flex;
}

.Navigator__Navigator___1dfCR > .Navigator__holdMenu___1vczi > button {
	border-left: none;
	border-radius: 0;
	padding: 4px 8px;
	margin: 0;
}

.Navigator__Navigator___1dfCR > .Navigator__holdMenu___1vczi > button > span {
	display: none;
}
.NotificationList__NotificationList___1xxC- {
	text-shadow: none;
}

.NotificationList__NotificationList___1xxC- > ol {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 50vh;
	overflow: auto;
}

.NotificationList__NotificationList___1xxC- > ol > li {
	border-top: 1px solid var(--theme-offset-bg);
	overflow: hidden;
}

.NotificationList__NotificationList___1xxC- > ol > li:hover {
	background: var(--theme-offset-bg);
}

.NotificationList__NotificationList___1xxC- > ol > li.NotificationList__read___d66Wi {
	opacity: 0.2;
}

.NotificationList__NotificationList___1xxC- > ol > li.NotificationList__unread___1xPjl {
	box-shadow: inset 8px 0 0 var(--yellow);
}

.NotificationList__NotificationList___1xxC- > ol > li.NotificationList__failed___vDvX_ {
	color: var(--orange);
}

.NotificationList__NotificationList___1xxC- > ol > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 0;
}

.NotificationList__NotificationList___1xxC- > ol > li > a:hover {
	background: none;
}

.NotificationList__NotificationList___1xxC- > ol.NotificationList__exiting___3Fwqd {
	height: 0;
}

.NotificationList__notification___-aXX4 {
	display: flex;
	align-items: flex-start;
	padding: 8px 8px 8px 16px;
	-webkit-animation-name: NotificationList__notification-entering___2kLgL;
	        animation-name: NotificationList__notification-entering___2kLgL;
	-webkit-animation-duration: 300ms;
	        animation-duration: 300ms;
}

.NotificationList__notification___-aXX4 > svg {
	opacity: 0.5;
}

.NotificationList__notification___-aXX4 > .NotificationList__details___1mAPc {
	flex: 1;
	margin: 0 8px;
}

.NotificationList__notification___-aXX4 > .NotificationList__details___1mAPc > .NotificationList__title___p8MmQ {
	font-weight: bold;
}

.NotificationList__notification___-aXX4 > .NotificationList__details___1mAPc > .NotificationList__description___34F2N {
}

.NotificationList__notification___-aXX4 > .NotificationList__details___1mAPc > .NotificationList__date___19ZxN {
	opacity: 0.5;
	font-size: var(--small-text);
}

.NotificationList__notification___-aXX4 > button > svg {
	width: 16px;
}

li.NotificationList__exiting___3Fwqd .NotificationList__notification___-aXX4 {
	-webkit-animation-name: NotificationList__notification-exiting___1yid8;
	        animation-name: NotificationList__notification-exiting___1yid8;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
}

@-webkit-keyframes NotificationList__notification-entering___2kLgL {
	0% {
		opacity: 0;
		-webkit-transform: translateX(300px);
		        transform: translateX(300px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes NotificationList__notification-entering___2kLgL {
	0% {
		opacity: 0;
		-webkit-transform: translateX(300px);
		        transform: translateX(300px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@-webkit-keyframes NotificationList__notification-exiting___1yid8 {
	0% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(300px);
		        transform: translateX(300px);
	}
}

@keyframes NotificationList__notification-exiting___1yid8 {
	0% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(300px);
		        transform: translateX(300px);
	}
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2018.
 *  
 * Created by huili on 2018-08-01
 */

.PopupDialog__PopupDialog___3PbX8 {
	z-index: 10;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-animation-name: PopupDialog__dialog-appear___3oefW;
	        animation-name: PopupDialog__dialog-appear___3oefW;
	-webkit-animation-duration: 0.4s;
	        animation-duration: 0.4s;
}

.PopupDialog__PopupDialog___3PbX8.PopupDialog__hide___2EYIw {
	-webkit-animation-name: PopupDialog__dialog-disappear___2DJkh;
	        animation-name: PopupDialog__dialog-disappear___2DJkh;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
}

.PopupDialog__dialog___1YBTM {
	background: rgb(var(--theme-bg-parts));
	width: 500px;
	margin: 32px auto;
	border-radius: 4px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	transition: width 0.2s, height 0.2s;
	max-height: calc(100vh - 64px);
}

.PopupDialog__dialog___1YBTM.PopupDialog__wide___BMiu4 {
	width: 1200px;
}

.PopupDialog__dialog___1YBTM.PopupDialog__full___1uWuC {
	width: calc(100% - 64px);
}

.PopupDialog__dialog___1YBTM.PopupDialog__tall___2lt5c {
	height: calc(100% - 64px);
}

.PopupDialog__dialog___1YBTM > .PopupDialog__header___4eCv_ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px;
	background: rgba(var(--theme-fg-parts), 0.04);
}

.PopupDialog__dialog___1YBTM > .PopupDialog__header___4eCv_ > .PopupDialog__title___1qMnu {
	flex: 1;
	font-size: var(--large-text);
	padding: 0 16px;
	justify-content: center;
	text-align: center;
}

.PopupDialog__dialog___1YBTM > .PopupDialog__header___4eCv_ > .PopupDialog__expander___1OPbe {
	margin: 0 8px 0 0;
	--size: 40px;
}

.PopupDialog__dialog___1YBTM > .PopupDialog__header___4eCv_ div > button:nth-child(2) {
	margin-left: 6px;
}

.PopupDialog__dialog___1YBTM > .PopupDialog__header___4eCv_ div {
	display: flex;
}

.PopupDialog__dialog___1YBTM > .PopupDialog__header___4eCv_ > .PopupDialog__alpha___1RXgO,
.PopupDialog__dialog___1YBTM > .PopupDialog__header___4eCv_ > .PopupDialog__beta___1eTVm {
	min-width: 48px;
}

.PopupDialog__dialog___1YBTM > .PopupDialog__content___1UmDA {
	flex: 1;
	width: 100%;
	min-height: 0;
	overflow: auto;
}

@-webkit-keyframes PopupDialog__dialog-appear___3oefW {
	0% {
		opacity: 0;
		-webkit-transform: translateY(108px);
		        transform: translateY(108px);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes PopupDialog__dialog-appear___3oefW {
	0% {
		opacity: 0;
		-webkit-transform: translateY(108px);
		        transform: translateY(108px);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@-webkit-keyframes PopupDialog__dialog-disappear___2DJkh {
	0% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(108px);
		        transform: translateY(108px);
	}
}

@keyframes PopupDialog__dialog-disappear___2DJkh {
	0% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(108px);
		        transform: translateY(108px);
	}
}

@media (max-width: 1264px) {
	.PopupDialog__dialog___1YBTM.PopupDialog__wide___BMiu4 {
		width: calc(100% - 64px);
	}
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.SimpleGrade__SimpleGrade___2rW3w {
	--size: 1.75em;
	--contrast-colour: var(
		--container-accent-contrast,
		rgb(var(--theme-sel-fg-parts))
	);
	--accent-colour: var(--container-accent, rgb(var(--theme-sel-bg-parts)));

	min-width: var(--size);
	max-width: calc(var(--size) * 2);
	padding: 0 4px;
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-colour);
	color: var(--contrast-colour);
	box-sizing: border-box;
	border-radius: 2px;
	font-weight: bold;
}

.SimpleGrade__SimpleGrade___2rW3w.SimpleGrade__accented___3iJkv {
	font-size: var(--large-text);
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.ResourceList__ResourceList___2z-c1 {
}

.ResourceList__ResourceItem___1mD8c.ResourceList__deleted___1SY8s {
	opacity: 0.5;
	cursor: default;
	font-style: italic;
}

.ResourceList__ResourceItem___1mD8c.ResourceList__deleted___1SY8s > *:not(.ResourceList__remove___3wwsN) {
	opacity: 0.5;
}

.ResourceList__ResourceItem___1mD8c.ResourceList__file___rqVE_ > .ResourceList__thumb___2a-5J {
	width: 32px;
	height: 32px;
	background-size: cover;
	background-position: center;
	border-radius: 2px;
}

.ResourceList__ResourceItem___1mD8c.ResourceList__file___rqVE_ > svg {
	padding: 4px;
}

.ResourceList__ResourceItem___1mD8c.ResourceList__file___rqVE_ > .ResourceList__filetype___1Kork {
	margin-left: 8px;
}

.ResourceList__ResourceItem___1mD8c.ResourceList__rightPadding___1t0Ul {
	padding-right: 40px;
}

.ResourceList__ResourceItem___1mD8c > .ResourceList__name___1vqXN {
	flex: 1;
	margin: 0 8px;
	word-break: break-word;
}

.ResourceList__ResourceItem___1mD8c > .ResourceList__name___1vqXN > .ResourceList__pending___2f7TM {
	margin-left: 8px;
	font-size: var(--small-text);
	opacity: 0.4;
	display: inline-block;
}

.ResourceList__ResourceItem___1mD8c.ResourceList__webLink___r18hI > .ResourceList__name___1vqXN,
.ResourceList__ResourceItem___1mD8c.ResourceList__text___1SEJi > .ResourceList__name___1vqXN {
	margin-left: 40px;
}

/******************************/
/* Resource List Insert Popup */
/******************************/

.ResourceList__ResourceListInsertPopup___1UfOH {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ResourceList__ResourceListInsertPopup___1UfOH > .ResourceList__textName___3LYpK {
	padding: 16px;
	border-bottom: 1px solid rgb(var(--theme-offset-bg-more));
	background: var(--theme-offset-bg);
	display: flex;
	width: 100%;
	box-sizing: border-box;
}

.ResourceList__ResourceListInsertPopup___1UfOH > .ResourceList__webLink___r18hI {
	display: flex;
	padding: 0 16px 16px;
	width: 100%;
	box-sizing: border-box;
}

.ResourceList__ResourceListInsertPopup___1UfOH > .ResourceList__textName___3LYpK > span,
.ResourceList__ResourceListInsertPopup___1UfOH > .ResourceList__webLink___r18hI > span {
	padding-right: 16px;
}

.ResourceList__ResourceListInsertPopup___1UfOH > .ResourceList__textName___3LYpK > label,
.ResourceList__ResourceListInsertPopup___1UfOH > .ResourceList__webLink___r18hI > label {
	flex: 1;
}

.ResourceList__ResourceListInsertPopup___1UfOH > .ResourceList__pillBox___3n-Xh {
	margin: 16px 0;
}

.ResourceList__ResourceListInsertPopup___1UfOH > .ResourceList__fileName___390aR {
	text-align: center;
	padding: 8px 0 16px;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.FileDropzone__FileDropzone___3-Wcm {
	border: 2px dashed transparent;
	margin: 8px;
	padding: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	background: rgba(var(--theme-bg-parts), 0.8);
	transition: background 0.3s, border 0.3s;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.FileDropzone__FileDropzone___3-Wcm > button {
	border: none;
}

.FileDropzone__FileDropzone___3-Wcm > .FileDropzone__dropzone___c-aNM {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: border 0.3s, color 0.3s;
}

.FileDropzone__FileDropzone___3-Wcm.FileDropzone__dragging___ufqij {
	border-color: var(--green);
	background: var(--green);
	background-image: linear-gradient(
		to top,
		rgba(var(--theme-bg-parts), 0.9),
		rgb(var(--theme-bg-parts), 0.9)
	);
}

.FileDropzone__FileDropzone___3-Wcm.FileDropzone__dragging___ufqij > .FileDropzone__dropzone___c-aNM {
	border-color: var(--green);
	color: var(--green);
	background: rgb(var(--theme-bg-parts));
}

.FileDropzone__FileDropzone___3-Wcm input.FileDropzone__hidden___3ZlEx {
	display: none;
}

.FileDropzone__FileDropzone___3-Wcm .FileDropzone__tip___1sFdG {
	margin: 16px 0 0;
}

.FileDropzone__FileDropzone___3-Wcm .FileDropzone__message___mah5A {
	margin: 4px 8px;
	font-size: var(--small-text);
	text-align: center;
}

.FileDropzone__FileDropzone___3-Wcm .FileDropzone__message___mah5A > h4 {
	margin: 2px 0;
}

.FileDropzone__FileDropzone___3-Wcm .FileDropzone__message___mah5A > div {
	margin: 2px 0;
	border-top: 1px solid var(--theme-offset-bg);
}

.FileDropzone__FileDropzone___3-Wcm .FileDropzone__message___mah5A.FileDropzone__filenames___QkcbG {
}

.FileDropzone__FileDropzone___3-Wcm .FileDropzone__message___mah5A.FileDropzone__errors___15-UX {
	color: var(--orange);
	font-weight: bold;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Rubric__Rubric___2AAKS {
	overflow-x: auto;
	border: 1px solid var(--theme-offset-bg-more);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: var(--theme-offset-bg);
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	border-bottom: 1px solid var(--theme-offset-bg-more);
	background: rgb(var(--theme-bg-parts));
	min-width: 100%;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y:last-child {
	border-bottom: none;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > li {
	display: flex;
	flex-direction: column;
	padding: 4px;
	box-sizing: border-box;
	flex-shrink: 0;
	max-height: 10rem;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > li {
	overflow: auto;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > .Rubric__meta___3il5f {
	background: var(--theme-offset-bg);
	width: 160px;
	flex-shrink: 0;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > .Rubric__meta___3il5f > .Rubric__label___2S79d {
	font-weight: bold;
	word-wrap: break-word;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > .Rubric__meta___3il5f > .Rubric__description___syOdW {
	margin: 4px 0;
	font-size: var(--small-text);
	word-wrap: break-word;
	opacity: 0.8;
	white-space: pre-wrap;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > .Rubric__meta___3il5f > .Rubric__weight___2aXC8 {
	font-size: var(--small-text);
	opacity: 0.5;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > .Rubric__descriptor___2zo2S {
	font-size: var(--small-text);
	flex: 1;
	position: relative;
	color: rgba(var(--theme-fg-parts), 0.8);
	border-left: 1px solid var(--theme-offset-bg);
	word-wrap: break-word;
	min-width: 128px;
	white-space: pre-wrap;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y.Rubric__editable___34N_- > .Rubric__descriptor___2zo2S {
	cursor: pointer;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y.Rubric__editable___34N_- > .Rubric__descriptor___2zo2S:hover {
	background: var(--theme-offset-bg);
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > .Rubric__descriptor___2zo2S.Rubric__selected___3TPcL,
.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > .Rubric__descriptor___2zo2S.Rubric__selected___3TPcL:hover {
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
	box-sizing: border-box;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > .Rubric__descriptor___2zo2S > .Rubric__points___22Ekc {
	position: absolute;
	right: 4px;
	bottom: 4px;
	opacity: 0.5;
	font-weight: bold;
	align-self: flex-end;
}

.Rubric__Rubric___2AAKS > .Rubric__line___JCC3Y > .Rubric__descriptor___2zo2S.Rubric__selected___3TPcL > .Rubric__points___22Ekc {
	opacity: 1;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.SectionedBar__SectionedBar___3YmzO {
	--size: 2em;
	height: var(--size);
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	border-radius: var(--size);
	overflow: hidden;
}

.SectionedBar__SectionedBar___3YmzO::after {
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: var(--size);
}

.SectionedBar__SectionedBar___3YmzO > li {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	border-bottom: none !important; /* yuk */
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 0 4px;
}

.SectionedBar__SectionedBar___3YmzO > li > span {
	flex: 1;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
}

.SectionedBar__SectionedBar___3YmzO > li:last-child {
	border-right: none;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.SentimentRating__SentimentRating___DiyMw {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*
 * Copyright (c) SEQTA Software 2019.
 *
 * Created by huili on 2019-07-12
 */

.Rating__Rating___3oevG {
	color: rgba(var(--theme-fg-parts), 0.2);
	cursor: pointer;
	transition: color 0.2s, -webkit-filter 0.2s, -webkit-transform 0.2s;
	transition: filter 0.2s, color 0.2s, transform 0.2s;
	transition: filter 0.2s, color 0.2s, transform 0.2s, -webkit-filter 0.2s, -webkit-transform 0.2s;
	padding: 0 8px;
	--selected-colour: var(
		--rating-accent-colour,
		rgb(var(--theme-sel-bg-parts))
	);
}

.Rating__Rating___3oevG.Rating__disabled___3tjmt {
	cursor: auto;
}

.Rating__Rating___3oevG.Rating__selected___2Iet- {
	color: var(--selected-colour);
	-webkit-transform: scale(1.5);
	        transform: scale(1.5);
}

.Rating__Rating___3oevG.Rating__disabled___3tjmt.Rating__selected___2Iet- {
	-webkit-transform: none;
	        transform: none;
}

.Rating__Rating___3oevG.Rating__hovered___uYURk {
	color: var(--selected-colour);
	-webkit-filter: drop-shadow(0 0 4px currentColor);
	        filter: drop-shadow(0 0 4px currentColor);
	-webkit-transform: scale(1.5);
	        transform: scale(1.5);
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.StarRating__StarRating___3EIv8 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.StarRating__StarRating___3EIv8 > .StarRating__rating___20nPy {
	--rating-accent-colour: var(--yellow);
}
.SyllabusCard__SyllabusItem___NGKUr {
	background: var(--theme-offset-bg);
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	padding: 16px;
}

.SyllabusCard__code___23ZeL {
	font-size: var(--small-text);
	opacity: 0.5;
}

.SyllabusCard__area___seE0J {
	margin: 8px 0;
}

.SyllabusCard__set___3wagT {
	text-transform: uppercase;
	font-size: var(--small-text);
	opacity: 0.5;
}

.SyllabusCard__name___pGlDf {
	text-transform: uppercase;
	font-size: var(--small-text);
	font-weight: bold;
}

.SyllabusCard__details___3eTTL {
	margin: 8px 0 0;
	border-top: 1px solid var(--theme-offset-bg);
	padding: 8px 0 0;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.TagList__TagList___b0BfN {
	width: 100%;
	box-sizing: border-box;
	display: flex;
}

.TagList__TagList___b0BfN > label {
	width: 80px;
}

.TagList__TagList___b0BfN > ul {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: var(--small-text);
	align-self: start;
	width: 100%;
	position: relative;
}

.TagList__TagList___b0BfN > ul.TagList__editable___3bwYo {
	background: rgb(var(--theme-bg-parts));
	border-radius: 8px;
	max-height: 128px;
	overflow: auto;
}

.TagList__TagList___b0BfN > ul > li {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border: 1px solid var(--theme-offset-bg);
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 2px;
}

.TagList__TagList___b0BfN > ul > li > i {
	margin: 2px 4px;
}

.TagList__TagList___b0BfN > ul > li > span {
	padding: 4px;
	white-space: nowrap;
	max-width: 128px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.TagList__TagList___b0BfN > ul > li .TagList__remove___3sUXo {
	padding: 4px;
	border: none;
	color: inherit;
	align-self: stretch;
}

.TagList__TagList___b0BfN > ul > li .TagList__remove___3sUXo > svg {
	width: 16px;
	height: 16px;
	opacity: 0.5;
}

/* Styles for editable TagList */

.TagList__TagList___b0BfN > ul.TagList__editable___3bwYo > li.TagList__tagInput___z7zC9 {
	border: none;
	flex-grow: 1;
	max-width: 12em;
	min-width: 8em;
}

.TagList__TagList___b0BfN > ul.TagList__editable___3bwYo > li.TagList__tagInput___z7zC9 input {
	padding: 6px 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: var(--small-text);
}

.TagList__TagList___b0BfN > ul.TagList__editable___3bwYo + .TagList__addButton___1Mxxg {
	padding: 4px;
	margin: 2px;
}

.TagList__TagList___b0BfN > ul.TagList__editable___3bwYo + .TagList__addButton___1Mxxg > svg {
	width: 16px;
	height: 16px;
}

/* - - - - - specialisation : YEAR - - - - - */
.TagList__TagList___b0BfN i.TagList__year___2Iwwi,
.TagList__TagList___b0BfN i.TagList__department___31dxp {
	color: white;
	border-radius: 2px;
	padding: 2px 4px;
	font-style: normal;
	background: var(--navy);
}

.TagList__TagList___b0BfN li.TagList__year___2Iwwi {
	border: 1px solid var(--blue);
}

.TagList__TagList___b0BfN i.TagList__year___2Iwwi {
	background: var(--blue);
}

/* - - - - - specialisation : DEPARTMENT - - - - - */
.TagList__TagList___b0BfN li.TagList__department___31dxp {
	border: 1px solid var(--green);
}

.TagList__TagList___b0BfN i.TagList__department___31dxp {
	background: var(--green);
}

/* - - - - - specialisation : DEFAULT (NONE) - - - - - */
.TagList__TagList___b0BfN i.TagList__default___3F-Ah {
	border: none;
	opacity: 0.4;
}
/*
 * Copyright (c) SEQTA Software 2019.
 */

.Textarea__Textarea___1N3q8 {
	display: flex;
	align-items: stretch;
	width: 100%;
	box-sizing: border-box;
}

.Textarea__Textarea___1N3q8 > .Textarea__label___2AUFd {
	flex: 1;
	margin: 0 8px 0 0;
}

.Textarea__Textarea___1N3q8 > textarea {
	color: rgb(var(--theme-fg-parts));
	background: rgb(var(--theme-bg-parts));
	border-radius: 4px;
	border: 1px solid rgba(var(--theme-fg-parts), 0.1);
	padding: 8px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.Textarea__Textarea___1N3q8 > textarea:focus {
	border: 1px solid rgb(var(--theme-sel-bg-parts));
	outline: none;
}

.Textarea__Textarea___1N3q8 > textarea[disabled] {
	opacity: 0.5;
}

.Textarea__Textarea___1N3q8 > textarea:invalid {
	border: 1px dashed var(--orange);
}

.Textarea__Textarea___1N3q8 > textarea::-webkit-input-placeholder {
	color: rgba(var(--theme-fg-parts), 0.5);
}

.Textarea__Textarea___1N3q8 > textarea:-ms-input-placeholder {
	color: rgba(var(--theme-fg-parts), 0.5);
}

.Textarea__Textarea___1N3q8 > textarea::-ms-input-placeholder {
	color: rgba(var(--theme-fg-parts), 0.5);
}

.Textarea__Textarea___1N3q8 > textarea::placeholder {
	color: rgba(var(--theme-fg-parts), 0.5);
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.Accordion__Accordion___GelQU {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.Accordion__Accordion___GelQU > .Accordion__bar___1Tfez {
	display: flex;
	flex-direction: column;
	transition: flex 0.2s;
}

.Accordion__Accordion___GelQU > .Accordion__bar___1Tfez.Accordion__active___VpJ9C {
	flex: 1;
}

.Accordion__Accordion___GelQU > .Accordion__bar___1Tfez > .Accordion__header___31Oeq {
	background: rgba(var(--theme-bg-parts), 0.5);
	border-top: 1px solid var(--theme-offset-bg);
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.Accordion__Accordion___GelQU > .Accordion__bar___1Tfez > .Accordion__header___31Oeq > h2 {
	padding: 8px;
	margin: 0;
	text-transform: uppercase;
}

.Accordion__Accordion___GelQU > .Accordion__bar___1Tfez > .Accordion__header___31Oeq > button {
	padding: 4px;
	border: none;
	border-radius: 100%;
}

.Accordion__Accordion___GelQU > .Accordion__bar___1Tfez > .Accordion__header___31Oeq > button > svg {
	transition: -webkit-transform 0.2s 0.4s;
	transition: transform 0.2s 0.4s;
	transition: transform 0.2s 0.4s, -webkit-transform 0.2s 0.4s;
}

.Accordion__Accordion___GelQU > .Accordion__bar___1Tfez.Accordion__active___VpJ9C > .Accordion__header___31Oeq > button > svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@-webkit-keyframes Accordion__content-appear___1JKhb {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0.9);
		        transform: scaleY(0.9);
	}
}

@keyframes Accordion__content-appear___1JKhb {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0.9);
		        transform: scaleY(0.9);
	}
}

.Accordion__Accordion___GelQU > .Accordion__bar___1Tfez > .Accordion__content___3YZBm {
	flex: 1;
	-webkit-transform-origin: top;
	        transform-origin: top;
	-webkit-animation-name: Accordion__content-appear___1JKhb;
	        animation-name: Accordion__content-appear___1JKhb;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.TabSet__TabSet___Vo-SZ {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.TabSet__TabSet___Vo-SZ > ol.TabSet__tabs___1RRZk {
	list-style: none;
	margin: 0;
	display: flex;
	border-bottom: 1px solid var(--theme-offset-bg);
	color: inherit;
	flex-wrap: wrap;
	overflow: hidden;
}

.TabSet__TabSet___Vo-SZ > ol.TabSet__tabs___1RRZk > li {
	padding: 12px 12px 8px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: var(--small-text);
	opacity: 0.5;
	font-weight: bold;
	max-width: 16em;
	transition: all 0.2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 4px 0 0;
	border-bottom: 4px solid transparent;
}

.TabSet__TabSet___Vo-SZ > ol.TabSet__tabs___1RRZk > li:hover {
	background: var(--theme-offset-bg);
	box-shadow: inset 0 -1px rgb(var(--theme-sel-bg-parts));
}

.TabSet__TabSet___Vo-SZ > ol.TabSet__tabs___1RRZk > li.TabSet__selected___1psfF {
	border-bottom-color: rgb(var(--theme-sel-bg-parts));
	opacity: 1;
}

.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe {
	background: rgb(var(--theme-bg-parts));
	border: 1px solid var(--theme-bg-offset);
	border-top: none;
	flex: 1;
	position: relative;
	overflow: hidden;
}

.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	-webkit-transform-origin: center;

	        transform-origin: center;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	overflow: auto;
}

@-webkit-keyframes TabSet__disappearToRight___2KbAH {
	to {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}

@keyframes TabSet__disappearToRight___2KbAH {
	to {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
@-webkit-keyframes TabSet__disappearToLeft___3Nvwz {
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@keyframes TabSet__disappearToLeft___3Nvwz {
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}

.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C.TabSet__hidden___2n1GJ {
	visibility: hidden;
	z-index: 0;
	-webkit-animation-name: TabSet__disappearToRight___2KbAH;
	        animation-name: TabSet__disappearToRight___2KbAH;
	-webkit-animation-duration: 0.1ms;
	        animation-duration: 0.1ms;
}

.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C.TabSet__hidden___2n1GJ.TabSet__disappearToRight___2KbAH {
	-webkit-animation-duration: 0.4s;
	        animation-duration: 0.4s;
}

.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C.TabSet__hidden___2n1GJ.TabSet__disappearToLeft___3Nvwz {
	-webkit-animation-name: TabSet__disappearToLeft___3Nvwz;
	        animation-name: TabSet__disappearToLeft___3Nvwz;
	-webkit-animation-duration: 0.4s;
	        animation-duration: 0.4s;
}

.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C.TabSet__hidden___2n1GJ.TabSet__vanished___3-GJ8 {
	display: none;
}

.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C.TabSet__selected___1psfF {
	visibility: visible;
	z-index: 1;
	-webkit-animation-duration: 0.4s;
	        animation-duration: 0.4s;
}

@-webkit-keyframes TabSet__appear-from-right___1aBQZ {
	from {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}

@keyframes TabSet__appear-from-right___1aBQZ {
	from {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C.TabSet__selected___1psfF.TabSet__appearFromRight___2FH8c {
	-webkit-animation-name: TabSet__appear-from-right___1aBQZ;
	        animation-name: TabSet__appear-from-right___1aBQZ;
}

@-webkit-keyframes TabSet__appear-from-left___31-Bl {
	from {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}

@keyframes TabSet__appear-from-left___31-Bl {
	from {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C.TabSet__selected___1psfF.TabSet__appearFromLeft___1znmE {
	-webkit-animation-name: TabSet__appear-from-left___31-Bl;
	        animation-name: TabSet__appear-from-left___31-Bl;
}

@media print {
	.TabSet__TabSet___Vo-SZ,
	.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe,
	.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C,
	.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C.TabSet__hidden___2n1GJ,
	.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C.TabSet__hidden___2n1GJ.TabSet__vanished___3-GJ8 {
		position: unset;
		display: block;
		visibility: unset;
	}

	.TabSet__TabSet___Vo-SZ > .TabSet__tabContainer___3iIRe > .TabSet__tabsheet___3hh2C > * {
		height: auto;
	}

	.TabSet__TabSet___Vo-SZ > ol.TabSet__tabs___1RRZk {
		display: none;
	}
}
/*
 * Copyright (c) SEQTA Software 2018.
 */

.TwinPane__TwinPane___2KPSD {
	display: flex;
	overflow: hidden;
	flex: 1;
	height: 100%;
}

.TwinPane__TwinPane___2KPSD > .TwinPane__left___9_Zge,
.TwinPane__TwinPane___2KPSD > .TwinPane__right___3Me2- {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	flex-shrink: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.TwinPane__TwinPane___2KPSD > .TwinPane__left___9_Zge {
	border-right: 1px solid rgb(var(--theme-sel-bg-parts));
}

.TwinPane__TwinPane___2KPSD > .TwinPane__right___3Me2- {
	border-left: 1px solid rgb(var(--theme-sel-bg-parts));
}

.TwinPane__TwinPane___2KPSD.TwinPane__single___J5m0V {
	flex: 1;
}

.TwinPane__TwinPane___2KPSD.TwinPane__single___J5m0V > .TwinPane__left___9_Zge,
.TwinPane__TwinPane___2KPSD.TwinPane__single___J5m0V > .TwinPane__right___3Me2- {
	width: 100%;
	max-width: none;
}
/*
 * Copyright (c) SEQTA Software 2018.
 *
 * Created by stevenlaidlaw on 2018-08-02
 */

.AlertManager__AlertManager___3ALNI {
	position: absolute;
	bottom: 32px;
	right: 40px;
	z-index: 5000;
}

@-webkit-keyframes AlertManager__alert-appear___3bbdd {
	from {
		-webkit-transform: translateY(-16px);
		        transform: translateY(-16px);
		opacity: 0;
	}
}

@keyframes AlertManager__alert-appear___3bbdd {
	from {
		-webkit-transform: translateY(-16px);
		        transform: translateY(-16px);
		opacity: 0;
	}
}

@-webkit-keyframes AlertManager__alert-disappear___InLkQ {
	to {
		-webkit-transform: translateY(16px);
		        transform: translateY(16px);
		opacity: 0;
	}
}

@keyframes AlertManager__alert-disappear___InLkQ {
	to {
		-webkit-transform: translateY(16px);
		        transform: translateY(16px);
		opacity: 0;
	}
}

.AlertManager__Alert___3HkTM {
	position: relative;
	margin-top: 12px;
	width: 512px;
	-webkit-transform-origin: center;
	        transform-origin: center;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	z-index: 50;
	border-radius: 4px;
	box-shadow: 0 8px 16px 2px rgba(0, 0, 0, 0.2);
	padding: 16px;
	overflow: hidden;
	-webkit-animation-name: AlertManager__alert-appear___3bbdd;
	        animation-name: AlertManager__alert-appear___3bbdd;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}

.AlertManager__Alert___3HkTM.AlertManager__shown___Wk1PU {
	transition: bottom 0.5s;
}

.AlertManager__Alert___3HkTM::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(
		to right,
		var(--blue),
		var(--green),
		var(--yellow),
		var(--orange)
	);
}

.AlertManager__Alert___3HkTM.AlertManager__hidden___3mWYp {
	-webkit-animation-name: AlertManager__alert-disappear___InLkQ;
	        animation-name: AlertManager__alert-disappear___InLkQ;
}

.AlertManager__Alert___3HkTM > .AlertManager__message___650t5 {
	flex: 1;
}

.AlertManager__Alert___3HkTM > .AlertManager__message___650t5 > h2 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.AlertManager__Alert___3HkTM > .AlertManager__message___650t5 > div {
	opacity: 0.5;
	margin: 4px 0 0;
}

.AlertManager__Alert___3HkTM > button.AlertManager__action___3umRR {
	color: var(--yellow);
	margin-left: 16px;
}

.AlertManager__Alert___3HkTM > button.AlertManager__close___1OzUC {
	--size: 32px;
	width: var(--size);
	height: var(--size);
	padding: 0;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 16px;
}

.AlertManager__Alert___3HkTM > button.AlertManager__close___1OzUC > svg {
	width: 16px;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2016.
 *  
 * Created by simon on 2016-11-07
 */

.notifications__notifications___3mmLY {
}

.notifications__notifications___3mmLY > button {
	height: 24px;
	overflow: visible;
	padding: 2px;
	position: absolute;
	right: 78px;
	top: 4px;
	width: 24px;
}

.notifications__notifications___3mmLY.notifications__hasItems___gXxzx > button {
	background: var(--yellow);
	color: var(--navy);
}

.notifications__notifications___3mmLY > button > svg {
	margin: 0;
}

.notifications__notifications___3mmLY.notifications__shown___1kPoT > button {
	background-color: #3465a4;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: none;
	opacity: 1;
}

.notifications__notifications___3mmLY > button > .notifications__bubble___1EkSQ {
	display: block;
	color: #fff;
	position: absolute;
	top: -8px;
	right: -8px;
	border-radius: 100%;
	background: var(--orange);
	font-weight: bold;
	font-size: var(--small-text);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notifications__list___rp2L2 {
	background: #eee;
	position: absolute;
	right: 0;
	top: 28px;
	opacity: 1;
	width: 300px;
	overflow: hidden;
	border: 4px solid #3465a4;
	z-index: 10;
}

.notifications__actions___1UX7r {
	text-align: center;
	background: #f8f8f8;
}

.notifications__actions___1UX7r > button {
	margin: 8px;
}

.notifications__items___2hCdv {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border-bottom: solid 1px #ccc;
	height: 300px;
}

.notifications__item___2ErJN {
	padding: 8px;
	display: flex;
	border: none;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
}

.notifications__item___2ErJN[data-type='error'] {
	background: #c00;
	color: #fff;
}

.notifications__item___2ErJN > svg,
.notifications__item___2ErJN > .notifications__icon___rjav6 {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 8px 0;
}

.notifications__item___2ErJN > .notifications__icon___rjav6 {
	padding: 0;
	margin: 8px 0;
	border-radius: 2px;
}

.notifications__item___2ErJN > .notifications__dismiss___zveKV {
	height: 32px;
	width: 32px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.notifications__item___2ErJN > .notifications__details___193F4 {
	flex: 1;
	padding: 0 8px;
}

.notifications__detailsBody___2nU2k > .notifications__title___2Jj3c {
	margin: 4px 0;
}

.notifications__detailsBody___2nU2k > .notifications__subtitle___1se8e {
	color: #666;
	margin: 4px 0;
}

.notifications__details___193F4 > .notifications__time___2ik5t {
	font-size: var(--small-text);
	margin: 4px 0;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2016.
 *  
 * Created by simon on 2016-12-16
 */

.Accordion__Accordion___gY6h_ {
	display: flex;
	flex-direction: column;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV {
	display: flex;
	flex-direction: column;
	transition: flex 0.2s;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV.Accordion__active___2ceXU {
	flex: 1;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__header___2YZAW {
	background: var(--theme-button-bg);
	border-top: 1px solid var(--theme-offset-bg);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV:not(.Accordion__disabled___3Ksjx) > .Accordion__header___2YZAW {
	cursor: pointer;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__header___2YZAW > .Accordion__label___3YasI {
	padding: 8px;
	margin: 0;
	text-transform: uppercase;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV.Accordion__disabled___3Ksjx > .Accordion__header___2YZAW > .Accordion__label___3YasI {
	opacity: 0.5;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__header___2YZAW > .Accordion__caption___2NV7y {
	opacity: 0.5;
	flex: 1;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV.Accordion__disabled___3Ksjx > .Accordion__header___2YZAW > .Accordion__caption___2NV7y {
	opacity: 0.3;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__header___2YZAW > .Accordion__actions___29pYY {
	display: flex;
	align-items: stretch;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__header___2YZAW > .Accordion__actions___29pYY > * {
	margin: 0 0 0 4px;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__header___2YZAW a,
.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__header___2YZAW button.Accordion__expand___3B6I_ {
	padding: 4px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 4px;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__header___2YZAW button.Accordion__expand___3B6I_ > svg {
	transition: -webkit-transform 0.2s 0.4s;
	transition: transform 0.2s 0.4s;
	transition: transform 0.2s 0.4s, -webkit-transform 0.2s 0.4s;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV.Accordion__active___2ceXU > .Accordion__header___2YZAW button.Accordion__expand___3B6I_ > svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__header___2YZAW > .Accordion__actions___29pYY a svg,
.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__header___2YZAW > .Accordion__actions___29pYY button.Accordion__expand___3B6I_ svg {
	margin: 0;
}

@-webkit-keyframes Accordion__content-appear___2WS7r {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0.9);
		        transform: scaleY(0.9);
	}
}

@keyframes Accordion__content-appear___2WS7r {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0.9);
		        transform: scaleY(0.9);
	}
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__body___CQMDc {
	flex: 0;
	max-height: 0;
	overflow: hidden;
	position: relative;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV.Accordion__active___2ceXU > .Accordion__body___CQMDc {
	flex: 1;
	-webkit-transform-origin: top;
	        transform-origin: top;
	-webkit-animation-name: Accordion__content-appear___2WS7r;
	        animation-name: Accordion__content-appear___2WS7r;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	max-height: initial;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__body___CQMDc > * {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.Accordion__Accordion___gY6h_ > .Accordion__item___1lfuV > .Accordion__body___CQMDc > iframe {
	width: 100%;
	height: 100%;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2017.
 *
 * Created by simon on 2017-11-20
 */

.Avatar__Avatar___3W1yF {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	margin: 4px;
	overflow: hidden;
	box-sizing: border-box;
}

.Avatar__Avatar___3W1yF .Avatar__img___3QHai {
	background-size: cover;
	background-position: 33% center;
}

.Avatar__hidden___3N8oo {
	display: none;
}

.Avatar__Avatar___3W1yF .Avatar__name___3lTIy {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2016.
 *  
 * Created by huili on 2016-12-19
 */

.Checkbox__Checkbox___3OthY {
	box-sizing: border-box;
	display: inline-block;
	float: none;
	vertical-align: middle;
	width: 100%;
	flex: 1;
}

.Checkbox__Checkbox___3OthY > input {
	margin: 0;
	width: 16px;
}

.Checkbox__Checkbox___3OthY > input,
.Checkbox__checkbox___1eMt_ > .Checkbox__labelWrapper___1c9no {
	display: inline-block;
	vertical-align: middle;
}

.Checkbox__Checkbox___3OthY > .Checkbox__labelWrapper___1c9no {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 0 8px;
	vertical-align: middle;
	word-wrap: break-word;
	width: calc(100% - 24px);
}

.Checkbox__Checkbox___3OthY > .Checkbox__labelWrapper___1c9no > .Checkbox__label___1GDSx {
}

.Checkbox__Checkbox___3OthY > .Checkbox__labelWrapper___1c9no > .Checkbox__sublabel___qdgPS {
	font-size: var(--small-text);
	opacity: 0.3;
	font-weight: bold;
	text-transform: uppercase;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2017.
 *  
 * Created by huili on 2017-01-27
 */

.EditableList__EditableList___2rFHH {
}

.EditableList__EditableList___2rFHH > label {
	padding: 0;
}

.EditableList__EditableList___2rFHH > .EditableList__items___vaxEi {
	padding: 0;
}

.EditableList__Item___1Iwef {
	display: flex;
	margin: 4px 0;
}

.EditableList__Item___1Iwef > input {
	flex: 1;
}

.EditableList__Item___1Iwef > .EditableList__actions___2er3W {
	display: inline-block;
}

.EditableList__action___2z4cg {
	margin-left: 4px;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2017.
 *  
 * Created by huili on 2017-01-25
 */

button.wxImgButton__toggled___8Ww4K,
button.wxImgButton__toggled___8Ww4K:hover {
	background-color: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
}
.FlatButton__FlatButton___32UI4 {
	cursor: pointer;
	background: none;
	border: none;
	box-shadow: none;
}

.FlatButton__FlatButton___32UI4:hover {
	opacity: 0.8;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2017.
 *  
 * Created by huili on 2017-03-21
 */

.InlineHelp__InlineHelp___2PDif {
	display: inline-block;
}

.InlineHelp__help___2C7ea {
	border-radius: 32px !important;
	padding: 0 !important;
	width: 24px;
	height: 24px;
	font-weight: bold;
	transition: background 0.25s !important;
	vertical-align: baseline !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.InlineHelp__explanation___y7glA {
	width: 200px;
	background: #eee;
	padding: 8px;
	color: #444;
	font-style: italic;
	line-height: 1.5;
	margin-top: 8px;
	max-height: 100px;
	overflow: auto;
	border: 4px solid #fff;
	border-radius: 2px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), inset 0 0 4px rgba(0, 0, 0, 0.3);
}

.InlineHelp__explanation___y7glA a:visited {
	color: #3465a4;
}

.InlineHelp__explanation___y7glA a {
	border: 0;
	color: #3465a4;
	margin: 0;
	padding: 0;
	box-shadow: none;
	text-decoration: underline;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2017.
 *
 * Created by huili on 2017-02-07
 */

.ImgList__ImgList___3ncXA > .ImgList__label___1nOfd {
	color: #999;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.ImgList__ImgList___3ncXA > .ImgList__list___17Vzi {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.ImgList__ImgList___3ncXA > .ImgList__list___17Vzi.ImgList__centered___3NpnV {
	justify-content: center;
}

.ImgList__more___is686 {
	border-radius: 100%;
	background: #eee;
	border: 2px solid #fff;
	color: #999;
	text-align: center;
	box-sizing: border-box;
	padding: 6px 0;
}

.ImgList__selectable___mV-Tw .ImgList__ImgItem___1adcS:hover {
	cursor: pointer;
}

.ImgList__ImgItem___1adcS,
.ImgList__more___is686 {
	margin-right: -8px;
	transition: opacity 0.5s;
}

.ImgList__ImgItem___1adcS.ImgList__faded___30P8q {
	opacity: 0.2;
}

.ImgList__ImgItem___1adcS > svg {
	display: block;
	border-radius: 100%;
	border: 2px solid #fff;
	box-sizing: border-box;
	background: #fff;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2016.
 *  
 * Created by huili on 2016-12-15
 */

.ItemList__ItemList___1m7U1 {
	display: flex;
	flex-direction: column;
	width: 200px;
	overflow: auto;
	height: 100%;
}

.ItemList__ItemList___1m7U1 > input.ItemList__search___4jwxy {
	width: auto;
	min-height: 24px;
	padding: 8px;
	border-right: 0;
	border-left: 0;
	border-top: 0;
}

.ItemList__Item___276Tj {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	position: relative;
	border-bottom: 1px solid var(--theme-offset-bg);
	padding: 4px 0;
}

.ItemList__Item___276Tj:hover {
	background: var(--theme-offset-bg);
}

.ItemList__Item___276Tj.ItemList__selected___3tchZ,
.ItemList__Item___276Tj.ItemList__selected___3tchZ > .ItemList__delete___3eDZK {
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
	flex-shrink: 0;
}

.ItemList__Item___276Tj.ItemList__disabled___2K4Sn {
	opacity: 0.3;
}

.ItemList__Item___276Tj > .ItemList__colour___TRQki {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 8px;
}

.ItemList__Item___276Tj > .ItemList__column___1Ua2x {
	flex-direction: column;
	padding: 8px;
	word-wrap: break-word;
	overflow: hidden;
}

.ItemList__Item___276Tj > .ItemList__colour___TRQki + .ItemList__column___1Ua2x {
	margin: 0 0 0 8px;
}

.ItemList__Item___276Tj > .ItemList__smallercolumn___1m6wq {
	flex-direction: column;
	padding: 8px;
	width: 115px;
	word-wrap: break-word;
}

.ItemList__Item___276Tj > .ItemList__column___1Ua2x > .ItemList__label___3uibC,
.ItemList__Item___276Tj > .ItemList__smallercolumn___1m6wq > .ItemList__label___3uibC {
	flex: 1;
}

.ItemList__Item___276Tj > .ItemList__column___1Ua2x > .ItemList__sublabel___20m9Q,
.ItemList__Item___276Tj > .ItemList__smallercolumn___1m6wq > .ItemList__sublabel___20m9Q {
	font-size: var(--small-text);
	opacity: 0.5;
}

.ItemList__Item___276Tj > .ItemList__column___1Ua2x > .ItemList__disabled___2K4Sn,
.ItemList__Item___276Tj > .ItemList__column___1Ua2x > .ItemList__disabled___2K4Sn {
	display: inline-block;
	font-size: var(--small-text);
	padding: 0 8px;
	border-radius: 32px;
	text-transform: capitalize;
}

.ItemList__Item___276Tj > .ItemList__delete___3eDZK {
	margin: auto 8px auto auto;
	padding: 8px;
	border-radius: 100%;
	flex-shrink: 0;
}

.ItemList__Item___276Tj > .ItemList__delete___3eDZK > svg {
	margin: auto;
}

.ItemList__Item___276Tj > .ItemList__flag1___3PI8p,
.ItemList__Item___276Tj > .ItemList__flag2___1X6gi {
	position: absolute;
	top: 4px;
	right: 4px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: var(--small-text);
	border-radius: 4px;
	padding: 2px 8px;
	text-shadow: none;
}

.ItemList__Item___276Tj > .ItemList__flag1___3PI8p {
	background: rgb(var(--theme-sel-bg-parts));
}

.ItemList__Item___276Tj > .ItemList__flag2___1X6gi {
	background: #c7d1e1;
}

.ItemList__Item___276Tj > .ItemList__flag1flag2___bqwRU {
	position: absolute;
	top: 28px;
	right: 4px;
	background: #c7d1e1;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: var(--small-text);
	border-radius: 4px;
	padding: 2px 8px;
}

.ItemList__Item___276Tj.ItemList__selected___3tchZ > .ItemList__flag2___1X6gi,
.ItemList__Item___276Tj.ItemList__selected___3tchZ > .ItemList__flag1flag2___bqwRU,
.ItemList__Item___276Tj.ItemList__selected___3tchZ > .ItemList__flag1___3PI8p {
	background: #fff;
	color: rgb(var(--theme-sel-bg-parts));
	opacity: 1;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2017.
 *
 * Created by bryn on 2017-02-09
 */

.Lightbox__lightbox___2VS0Q {
	position: fixed;
	background: #fff;
	border: solid 8px #111;
	box-shadow: 0 8px 16px #000;
	min-width: 128px;
	min-height: 128px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 20;
}

.Lightbox__lightbox___2VS0Q > img {
	display: block;
	max-width: 80vw;
	max-height: 80vh;
}

.Lightbox__modaliser___1OKC- {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
	background-image: url('/js/images/modaliser.png');
	transition: opacity 0.25s ease-in-out;
	z-index: 19;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2016.
 *  
 * Created by david on 2016-12-14
 */
.wxLongText__LongText___3t2E5 {
	border-radius: 0px;
	padding: 1px 12px;
}

/* when the text in the input box is in error
 */
.wxLongText__error___3OecK {
	border: 2px solid red;
}

/* when no text has yet been entered and it is mandatory
 */
.wxLongText__missing___2IjxV {
	border: 2px solid orange;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2016.
 *  
 * Created by huili on 2016-12-19
 */

.MultiFieldOptions__MultiFieldOptions___1UgNq {
	display: flex;
	flex-direction: column;
}

.MultiFieldOptions__MultiFieldOptions___1UgNq > .MultiFieldOptions__search___2YSxL {
	border-radius: 4px;
	border: 1px solid var(--theme-offset-bg-more);
	padding: 8px;
}

.MultiFieldOptions__MultiFieldOptions___1UgNq > .MultiFieldOptions__filters___33GAI {
}

.MultiFieldOptions__MultiFieldOptions___1UgNq > .MultiFieldOptions__filters___33GAI > .MultiFieldOptions__filter___23fQk {
	padding: 8px 0;
	display: flex;
	align-items: center;
}

.MultiFieldOptions__MultiFieldOptions___1UgNq > .MultiFieldOptions__filters___33GAI > .MultiFieldOptions__filter___23fQk input {
	margin: 0;
}

.MultiFieldOptions__ItemList___1aqFb {
	overflow-y: auto;
	width: 100%;
}

.MultiFieldOptions__MultiFieldOptions___1UgNq > .MultiFieldOptions__limit___3LiRU {
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
	font-size: 0.8em;
	padding: 4px 8px;
	font-style: italic;
}

.MultiFieldOptions__MultiFieldOptions___1UgNq > .MultiFieldOptions__actions___1Oscu {
	display: flex;
	justify-content: space-evenly;
}

ul.MultiFieldOptions__CategoryItems___2HQju {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.MultiFieldOptions__CategoryItems___2HQju > .MultiFieldOptions__heading___3LLNP {
	padding: 8px;
	text-transform: uppercase;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	font-size: var(--small-text);
	font-weight: bold;
	background: rgb(var(--theme-bg-alt-parts));
	display: block;
	z-index: 1;
}

.MultiFieldOptions__CategoryItems___2HQju > .MultiFieldOptions__item___1GbUa {
	border-bottom: 1px solid var(--theme-offset-bg);
}

.MultiFieldOptions__CategoryItems___2HQju > .MultiFieldOptions__item___1GbUa > .MultiFieldOptions__itemWrapper___1-eZh {
	padding: 8px;
	display: flex;
	align-items: center;
}

.MultiFieldOptions__CategoryItems___2HQju > .MultiFieldOptions__item___1GbUa > .MultiFieldOptions__itemWrapper___1-eZh input {
	margin: 0;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2016.
 *  
 * Created by david on 2016-12-14
 */
.wxPillbox__Pillbox___gHapD {
	display: inline-block;
	white-space: nowrap;
}

.wxPillbox__enabled___D7eXr {
}

.wxPillbox__disabled___3AIQJ {
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2016.
 *  
 * Created by david on 2016-12-19
 */

button.wxPillboxButton__PillboxButton___1Q3Ol {
}

button.wxPillboxButton__PillboxButton___1Q3Ol.wxPillboxButton__depressed___de-tB {
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
}

button.wxPillboxButton__PillboxButton___1Q3Ol.wxPillboxButton__disabled___neC6P {
	opacity: 0.3;
}

button.wxPillboxButton__PillboxButton___1Q3Ol.wxPillboxButton__enabled___TibKZ {
}

button.wxPillboxButton__PillboxButton___1Q3Ol:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

button.wxPillboxButton__PillboxButton___1Q3Ol:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
}
.ResourceDialog__ResourceDialog___3cOAy {
}

.ResourceDialog__ResourceDialog___3cOAy > .ResourceDialog__name___17MIf {
}

.ResourceDialog__ResourceDialog___3cOAy > .ResourceDialog__name___17MIf > label {
	padding: 0;
	margin-bottom: 4px;
	display: block;
}

.ResourceDialog__ResourceDialog___3cOAy > .ResourceDialog__name___17MIf > input {
	box-sizing: border-box;
	display: block;
	padding: 4px 12px;
	width: 100%;
}

.ResourceDialog__ResourceDialog___3cOAy > .ResourceDialog__legend___3aOfJ {
	display: block;
	width: 100%;
	margin: 16px 0 4px;
	padding: 0;
}

.ResourceDialog__ResourceDialog___3cOAy > fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.ResourceDialog__ResourceDialog___3cOAy > fieldset > .ResourceDialog__radioGroupItem___1Cl_1 {
	padding: 8px;
	border-top: 1px solid var(--theme-offset-bg);
}

.ResourceDialog__ResourceDialog___3cOAy > fieldset > .ResourceDialog__radioGroupItem___1Cl_1.ResourceDialog__selected___2n0xV {
	background-color: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
}

.ResourceDialog__ResourceDialog___3cOAy > fieldset > .ResourceDialog__radioGroupItem___1Cl_1 > .ResourceDialog__linkInput___Flg9e {
	display: block;
	width: 90%;
	margin: 4px 0 0;
	padding: 4px 12px;
}

.ResourceDialog__ResourceDialog___3cOAy > fieldset > .ResourceDialog__radioGroupItem___1Cl_1 > .ResourceDialog__linkInput___Flg9e.ResourceDialog__disabled___2NHi8 {
}

.ResourceDialog__ResourceDialog___3cOAy > fieldset > .ResourceDialog__radioGroupItem___1Cl_1 > .ResourceDialog__filename___RfcFK {
	text-align: center;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2016.
 *  
 * Created by david on 2016-12-14
 */
.wxShortText__ShortText___1wduR {
	border-radius: 0px;
	padding: 1px 12px;
	font-family: 'Trebuchet MS', sans-serif;
}

/* when the text in the input box is in error
 */
.wxShortText__ShortText___1wduR.wxShortText__error___1__D- {
	border: 2px solid red;
}

/* when no text has yet been entered and it is mandatory
 */
.wxShortText__ShortText___1wduR.wxShortText__missing___3U-qG {
	border: 2px solid orange;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2016.
 *  
 * Created by simon on 2016-12-16
 */

.Tags__Tags___zje2y {
	background: var(--theme-offset-bg);
	padding: 8px;
}

.Tags__Tags___zje2y > .Tags__item___2e4zH {
	background: var(--theme-offset-bg);
	display: inline-block;
	padding: 0;
	margin: 0 4px 2px 0;
	vertical-align: middle;
}

.Tags__Tags___zje2y > .Tags__item___2e4zH.Tags__active___D-Gk_ {
	background: #ddd;
	border-color: #ccc;
}

.Tags__Tags___zje2y.Tags__disabled___2q6nH > .Tags__item___2e4zH {
	border-radius: 4px;
}

.Tags__Tags___zje2y > .Tags__item___2e4zH > label {
	cursor: default;
	margin: 0;
	padding: 4px 0 4px 8px;
	display: inline-block;
	vertical-align: middle;
}

.Tags__Tags___zje2y.Tags__disabled___2q6nH > .Tags__item___2e4zH > label {
	padding: 4px 8px;
}

.Tags__Tags___zje2y > .Tags__item___2e4zH > button {
	background: none;
	border: none;
	box-shadow: none;
	color: #999;
	cursor: pointer;
	display: inline-block;
	padding: 4px 4px 4px 8px;
	vertical-align: middle;
}

.Tags__Tags___zje2y > .Tags__item___2e4zH > button:hover {
	color: #444;
}

.Tags__Tags___zje2y > input {
	width: 80px;
	vertical-align: middle;
}
/*
 * Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2018.
 *
 * Created by Cameron Armstrong on 2018-01-23
 */

/* Styling for HtmlEditor */

.HtmlEditor__htmlEditorWrapper___2Xa9c {
}

.HtmlEditor__htmlEditor___1OcmF {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 256px;
	position: relative !important;
}
/*
	* Copyright (c) SEQTA Software (a division of Saron Education Ltd.) 2017.
	*
	* Created by bernadette on 2017-07-20
	*/

.ReleaseAlert__ReleaseAlert___31oQL {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 8px 4px 8px 12px;
	width: 380px;
}

.ReleaseAlert__ReleaseAlertSlidePane___3BXPl .pane.narrow {
	display: flex;
	flex-direction: column;
	height: 600px;
	min-height: 100px;
}

.ReleaseAlert__ReleaseAlertSlidePane___3BXPl .content.narrow {
	margin: 0;
	min-height: 80px;
	height: 100%;
	overflow-x: auto;
}

.ReleaseAlert__ReleaseAlert___31oQL .ReleaseAlert__alertList___14CTz {
	flex-direction: column;
	display: flex;
	height: 100%;
}

.ReleaseAlert__ReleaseAlert___31oQL .ReleaseAlert__brief___1UH-k {
}

.ReleaseAlert__ReleaseAlert___31oQL .ReleaseAlert__alerts___3pX57 {
	padding-right: 4px;
}

.ReleaseAlert__ReleaseAlert___31oQL .ReleaseAlert__alertContainer___3zK0S {
	display: flex;
	padding-top: 18px;
}

.ReleaseAlert__ReleaseAlert___31oQL .ReleaseAlert__image___1Cv_i {
	width: 64px;
	height: 64px;
}

.ReleaseAlert__ReleaseAlert___31oQL .ReleaseAlert__image___1Cv_i {
	background: none;
	border: none;
	box-shadow: none;
	padding: 2px 0 0 0;
	background-size: 64px 64px;
}

.ReleaseAlert__ReleaseAlert___31oQL .ReleaseAlert__content___s5zbF {
	padding-left: 14px;
	width: 300px;
}

.ReleaseAlert__ReleaseAlert___31oQL .ReleaseAlert__title___30fck {
	font-size: var(--large-text);
	color: #3465a4;
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

.ReleaseAlert__ReleaseAlert___31oQL .ReleaseAlert__description___1syMD {
	color: #666;
}

.ReleaseAlert__ReleaseAlert___31oQL .ReleaseAlert__descriptionlink___3UqUW {
	color: #3465a4;
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
.Viewer__Viewer___32BH- {
	flex: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	background: var(--nav-level-three);
}

.Viewer__organisation___2eDrr {
	display: flex;
	align-items: stretch;
	width: 512px;
}

.Viewer__sidebar___1Btu4 {
	width: 192px;
	flex-shrink: 0;
	border-right: 1px solid var(--theme-offset-bg);
	background: var(--theme-offset-bg);
	display: flex;
	flex-direction: column;
}

.Viewer__sidebar___1Btu4 > header {
	padding: 8px;
	display: flex;
	flex-direction: column;
	font-size: var(--small-text);
	background: var(--nav-level-two);
	color: var(--nav-level-two-fg);
}

.Viewer__newMessage___3ToUb {
	min-height: 42px;
}

@media (max-width: 1200px) {
	.Viewer__organisation___2eDrr {
		flex-direction: column;
		max-width: 384px;
	}

	.Viewer__sidebar___1Btu4 {
		width: auto;
	}
}

@media (max-width: 1000px) {
	.Viewer__Viewer___32BH- {
		flex-direction: column;
	}

	.Viewer__organisation___2eDrr {
		max-width: none;
		height: 50%;
		width: auto;
	}
}
.LabelList__LabelList___2RJFf {
	list-style: none;
	padding: 0 !important; /* Fighting with coneqt styling */
	margin: 0 0 4px 0;
	color: var(--nav-level-three-fg);
	flex: 1;
	overflow: auto;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.LabelList__LabelList___2RJFf > li {
	padding: 8px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.LabelList__LabelList___2RJFf > li:hover {
	background: var(--theme-offset-bg);
}

.LabelList__LabelList___2RJFf > li.LabelList__selected___3Egk7 {
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
}

.LabelList__LabelList___2RJFf > li .LabelList__name___-CHgq {
	flex: 1;
}

.LabelList__LabelList___2RJFf > li .LabelList__unread___2cqXK {
	font-weight: bold;
	font-size: var(--small-text);
}

.LabelList__LabelMaker___3Pyon {
	display: flex;
	padding: 8px;
}

.LabelList__LabelMaker___3Pyon button:only-child {
	font-size: var(--small-text);
	flex: 1;
}

.LabelList__LabelMaker___3Pyon label {
	flex: 1;
	margin: 0 8px 0 0;
}

.LabelList__LabelMaker___3Pyon input {
	border: none;
}

.LabelList__LabelMakerError___3AO8f {
	margin: 0 8px;
	color: var(--red);
}

@media (max-width: 1000px) {
	.LabelList__LabelList___2RJFf {
		display: flex;
		flex-wrap: wrap;
	}

	.LabelList__LabelList___2RJFf > li {
		border-radius: 4px;
		margin: 4px 0 0 4px;
		flex: 1;
		max-width: 10em;
	}

	.LabelList__LabelList___2RJFf > li .LabelList__name___-CHgq {
		text-align: center;
	}
}
.MessageList__MessageList___3DxoC {
	border-right: 1px solid var(--theme-offset-bg);
	display: flex;
	flex-direction: column;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex: 1;
	overflow: hidden;
	background: rgb(var(--theme-bg-parts));
}

.MessageList__MessageList___3DxoC > header {
	padding: 8px;
	border-bottom: 1px solid var(--theme-offset-bg);
}

.MessageList__MessageList___3DxoC > header label {
	padding: 0;
}

.MessageList__MessageList___3DxoC > footer {
	padding: 8px;
	border-top: 1px solid var(--theme-offset-bg);
	display: flex;
	font-size: var(--small-text);
}

.MessageList__MessageList___3DxoC > footer .MessageList__sortKey___TkSLl {
	flex: 1;
}

.MessageList__MessageList___3DxoC > footer .MessageList__sortOrder___2RiM6 {
	margin: 0 0 0 8px;
}

.MessageList__MessageList___3DxoC > ol {
	list-style: none;
	padding: 0;
	margin: 0;
	flex: 1;
	overflow: auto;
}

.MessageList__MessageList___3DxoC > ol.MessageList__empty___hli0z {
	display: flex;
}

.MessageList__MessageList___3DxoC > ol > li {
	border-bottom: 1px solid var(--theme-offset-bg);
	padding: 8px;
	display: flex;
	cursor: pointer;
	overflow: hidden;
}

.MessageList__MessageList___3DxoC > ol > li:hover {
	background: var(--theme-offset-bg);
}

.MessageList__MessageList___3DxoC > ol > li.MessageList__read___2m8HL {
	font-weight: initial;
}

.MessageList__MessageList___3DxoC > ol > li.MessageList__selected___1SJNz {
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
	font-weight: bold;
}

.MessageList__MessageList___3DxoC > ol > li.MessageList__unread___3imtO {
	font-weight: bold;
	box-shadow: inset 4px 0 rgb(var(--theme-fg-parts));
}

.MessageList__MessageList___3DxoC > ol > li.MessageList__selected___1SJNz.MessageList__unread___3imtO {
	box-shadow: inset 4px 0 rgb(var(--theme-sel-fg-parts));
}

.MessageList__MessageList___3DxoC > ol > li .MessageList__avatar___2wxyb {
	width: 32px;
	height: 32px;
	margin: 0 8px 0 0;
}

.MessageList__MessageList___3DxoC > ol > li .MessageList__primary___1zTHa {
	flex: 1;
	overflow: hidden;
}

.MessageList__MessageList___3DxoC > ol > li .MessageList__subject___1NV5O {
	margin: 0 0 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-height: 2.2em;
	display: box;
	line-clamp: 2;
}

.MessageList__MessageList___3DxoC > ol > li.MessageList__starred___JoIw_ .MessageList__subject___1NV5O {
	font-weight: bold;
}

.MessageList__MessageList___3DxoC > ol > li .MessageList__sender___32riy,
.MessageList__MessageList___3DxoC > ol > li .MessageList__recipients___3hqpE {
	font-size: var(--small-text);
	text-transform: uppercase;
	display: flex;
}

.MessageList__MessageList___3DxoC > ol > li .MessageList__label___2JJ_- {
	opacity: 0.5;
}

.MessageList__MessageList___3DxoC > ol > li .MessageList__value___1sN24 {
	margin: 0 0 0 1ex;
}

.MessageList__MessageList___3DxoC > ol > li .MessageList__secondary___AAUx_ {
	font-size: var(--small-text);
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
}

.MessageList__MessageList___3DxoC > ol > li .MessageList__flags___2kqiT {
	text-align: right;
	flex: 1;
}

.MessageList__MessageList___3DxoC > ol > li .MessageList__flags___2kqiT > svg {
	width: 16px;
	height: 16px;
}

.MessageList__MessageList___3DxoC > ol > li .MessageList__date___7muMb {
}

.MessageList__MessageList___3DxoC > ol > button {
	margin: 8px auto;
	font-size: var(--small-text);
}
.ReadingPane__ReadingPane___QEtL8 {
	flex: 1;
	overflow: auto;
}
.Message__Message___3oJaU {
	margin: 16px;
	background: rgb(var(--theme-bg-parts));
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	overflow: hidden;
}

.Message__Message___3oJaU.Message__loading___O2C7N {
}

.Message__Message___3oJaU.Message__starred___RRCdP {
}

.Message__Message___3oJaU.Message__unread___23XIq {
}

.Message__Message___3oJaU > header {
	border-bottom: 1px solid var(--theme-offset-bg);
	display: flex;
	padding: 16px;
	flex-wrap: wrap;
}

.Message__Message___3oJaU.Message__unread___23XIq > header {
	box-shadow: inset 4px 0 rgb(var(--theme-sel-bg-parts));
}

.Message__Message___3oJaU > header > .Message__avatar___36gSG {
	margin: 0 16px 0 0;
	width: 64px;
	height: 64px;
}

.Message__Message___3oJaU > header > .Message__meta___CIDiK {
	flex: 1;
}

.Message__Message___3oJaU > header .Message__subject___3jJWQ {
	font-weight: bold;
	font-size: var(--large-text);
}

.Message__Message___3oJaU > header .Message__date___3gSGr {
	margin: 8px 0;
	font-size: var(--small-text);
	opacity: 0.5;
}

.Message__Message___3oJaU > header .Message__sender___Z_LJf {
}

.Message__Message___3oJaU > header .Message__blind___2A1xF {
	font-size: var(--small-text);
	opacity: 0.5;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0 0;
}

.Message__Message___3oJaU > header .Message__actions___20mUc {
	display: flex;
	align-content: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.Message__Message___3oJaU > header .Message__actions___20mUc > button,
.Message__Message___3oJaU > header .Message__actions___20mUc .Message__more___1eLvA {
	margin-left: 8px;
}

.Message__Message___3oJaU > header .Message__actions___20mUc > button svg {
	width: 16px;
	height: 16px;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX {
	list-style: none;
	margin: 0;
	padding: 16px 16px 8px;
	display: flex;
	border-bottom: 1px solid var(--theme-offset-bg);
	flex-wrap: wrap;
	max-height: 20vh;
	overflow: auto;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX .Message__expander___1v7nW {
	padding: 4px 16px;
	font-size: var(--small-text);
	margin: 0 16px 8px 0;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX.Message__expanded___BnxIz {
}

.Message__Message___3oJaU > .Message__recipients___3gLZX > li {
	margin: 0 16px 8px 0;
	--colour: rgb(var(--theme-sel-bg-parts));
	display: flex;
	align-items: center;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX > li.Message__read___3WdpA {
	opacity: 0.5;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX > li.Message__staff___16jB7 {
	--colour: #00aeef;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX > li.Message__student___3Z6Hl {
	--colour: #4db848;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX > li.Message__contact___3vsez {
	--colour: #f36f21;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX > li.Message__tutor___d3ppG {
	--colour: #7b5aa6;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX > li::before {
	content: '';
	width: 1em;
	height: 1em;
	margin: 0 1ex 0 0;
	background: var(--colour);
	border-radius: 100%;
	flex-shrink: 0;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX .Message__name___13gD4 {
	white-space: nowrap;
	flex-shrink: 0;
}

.Message__Message___3oJaU > .Message__recipients___3gLZX .Message__name___13gD4 + svg {
	width: 1em;
	height: 1em;
	margin: 0 0 0 0.5ex;
	flex-shrink: 0;
}

.Message__Message___3oJaU > .uiFrameWrapper .iframeWrapper {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}

.Message__Message___3oJaU > .uiFrameWrapper .iframeWrapper > .body {
	display: block;
	box-sizing: border-box;
	background: rgba(var(--theme-bg-parts), 0.5);
}

.Message__Message___3oJaU .Message__files___3s9Ra {
}
.MessageActions__MessageActions___HBFsu {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.MessageActions__MessageActions___HBFsu .MessageActions__count___2tKJz {
	text-transform: uppercase;
	font-weight: bold;
	background: rgb(var(--theme-sel-bg-parts));
	color: rgb(var(--theme-sel-fg-parts));
	padding: 8px 16px;
}

.MessageActions__MessageActions___HBFsu .MessageActions__actions___3VYLl {
}

.MessageActions__MessageActions___HBFsu .MessageActions__actions___3VYLl .MessageActions__primary___3Ge5u,
.MessageActions__MessageActions___HBFsu .MessageActions__actions___3VYLl .MessageActions__secondary___2dvqS {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--small-text);
	margin: 16px 0;
}

.MessageActions__MessageActions___HBFsu .MessageActions__actions___3VYLl button {
	margin: 0 4px;
}

.MessageActions__MessageActions___HBFsu .MessageActions__actions___3VYLl .MessageActions__secondary___2dvqS button {
	padding: 8px 12px;
}

.MessageActions__MessageActions___HBFsu .MessageActions__actions___3VYLl button svg {
	width: 16px;
	height: 16px;
}
